pxd 0.0.52 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -3
- package/dist/components/active-graph/index.d.vue.ts +0 -2
- package/dist/components/active-graph/index.vue +35 -37
- package/dist/components/avatar/index.d.vue.ts +2 -2
- package/dist/components/avatar/index.vue +17 -16
- package/dist/components/avatar-group/index.d.vue.ts +1 -1
- package/dist/components/avatar-group/index.vue +4 -1
- package/dist/components/badge/cn.d.ts +90 -0
- package/dist/components/badge/cn.js +44 -0
- package/dist/components/badge/index.d.vue.ts +5 -33
- package/dist/components/badge/index.vue +10 -56
- package/dist/components/book/index.vue +90 -17
- package/dist/components/browser/index.vue +21 -6
- package/dist/components/button/cn.d.ts +121 -0
- package/dist/components/button/cn.js +55 -0
- package/dist/components/button/index.d.vue.ts +8 -14
- package/dist/components/button/index.vue +22 -74
- package/dist/components/carousel-group/index.d.vue.ts +1 -1
- package/dist/components/carousel-group/index.vue +32 -28
- package/dist/components/checkbox/cn.d.ts +67 -0
- package/dist/components/checkbox/cn.js +31 -0
- package/dist/components/checkbox/index.vue +9 -19
- package/dist/components/chip/cn.d.ts +49 -0
- package/dist/components/chip/cn.js +26 -0
- package/dist/components/chip/index.vue +13 -21
- package/dist/components/choicebox/index.vue +1 -1
- package/dist/components/choicebox-group/index.vue +6 -3
- package/dist/components/collapse/index.vue +7 -1
- package/dist/components/collapse-group/index.vue +7 -7
- package/dist/components/command-menu/index.vue +9 -8
- package/dist/components/command-menu-group/index.vue +4 -1
- package/dist/components/config-provider/index.d.vue.ts +1 -0
- package/dist/components/config-provider/index.vue +2 -1
- package/dist/components/countdown/index.vue +2 -10
- package/dist/components/dash-line/index.vue +22 -16
- package/dist/components/description/index.vue +4 -2
- package/dist/components/drawer/index.vue +19 -11
- package/dist/components/empty-state/index.vue +3 -1
- package/dist/components/error/cn.d.ts +22 -0
- package/dist/components/error/cn.js +15 -0
- package/dist/components/error/index.vue +13 -14
- package/dist/components/fader/index.vue +30 -14
- package/dist/components/gauge/index.vue +6 -6
- package/dist/components/grid/index.vue +16 -12
- package/dist/components/grid-item/index.vue +4 -4
- package/dist/components/hold-button/index.vue +19 -13
- package/dist/components/input/cn.d.ts +73 -0
- package/dist/components/input/cn.js +36 -0
- package/dist/components/input/index.d.vue.ts +14 -16
- package/dist/components/input/index.vue +74 -101
- package/dist/components/intersection-observer/index.vue +7 -3
- package/dist/components/kbd/index.vue +2 -2
- package/dist/components/link-button/index.d.vue.ts +8 -8
- package/dist/components/link-button/index.vue +17 -25
- package/dist/components/list/index.d.vue.ts +0 -1
- package/dist/components/list/index.vue +58 -57
- package/dist/components/list-item/cn.d.ts +22 -0
- package/dist/components/list-item/cn.js +15 -0
- package/dist/components/list-item/index.d.vue.ts +3 -3
- package/dist/components/list-item/index.vue +14 -25
- package/dist/components/loading-bar/cn.d.ts +70 -0
- package/dist/components/loading-bar/cn.js +32 -0
- package/dist/components/loading-bar/index.d.vue.ts +2 -0
- package/dist/components/loading-bar/index.vue +68 -61
- package/dist/components/loading-dots/index.vue +12 -4
- package/dist/components/menu/index.d.vue.ts +2 -2
- package/dist/components/menu/index.vue +4 -4
- package/dist/components/message/index.vue +82 -48
- package/dist/components/message-item/index.vue +7 -2
- package/dist/components/modal/index.vue +20 -12
- package/dist/components/more-button/index.d.vue.ts +1 -3
- package/dist/components/more-button/index.vue +7 -17
- package/dist/components/note/cn.d.ts +121 -0
- package/dist/components/note/cn.js +66 -0
- package/dist/components/note/index.d.vue.ts +3 -39
- package/dist/components/note/index.vue +18 -37
- package/dist/components/number-input/index.d.vue.ts +19 -10
- package/dist/components/number-input/index.vue +121 -75
- package/dist/components/overlay/index.vue +4 -20
- package/dist/components/pagination/index.vue +25 -8
- package/dist/components/pin-input/cn.d.ts +46 -0
- package/dist/components/pin-input/cn.js +25 -0
- package/dist/components/pin-input/index.vue +11 -20
- package/dist/components/placeholder/index.vue +11 -4
- package/dist/components/popover/index.d.vue.ts +4 -3
- package/dist/components/popover/index.vue +107 -54
- package/dist/components/progress/cn.d.ts +19 -0
- package/dist/components/progress/cn.js +14 -0
- package/dist/components/progress/index.d.vue.ts +1 -1
- package/dist/components/progress/index.vue +21 -14
- package/dist/components/radio/cn.d.ts +46 -0
- package/dist/components/radio/cn.js +42 -0
- package/dist/components/radio/index.vue +11 -18
- package/dist/components/resizable/index.vue +8 -2
- package/dist/components/resizable-handle/index.vue +1 -0
- package/dist/components/resizable-panel/index.vue +12 -11
- package/dist/components/skeleton/cn.d.ts +43 -0
- package/dist/components/skeleton/cn.js +24 -0
- package/dist/components/skeleton/index.d.vue.ts +4 -3
- package/dist/components/skeleton/index.vue +11 -20
- package/dist/components/slider/index.d.vue.ts +1 -1
- package/dist/components/slider/index.vue +14 -12
- package/dist/components/snippet/cn.d.ts +52 -0
- package/dist/components/snippet/cn.js +27 -0
- package/dist/components/snippet/index.vue +21 -29
- package/dist/components/spinner/index.vue +3 -1
- package/dist/components/stack/cn.d.ts +70 -0
- package/dist/components/stack/cn.js +33 -0
- package/dist/components/stack/index.d.vue.ts +2 -2
- package/dist/components/stack/index.vue +16 -31
- package/dist/components/status-dot/index.vue +5 -1
- package/dist/components/switch/cn.d.ts +16 -0
- package/dist/components/switch/cn.js +13 -0
- package/dist/components/switch/index.vue +5 -11
- package/dist/components/switch-group/index.vue +7 -4
- package/dist/components/text/cn.d.ts +67 -0
- package/dist/components/text/cn.js +34 -0
- package/dist/components/text/index.d.vue.ts +1 -1
- package/dist/components/text/index.vue +16 -25
- package/dist/components/textarea/cn.d.ts +58 -0
- package/dist/components/textarea/cn.js +30 -0
- package/dist/components/textarea/index.d.vue.ts +2 -0
- package/dist/components/textarea/index.vue +17 -24
- package/dist/components/theme-switcher/index.vue +6 -3
- package/dist/components/time-picker/index.d.vue.ts +2 -2
- package/dist/components/time-picker/index.vue +45 -25
- package/dist/components/toggle/index.vue +10 -6
- package/dist/components/tooltip/index.vue +3 -3
- package/dist/components/virtual-list/index.vue +1 -7
- package/dist/composables/use-browser-observer.d.ts +1 -1
- package/dist/composables/use-browser-observer.js +19 -15
- package/dist/composables/use-config-provider-context.d.ts +1 -0
- package/dist/composables/use-config-provider-context.js +5 -10
- package/dist/composables/use-countdown.js +1 -3
- package/dist/composables/use-deferred-value.js +1 -5
- package/dist/composables/use-delay-change.js +1 -4
- package/dist/composables/use-delay-destroy.js +1 -5
- package/dist/composables/use-loading-bar.d.ts +6 -14
- package/dist/composables/use-loading-bar.js +3 -14
- package/dist/composables/use-message.d.ts +9 -3
- package/dist/composables/use-message.js +9 -9
- package/dist/composables/use-model-value.d.ts +1 -0
- package/dist/composables/use-model-value.js +4 -2
- package/dist/composables/use-outside-click.js +12 -8
- package/dist/composables/use-pointer-gesture.js +5 -1
- package/dist/composables/use-toggle-value.js +1 -4
- package/dist/composables/use-virtual-list.js +14 -7
- package/dist/contexts/avatar.js +4 -4
- package/dist/contexts/carousel.js +1 -4
- package/dist/contexts/checkbox.js +1 -4
- package/dist/contexts/choicebox.js +2 -8
- package/dist/contexts/collapse.js +1 -4
- package/dist/contexts/list.js +5 -8
- package/dist/contexts/radio.js +4 -4
- package/dist/contexts/resizable.js +1 -4
- package/dist/contexts/switch.js +2 -8
- package/dist/index.d.ts +1 -0
- package/dist/styles/source.css +106 -59
- package/dist/styles/styles.css +1 -1
- package/dist/styles/tw.css +106 -59
- package/dist/types/components/avatar.d.ts +2 -2
- package/dist/types/components/button.d.ts +11 -4
- package/dist/types/components/index.d.ts +12 -0
- package/dist/types/components/input.d.ts +4 -5
- package/dist/types/components/list.d.ts +1 -1
- package/dist/types/components/switch.d.ts +1 -1
- package/dist/types/shared/props.d.ts +6 -4
- package/dist/types/shared/utils.d.ts +3 -1
- package/dist/utils/context.d.ts +2 -8
- package/dist/utils/date.d.ts +1 -1
- package/dist/utils/date.js +1 -5
- package/dist/utils/event.js +6 -18
- package/dist/utils/format.d.ts +1 -1
- package/dist/utils/format.js +1 -1
- package/dist/utils/is.d.ts +0 -1
- package/dist/utils/is.js +3 -2
- package/dist/utils/responsive.js +7 -4
- package/dist/utils/throttle.js +4 -2
- package/package.json +45 -43
- package/dist/components/_internal/fragment-container.vue.d.ts +0 -13
- package/dist/components/active-graph/index.vue.d.ts +0 -51
- package/dist/components/avatar/index.vue.d.ts +0 -34
- package/dist/components/avatar-group/index.vue.d.ts +0 -8
- package/dist/components/backtop/index.vue.d.ts +0 -21
- package/dist/components/badge/index.vue.d.ts +0 -52
- package/dist/components/book/index.vue.d.ts +0 -28
- package/dist/components/browser/index.vue.d.ts +0 -16
- package/dist/components/button/index.vue.d.ts +0 -29
- package/dist/components/carousel/index.vue.d.ts +0 -13
- package/dist/components/carousel-group/index.vue.d.ts +0 -35
- package/dist/components/checkbox/index.vue.d.ts +0 -26
- package/dist/components/checkbox-group/index.vue.d.ts +0 -28
- package/dist/components/chip/index.vue.d.ts +0 -24
- package/dist/components/choicebox/index.vue.d.ts +0 -16
- package/dist/components/choicebox-group/index.vue.d.ts +0 -24
- package/dist/components/collapse/index.vue.d.ts +0 -22
- package/dist/components/collapse-group/index.vue.d.ts +0 -20
- package/dist/components/command-menu/index.vue.d.ts +0 -42
- package/dist/components/command-menu-group/index.vue.d.ts +0 -17
- package/dist/components/command-menu-item/index.vue.d.ts +0 -13
- package/dist/components/config-provider/index.vue.d.ts +0 -22
- package/dist/components/countdown/index.vue.d.ts +0 -51
- package/dist/components/dash-line/index.vue.d.ts +0 -13
- package/dist/components/description/index.vue.d.ts +0 -20
- package/dist/components/drawer/index.vue.d.ts +0 -60
- package/dist/components/empty-state/index.vue.d.ts +0 -23
- package/dist/components/error/index.vue.d.ts +0 -22
- package/dist/components/fader/index.vue.d.ts +0 -12
- package/dist/components/gauge/index.vue.d.ts +0 -14
- package/dist/components/grid/index.vue.d.ts +0 -19
- package/dist/components/grid-item/index.vue.d.ts +0 -18
- package/dist/components/hold-button/index.vue.d.ts +0 -42
- package/dist/components/input/index.vue.d.ts +0 -55
- package/dist/components/intersection-observer/index.vue.d.ts +0 -39
- package/dist/components/kbd/index.vue.d.ts +0 -24
- package/dist/components/label/index.vue.d.ts +0 -13
- package/dist/components/link-button/index.vue.d.ts +0 -33
- package/dist/components/list/index.vue.d.ts +0 -44
- package/dist/components/list-item/index.vue.d.ts +0 -29
- package/dist/components/loading-bar/index.vue.d.ts +0 -15
- package/dist/components/loading-dots/index.vue.d.ts +0 -15
- package/dist/components/material/index.vue.d.ts +0 -18
- package/dist/components/menu/index.vue.d.ts +0 -33
- package/dist/components/message/index.vue.d.ts +0 -176
- package/dist/components/message-item/index.vue.d.ts +0 -15
- package/dist/components/modal/index.vue.d.ts +0 -58
- package/dist/components/more-button/index.vue.d.ts +0 -20
- package/dist/components/noise-background/index.vue.d.ts +0 -19
- package/dist/components/note/index.vue.d.ts +0 -64
- package/dist/components/number-input/index.vue.d.ts +0 -39
- package/dist/components/overlay/index.vue.d.ts +0 -35
- package/dist/components/pagination/index.vue.d.ts +0 -21
- package/dist/components/pin-input/index.vue.d.ts +0 -28
- package/dist/components/placeholder/index.vue.d.ts +0 -18
- package/dist/components/popover/index.vue.d.ts +0 -73
- package/dist/components/progress/index.vue.d.ts +0 -34
- package/dist/components/radio/index.vue.d.ts +0 -20
- package/dist/components/radio-group/index.vue.d.ts +0 -22
- package/dist/components/resizable/index.vue.d.ts +0 -19
- package/dist/components/resizable-handle/index.vue.d.ts +0 -3
- package/dist/components/resizable-panel/index.vue.d.ts +0 -20
- package/dist/components/scrollable/index.vue.d.ts +0 -0
- package/dist/components/skeleton/index.vue.d.ts +0 -26
- package/dist/components/slider/index.vue.d.ts +0 -26
- package/dist/components/snippet/index.vue.d.ts +0 -18
- package/dist/components/spinner/index.vue.d.ts +0 -3
- package/dist/components/stack/index.vue.d.ts +0 -30
- package/dist/components/status-dot/index.vue.d.ts +0 -11
- package/dist/components/switch/index.vue.d.ts +0 -20
- package/dist/components/switch-group/index.vue.d.ts +0 -23
- package/dist/components/teleport/index.vue.d.ts +0 -21
- package/dist/components/text/index.vue.d.ts +0 -26
- package/dist/components/textarea/index.vue.d.ts +0 -28
- package/dist/components/theme-switcher/index.vue.d.ts +0 -8
- package/dist/components/time-picker/index.vue.d.ts +0 -35
- package/dist/components/toggle/index.vue.d.ts +0 -41
- package/dist/components/tooltip/index.vue.d.ts +0 -32
- package/dist/components/virtual-list/index.vue.d.ts +0 -24
package/package.json
CHANGED
|
@@ -1,29 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxd",
|
|
3
|
-
"
|
|
4
|
-
"version": "0.0.52",
|
|
3
|
+
"version": "0.0.53",
|
|
5
4
|
"description": "A universal UI component library for Vue2.7+ & Vue3.2+",
|
|
6
|
-
"
|
|
7
|
-
|
|
5
|
+
"keywords": [
|
|
6
|
+
"component library",
|
|
7
|
+
"components",
|
|
8
|
+
"pxd",
|
|
9
|
+
"ui",
|
|
10
|
+
"ui framework",
|
|
11
|
+
"vue",
|
|
12
|
+
"vue2",
|
|
13
|
+
"vue3"
|
|
14
|
+
],
|
|
8
15
|
"homepage": "https://github.com/libondev/pxd#readme",
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/libondev/pxd/issues"
|
|
18
|
+
},
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"author": "libondev <bon.li@outlook.com>",
|
|
9
21
|
"repository": {
|
|
10
22
|
"type": "git",
|
|
11
23
|
"url": "git+https://github.com/libondev/pxd.git"
|
|
12
24
|
},
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"ui",
|
|
18
|
-
"vue",
|
|
19
|
-
"pxd",
|
|
20
|
-
"vue2",
|
|
21
|
-
"vue3",
|
|
22
|
-
"components",
|
|
23
|
-
"ui framework",
|
|
24
|
-
"component library"
|
|
25
|
+
"style": "./dist/styles/index.css",
|
|
26
|
+
"files": [
|
|
27
|
+
"dist",
|
|
28
|
+
"volar.d.ts"
|
|
25
29
|
],
|
|
30
|
+
"type": "module",
|
|
26
31
|
"sideEffects": false,
|
|
32
|
+
"main": "./dist/index.js",
|
|
33
|
+
"module": "./dist/index.js",
|
|
34
|
+
"types": "./dist/index.d.ts",
|
|
35
|
+
"typesVersions": {
|
|
36
|
+
"*": {
|
|
37
|
+
"*": [
|
|
38
|
+
"*",
|
|
39
|
+
"dist/*",
|
|
40
|
+
"dist/*.d.ts",
|
|
41
|
+
"dist/*/index.d.ts"
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
},
|
|
27
45
|
"exports": {
|
|
28
46
|
".": {
|
|
29
47
|
"types": "./dist/index.d.ts",
|
|
@@ -74,43 +92,21 @@
|
|
|
74
92
|
"default": "./dist/utils/*.js"
|
|
75
93
|
}
|
|
76
94
|
},
|
|
77
|
-
"main": "./dist/index.js",
|
|
78
|
-
"module": "./dist/index.js",
|
|
79
|
-
"types": "./dist/index.d.ts",
|
|
80
|
-
"style": "./dist/styles/index.css",
|
|
81
|
-
"typesVersions": {
|
|
82
|
-
"*": {
|
|
83
|
-
"*": [
|
|
84
|
-
"*",
|
|
85
|
-
"dist/*",
|
|
86
|
-
"dist/*.d.ts",
|
|
87
|
-
"dist/*/index.d.ts"
|
|
88
|
-
]
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"files": [
|
|
92
|
-
"dist",
|
|
93
|
-
"volar.d.ts"
|
|
94
|
-
],
|
|
95
|
-
"peerDependencies": {
|
|
96
|
-
"vue": ">=2.7.0 || >=3.2.0"
|
|
97
|
-
},
|
|
98
95
|
"dependencies": {
|
|
99
96
|
"@floating-ui/dom": "^1.7.4",
|
|
100
97
|
"@gdsicon/vue": "^1.0.8",
|
|
101
98
|
"dayjs": "^1.11.19",
|
|
102
99
|
"es-toolkit": "^1.44.0",
|
|
103
|
-
"focus-trap": "^7.8.0"
|
|
100
|
+
"focus-trap": "^7.8.0",
|
|
101
|
+
"tailwind-variants": "^3.2.2"
|
|
104
102
|
},
|
|
105
103
|
"devDependencies": {
|
|
106
|
-
"@antfu/eslint-config": "^4.19.0",
|
|
107
104
|
"@tailwindcss/cli": "^4.1.18",
|
|
108
105
|
"@tsconfig/node22": "^22.0.5",
|
|
109
106
|
"@types/node": "^25.0.10",
|
|
110
107
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
111
108
|
"@vue/test-utils": "^2.4.6",
|
|
112
109
|
"@vue/tsconfig": "^0.8.1",
|
|
113
|
-
"eslint": "^9.39.2",
|
|
114
110
|
"eslint-plugin-better-tailwindcss": "^3.8.0",
|
|
115
111
|
"fs-extra": "^11.3.3",
|
|
116
112
|
"happy-dom": "^20.3.9",
|
|
@@ -118,6 +114,8 @@
|
|
|
118
114
|
"lint-staged": "^16.2.7",
|
|
119
115
|
"mkdist": "^2.4.1",
|
|
120
116
|
"npm-run-all2": "^8.0.4",
|
|
117
|
+
"oxfmt": "^0.28.0",
|
|
118
|
+
"oxlint": "^1.43.0",
|
|
121
119
|
"tinyglobby": "^0.2.15",
|
|
122
120
|
"typescript": "^5.9.3",
|
|
123
121
|
"unbuild": "^3.6.1",
|
|
@@ -127,8 +125,11 @@
|
|
|
127
125
|
"vue-sfc-transformer": "^0.1.17",
|
|
128
126
|
"vue-tsc": "^3.2.4"
|
|
129
127
|
},
|
|
128
|
+
"peerDependencies": {
|
|
129
|
+
"vue": ">=2.7.0 || >=3.2.0"
|
|
130
|
+
},
|
|
130
131
|
"lint-staged": {
|
|
131
|
-
"*.{ts,vue}": "
|
|
132
|
+
"*.{ts,vue}": "oxlint"
|
|
132
133
|
},
|
|
133
134
|
"scripts": {
|
|
134
135
|
"dev": "run-s dev:lib dev:docs",
|
|
@@ -144,8 +145,9 @@
|
|
|
144
145
|
"gen-styles-file": "node scripts/gen-css-files.js",
|
|
145
146
|
"gen-tw-css-file": "tailwindcss -i ./dist/styles/source.css -o ./dist/styles/styles.css -m",
|
|
146
147
|
"gen-volar-dts": "node scripts/gen-component-dts.js",
|
|
147
|
-
"lint": "
|
|
148
|
-
"lint:fix": "
|
|
148
|
+
"lint": "oxlint",
|
|
149
|
+
"lint:fix": "oxlint --fix",
|
|
150
|
+
"fmt": "oxfmt",
|
|
149
151
|
"test": "vitest run",
|
|
150
152
|
"test:watch": "vitest",
|
|
151
153
|
"typecheck": "vue-tsc -p tsconfig.app.json --noEmit",
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare var __VLS_1: {};
|
|
2
|
-
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof __VLS_1) => any;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
-
new (): {
|
|
11
|
-
$slots: S;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
interface FieldNames {
|
|
2
|
-
date: string;
|
|
3
|
-
count: string;
|
|
4
|
-
}
|
|
5
|
-
interface Props {
|
|
6
|
-
data?: Record<string, any>[];
|
|
7
|
-
legend?: boolean;
|
|
8
|
-
startDate?: string | Date;
|
|
9
|
-
endDate?: string | Date;
|
|
10
|
-
colors?: Record<string, string>;
|
|
11
|
-
graphOnly?: boolean;
|
|
12
|
-
transpose?: boolean;
|
|
13
|
-
tooltip?: boolean;
|
|
14
|
-
tooltipText?: string;
|
|
15
|
-
fieldNames?: FieldNames;
|
|
16
|
-
itemRadius?: string | number;
|
|
17
|
-
}
|
|
18
|
-
interface TooltipInfo {
|
|
19
|
-
date: string;
|
|
20
|
-
count: number;
|
|
21
|
-
left: number;
|
|
22
|
-
top: number;
|
|
23
|
-
}
|
|
24
|
-
declare var __VLS_7: {
|
|
25
|
-
data: TooltipInfo;
|
|
26
|
-
};
|
|
27
|
-
type __VLS_Slots = {} & {
|
|
28
|
-
tooltip?: (props: typeof __VLS_7) => any;
|
|
29
|
-
};
|
|
30
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
-
"cell-click": (args_0: MouseEvent, args_1: string) => any;
|
|
32
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
33
|
-
"onCell-click"?: ((args_0: MouseEvent, args_1: string) => any) | undefined;
|
|
34
|
-
}>, {
|
|
35
|
-
data: Record<string, any>[];
|
|
36
|
-
legend: boolean;
|
|
37
|
-
startDate: string | Date;
|
|
38
|
-
endDate: string | Date;
|
|
39
|
-
colors: Record<string, string>;
|
|
40
|
-
graphOnly: boolean;
|
|
41
|
-
tooltip: boolean;
|
|
42
|
-
tooltipText: string;
|
|
43
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
44
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
45
|
-
declare const _default: typeof __VLS_export;
|
|
46
|
-
export default _default;
|
|
47
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
48
|
-
new (): {
|
|
49
|
-
$slots: S;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
src?: string;
|
|
3
|
-
alt?: string;
|
|
4
|
-
size?: number | string;
|
|
5
|
-
loading?: boolean;
|
|
6
|
-
placeholder?: boolean;
|
|
7
|
-
}
|
|
8
|
-
type LoadingStatus = 'idle' | 'loading' | 'loaded' | 'error';
|
|
9
|
-
declare function getLoadingStatus(): LoadingStatus;
|
|
10
|
-
declare var __VLS_1: {}, __VLS_3: {};
|
|
11
|
-
type __VLS_Slots = {} & {
|
|
12
|
-
default?: (props: typeof __VLS_1) => any;
|
|
13
|
-
} & {
|
|
14
|
-
icon?: (props: typeof __VLS_3) => any;
|
|
15
|
-
};
|
|
16
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {
|
|
17
|
-
getLoadingStatus: typeof getLoadingStatus;
|
|
18
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
error: (args_0: Event) => any;
|
|
20
|
-
load: (args_0: Event) => any;
|
|
21
|
-
loadstart: (args_0: Event) => any;
|
|
22
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
23
|
-
onError?: ((args_0: Event) => any) | undefined;
|
|
24
|
-
onLoad?: ((args_0: Event) => any) | undefined;
|
|
25
|
-
onLoadstart?: ((args_0: Event) => any) | undefined;
|
|
26
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
|
-
declare const _default: typeof __VLS_export;
|
|
29
|
-
export default _default;
|
|
30
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
31
|
-
new (): {
|
|
32
|
-
$slots: S;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { AvatarGroupProps } from '../../types/components/avatar';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<AvatarGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarGroupProps> & Readonly<{}>, {
|
|
3
|
-
size: number | string;
|
|
4
|
-
max: number;
|
|
5
|
-
options: import("../../types/components/avatar").Options[];
|
|
6
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
right?: string | number;
|
|
3
|
-
bottom?: string | number;
|
|
4
|
-
zIndex?: string | number;
|
|
5
|
-
visibleThreshold?: number;
|
|
6
|
-
}
|
|
7
|
-
declare var __VLS_7: {};
|
|
8
|
-
type __VLS_Slots = {} & {
|
|
9
|
-
default?: (props: typeof __VLS_7) => any;
|
|
10
|
-
};
|
|
11
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
-
visibleThreshold: number;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
17
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
-
new (): {
|
|
19
|
-
$slots: S;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import type { ComponentAs } from '../../types/shared';
|
|
2
|
-
interface Props {
|
|
3
|
-
as?: ComponentAs;
|
|
4
|
-
variant?: keyof typeof VARIANTS;
|
|
5
|
-
size?: keyof typeof SIZES;
|
|
6
|
-
href?: string;
|
|
7
|
-
to?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const SIZES: {
|
|
10
|
-
sm: string;
|
|
11
|
-
md: string;
|
|
12
|
-
lg: string;
|
|
13
|
-
};
|
|
14
|
-
declare const VARIANTS: {
|
|
15
|
-
pill: string;
|
|
16
|
-
gray: string;
|
|
17
|
-
blue: string;
|
|
18
|
-
purple: string;
|
|
19
|
-
amber: string;
|
|
20
|
-
red: string;
|
|
21
|
-
pink: string;
|
|
22
|
-
green: string;
|
|
23
|
-
teal: string;
|
|
24
|
-
'gray-subtle': string;
|
|
25
|
-
'blue-subtle': string;
|
|
26
|
-
'purple-subtle': string;
|
|
27
|
-
'amber-subtle': string;
|
|
28
|
-
'red-subtle': string;
|
|
29
|
-
'pink-subtle': string;
|
|
30
|
-
'green-subtle': string;
|
|
31
|
-
'teal-subtle': string;
|
|
32
|
-
inverted: string;
|
|
33
|
-
vue: string;
|
|
34
|
-
trial: string;
|
|
35
|
-
turborepo: string;
|
|
36
|
-
};
|
|
37
|
-
declare var __VLS_8: {};
|
|
38
|
-
type __VLS_Slots = {} & {
|
|
39
|
-
default?: (props: typeof __VLS_8) => any;
|
|
40
|
-
};
|
|
41
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
42
|
-
as: ComponentAs;
|
|
43
|
-
variant: keyof typeof VARIANTS;
|
|
44
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
45
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
46
|
-
declare const _default: typeof __VLS_export;
|
|
47
|
-
export default _default;
|
|
48
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
49
|
-
new (): {
|
|
50
|
-
$slots: S;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { ComponentLabel, ResponsiveValue } from '../../types/shared';
|
|
2
|
-
interface Props {
|
|
3
|
-
color?: string;
|
|
4
|
-
title?: ComponentLabel;
|
|
5
|
-
width?: ResponsiveValue<string | number>;
|
|
6
|
-
variant?: 'simple' | 'stripe';
|
|
7
|
-
textured?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
|
|
10
|
-
type __VLS_Slots = {} & {
|
|
11
|
-
icon?: (props: typeof __VLS_1) => any;
|
|
12
|
-
} & {
|
|
13
|
-
title?: (props: typeof __VLS_3) => any;
|
|
14
|
-
} & {
|
|
15
|
-
icon?: (props: typeof __VLS_5) => any;
|
|
16
|
-
};
|
|
17
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
18
|
-
variant: "simple" | "stripe";
|
|
19
|
-
textured: boolean;
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
-
declare const _default: typeof __VLS_export;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
-
new (): {
|
|
26
|
-
$slots: S;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
address?: string;
|
|
3
|
-
}
|
|
4
|
-
declare var __VLS_40: {};
|
|
5
|
-
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof __VLS_40) => any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
-
export default _default;
|
|
12
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
-
new (): {
|
|
14
|
-
$slots: S;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import type { ButtonProps } from '../../types/components/button';
|
|
2
|
-
declare var __VLS_16: {}, __VLS_18: {}, __VLS_20: {};
|
|
3
|
-
type __VLS_Slots = {} & {
|
|
4
|
-
prefix?: (props: typeof __VLS_16) => any;
|
|
5
|
-
} & {
|
|
6
|
-
default?: (props: typeof __VLS_18) => any;
|
|
7
|
-
} & {
|
|
8
|
-
suffix?: (props: typeof __VLS_20) => any;
|
|
9
|
-
};
|
|
10
|
-
declare const __VLS_base: import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
-
click: (args_0: MouseEvent) => any;
|
|
12
|
-
dblclick: (args_0: MouseEvent) => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{
|
|
14
|
-
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
15
|
-
onDblclick?: ((args_0: MouseEvent) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
as: import("../../types/shared").ComponentAs;
|
|
18
|
-
variant: import("../../types/shared").ComponentVariantWithDefault | "ghost" | "simple" | "icon";
|
|
19
|
-
align: "left" | "center" | "right";
|
|
20
|
-
icon: boolean;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
-
declare const _default: typeof __VLS_export;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
-
new (): {
|
|
27
|
-
$slots: S;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare var __VLS_1: {};
|
|
2
|
-
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof __VLS_1) => any;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
-
new (): {
|
|
11
|
-
$slots: S;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { CarouselGroupProps } from '../../types/components/carousel';
|
|
2
|
-
declare var __VLS_1: {}, __VLS_3: {
|
|
3
|
-
current: number;
|
|
4
|
-
total: number;
|
|
5
|
-
};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof __VLS_1) => any;
|
|
8
|
-
} & {
|
|
9
|
-
indicator?: (props: typeof __VLS_3) => any;
|
|
10
|
-
};
|
|
11
|
-
declare const __VLS_base: import("vue").DefineComponent<CarouselGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
change: (index: number) => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<CarouselGroupProps> & Readonly<{
|
|
14
|
-
onChange?: ((index: number) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
height: number | string;
|
|
17
|
-
index: number;
|
|
18
|
-
loop: boolean;
|
|
19
|
-
arrow: boolean;
|
|
20
|
-
autoplay: boolean;
|
|
21
|
-
interval: number;
|
|
22
|
-
indicator: boolean;
|
|
23
|
-
direction: import("../../types/shared").ComponentDirection;
|
|
24
|
-
indicatorType: "dot" | "line";
|
|
25
|
-
indicatorPosition: import("../../types/shared").BasePosition;
|
|
26
|
-
pauseOnHover: boolean;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
29
|
-
declare const _default: typeof __VLS_export;
|
|
30
|
-
export default _default;
|
|
31
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
32
|
-
new (): {
|
|
33
|
-
$slots: S;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { CheckboxProps } from '../../types/components/checkbox';
|
|
2
|
-
declare function getCheckedState(): "indeterminate" | "checked" | "unchecked";
|
|
3
|
-
declare var __VLS_11: {};
|
|
4
|
-
type __VLS_Slots = {} & {
|
|
5
|
-
default?: (props: typeof __VLS_11) => any;
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<CheckboxProps, {
|
|
8
|
-
getCheckedState: typeof getCheckedState;
|
|
9
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
change: (args_0: NonNullable<import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[] | undefined>) => any;
|
|
11
|
-
"update:modelValue": (args_0: NonNullable<import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[] | undefined>) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<CheckboxProps> & Readonly<{
|
|
13
|
-
onChange?: ((args_0: NonNullable<import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[] | undefined>) => any) | undefined;
|
|
14
|
-
"onUpdate:modelValue"?: ((args_0: NonNullable<import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[] | undefined>) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
value: import("../../types/shared").ComponentValue;
|
|
17
|
-
modelValue: import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[];
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
-
declare const _default: typeof __VLS_export;
|
|
21
|
-
export default _default;
|
|
22
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
-
new (): {
|
|
24
|
-
$slots: S;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { CheckboxGroupProps } from '../../types/components/checkbox';
|
|
2
|
-
declare function isCheckedAll(): boolean;
|
|
3
|
-
declare function isCheckedPartial(): boolean;
|
|
4
|
-
declare var __VLS_8: {};
|
|
5
|
-
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof __VLS_8) => any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_base: import("vue").DefineComponent<CheckboxGroupProps, {
|
|
9
|
-
isCheckedAll: typeof isCheckedAll;
|
|
10
|
-
isCheckedPartial: typeof isCheckedPartial;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
change: (args_0: import("../../types/shared").ComponentValue[]) => any;
|
|
13
|
-
"update:modelValue": (args_0: import("../../types/shared").ComponentValue[]) => any;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<CheckboxGroupProps> & Readonly<{
|
|
15
|
-
onChange?: ((args_0: import("../../types/shared").ComponentValue[]) => any) | undefined;
|
|
16
|
-
"onUpdate:modelValue"?: ((args_0: import("../../types/shared").ComponentValue[]) => any) | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
options: import("../../types/shared").ComponentOption[];
|
|
19
|
-
modelValue: import("../../types/shared").ComponentValue[];
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
-
declare const _default: typeof __VLS_export;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
-
new (): {
|
|
26
|
-
$slots: S;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ComponentLabel, ComponentVariant } from '../../types/shared';
|
|
2
|
-
interface Props {
|
|
3
|
-
size?: number | string;
|
|
4
|
-
inset?: boolean;
|
|
5
|
-
label?: ComponentLabel;
|
|
6
|
-
variant?: ComponentVariant | 'secondary';
|
|
7
|
-
}
|
|
8
|
-
declare var __VLS_1: {};
|
|
9
|
-
type __VLS_Slots = {} & {
|
|
10
|
-
default?: (props: typeof __VLS_1) => any;
|
|
11
|
-
};
|
|
12
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
13
|
-
size: number | string;
|
|
14
|
-
label: ComponentLabel;
|
|
15
|
-
variant: ComponentVariant | "secondary";
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
|
-
declare const _default: typeof __VLS_export;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
21
|
-
new (): {
|
|
22
|
-
$slots: S;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { ChoiceboxProps } from '../../types/components/choicebox';
|
|
2
|
-
declare var __VLS_8: {}, __VLS_10: {};
|
|
3
|
-
type __VLS_Slots = {} & {
|
|
4
|
-
label?: (props: typeof __VLS_8) => any;
|
|
5
|
-
} & {
|
|
6
|
-
description?: (props: typeof __VLS_10) => any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_base: import("vue").DefineComponent<ChoiceboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChoiceboxProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
-
export default _default;
|
|
12
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
-
new (): {
|
|
14
|
-
$slots: S;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ChoiceboxGroupProps } from '../../types/components/choicebox';
|
|
2
|
-
declare var __VLS_8: {};
|
|
3
|
-
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof __VLS_8) => any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_base: import("vue").DefineComponent<ChoiceboxGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
change: (args_0: NonNullable<import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[] | undefined>) => any;
|
|
8
|
-
"update:modelValue": (args_0: NonNullable<import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[] | undefined>) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<ChoiceboxGroupProps> & Readonly<{
|
|
10
|
-
onChange?: ((args_0: NonNullable<import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[] | undefined>) => any) | undefined;
|
|
11
|
-
"onUpdate:modelValue"?: ((args_0: NonNullable<import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[] | undefined>) => any) | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
disabled: boolean;
|
|
14
|
-
modelValue: import("../../types/shared").ComponentValue | import("../../types/shared").ComponentValue[];
|
|
15
|
-
required: boolean;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
|
-
declare const _default: typeof __VLS_export;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
21
|
-
new (): {
|
|
22
|
-
$slots: S;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
title?: string;
|
|
3
|
-
expand?: boolean;
|
|
4
|
-
}
|
|
5
|
-
declare var __VLS_1: {}, __VLS_20: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
title?: (props: typeof __VLS_1) => any;
|
|
8
|
-
} & {
|
|
9
|
-
default?: (props: typeof __VLS_20) => any;
|
|
10
|
-
};
|
|
11
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
-
title: string;
|
|
13
|
-
expand: boolean;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ComponentSize } from '../../types/shared';
|
|
2
|
-
interface Props {
|
|
3
|
-
multiple?: boolean;
|
|
4
|
-
size?: ComponentSize;
|
|
5
|
-
}
|
|
6
|
-
declare var __VLS_1: {};
|
|
7
|
-
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof __VLS_1) => any;
|
|
9
|
-
};
|
|
10
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
11
|
-
multiple: boolean;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|