@bagelink/vue 0.0.817 → 0.0.821
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/AddressSaerch.vue.d.ts +7 -0
- package/dist/components/AddressSaerch.vue.d.ts.map +1 -0
- package/dist/components/Carousel.vue.d.ts.map +1 -1
- package/dist/components/ComboBox.vue.d.ts +3 -3
- package/dist/components/Comments.vue.d.ts +2 -2
- package/dist/components/ContactSubmissions.vue.d.ts +2 -2
- package/dist/components/DropDown.vue.d.ts +184 -15
- package/dist/components/DropDown.vue.d.ts.map +1 -1
- package/dist/components/FormSchema.vue.d.ts +4 -5
- package/dist/components/LangText.vue.d.ts +2 -2
- package/dist/components/ModalBglForm.vue.d.ts +20 -21
- package/dist/components/PersonPreview.vue.d.ts +4 -5
- package/dist/components/PersonPreviewFormkit.vue.d.ts +3 -4
- package/dist/components/Pill.vue.d.ts +12 -14
- package/dist/components/Pill.vue.d.ts.map +1 -1
- package/dist/components/Popover.vue.d.ts +10 -0
- package/dist/components/Popover.vue.d.ts.map +1 -0
- package/dist/components/RTXEditor.vue.d.ts +3 -3
- package/dist/components/TabbedLayout.vue.d.ts +4 -5
- package/dist/components/TableSchema.vue.d.ts +7 -1
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/charts/BarChart.vue.d.ts +2 -2
- package/dist/components/form/BglField.vue.d.ts +3 -1
- package/dist/components/form/BglField.vue.d.ts.map +1 -1
- package/dist/components/form/BglMultiStepForm.vue.d.ts +18 -2
- package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
- package/dist/components/form/ItemRef.vue.d.ts +3 -5
- package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
- package/dist/components/form/MaterialIcon.vue.d.ts +3 -4
- package/dist/components/form/PlainInputField.vue.d.ts +3 -3
- package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/Password.vue.d.ts +3 -3
- package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +3 -1
- package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
- package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
- package/dist/components/form/inputs/SelectField.vue.d.ts +8 -6
- package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +47 -2
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
- package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
- package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
- package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
- package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
- package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
- package/dist/components/formkit/Toggle.vue.d.ts +2 -2
- package/dist/components/sortable/Animation.d.ts +43 -0
- package/dist/components/sortable/Animation.d.ts.map +1 -0
- package/dist/components/sortable/BrowserInfo.d.ts +7 -0
- package/dist/components/sortable/BrowserInfo.d.ts.map +1 -0
- package/dist/components/sortable/EventDispatcher.d.ts +13 -0
- package/dist/components/sortable/EventDispatcher.d.ts.map +1 -0
- package/dist/components/sortable/PluginManager.d.ts +27 -0
- package/dist/components/sortable/PluginManager.d.ts.map +1 -0
- package/dist/components/sortable/Sortable.d.ts +81 -0
- package/dist/components/sortable/Sortable.d.ts.map +1 -0
- package/dist/components/sortable/index.d.ts +5 -0
- package/dist/components/sortable/index.d.ts.map +1 -0
- package/dist/components/sortable/utils.d.ts +49 -0
- package/dist/components/sortable/utils.d.ts.map +1 -0
- package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +3 -4
- package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
- package/dist/composables/drag-n-drop/useDraggable.d.ts +2 -0
- package/dist/composables/drag-n-drop/useDraggable.d.ts.map +1 -0
- package/dist/index.cjs +471 -294
- package/dist/index.mjs +471 -294
- package/dist/plugins/drag-n-drop/draggable.d.ts +4 -0
- package/dist/plugins/drag-n-drop/draggable.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/droppable.d.ts +4 -0
- package/dist/plugins/drag-n-drop/droppable.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/index.d.ts +5 -0
- package/dist/plugins/drag-n-drop/index.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/useDraggable.d.ts +8 -0
- package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/useDroppable.d.ts +7 -0
- package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +1 -0
- package/dist/style.css +79 -89
- package/dist/types/materialIcon.d.ts +2 -0
- package/dist/types/materialIcon.d.ts.map +1 -0
- package/dist/utils/BagelFormUtils.d.ts +30 -2
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/objects.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/Carousel.vue +80 -55
- package/src/components/Pill.vue +28 -34
- package/src/components/form/inputs/FileUpload.vue +30 -2
- package/src/utils/index.ts +55 -31
- package/dist/components/Accordion.d.ts +0 -12
- package/dist/components/Accordion.d.ts.map +0 -1
- package/dist/components/AccordionItem.d.ts +0 -34
- package/dist/components/AccordionItem.d.ts.map +0 -1
- package/dist/components/Alert.d.ts +0 -34
- package/dist/components/Alert.d.ts.map +0 -1
- package/dist/components/Avatar.d.ts +0 -36
- package/dist/components/Avatar.d.ts.map +0 -1
- package/dist/components/Badge.d.ts +0 -22
- package/dist/components/Badge.d.ts.map +0 -1
- package/dist/components/BglVideo.d.ts +0 -20
- package/dist/components/BglVideo.d.ts.map +0 -1
- package/dist/components/Btn.d.ts +0 -99
- package/dist/components/Btn.d.ts.map +0 -1
- package/dist/components/Card.d.ts +0 -39
- package/dist/components/Card.d.ts.map +0 -1
- package/dist/components/Carousel.d.ts +0 -74
- package/dist/components/Carousel.d.ts.map +0 -1
- package/dist/components/DataPreview.d.ts +0 -42
- package/dist/components/DataPreview.d.ts.map +0 -1
- package/dist/components/Drop.vue.d.ts +0 -34
- package/dist/components/Drop.vue.d.ts.map +0 -1
- package/dist/components/FileUploader.vue.d.ts +0 -60
- package/dist/components/FileUploader.vue.d.ts.map +0 -1
- package/dist/components/Flag.d.ts +0 -20
- package/dist/components/Flag.d.ts.map +0 -1
- package/dist/components/ListItem.d.ts +0 -34
- package/dist/components/ListItem.d.ts.map +0 -1
- package/dist/components/ListView.d.ts +0 -13
- package/dist/components/ListView.d.ts.map +0 -1
- package/dist/components/MapEmbed.d.ts +0 -3
- package/dist/components/MapEmbed.d.ts.map +0 -1
- package/dist/components/MaterialIcon.d.ts +0 -26
- package/dist/components/MaterialIcon.d.ts.map +0 -1
- package/dist/components/Modal.d.ts +0 -46
- package/dist/components/Modal.d.ts.map +0 -1
- package/dist/components/ModalConfirm.d.ts +0 -24
- package/dist/components/ModalConfirm.d.ts.map +0 -1
- package/dist/components/ModalForm.d.ts +0 -78
- package/dist/components/ModalForm.d.ts.map +0 -1
- package/dist/components/NavBar.d.ts +0 -64
- package/dist/components/NavBar.d.ts.map +0 -1
- package/dist/components/PageTitle.d.ts +0 -24
- package/dist/components/PageTitle.d.ts.map +0 -1
- package/dist/components/RouterWrapper.d.ts +0 -3
- package/dist/components/RouterWrapper.d.ts.map +0 -1
- package/dist/components/TableSchema.d.ts +0 -35
- package/dist/components/TableSchema.d.ts.map +0 -1
- package/dist/components/Title.d.ts +0 -42
- package/dist/components/Title.d.ts.map +0 -1
- package/dist/components/TopBar.d.ts +0 -12
- package/dist/components/TopBar.d.ts.map +0 -1
- package/dist/components/dashboard/Lineart.d.ts +0 -20
- package/dist/components/dashboard/Lineart.d.ts.map +0 -1
- package/dist/components/form/BglField.d.ts +0 -25
- package/dist/components/form/BglField.d.ts.map +0 -1
- package/dist/components/form/BglForm.d.ts +0 -75
- package/dist/components/form/BglForm.d.ts.map +0 -1
- package/dist/components/form/inputs/CheckInput.d.ts +0 -56
- package/dist/components/form/inputs/CheckInput.d.ts.map +0 -1
- package/dist/components/form/inputs/Checkbox.d.ts +0 -16
- package/dist/components/form/inputs/Checkbox.d.ts.map +0 -1
- package/dist/components/form/inputs/ColorPicker.d.ts +0 -48
- package/dist/components/form/inputs/ColorPicker.d.ts.map +0 -1
- package/dist/components/form/inputs/DateInput.d.ts +0 -64
- package/dist/components/form/inputs/DateInput.d.ts.map +0 -1
- package/dist/components/form/inputs/DatePicker.d.ts +0 -33
- package/dist/components/form/inputs/DatePicker.d.ts.map +0 -1
- package/dist/components/form/inputs/FileUpload.d.ts +0 -108
- package/dist/components/form/inputs/FileUpload.d.ts.map +0 -1
- package/dist/components/form/inputs/JSONInput.d.ts +0 -53
- package/dist/components/form/inputs/JSONInput.d.ts.map +0 -1
- package/dist/components/form/inputs/RadioGroup.d.ts +0 -42
- package/dist/components/form/inputs/RadioGroup.d.ts.map +0 -1
- package/dist/components/form/inputs/RadioPillsInput.d.ts +0 -48
- package/dist/components/form/inputs/RadioPillsInput.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText.d.ts +0 -20
- package/dist/components/form/inputs/RichText.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts +0 -22
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/index.d.ts +0 -24
- package/dist/components/form/inputs/RichText2/index.d.ts.map +0 -1
- package/dist/components/form/inputs/SelectInput.d.ts +0 -55
- package/dist/components/form/inputs/SelectInput.d.ts.map +0 -1
- package/dist/components/form/inputs/SignaturePad.d.ts +0 -72
- package/dist/components/form/inputs/SignaturePad.d.ts.map +0 -1
- package/dist/components/form/inputs/TableField.d.ts +0 -45
- package/dist/components/form/inputs/TableField.d.ts.map +0 -1
- package/dist/components/form/inputs/TelInput.d.ts +0 -241
- package/dist/components/form/inputs/TelInput.d.ts.map +0 -1
- package/dist/components/form/inputs/TextInput.d.ts +0 -90
- package/dist/components/form/inputs/TextInput.d.ts.map +0 -1
- package/dist/components/form/inputs/ToggleInput.d.ts +0 -58
- package/dist/components/form/inputs/ToggleInput.d.ts.map +0 -1
- package/dist/components/layout/BottomMenu.d.ts +0 -27
- package/dist/components/layout/BottomMenu.d.ts.map +0 -1
- package/dist/components/layout/Layout.d.ts +0 -58
- package/dist/components/layout/Layout.d.ts.map +0 -1
- package/dist/components/layout/SidebarMenu.d.ts +0 -38
- package/dist/components/layout/SidebarMenu.d.ts.map +0 -1
- package/dist/components/layout/TabbedLayout.d.ts +0 -42
- package/dist/components/layout/TabbedLayout.d.ts.map +0 -1
- package/dist/components/layout/Tabs.d.ts +0 -31
- package/dist/components/layout/Tabs.d.ts.map +0 -1
- package/dist/components/layout/TabsBody.d.ts +0 -23
- package/dist/components/layout/TabsBody.d.ts.map +0 -1
- package/dist/components/layout/TabsNav.d.ts +0 -35
- package/dist/components/layout/TabsNav.d.ts.map +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
addressSelected: (...args: any[]) => void;
|
|
3
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
4
|
+
onAddressSelected?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
}, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=AddressSaerch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddressSaerch.vue.d.ts","sourceRoot":"","sources":["../../src/components/AddressSaerch.vue"],"names":[],"mappings":";;;;;AAwIA,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Carousel.vue.d.ts","sourceRoot":"","sources":["../../src/components/Carousel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Carousel.vue.d.ts","sourceRoot":"","sources":["../../src/components/Carousel.vue"],"names":[],"mappings":"AAscA,iBAAS,IAAI,SAMZ;AAED,iBAAS,IAAI,SAKZ;AAgDD,iBAAS,cAAc;;yBA8EM,GAAG;;;;YACN,GAAG;;;;YACH,GAAG;;;;;WAUf,OAAO,IAA6B;EAEjD;AAwCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EA4BnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,7 +2,7 @@ type Option = string | number | Record<string, any> | {
|
|
|
2
2
|
label: string;
|
|
3
3
|
value: string | number;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
6
6
|
options: Option[];
|
|
7
7
|
placeholder?: string | undefined;
|
|
8
8
|
disabled?: boolean | undefined;
|
|
@@ -11,9 +11,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
11
11
|
required?: boolean | undefined;
|
|
12
12
|
label?: string | undefined;
|
|
13
13
|
fullWidth?: boolean | undefined;
|
|
14
|
-
}>, {}, unknown, {}, {}, import(
|
|
14
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
15
|
"update:modelValue": (...args: any[]) => void;
|
|
16
|
-
}, string, import(
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
17
17
|
options: Option[];
|
|
18
18
|
placeholder?: string | undefined;
|
|
19
19
|
disabled?: boolean | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
ref_table: string;
|
|
3
3
|
ref_id: string;
|
|
4
4
|
sendBtnLabel: string;
|
|
5
|
-
}>, {}, unknown, {}, {}, import(
|
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
6
|
ref_table: string;
|
|
7
7
|
ref_id: string;
|
|
8
8
|
sendBtnLabel: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
person_id: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}, {}, unknown, {}, {}, import(
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
person_id: {
|
|
8
8
|
type: StringConstructor;
|
|
9
9
|
required: true;
|
|
@@ -37,7 +37,7 @@ declare function __VLS_template(): {
|
|
|
37
37
|
default: any;
|
|
38
38
|
};
|
|
39
39
|
placement: {
|
|
40
|
-
type: import('vue').PropType<import('
|
|
40
|
+
type: import('vue').PropType<import('floating-vue').Placement>;
|
|
41
41
|
default: any;
|
|
42
42
|
};
|
|
43
43
|
delay: {
|
|
@@ -56,27 +56,27 @@ declare function __VLS_template(): {
|
|
|
56
56
|
default: any;
|
|
57
57
|
};
|
|
58
58
|
triggers: {
|
|
59
|
-
type: import('vue').PropType<import('
|
|
59
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[]>;
|
|
60
60
|
default: any;
|
|
61
61
|
};
|
|
62
62
|
showTriggers: {
|
|
63
|
-
type: import('vue').PropType<import('
|
|
63
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
64
64
|
default: any;
|
|
65
65
|
};
|
|
66
66
|
hideTriggers: {
|
|
67
|
-
type: import('vue').PropType<import('
|
|
67
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
68
68
|
default: any;
|
|
69
69
|
};
|
|
70
70
|
popperTriggers: {
|
|
71
|
-
type: import('vue').PropType<import('
|
|
71
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[]>;
|
|
72
72
|
default: any;
|
|
73
73
|
};
|
|
74
74
|
popperShowTriggers: {
|
|
75
|
-
type: import('vue').PropType<import('
|
|
75
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
76
76
|
default: any;
|
|
77
77
|
};
|
|
78
78
|
popperHideTriggers: {
|
|
79
|
-
type: import('vue').PropType<import('
|
|
79
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
80
80
|
default: any;
|
|
81
81
|
};
|
|
82
82
|
container: {
|
|
@@ -202,7 +202,176 @@ declare function __VLS_template(): {
|
|
|
202
202
|
'close-directive': () => true;
|
|
203
203
|
'auto-hide': () => true;
|
|
204
204
|
resize: () => true;
|
|
205
|
-
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps
|
|
205
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
206
|
+
theme: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
default: any;
|
|
209
|
+
};
|
|
210
|
+
referenceNode: {
|
|
211
|
+
type: import('vue').PropType<() => Element>;
|
|
212
|
+
default: any;
|
|
213
|
+
};
|
|
214
|
+
shown: {
|
|
215
|
+
type: BooleanConstructor;
|
|
216
|
+
default: boolean;
|
|
217
|
+
};
|
|
218
|
+
showGroup: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
default: any;
|
|
221
|
+
};
|
|
222
|
+
ariaId: {
|
|
223
|
+
default: any;
|
|
224
|
+
};
|
|
225
|
+
disabled: {
|
|
226
|
+
type: BooleanConstructor;
|
|
227
|
+
default: any;
|
|
228
|
+
};
|
|
229
|
+
positioningDisabled: {
|
|
230
|
+
type: BooleanConstructor;
|
|
231
|
+
default: any;
|
|
232
|
+
};
|
|
233
|
+
placement: {
|
|
234
|
+
type: import('vue').PropType<import('floating-vue').Placement>;
|
|
235
|
+
default: any;
|
|
236
|
+
};
|
|
237
|
+
delay: {
|
|
238
|
+
type: import('vue').PropType<string | number | {
|
|
239
|
+
show: number;
|
|
240
|
+
hide: number;
|
|
241
|
+
}>;
|
|
242
|
+
default: any;
|
|
243
|
+
};
|
|
244
|
+
distance: {
|
|
245
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
246
|
+
default: any;
|
|
247
|
+
};
|
|
248
|
+
skidding: {
|
|
249
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
250
|
+
default: any;
|
|
251
|
+
};
|
|
252
|
+
triggers: {
|
|
253
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[]>;
|
|
254
|
+
default: any;
|
|
255
|
+
};
|
|
256
|
+
showTriggers: {
|
|
257
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
258
|
+
default: any;
|
|
259
|
+
};
|
|
260
|
+
hideTriggers: {
|
|
261
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
262
|
+
default: any;
|
|
263
|
+
};
|
|
264
|
+
popperTriggers: {
|
|
265
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[]>;
|
|
266
|
+
default: any;
|
|
267
|
+
};
|
|
268
|
+
popperShowTriggers: {
|
|
269
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
270
|
+
default: any;
|
|
271
|
+
};
|
|
272
|
+
popperHideTriggers: {
|
|
273
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
274
|
+
default: any;
|
|
275
|
+
};
|
|
276
|
+
container: {
|
|
277
|
+
type: any[];
|
|
278
|
+
default: any;
|
|
279
|
+
};
|
|
280
|
+
boundary: {
|
|
281
|
+
type: any[];
|
|
282
|
+
default: any;
|
|
283
|
+
};
|
|
284
|
+
strategy: {
|
|
285
|
+
type: import('vue').PropType<"absolute" | "fixed">;
|
|
286
|
+
default: any;
|
|
287
|
+
};
|
|
288
|
+
autoHide: {
|
|
289
|
+
type: import('vue').PropType<boolean | ((event: Event) => boolean)>;
|
|
290
|
+
default: any;
|
|
291
|
+
};
|
|
292
|
+
handleResize: {
|
|
293
|
+
type: BooleanConstructor;
|
|
294
|
+
default: any;
|
|
295
|
+
};
|
|
296
|
+
instantMove: {
|
|
297
|
+
type: BooleanConstructor;
|
|
298
|
+
default: any;
|
|
299
|
+
};
|
|
300
|
+
eagerMount: {
|
|
301
|
+
type: BooleanConstructor;
|
|
302
|
+
default: any;
|
|
303
|
+
};
|
|
304
|
+
popperClass: {
|
|
305
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
306
|
+
default: any;
|
|
307
|
+
};
|
|
308
|
+
computeTransformOrigin: {
|
|
309
|
+
type: BooleanConstructor;
|
|
310
|
+
default: any;
|
|
311
|
+
};
|
|
312
|
+
autoMinSize: {
|
|
313
|
+
type: BooleanConstructor;
|
|
314
|
+
default: any;
|
|
315
|
+
};
|
|
316
|
+
autoSize: {
|
|
317
|
+
type: import('vue').PropType<boolean | "min" | "max">;
|
|
318
|
+
default: any;
|
|
319
|
+
};
|
|
320
|
+
autoMaxSize: {
|
|
321
|
+
type: BooleanConstructor;
|
|
322
|
+
default: any;
|
|
323
|
+
};
|
|
324
|
+
autoBoundaryMaxSize: {
|
|
325
|
+
type: BooleanConstructor;
|
|
326
|
+
default: any;
|
|
327
|
+
};
|
|
328
|
+
preventOverflow: {
|
|
329
|
+
type: BooleanConstructor;
|
|
330
|
+
default: any;
|
|
331
|
+
};
|
|
332
|
+
overflowPadding: {
|
|
333
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
334
|
+
default: any;
|
|
335
|
+
};
|
|
336
|
+
arrowPadding: {
|
|
337
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
338
|
+
default: any;
|
|
339
|
+
};
|
|
340
|
+
arrowOverflow: {
|
|
341
|
+
type: BooleanConstructor;
|
|
342
|
+
default: any;
|
|
343
|
+
};
|
|
344
|
+
flip: {
|
|
345
|
+
type: BooleanConstructor;
|
|
346
|
+
default: any;
|
|
347
|
+
};
|
|
348
|
+
shift: {
|
|
349
|
+
type: BooleanConstructor;
|
|
350
|
+
default: any;
|
|
351
|
+
};
|
|
352
|
+
shiftCrossAxis: {
|
|
353
|
+
type: BooleanConstructor;
|
|
354
|
+
default: any;
|
|
355
|
+
};
|
|
356
|
+
noAutoFocus: {
|
|
357
|
+
type: BooleanConstructor;
|
|
358
|
+
default: any;
|
|
359
|
+
};
|
|
360
|
+
disposeTimeout: {
|
|
361
|
+
type: NumberConstructor;
|
|
362
|
+
default: any;
|
|
363
|
+
};
|
|
364
|
+
}>> & {
|
|
365
|
+
onResize?: () => any;
|
|
366
|
+
onShow?: () => any;
|
|
367
|
+
onHide?: () => any;
|
|
368
|
+
"onUpdate:shown"?: (shown: boolean) => any;
|
|
369
|
+
"onApply-show"?: () => any;
|
|
370
|
+
"onApply-hide"?: () => any;
|
|
371
|
+
"onClose-group"?: () => any;
|
|
372
|
+
"onClose-directive"?: () => any;
|
|
373
|
+
"onAuto-hide"?: () => any;
|
|
374
|
+
}, {
|
|
206
375
|
placement: import('floating-vue').Placement;
|
|
207
376
|
strategy: "absolute" | "fixed";
|
|
208
377
|
disabled: boolean;
|
|
@@ -302,7 +471,7 @@ declare function __VLS_template(): {
|
|
|
302
471
|
default: any;
|
|
303
472
|
};
|
|
304
473
|
placement: {
|
|
305
|
-
type: import('vue').PropType<import('
|
|
474
|
+
type: import('vue').PropType<import('floating-vue').Placement>;
|
|
306
475
|
default: any;
|
|
307
476
|
};
|
|
308
477
|
delay: {
|
|
@@ -321,27 +490,27 @@ declare function __VLS_template(): {
|
|
|
321
490
|
default: any;
|
|
322
491
|
};
|
|
323
492
|
triggers: {
|
|
324
|
-
type: import('vue').PropType<import('
|
|
493
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[]>;
|
|
325
494
|
default: any;
|
|
326
495
|
};
|
|
327
496
|
showTriggers: {
|
|
328
|
-
type: import('vue').PropType<import('
|
|
497
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
329
498
|
default: any;
|
|
330
499
|
};
|
|
331
500
|
hideTriggers: {
|
|
332
|
-
type: import('vue').PropType<import('
|
|
501
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
333
502
|
default: any;
|
|
334
503
|
};
|
|
335
504
|
popperTriggers: {
|
|
336
|
-
type: import('vue').PropType<import('
|
|
505
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[]>;
|
|
337
506
|
default: any;
|
|
338
507
|
};
|
|
339
508
|
popperShowTriggers: {
|
|
340
|
-
type: import('vue').PropType<import('
|
|
509
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
341
510
|
default: any;
|
|
342
511
|
};
|
|
343
512
|
popperHideTriggers: {
|
|
344
|
-
type: import('vue').PropType<import('
|
|
513
|
+
type: import('vue').PropType<import('floating-vue').TriggerEvent[] | ((triggers: import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[]) => import('node_modules/floating-vue/dist/components/PopperWrapper.vue').TriggerEvent[])>;
|
|
345
514
|
default: any;
|
|
346
515
|
};
|
|
347
516
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../src/components/Dropdown.vue"],"names":[],"mappings":"AA0EA,OAAO,EAAO,KAAK,aAAa,EAAE,MAAM,eAAe,CAAA;AAGvD,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAA;AAC/D,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,KAAK,CAAA;AACvC,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,GAAG,IAAI,IAAI,SAAS,EAAE,CAAA;AAgE9D,iBAAS,cAAc;;yBA6EO,GAAG;yBACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAtBX,GACrB;qBAC4B,GAAG;wBACA,GAAG;yBAGnC,GAAE
|
|
1
|
+
{"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../src/components/Dropdown.vue"],"names":[],"mappings":"AA0EA,OAAO,EAAO,KAAK,aAAa,EAAE,MAAM,eAAe,CAAA;AAGvD,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAA;AAC/D,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,KAAK,CAAA;AACvC,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,GAAG,IAAI,IAAI,SAAS,EAAE,CAAA;AAgE9D,iBAAS,cAAc;;yBA6EO,GAAG;yBACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAtBX,GACrB;qBAC4B,GAAG;wBACA,GAAG;yBAGnC,GAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BY,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAnKZ,MAAM;WACP,OAAO;WACP,OAAO;eACH,OAAO;WACX,aAAa;mBACL,MAAM;aAEZ,OAAO;cACN,OAAO;YACT,OAAO;gBACH,gBAAgB;kBACd,OAAO;;;;;;;;YAXb,MAAM;WACP,OAAO;WACP,OAAO;eACH,OAAO;WACX,aAAa;mBACL,MAAM;aAEZ,OAAO;cACN,OAAO;YACT,OAAO;gBACH,gBAAgB;kBACd,OAAO;;;;kFAgKpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { FormKitSchemaDefinition } from '@formkit/core';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
import { type FormKitSchemaDefinition } from '@formkit/core';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
3
|
modelValue?: any;
|
|
5
4
|
schema: FormKitSchemaDefinition;
|
|
6
5
|
onDelete?: ((id: string) => void) | undefined;
|
|
7
|
-
}>, {}, unknown, {}, {}, import(
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
7
|
submit: (...args: any[]) => void;
|
|
9
8
|
"update:modelValue": (...args: any[]) => void;
|
|
10
|
-
}, string, import(
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
10
|
modelValue?: any;
|
|
12
11
|
schema: FormKitSchemaDefinition;
|
|
13
12
|
onDelete?: ((id: string) => void) | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
input: any;
|
|
3
|
-
}>, {}, unknown, {}, {}, import(
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
input: any;
|
|
5
5
|
}>>>, {}, {}>;
|
|
6
6
|
export default _default;
|
|
@@ -1,54 +1,53 @@
|
|
|
1
|
-
import { BtnOptions, BglFormSchemaT } from '..';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
modelValue: import('vue').PropType<Record<string, any>>;
|
|
1
|
+
import { BtnOptions, type BglFormSchemaT } from '..';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
modelValue: import("vue").PropType<Record<string, any>>;
|
|
5
4
|
side: {
|
|
6
|
-
type: import(
|
|
5
|
+
type: import("vue").PropType<boolean>;
|
|
7
6
|
};
|
|
8
7
|
title: {
|
|
9
|
-
type: import(
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
10
9
|
};
|
|
11
10
|
dismissable: {
|
|
12
|
-
type: import(
|
|
11
|
+
type: import("vue").PropType<boolean>;
|
|
13
12
|
};
|
|
14
13
|
actions: {
|
|
15
|
-
type: import(
|
|
14
|
+
type: import("vue").PropType<BtnOptions[]>;
|
|
16
15
|
};
|
|
17
16
|
schema: {
|
|
18
|
-
type: import(
|
|
17
|
+
type: import("vue").PropType<BglFormSchemaT | (() => BglFormSchemaT)>;
|
|
19
18
|
required: true;
|
|
20
19
|
};
|
|
21
20
|
onSubmit: {
|
|
22
|
-
type: import(
|
|
21
|
+
type: import("vue").PropType<(formData: any) => Promise<void>>;
|
|
23
22
|
};
|
|
24
23
|
onDelete: {
|
|
25
|
-
type: import(
|
|
24
|
+
type: import("vue").PropType<(id: string) => void>;
|
|
26
25
|
};
|
|
27
|
-
}, {}, unknown, {}, {}, import(
|
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
27
|
"update:isModalVisible": (...args: any[]) => void;
|
|
29
|
-
}, string, import(
|
|
30
|
-
modelValue: import(
|
|
28
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
modelValue: import("vue").PropType<Record<string, any>>;
|
|
31
30
|
side: {
|
|
32
|
-
type: import(
|
|
31
|
+
type: import("vue").PropType<boolean>;
|
|
33
32
|
};
|
|
34
33
|
title: {
|
|
35
|
-
type: import(
|
|
34
|
+
type: import("vue").PropType<string>;
|
|
36
35
|
};
|
|
37
36
|
dismissable: {
|
|
38
|
-
type: import(
|
|
37
|
+
type: import("vue").PropType<boolean>;
|
|
39
38
|
};
|
|
40
39
|
actions: {
|
|
41
|
-
type: import(
|
|
40
|
+
type: import("vue").PropType<BtnOptions[]>;
|
|
42
41
|
};
|
|
43
42
|
schema: {
|
|
44
|
-
type: import(
|
|
43
|
+
type: import("vue").PropType<BglFormSchemaT | (() => BglFormSchemaT)>;
|
|
45
44
|
required: true;
|
|
46
45
|
};
|
|
47
46
|
onSubmit: {
|
|
48
|
-
type: import(
|
|
47
|
+
type: import("vue").PropType<(formData: any) => Promise<void>>;
|
|
49
48
|
};
|
|
50
49
|
onDelete: {
|
|
51
|
-
type: import(
|
|
50
|
+
type: import("vue").PropType<(id: string) => void>;
|
|
52
51
|
};
|
|
53
52
|
}>> & {
|
|
54
53
|
"onUpdate:isModalVisible"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { FormKitSchemaDefinition } from '@formkit/core';
|
|
2
|
-
import { Person } from '..';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
import type { FormKitSchemaDefinition } from '@formkit/core';
|
|
2
|
+
import type { Person } from '..';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
5
4
|
person: Person;
|
|
6
5
|
onClick?: ((event: MouseEvent) => void) | undefined;
|
|
7
6
|
personSchema: () => FormKitSchemaDefinition;
|
|
8
|
-
}>, {}, unknown, {}, {}, import(
|
|
7
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
8
|
person: Person;
|
|
10
9
|
onClick?: ((event: MouseEvent) => void) | undefined;
|
|
11
10
|
personSchema: () => FormKitSchemaDefinition;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { FormKitSchemaDefinition } from
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
import type { FormKitSchemaDefinition } from "@formkit/core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
3
|
context: Record<string, any>;
|
|
5
4
|
onClick?: ((event: MouseEvent) => void) | undefined;
|
|
6
5
|
personSchema: () => FormKitSchemaDefinition;
|
|
7
|
-
}>, {}, unknown, {}, {}, import(
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
7
|
context: Record<string, any>;
|
|
9
8
|
onClick?: ((event: MouseEvent) => void) | undefined;
|
|
10
9
|
personSchema: () => FormKitSchemaDefinition;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { MaterialIcons, ThemeType } from '..';
|
|
2
|
+
interface BtnProp {
|
|
3
|
+
icon: MaterialIcons;
|
|
4
|
+
onClick: () => void;
|
|
5
|
+
value: string;
|
|
6
|
+
}
|
|
2
7
|
declare function __VLS_template(): {
|
|
3
8
|
slots: {
|
|
4
9
|
default?(_: {}): any;
|
|
@@ -10,7 +15,7 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
10
15
|
declare const __VLS_component: import('vue').DefineComponent<{
|
|
11
16
|
disabled?: boolean;
|
|
12
17
|
icon?: MaterialIcons;
|
|
13
|
-
iconEnd
|
|
18
|
+
iconEnd: MaterialIcons;
|
|
14
19
|
color?: ThemeType;
|
|
15
20
|
theme?: ThemeType;
|
|
16
21
|
flat?: boolean;
|
|
@@ -19,12 +24,12 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
19
24
|
loading?: boolean;
|
|
20
25
|
value?: string;
|
|
21
26
|
round?: boolean;
|
|
22
|
-
|
|
23
|
-
btnEnd
|
|
27
|
+
btn: BtnProp;
|
|
28
|
+
btnEnd: BtnProp;
|
|
24
29
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
25
30
|
disabled?: boolean;
|
|
26
31
|
icon?: MaterialIcons;
|
|
27
|
-
iconEnd
|
|
32
|
+
iconEnd: MaterialIcons;
|
|
28
33
|
color?: ThemeType;
|
|
29
34
|
theme?: ThemeType;
|
|
30
35
|
flat?: boolean;
|
|
@@ -33,16 +38,9 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
33
38
|
loading?: boolean;
|
|
34
39
|
value?: string;
|
|
35
40
|
round?: boolean;
|
|
36
|
-
|
|
37
|
-
btnEnd
|
|
38
|
-
}> & Readonly<{}>, {
|
|
39
|
-
disabled: boolean;
|
|
40
|
-
border: boolean;
|
|
41
|
-
outline: boolean;
|
|
42
|
-
round: boolean;
|
|
43
|
-
loading: boolean;
|
|
44
|
-
btnStart: boolean;
|
|
45
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
41
|
+
btn: BtnProp;
|
|
42
|
+
btnEnd: BtnProp;
|
|
43
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
46
44
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
45
|
export default _default;
|
|
48
46
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pill.vue.d.ts","sourceRoot":"","sources":["../../src/components/Pill.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Pill.vue.d.ts","sourceRoot":"","sources":["../../src/components/Pill.vue"],"names":[],"mappings":"AAmLA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAI7D,UAAU,OAAO;IAChB,IAAI,EAAE,aAAa,CAAA;IACnB,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;CACb;AAsED,iBAAS,cAAc;;yBA8GO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eA1MT,OAAO;WACX,aAAa;aACX,aAAa;YACd,SAAS;YACT,SAAS;WACV,OAAO;aACL,OAAO;cACN,OAAO;cACP,OAAO;YACT,MAAM;YACN,OAAO;SACV,OAAO;YACJ,OAAO;;eAZJ,OAAO;WACX,aAAa;aACX,aAAa;YACd,SAAS;YACT,SAAS;WACV,OAAO;aACL,OAAO;cACN,OAAO;cACP,OAAO;YACT,MAAM;YACN,OAAO;SACV,OAAO;YACJ,OAAO;iGAoMd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
+
trigger?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=Popover.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popover.vue.d.ts","sourceRoot":"","sources":["../../src/components/Popover.vue"],"names":[],"mappings":"AAoBA;AAEA,OAAO,6BAA6B,CAAC;;;;AAmHrC,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
elementId?: string | undefined;
|
|
3
3
|
modelValue: string;
|
|
4
4
|
}>, {
|
|
5
5
|
elementId: string;
|
|
6
6
|
modelValue: string;
|
|
7
|
-
}>, {}, unknown, {}, {}, import(
|
|
7
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
9
|
"keydown.meta.enter": (...args: any[]) => void;
|
|
10
|
-
}, string, import(
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
elementId?: string | undefined;
|
|
12
12
|
modelValue: string;
|
|
13
13
|
}>, {
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { Router } from 'vue-router';
|
|
2
|
-
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
import type { Router } from 'vue-router';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
3
|
title?: string | undefined;
|
|
5
4
|
tabs: string[];
|
|
6
5
|
modelValue?: string | undefined;
|
|
7
6
|
router?: Router | undefined;
|
|
8
7
|
sideTabs?: boolean | undefined;
|
|
9
|
-
}>, {}, unknown, {}, {}, import(
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
9
|
"update:modelValue": (...args: any[]) => void;
|
|
11
|
-
}, string, import(
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
11
|
title?: string | undefined;
|
|
13
12
|
tabs: string[];
|
|
14
13
|
modelValue?: string | undefined;
|
|
@@ -8,7 +8,13 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
8
8
|
readonly "onUpdate:itemHeight"?: ((itemHeight: number) => any) | undefined;
|
|
9
9
|
readonly "onUpdate:selectedItems"?: ((...args: unknown[]) => any) | undefined;
|
|
10
10
|
readonly onOrderBy?: ((args_0: `${string} ASC` | `${string} DESC`) => any) | undefined;
|
|
11
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps
|
|
11
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
|
|
12
|
+
onSelect?: ((args_0: T) => any) | undefined;
|
|
13
|
+
"onUpdate:loading"?: ((loading: boolean) => any) | undefined;
|
|
14
|
+
"onUpdate:itemHeight"?: ((itemHeight: number) => any) | undefined;
|
|
15
|
+
"onUpdate:selectedItems"?: ((...args: unknown[]) => any) | undefined;
|
|
16
|
+
onOrderBy?: ((args_0: `${string} ASC` | `${string} DESC`) => any) | undefined;
|
|
17
|
+
}>, never>, "onSelect" | "onUpdate:loading" | "onUpdate:itemHeight" | "onUpdate:selectedItems" | "onOrderBy"> & ({
|
|
12
18
|
loading?: boolean;
|
|
13
19
|
itemHeight?: number;
|
|
14
20
|
selectedItems?: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"AA4hBA,OAAO,EAEN,KAAK,cAAc,EAKnB,MAAM,eAAe,CAAA;AAItB,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,MAAM,CAAA;AAC5C,MAAM,MAAM,UAAU,GAAG,GAAG,MAAM,IAAI,eAAe,EAAE,CAAA;yBAGtC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAChC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA8YxD,mBAAmB,CAAC
|
|
1
|
+
{"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"AA4hBA,OAAO,EAEN,KAAK,cAAc,EAKnB,MAAM,eAAe,CAAA;AAItB,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,MAAM,CAAA;AAC5C,MAAM,MAAM,UAAU,GAAG,GAAG,MAAM,IAAI,eAAe,EAAE,CAAA;yBAGtC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAChC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA8YxD,mBAAmB,CAAC;;;;;;;;;;;;;;;wBA9MZ,MAAM,EAAE;;cA5LnB,CAAC,EAAE;iBACA,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,cAAc,CAAC,CAAC,CAAC,CAAC;qBACzC,MAAM,EAAE;wBACL,OAAO;qBACV,OAAO;MAsYkE,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;;UAjDuE,GAAG;UAmD9E;0BA/MS,CAAC,OAAO,SAAiC,CAAC;6BACvC,CAAC,UAAU,QAAoC,CAAC;gCAC7C,CAAC,aAAa,EAAC,MAAM,EAAE,CAAC;KA6ML;;;;YAGC,OAAO,CAAC,OAAO,WAAW,CAAC;;AAxZvE,wBAwZ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|