Improve combo widget
This commit is contained in:
@@ -54,7 +54,6 @@
|
|||||||
"@litegraph-ts/nodes-math": "workspace:*",
|
"@litegraph-ts/nodes-math": "workspace:*",
|
||||||
"@litegraph-ts/nodes-strings": "workspace:*",
|
"@litegraph-ts/nodes-strings": "workspace:*",
|
||||||
"@litegraph-ts/tsconfig": "workspace:*",
|
"@litegraph-ts/tsconfig": "workspace:*",
|
||||||
"@sveltejs/svelte-virtual-list": "^3.0.1",
|
|
||||||
"@sveltejs/vite-plugin-svelte": "^2.1.1",
|
"@sveltejs/vite-plugin-svelte": "^2.1.1",
|
||||||
"@tsconfig/svelte": "^4.0.1",
|
"@tsconfig/svelte": "^4.0.1",
|
||||||
"events": "^3.3.0",
|
"events": "^3.3.0",
|
||||||
@@ -65,6 +64,7 @@
|
|||||||
"svelte-preprocess": "^5.0.3",
|
"svelte-preprocess": "^5.0.3",
|
||||||
"svelte-select": "^5.5.3",
|
"svelte-select": "^5.5.3",
|
||||||
"svelte-splitpanes": "^0.7.13",
|
"svelte-splitpanes": "^0.7.13",
|
||||||
|
"svelte-tiny-virtual-list": "^2.0.5",
|
||||||
"tailwindcss": "^3.3.1",
|
"tailwindcss": "^3.3.1",
|
||||||
"typed-emitter": "github:andywer/typed-emitter",
|
"typed-emitter": "github:andywer/typed-emitter",
|
||||||
"vite-plugin-full-reload": "^1.0.5"
|
"vite-plugin-full-reload": "^1.0.5"
|
||||||
|
|||||||
270
pnpm-lock.yaml
generated
270
pnpm-lock.yaml
generated
@@ -64,9 +64,6 @@ importers:
|
|||||||
'@litegraph-ts/tsconfig':
|
'@litegraph-ts/tsconfig':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:litegraph/packages/tsconfig
|
version: link:litegraph/packages/tsconfig
|
||||||
'@sveltejs/svelte-virtual-list':
|
|
||||||
specifier: ^3.0.1
|
|
||||||
version: 3.0.1
|
|
||||||
'@sveltejs/vite-plugin-svelte':
|
'@sveltejs/vite-plugin-svelte':
|
||||||
specifier: ^2.1.1
|
specifier: ^2.1.1
|
||||||
version: 2.1.1(svelte@3.58.0)(vite@4.3.1)
|
version: 2.1.1(svelte@3.58.0)(vite@4.3.1)
|
||||||
@@ -97,6 +94,9 @@ importers:
|
|||||||
svelte-splitpanes:
|
svelte-splitpanes:
|
||||||
specifier: ^0.7.13
|
specifier: ^0.7.13
|
||||||
version: 0.7.13(svelte@3.58.0)
|
version: 0.7.13(svelte@3.58.0)
|
||||||
|
svelte-tiny-virtual-list:
|
||||||
|
specifier: ^2.0.5
|
||||||
|
version: 2.0.5
|
||||||
tailwindcss:
|
tailwindcss:
|
||||||
specifier: ^3.3.1
|
specifier: ^3.3.1
|
||||||
version: 3.3.1
|
version: 3.3.1
|
||||||
@@ -888,39 +888,11 @@ packages:
|
|||||||
'@babel/highlight': 7.18.6
|
'@babel/highlight': 7.18.6
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/compat-data@7.21.4:
|
|
||||||
resolution: {integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/compat-data@7.21.7:
|
/@babel/compat-data@7.21.7:
|
||||||
resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==}
|
resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/core@7.21.4:
|
|
||||||
resolution: {integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
dependencies:
|
|
||||||
'@ampproject/remapping': 2.2.1
|
|
||||||
'@babel/code-frame': 7.21.4
|
|
||||||
'@babel/generator': 7.21.4
|
|
||||||
'@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4)
|
|
||||||
'@babel/helper-module-transforms': 7.21.2
|
|
||||||
'@babel/helpers': 7.21.0
|
|
||||||
'@babel/parser': 7.21.4
|
|
||||||
'@babel/template': 7.20.7
|
|
||||||
'@babel/traverse': 7.21.4
|
|
||||||
'@babel/types': 7.21.4
|
|
||||||
convert-source-map: 1.9.0
|
|
||||||
debug: 4.3.4
|
|
||||||
gensync: 1.0.0-beta.2
|
|
||||||
json5: 2.2.3
|
|
||||||
semver: 6.3.0
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/core@7.21.8:
|
/@babel/core@7.21.8:
|
||||||
resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==}
|
resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -944,16 +916,6 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/generator@7.21.4:
|
|
||||||
resolution: {integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
dependencies:
|
|
||||||
'@babel/types': 7.21.4
|
|
||||||
'@jridgewell/gen-mapping': 0.3.3
|
|
||||||
'@jridgewell/trace-mapping': 0.3.18
|
|
||||||
jsesc: 2.5.2
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/generator@7.21.5:
|
/@babel/generator@7.21.5:
|
||||||
resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==}
|
resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -964,20 +926,6 @@ packages:
|
|||||||
jsesc: 2.5.2
|
jsesc: 2.5.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/helper-compilation-targets@7.21.4(@babel/core@7.21.4):
|
|
||||||
resolution: {integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
peerDependencies:
|
|
||||||
'@babel/core': ^7.0.0
|
|
||||||
dependencies:
|
|
||||||
'@babel/compat-data': 7.21.4
|
|
||||||
'@babel/core': 7.21.4
|
|
||||||
'@babel/helper-validator-option': 7.21.0
|
|
||||||
browserslist: 4.21.5
|
|
||||||
lru-cache: 5.1.1
|
|
||||||
semver: 6.3.0
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.8):
|
/@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==}
|
resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -992,11 +940,6 @@ packages:
|
|||||||
semver: 6.3.0
|
semver: 6.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/helper-environment-visitor@7.18.9:
|
|
||||||
resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/helper-environment-visitor@7.21.5:
|
/@babel/helper-environment-visitor@7.21.5:
|
||||||
resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==}
|
resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -1024,22 +967,6 @@ packages:
|
|||||||
'@babel/types': 7.21.5
|
'@babel/types': 7.21.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/helper-module-transforms@7.21.2:
|
|
||||||
resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
dependencies:
|
|
||||||
'@babel/helper-environment-visitor': 7.18.9
|
|
||||||
'@babel/helper-module-imports': 7.21.4
|
|
||||||
'@babel/helper-simple-access': 7.20.2
|
|
||||||
'@babel/helper-split-export-declaration': 7.18.6
|
|
||||||
'@babel/helper-validator-identifier': 7.19.1
|
|
||||||
'@babel/template': 7.20.7
|
|
||||||
'@babel/traverse': 7.21.4
|
|
||||||
'@babel/types': 7.21.4
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/helper-module-transforms@7.21.5:
|
/@babel/helper-module-transforms@7.21.5:
|
||||||
resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==}
|
resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -1061,13 +988,6 @@ packages:
|
|||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/helper-simple-access@7.20.2:
|
|
||||||
resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
dependencies:
|
|
||||||
'@babel/types': 7.21.4
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/helper-simple-access@7.21.5:
|
/@babel/helper-simple-access@7.21.5:
|
||||||
resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==}
|
resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -1082,14 +1002,9 @@ packages:
|
|||||||
'@babel/types': 7.21.5
|
'@babel/types': 7.21.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/helper-string-parser@7.19.4:
|
|
||||||
resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
|
|
||||||
/@babel/helper-string-parser@7.21.5:
|
/@babel/helper-string-parser@7.21.5:
|
||||||
resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==}
|
resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/helper-validator-identifier@7.19.1:
|
/@babel/helper-validator-identifier@7.19.1:
|
||||||
resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==}
|
resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==}
|
||||||
@@ -1100,17 +1015,6 @@ packages:
|
|||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/helpers@7.21.0:
|
|
||||||
resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
dependencies:
|
|
||||||
'@babel/template': 7.20.7
|
|
||||||
'@babel/traverse': 7.21.4
|
|
||||||
'@babel/types': 7.21.4
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/helpers@7.21.5:
|
/@babel/helpers@7.21.5:
|
||||||
resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==}
|
resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -1137,6 +1041,7 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.21.4
|
'@babel/types': 7.21.4
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@babel/parser@7.21.8:
|
/@babel/parser@7.21.8:
|
||||||
resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==}
|
resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==}
|
||||||
@@ -1146,132 +1051,132 @@ packages:
|
|||||||
'@babel/types': 7.21.5
|
'@babel/types': 7.21.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.4):
|
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
|
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.4):
|
/@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
|
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.4):
|
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.4):
|
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.4):
|
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
|
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.4):
|
/@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==}
|
resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4):
|
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
|
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.4):
|
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
|
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.4):
|
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
|
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.4):
|
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
|
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.4):
|
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
|
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.4):
|
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
|
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.4):
|
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
|
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.4):
|
/@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==}
|
resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/helper-plugin-utils': 7.20.2
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@@ -1291,24 +1196,6 @@ packages:
|
|||||||
'@babel/types': 7.21.5
|
'@babel/types': 7.21.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/traverse@7.21.4:
|
|
||||||
resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
dependencies:
|
|
||||||
'@babel/code-frame': 7.21.4
|
|
||||||
'@babel/generator': 7.21.4
|
|
||||||
'@babel/helper-environment-visitor': 7.18.9
|
|
||||||
'@babel/helper-function-name': 7.21.0
|
|
||||||
'@babel/helper-hoist-variables': 7.18.6
|
|
||||||
'@babel/helper-split-export-declaration': 7.18.6
|
|
||||||
'@babel/parser': 7.21.4
|
|
||||||
'@babel/types': 7.21.4
|
|
||||||
debug: 4.3.4
|
|
||||||
globals: 11.12.0
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@babel/traverse@7.21.5:
|
/@babel/traverse@7.21.5:
|
||||||
resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==}
|
resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -1331,9 +1218,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==}
|
resolution: {integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/helper-string-parser': 7.19.4
|
'@babel/helper-string-parser': 7.21.5
|
||||||
'@babel/helper-validator-identifier': 7.19.1
|
'@babel/helper-validator-identifier': 7.19.1
|
||||||
to-fast-properties: 2.0.0
|
to-fast-properties: 2.0.0
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@babel/types@7.21.5:
|
/@babel/types@7.21.5:
|
||||||
resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==}
|
resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==}
|
||||||
@@ -1934,7 +1822,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==}
|
resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==}
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@jest/types': 29.5.0
|
'@jest/types': 29.5.0
|
||||||
'@jridgewell/trace-mapping': 0.3.18
|
'@jridgewell/trace-mapping': 0.3.18
|
||||||
babel-plugin-istanbul: 6.1.1
|
babel-plugin-istanbul: 6.1.1
|
||||||
@@ -2228,10 +2116,6 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/svelte-virtual-list@3.0.1:
|
|
||||||
resolution: {integrity: sha512-aF9TptS7NKKS7/TqpsxQBSDJ9Q0XBYzBehCeIC5DzdMEgrJZpIYao9LRLnyyo6SVodpapm2B7FE/Lj+FSA5/SQ==}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@sveltejs/vite-plugin-svelte@2.1.1(svelte@3.58.0):
|
/@sveltejs/vite-plugin-svelte@2.1.1(svelte@3.58.0):
|
||||||
resolution: {integrity: sha512-7YeBDt4us0FiIMNsVXxyaP4Hwyn2/v9x3oqStkHU3ZdIc5O22pGwUwH33wUqYo+7Itdmo8zxJ45Qvfm3H7UUjQ==}
|
resolution: {integrity: sha512-7YeBDt4us0FiIMNsVXxyaP4Hwyn2/v9x3oqStkHU3ZdIc5O22pGwUwH33wUqYo+7Itdmo8zxJ45Qvfm3H7UUjQ==}
|
||||||
engines: {node: ^14.18.0 || >= 16}
|
engines: {node: ^14.18.0 || >= 16}
|
||||||
@@ -2289,8 +2173,8 @@ packages:
|
|||||||
/@types/babel__core@7.20.0:
|
/@types/babel__core@7.20.0:
|
||||||
resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==}
|
resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.21.4
|
'@babel/parser': 7.21.8
|
||||||
'@babel/types': 7.21.4
|
'@babel/types': 7.21.5
|
||||||
'@types/babel__generator': 7.6.4
|
'@types/babel__generator': 7.6.4
|
||||||
'@types/babel__template': 7.4.1
|
'@types/babel__template': 7.4.1
|
||||||
'@types/babel__traverse': 7.18.3
|
'@types/babel__traverse': 7.18.3
|
||||||
@@ -2299,20 +2183,20 @@ packages:
|
|||||||
/@types/babel__generator@7.6.4:
|
/@types/babel__generator@7.6.4:
|
||||||
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
|
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.21.4
|
'@babel/types': 7.21.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/babel__template@7.4.1:
|
/@types/babel__template@7.4.1:
|
||||||
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
|
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.21.4
|
'@babel/parser': 7.21.8
|
||||||
'@babel/types': 7.21.4
|
'@babel/types': 7.21.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/babel__traverse@7.18.3:
|
/@types/babel__traverse@7.18.3:
|
||||||
resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==}
|
resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.21.4
|
'@babel/types': 7.21.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/chai-subset@1.3.3:
|
/@types/chai-subset@1.3.3:
|
||||||
@@ -2664,17 +2548,17 @@ packages:
|
|||||||
resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==}
|
resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/babel-jest@29.5.0(@babel/core@7.21.4):
|
/babel-jest@29.5.0(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==}
|
resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==}
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.8.0
|
'@babel/core': ^7.8.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@jest/transform': 29.5.0
|
'@jest/transform': 29.5.0
|
||||||
'@types/babel__core': 7.20.0
|
'@types/babel__core': 7.20.0
|
||||||
babel-plugin-istanbul: 6.1.1
|
babel-plugin-istanbul: 6.1.1
|
||||||
babel-preset-jest: 29.5.0(@babel/core@7.21.4)
|
babel-preset-jest: 29.5.0(@babel/core@7.21.8)
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
graceful-fs: 4.2.11
|
graceful-fs: 4.2.11
|
||||||
slash: 3.0.0
|
slash: 3.0.0
|
||||||
@@ -2700,7 +2584,7 @@ packages:
|
|||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/template': 7.20.7
|
'@babel/template': 7.20.7
|
||||||
'@babel/types': 7.21.4
|
'@babel/types': 7.21.5
|
||||||
'@types/babel__core': 7.20.0
|
'@types/babel__core': 7.20.0
|
||||||
'@types/babel__traverse': 7.18.3
|
'@types/babel__traverse': 7.18.3
|
||||||
dev: true
|
dev: true
|
||||||
@@ -2709,35 +2593,35 @@ packages:
|
|||||||
resolution: {integrity: sha512-88blrUrMX3SPiGkT1GnvVY8E/7A+k6oj3MNvUtTIxJflFzXTw1bHkuJ/y039ouhFMp2prRn5cQGzokViYi1dsg==}
|
resolution: {integrity: sha512-88blrUrMX3SPiGkT1GnvVY8E/7A+k6oj3MNvUtTIxJflFzXTw1bHkuJ/y039ouhFMp2prRn5cQGzokViYi1dsg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.4):
|
/babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
|
resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0
|
'@babel/core': ^7.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4)
|
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.4)
|
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.4)
|
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.4)
|
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4)
|
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4)
|
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4)
|
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4)
|
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4)
|
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4)
|
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4)
|
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.4)
|
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-preset-jest@29.5.0(@babel/core@7.21.4):
|
/babel-preset-jest@29.5.0(@babel/core@7.21.8):
|
||||||
resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==}
|
resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==}
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0
|
'@babel/core': ^7.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
babel-plugin-jest-hoist: 29.5.0
|
babel-plugin-jest-hoist: 29.5.0
|
||||||
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.4)
|
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babylonjs-gltf2interface@4.2.1:
|
/babylonjs-gltf2interface@4.2.1:
|
||||||
@@ -4431,8 +4315,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
|
resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/parser': 7.21.4
|
'@babel/parser': 7.21.8
|
||||||
'@istanbuljs/schema': 0.1.3
|
'@istanbuljs/schema': 0.1.3
|
||||||
istanbul-lib-coverage: 3.2.0
|
istanbul-lib-coverage: 3.2.0
|
||||||
semver: 6.3.0
|
semver: 6.3.0
|
||||||
@@ -4548,10 +4432,10 @@ packages:
|
|||||||
ts-node:
|
ts-node:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@jest/test-sequencer': 29.5.0
|
'@jest/test-sequencer': 29.5.0
|
||||||
'@jest/types': 29.5.0
|
'@jest/types': 29.5.0
|
||||||
babel-jest: 29.5.0(@babel/core@7.21.4)
|
babel-jest: 29.5.0(@babel/core@7.21.8)
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
ci-info: 3.8.0
|
ci-info: 3.8.0
|
||||||
deepmerge: 4.3.1
|
deepmerge: 4.3.1
|
||||||
@@ -4586,11 +4470,11 @@ packages:
|
|||||||
ts-node:
|
ts-node:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@jest/test-sequencer': 29.5.0
|
'@jest/test-sequencer': 29.5.0
|
||||||
'@jest/types': 29.5.0
|
'@jest/types': 29.5.0
|
||||||
'@types/node': 18.16.0
|
'@types/node': 18.16.0
|
||||||
babel-jest: 29.5.0(@babel/core@7.21.4)
|
babel-jest: 29.5.0(@babel/core@7.21.8)
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
ci-info: 3.8.0
|
ci-info: 3.8.0
|
||||||
deepmerge: 4.3.1
|
deepmerge: 4.3.1
|
||||||
@@ -4824,18 +4708,18 @@ packages:
|
|||||||
resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==}
|
resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==}
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.4
|
'@babel/core': 7.21.8
|
||||||
'@babel/generator': 7.21.4
|
'@babel/generator': 7.21.5
|
||||||
'@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4)
|
'@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8)
|
||||||
'@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.4)
|
'@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8)
|
||||||
'@babel/traverse': 7.21.4
|
'@babel/traverse': 7.21.5
|
||||||
'@babel/types': 7.21.4
|
'@babel/types': 7.21.5
|
||||||
'@jest/expect-utils': 29.5.0
|
'@jest/expect-utils': 29.5.0
|
||||||
'@jest/transform': 29.5.0
|
'@jest/transform': 29.5.0
|
||||||
'@jest/types': 29.5.0
|
'@jest/types': 29.5.0
|
||||||
'@types/babel__traverse': 7.18.3
|
'@types/babel__traverse': 7.18.3
|
||||||
'@types/prettier': 2.7.2
|
'@types/prettier': 2.7.2
|
||||||
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.4)
|
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8)
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
expect: 29.5.0
|
expect: 29.5.0
|
||||||
graceful-fs: 4.2.11
|
graceful-fs: 4.2.11
|
||||||
@@ -6394,6 +6278,10 @@ packages:
|
|||||||
svelte: 3.58.0
|
svelte: 3.58.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/svelte-tiny-virtual-list@2.0.5:
|
||||||
|
resolution: {integrity: sha512-xg9ckb8UeeIme4/5qlwCrl2QNmUZ8SCQYZn3Ji83cUsoASqRNy3KWjpmNmzYvPDqCHSZjruBBsoB7t5hwuzw5g==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/svelte-vega@1.2.0(vega-lite@0.6.7)(vega@5.22.1):
|
/svelte-vega@1.2.0(vega-lite@0.6.7)(vega@5.22.1):
|
||||||
resolution: {integrity: sha512-MsDdO+l7o/d9d4mVkh8MBDhqZvJ45lpuprBaTj0V/ZilIG902QERHFQlam3ZFcR9C9OIKSpmPqINssWNPkDdcA==}
|
resolution: {integrity: sha512-MsDdO+l7o/d9d4mVkh8MBDhqZvJ45lpuprBaTj0V/ZilIG902QERHFQlam3ZFcR9C9OIKSpmPqINssWNPkDdcA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
|||||||
@@ -458,19 +458,21 @@ export class ComfyComboNode extends ComfyWidgetNode<string> {
|
|||||||
formatter = (value) => `${value}`;
|
formatter = (value) => `${value}`;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.valuesForCombo = this.properties.values.map(value => {
|
this.valuesForCombo = this.properties.values.map((value, index) => {
|
||||||
return {
|
return {
|
||||||
value,
|
value,
|
||||||
label: formatter(value)
|
label: formatter(value),
|
||||||
|
index
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
console.error("Failed formatting!", err)
|
console.error("Failed formatting!", err)
|
||||||
this.valuesForCombo = this.properties.values.map(value => {
|
this.valuesForCombo = this.properties.values.map((value, index) => {
|
||||||
return {
|
return {
|
||||||
value,
|
value,
|
||||||
label: `${value}`
|
label: `${value}`,
|
||||||
|
index
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
import { tick } from 'svelte'
|
||||||
import { BlockTitle } from "@gradio/atoms";
|
import { BlockTitle } from "@gradio/atoms";
|
||||||
import Select from 'svelte-select';
|
import Select from 'svelte-select';
|
||||||
import VirtualList from '@sveltejs/svelte-virtual-list';
|
// import VirtualList from '$lib/components/VirtualList.svelte';
|
||||||
import ListItem from "./ListItem.svelte"
|
import VirtualList from 'svelte-tiny-virtual-list';
|
||||||
import type { ComfyComboNode } from "$lib/nodes/index";
|
import type { ComfyComboNode } from "$lib/nodes/index";
|
||||||
import { type WidgetLayout } from "$lib/stores/layoutState";
|
import { type WidgetLayout } from "$lib/stores/layoutState";
|
||||||
import { get, writable, type Writable } from "svelte/store";
|
import { get, writable, type Writable } from "svelte/store";
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
let propsChanged: Writable<number> | null = null;
|
let propsChanged: Writable<number> | null = null;
|
||||||
let comboRefreshed: Writable<boolean> | null = null;
|
let comboRefreshed: Writable<boolean> | null = null;
|
||||||
let wasComboRefreshed: boolean = false;
|
let wasComboRefreshed: boolean = false;
|
||||||
|
let option: any = null;
|
||||||
|
|
||||||
export let debug: boolean = false;
|
export let debug: boolean = false;
|
||||||
let input: HTMLInputElement | null = null
|
let input: HTMLInputElement | null = null
|
||||||
@@ -41,10 +43,16 @@
|
|||||||
comboRefreshed = node.comboRefreshed;
|
comboRefreshed = node.comboRefreshed;
|
||||||
if ($comboRefreshed)
|
if ($comboRefreshed)
|
||||||
flashOnRefreshed();
|
flashOnRefreshed();
|
||||||
// setOption($nodeValue) // don't react on option
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$: node.valuesForCombo && updateActiveIndex(node.valuesForCombo)
|
||||||
|
|
||||||
|
function updateActiveIndex(values: any) {
|
||||||
|
const value = $nodeValue;
|
||||||
|
activeIndex = values.findIndex(v => v.value === value);
|
||||||
|
}
|
||||||
|
|
||||||
$: $comboRefreshed && flashOnRefreshed();
|
$: $comboRefreshed && flashOnRefreshed();
|
||||||
|
|
||||||
function flashOnRefreshed() {
|
function flashOnRefreshed() {
|
||||||
@@ -64,38 +72,62 @@
|
|||||||
navigator.vibrate(20)
|
navigator.vibrate(20)
|
||||||
}
|
}
|
||||||
|
|
||||||
function onSelect() {
|
function onSelect(e: CustomEvent<any>) {
|
||||||
if (input)
|
if (input)
|
||||||
input.blur();
|
input.blur();
|
||||||
navigator.vibrate(20)
|
navigator.vibrate(20)
|
||||||
|
|
||||||
|
const item = e.detail
|
||||||
|
|
||||||
|
console.warn("SELECT", item, item.index)
|
||||||
|
$nodeValue = item.value;
|
||||||
|
activeIndex = item.index;
|
||||||
|
listOpen = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let activeIndex = null;
|
||||||
|
let hoverItemIndex = null;
|
||||||
|
let filterText = "";
|
||||||
|
let listOpen = null;
|
||||||
|
let scrollToIndex = null;
|
||||||
let start = 0;
|
let start = 0;
|
||||||
let end = 0;
|
let end = 0;
|
||||||
let listOpen: boolean = false
|
|
||||||
|
|
||||||
function selectItem(item: any) {
|
function handleHover(index: number) {
|
||||||
$nodeValue = item.value;
|
console.warn("HOV", index)
|
||||||
listOpen = false;
|
hoverItemIndex = index;
|
||||||
document.activeElement?.blur();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let option: any = null;
|
function handleSelect(index: number) {
|
||||||
let rebuild = writable(0);
|
console.warn("SEL", index)
|
||||||
let virtualList = null;
|
navigator.vibrate(20)
|
||||||
|
const item = node.valuesForCombo[index]
|
||||||
|
activeIndex = index;
|
||||||
|
$nodeValue = item.value
|
||||||
|
listOpen = false;
|
||||||
|
filterText = ""
|
||||||
|
input?.blur()
|
||||||
|
}
|
||||||
|
|
||||||
function onFilter() {
|
function onFilter() {
|
||||||
// $rebuild += 1
|
// if (scrollToIndex)
|
||||||
if (virtualList) {
|
// scrollToIndex(0)
|
||||||
// force refresh virtual list
|
|
||||||
const viewport = virtualList.querySelector("svelte-virtual-list-viewport")
|
|
||||||
viewport.scrollTo(0, 1)
|
|
||||||
viewport.scrollTo(0, 0)
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
console.log("no")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const activeScroll = scrollAction;
|
||||||
|
const hoverScroll = scrollAction;
|
||||||
|
|
||||||
|
function scrollAction(node) {
|
||||||
|
return {
|
||||||
|
update(args) {
|
||||||
|
if (args.scroll) {
|
||||||
|
// handleListScroll();
|
||||||
|
node.scrollIntoView({ behavior: 'auto', block: 'nearest' });
|
||||||
|
}
|
||||||
|
},
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="wrapper comfy-combo" class:updated={$comboRefreshed}>
|
<div class="wrapper comfy-combo" class:updated={$comboRefreshed}>
|
||||||
@@ -112,33 +144,47 @@
|
|||||||
<Select
|
<Select
|
||||||
value={$nodeValue}
|
value={$nodeValue}
|
||||||
bind:justValue={option}
|
bind:justValue={option}
|
||||||
|
bind:hoverItemIndex
|
||||||
|
bind:filterText
|
||||||
bind:listOpen
|
bind:listOpen
|
||||||
|
bind:input
|
||||||
items={node.valuesForCombo}
|
items={node.valuesForCombo}
|
||||||
disabled={isDisabled(widget)}
|
disabled={isDisabled(widget)}
|
||||||
clearable={false}
|
clearable={false}
|
||||||
showChevron={true}
|
showChevron={true}
|
||||||
listAutoWidth={true}
|
listAutoWidth={true}
|
||||||
inputAttributes={{ autocomplete: 'off' }}
|
inputAttributes={{ autocomplete: 'off' }}
|
||||||
bind:input
|
|
||||||
on:change
|
on:change
|
||||||
on:focus={onFocus}
|
on:focus={onFocus}
|
||||||
on:select={onSelect}
|
on:hoverItem={(e) => handleHover(e.detail)}
|
||||||
on:filter={onFilter}
|
on:select={(e) => handleSelect(e.detail.index)}
|
||||||
on:blur
|
on:blur
|
||||||
>
|
on:filter={onFilter}>
|
||||||
<div slot="list" class="list" let:filteredItems>
|
<div class="list" slot="list" let:filteredItems>
|
||||||
{#key $rebuild}
|
{#if filteredItems.length > 0}
|
||||||
<div class="container" bind:this={virtualList}>
|
<VirtualList
|
||||||
<VirtualList items={filteredItems} bind:start bind:end let:item>
|
items={filteredItems}
|
||||||
<div class="item"
|
width="100%"
|
||||||
class:selected={option === item.value}
|
height={300}
|
||||||
on:click={() => selectItem(item)}>
|
itemCount={filteredItems?.length}
|
||||||
{item.label}
|
itemSize={50}
|
||||||
</div>
|
scrollToIndex={hoverItemIndex}>
|
||||||
</VirtualList>
|
<div slot="item"
|
||||||
<p class="details">showing items {start}-{end}</p>
|
let:index={i}
|
||||||
</div>
|
let:style
|
||||||
{/key}
|
{style}
|
||||||
|
class="item"
|
||||||
|
class:active={activeIndex === filteredItems[i].index}
|
||||||
|
class:hover={hoverItemIndex === i}
|
||||||
|
on:click={() => handleSelect(filteredItems[i].index)}
|
||||||
|
on:focus={() => handleHover(i)}
|
||||||
|
on:mouseover={() => handleHover(i)}>
|
||||||
|
{@const item = filteredItems[i]}
|
||||||
|
{item.label}
|
||||||
|
</div>
|
||||||
|
</VirtualList>
|
||||||
|
<p class="details">active: {activeIndex}, hover: {hoverItemIndex}<p>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</Select>
|
</Select>
|
||||||
</label>
|
</label>
|
||||||
@@ -201,9 +247,20 @@
|
|||||||
|
|
||||||
.item {
|
.item {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
&.selected {
|
padding: 1.2rem;
|
||||||
|
border: 1px solid var(--neutral-300);
|
||||||
|
border-top: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
&.hover {
|
||||||
color: white;
|
color: white;
|
||||||
background: var(--color-yellow-500);
|
background: var(--neutral-400);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
&.active {
|
||||||
|
color: white;
|
||||||
|
background: var(--color-blue-500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -215,11 +272,5 @@
|
|||||||
:global(svelte-virtual-list-row) {
|
:global(svelte-virtual-list-row) {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(svelte-virtual-list-row:hover) {
|
|
||||||
color: white;
|
|
||||||
background: var(--color-blue-500);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user