@bagelink/vue 0.0.744 → 0.0.749
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/Accordion.vue.d.ts +8 -3
- package/dist/components/Accordion.vue.d.ts.map +1 -1
- package/dist/components/AccordionItem.vue.d.ts +13 -17
- package/dist/components/AccordionItem.vue.d.ts.map +1 -1
- package/dist/components/AddressSearch.vue.d.ts +2 -2
- package/dist/components/AddressSearch.vue.d.ts.map +1 -1
- package/dist/components/Alert.vue.d.ts +2 -23
- package/dist/components/Alert.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts +4 -25
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Badge.vue.d.ts +1 -10
- package/dist/components/Badge.vue.d.ts.map +1 -1
- package/dist/components/BglVideo.vue.d.ts +1 -10
- package/dist/components/BglVideo.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts +11 -43
- package/dist/components/Btn.vue.d.ts.map +1 -1
- package/dist/components/Card.vue.d.ts +10 -14
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/Carousel.vue.d.ts +22 -15
- package/dist/components/Carousel.vue.d.ts.map +1 -1
- package/dist/components/DataPreview.vue.d.ts +11 -15
- package/dist/components/DataPreview.vue.d.ts.map +1 -1
- package/dist/components/DropDown.vue.d.ts +713 -14
- package/dist/components/DropDown.vue.d.ts.map +1 -1
- package/dist/components/Flag.vue.d.ts +1 -10
- package/dist/components/Flag.vue.d.ts.map +1 -1
- package/dist/components/ListItem.vue.d.ts +11 -15
- package/dist/components/ListItem.vue.d.ts.map +1 -1
- package/dist/components/ListView.vue.d.ts +9 -4
- package/dist/components/ListView.vue.d.ts.map +1 -1
- package/dist/components/MapEmbed.vue.d.ts +4 -33
- package/dist/components/MapEmbed.vue.d.ts.map +1 -1
- package/dist/components/MaterialIcon.vue.d.ts +3 -12
- package/dist/components/MaterialIcon.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +15 -19
- package/dist/components/Modal.vue.d.ts.map +1 -1
- package/dist/components/ModalConfirm.vue.d.ts +5 -14
- package/dist/components/ModalConfirm.vue.d.ts.map +1 -1
- package/dist/components/ModalForm.vue.d.ts +4 -15
- package/dist/components/ModalForm.vue.d.ts.map +1 -1
- package/dist/components/NavBar.vue.d.ts +15 -39
- package/dist/components/NavBar.vue.d.ts.map +1 -1
- package/dist/components/PageTitle.vue.d.ts +11 -6
- package/dist/components/PageTitle.vue.d.ts.map +1 -1
- package/dist/components/RouterWrapper.vue.d.ts +1 -1
- package/dist/components/RouterWrapper.vue.d.ts.map +1 -1
- package/dist/components/TableSchema.vue.d.ts +18 -15
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/Title.vue.d.ts +11 -6
- package/dist/components/Title.vue.d.ts.map +1 -1
- package/dist/components/TopBar.vue.d.ts +8 -3
- package/dist/components/TopBar.vue.d.ts.map +1 -1
- package/dist/components/dashboard/Lineart.vue.d.ts +3 -12
- package/dist/components/dashboard/Lineart.vue.d.ts.map +1 -1
- package/dist/components/form/BglField.vue.d.ts +8 -8
- package/dist/components/form/BglField.vue.d.ts.map +1 -1
- package/dist/components/form/BglForm.vue.d.ts +27 -41
- package/dist/components/form/BglForm.vue.d.ts.map +1 -1
- package/dist/components/form/BglMultiStepForm.vue.d.ts +27 -45
- package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CheckInput.vue.d.ts +12 -28
- package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Checkbox.vue.d.ts +11 -15
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ColorPicker.vue.d.ts +6 -27
- package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DateInput.vue.d.ts +6 -31
- package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePicker.vue.d.ts +5 -14
- package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts +74 -78
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/JSONInput.vue.d.ts +6 -33
- package/dist/components/form/inputs/JSONInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +5 -14
- package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +12 -12
- package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +6 -31
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText.vue.d.ts +5 -14
- package/dist/components/form/inputs/RichText.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts +5 -14
- package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText2/index.vue.d.ts +5 -14
- package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +228 -16
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts +5 -26
- package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TableField.vue.d.ts +6 -29
- package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TelInput.vue.d.ts +6 -59
- package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts +6 -31
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ToggleInput.vue.d.ts +12 -28
- package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/index.d.ts +0 -1
- package/dist/components/form/inputs/index.d.ts.map +1 -1
- package/dist/components/index.d.ts +22 -21
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/layout/BottomMenu.vue.d.ts +10 -14
- package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/Layout.vue.d.ts +9 -35
- package/dist/components/layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/layout/SidebarMenu.vue.d.ts +15 -19
- package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/TabbedLayout.vue.d.ts +15 -19
- package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
- package/dist/components/layout/Tabs.vue.d.ts +12 -16
- package/dist/components/layout/Tabs.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsBody.vue.d.ts +10 -14
- package/dist/components/layout/TabsBody.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts +5 -14
- package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
- package/dist/components/layout/tabsManager.d.ts +1 -1
- package/dist/components/lightbox/Lightbox.vue.d.ts +1 -2
- package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/composables/index.d.ts +2 -2
- package/dist/composables/index.d.ts.map +1 -1
- package/dist/index.cjs +45311 -45264
- package/dist/index.mjs +45312 -45265
- package/dist/style.css +2804 -2778
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +88 -216
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/dist/utils/lang.d.ts +3 -3
- package/package.json +5 -5
- package/src/components/AddressSearch.vue +5 -6
- package/src/components/Dropdown.vue +72 -0
- package/src/components/ListItem.vue +9 -1
- package/src/components/ModalConfirm.vue +1 -1
- package/src/components/form/inputs/PasswordInput.vue +7 -1
- package/src/components/form/inputs/SelectInput.vue +82 -83
- package/src/components/form/inputs/TelInput.vue +51 -50
- package/src/components/form/inputs/index.ts +0 -2
- package/src/components/index.ts +23 -22
- package/src/components/lightbox/Lightbox.vue +1 -1
- package/src/composables/index.ts +9 -3
- package/src/styles/inputs.css +1 -1
- package/src/styles/layout.css +4 -0
- package/src/styles/mobilLayout.css +4 -0
- package/src/styles/modal.css +2 -2
- package/src/styles/text.css +8 -0
- package/src/types/index.ts +3 -0
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
5
|
-
declare const
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
11
|
export default _default;
|
|
7
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
13
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/TopBar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TopBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/TopBar.vue"],"names":[],"mappings":"AAaA,iBAAS,cAAc;;yBA4BM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,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"}
|
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
import { Data } from 'vue3-charts/dist/types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
data: Data[];
|
|
4
4
|
locale: string;
|
|
5
|
-
}
|
|
5
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
6
6
|
data: Data[];
|
|
7
7
|
locale: string;
|
|
8
|
-
}
|
|
8
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToOption<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
10
|
//# sourceMappingURL=Lineart.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Lineart.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dashboard/Lineart.vue"],"names":[],"mappings":"AA8NA,OAAO,KAAK,EAAa,IAAI,EAAE,MAAM,wBAAwB,CAAA;;UAK/B,IAAI,EAAE;YAAU,MAAM;;UAAtB,IAAI,EAAE;YAAU,MAAM;;
|
|
1
|
+
{"version":3,"file":"Lineart.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dashboard/Lineart.vue"],"names":[],"mappings":"AA8NA,OAAO,KAAK,EAAa,IAAI,EAAE,MAAM,wBAAwB,CAAA;;UAK/B,IAAI,EAAE;YAAU,MAAM;;UAAtB,IAAI,EAAE;YAAU,MAAM;;AAqNpD,wBAMG"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { Field } from '../..';
|
|
2
|
-
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
3
|
-
props:
|
|
2
|
+
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
+
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
|
|
4
6
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
}
|
|
6
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
}, never>, "onUpdate:modelValue"> & {
|
|
7
|
+
}>, never>, "onUpdate:modelValue"> & {
|
|
8
8
|
field: Field<T>;
|
|
9
9
|
modelValue: Record<string, any>;
|
|
10
10
|
}> & import('vue').PublicProps;
|
|
11
11
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
12
12
|
attrs: any;
|
|
13
|
-
slots:
|
|
14
|
-
emit: (
|
|
13
|
+
slots: {};
|
|
14
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
15
15
|
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}> & {
|
|
18
18
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
19
19
|
};
|
|
20
20
|
export default _default;
|
|
21
|
-
type
|
|
21
|
+
type __VLS_PrettifyLocal<T> = {
|
|
22
22
|
[K in keyof T]: T[K];
|
|
23
23
|
} & {};
|
|
24
24
|
//# sourceMappingURL=BglField.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BglField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglField.vue"],"names":[],"mappings":"AA6GA,OAAO,EAGN,KAAK,KAAK,EAOV,MAAM,eAAe,CAAA;yBAGL,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAChC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,
|
|
1
|
+
{"version":3,"file":"BglField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglField.vue"],"names":[],"mappings":"AA6GA,OAAO,EAGN,KAAK,KAAK,EAOV,MAAM,eAAe,CAAA;yBAGL,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;WAmKxD,mBAAmB,CAAC;;;;;eA/JrB,KAAK,CAAC,CAAC,CAAC;oBACH,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;KA8JsD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;;YAK+B,OAAO,CAAC,OAAO,WAAW,CAAC;;AA7KvE,wBA6K4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -4,20 +4,27 @@ declare function validateForm(): boolean;
|
|
|
4
4
|
declare function runSubmit(): void;
|
|
5
5
|
declare function deleteItem(): void;
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
|
|
8
|
-
submit:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
submit:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
7
|
+
slots: {
|
|
8
|
+
submit?(_: {
|
|
9
|
+
submit: typeof runSubmit;
|
|
10
|
+
isDirty: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<false> | import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<true>;
|
|
11
|
+
validateForm: typeof validateForm;
|
|
12
|
+
}): any;
|
|
13
|
+
submit?(_: {
|
|
14
|
+
submit: typeof runSubmit;
|
|
15
|
+
isDirty: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<false> | import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<true>;
|
|
16
|
+
validateForm: typeof validateForm;
|
|
17
|
+
}): any;
|
|
18
|
+
success?(_: {}): any;
|
|
19
|
+
error?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
refs: {
|
|
22
|
+
form: HTMLFormElement;
|
|
23
|
+
};
|
|
24
|
+
attrs: Partial<{}>;
|
|
19
25
|
};
|
|
20
|
-
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
21
28
|
label?: string;
|
|
22
29
|
id?: string;
|
|
23
30
|
schema: BglFormSchemaFnT<any>;
|
|
@@ -25,19 +32,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
25
32
|
onDelete?: (id: string) => void;
|
|
26
33
|
onSubmit?: (data: any) => void;
|
|
27
34
|
status?: FormStatus;
|
|
28
|
-
}
|
|
29
|
-
modelValue: () => {};
|
|
30
|
-
}>, {
|
|
35
|
+
}, {
|
|
31
36
|
submit: typeof runSubmit;
|
|
32
37
|
validateForm: typeof validateForm;
|
|
33
38
|
deleteItem: typeof deleteItem;
|
|
34
39
|
isDirty: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<false> | import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<true>;
|
|
35
40
|
clearForm: () => {};
|
|
36
|
-
},
|
|
41
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
42
|
submit: (...args: any[]) => void;
|
|
38
43
|
"update:modelValue": (...args: any[]) => void;
|
|
39
44
|
dirty: (...args: any[]) => void;
|
|
40
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
45
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
41
46
|
label?: string;
|
|
42
47
|
id?: string;
|
|
43
48
|
schema: BglFormSchemaFnT<any>;
|
|
@@ -45,37 +50,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
45
50
|
onDelete?: (id: string) => void;
|
|
46
51
|
onSubmit?: (data: any) => void;
|
|
47
52
|
status?: FormStatus;
|
|
48
|
-
}
|
|
49
|
-
modelValue: () => {};
|
|
50
|
-
}>>> & {
|
|
53
|
+
}> & Readonly<{
|
|
51
54
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
52
55
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
53
56
|
onDirty?: ((...args: any[]) => any) | undefined;
|
|
54
|
-
}
|
|
57
|
+
}>, {
|
|
55
58
|
modelValue: Record<string, any>;
|
|
56
|
-
}, {}>;
|
|
57
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
59
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
60
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
58
61
|
export default _default;
|
|
59
|
-
type __VLS_WithDefaults<P, D> = {
|
|
60
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
61
|
-
default: D[K];
|
|
62
|
-
}> : P[K];
|
|
63
|
-
};
|
|
64
|
-
type __VLS_Prettify<T> = {
|
|
65
|
-
[K in keyof T]: T[K];
|
|
66
|
-
} & {};
|
|
67
62
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
68
63
|
new (): {
|
|
69
64
|
$slots: S;
|
|
70
65
|
};
|
|
71
66
|
};
|
|
72
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
73
|
-
type __VLS_TypePropsToOption<T> = {
|
|
74
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
75
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
76
|
-
} : {
|
|
77
|
-
type: import('vue').PropType<T[K]>;
|
|
78
|
-
required: true;
|
|
79
|
-
};
|
|
80
|
-
};
|
|
81
67
|
//# sourceMappingURL=BglForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BglForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglForm.vue"],"names":[],"mappings":"AAAA,OA8IO,EAAY,KAAK,gBAAgB,EAAiC,MAAM,eAAe,CAAA;AAG9F,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AA2CjE,iBAAS,YAAY,YAMpB;AAeD,iBAAS,SAAS,SAMjB;AAID,iBAAS,UAAU,SAgBlB;
|
|
1
|
+
{"version":3,"file":"BglForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglForm.vue"],"names":[],"mappings":"AAAA,OA8IO,EAAY,KAAK,gBAAgB,EAAiC,MAAM,eAAe,CAAA;AAG9F,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AA2CjE,iBAAS,YAAY,YAMpB;AAeD,iBAAS,SAAS,SAMjB;AAID,iBAAS,UAAU,SAgBlB;AA6BD,iBAAS,cAAc;;;;;;YA0EM,GAAG;;;;;YACH,GAAG;yBACF,GAAG;uBACL,GAAG;;;;;WAUjB,OAAO,IAA6B;EAEjD;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA/NX,MAAM;SACT,MAAM;YACH,gBAAgB,CAAC,GAAG,CAAC;iBAChB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACrB,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI;eACpB,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;aACrB,UAAU;;;;;;;;;;;;YANX,MAAM;SACT,MAAM;YACH,gBAAgB,CAAC,GAAG,CAAC;iBAChB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACrB,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI;eACpB,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;aACrB,UAAU;;;;;;gBAHN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;6EAqOhC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,55 +1,35 @@
|
|
|
1
1
|
import { BglFormSchemaFnT } from '../..';
|
|
2
|
-
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
3
|
-
props:
|
|
2
|
+
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
+
readonly onSubmit?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
|
|
4
6
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
|
|
6
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
7
|
-
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
"onUpdate:modelValue"?: ((modelValue: T) => any) | undefined;
|
|
9
|
-
}, never>, "onSubmit" | "onUpdate:modelValue"> & ({
|
|
7
|
+
}>, never>, "onSubmit"> & ({
|
|
10
8
|
modelValue: T;
|
|
11
9
|
} & {
|
|
12
|
-
bagelFormProps?: Omit<
|
|
13
|
-
modelValue: Record<string, any>;
|
|
14
|
-
}> & Omit<{
|
|
15
|
-
readonly schema: BglFormSchemaFnT<any>;
|
|
16
|
-
readonly modelValue: Record<string, any>;
|
|
10
|
+
bagelFormProps?: Omit<{
|
|
17
11
|
readonly label?: string | undefined;
|
|
18
|
-
onSubmit?: (((data: any) => void) & ((...args: any[]) => any)) | undefined;
|
|
19
12
|
readonly id?: string | undefined;
|
|
13
|
+
readonly schema: BglFormSchemaFnT<any>;
|
|
14
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
20
15
|
readonly onDelete?: ((id: string) => void) | undefined;
|
|
16
|
+
readonly onSubmit?: (((data: any) => void) & ((...args: any[]) => any)) | undefined;
|
|
21
17
|
readonly status?: import('./BglForm.vue').FormStatus | undefined;
|
|
22
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
onDirty?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
type: import('vue').PropType<(data: any) => void>;
|
|
34
|
-
};
|
|
35
|
-
id: {
|
|
36
|
-
type: import('vue').PropType<string>;
|
|
37
|
-
};
|
|
38
|
-
modelValue: {
|
|
39
|
-
type: import('vue').PropType<Record<string, any>>;
|
|
40
|
-
default: () => {};
|
|
41
|
-
};
|
|
42
|
-
onDelete: {
|
|
43
|
-
type: import('vue').PropType<(id: string) => void>;
|
|
44
|
-
};
|
|
45
|
-
status: {
|
|
46
|
-
type: import('vue').PropType<import('./BglForm.vue').FormStatus>;
|
|
47
|
-
};
|
|
48
|
-
}>> & {
|
|
18
|
+
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
readonly onDirty?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
|
|
21
|
+
label?: string;
|
|
22
|
+
id?: string;
|
|
23
|
+
schema: BglFormSchemaFnT<any>;
|
|
24
|
+
modelValue?: Record<string, any>;
|
|
25
|
+
onDelete?: (id: string) => void;
|
|
26
|
+
onSubmit?: (data: any) => void;
|
|
27
|
+
status?: import('./BglForm.vue').FormStatus;
|
|
28
|
+
}> & Readonly<{
|
|
49
29
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
50
30
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
51
31
|
onDirty?: ((...args: any[]) => any) | undefined;
|
|
52
|
-
}
|
|
32
|
+
}>, ("schema" | `${string}modelValue` | `ref${string}` | `onVnode${string}` | "onSubmit")>;
|
|
53
33
|
schema: BglFormSchemaFnT<T>;
|
|
54
34
|
})> & import('vue').PublicProps;
|
|
55
35
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
@@ -60,7 +40,7 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
60
40
|
clearForm: (() => {}) | undefined;
|
|
61
41
|
}>): void;
|
|
62
42
|
attrs: any;
|
|
63
|
-
slots:
|
|
43
|
+
slots: {
|
|
64
44
|
success?(_: {}): any;
|
|
65
45
|
error?(_: {}): any;
|
|
66
46
|
steppers?(_: {
|
|
@@ -68,15 +48,17 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
68
48
|
nextStep: () => void;
|
|
69
49
|
submit: () => void;
|
|
70
50
|
}): any;
|
|
71
|
-
}
|
|
72
|
-
emit: ((event: "submit", ...args: any[]) => void) &
|
|
51
|
+
};
|
|
52
|
+
emit: ((event: "submit", ...args: any[]) => void) & {
|
|
53
|
+
'update:modelValue': [modelValue: T];
|
|
54
|
+
};
|
|
73
55
|
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
74
56
|
[key: string]: any;
|
|
75
57
|
}> & {
|
|
76
58
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
77
59
|
};
|
|
78
60
|
export default _default;
|
|
79
|
-
type
|
|
61
|
+
type __VLS_PrettifyLocal<T> = {
|
|
80
62
|
[K in keyof T]: T[K];
|
|
81
63
|
} & {};
|
|
82
64
|
//# sourceMappingURL=BglMultiStepForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BglMultiStepForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglMultiStepForm.vue"],"names":[],"mappings":"AA6HA,OAAO,EAAa,KAAK,gBAAgB,EAAqB,MAAM,eAAe,CAAA;yBAIlE,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAChC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,
|
|
1
|
+
{"version":3,"file":"BglMultiStepForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglMultiStepForm.vue"],"names":[],"mappings":"AA6HA,OAAO,EAAa,KAAK,gBAAgB,EAAqB,MAAM,eAAe,CAAA;yBAIlE,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;WA2QxD,mBAAmB,CAAC;;;;;oBAxKhB,CAAC;;yBA7FI,IAAI;;;;;;;;;;;;;;;;;;;;;;YAEpB,CACA,QAAQ,GAAG,GAAG,MAAM,YAAY,GAAG,MAAM,MAAM,EAAE,GAAG,UAAU,MAAM,EAAE,GAAG,UAAU,CAClF,CACD;gBACO,gBAAgB,CAAC,CAAC,CAAC;MA+P0D,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;;;;MAAsB,GAAG,IAAI;WACpE,GAAG;;yBA1CiB,GAAG;uBACL,GAAG;;;;;YACA,GAAG;;UA0CzB;6BAzKY,CAAC,UAAU,EAAC,CAAC,CAAC;KAyKS;;;;YAGA,OAAO,CAAC,OAAO,WAAW,CAAC;;AArRvE,wBAqR4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -11,41 +11,25 @@ type __VLS_PublicProps = {
|
|
|
11
11
|
'modelValue'?: boolean | undefined | any[];
|
|
12
12
|
} & typeof __VLS_typeProps;
|
|
13
13
|
declare function __VLS_template(): {
|
|
14
|
-
|
|
14
|
+
slots: {
|
|
15
|
+
label?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
attrs: Partial<{}>;
|
|
15
19
|
};
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
21
|
-
defaultValue: boolean;
|
|
22
|
-
}>>> & {
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
+
"update:modelValue": (modelValue: boolean | any[] | undefined) => any;
|
|
23
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
23
24
|
"onUpdate:modelValue"?: ((modelValue: boolean | any[] | undefined) => any) | undefined;
|
|
24
|
-
}
|
|
25
|
+
}>, {
|
|
25
26
|
defaultValue: boolean;
|
|
26
|
-
}, {}>;
|
|
27
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
29
|
export default _default;
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
37
30
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
31
|
new (): {
|
|
39
32
|
$slots: S;
|
|
40
33
|
};
|
|
41
34
|
};
|
|
42
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
|
-
type __VLS_TypePropsToOption<T> = {
|
|
44
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
45
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
46
|
-
} : {
|
|
47
|
-
type: import('vue').PropType<T[K]>;
|
|
48
|
-
required: true;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
35
|
//# sourceMappingURL=CheckInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/CheckInput.vue"],"names":[],"mappings":"AAgGA,QAAA,IAAI,eAAe,EAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,KAAK,CAAC,EAAE,GAAG,CAAA;CACX,CAAC;
|
|
1
|
+
{"version":3,"file":"CheckInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/CheckInput.vue"],"names":[],"mappings":"AAgGA,QAAA,IAAI,eAAe,EAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,KAAK,CAAC,EAAE,GAAG,CAAA;CACX,CAAC;AAmBF,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,GAAG,EAAE,CAAC;CAC1C,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;uBA+CI,GAAG;;;WAShB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;kBAlGL,OAAO;6EA0GrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,27 +2,23 @@ type __VLS_PublicProps = {
|
|
|
2
2
|
'modelValue'?: boolean;
|
|
3
3
|
};
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
-
|
|
5
|
+
slots: {
|
|
6
|
+
label?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
attrs: Partial<{}>;
|
|
6
10
|
};
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
15
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
11
|
-
}, {}, {}>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
18
|
export default _default;
|
|
14
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
20
|
new (): {
|
|
16
21
|
$slots: S;
|
|
17
22
|
};
|
|
18
23
|
};
|
|
19
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
-
type __VLS_TypePropsToOption<T> = {
|
|
21
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
-
} : {
|
|
24
|
-
type: import('vue').PropType<T[K]>;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
24
|
//# sourceMappingURL=Checkbox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/Checkbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/Checkbox.vue"],"names":[],"mappings":"AA+DA,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAIF,iBAAS,cAAc;;uBAoCI,GAAG;;;WAShB,OAAO,IAA6B;EAEjD;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAOnB,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,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
label?: string;
|
|
3
3
|
id?: string;
|
|
4
4
|
placeholder?: string;
|
|
@@ -7,11 +7,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
7
7
|
small?: boolean;
|
|
8
8
|
required?: boolean;
|
|
9
9
|
nativeInputAttrs?: Record<string, any>;
|
|
10
|
-
}
|
|
11
|
-
editMode: boolean;
|
|
12
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
11
|
"update:modelValue": (...args: any[]) => void;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
15
13
|
label?: string;
|
|
16
14
|
id?: string;
|
|
17
15
|
placeholder?: string;
|
|
@@ -20,29 +18,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
18
|
small?: boolean;
|
|
21
19
|
required?: boolean;
|
|
22
20
|
nativeInputAttrs?: Record<string, any>;
|
|
23
|
-
}
|
|
24
|
-
editMode: boolean;
|
|
25
|
-
}>>> & {
|
|
21
|
+
}> & Readonly<{
|
|
26
22
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
}
|
|
23
|
+
}>, {
|
|
28
24
|
editMode: boolean;
|
|
29
|
-
}, {}>;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
26
|
export default _default;
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
39
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
-
type __VLS_TypePropsToOption<T> = {
|
|
41
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
-
} : {
|
|
44
|
-
type: import('vue').PropType<T[K]>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
27
|
//# sourceMappingURL=ColorPicker.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/ColorPicker.vue"],"names":[],"mappings":";YA6CU,MAAM;SACT,MAAM;kBACG,MAAM;gBACR,GAAG;eACJ,OAAO;YACV,OAAO;eACJ,OAAO;uBACC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC
|
|
1
|
+
{"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/ColorPicker.vue"],"names":[],"mappings":";YA6CU,MAAM;SACT,MAAM;kBACG,MAAM;gBACR,GAAG;eACJ,OAAO;YACV,OAAO;eACJ,OAAO;uBACC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;YAP9B,MAAM;SACT,MAAM;kBACG,MAAM;gBACR,GAAG;eACJ,OAAO;YACV,OAAO;eACJ,OAAO;uBACC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;cAH3B,OAAO;;AAkFpB,wBAQG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VueDatePickerProps } from '@vuepic/vue-datepicker';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
required?: boolean;
|
|
4
4
|
label?: string;
|
|
5
5
|
editMode?: boolean;
|
|
@@ -12,13 +12,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
12
12
|
timePickerInline?: boolean;
|
|
13
13
|
minutesIncrement?: string | number;
|
|
14
14
|
minutesGridIncrement?: string | number;
|
|
15
|
-
}
|
|
16
|
-
enableTime: boolean;
|
|
17
|
-
editMode: boolean;
|
|
18
|
-
small: boolean;
|
|
19
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
16
|
"update:modelValue": (...args: any[]) => void;
|
|
21
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
22
18
|
required?: boolean;
|
|
23
19
|
label?: string;
|
|
24
20
|
editMode?: boolean;
|
|
@@ -31,33 +27,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
31
27
|
timePickerInline?: boolean;
|
|
32
28
|
minutesIncrement?: string | number;
|
|
33
29
|
minutesGridIncrement?: string | number;
|
|
34
|
-
}
|
|
35
|
-
enableTime: boolean;
|
|
36
|
-
editMode: boolean;
|
|
37
|
-
small: boolean;
|
|
38
|
-
}>>> & {
|
|
30
|
+
}> & Readonly<{
|
|
39
31
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
40
|
-
}
|
|
32
|
+
}>, {
|
|
41
33
|
small: boolean;
|
|
42
34
|
editMode: boolean;
|
|
43
35
|
enableTime: boolean;
|
|
44
|
-
}, {}>;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
45
37
|
export default _default;
|
|
46
|
-
type __VLS_WithDefaults<P, D> = {
|
|
47
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
48
|
-
default: D[K];
|
|
49
|
-
}> : P[K];
|
|
50
|
-
};
|
|
51
|
-
type __VLS_Prettify<T> = {
|
|
52
|
-
[K in keyof T]: T[K];
|
|
53
|
-
} & {};
|
|
54
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
55
|
-
type __VLS_TypePropsToOption<T> = {
|
|
56
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
57
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
58
|
-
} : {
|
|
59
|
-
type: import('vue').PropType<T[K]>;
|
|
60
|
-
required: true;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
38
|
//# sourceMappingURL=DateInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DateInput.vue"],"names":[],"mappings":"AAgGA,OAAoB,EAA2B,KAAK,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AACtG,OAAO,sCAAsC,CAAA;;eAMhC,OAAO;YACV,MAAM;eACH,OAAO;YACV,OAAO;iBACF,OAAO;iBACP,MAAM,GAAG,IAAI;mBACX,MAAM,GAAG,IAAI;iBACf,kBAAkB;mBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;uBACb,OAAO;uBACP,MAAM,GAAG,MAAM;2BACX,MAAM,GAAG,MAAM
|
|
1
|
+
{"version":3,"file":"DateInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DateInput.vue"],"names":[],"mappings":"AAgGA,OAAoB,EAA2B,KAAK,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AACtG,OAAO,sCAAsC,CAAA;;eAMhC,OAAO;YACV,MAAM;eACH,OAAO;YACV,OAAO;iBACF,OAAO;iBACP,MAAM,GAAG,IAAI;mBACX,MAAM,GAAG,IAAI;iBACf,kBAAkB;mBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;uBACb,OAAO;uBACP,MAAM,GAAG,MAAM;2BACX,MAAM,GAAG,MAAM;;;;eAX3B,OAAO;YACV,MAAM;eACH,OAAO;YACV,OAAO;iBACF,OAAO;iBACP,MAAM,GAAG,IAAI;mBACX,MAAM,GAAG,IAAI;iBACf,kBAAkB;mBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;uBACb,OAAO;uBACP,MAAM,GAAG,MAAM;2BACX,MAAM,GAAG,MAAM;;;;WAR9B,OAAO;cADJ,OAAO;gBAEL,OAAO;;AAuHtB,wBAQG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
label?: string;
|
|
3
3
|
id?: string;
|
|
4
4
|
options?: Record<string, any>;
|
|
@@ -6,9 +6,9 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
|
|
|
6
6
|
modelValue?: Date;
|
|
7
7
|
allowedDates?: string[] | Date[];
|
|
8
8
|
disabledDates?: string[] | Date[];
|
|
9
|
-
}
|
|
9
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
10
|
"update:modelValue": (...args: any[]) => void;
|
|
11
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
12
12
|
label?: string;
|
|
13
13
|
id?: string;
|
|
14
14
|
options?: Record<string, any>;
|
|
@@ -16,17 +16,8 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
|
|
|
16
16
|
modelValue?: Date;
|
|
17
17
|
allowedDates?: string[] | Date[];
|
|
18
18
|
disabledDates?: string[] | Date[];
|
|
19
|
-
}
|
|
19
|
+
}> & Readonly<{
|
|
20
20
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
21
|
-
}, {}, {}>;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
export default _default;
|
|
23
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
-
type __VLS_TypePropsToOption<T> = {
|
|
25
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
|
-
} : {
|
|
28
|
-
type: import('vue').PropType<T[K]>;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
23
|
//# sourceMappingURL=DatePicker.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DatePicker.vue"],"names":[],"mappings":"AA8LA,OAAO,sCAAsC,CAAA;;YAKpC,MAAM;SACT,MAAM;cACD,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;mBACd,OAAO;iBACT,IAAI;mBACF,MAAM,EAAE,GAAG,IAAI,EAAE;oBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;;;;YANzB,MAAM;SACT,MAAM;cACD,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;mBACd,OAAO;iBACT,IAAI;mBACF,MAAM,EAAE,GAAG,IAAI,EAAE;oBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;;;;
|
|
1
|
+
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DatePicker.vue"],"names":[],"mappings":"AA8LA,OAAO,sCAAsC,CAAA;;YAKpC,MAAM;SACT,MAAM;cACD,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;mBACd,OAAO;iBACT,IAAI;mBACF,MAAM,EAAE,GAAG,IAAI,EAAE;oBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;;;;YANzB,MAAM;SACT,MAAM;cACD,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;mBACd,OAAO;iBACT,IAAI;mBACF,MAAM,EAAE,GAAG,IAAI,EAAE;oBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;;;;AAyGlC,wBAOG"}
|