@privyid/persona 1.2.2-rc.6 → 1.2.2-rc.8
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/card/Card.vue.d.ts +2 -2
- package/dist/components/carousel/Carousel.vue.d.ts +1 -1
- package/dist/components/checkbox/Checkbox.vue.d.ts +1 -1
- package/dist/components/datepicker/Datepicker.vue.d.ts +3 -3
- package/dist/components/filterbar/Filterbar.vue.d.ts +4 -4
- package/dist/components/filterbar/pinned/PinnedMultiselect.vue.d.ts +3 -3
- package/dist/components/filterbar/pinned/PinnedToggle.vue.d.ts +1 -1
- package/dist/components/input-range/InputRange.vue.d.ts +1 -1
- package/dist/components/label/Label.vue.d.ts +1 -1
- package/dist/components/meta.json +42 -42
- package/dist/components/modal/Modal.vue.d.ts +2 -2
- package/dist/components/pdf-viewer/PdfViewer.vue.d.ts +1 -1
- package/dist/components/pdf-viewer/utils/pdfjs.mjs +19 -0
- package/dist/components/popover/Popover.vue.d.ts +6 -6
- package/dist/components/pspdfkit/PspdfViewer.vue.d.ts +1 -1
- package/dist/components/sidebar-menu/SidebarMenu.vue.d.ts +1 -1
- package/dist/components/table/Table.vue.d.ts +3 -3
- package/dist/components/table-flex/TableFlex.vue.d.ts +3 -3
- package/dist/components/table-static/TableStatic.vue.d.ts +3 -3
- package/dist/components/timepicker/Timepicker.vue.d.ts +2 -2
- package/dist/components/toast/Toast.vue.d.ts +1 -1
- package/dist/components/toggle/Toggle.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
|
@@ -102,11 +102,11 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
102
102
|
title: string;
|
|
103
103
|
disabled: boolean;
|
|
104
104
|
dismissable: boolean;
|
|
105
|
+
readonly: boolean;
|
|
105
106
|
element: ElementVariant;
|
|
107
|
+
bodyClass: string | unknown[];
|
|
106
108
|
sectioned: boolean;
|
|
107
|
-
readonly: boolean;
|
|
108
109
|
callout: boolean;
|
|
109
|
-
bodyClass: string | unknown[];
|
|
110
110
|
spacing: SpacingVariant;
|
|
111
111
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
112
112
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -106,9 +106,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
106
106
|
modelValue: number;
|
|
107
107
|
width: string | number;
|
|
108
108
|
height: string | number;
|
|
109
|
-
direction: DirectionVariant;
|
|
110
109
|
align: AlignmentVariant;
|
|
111
110
|
autoplay: boolean;
|
|
111
|
+
direction: DirectionVariant;
|
|
112
112
|
loop: boolean;
|
|
113
113
|
autoplayInterval: string | number;
|
|
114
114
|
splideOptions: Options;
|
|
@@ -92,8 +92,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
92
92
|
modelValue: any;
|
|
93
93
|
disabled: boolean;
|
|
94
94
|
readonly: boolean;
|
|
95
|
-
uncheckedValue: any;
|
|
96
95
|
checked: boolean;
|
|
96
|
+
uncheckedValue: any;
|
|
97
97
|
indeterminate: boolean;
|
|
98
98
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
99
99
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -169,13 +169,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
169
169
|
start: Date;
|
|
170
170
|
end: Date;
|
|
171
171
|
readonly: boolean;
|
|
172
|
+
clearable: boolean;
|
|
173
|
+
containerClass: string | unknown[] | Record<string, any>;
|
|
174
|
+
placeholder: string;
|
|
172
175
|
min: Date;
|
|
173
176
|
range: boolean;
|
|
174
177
|
minRange: string;
|
|
175
178
|
maxRange: string;
|
|
176
|
-
clearable: boolean;
|
|
177
|
-
containerClass: string | unknown[] | Record<string, any>;
|
|
178
|
-
placeholder: string;
|
|
179
179
|
format: string;
|
|
180
180
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
181
181
|
export default _default;
|
|
@@ -2155,8 +2155,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2155
2155
|
modelValue: any;
|
|
2156
2156
|
disabled: boolean;
|
|
2157
2157
|
readonly: boolean;
|
|
2158
|
-
uncheckedValue: any;
|
|
2159
2158
|
checked: boolean;
|
|
2159
|
+
uncheckedValue: any;
|
|
2160
2160
|
indeterminate: boolean;
|
|
2161
2161
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2162
2162
|
P: {};
|
|
@@ -2207,8 +2207,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2207
2207
|
modelValue: any;
|
|
2208
2208
|
disabled: boolean;
|
|
2209
2209
|
readonly: boolean;
|
|
2210
|
-
uncheckedValue: any;
|
|
2211
2210
|
checked: boolean;
|
|
2211
|
+
uncheckedValue: any;
|
|
2212
2212
|
indeterminate: boolean;
|
|
2213
2213
|
}>;
|
|
2214
2214
|
__isFragment?: never;
|
|
@@ -2259,8 +2259,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2259
2259
|
modelValue: any;
|
|
2260
2260
|
disabled: boolean;
|
|
2261
2261
|
readonly: boolean;
|
|
2262
|
-
uncheckedValue: any;
|
|
2263
2262
|
checked: boolean;
|
|
2263
|
+
uncheckedValue: any;
|
|
2264
2264
|
indeterminate: boolean;
|
|
2265
2265
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2266
2266
|
$slots: Readonly<{
|
|
@@ -2325,8 +2325,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2325
2325
|
}>, {
|
|
2326
2326
|
value: string | number | boolean | Date | unknown[] | Record<string, any>;
|
|
2327
2327
|
modelValue: string | number | boolean | Date | unknown[] | Record<string, any>;
|
|
2328
|
-
uncheckedValue: string | number | boolean | Date | unknown[] | Record<string, any>;
|
|
2329
2328
|
checked: boolean;
|
|
2329
|
+
uncheckedValue: string | number | boolean | Date | unknown[] | Record<string, any>;
|
|
2330
2330
|
}, {}, {
|
|
2331
2331
|
Button: {
|
|
2332
2332
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -553,8 +553,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
553
553
|
modelValue: any;
|
|
554
554
|
disabled: boolean;
|
|
555
555
|
readonly: boolean;
|
|
556
|
-
uncheckedValue: any;
|
|
557
556
|
checked: boolean;
|
|
557
|
+
uncheckedValue: any;
|
|
558
558
|
indeterminate: boolean;
|
|
559
559
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
560
560
|
P: {};
|
|
@@ -605,8 +605,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
605
605
|
modelValue: any;
|
|
606
606
|
disabled: boolean;
|
|
607
607
|
readonly: boolean;
|
|
608
|
-
uncheckedValue: any;
|
|
609
608
|
checked: boolean;
|
|
609
|
+
uncheckedValue: any;
|
|
610
610
|
indeterminate: boolean;
|
|
611
611
|
}>;
|
|
612
612
|
__isFragment?: never;
|
|
@@ -657,8 +657,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
657
657
|
modelValue: any;
|
|
658
658
|
disabled: boolean;
|
|
659
659
|
readonly: boolean;
|
|
660
|
-
uncheckedValue: any;
|
|
661
660
|
checked: boolean;
|
|
661
|
+
uncheckedValue: any;
|
|
662
662
|
indeterminate: boolean;
|
|
663
663
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
664
664
|
$slots: Readonly<{
|
|
@@ -51,8 +51,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
}>, {
|
|
52
52
|
value: string | number | boolean | Date | unknown[] | Record<string, any>;
|
|
53
53
|
modelValue: string | number | boolean | Date | unknown[] | Record<string, any>;
|
|
54
|
-
uncheckedValue: string | number | boolean | Date | unknown[] | Record<string, any>;
|
|
55
54
|
checked: boolean;
|
|
55
|
+
uncheckedValue: string | number | boolean | Date | unknown[] | Record<string, any>;
|
|
56
56
|
}, {}, {
|
|
57
57
|
Button: {
|
|
58
58
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -100,7 +100,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
100
100
|
start: number;
|
|
101
101
|
end: number;
|
|
102
102
|
readonly: boolean;
|
|
103
|
-
min: string | number;
|
|
104
103
|
step: string | number;
|
|
104
|
+
min: string | number;
|
|
105
105
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
106
106
|
export default _default;
|
|
@@ -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;
|
|
@@ -2,35 +2,41 @@
|
|
|
2
2
|
"PAccordion": "components/accordion/Accordion.vue",
|
|
3
3
|
"PAccordionItem": "components/accordion/AccordionItem.vue",
|
|
4
4
|
"PAccordionItems": "components/accordion/AccordionItems.vue",
|
|
5
|
-
"PBanner": "components/banner/Banner.vue",
|
|
6
5
|
"PBadge": "components/badge/Badge.vue",
|
|
6
|
+
"PAvatar": "components/avatar/Avatar.vue",
|
|
7
|
+
"PAvatarGroup": "components/avatar/AvatarGroup.vue",
|
|
8
|
+
"PAvatarTruncate": "components/avatar/AvatarTruncate.vue",
|
|
9
|
+
"PBanner": "components/banner/Banner.vue",
|
|
7
10
|
"PBreadcrumb": "components/breadcrumbs/Breadcrumb.vue",
|
|
8
11
|
"PBreadcrumbItem": "components/breadcrumbs/BreadcrumbItem.vue",
|
|
9
12
|
"PBreadcrumbItemDropdown": "components/breadcrumbs/BreadcrumbItemDropdown.vue",
|
|
10
|
-
"PButtonGroup": "components/button-group/ButtonGroup.vue",
|
|
11
13
|
"PButton": "components/button/Button.vue",
|
|
12
14
|
"PCalendar": "components/calendar/Calendar.vue",
|
|
13
15
|
"PCaption": "components/caption/Caption.vue",
|
|
16
|
+
"PButtonGroup": "components/button-group/ButtonGroup.vue",
|
|
14
17
|
"PCamera": "components/camera/Camera.vue",
|
|
15
18
|
"PCard": "components/card/Card.vue",
|
|
16
19
|
"PCardSection": "components/card/CardSection.vue",
|
|
20
|
+
"PCheckbox": "components/checkbox/Checkbox.vue",
|
|
17
21
|
"PChart": "components/chart/Chart.vue",
|
|
18
22
|
"PChartSet": "components/chart/ChartSet.vue",
|
|
19
23
|
"PChartVal": "components/chart/ChartVal.vue",
|
|
24
|
+
"PCollapse": "components/collapse/Collapse.vue",
|
|
20
25
|
"PCarousel": "components/carousel/Carousel.vue",
|
|
21
26
|
"PCarouselBody": "components/carousel/CarouselBody.vue",
|
|
22
27
|
"PCarouselItem": "components/carousel/CarouselItem.vue",
|
|
23
|
-
"PCollapse": "components/collapse/Collapse.vue",
|
|
24
28
|
"PContextualBar": "components/contextual-bar/ContextualBar.vue",
|
|
25
|
-
"PDatepicker": "components/datepicker/Datepicker.vue",
|
|
26
29
|
"PCropper": "components/cropper/Cropper.vue",
|
|
30
|
+
"PDatepicker": "components/datepicker/Datepicker.vue",
|
|
31
|
+
"PDialog": "components/dialog/Dialog.vue",
|
|
32
|
+
"PDialogFooter": "components/dialog/DialogFooter.vue",
|
|
27
33
|
"PDivider": "components/divider/Divider.vue",
|
|
28
34
|
"PDot": "components/dot/Dot.vue",
|
|
35
|
+
"PDropdownSubitem": "components/dropdown-subitem/DropdownSubitem.vue",
|
|
29
36
|
"PDropdown": "components/dropdown/Dropdown.vue",
|
|
30
37
|
"PDropdownHeader": "components/dropdown/DropdownHeader.vue",
|
|
31
38
|
"PDropdownItem": "components/dropdown/DropdownItem.vue",
|
|
32
39
|
"PDropdownText": "components/dropdown/DropdownText.vue",
|
|
33
|
-
"PDropdownSubitem": "components/dropdown-subitem/DropdownSubitem.vue",
|
|
34
40
|
"PDropzone": "components/dropzone/Dropzone.vue",
|
|
35
41
|
"PFilterbar": "components/filterbar/Filterbar.vue",
|
|
36
42
|
"PFormGroup": "components/form-group/FormGroup.vue",
|
|
@@ -38,16 +44,25 @@
|
|
|
38
44
|
"PInput": "components/input/Input.vue",
|
|
39
45
|
"PinputColor": "components/input-color/inputColor.vue",
|
|
40
46
|
"PInputFile": "components/input-file/InputFile.vue",
|
|
47
|
+
"PInputPassword": "components/input-password/InputPassword.vue",
|
|
41
48
|
"PInputGroup": "components/input-group/InputGroup.vue",
|
|
42
49
|
"PInputGroupAddon": "components/input-group/InputGroupAddon.vue",
|
|
43
|
-
"PInputPassword": "components/input-password/InputPassword.vue",
|
|
44
50
|
"PInputPin": "components/input-pin/InputPin.vue",
|
|
45
51
|
"PInputRange": "components/input-range/InputRange.vue",
|
|
46
|
-
"PLabel": "components/label/Label.vue",
|
|
47
52
|
"PListGroup": "components/list-group/ListGroup.vue",
|
|
48
53
|
"PListGroupItem": "components/list-group/ListGroupItem.vue",
|
|
49
54
|
"PMain": "components/main/Main.vue",
|
|
50
|
-
"
|
|
55
|
+
"PLabel": "components/label/Label.vue",
|
|
56
|
+
"PNavbar": "components/navbar/Navbar.vue",
|
|
57
|
+
"PNavbarBrand": "components/navbar/NavbarBrand.vue",
|
|
58
|
+
"PNavbarNav": "components/navbar/NavbarNav.vue",
|
|
59
|
+
"PNavbarToggle": "components/navbar/NavbarToggle.vue",
|
|
60
|
+
"PModal": "components/modal/Modal.vue",
|
|
61
|
+
"PNavbarNavMenu": "components/navbar-menu/NavbarNavMenu.vue",
|
|
62
|
+
"POverlay": "components/overlay/Overlay.vue",
|
|
63
|
+
"PNotify": "components/notify/Notify.vue",
|
|
64
|
+
"PNotifyGroup": "components/notify/NotifyGroup.vue",
|
|
65
|
+
"PNotifyItem": "components/notify/NotifyItem.vue",
|
|
51
66
|
"PNav": "components/nav/Nav.vue",
|
|
52
67
|
"PNavCollapse": "components/nav/NavCollapse.vue",
|
|
53
68
|
"PNavForm": "components/nav/NavForm.vue",
|
|
@@ -55,26 +70,20 @@
|
|
|
55
70
|
"PNavItemDropdown": "components/nav/NavItemDropdown.vue",
|
|
56
71
|
"PNavSubItem": "components/nav/NavSubItem.vue",
|
|
57
72
|
"PNavText": "components/nav/NavText.vue",
|
|
58
|
-
"PModal": "components/modal/Modal.vue",
|
|
59
|
-
"PNavbarNavMenu": "components/navbar-menu/NavbarNavMenu.vue",
|
|
60
|
-
"PNotify": "components/notify/Notify.vue",
|
|
61
|
-
"PNotifyGroup": "components/notify/NotifyGroup.vue",
|
|
62
|
-
"PNotifyItem": "components/notify/NotifyItem.vue",
|
|
63
|
-
"POverlay": "components/overlay/Overlay.vue",
|
|
64
73
|
"PPage": "components/page/Page.vue",
|
|
65
|
-
"PPagination": "components/pagination/Pagination.vue",
|
|
66
74
|
"PPdfHelipad": "components/pdf-helipad/PdfHelipad.vue",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"PPdfObjectDebugger": "components/pdf-object/PdfObjectDebugger.vue",
|
|
70
|
-
"PPdfObjects": "components/pdf-object/PdfObjects.vue",
|
|
71
|
-
"PPdfText": "components/pdf-text/PdfText.vue",
|
|
75
|
+
"PPagination": "components/pagination/Pagination.vue",
|
|
76
|
+
"PPopover": "components/popover/Popover.vue",
|
|
72
77
|
"PPdfError": "components/pdf-viewer/PdfError.vue",
|
|
73
78
|
"PPdfLoading": "components/pdf-viewer/PdfLoading.vue",
|
|
74
79
|
"PPdfNavigation": "components/pdf-viewer/PdfNavigation.vue",
|
|
75
80
|
"PPdfViewer": "components/pdf-viewer/PdfViewer.vue",
|
|
76
|
-
"PPopover": "components/popover/Popover.vue",
|
|
77
81
|
"PPopup": "components/popup/Popup.vue",
|
|
82
|
+
"PPdfObject": "components/pdf-object/PdfObject.vue",
|
|
83
|
+
"PPdfObjectAddon": "components/pdf-object/PdfObjectAddon.vue",
|
|
84
|
+
"PPdfObjectDebugger": "components/pdf-object/PdfObjectDebugger.vue",
|
|
85
|
+
"PPdfObjects": "components/pdf-object/PdfObjects.vue",
|
|
86
|
+
"PPdfText": "components/pdf-text/PdfText.vue",
|
|
78
87
|
"PProgress": "components/progress/Progress.vue",
|
|
79
88
|
"PProgressItem": "components/progress/ProgressItem.vue",
|
|
80
89
|
"PProgressIndicator": "components/progress-indicator/ProgressIndicator.vue",
|
|
@@ -86,18 +95,17 @@
|
|
|
86
95
|
"PPspdfViewer": "components/pspdfkit/PspdfViewer.vue",
|
|
87
96
|
"PQrcode": "components/qrcode/Qrcode.vue",
|
|
88
97
|
"PRadio": "components/radio/Radio.vue",
|
|
98
|
+
"PRingbar": "components/ringbar/Ringbar.vue",
|
|
99
|
+
"PShimmer": "components/shimmer/Shimmer.vue",
|
|
89
100
|
"PRichtext": "components/richtext/Richtext.vue",
|
|
90
101
|
"PRichtextToolbarAdvance": "components/richtext/RichtextToolbarAdvance.vue",
|
|
91
102
|
"PRichtextToolbarSimple": "components/richtext/RichtextToolbarSimple.vue",
|
|
92
|
-
"
|
|
103
|
+
"PSheet": "components/sheet/Sheet.vue",
|
|
93
104
|
"PSelect": "components/select/Select.vue",
|
|
94
105
|
"PSelectInput": "components/select/SelectInput.vue",
|
|
95
106
|
"PSelectTags": "components/select/SelectTags.vue",
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"PAvatar": "components/avatar/Avatar.vue",
|
|
99
|
-
"PAvatarGroup": "components/avatar/AvatarGroup.vue",
|
|
100
|
-
"PAvatarTruncate": "components/avatar/AvatarTruncate.vue",
|
|
107
|
+
"PSidebarMenu": "components/sidebar-menu/SidebarMenu.vue",
|
|
108
|
+
"PSidebarMenuItem": "components/sidebar-menu/SidebarMenuItem.vue",
|
|
101
109
|
"PSidebar": "components/sidebar/Sidebar.vue",
|
|
102
110
|
"PSidebarBrand": "components/sidebar/SidebarBrand.vue",
|
|
103
111
|
"PSidebarContent": "components/sidebar/SidebarContent.vue",
|
|
@@ -105,35 +113,33 @@
|
|
|
105
113
|
"PSignatureDraw": "components/signature-draw/SignatureDraw.vue",
|
|
106
114
|
"PSignatureDrawDesktop": "components/signature-draw/SignatureDrawDesktop.vue",
|
|
107
115
|
"PSignatureDrawMobile": "components/signature-draw/SignatureDrawMobile.vue",
|
|
116
|
+
"PSpread": "components/spread/Spread.vue",
|
|
108
117
|
"PSignatureText": "components/signature-text/SignatureText.vue",
|
|
109
118
|
"PSpinner": "components/spinner/Spinner.vue",
|
|
110
119
|
"PSpinnerRing": "components/spinner/SpinnerRing.vue",
|
|
111
120
|
"PSpinnerRinggo": "components/spinner/SpinnerRinggo.vue",
|
|
112
|
-
"PSpread": "components/spread/Spread.vue",
|
|
113
121
|
"PStep": "components/steps/Step.vue",
|
|
114
122
|
"PStepSlider": "components/steps/StepSlider.vue",
|
|
115
123
|
"PSteps": "components/steps/Steps.vue",
|
|
116
124
|
"PStrengthbar": "components/strengthbar/Strengthbar.vue",
|
|
117
|
-
"PSubheading": "components/subheading/Subheading.vue",
|
|
118
125
|
"PTable": "components/table/Table.vue",
|
|
126
|
+
"PSubheading": "components/subheading/Subheading.vue",
|
|
119
127
|
"PTableFlex": "components/table-flex/TableFlex.vue",
|
|
128
|
+
"PText": "components/text/Text.vue",
|
|
120
129
|
"PTableStatic": "components/table-static/TableStatic.vue",
|
|
121
130
|
"PTableStaticRoot": "components/table-static/TableStaticRoot.vue",
|
|
122
131
|
"PTableStaticSort": "components/table-static/TableStaticSort.vue",
|
|
123
132
|
"PTab": "components/tabs/Tab.vue",
|
|
124
133
|
"PTabContent": "components/tabs/TabContent.vue",
|
|
125
134
|
"PTabs": "components/tabs/Tabs.vue",
|
|
126
|
-
"PText": "components/text/Text.vue",
|
|
127
|
-
"PDialog": "components/dialog/Dialog.vue",
|
|
128
|
-
"PDialogFooter": "components/dialog/DialogFooter.vue",
|
|
129
135
|
"PTextarea": "components/textarea/Textarea.vue",
|
|
130
136
|
"PTimepicker": "components/timepicker/Timepicker.vue",
|
|
131
137
|
"PTime": "components/time/Time.vue",
|
|
132
138
|
"PTimeItem": "components/time/TimeItem.vue",
|
|
133
139
|
"PToast": "components/toast/Toast.vue",
|
|
140
|
+
"PToggle": "components/toggle/Toggle.vue",
|
|
134
141
|
"PTooltip": "components/tooltip/Tooltip.vue",
|
|
135
142
|
"PTooltipContainer": "components/tooltip/TooltipContainer.vue",
|
|
136
|
-
"PToggle": "components/toggle/Toggle.vue",
|
|
137
143
|
"PTour": "components/tour/Tour.vue",
|
|
138
144
|
"PTourDialog": "components/tour/TourDialog.vue",
|
|
139
145
|
"PTourHighlight": "components/tour/TourHighlight.vue",
|
|
@@ -142,16 +148,12 @@
|
|
|
142
148
|
"PWizardBody": "components/wizard/WizardBody.vue",
|
|
143
149
|
"PWizardHeader": "components/wizard/WizardHeader.vue",
|
|
144
150
|
"PWizardStep": "components/wizard/WizardStep.vue",
|
|
151
|
+
"PIconCheckbox": "components/checkbox/icon/IconCheckbox.vue",
|
|
152
|
+
"PIconInderteminate": "components/checkbox/icon/IconInderteminate.vue",
|
|
145
153
|
"PPinnedDate": "components/filterbar/pinned/PinnedDate.vue",
|
|
146
154
|
"PPinnedMultiselect": "components/filterbar/pinned/PinnedMultiselect.vue",
|
|
147
155
|
"PPinnedSelect": "components/filterbar/pinned/PinnedSelect.vue",
|
|
148
156
|
"PPinnedToggle": "components/filterbar/pinned/PinnedToggle.vue",
|
|
149
|
-
"PIconCheckbox": "components/checkbox/icon/IconCheckbox.vue",
|
|
150
|
-
"PIconInderteminate": "components/checkbox/icon/IconInderteminate.vue",
|
|
151
|
-
"PNavbar": "components/navbar/Navbar.vue",
|
|
152
|
-
"PNavbarBrand": "components/navbar/NavbarBrand.vue",
|
|
153
|
-
"PNavbarNav": "components/navbar/NavbarNav.vue",
|
|
154
|
-
"PNavbarToggle": "components/navbar/NavbarToggle.vue",
|
|
155
157
|
"PRichtextControlFontFamily": "components/richtext/control/RichtextControlFontFamily.vue",
|
|
156
158
|
"PRichtextControlFontSize": "components/richtext/control/RichtextControlFontSize.vue",
|
|
157
159
|
"PRichtextControlHighlight": "components/richtext/control/RichtextControlHighlight.vue",
|
|
@@ -165,7 +167,5 @@
|
|
|
165
167
|
"PRichtextControlTextHeading": "components/richtext/control/RichtextControlTextHeading.vue",
|
|
166
168
|
"PRichtextPopupImageEdit": "components/richtext/popup/RichtextPopupImageEdit.vue",
|
|
167
169
|
"PRichtextPopupLinkDetail": "components/richtext/popup/RichtextPopupLinkDetail.vue",
|
|
168
|
-
"PRichtextPopupLinkEdit": "components/richtext/popup/RichtextPopupLinkEdit.vue"
|
|
169
|
-
"PSidebarMenu": "components/sidebar-menu/SidebarMenu.vue",
|
|
170
|
-
"PSidebarMenuItem": "components/sidebar-menu/SidebarMenuItem.vue"
|
|
170
|
+
"PRichtextPopupLinkEdit": "components/richtext/popup/RichtextPopupLinkEdit.vue"
|
|
171
171
|
}
|
|
@@ -174,10 +174,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
174
174
|
title: string;
|
|
175
175
|
modelValue: boolean;
|
|
176
176
|
contentClass: string | unknown[] | Record<string, any>;
|
|
177
|
-
noAnimation: boolean;
|
|
178
177
|
dismissable: boolean;
|
|
179
178
|
banner: boolean;
|
|
180
|
-
|
|
179
|
+
noAnimation: boolean;
|
|
181
180
|
noCloseOnEsc: boolean;
|
|
182
181
|
noCloseOnBackdrop: boolean;
|
|
183
182
|
modalBodyScrollable: boolean;
|
|
@@ -185,6 +184,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
185
184
|
freeDistraction: boolean;
|
|
186
185
|
headerClass: string | unknown[] | Record<string, any>;
|
|
187
186
|
dialogClass: string | unknown[] | Record<string, any>;
|
|
187
|
+
bodyClass: string | unknown[] | Record<string, any>;
|
|
188
188
|
footerClass: string | unknown[] | Record<string, any>;
|
|
189
189
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
190
190
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -170,9 +170,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
170
170
|
page: number;
|
|
171
171
|
layout: LayoutVariant;
|
|
172
172
|
offsetTop: string | number;
|
|
173
|
+
password: string;
|
|
173
174
|
scale: number;
|
|
174
175
|
ratio: string | number;
|
|
175
|
-
password: string;
|
|
176
176
|
firstNavLabel: string;
|
|
177
177
|
lastNavLabel: string;
|
|
178
178
|
numOfPagesNavLabel: string;
|
|
@@ -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
|
+
show: boolean;
|
|
43
44
|
color: ColorVariant;
|
|
44
45
|
placement: Placement;
|
|
45
|
-
show: boolean;
|
|
46
46
|
}> & Omit<{
|
|
47
|
+
readonly show: boolean;
|
|
47
48
|
readonly color: ColorVariant;
|
|
48
49
|
readonly placement: Placement;
|
|
49
|
-
readonly show: boolean;
|
|
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,9 +90,9 @@ declare function __VLS_template(): {
|
|
|
90
90
|
hide: (args_0: HTMLElement) => void;
|
|
91
91
|
}, string, {
|
|
92
92
|
target: HTMLElement;
|
|
93
|
+
show: boolean;
|
|
93
94
|
color: ColorVariant;
|
|
94
95
|
placement: Placement;
|
|
95
|
-
show: boolean;
|
|
96
96
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
97
97
|
beforeCreate?: (() => void) | (() => void)[];
|
|
98
98
|
created?: (() => void) | (() => void)[];
|
|
@@ -115,9 +115,9 @@ 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
|
+
show: boolean;
|
|
118
119
|
color: ColorVariant;
|
|
119
120
|
placement: Placement;
|
|
120
|
-
show: boolean;
|
|
121
121
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
122
122
|
show: {
|
|
123
123
|
type: BooleanConstructor;
|
|
@@ -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
|
};
|
|
@@ -128,9 +128,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
128
128
|
page: number;
|
|
129
129
|
layout: LayoutVariant;
|
|
130
130
|
offsetTop: string | number;
|
|
131
|
+
password: string;
|
|
131
132
|
scale: number;
|
|
132
133
|
ratio: string | number;
|
|
133
|
-
password: string;
|
|
134
134
|
config: OpenDocConfig;
|
|
135
135
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
136
136
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -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;
|
|
@@ -141,8 +141,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
141
141
|
modelValue: any;
|
|
142
142
|
disabled: boolean;
|
|
143
143
|
readonly: boolean;
|
|
144
|
-
uncheckedValue: any;
|
|
145
144
|
checked: boolean;
|
|
145
|
+
uncheckedValue: any;
|
|
146
146
|
indeterminate: boolean;
|
|
147
147
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
148
148
|
P: {};
|
|
@@ -193,8 +193,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
193
193
|
modelValue: any;
|
|
194
194
|
disabled: boolean;
|
|
195
195
|
readonly: boolean;
|
|
196
|
-
uncheckedValue: any;
|
|
197
196
|
checked: boolean;
|
|
197
|
+
uncheckedValue: any;
|
|
198
198
|
indeterminate: boolean;
|
|
199
199
|
}>;
|
|
200
200
|
__isFragment?: never;
|
|
@@ -245,8 +245,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
245
245
|
modelValue: any;
|
|
246
246
|
disabled: boolean;
|
|
247
247
|
readonly: boolean;
|
|
248
|
-
uncheckedValue: any;
|
|
249
248
|
checked: boolean;
|
|
249
|
+
uncheckedValue: any;
|
|
250
250
|
indeterminate: boolean;
|
|
251
251
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
252
252
|
$slots: Readonly<{
|
|
@@ -6,10 +6,10 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
6
6
|
items: T[];
|
|
7
7
|
draggable: boolean;
|
|
8
8
|
selectable: boolean;
|
|
9
|
+
apperance: ApperanceVariant;
|
|
9
10
|
fields: TableField<T>[];
|
|
10
11
|
emptyLabel: string;
|
|
11
12
|
noLabel: boolean;
|
|
12
|
-
apperance: ApperanceVariant;
|
|
13
13
|
tableClass: any;
|
|
14
14
|
trClass: any;
|
|
15
15
|
}> & Omit<{
|
|
@@ -17,15 +17,15 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
17
17
|
readonly items: T[];
|
|
18
18
|
readonly draggable: boolean;
|
|
19
19
|
readonly selectable: boolean;
|
|
20
|
+
readonly apperance: ApperanceVariant;
|
|
20
21
|
readonly fields: TableField<T>[];
|
|
21
22
|
readonly emptyLabel: string;
|
|
22
23
|
readonly noLabel: boolean;
|
|
23
|
-
readonly apperance: ApperanceVariant;
|
|
24
24
|
readonly tableClass?: any;
|
|
25
25
|
readonly trClass?: any;
|
|
26
26
|
readonly "onUpdate:modelValue"?: ((args_0: T[]) => any) | undefined;
|
|
27
27
|
readonly "onUpdate:items"?: ((args_0: T[]) => any) | undefined;
|
|
28
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "items" | "draggable" | "selectable" | "
|
|
28
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "items" | "draggable" | "selectable" | "apperance" | "fields" | "emptyLabel" | "noLabel" | "tableClass" | "trClass">, "onUpdate:modelValue" | "onUpdate:items" | ("modelValue" | "items" | "draggable" | "selectable" | "apperance" | "fields" | "emptyLabel" | "noLabel" | "tableClass" | "trClass")> & Partial<{}> & {}> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
|
|
29
29
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
30
30
|
attrs: any;
|
|
31
31
|
slots: Readonly<{
|
|
@@ -9,10 +9,10 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
9
9
|
sortable: boolean | "multiple" | "single";
|
|
10
10
|
sortBy: Record<string, any>;
|
|
11
11
|
selectable: boolean;
|
|
12
|
+
apperance: ApperanceVariant;
|
|
12
13
|
fields: TableField<T>[];
|
|
13
14
|
emptyLabel: string;
|
|
14
15
|
noLabel: boolean;
|
|
15
|
-
apperance: ApperanceVariant;
|
|
16
16
|
tableClass: any;
|
|
17
17
|
trClass: any;
|
|
18
18
|
scrollable: boolean;
|
|
@@ -23,10 +23,10 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
23
23
|
readonly sortable: boolean | "multiple" | "single";
|
|
24
24
|
readonly sortBy: Record<string, any>;
|
|
25
25
|
readonly selectable: boolean;
|
|
26
|
+
readonly apperance: ApperanceVariant;
|
|
26
27
|
readonly fields: TableField<T>[];
|
|
27
28
|
readonly emptyLabel: string;
|
|
28
29
|
readonly noLabel: boolean;
|
|
29
|
-
readonly apperance: ApperanceVariant;
|
|
30
30
|
readonly scrollable: boolean;
|
|
31
31
|
readonly tableClass?: any;
|
|
32
32
|
readonly trClass?: any;
|
|
@@ -34,7 +34,7 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
34
34
|
readonly onSort?: ((args_0: Record<string, SortValue>) => any) | undefined;
|
|
35
35
|
readonly "onUpdate:items"?: ((args_0: T[]) => any) | undefined;
|
|
36
36
|
readonly "onUpdate:sortBy"?: ((args_0: Record<string, SortValue>) => any) | undefined;
|
|
37
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "items" | "draggable" | "sortable" | "sortBy" | "selectable" | "
|
|
37
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "items" | "draggable" | "sortable" | "sortBy" | "selectable" | "apperance" | "fields" | "emptyLabel" | "noLabel" | "tableClass" | "trClass" | "scrollable">, "onUpdate:modelValue" | "onUpdate:items" | "onSort" | "onUpdate:sortBy" | ("modelValue" | "items" | "draggable" | "sortable" | "sortBy" | "selectable" | "apperance" | "fields" | "emptyLabel" | "noLabel" | "tableClass" | "trClass" | "scrollable")> & Partial<{}> & {}> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
|
|
38
38
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
39
39
|
attrs: any;
|
|
40
40
|
slots: Readonly<{
|
|
@@ -161,11 +161,11 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
161
161
|
modelValue: Date | TimeModel;
|
|
162
162
|
disabled: boolean;
|
|
163
163
|
error: boolean;
|
|
164
|
-
max: Date;
|
|
165
164
|
dismissable: boolean;
|
|
165
|
+
max: Date;
|
|
166
166
|
readonly: boolean;
|
|
167
|
-
min: Date;
|
|
168
167
|
placeholder: string;
|
|
168
|
+
min: Date;
|
|
169
169
|
timeSeparator: string;
|
|
170
170
|
is12Hour: boolean;
|
|
171
171
|
hourInterval: number;
|
|
@@ -106,8 +106,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
106
106
|
text: string;
|
|
107
107
|
title: string;
|
|
108
108
|
icon: string | Component;
|
|
109
|
-
loading: boolean;
|
|
110
109
|
dismissable: boolean;
|
|
110
|
+
loading: boolean;
|
|
111
111
|
loadingText: string;
|
|
112
112
|
iconColor: ColorVariant;
|
|
113
113
|
actions: ToastActionOption[];
|
|
@@ -129,8 +129,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
129
129
|
disabled: boolean;
|
|
130
130
|
variant: StyleVariant;
|
|
131
131
|
readonly: boolean;
|
|
132
|
-
uncheckedValue: any;
|
|
133
132
|
checked: boolean;
|
|
133
|
+
uncheckedValue: any;
|
|
134
134
|
noLabel: boolean;
|
|
135
135
|
checkedLabel: string;
|
|
136
136
|
uncheckedLabel: string;
|
|
@@ -55,9 +55,9 @@ 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
|
+
show: boolean;
|
|
58
59
|
color: ColorVariant;
|
|
59
60
|
placement: Placement;
|
|
60
|
-
show: boolean;
|
|
61
61
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
63
63
|
export default _default;
|
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.8",
|
|
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",
|