@ouestfrance/sipa-bms-ui 8.47.1 → 8.48.1
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/assets/animated-icons/AnimatedActivityIcon.vue.d.ts +1 -132
- package/dist/assets/animated-icons/AnimatedCircleHelpIcon.vue.d.ts +1 -132
- package/dist/assets/animated-icons/AnimatedHomeIcon.vue.d.ts +1 -132
- package/dist/components/button/BmsButton.vue.d.ts +11 -7
- package/dist/components/button/BmsIconButton.vue.d.ts +3 -3
- package/dist/components/button/BmsSwitchIconButton.vue.d.ts +18 -0
- package/dist/components/button/BmsToggleIcon.vue.d.ts +4 -4
- package/dist/components/button/UiButton.vue.d.ts +11 -7
- package/dist/components/button/UiButtonLink.vue.d.ts +8 -5
- package/dist/components/feedback/BmsAlert.vue.d.ts +11 -7
- package/dist/components/feedback/BmsBadge.vue.d.ts +9 -6
- package/dist/components/feedback/BmsCaption.vue.d.ts +1 -1
- package/dist/components/feedback/BmsCircularProgress.vue.d.ts +1 -1
- package/dist/components/feedback/BmsGhost.vue.d.ts +6 -8
- package/dist/components/feedback/BmsLoader.vue.d.ts +1 -1
- package/dist/components/feedback/BmsTooltip.vue.d.ts +11 -9
- package/dist/components/feedback/UiTooltip.vue.d.ts +4 -6
- package/dist/components/form/BmsAutocomplete.vue.d.ts +3 -214
- package/dist/components/form/BmsChip.vue.d.ts +4 -4
- package/dist/components/form/BmsCombobox.vue.d.ts +26 -22
- package/dist/components/form/BmsFilePicker.vue.d.ts +1 -1
- package/dist/components/form/BmsInputBooleanCheckbox.vue.d.ts +3 -3
- package/dist/components/form/BmsInputCheckboxCaption.vue.d.ts +4 -4
- package/dist/components/form/BmsInputCode.vue.d.ts +2 -2
- package/dist/components/form/BmsInputFile.vue.d.ts +1 -3
- package/dist/components/form/BmsInputRadio.vue.d.ts +4 -4
- package/dist/components/form/BmsInputRadioCaption.vue.d.ts +4 -4
- package/dist/components/form/BmsInputRadioCaptionGroup.vue.d.ts +3 -3
- package/dist/components/form/BmsInputRadioGroup.vue.d.ts +3 -3
- package/dist/components/form/BmsInputText.vue.d.ts +10 -108
- package/dist/components/form/BmsMultiSelect.vue.d.ts +3 -5
- package/dist/components/form/BmsSearch.vue.d.ts +1 -197
- package/dist/components/form/BmsSelect.vue.d.ts +3 -5
- package/dist/components/form/BmsServerAutocomplete.vue.d.ts +2 -2
- package/dist/components/form/BmsTag.vue.d.ts +9 -6
- package/dist/components/form/BmsTextArea.vue.d.ts +1 -3
- package/dist/components/form/RawAutocomplete.vue.d.ts +16 -113
- package/dist/components/form/RawInputText.vue.d.ts +11 -9
- package/dist/components/form/RawSelect.vue.d.ts +11 -8
- package/dist/components/form/UiBmsInputCheckbox.vue.d.ts +4 -4
- package/dist/components/layout/BmsCard.vue.d.ts +11 -10
- package/dist/components/layout/BmsContentPageLayout.vue.d.ts +13 -8
- package/dist/components/layout/BmsFloatingWindow.vue.d.ts +11 -11
- package/dist/components/layout/BmsForm.vue.d.ts +2 -2
- package/dist/components/layout/BmsHeader.vue.d.ts +3 -3
- package/dist/components/layout/BmsHeaderTitle.vue.d.ts +13 -8
- package/dist/components/layout/BmsModal.vue.d.ts +24 -20
- package/dist/components/layout/BmsOverlay.vue.d.ts +3 -3
- package/dist/components/layout/BmsSection.vue.d.ts +9 -6
- package/dist/components/layout/BmsSidePanel.vue.d.ts +4 -4
- package/dist/components/layout/BmsSlidingPanelShell.vue.d.ts +11 -7
- package/dist/components/layout/BmsSplitWindow.vue.d.ts +13 -11
- package/dist/components/layout/BmsStep.vue.d.ts +9 -6
- package/dist/components/layout/BmsStepper.vue.d.ts +1 -1
- package/dist/components/layout/UiPopoverMenu.vue.d.ts +4 -6
- package/dist/components/navigation/BmsBackButton.vue.d.ts +3 -3
- package/dist/components/navigation/BmsBreadcrumb.vue.d.ts +1 -1
- package/dist/components/navigation/BmsFixedMenu.vue.d.ts +14 -9
- package/dist/components/navigation/BmsLink.vue.d.ts +9 -6
- package/dist/components/navigation/BmsMenu.vue.d.ts +11 -10
- package/dist/components/navigation/BmsMenuNav.vue.d.ts +17 -13
- package/dist/components/navigation/BmsShortLinkMenu.vue.d.ts +9 -6
- package/dist/components/navigation/BmsTabs.vue.d.ts +1 -1
- package/dist/components/navigation/BmsTenantSwitcher.vue.d.ts +1 -3
- package/dist/components/navigation/UiMenuItem.vue.d.ts +4 -4
- package/dist/components/navigation/UiTab.vue.d.ts +4 -4
- package/dist/components/navigation/UiTabs.vue.d.ts +5 -5
- package/dist/components/navigation/UiTenantLabel.vue.d.ts +1 -1
- package/dist/components/navigation/UiTenantSwitcher.vue.d.ts +1 -199
- package/dist/components/table/BmsEmptyScreen.vue.d.ts +1 -1
- package/dist/components/table/BmsPagination.vue.d.ts +5 -7
- package/dist/components/table/BmsServerTable.vue.d.ts +5 -5
- package/dist/components/table/BmsTable.vue.d.ts +5 -5
- package/dist/components/table/BmsTableFilters.vue.d.ts +1 -198
- package/dist/components/table/DraggableList.vue.d.ts +5 -7
- package/dist/components/table/UiBmsTable.vue.d.ts +37 -28
- package/dist/components/table/UiBmsTableRow.vue.d.ts +24 -16
- package/dist/components/table/UiFilterButton.vue.d.ts +1 -1
- package/dist/components/utils/BmsCocarde.vue.d.ts +1 -1
- package/dist/components/utils/BmsProblem.vue.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/mockServiceWorker.js +1 -1
- package/dist/models/index.d.ts +1 -0
- package/dist/models/switch-icon-button.model.d.ts +6 -0
- package/dist/plugins/feature-flipper/FeatureFlipper.vue.d.ts +3 -3
- package/dist/plugins/feature-flipper/FeatureFlipperModal.vue.d.ts +3 -3
- package/dist/plugins/field/FieldComponent.vue.d.ts +9 -9
- package/dist/plugins/field/FieldDatalist.vue.d.ts +15 -13
- package/dist/plugins/field/SkeletonField.vue.d.ts +1 -1
- package/dist/plugins/notifications/NotificationItem.vue.d.ts +1 -1
- package/dist/sipa-bms-ui.css +126 -9
- package/dist/sipa-bms-ui.es.js +7414 -5195
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +7414 -5194
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +21 -21
- package/src/components/button/BmsSwitchIconButton.stories.js +85 -0
- package/src/components/button/BmsSwitchIconButton.vue +277 -0
- package/src/index.ts +2 -0
- package/src/models/index.ts +1 -0
- package/src/models/switch-icon-button.model.ts +7 -0
- package/src/plugins/notifications/NotificationWidget.vue +0 -2
|
@@ -1,133 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
-
target: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
-
is: {
|
|
4
|
-
type: import('vue').PropType<string | import('vue').Component>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
preset: {
|
|
8
|
-
type: import('vue').PropType<string>;
|
|
9
|
-
required: boolean;
|
|
10
|
-
};
|
|
11
|
-
instance: {
|
|
12
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionInstance<string, import('@vueuse/motion').MotionVariants<string>>>;
|
|
13
|
-
required: boolean;
|
|
14
|
-
};
|
|
15
|
-
variants: {
|
|
16
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionVariants<string>>;
|
|
17
|
-
required: boolean;
|
|
18
|
-
};
|
|
19
|
-
initial: {
|
|
20
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
21
|
-
required: boolean;
|
|
22
|
-
};
|
|
23
|
-
enter: {
|
|
24
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
25
|
-
required: boolean;
|
|
26
|
-
};
|
|
27
|
-
leave: {
|
|
28
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
29
|
-
required: boolean;
|
|
30
|
-
};
|
|
31
|
-
visible: {
|
|
32
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
33
|
-
required: boolean;
|
|
34
|
-
};
|
|
35
|
-
visibleOnce: {
|
|
36
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
37
|
-
required: boolean;
|
|
38
|
-
};
|
|
39
|
-
hovered: {
|
|
40
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
41
|
-
required: boolean;
|
|
42
|
-
};
|
|
43
|
-
tapped: {
|
|
44
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
45
|
-
required: boolean;
|
|
46
|
-
};
|
|
47
|
-
focused: {
|
|
48
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
49
|
-
required: boolean;
|
|
50
|
-
};
|
|
51
|
-
delay: {
|
|
52
|
-
type: import('vue').PropType<string | number>;
|
|
53
|
-
required: boolean;
|
|
54
|
-
};
|
|
55
|
-
duration: {
|
|
56
|
-
type: import('vue').PropType<string | number>;
|
|
57
|
-
required: boolean;
|
|
58
|
-
};
|
|
59
|
-
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
60
|
-
[key: string]: any;
|
|
61
|
-
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
62
|
-
is: string | import('vue').Component;
|
|
63
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
64
|
-
P: {};
|
|
65
|
-
B: {};
|
|
66
|
-
D: {};
|
|
67
|
-
C: {};
|
|
68
|
-
M: {};
|
|
69
|
-
Defaults: {};
|
|
70
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
71
|
-
is: {
|
|
72
|
-
type: import('vue').PropType<string | import('vue').Component>;
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
preset: {
|
|
76
|
-
type: import('vue').PropType<string>;
|
|
77
|
-
required: boolean;
|
|
78
|
-
};
|
|
79
|
-
instance: {
|
|
80
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionInstance<string, import('@vueuse/motion').MotionVariants<string>>>;
|
|
81
|
-
required: boolean;
|
|
82
|
-
};
|
|
83
|
-
variants: {
|
|
84
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionVariants<string>>;
|
|
85
|
-
required: boolean;
|
|
86
|
-
};
|
|
87
|
-
initial: {
|
|
88
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
89
|
-
required: boolean;
|
|
90
|
-
};
|
|
91
|
-
enter: {
|
|
92
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
93
|
-
required: boolean;
|
|
94
|
-
};
|
|
95
|
-
leave: {
|
|
96
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
97
|
-
required: boolean;
|
|
98
|
-
};
|
|
99
|
-
visible: {
|
|
100
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
101
|
-
required: boolean;
|
|
102
|
-
};
|
|
103
|
-
visibleOnce: {
|
|
104
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
105
|
-
required: boolean;
|
|
106
|
-
};
|
|
107
|
-
hovered: {
|
|
108
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
109
|
-
required: boolean;
|
|
110
|
-
};
|
|
111
|
-
tapped: {
|
|
112
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
113
|
-
required: boolean;
|
|
114
|
-
};
|
|
115
|
-
focused: {
|
|
116
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
117
|
-
required: boolean;
|
|
118
|
-
};
|
|
119
|
-
delay: {
|
|
120
|
-
type: import('vue').PropType<string | number>;
|
|
121
|
-
required: boolean;
|
|
122
|
-
};
|
|
123
|
-
duration: {
|
|
124
|
-
type: import('vue').PropType<string | number>;
|
|
125
|
-
required: boolean;
|
|
126
|
-
};
|
|
127
|
-
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
}>, {}, {}, {}, {
|
|
130
|
-
is: string | import('vue').Component;
|
|
131
|
-
}> | null;
|
|
132
|
-
}, HTMLDivElement>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
133
2
|
export default _default;
|
|
@@ -1,133 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
-
target: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
-
is: {
|
|
4
|
-
type: import('vue').PropType<string | import('vue').Component>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
preset: {
|
|
8
|
-
type: import('vue').PropType<string>;
|
|
9
|
-
required: boolean;
|
|
10
|
-
};
|
|
11
|
-
instance: {
|
|
12
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionInstance<string, import('@vueuse/motion').MotionVariants<string>>>;
|
|
13
|
-
required: boolean;
|
|
14
|
-
};
|
|
15
|
-
variants: {
|
|
16
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionVariants<string>>;
|
|
17
|
-
required: boolean;
|
|
18
|
-
};
|
|
19
|
-
initial: {
|
|
20
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
21
|
-
required: boolean;
|
|
22
|
-
};
|
|
23
|
-
enter: {
|
|
24
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
25
|
-
required: boolean;
|
|
26
|
-
};
|
|
27
|
-
leave: {
|
|
28
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
29
|
-
required: boolean;
|
|
30
|
-
};
|
|
31
|
-
visible: {
|
|
32
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
33
|
-
required: boolean;
|
|
34
|
-
};
|
|
35
|
-
visibleOnce: {
|
|
36
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
37
|
-
required: boolean;
|
|
38
|
-
};
|
|
39
|
-
hovered: {
|
|
40
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
41
|
-
required: boolean;
|
|
42
|
-
};
|
|
43
|
-
tapped: {
|
|
44
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
45
|
-
required: boolean;
|
|
46
|
-
};
|
|
47
|
-
focused: {
|
|
48
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
49
|
-
required: boolean;
|
|
50
|
-
};
|
|
51
|
-
delay: {
|
|
52
|
-
type: import('vue').PropType<string | number>;
|
|
53
|
-
required: boolean;
|
|
54
|
-
};
|
|
55
|
-
duration: {
|
|
56
|
-
type: import('vue').PropType<string | number>;
|
|
57
|
-
required: boolean;
|
|
58
|
-
};
|
|
59
|
-
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
60
|
-
[key: string]: any;
|
|
61
|
-
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
62
|
-
is: string | import('vue').Component;
|
|
63
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
64
|
-
P: {};
|
|
65
|
-
B: {};
|
|
66
|
-
D: {};
|
|
67
|
-
C: {};
|
|
68
|
-
M: {};
|
|
69
|
-
Defaults: {};
|
|
70
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
71
|
-
is: {
|
|
72
|
-
type: import('vue').PropType<string | import('vue').Component>;
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
preset: {
|
|
76
|
-
type: import('vue').PropType<string>;
|
|
77
|
-
required: boolean;
|
|
78
|
-
};
|
|
79
|
-
instance: {
|
|
80
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionInstance<string, import('@vueuse/motion').MotionVariants<string>>>;
|
|
81
|
-
required: boolean;
|
|
82
|
-
};
|
|
83
|
-
variants: {
|
|
84
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionVariants<string>>;
|
|
85
|
-
required: boolean;
|
|
86
|
-
};
|
|
87
|
-
initial: {
|
|
88
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
89
|
-
required: boolean;
|
|
90
|
-
};
|
|
91
|
-
enter: {
|
|
92
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
93
|
-
required: boolean;
|
|
94
|
-
};
|
|
95
|
-
leave: {
|
|
96
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
97
|
-
required: boolean;
|
|
98
|
-
};
|
|
99
|
-
visible: {
|
|
100
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
101
|
-
required: boolean;
|
|
102
|
-
};
|
|
103
|
-
visibleOnce: {
|
|
104
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
105
|
-
required: boolean;
|
|
106
|
-
};
|
|
107
|
-
hovered: {
|
|
108
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
109
|
-
required: boolean;
|
|
110
|
-
};
|
|
111
|
-
tapped: {
|
|
112
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
113
|
-
required: boolean;
|
|
114
|
-
};
|
|
115
|
-
focused: {
|
|
116
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
117
|
-
required: boolean;
|
|
118
|
-
};
|
|
119
|
-
delay: {
|
|
120
|
-
type: import('vue').PropType<string | number>;
|
|
121
|
-
required: boolean;
|
|
122
|
-
};
|
|
123
|
-
duration: {
|
|
124
|
-
type: import('vue').PropType<string | number>;
|
|
125
|
-
required: boolean;
|
|
126
|
-
};
|
|
127
|
-
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
}>, {}, {}, {}, {
|
|
130
|
-
is: string | import('vue').Component;
|
|
131
|
-
}> | null;
|
|
132
|
-
}, HTMLDivElement>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
133
2
|
export default _default;
|
|
@@ -1,133 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
-
target: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
-
is: {
|
|
4
|
-
type: import('vue').PropType<string | import('vue').Component>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
preset: {
|
|
8
|
-
type: import('vue').PropType<string>;
|
|
9
|
-
required: boolean;
|
|
10
|
-
};
|
|
11
|
-
instance: {
|
|
12
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionInstance<string, import('@vueuse/motion').MotionVariants<string>>>;
|
|
13
|
-
required: boolean;
|
|
14
|
-
};
|
|
15
|
-
variants: {
|
|
16
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionVariants<string>>;
|
|
17
|
-
required: boolean;
|
|
18
|
-
};
|
|
19
|
-
initial: {
|
|
20
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
21
|
-
required: boolean;
|
|
22
|
-
};
|
|
23
|
-
enter: {
|
|
24
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
25
|
-
required: boolean;
|
|
26
|
-
};
|
|
27
|
-
leave: {
|
|
28
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
29
|
-
required: boolean;
|
|
30
|
-
};
|
|
31
|
-
visible: {
|
|
32
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
33
|
-
required: boolean;
|
|
34
|
-
};
|
|
35
|
-
visibleOnce: {
|
|
36
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
37
|
-
required: boolean;
|
|
38
|
-
};
|
|
39
|
-
hovered: {
|
|
40
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
41
|
-
required: boolean;
|
|
42
|
-
};
|
|
43
|
-
tapped: {
|
|
44
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
45
|
-
required: boolean;
|
|
46
|
-
};
|
|
47
|
-
focused: {
|
|
48
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
49
|
-
required: boolean;
|
|
50
|
-
};
|
|
51
|
-
delay: {
|
|
52
|
-
type: import('vue').PropType<string | number>;
|
|
53
|
-
required: boolean;
|
|
54
|
-
};
|
|
55
|
-
duration: {
|
|
56
|
-
type: import('vue').PropType<string | number>;
|
|
57
|
-
required: boolean;
|
|
58
|
-
};
|
|
59
|
-
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
60
|
-
[key: string]: any;
|
|
61
|
-
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
62
|
-
is: string | import('vue').Component;
|
|
63
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
64
|
-
P: {};
|
|
65
|
-
B: {};
|
|
66
|
-
D: {};
|
|
67
|
-
C: {};
|
|
68
|
-
M: {};
|
|
69
|
-
Defaults: {};
|
|
70
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
71
|
-
is: {
|
|
72
|
-
type: import('vue').PropType<string | import('vue').Component>;
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
preset: {
|
|
76
|
-
type: import('vue').PropType<string>;
|
|
77
|
-
required: boolean;
|
|
78
|
-
};
|
|
79
|
-
instance: {
|
|
80
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionInstance<string, import('@vueuse/motion').MotionVariants<string>>>;
|
|
81
|
-
required: boolean;
|
|
82
|
-
};
|
|
83
|
-
variants: {
|
|
84
|
-
type: import('vue').PropType<import('@vueuse/motion').MotionVariants<string>>;
|
|
85
|
-
required: boolean;
|
|
86
|
-
};
|
|
87
|
-
initial: {
|
|
88
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
89
|
-
required: boolean;
|
|
90
|
-
};
|
|
91
|
-
enter: {
|
|
92
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
93
|
-
required: boolean;
|
|
94
|
-
};
|
|
95
|
-
leave: {
|
|
96
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
97
|
-
required: boolean;
|
|
98
|
-
};
|
|
99
|
-
visible: {
|
|
100
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
101
|
-
required: boolean;
|
|
102
|
-
};
|
|
103
|
-
visibleOnce: {
|
|
104
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
105
|
-
required: boolean;
|
|
106
|
-
};
|
|
107
|
-
hovered: {
|
|
108
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
109
|
-
required: boolean;
|
|
110
|
-
};
|
|
111
|
-
tapped: {
|
|
112
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
113
|
-
required: boolean;
|
|
114
|
-
};
|
|
115
|
-
focused: {
|
|
116
|
-
type: import('vue').PropType<import('@vueuse/motion').Variant>;
|
|
117
|
-
required: boolean;
|
|
118
|
-
};
|
|
119
|
-
delay: {
|
|
120
|
-
type: import('vue').PropType<string | number>;
|
|
121
|
-
required: boolean;
|
|
122
|
-
};
|
|
123
|
-
duration: {
|
|
124
|
-
type: import('vue').PropType<string | number>;
|
|
125
|
-
required: boolean;
|
|
126
|
-
};
|
|
127
|
-
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
}>, {}, {}, {}, {
|
|
130
|
-
is: string | import('vue').Component;
|
|
131
|
-
}> | null;
|
|
132
|
-
}, HTMLDivElement>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
133
2
|
export default _default;
|
|
@@ -7,18 +7,22 @@ interface Props {
|
|
|
7
7
|
submit?: boolean;
|
|
8
8
|
small?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare
|
|
10
|
+
declare var __VLS_5: {}, __VLS_7: {}, __VLS_9: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
start?: (props: typeof __VLS_5) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: typeof __VLS_7) => any;
|
|
15
|
+
} & {
|
|
16
|
+
end?: (props: typeof __VLS_9) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
11
19
|
submit: boolean;
|
|
12
20
|
to: string | import('vue-router/dist/router-CWoNjPRp.mjs').kt | import('vue-router/dist/router-CWoNjPRp.mjs').Tt | null;
|
|
13
21
|
type: "primary" | "secondary" | "tertiary";
|
|
14
22
|
mode: StatusType;
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>,
|
|
16
|
-
start?(_: {}): any;
|
|
17
|
-
default?(_: {}): any;
|
|
18
|
-
end?(_: {}): any;
|
|
19
|
-
}>;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
20
24
|
export default _default;
|
|
21
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
26
|
new (): {
|
|
23
27
|
$slots: S;
|
|
24
28
|
};
|
|
@@ -9,16 +9,16 @@ interface Props {
|
|
|
9
9
|
tooltipDirection?: TooltipDirection;
|
|
10
10
|
small?: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare const _default:
|
|
12
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
13
13
|
small: boolean;
|
|
14
14
|
to: string | import('vue-router/dist/router-CWoNjPRp.mjs').kt | import('vue-router/dist/router-CWoNjPRp.mjs').Tt | null;
|
|
15
15
|
mode: StatusType.Danger | StatusType.Information;
|
|
16
16
|
tooltipText: string;
|
|
17
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
18
|
-
default
|
|
18
|
+
default?: ((props: {}) => any) | undefined;
|
|
19
19
|
}>;
|
|
20
20
|
export default _default;
|
|
21
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
22
|
new (): {
|
|
23
23
|
$slots: S;
|
|
24
24
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SwitchIconButtonOption } from '../../models/switch-icon-button.model';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
options: SwitchIconButtonOption[];
|
|
4
|
+
modelValue: string;
|
|
5
|
+
small?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
outlined?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (value: string) => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
small: boolean;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
outlined: boolean;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
export default _default;
|
|
@@ -3,7 +3,7 @@ interface Props {
|
|
|
3
3
|
disabled?: boolean;
|
|
4
4
|
small?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
7
|
click: (event: MouseEvent) => any;
|
|
8
8
|
"update:modelValue": (value: boolean) => any;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
@@ -13,11 +13,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
|
13
13
|
small: boolean;
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
modelValue: boolean;
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
-
default
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
17
|
+
default?: ((props: {}) => any) | undefined;
|
|
18
18
|
}>;
|
|
19
19
|
export default _default;
|
|
20
|
-
type
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
21
|
new (): {
|
|
22
22
|
$slots: S;
|
|
23
23
|
};
|
|
@@ -8,20 +8,24 @@ interface Props {
|
|
|
8
8
|
icon?: boolean;
|
|
9
9
|
small?: boolean;
|
|
10
10
|
}
|
|
11
|
-
declare
|
|
11
|
+
declare var __VLS_5: {}, __VLS_7: {}, __VLS_9: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
start?: (props: typeof __VLS_5) => any;
|
|
14
|
+
} & {
|
|
15
|
+
default?: (props: typeof __VLS_7) => any;
|
|
16
|
+
} & {
|
|
17
|
+
end?: (props: typeof __VLS_9) => any;
|
|
18
|
+
};
|
|
19
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
20
|
small: boolean;
|
|
13
21
|
to: string | import('vue-router/dist/router-CWoNjPRp.mjs').kt | import('vue-router/dist/router-CWoNjPRp.mjs').Tt | null;
|
|
14
22
|
type: "submit" | "button";
|
|
15
23
|
color: StatusType;
|
|
16
24
|
mode: "fill" | "outline" | "ghost";
|
|
17
25
|
icon: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>,
|
|
19
|
-
start?(_: {}): any;
|
|
20
|
-
default?(_: {}): any;
|
|
21
|
-
end?(_: {}): any;
|
|
22
|
-
}>;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
23
27
|
export default _default;
|
|
24
|
-
type
|
|
28
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
29
|
new (): {
|
|
26
30
|
$slots: S;
|
|
27
31
|
};
|
|
@@ -9,12 +9,15 @@ interface Props {
|
|
|
9
9
|
small: boolean;
|
|
10
10
|
icon: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare
|
|
13
|
-
|
|
14
|
-
default
|
|
15
|
-
}
|
|
12
|
+
declare var __VLS_1: {}, __VLS_7: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
default?: (props: typeof __VLS_1) => any;
|
|
15
|
+
} & {
|
|
16
|
+
default?: (props: typeof __VLS_7) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
16
19
|
export default _default;
|
|
17
|
-
type
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
21
|
new (): {
|
|
19
22
|
$slots: S;
|
|
20
23
|
};
|
|
@@ -5,7 +5,15 @@ type __VLS_Props = {
|
|
|
5
5
|
type?: StatusType;
|
|
6
6
|
small?: boolean;
|
|
7
7
|
};
|
|
8
|
-
declare
|
|
8
|
+
declare var __VLS_5: {}, __VLS_7: {}, __VLS_20: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
message?: (props: typeof __VLS_5) => any;
|
|
11
|
+
} & {
|
|
12
|
+
action?: (props: typeof __VLS_7) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: typeof __VLS_20) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
17
|
dismiss: () => any;
|
|
10
18
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
19
|
onDismiss?: (() => any) | undefined;
|
|
@@ -13,13 +21,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
13
21
|
small: boolean;
|
|
14
22
|
type: StatusType;
|
|
15
23
|
dismissable: boolean;
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
-
message?(_: {}): any;
|
|
18
|
-
action?(_: {}): any;
|
|
19
|
-
default?(_: {}): any;
|
|
20
|
-
}>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
21
25
|
export default _default;
|
|
22
|
-
type
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
27
|
new (): {
|
|
24
28
|
$slots: S;
|
|
25
29
|
};
|
|
@@ -3,15 +3,18 @@ type __VLS_Props = {
|
|
|
3
3
|
pending: number;
|
|
4
4
|
color?: StatusType;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
6
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
|
+
} & {
|
|
10
|
+
default?: (props: typeof __VLS_3) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
13
|
color: StatusType;
|
|
8
14
|
pending: number;
|
|
9
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>,
|
|
10
|
-
default?(_: {}): any;
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
}>;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
13
16
|
export default _default;
|
|
14
|
-
type
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
|
16
19
|
$slots: S;
|
|
17
20
|
};
|
|
@@ -2,5 +2,5 @@ import { Caption } from '../../models';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
caption: string | Caption;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -2,5 +2,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
2
2
|
progress?: any;
|
|
3
3
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
4
4
|
progress?: any;
|
|
5
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
5
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -2,22 +2,20 @@ interface Props {
|
|
|
2
2
|
opacityWhenVisible?: number;
|
|
3
3
|
}
|
|
4
4
|
type __VLS_Props = Props;
|
|
5
|
-
type __VLS_PublicProps = {
|
|
5
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
6
6
|
modelValue?: boolean;
|
|
7
|
-
}
|
|
8
|
-
declare const _default:
|
|
7
|
+
};
|
|
8
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
9
|
"update:modelValue": (value: boolean) => any;
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
11
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
opacityWhenVisible: number;
|
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
-
|
|
16
|
-
}, HTMLDivElement>, {
|
|
17
|
-
default?(_: {}): any;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
15
|
+
default?: ((props: {}) => any) | undefined;
|
|
18
16
|
}>;
|
|
19
17
|
export default _default;
|
|
20
|
-
type
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
19
|
new (): {
|
|
22
20
|
$slots: S;
|
|
23
21
|
};
|