@privyid/persona 1.2.2-rc.7 → 1.2.2-rc.9
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/dist/components/button/Button.vue.d.ts +1 -1
- package/dist/components/carousel/Carousel.vue.d.ts +1 -1
- package/dist/components/dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/filterbar/Filterbar.vue.d.ts +18 -18
- package/dist/components/filterbar/pinned/PinnedDate.vue.d.ts +3 -3
- package/dist/components/filterbar/pinned/PinnedMultiselect.vue.d.ts +3 -3
- package/dist/components/filterbar/pinned/PinnedSelect.vue.d.ts +3 -3
- package/dist/components/filterbar/pinned/PinnedToggle.vue.d.ts +3 -3
- package/dist/components/form-group/FormGroup.vue.d.ts +1 -1
- package/dist/components/label/Label.vue.d.ts +1 -1
- package/dist/components/meta.json +31 -31
- package/dist/components/pdf-viewer/utils/pdfjs.mjs +19 -0
- package/dist/components/popover/Popover.vue.d.ts +6 -6
- package/dist/components/popup/Popup.vue +1 -1
- package/dist/components/select/Select.vue.d.ts +6 -6
- package/dist/components/sidebar-menu/SidebarMenu.vue.d.ts +1 -1
- package/dist/components/tooltip/Tooltip.vue.d.ts +1 -1
- package/dist/module.json +1 -1
- package/package.json +2 -2
|
@@ -95,8 +95,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
95
95
|
icon: boolean;
|
|
96
96
|
pill: boolean;
|
|
97
97
|
variant: StyleVariant;
|
|
98
|
-
color: ColorVariant;
|
|
99
98
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
99
|
+
color: ColorVariant;
|
|
100
100
|
loading: boolean;
|
|
101
101
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
102
102
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -108,8 +108,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
108
108
|
height: string | number;
|
|
109
109
|
direction: DirectionVariant;
|
|
110
110
|
align: AlignmentVariant;
|
|
111
|
-
loop: boolean;
|
|
112
111
|
autoplay: boolean;
|
|
112
|
+
loop: boolean;
|
|
113
113
|
autoplayInterval: string | number;
|
|
114
114
|
splideOptions: Options;
|
|
115
115
|
noProgress: boolean;
|
|
@@ -284,8 +284,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
284
284
|
icon: boolean;
|
|
285
285
|
pill: boolean;
|
|
286
286
|
variant: StyleVariant;
|
|
287
|
-
color: ColorVariant;
|
|
288
287
|
divider: boolean;
|
|
288
|
+
color: ColorVariant;
|
|
289
289
|
placement: Placement;
|
|
290
290
|
menuClass: string | unknown[] | Record<string, any>;
|
|
291
291
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -75,8 +75,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
75
75
|
icon: boolean;
|
|
76
76
|
pill: boolean;
|
|
77
77
|
variant: import("../button").StyleVariant;
|
|
78
|
-
color: import("../button").ColorVariant;
|
|
79
78
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
79
|
+
color: import("../button").ColorVariant;
|
|
80
80
|
loading: boolean;
|
|
81
81
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
82
82
|
P: {};
|
|
@@ -129,8 +129,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
129
129
|
icon: boolean;
|
|
130
130
|
pill: boolean;
|
|
131
131
|
variant: import("../button").StyleVariant;
|
|
132
|
-
color: import("../button").ColorVariant;
|
|
133
132
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
133
|
+
color: import("../button").ColorVariant;
|
|
134
134
|
loading: boolean;
|
|
135
135
|
}>;
|
|
136
136
|
__isFragment?: never;
|
|
@@ -180,8 +180,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
180
180
|
icon: boolean;
|
|
181
181
|
pill: boolean;
|
|
182
182
|
variant: import("../button").StyleVariant;
|
|
183
|
-
color: import("../button").ColorVariant;
|
|
184
183
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
184
|
+
color: import("../button").ColorVariant;
|
|
185
185
|
loading: boolean;
|
|
186
186
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
187
187
|
$slots: Readonly<{
|
|
@@ -277,8 +277,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
277
277
|
icon: boolean;
|
|
278
278
|
pill: boolean;
|
|
279
279
|
variant: import("../button").StyleVariant;
|
|
280
|
-
color: import("../button").ColorVariant;
|
|
281
280
|
divider: boolean;
|
|
281
|
+
color: import("../button").ColorVariant;
|
|
282
282
|
placement: import("@floating-ui/utils").Placement;
|
|
283
283
|
menuClass: string | unknown[] | Record<string, any>;
|
|
284
284
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -371,8 +371,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
371
371
|
icon: boolean;
|
|
372
372
|
pill: boolean;
|
|
373
373
|
variant: import("../button").StyleVariant;
|
|
374
|
-
color: import("../button").ColorVariant;
|
|
375
374
|
divider: boolean;
|
|
375
|
+
color: import("../button").ColorVariant;
|
|
376
376
|
placement: import("@floating-ui/utils").Placement;
|
|
377
377
|
menuClass: string | unknown[] | Record<string, any>;
|
|
378
378
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -466,8 +466,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
466
466
|
icon: boolean;
|
|
467
467
|
pill: boolean;
|
|
468
468
|
variant: import("../button").StyleVariant;
|
|
469
|
-
color: import("../button").ColorVariant;
|
|
470
469
|
divider: boolean;
|
|
470
|
+
color: import("../button").ColorVariant;
|
|
471
471
|
placement: import("@floating-ui/utils").Placement;
|
|
472
472
|
menuClass: string | unknown[] | Record<string, any>;
|
|
473
473
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -645,8 +645,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
645
645
|
icon: boolean;
|
|
646
646
|
pill: boolean;
|
|
647
647
|
variant: import("../button").StyleVariant;
|
|
648
|
-
color: import("../button").ColorVariant;
|
|
649
648
|
divider: boolean;
|
|
649
|
+
color: import("../button").ColorVariant;
|
|
650
650
|
placement: import("@floating-ui/utils").Placement;
|
|
651
651
|
menuClass: string | unknown[] | Record<string, any>;
|
|
652
652
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -739,8 +739,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
739
739
|
icon: boolean;
|
|
740
740
|
pill: boolean;
|
|
741
741
|
variant: import("../button").StyleVariant;
|
|
742
|
-
color: import("../button").ColorVariant;
|
|
743
742
|
divider: boolean;
|
|
743
|
+
color: import("../button").ColorVariant;
|
|
744
744
|
placement: import("@floating-ui/utils").Placement;
|
|
745
745
|
menuClass: string | unknown[] | Record<string, any>;
|
|
746
746
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -834,8 +834,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
834
834
|
icon: boolean;
|
|
835
835
|
pill: boolean;
|
|
836
836
|
variant: import("../button").StyleVariant;
|
|
837
|
-
color: import("../button").ColorVariant;
|
|
838
837
|
divider: boolean;
|
|
838
|
+
color: import("../button").ColorVariant;
|
|
839
839
|
placement: import("@floating-ui/utils").Placement;
|
|
840
840
|
menuClass: string | unknown[] | Record<string, any>;
|
|
841
841
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -1123,8 +1123,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1123
1123
|
icon: boolean;
|
|
1124
1124
|
pill: boolean;
|
|
1125
1125
|
variant: import("../button").StyleVariant;
|
|
1126
|
-
color: import("../button").ColorVariant;
|
|
1127
1126
|
divider: boolean;
|
|
1127
|
+
color: import("../button").ColorVariant;
|
|
1128
1128
|
placement: import("@floating-ui/utils").Placement;
|
|
1129
1129
|
menuClass: string | unknown[] | Record<string, any>;
|
|
1130
1130
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -1217,8 +1217,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1217
1217
|
icon: boolean;
|
|
1218
1218
|
pill: boolean;
|
|
1219
1219
|
variant: import("../button").StyleVariant;
|
|
1220
|
-
color: import("../button").ColorVariant;
|
|
1221
1220
|
divider: boolean;
|
|
1221
|
+
color: import("../button").ColorVariant;
|
|
1222
1222
|
placement: import("@floating-ui/utils").Placement;
|
|
1223
1223
|
menuClass: string | unknown[] | Record<string, any>;
|
|
1224
1224
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -1312,8 +1312,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1312
1312
|
icon: boolean;
|
|
1313
1313
|
pill: boolean;
|
|
1314
1314
|
variant: import("../button").StyleVariant;
|
|
1315
|
-
color: import("../button").ColorVariant;
|
|
1316
1315
|
divider: boolean;
|
|
1316
|
+
color: import("../button").ColorVariant;
|
|
1317
1317
|
placement: import("@floating-ui/utils").Placement;
|
|
1318
1318
|
menuClass: string | unknown[] | Record<string, any>;
|
|
1319
1319
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -1779,8 +1779,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1779
1779
|
icon: boolean;
|
|
1780
1780
|
pill: boolean;
|
|
1781
1781
|
variant: import("../button").StyleVariant;
|
|
1782
|
-
color: import("../button").ColorVariant;
|
|
1783
1782
|
divider: boolean;
|
|
1783
|
+
color: import("../button").ColorVariant;
|
|
1784
1784
|
placement: import("@floating-ui/utils").Placement;
|
|
1785
1785
|
menuClass: string | unknown[] | Record<string, any>;
|
|
1786
1786
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -1873,8 +1873,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1873
1873
|
icon: boolean;
|
|
1874
1874
|
pill: boolean;
|
|
1875
1875
|
variant: import("../button").StyleVariant;
|
|
1876
|
-
color: import("../button").ColorVariant;
|
|
1877
1876
|
divider: boolean;
|
|
1877
|
+
color: import("../button").ColorVariant;
|
|
1878
1878
|
placement: import("@floating-ui/utils").Placement;
|
|
1879
1879
|
menuClass: string | unknown[] | Record<string, any>;
|
|
1880
1880
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -1968,8 +1968,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1968
1968
|
icon: boolean;
|
|
1969
1969
|
pill: boolean;
|
|
1970
1970
|
variant: import("../button").StyleVariant;
|
|
1971
|
-
color: import("../button").ColorVariant;
|
|
1972
1971
|
divider: boolean;
|
|
1972
|
+
color: import("../button").ColorVariant;
|
|
1973
1973
|
placement: import("@floating-ui/utils").Placement;
|
|
1974
1974
|
menuClass: string | unknown[] | Record<string, any>;
|
|
1975
1975
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -2373,8 +2373,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2373
2373
|
icon: boolean;
|
|
2374
2374
|
pill: boolean;
|
|
2375
2375
|
variant: import("../button").StyleVariant;
|
|
2376
|
-
color: import("../button").ColorVariant;
|
|
2377
2376
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
2377
|
+
color: import("../button").ColorVariant;
|
|
2378
2378
|
loading: boolean;
|
|
2379
2379
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2380
2380
|
P: {};
|
|
@@ -2427,8 +2427,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2427
2427
|
icon: boolean;
|
|
2428
2428
|
pill: boolean;
|
|
2429
2429
|
variant: import("../button").StyleVariant;
|
|
2430
|
-
color: import("../button").ColorVariant;
|
|
2431
2430
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
2431
|
+
color: import("../button").ColorVariant;
|
|
2432
2432
|
loading: boolean;
|
|
2433
2433
|
}>;
|
|
2434
2434
|
__isFragment?: never;
|
|
@@ -2478,8 +2478,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2478
2478
|
icon: boolean;
|
|
2479
2479
|
pill: boolean;
|
|
2480
2480
|
variant: import("../button").StyleVariant;
|
|
2481
|
-
color: import("../button").ColorVariant;
|
|
2482
2481
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
2482
|
+
color: import("../button").ColorVariant;
|
|
2483
2483
|
loading: boolean;
|
|
2484
2484
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2485
2485
|
$slots: Readonly<{
|
|
@@ -150,8 +150,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
150
150
|
icon: boolean;
|
|
151
151
|
pill: boolean;
|
|
152
152
|
variant: import("../../button").StyleVariant;
|
|
153
|
-
color: import("../../button").ColorVariant;
|
|
154
153
|
divider: boolean;
|
|
154
|
+
color: import("../../button").ColorVariant;
|
|
155
155
|
placement: import("@floating-ui/utils").Placement;
|
|
156
156
|
menuClass: string | unknown[] | Record<string, any>;
|
|
157
157
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -244,8 +244,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
244
244
|
icon: boolean;
|
|
245
245
|
pill: boolean;
|
|
246
246
|
variant: import("../../button").StyleVariant;
|
|
247
|
-
color: import("../../button").ColorVariant;
|
|
248
247
|
divider: boolean;
|
|
248
|
+
color: import("../../button").ColorVariant;
|
|
249
249
|
placement: import("@floating-ui/utils").Placement;
|
|
250
250
|
menuClass: string | unknown[] | Record<string, any>;
|
|
251
251
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -339,8 +339,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
339
339
|
icon: boolean;
|
|
340
340
|
pill: boolean;
|
|
341
341
|
variant: import("../../button").StyleVariant;
|
|
342
|
-
color: import("../../button").ColorVariant;
|
|
343
342
|
divider: boolean;
|
|
343
|
+
color: import("../../button").ColorVariant;
|
|
344
344
|
placement: import("@floating-ui/utils").Placement;
|
|
345
345
|
menuClass: string | unknown[] | Record<string, any>;
|
|
346
346
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -177,8 +177,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
177
177
|
icon: boolean;
|
|
178
178
|
pill: boolean;
|
|
179
179
|
variant: import("../../button").StyleVariant;
|
|
180
|
-
color: import("../../button").ColorVariant;
|
|
181
180
|
divider: boolean;
|
|
181
|
+
color: import("../../button").ColorVariant;
|
|
182
182
|
placement: import("@floating-ui/utils").Placement;
|
|
183
183
|
menuClass: string | unknown[] | Record<string, any>;
|
|
184
184
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -271,8 +271,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
271
271
|
icon: boolean;
|
|
272
272
|
pill: boolean;
|
|
273
273
|
variant: import("../../button").StyleVariant;
|
|
274
|
-
color: import("../../button").ColorVariant;
|
|
275
274
|
divider: boolean;
|
|
275
|
+
color: import("../../button").ColorVariant;
|
|
276
276
|
placement: import("@floating-ui/utils").Placement;
|
|
277
277
|
menuClass: string | unknown[] | Record<string, any>;
|
|
278
278
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -366,8 +366,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
366
366
|
icon: boolean;
|
|
367
367
|
pill: boolean;
|
|
368
368
|
variant: import("../../button").StyleVariant;
|
|
369
|
-
color: import("../../button").ColorVariant;
|
|
370
369
|
divider: boolean;
|
|
370
|
+
color: import("../../button").ColorVariant;
|
|
371
371
|
placement: import("@floating-ui/utils").Placement;
|
|
372
372
|
menuClass: string | unknown[] | Record<string, any>;
|
|
373
373
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -124,8 +124,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
124
124
|
icon: boolean;
|
|
125
125
|
pill: boolean;
|
|
126
126
|
variant: import("../../button").StyleVariant;
|
|
127
|
-
color: import("../../button").ColorVariant;
|
|
128
127
|
divider: boolean;
|
|
128
|
+
color: import("../../button").ColorVariant;
|
|
129
129
|
placement: import("@floating-ui/utils").Placement;
|
|
130
130
|
menuClass: string | unknown[] | Record<string, any>;
|
|
131
131
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -218,8 +218,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
218
218
|
icon: boolean;
|
|
219
219
|
pill: boolean;
|
|
220
220
|
variant: import("../../button").StyleVariant;
|
|
221
|
-
color: import("../../button").ColorVariant;
|
|
222
221
|
divider: boolean;
|
|
222
|
+
color: import("../../button").ColorVariant;
|
|
223
223
|
placement: import("@floating-ui/utils").Placement;
|
|
224
224
|
menuClass: string | unknown[] | Record<string, any>;
|
|
225
225
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -313,8 +313,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
313
313
|
icon: boolean;
|
|
314
314
|
pill: boolean;
|
|
315
315
|
variant: import("../../button").StyleVariant;
|
|
316
|
-
color: import("../../button").ColorVariant;
|
|
317
316
|
divider: boolean;
|
|
317
|
+
color: import("../../button").ColorVariant;
|
|
318
318
|
placement: import("@floating-ui/utils").Placement;
|
|
319
319
|
menuClass: string | unknown[] | Record<string, any>;
|
|
320
320
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -99,8 +99,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
99
99
|
icon: boolean;
|
|
100
100
|
pill: boolean;
|
|
101
101
|
variant: import("../../button").StyleVariant;
|
|
102
|
-
color: import("../../button").ColorVariant;
|
|
103
102
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
103
|
+
color: import("../../button").ColorVariant;
|
|
104
104
|
loading: boolean;
|
|
105
105
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
106
106
|
P: {};
|
|
@@ -153,8 +153,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
153
|
icon: boolean;
|
|
154
154
|
pill: boolean;
|
|
155
155
|
variant: import("../../button").StyleVariant;
|
|
156
|
-
color: import("../../button").ColorVariant;
|
|
157
156
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
157
|
+
color: import("../../button").ColorVariant;
|
|
158
158
|
loading: boolean;
|
|
159
159
|
}>;
|
|
160
160
|
__isFragment?: never;
|
|
@@ -204,8 +204,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
204
|
icon: boolean;
|
|
205
205
|
pill: boolean;
|
|
206
206
|
variant: import("../../button").StyleVariant;
|
|
207
|
-
color: import("../../button").ColorVariant;
|
|
208
207
|
href: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
208
|
+
color: import("../../button").ColorVariant;
|
|
209
209
|
loading: boolean;
|
|
210
210
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
211
211
|
$slots: Readonly<{
|
|
@@ -91,9 +91,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
91
91
|
label: string;
|
|
92
92
|
required: boolean;
|
|
93
93
|
error: string;
|
|
94
|
-
horizontal: boolean;
|
|
95
94
|
description: string;
|
|
96
95
|
hint: string;
|
|
96
|
+
horizontal: boolean;
|
|
97
97
|
errorIcon: boolean;
|
|
98
98
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
99
99
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -51,8 +51,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
51
51
|
}>, {
|
|
52
52
|
size: SizeVariant;
|
|
53
53
|
variant: StyleVariant;
|
|
54
|
-
color: ColorVariant;
|
|
55
54
|
dismissable: boolean;
|
|
55
|
+
color: ColorVariant;
|
|
56
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
58
58
|
export default _default;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"PAvatar": "components/avatar/Avatar.vue",
|
|
6
6
|
"PAvatarGroup": "components/avatar/AvatarGroup.vue",
|
|
7
7
|
"PAvatarTruncate": "components/avatar/AvatarTruncate.vue",
|
|
8
|
-
"PBadge": "components/badge/Badge.vue",
|
|
9
8
|
"PBanner": "components/banner/Banner.vue",
|
|
10
9
|
"PBreadcrumb": "components/breadcrumbs/Breadcrumb.vue",
|
|
11
10
|
"PBreadcrumbItem": "components/breadcrumbs/BreadcrumbItem.vue",
|
|
@@ -13,52 +12,48 @@
|
|
|
13
12
|
"PButton": "components/button/Button.vue",
|
|
14
13
|
"PButtonGroup": "components/button-group/ButtonGroup.vue",
|
|
15
14
|
"PCalendar": "components/calendar/Calendar.vue",
|
|
16
|
-
"PCaption": "components/caption/Caption.vue",
|
|
17
15
|
"PCamera": "components/camera/Camera.vue",
|
|
16
|
+
"PBadge": "components/badge/Badge.vue",
|
|
17
|
+
"PCaption": "components/caption/Caption.vue",
|
|
18
18
|
"PCard": "components/card/Card.vue",
|
|
19
19
|
"PCardSection": "components/card/CardSection.vue",
|
|
20
20
|
"PCarousel": "components/carousel/Carousel.vue",
|
|
21
21
|
"PCarouselBody": "components/carousel/CarouselBody.vue",
|
|
22
22
|
"PCarouselItem": "components/carousel/CarouselItem.vue",
|
|
23
|
+
"PCollapse": "components/collapse/Collapse.vue",
|
|
24
|
+
"PCheckbox": "components/checkbox/Checkbox.vue",
|
|
23
25
|
"PChart": "components/chart/Chart.vue",
|
|
24
26
|
"PChartSet": "components/chart/ChartSet.vue",
|
|
25
27
|
"PChartVal": "components/chart/ChartVal.vue",
|
|
26
|
-
"PCollapse": "components/collapse/Collapse.vue",
|
|
27
|
-
"PCheckbox": "components/checkbox/Checkbox.vue",
|
|
28
28
|
"PContextualBar": "components/contextual-bar/ContextualBar.vue",
|
|
29
|
-
"PDatepicker": "components/datepicker/Datepicker.vue",
|
|
30
29
|
"PCropper": "components/cropper/Cropper.vue",
|
|
30
|
+
"PDatepicker": "components/datepicker/Datepicker.vue",
|
|
31
31
|
"PDivider": "components/divider/Divider.vue",
|
|
32
32
|
"PDot": "components/dot/Dot.vue",
|
|
33
|
-
"PDialog": "components/dialog/Dialog.vue",
|
|
34
|
-
"PDialogFooter": "components/dialog/DialogFooter.vue",
|
|
35
|
-
"PDropdownSubitem": "components/dropdown-subitem/DropdownSubitem.vue",
|
|
36
33
|
"PDropdown": "components/dropdown/Dropdown.vue",
|
|
37
34
|
"PDropdownHeader": "components/dropdown/DropdownHeader.vue",
|
|
38
35
|
"PDropdownItem": "components/dropdown/DropdownItem.vue",
|
|
39
36
|
"PDropdownText": "components/dropdown/DropdownText.vue",
|
|
40
|
-
"
|
|
37
|
+
"PDropdownSubitem": "components/dropdown-subitem/DropdownSubitem.vue",
|
|
38
|
+
"PDialog": "components/dialog/Dialog.vue",
|
|
39
|
+
"PDialogFooter": "components/dialog/DialogFooter.vue",
|
|
41
40
|
"PDropzone": "components/dropzone/Dropzone.vue",
|
|
41
|
+
"PFilterbar": "components/filterbar/Filterbar.vue",
|
|
42
42
|
"PFormGroup": "components/form-group/FormGroup.vue",
|
|
43
|
-
"PInput": "components/input/Input.vue",
|
|
44
43
|
"PHeading": "components/heading/Heading.vue",
|
|
45
|
-
"PInputFile": "components/input-file/InputFile.vue",
|
|
46
44
|
"PinputColor": "components/input-color/inputColor.vue",
|
|
45
|
+
"PInput": "components/input/Input.vue",
|
|
46
|
+
"PInputFile": "components/input-file/InputFile.vue",
|
|
47
47
|
"PInputGroup": "components/input-group/InputGroup.vue",
|
|
48
48
|
"PInputGroupAddon": "components/input-group/InputGroupAddon.vue",
|
|
49
49
|
"PInputPassword": "components/input-password/InputPassword.vue",
|
|
50
|
-
"PInputRange": "components/input-range/InputRange.vue",
|
|
51
50
|
"PInputPin": "components/input-pin/InputPin.vue",
|
|
51
|
+
"PInputRange": "components/input-range/InputRange.vue",
|
|
52
52
|
"PLabel": "components/label/Label.vue",
|
|
53
53
|
"PListGroup": "components/list-group/ListGroup.vue",
|
|
54
54
|
"PListGroupItem": "components/list-group/ListGroupItem.vue",
|
|
55
55
|
"PMain": "components/main/Main.vue",
|
|
56
56
|
"PModal": "components/modal/Modal.vue",
|
|
57
|
-
"PNavbarNavMenu": "components/navbar-menu/NavbarNavMenu.vue",
|
|
58
|
-
"PNavbar": "components/navbar/Navbar.vue",
|
|
59
|
-
"PNavbarBrand": "components/navbar/NavbarBrand.vue",
|
|
60
|
-
"PNavbarNav": "components/navbar/NavbarNav.vue",
|
|
61
|
-
"PNavbarToggle": "components/navbar/NavbarToggle.vue",
|
|
62
57
|
"PNav": "components/nav/Nav.vue",
|
|
63
58
|
"PNavCollapse": "components/nav/NavCollapse.vue",
|
|
64
59
|
"PNavForm": "components/nav/NavForm.vue",
|
|
@@ -66,29 +61,34 @@
|
|
|
66
61
|
"PNavItemDropdown": "components/nav/NavItemDropdown.vue",
|
|
67
62
|
"PNavSubItem": "components/nav/NavSubItem.vue",
|
|
68
63
|
"PNavText": "components/nav/NavText.vue",
|
|
64
|
+
"PNavbarNavMenu": "components/navbar-menu/NavbarNavMenu.vue",
|
|
65
|
+
"PNavbar": "components/navbar/Navbar.vue",
|
|
66
|
+
"PNavbarBrand": "components/navbar/NavbarBrand.vue",
|
|
67
|
+
"PNavbarNav": "components/navbar/NavbarNav.vue",
|
|
68
|
+
"PNavbarToggle": "components/navbar/NavbarToggle.vue",
|
|
69
69
|
"PNotify": "components/notify/Notify.vue",
|
|
70
70
|
"PNotifyGroup": "components/notify/NotifyGroup.vue",
|
|
71
71
|
"PNotifyItem": "components/notify/NotifyItem.vue",
|
|
72
72
|
"PPage": "components/page/Page.vue",
|
|
73
73
|
"POverlay": "components/overlay/Overlay.vue",
|
|
74
|
+
"PPagination": "components/pagination/Pagination.vue",
|
|
74
75
|
"PPdfHelipad": "components/pdf-helipad/PdfHelipad.vue",
|
|
76
|
+
"PPdfText": "components/pdf-text/PdfText.vue",
|
|
75
77
|
"PPdfObject": "components/pdf-object/PdfObject.vue",
|
|
76
78
|
"PPdfObjectAddon": "components/pdf-object/PdfObjectAddon.vue",
|
|
77
79
|
"PPdfObjectDebugger": "components/pdf-object/PdfObjectDebugger.vue",
|
|
78
80
|
"PPdfObjects": "components/pdf-object/PdfObjects.vue",
|
|
79
|
-
"
|
|
80
|
-
"PPdfText": "components/pdf-text/PdfText.vue",
|
|
81
|
+
"PPopover": "components/popover/Popover.vue",
|
|
81
82
|
"PPdfError": "components/pdf-viewer/PdfError.vue",
|
|
82
83
|
"PPdfLoading": "components/pdf-viewer/PdfLoading.vue",
|
|
83
84
|
"PPdfNavigation": "components/pdf-viewer/PdfNavigation.vue",
|
|
84
85
|
"PPdfViewer": "components/pdf-viewer/PdfViewer.vue",
|
|
85
86
|
"PPopup": "components/popup/Popup.vue",
|
|
86
|
-
"PPopover": "components/popover/Popover.vue",
|
|
87
87
|
"PProgress": "components/progress/Progress.vue",
|
|
88
88
|
"PProgressItem": "components/progress/ProgressItem.vue",
|
|
89
|
+
"PProgressIndicator": "components/progress-indicator/ProgressIndicator.vue",
|
|
89
90
|
"PProgressbar": "components/progressbar/Progressbar.vue",
|
|
90
91
|
"PQrcode": "components/qrcode/Qrcode.vue",
|
|
91
|
-
"PProgressIndicator": "components/progress-indicator/ProgressIndicator.vue",
|
|
92
92
|
"PPspdfHelipad": "components/pspdfkit/PspdfHelipad.vue",
|
|
93
93
|
"PPspdfObject": "components/pspdfkit/PspdfObject.vue",
|
|
94
94
|
"PPspdfObjectAddon": "components/pspdfkit/PspdfObjectAddon.vue",
|
|
@@ -100,50 +100,50 @@
|
|
|
100
100
|
"PRichtextToolbarSimple": "components/richtext/RichtextToolbarSimple.vue",
|
|
101
101
|
"PRingbar": "components/ringbar/Ringbar.vue",
|
|
102
102
|
"PSheet": "components/sheet/Sheet.vue",
|
|
103
|
-
"PShimmer": "components/shimmer/Shimmer.vue",
|
|
104
103
|
"PSelect": "components/select/Select.vue",
|
|
105
104
|
"PSelectInput": "components/select/SelectInput.vue",
|
|
106
105
|
"PSelectTags": "components/select/SelectTags.vue",
|
|
107
|
-
"
|
|
108
|
-
"PSidebarMenuItem": "components/sidebar-menu/SidebarMenuItem.vue",
|
|
106
|
+
"PShimmer": "components/shimmer/Shimmer.vue",
|
|
109
107
|
"PSidebar": "components/sidebar/Sidebar.vue",
|
|
110
108
|
"PSidebarBrand": "components/sidebar/SidebarBrand.vue",
|
|
111
109
|
"PSidebarContent": "components/sidebar/SidebarContent.vue",
|
|
112
110
|
"PSidebarNav": "components/sidebar/SidebarNav.vue",
|
|
113
|
-
"
|
|
111
|
+
"PSidebarMenu": "components/sidebar-menu/SidebarMenu.vue",
|
|
112
|
+
"PSidebarMenuItem": "components/sidebar-menu/SidebarMenuItem.vue",
|
|
114
113
|
"PSignatureDraw": "components/signature-draw/SignatureDraw.vue",
|
|
115
114
|
"PSignatureDrawDesktop": "components/signature-draw/SignatureDrawDesktop.vue",
|
|
116
115
|
"PSignatureDrawMobile": "components/signature-draw/SignatureDrawMobile.vue",
|
|
117
|
-
"PSpread": "components/spread/Spread.vue",
|
|
118
116
|
"PSpinner": "components/spinner/Spinner.vue",
|
|
119
117
|
"PSpinnerRing": "components/spinner/SpinnerRing.vue",
|
|
120
118
|
"PSpinnerRinggo": "components/spinner/SpinnerRinggo.vue",
|
|
119
|
+
"PSpread": "components/spread/Spread.vue",
|
|
121
120
|
"PStrengthbar": "components/strengthbar/Strengthbar.vue",
|
|
121
|
+
"PSignatureText": "components/signature-text/SignatureText.vue",
|
|
122
122
|
"PStep": "components/steps/Step.vue",
|
|
123
123
|
"PStepSlider": "components/steps/StepSlider.vue",
|
|
124
124
|
"PSteps": "components/steps/Steps.vue",
|
|
125
|
-
"PSubheading": "components/subheading/Subheading.vue",
|
|
126
125
|
"PTable": "components/table/Table.vue",
|
|
127
|
-
"
|
|
126
|
+
"PSubheading": "components/subheading/Subheading.vue",
|
|
128
127
|
"PTableStatic": "components/table-static/TableStatic.vue",
|
|
129
128
|
"PTableStaticRoot": "components/table-static/TableStaticRoot.vue",
|
|
130
129
|
"PTableStaticSort": "components/table-static/TableStaticSort.vue",
|
|
130
|
+
"PTableFlex": "components/table-flex/TableFlex.vue",
|
|
131
|
+
"PText": "components/text/Text.vue",
|
|
131
132
|
"PTab": "components/tabs/Tab.vue",
|
|
132
133
|
"PTabContent": "components/tabs/TabContent.vue",
|
|
133
134
|
"PTabs": "components/tabs/Tabs.vue",
|
|
134
135
|
"PTextarea": "components/textarea/Textarea.vue",
|
|
135
|
-
"PText": "components/text/Text.vue",
|
|
136
136
|
"PTime": "components/time/Time.vue",
|
|
137
137
|
"PTimeItem": "components/time/TimeItem.vue",
|
|
138
138
|
"PTimepicker": "components/timepicker/Timepicker.vue",
|
|
139
|
+
"PToggle": "components/toggle/Toggle.vue",
|
|
139
140
|
"PToast": "components/toast/Toast.vue",
|
|
140
141
|
"PTooltip": "components/tooltip/Tooltip.vue",
|
|
141
142
|
"PTooltipContainer": "components/tooltip/TooltipContainer.vue",
|
|
142
|
-
"
|
|
143
|
+
"PTruncate": "components/truncate/Truncate.vue",
|
|
143
144
|
"PTour": "components/tour/Tour.vue",
|
|
144
145
|
"PTourDialog": "components/tour/TourDialog.vue",
|
|
145
146
|
"PTourHighlight": "components/tour/TourHighlight.vue",
|
|
146
|
-
"PTruncate": "components/truncate/Truncate.vue",
|
|
147
147
|
"PWizard": "components/wizard/Wizard.vue",
|
|
148
148
|
"PWizardBody": "components/wizard/WizardBody.vue",
|
|
149
149
|
"PWizardHeader": "components/wizard/WizardHeader.vue",
|
|
@@ -2,8 +2,27 @@ import { withBase } from "ufo";
|
|
|
2
2
|
import { getCDN } from "../../global/store.mjs";
|
|
3
3
|
let pdfjsLib;
|
|
4
4
|
let pdfjsViewer;
|
|
5
|
+
function polyfillPromiseWithResolvers() {
|
|
6
|
+
const PromiseCtor = Promise;
|
|
7
|
+
if (typeof PromiseCtor.withResolvers !== "function") {
|
|
8
|
+
PromiseCtor.withResolvers = function() {
|
|
9
|
+
let resolve;
|
|
10
|
+
let reject;
|
|
11
|
+
const promise = new Promise((_resolve, _reject) => {
|
|
12
|
+
resolve = _resolve;
|
|
13
|
+
reject = _reject;
|
|
14
|
+
});
|
|
15
|
+
return {
|
|
16
|
+
promise,
|
|
17
|
+
resolve,
|
|
18
|
+
reject
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
}
|
|
5
23
|
async function importPdfJS() {
|
|
6
24
|
if (!pdfjsLib) {
|
|
25
|
+
polyfillPromiseWithResolvers();
|
|
7
26
|
const pdfjs = await import("pdfjs-dist");
|
|
8
27
|
if (typeof window !== "undefined" && "Worker" in window)
|
|
9
28
|
pdfjs.GlobalWorkerOptions.workerSrc = withBase(`pdfjs-dist@${pdfjs.version}/legacy/build/pdf.worker.min.mjs`, getCDN());
|
|
@@ -40,17 +40,17 @@ declare function __VLS_template(): {
|
|
|
40
40
|
$data: {};
|
|
41
41
|
$props: Partial<{
|
|
42
42
|
target: HTMLElement;
|
|
43
|
-
color: ColorVariant;
|
|
44
43
|
show: boolean;
|
|
44
|
+
color: ColorVariant;
|
|
45
45
|
placement: Placement;
|
|
46
46
|
}> & Omit<{
|
|
47
|
-
readonly color: ColorVariant;
|
|
48
47
|
readonly show: boolean;
|
|
48
|
+
readonly color: ColorVariant;
|
|
49
49
|
readonly placement: Placement;
|
|
50
50
|
readonly target?: HTMLElement | undefined;
|
|
51
51
|
readonly onShow?: ((args_0: HTMLElement) => any) | undefined;
|
|
52
52
|
readonly onHide?: ((args_0: HTMLElement) => any) | undefined;
|
|
53
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "target" | "
|
|
53
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "target" | "show" | "color" | "placement">;
|
|
54
54
|
$attrs: {
|
|
55
55
|
[x: string]: unknown;
|
|
56
56
|
};
|
|
@@ -90,8 +90,8 @@ declare function __VLS_template(): {
|
|
|
90
90
|
hide: (args_0: HTMLElement) => void;
|
|
91
91
|
}, string, {
|
|
92
92
|
target: HTMLElement;
|
|
93
|
-
color: ColorVariant;
|
|
94
93
|
show: boolean;
|
|
94
|
+
color: ColorVariant;
|
|
95
95
|
placement: Placement;
|
|
96
96
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
97
97
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -115,8 +115,8 @@ declare function __VLS_template(): {
|
|
|
115
115
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
116
116
|
} & Readonly<{
|
|
117
117
|
target: HTMLElement;
|
|
118
|
-
color: ColorVariant;
|
|
119
118
|
show: boolean;
|
|
119
|
+
color: ColorVariant;
|
|
120
120
|
placement: Placement;
|
|
121
121
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
122
122
|
show: {
|
|
@@ -138,7 +138,7 @@ declare function __VLS_template(): {
|
|
|
138
138
|
}>> & Readonly<{
|
|
139
139
|
onShow?: ((args_0: HTMLElement) => any) | undefined;
|
|
140
140
|
onHide?: ((args_0: HTMLElement) => any) | undefined;
|
|
141
|
-
}>, "target" | "
|
|
141
|
+
}>, "target" | "show" | "color" | "placement"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
142
142
|
$slots: {
|
|
143
143
|
default?(_: {}): any;
|
|
144
144
|
};
|
|
@@ -61,8 +61,8 @@ declare function __VLS_template(): {
|
|
|
61
61
|
icon: boolean;
|
|
62
62
|
pill: boolean;
|
|
63
63
|
variant: import("../button").StyleVariant;
|
|
64
|
-
color: import("../button").ColorVariant;
|
|
65
64
|
divider: boolean;
|
|
65
|
+
color: import("../button").ColorVariant;
|
|
66
66
|
placement: import("@floating-ui/utils").Placement;
|
|
67
67
|
menuClass: string | unknown[] | Record<string, any>;
|
|
68
68
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -77,8 +77,8 @@ declare function __VLS_template(): {
|
|
|
77
77
|
readonly icon: boolean;
|
|
78
78
|
readonly pill: boolean;
|
|
79
79
|
readonly variant: import("../button").StyleVariant;
|
|
80
|
-
readonly color: import("../button").ColorVariant;
|
|
81
80
|
readonly divider: boolean;
|
|
81
|
+
readonly color: import("../button").ColorVariant;
|
|
82
82
|
readonly placement: import("@floating-ui/utils").Placement;
|
|
83
83
|
readonly menuSize: MenuSizeVariant;
|
|
84
84
|
readonly noAnimation: boolean;
|
|
@@ -87,7 +87,7 @@ declare function __VLS_template(): {
|
|
|
87
87
|
readonly "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
88
88
|
readonly onShow?: (() => any) | undefined;
|
|
89
89
|
readonly onHide?: (() => any) | undefined;
|
|
90
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "modelValue" | "disabled" | "noCaret" | "icon" | "pill" | "variant" | "
|
|
90
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "modelValue" | "disabled" | "noCaret" | "icon" | "pill" | "variant" | "divider" | "color" | "placement" | "menuClass" | "buttonClass" | "menuSize" | "noAnimation">;
|
|
91
91
|
$attrs: {
|
|
92
92
|
[x: string]: unknown;
|
|
93
93
|
};
|
|
@@ -186,8 +186,8 @@ declare function __VLS_template(): {
|
|
|
186
186
|
icon: boolean;
|
|
187
187
|
pill: boolean;
|
|
188
188
|
variant: import("../button").StyleVariant;
|
|
189
|
-
color: import("../button").ColorVariant;
|
|
190
189
|
divider: boolean;
|
|
190
|
+
color: import("../button").ColorVariant;
|
|
191
191
|
placement: import("@floating-ui/utils").Placement;
|
|
192
192
|
menuClass: string | unknown[] | Record<string, any>;
|
|
193
193
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -222,8 +222,8 @@ declare function __VLS_template(): {
|
|
|
222
222
|
icon: boolean;
|
|
223
223
|
pill: boolean;
|
|
224
224
|
variant: import("../button").StyleVariant;
|
|
225
|
-
color: import("../button").ColorVariant;
|
|
226
225
|
divider: boolean;
|
|
226
|
+
color: import("../button").ColorVariant;
|
|
227
227
|
placement: import("@floating-ui/utils").Placement;
|
|
228
228
|
menuClass: string | unknown[] | Record<string, any>;
|
|
229
229
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -294,7 +294,7 @@ declare function __VLS_template(): {
|
|
|
294
294
|
"onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
295
295
|
onShow?: (() => any) | undefined;
|
|
296
296
|
onHide?: (() => any) | undefined;
|
|
297
|
-
}>, "menu" | "close" | "menuBody" | "root" | "open" | ("text" | "size" | "modelValue" | "disabled" | "noCaret" | "icon" | "pill" | "variant" | "
|
|
297
|
+
}>, "menu" | "close" | "menuBody" | "root" | "open" | ("text" | "size" | "modelValue" | "disabled" | "noCaret" | "icon" | "pill" | "variant" | "divider" | "color" | "placement" | "menuClass" | "buttonClass" | "menuSize" | "noAnimation")> & import("vue").ShallowUnwrapRef<{
|
|
298
298
|
menuBody: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
299
299
|
menu: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
300
300
|
root: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -100,8 +100,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
100
100
|
align: AlignVariant;
|
|
101
101
|
showMoreText: string;
|
|
102
102
|
showLessText: string;
|
|
103
|
-
sticky: boolean;
|
|
104
103
|
menus: Menu[];
|
|
104
|
+
sticky: boolean;
|
|
105
105
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
106
106
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
107
107
|
export default _default;
|
|
@@ -55,8 +55,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
55
55
|
onHide?: ((args_0: HTMLElement) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
57
|
target: HTMLElement;
|
|
58
|
-
color: ColorVariant;
|
|
59
58
|
show: boolean;
|
|
59
|
+
color: ColorVariant;
|
|
60
60
|
placement: Placement;
|
|
61
61
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privyid/persona",
|
|
3
3
|
"description": "Persona core package",
|
|
4
|
-
"version": "1.2.2-rc.
|
|
4
|
+
"version": "1.2.2-rc.9",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/privy-open-source/design-system.git",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"marked": "15.0.11",
|
|
93
93
|
"nanodelay": "2.0.2",
|
|
94
94
|
"pathe": "^2.0.0",
|
|
95
|
-
"pdfjs-dist": "
|
|
95
|
+
"pdfjs-dist": "4.3.136",
|
|
96
96
|
"pspdfkit": "^2024.6.0",
|
|
97
97
|
"scroll-into-view": "1.16.2",
|
|
98
98
|
"tabbable": "6.2.0",
|