@bagelink/vue 0.0.742 → 0.0.747
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 +14 -38
- 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 +15 -30
- 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 +1 -0
- 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 +320 -271
- package/dist/index.mjs +320 -271
- package/dist/style.css +69 -41
- 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 +1 -1
- package/src/components/AddressSearch.vue +3 -2
- 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/CheckInput.vue +3 -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 +1 -0
- package/src/components/lightbox/Lightbox.vue +1 -1
- package/src/composables/index.ts +9 -3
- package/src/styles/inputs.css +4 -2
- 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
|
@@ -3,71 +3,76 @@ type StrKey = keyof StorageFile;
|
|
|
3
3
|
type FSValue = string[] | string | number;
|
|
4
4
|
declare function browse(): void;
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
|
|
7
|
-
files:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
6
|
+
slots: {
|
|
7
|
+
files?(_: {
|
|
8
|
+
files: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
9
|
+
organization?: string[] | undefined;
|
|
10
|
+
name: string;
|
|
11
|
+
url: string;
|
|
12
|
+
mimetype?: string | undefined;
|
|
13
|
+
size?: number | undefined;
|
|
14
|
+
extension?: string | undefined;
|
|
15
|
+
path?: string | undefined;
|
|
16
|
+
id?: string | undefined;
|
|
17
|
+
created_at?: (Date | string) | undefined;
|
|
18
|
+
updated_at?: (Date | string) | undefined;
|
|
19
|
+
}[]>;
|
|
20
|
+
fileQueue: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
21
|
+
file: {
|
|
22
|
+
readonly lastModified: number;
|
|
23
|
+
readonly name: string;
|
|
24
|
+
readonly webkitRelativePath: string;
|
|
25
|
+
readonly size: number;
|
|
26
|
+
readonly type: string;
|
|
27
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
28
|
+
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
29
|
+
stream: () => ReadableStream<Uint8Array>;
|
|
30
|
+
text: () => Promise<string>;
|
|
31
|
+
};
|
|
32
|
+
progress: number;
|
|
33
|
+
uploading?: boolean | undefined;
|
|
34
|
+
name?: string | undefined;
|
|
35
|
+
uploaded?: boolean | undefined;
|
|
36
|
+
}[]>;
|
|
37
|
+
}): any;
|
|
38
|
+
placeholder?(_: {
|
|
39
|
+
files: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
40
|
+
organization?: string[] | undefined;
|
|
41
|
+
name: string;
|
|
42
|
+
url: string;
|
|
43
|
+
mimetype?: string | undefined;
|
|
44
|
+
size?: number | undefined;
|
|
45
|
+
extension?: string | undefined;
|
|
46
|
+
path?: string | undefined;
|
|
47
|
+
id?: string | undefined;
|
|
48
|
+
created_at?: (Date | string) | undefined;
|
|
49
|
+
updated_at?: (Date | string) | undefined;
|
|
50
|
+
}[]>;
|
|
51
|
+
fileQueue: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
52
|
+
file: {
|
|
53
|
+
readonly lastModified: number;
|
|
54
|
+
readonly name: string;
|
|
55
|
+
readonly webkitRelativePath: string;
|
|
56
|
+
readonly size: number;
|
|
57
|
+
readonly type: string;
|
|
58
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
59
|
+
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
60
|
+
stream: () => ReadableStream<Uint8Array>;
|
|
61
|
+
text: () => Promise<string>;
|
|
62
|
+
};
|
|
63
|
+
progress: number;
|
|
64
|
+
uploading?: boolean | undefined;
|
|
65
|
+
name?: string | undefined;
|
|
66
|
+
uploaded?: boolean | undefined;
|
|
67
|
+
}[]>;
|
|
68
|
+
browse: typeof browse;
|
|
69
|
+
}): any;
|
|
70
|
+
};
|
|
71
|
+
refs: {};
|
|
72
|
+
attrs: Partial<{}>;
|
|
69
73
|
};
|
|
70
|
-
|
|
74
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
75
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
71
76
|
label?: string;
|
|
72
77
|
multiple?: boolean;
|
|
73
78
|
files?: StorageFile | StorageFile[];
|
|
@@ -78,10 +83,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToOp
|
|
|
78
83
|
topic?: string;
|
|
79
84
|
fill?: boolean;
|
|
80
85
|
oval?: boolean;
|
|
81
|
-
}
|
|
86
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
82
87
|
"update:modelValue": (...args: any[]) => void;
|
|
83
88
|
addFileStart: (...args: any[]) => void;
|
|
84
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
89
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
85
90
|
label?: string;
|
|
86
91
|
multiple?: boolean;
|
|
87
92
|
files?: StorageFile | StorageFile[];
|
|
@@ -92,24 +97,15 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToOp
|
|
|
92
97
|
topic?: string;
|
|
93
98
|
fill?: boolean;
|
|
94
99
|
oval?: boolean;
|
|
95
|
-
}
|
|
100
|
+
}> & Readonly<{
|
|
96
101
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
97
102
|
onAddFileStart?: ((...args: any[]) => any) | undefined;
|
|
98
|
-
}, {}, {}>;
|
|
99
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
103
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
104
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
100
105
|
export default _default;
|
|
101
106
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
102
107
|
new (): {
|
|
103
108
|
$slots: S;
|
|
104
109
|
};
|
|
105
110
|
};
|
|
106
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
107
|
-
type __VLS_TypePropsToOption<T> = {
|
|
108
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
109
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
110
|
-
} : {
|
|
111
|
-
type: import('vue').PropType<T[K]>;
|
|
112
|
-
required: true;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
111
|
//# sourceMappingURL=FileUpload.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/FileUpload.vue"],"names":[],"mappings":"AAmgBA,OAAO,EAAmC,KAAK,WAAW,EAAY,MAAM,eAAe,CAAA;AA8B3F,KAAK,MAAM,GAAG,MAAM,WAAW,CAAA;AAE/B,KAAK,OAAO,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,CAAA;AAmHzC,iBAAS,MAAM,SAgBd;
|
|
1
|
+
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/FileUpload.vue"],"names":[],"mappings":"AAmgBA,OAAO,EAAmC,KAAK,WAAW,EAAY,MAAM,eAAe,CAAA;AA8B3F,KAAK,MAAM,GAAG,MAAM,WAAW,CAAA;AAE/B,KAAK,OAAO,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,CAAA;AAmHzC,iBAAS,MAAM,SAgBd;AA6BD,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAxKZ,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;YAyZQ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;0BA5ZnB,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;;YA0Ze,GAAG;;;WASvB,OAAO,IAA6B;EAEjD;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAjdZ,MAAM;eACH,OAAO;YACV,WAAW,GAAG,WAAW,EAAE;cACzB,MAAM;iBACH,OAAO;YACZ,MAAM;aACL,MAAM,GAAG,MAAM;YAChB,MAAM;WACP,OAAO;WACP,OAAO;;;;;YATN,MAAM;eACH,OAAO;YACV,WAAW,GAAG,WAAW,EAAE;cACzB,MAAM;iBACH,OAAO;YACZ,MAAM;aACL,MAAM,GAAG,MAAM;YAChB,MAAM;WACP,OAAO;WACP,OAAO;;;;kFA+cb,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,53 +1,26 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
description?: string;
|
|
3
3
|
label?: string;
|
|
4
4
|
modelValue: any;
|
|
5
5
|
placeholder?: string;
|
|
6
6
|
editMode?: boolean;
|
|
7
7
|
small?: boolean;
|
|
8
|
-
}
|
|
9
|
-
description: string;
|
|
10
|
-
editMode: boolean;
|
|
11
|
-
placeholder: string;
|
|
12
|
-
label: string;
|
|
13
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
9
|
"update:modelValue": (...args: any[]) => void;
|
|
15
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
16
11
|
description?: string;
|
|
17
12
|
label?: string;
|
|
18
13
|
modelValue: any;
|
|
19
14
|
placeholder?: string;
|
|
20
15
|
editMode?: boolean;
|
|
21
16
|
small?: boolean;
|
|
22
|
-
}
|
|
23
|
-
description: string;
|
|
24
|
-
editMode: boolean;
|
|
25
|
-
placeholder: string;
|
|
26
|
-
label: string;
|
|
27
|
-
}>>> & {
|
|
17
|
+
}> & Readonly<{
|
|
28
18
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
}
|
|
19
|
+
}>, {
|
|
30
20
|
description: string;
|
|
31
21
|
label: string;
|
|
32
22
|
placeholder: string;
|
|
33
23
|
editMode: boolean;
|
|
34
|
-
}, {}>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
35
25
|
export default _default;
|
|
36
|
-
type __VLS_WithDefaults<P, D> = {
|
|
37
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
|
-
default: D[K];
|
|
39
|
-
}> : P[K];
|
|
40
|
-
};
|
|
41
|
-
type __VLS_Prettify<T> = {
|
|
42
|
-
[K in keyof T]: T[K];
|
|
43
|
-
} & {};
|
|
44
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
-
type __VLS_TypePropsToOption<T> = {
|
|
46
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
-
} : {
|
|
49
|
-
type: import('vue').PropType<T[K]>;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
26
|
//# sourceMappingURL=JSONInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JSONInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/JSONInput.vue"],"names":[],"mappings":";kBA4DgB,MAAM;YACZ,MAAM;gBACF,GAAG;kBACD,MAAM;eACT,OAAO;YACV,OAAO
|
|
1
|
+
{"version":3,"file":"JSONInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/JSONInput.vue"],"names":[],"mappings":";kBA4DgB,MAAM;YACZ,MAAM;gBACF,GAAG;kBACD,MAAM;eACT,OAAO;YACV,OAAO;;;;kBALD,MAAM;YACZ,MAAM;gBACF,GAAG;kBACD,MAAM;eACT,OAAO;YACV,OAAO;;;;iBALD,MAAM;WACZ,MAAM;iBAEA,MAAM;cACT,OAAO;;AA8FpB,wBAQG"}
|
|
@@ -8,21 +8,12 @@ type __VLS_PublicProps = {
|
|
|
8
8
|
'modelValue'?: string;
|
|
9
9
|
'showPwd'?: boolean;
|
|
10
10
|
} & typeof __VLS_typeProps;
|
|
11
|
-
declare const _default: import('vue').DefineComponent<
|
|
12
|
-
"update:modelValue": (modelValue: string) =>
|
|
13
|
-
"update:showPwd": (showPwd: boolean) =>
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
11
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
"update:modelValue": (modelValue: string) => any;
|
|
13
|
+
"update:showPwd": (showPwd: boolean) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
16
16
|
"onUpdate:showPwd"?: ((showPwd: boolean) => any) | undefined;
|
|
17
|
-
}, {}, {}>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
export default _default;
|
|
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
19
|
//# sourceMappingURL=PasswordInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/PasswordInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/PasswordInput.vue"],"names":[],"mappings":"AAiCA,OAAO,EAAO,SAAS,EAAE,MAAM,eAAe,CAAA;AAE9C,MAAM,MAAM,UAAU,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAA;AAEvD,MAAM,MAAM,cAAc,GAAG,IAAI,CAChC,UAAU,CAAC,QAAQ,CAAC,EACpB,CAAC,GAAG,MAAM,YAAY,GAAG,MAAM,MAAM,EAAE,GAAG,UAAU,MAAM,EAAE,GAAG,KAAK,GAAG,MAAM,CAAC,CAC9E,CAAA;AAID,QAAA,IAAI,eAAe,EAAG;IAAE,aAAa,EAAE,cAAc,CAAA;CAAE,CAAC;AAgBxD,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,OAAO,eAAe,CAAC;;;;;;;;AA2F3B,wBAOG"}
|
|
@@ -7,15 +7,13 @@ export interface RadioOption<T> {
|
|
|
7
7
|
id: string;
|
|
8
8
|
contextObj: T;
|
|
9
9
|
}
|
|
10
|
-
declare const _default: <ContextObjType extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
11
|
-
props:
|
|
12
|
-
|
|
10
|
+
declare const _default: <ContextObjType 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<{
|
|
11
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
12
|
+
readonly onDelete?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
|
|
13
14
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}, never>, "onUpdate:modelValue" | "onDelete"> & ({
|
|
18
|
-
modelValue?: NonNullable<(typeof modelValue)["value"]>;
|
|
15
|
+
}>, never>, "onDelete"> & ({
|
|
16
|
+
modelValue?: any;
|
|
19
17
|
} & {
|
|
20
18
|
groupName: string;
|
|
21
19
|
options: RadioOption<ContextObjType>[];
|
|
@@ -23,7 +21,7 @@ declare const _default: <ContextObjType extends Record<string, any>>(__VLS_props
|
|
|
23
21
|
})> & import('vue').PublicProps;
|
|
24
22
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
25
23
|
attrs: any;
|
|
26
|
-
slots:
|
|
24
|
+
slots: {
|
|
27
25
|
radioItem?(_: {
|
|
28
26
|
imgAlt?: string;
|
|
29
27
|
imgSrc?: string;
|
|
@@ -33,15 +31,17 @@ declare const _default: <ContextObjType extends Record<string, any>>(__VLS_props
|
|
|
33
31
|
id: string;
|
|
34
32
|
contextObj: ContextObjType;
|
|
35
33
|
}): any;
|
|
36
|
-
}
|
|
37
|
-
emit: ((event: "delete", ...args: any[]) => void) &
|
|
34
|
+
};
|
|
35
|
+
emit: ((event: "delete", ...args: any[]) => void) & {
|
|
36
|
+
'update:modelValue': [modelValue: any];
|
|
37
|
+
};
|
|
38
38
|
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
39
39
|
[key: string]: any;
|
|
40
40
|
}> & {
|
|
41
41
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
42
42
|
};
|
|
43
43
|
export default _default;
|
|
44
|
-
type
|
|
44
|
+
type __VLS_PrettifyLocal<T> = {
|
|
45
45
|
[K in keyof T]: T[K];
|
|
46
46
|
} & {};
|
|
47
47
|
//# sourceMappingURL=RadioGroup.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioGroup.vue"],"names":[],"mappings":"AAgFA,MAAM,WAAW,WAAW,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,GAAG,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,CAAC,CAAA;CACb;yBAGgB,cAAc,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAC7C,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,
|
|
1
|
+
{"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioGroup.vue"],"names":[],"mappings":"AAgFA,MAAM,WAAW,WAAW,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,GAAG,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,CAAC,CAAA;CACb;yBAGgB,cAAc,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAC7C,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;WA6JxD,mBAAmB,CAAC;;;;;qBAtIf,GAAG;;mBAnBN,MAAM;iBACR,WAAW,CAAC,cAAc,CAAC,EAAE;oBAC1B,OAAO;MAuJmE,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;qBA5KH,MAAM;qBACN,MAAM;uBACJ,MAAM;oBACT,MAAM;mBACP,GAAG;gBACN,MAAM;;YA0IoB,GAAG;;UA+BzB;6BAvIY,CAAC,UAAU,EAAC,GAAG,CAAC;KAuIY;;;;YAGL,OAAO,CAAC,OAAO,WAAW,CAAC;;AAvKvE,wBAuK4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,47 +1,22 @@
|
|
|
1
1
|
import { Option } from '../../..';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
options?: Option[];
|
|
4
4
|
modelValue?: any;
|
|
5
5
|
id?: string;
|
|
6
6
|
label?: string;
|
|
7
|
-
}
|
|
8
|
-
modelValue: string;
|
|
9
|
-
id: () => string;
|
|
10
|
-
label: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
8
|
"update:modelValue": (...args: any[]) => void;
|
|
13
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
14
10
|
options?: Option[];
|
|
15
11
|
modelValue?: any;
|
|
16
12
|
id?: string;
|
|
17
13
|
label?: string;
|
|
18
|
-
}
|
|
19
|
-
modelValue: string;
|
|
20
|
-
id: () => string;
|
|
21
|
-
label: string;
|
|
22
|
-
}>>> & {
|
|
14
|
+
}> & Readonly<{
|
|
23
15
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
}
|
|
16
|
+
}>, {
|
|
25
17
|
label: string;
|
|
26
18
|
id: string;
|
|
27
19
|
modelValue: any;
|
|
28
|
-
}, {}>;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
21
|
export default _default;
|
|
30
|
-
type __VLS_WithDefaults<P, D> = {
|
|
31
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
32
|
-
default: D[K];
|
|
33
|
-
}> : P[K];
|
|
34
|
-
};
|
|
35
|
-
type __VLS_Prettify<T> = {
|
|
36
|
-
[K in keyof T]: T[K];
|
|
37
|
-
} & {};
|
|
38
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
-
type __VLS_TypePropsToOption<T> = {
|
|
40
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
-
} : {
|
|
43
|
-
type: import('vue').PropType<T[K]>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
22
|
//# sourceMappingURL=RadioPillsInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioPillsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioPillsInput.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;;cAK/B,MAAM,EAAE;iBACL,GAAG;SACX,MAAM;YACH,MAAM
|
|
1
|
+
{"version":3,"file":"RadioPillsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioPillsInput.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;;cAK/B,MAAM,EAAE;iBACL,GAAG;SACX,MAAM;YACH,MAAM;;;;cAHJ,MAAM,EAAE;iBACL,GAAG;SACX,MAAM;YACH,MAAM;;;;WAAN,MAAM;QADT,MAAM;gBADE,GAAG;;AAgIlB,wBAQG"}
|
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
modelValue: string;
|
|
3
|
-
}
|
|
3
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
4
|
"update:modelValue": (...args: any[]) => void;
|
|
5
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
6
6
|
modelValue: string;
|
|
7
|
-
}
|
|
7
|
+
}> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}, {}, {}>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
|
11
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
-
type __VLS_TypePropsToOption<T> = {
|
|
13
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
-
} : {
|
|
16
|
-
type: import('vue').PropType<T[K]>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
11
|
//# sourceMappingURL=RichText.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RichText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RichText.vue"],"names":[],"mappings":";gBA+boC,MAAM;;;;gBAAN,MAAM;;;;
|
|
1
|
+
{"version":3,"file":"RichText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RichText.vue"],"names":[],"mappings":";gBA+boC,MAAM;;;;gBAAN,MAAM;;;;AAiT1C,wBAOG"}
|
|
@@ -1,21 +1,12 @@
|
|
|
1
1
|
import { ToolbarConfig } from './richtext-types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
config: ToolbarConfig;
|
|
4
|
-
}
|
|
4
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
5
|
action: (...args: any[]) => void;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
7
7
|
config: ToolbarConfig;
|
|
8
|
-
}
|
|
8
|
+
}> & Readonly<{
|
|
9
9
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
10
|
-
}, {}, {}>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
export default _default;
|
|
12
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
-
type __VLS_TypePropsToOption<T> = {
|
|
14
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
-
} : {
|
|
17
|
-
type: import('vue').PropType<T[K]>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
12
|
//# sourceMappingURL=Toolbar.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toolbar.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/inputs/RichText2/Toolbar.vue"],"names":[],"mappings":"AA0FA,OAAO,KAAK,EAAE,aAAa,EAAuB,MAAM,kBAAkB,CAAA;;YAI1C,aAAa;;;;YAAb,aAAa;;;;
|
|
1
|
+
{"version":3,"file":"Toolbar.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/inputs/RichText2/Toolbar.vue"],"names":[],"mappings":"AA0FA,OAAO,KAAK,EAAE,aAAa,EAAuB,MAAM,kBAAkB,CAAA;;YAI1C,aAAa;;;;YAAb,aAAa;;;;AAuK7C,wBAOG"}
|
|
@@ -1,23 +1,14 @@
|
|
|
1
1
|
import { ToolbarConfig } from './richtext-types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
modelValue: string;
|
|
4
4
|
toolbarConfig?: ToolbarConfig;
|
|
5
|
-
}
|
|
5
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (...args: any[]) => void;
|
|
7
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
8
8
|
modelValue: string;
|
|
9
9
|
toolbarConfig?: ToolbarConfig;
|
|
10
|
-
}
|
|
10
|
+
}> & Readonly<{
|
|
11
11
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
}, {}, {}>;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
14
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
-
type __VLS_TypePropsToOption<T> = {
|
|
16
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
-
} : {
|
|
19
|
-
type: import('vue').PropType<T[K]>;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
14
|
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/inputs/RichText2/index.vue"],"names":[],"mappings":"AAgSA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;;gBAKjB,MAAM;oBAAkB,aAAa;;;;gBAArC,MAAM;oBAAkB,aAAa;;;;
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/inputs/RichText2/index.vue"],"names":[],"mappings":"AAgSA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;;gBAKjB,MAAM;oBAAkB,aAAa;;;;gBAArC,MAAM;oBAAkB,aAAa;;;;AAiQzE,wBAOG"}
|