@bagelink/vue 0.0.564 → 0.0.568
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/DataPreview.vue.d.ts.map +1 -1
- package/dist/components/MaterialIcon.vue.d.ts +2 -0
- package/dist/components/MaterialIcon.vue.d.ts.map +1 -1
- package/dist/components/TableSchema.vue.d.ts +34 -21
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/form/BglForm.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CheckInput.vue.d.ts +21 -11
- package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DateInput.vue.d.ts +2 -0
- package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts +31 -41
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +1 -1
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +2 -0
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TelInput.vue.d.ts +11 -11
- package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ToggleInput.vue.d.ts +18 -3
- package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
- package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
- package/dist/composables/index.d.ts +10 -0
- package/dist/composables/index.d.ts.map +1 -0
- package/dist/index.cjs +623 -200
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +624 -201
- package/dist/style.css +267 -124
- package/dist/types/BagelForm.d.ts +1 -0
- package/dist/types/BagelForm.d.ts.map +1 -1
- package/dist/utils/index.d.ts +3 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/package.json +15 -14
- package/src/components/Btn.vue +1 -1
- package/src/components/DataPreview.vue +12 -13
- package/src/components/MapEmbed.vue +2 -2
- package/src/components/MaterialIcon.vue +7 -3
- package/src/components/TableSchema.vue +283 -104
- package/src/components/form/BglFieldSet.vue +0 -2
- package/src/components/form/BglForm.vue +2 -4
- package/src/components/form/inputs/CheckInput.vue +13 -6
- package/src/components/form/inputs/DateInput.vue +2 -0
- package/src/components/form/inputs/FileUpload.vue +63 -47
- package/src/components/form/inputs/SelectInput.vue +17 -7
- package/src/components/form/inputs/ToggleInput.vue +22 -5
- package/src/components/layout/TabbedLayout.vue +1 -1
- package/src/composables/index.ts +24 -0
- package/src/index.ts +1 -0
- package/src/styles/layout.css +24 -0
- package/src/styles/mobilLayout.css +23 -0
- package/src/styles/text.css +0 -2
- package/src/styles/theme.css +2 -1
- package/src/types/BagelForm.ts +2 -0
- package/src/utils/index.ts +22 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataPreview.vue.d.ts","sourceRoot":"","sources":["../../src/components/DataPreview.vue"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,cAAc,
|
|
1
|
+
{"version":3,"file":"DataPreview.vue.d.ts","sourceRoot":"","sources":["../../src/components/DataPreview.vue"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,cAAc,EAKnB,MAAM,eAAe,CAAA;AAyBtB,iBAAS,cAAc;oBAkJM,GAAG;EAG/B;AAqBD,QAAA,MAAM,eAAe;UAhLb,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;;UAA3C,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;YA6LjD,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAGxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -5,11 +5,13 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
5
5
|
name?: MaterialIcons;
|
|
6
6
|
size?: number | string;
|
|
7
7
|
color?: string;
|
|
8
|
+
weight?: number | string;
|
|
8
9
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
10
|
icon?: MaterialIcons;
|
|
10
11
|
name?: MaterialIcons;
|
|
11
12
|
size?: number | string;
|
|
12
13
|
color?: string;
|
|
14
|
+
weight?: number | string;
|
|
13
15
|
}>>>, {}, {}>;
|
|
14
16
|
export default _default;
|
|
15
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MaterialIcon.vue.d.ts","sourceRoot":"","sources":["../../src/components/MaterialIcon.vue"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;;
|
|
1
|
+
{"version":3,"file":"MaterialIcon.vue.d.ts","sourceRoot":"","sources":["../../src/components/MaterialIcon.vue"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;;WAqE1C,aAAa;WACb,aAAa;WACb,MAAM,GAAG,MAAM;YACd,MAAM;aACL,MAAM,GAAG,MAAM;;WAJjB,aAAa;WACb,aAAa;WACb,MAAM,GAAG,MAAM;YACd,MAAM;aACL,MAAM,GAAG,MAAM;;AAVzB,wBAYG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -4,36 +4,49 @@ declare function __VLS_template(): Partial<Record<string, (_: {
|
|
|
4
4
|
row: Record<string, any>;
|
|
5
5
|
field: import('..').Field<Record<string, any>>;
|
|
6
6
|
}) => any>>;
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
8
|
+
loading: import('vue').PropType<any>;
|
|
9
|
+
itemHeight: import('vue').PropType<any>;
|
|
10
|
+
selectedItems: {
|
|
11
|
+
type: import('vue').PropType<string[]>;
|
|
12
|
+
};
|
|
13
|
+
data: {
|
|
14
|
+
type: import('vue').PropType<any[]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
schema: {
|
|
18
|
+
type: import('vue').PropType<BglFormSchemaT | (() => BglFormSchemaT)>;
|
|
19
|
+
};
|
|
20
|
+
showFields: {
|
|
21
|
+
type: import('vue').PropType<string[]>;
|
|
22
|
+
};
|
|
23
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
24
|
select: (...args: any[]) => void;
|
|
14
25
|
"update:selectedItems": (...args: any[]) => void;
|
|
15
26
|
orderBy: (...args: any[]) => void;
|
|
16
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
|
+
loading: import('vue').PropType<any>;
|
|
29
|
+
itemHeight: import('vue').PropType<any>;
|
|
30
|
+
selectedItems: {
|
|
31
|
+
type: import('vue').PropType<string[]>;
|
|
32
|
+
};
|
|
33
|
+
data: {
|
|
34
|
+
type: import('vue').PropType<any[]>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
schema: {
|
|
38
|
+
type: import('vue').PropType<BglFormSchemaT | (() => BglFormSchemaT)>;
|
|
39
|
+
};
|
|
40
|
+
showFields: {
|
|
41
|
+
type: import('vue').PropType<string[]>;
|
|
42
|
+
};
|
|
43
|
+
}>> & {
|
|
22
44
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
23
45
|
"onUpdate:selectedItems"?: ((...args: any[]) => any) | undefined;
|
|
24
46
|
onOrderBy?: ((...args: any[]) => any) | undefined;
|
|
25
47
|
}, {}, {}>;
|
|
26
48
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
27
49
|
export default _default;
|
|
28
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
-
} : {
|
|
33
|
-
type: import('vue').PropType<T[K]>;
|
|
34
|
-
required: true;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
50
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
51
|
new (): {
|
|
39
52
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,cAAc,
|
|
1
|
+
{"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,cAAc,EAKnB,MAAM,eAAe,CAAA;AAiKtB,iBAAS,cAAc;;;MAyV+D,GAAG,GAIxF;AAmCD,QAAA,MAAM,eAAe;aAvYV,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;gBACxB,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;kBAwZ4J,IAAI;;;6DATvK,cAAc;;;;;;;;;;aAhZrC,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;gBACxB,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;kBAwZ4J,IAAI;;;6DATvK,cAAc;;;;;;;;;UAM9C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAGxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BglForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BglForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglForm.vue"],"names":[],"mappings":"AAEA,OAAO,EAAY,KAAK,cAAc,EAAmB,MAAM,eAAe,CAAA;AAK9E,KAAK,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AAuD1D,iBAAS,SAAS,SAMjB;AAID,iBAAS,UAAU,SAgBlB;AAqBD,iBAAS,cAAc;;;;QAuHM,GAAG;qBACF,GAAG;mBACL,GAAG;EAG9B;AAwBD,QAAA,MAAM,eAAe;YAOX,MAAM;SACT,MAAM;YACH,cAAc,CAAC,GAAG,CAAC;iBACd,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,cAAc,CAAC,GAAG,CAAC;iBACd,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;MAMhC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -2,40 +2,50 @@ declare function __VLS_template(): {
|
|
|
2
2
|
label?(_: {}): any;
|
|
3
3
|
};
|
|
4
4
|
declare const __VLS_component: import('vue').DefineComponent<{
|
|
5
|
-
modelValue: import('vue').PropType<boolean>;
|
|
5
|
+
modelValue: import('vue').PropType<boolean | undefined>;
|
|
6
6
|
label: {
|
|
7
7
|
type: import('vue').PropType<string>;
|
|
8
8
|
};
|
|
9
|
-
|
|
10
|
-
type: import('vue').PropType<
|
|
9
|
+
small: {
|
|
10
|
+
type: import('vue').PropType<boolean>;
|
|
11
11
|
};
|
|
12
12
|
title: {
|
|
13
13
|
type: import('vue').PropType<string>;
|
|
14
14
|
};
|
|
15
|
-
|
|
16
|
-
type: import('vue').PropType<
|
|
15
|
+
id: {
|
|
16
|
+
type: import('vue').PropType<string>;
|
|
17
17
|
};
|
|
18
18
|
required: {
|
|
19
19
|
type: import('vue').PropType<boolean>;
|
|
20
20
|
};
|
|
21
|
+
defaultValue: {
|
|
22
|
+
type: import('vue').PropType<boolean>;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
21
25
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
-
modelValue: import('vue').PropType<boolean>;
|
|
26
|
+
modelValue: import('vue').PropType<boolean | undefined>;
|
|
23
27
|
label: {
|
|
24
28
|
type: import('vue').PropType<string>;
|
|
25
29
|
};
|
|
26
|
-
|
|
27
|
-
type: import('vue').PropType<
|
|
30
|
+
small: {
|
|
31
|
+
type: import('vue').PropType<boolean>;
|
|
28
32
|
};
|
|
29
33
|
title: {
|
|
30
34
|
type: import('vue').PropType<string>;
|
|
31
35
|
};
|
|
32
|
-
|
|
33
|
-
type: import('vue').PropType<
|
|
36
|
+
id: {
|
|
37
|
+
type: import('vue').PropType<string>;
|
|
34
38
|
};
|
|
35
39
|
required: {
|
|
36
40
|
type: import('vue').PropType<boolean>;
|
|
37
41
|
};
|
|
38
|
-
|
|
42
|
+
defaultValue: {
|
|
43
|
+
type: import('vue').PropType<boolean>;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
}>>, {
|
|
47
|
+
defaultValue: boolean;
|
|
48
|
+
}, {}>;
|
|
39
49
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
40
50
|
export default _default;
|
|
41
51
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/CheckInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CheckInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/CheckInput.vue"],"names":[],"mappings":"AA8BA,iBAAS,cAAc;mBA0EK,GAAG;EAK9B;AAoBD,QAAA,MAAM,eAAe;gBAzGP,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;gBAA3C,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;kBAqHzC,OAAO;MAIrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { VueDatePickerProps } from '@vuepic/vue-datepicker';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
required?: boolean;
|
|
4
5
|
label?: string;
|
|
5
6
|
editMode?: boolean;
|
|
6
7
|
small?: boolean;
|
|
@@ -19,6 +20,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
19
20
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
21
|
"update:modelValue": (...args: any[]) => void;
|
|
21
22
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
23
|
+
required?: boolean;
|
|
22
24
|
label?: string;
|
|
23
25
|
editMode?: boolean;
|
|
24
26
|
small?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DateInput.vue"],"names":[],"mappings":"AAEA,OAAoB,EAA2B,KAAK,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AACtG,OAAO,sCAAsC,CAAA;;
|
|
1
|
+
{"version":3,"file":"DateInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DateInput.vue"],"names":[],"mappings":"AAEA,OAAoB,EAA2B,KAAK,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AACtG,OAAO,sCAAsC,CAAA;;eAyJhC,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;;AAVtB,wBAoBG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { StorageFile } from '../../..';
|
|
2
2
|
|
|
3
|
+
type StrKey = keyof StorageFile;
|
|
3
4
|
type FSValue = string[] | string | number;
|
|
4
5
|
declare function browse(): void;
|
|
5
6
|
declare function __VLS_template(): {
|
|
@@ -38,49 +39,38 @@ declare function __VLS_template(): {
|
|
|
38
39
|
browse: typeof browse;
|
|
39
40
|
}): any;
|
|
40
41
|
};
|
|
41
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
width
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}, {},
|
|
62
|
-
modelValue: import('vue').PropType<FSValue>;
|
|
63
|
-
label: {
|
|
64
|
-
type: import('vue').PropType<string>;
|
|
65
|
-
};
|
|
66
|
-
multiple: {
|
|
67
|
-
type: import('vue').PropType<boolean>;
|
|
68
|
-
};
|
|
69
|
-
files: {
|
|
70
|
-
type: import('vue').PropType<StorageFile | StorageFile[]>;
|
|
71
|
-
};
|
|
72
|
-
deleteEndpoint: {
|
|
73
|
-
type: import('vue').PropType<string>;
|
|
74
|
-
};
|
|
75
|
-
bindkey: {
|
|
76
|
-
type: import('vue').PropType<keyof StorageFile>;
|
|
77
|
-
};
|
|
78
|
-
width: {
|
|
79
|
-
type: import('vue').PropType<string>;
|
|
80
|
-
};
|
|
81
|
-
}>>, {}, {}>;
|
|
42
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
43
|
+
label?: string;
|
|
44
|
+
multiple?: boolean;
|
|
45
|
+
files?: StorageFile | StorageFile[];
|
|
46
|
+
deleteEndpoint?: string;
|
|
47
|
+
bindkey?: StrKey;
|
|
48
|
+
modelValue?: FSValue;
|
|
49
|
+
width?: string;
|
|
50
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
|
+
"update:modelValue": (...args: any[]) => void;
|
|
52
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
53
|
+
label?: string;
|
|
54
|
+
multiple?: boolean;
|
|
55
|
+
files?: StorageFile | StorageFile[];
|
|
56
|
+
deleteEndpoint?: string;
|
|
57
|
+
bindkey?: StrKey;
|
|
58
|
+
modelValue?: FSValue;
|
|
59
|
+
width?: string;
|
|
60
|
+
}>>> & {
|
|
61
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
}, {}, {}>;
|
|
82
63
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
83
64
|
export default _default;
|
|
65
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
66
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
67
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
68
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
69
|
+
} : {
|
|
70
|
+
type: import('vue').PropType<T[K]>;
|
|
71
|
+
required: true;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
84
74
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
85
75
|
new (): {
|
|
86
76
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/FileUpload.vue"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/FileUpload.vue"],"names":[],"mappings":"AAGA,OAAO,EAAqB,KAAK,WAAW,EAAY,MAAM,eAAe,CAAA;AAwB7E,KAAK,MAAM,GAAG,MAAM,WAAW,CAAA;AAE/B,KAAK,OAAO,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,CAAA;AAoGzC,iBAAS,MAAM,SAcd;AA4BD,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;sBAtJZ,MAAM;wBACJ,OAAO;mBACZ,MAAM;uBACF,OAAO;;QAycS,GAAG;;;QACG,GAAG;EAGpC;AA4BD,QAAA,MAAM,eAAe;YAMZ,MAAM;eACH,OAAO;YACV,WAAW,GAAG,WAAW,EAAE;qBAClB,MAAM;cACb,MAAM;iBACH,OAAO;YACZ,MAAM;;;;YANN,MAAM;eACH,OAAO;YACV,WAAW,GAAG,WAAW,EAAE;qBAClB,MAAM;cACb,MAAM;iBACH,OAAO;YACZ,MAAM;;;UAGb,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -26,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
26
26
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
}, {
|
|
28
28
|
label: string;
|
|
29
|
-
modelValue: any;
|
|
30
29
|
id: string;
|
|
30
|
+
modelValue: any;
|
|
31
31
|
}, {}>;
|
|
32
32
|
export default _default;
|
|
33
33
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioPillsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioPillsInput.vue"],"names":[],"mappings":"AAMA,KAAK,MAAM,GACR,MAAM,GACN,MAAM,GACN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACnB;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAA;;cAiLhC,MAAM,EAAE;iBACL,GAAG;SACX,MAAM;YACH,MAAM;;;;;;;;cAHJ,MAAM,EAAE;iBACL,GAAG;SACX,MAAM;YACH,MAAM;;;;;;;;WAAN,MAAM;
|
|
1
|
+
{"version":3,"file":"RadioPillsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioPillsInput.vue"],"names":[],"mappings":"AAMA,KAAK,MAAM,GACR,MAAM,GACN,MAAM,GACN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACnB;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAA;;cAiLhC,MAAM,EAAE;iBACL,GAAG;SACX,MAAM;YACH,MAAM;;;;;;;;cAHJ,MAAM,EAAE;iBACL,GAAG;SACX,MAAM;YACH,MAAM;;;;;;;;WAAN,MAAM;QADT,MAAM;gBADE,GAAG;;AAPlB,wBAYG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -19,6 +19,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRu
|
|
|
19
19
|
multiselect?: boolean;
|
|
20
20
|
icon?: MaterialIcons;
|
|
21
21
|
hideLabel?: boolean;
|
|
22
|
+
defaultValue?: Option;
|
|
22
23
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
24
|
"update:modelValue": (...args: any[]) => void;
|
|
24
25
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -33,6 +34,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRu
|
|
|
33
34
|
multiselect?: boolean;
|
|
34
35
|
icon?: MaterialIcons;
|
|
35
36
|
hideLabel?: boolean;
|
|
37
|
+
defaultValue?: Option;
|
|
36
38
|
}>>> & {
|
|
37
39
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
38
40
|
}, {}, {}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SelectInput.vue"],"names":[],"mappings":"AAIA,OAAO,wBAAwB,CAAA;AAC/B,OAAO,EAGN,KAAK,aAAa,EAElB,MAAM,eAAe,CAAA;AAItB,KAAK,MAAM,GACR,MAAM,GACN,MAAM,GACN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACnB;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAA;
|
|
1
|
+
{"version":3,"file":"SelectInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SelectInput.vue"],"names":[],"mappings":"AAIA,OAAO,wBAAwB,CAAA;AAC/B,OAAO,EAGN,KAAK,aAAa,EAElB,MAAM,eAAe,CAAA;AAItB,KAAK,MAAM,GACR,MAAM,GACN,MAAM,GACN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACnB;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAA;AAsK5C,iBAAS,cAAc;kBAyQI,GAAG;EAG7B;AAsCD,QAAA,MAAM,eAAe;aAMX,MAAM,EAAE;kBACH,MAAM;eACT,OAAO;iBACL,MAAM;iBACN,OAAO;eACT,OAAO;YACV,MAAM;gBACF,OAAO;kBACL,OAAO;WACd,aAAa;gBACR,OAAO;mBACJ,MAAM;;;;aAXZ,MAAM,EAAE;kBACH,MAAM;eACT,OAAO;iBACL,MAAM;iBACN,OAAO;eACT,OAAO;YACV,MAAM;gBACF,OAAO;kBACL,OAAO;WACd,aAAa;gBACR,OAAO;mBACJ,MAAM;;;UAGpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -7,6 +7,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
7
7
|
label: {
|
|
8
8
|
type: import('vue').PropType<string>;
|
|
9
9
|
};
|
|
10
|
+
searchable: {
|
|
11
|
+
type: import('vue').PropType<boolean>;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
10
14
|
id: {
|
|
11
15
|
type: import('vue').PropType<string>;
|
|
12
16
|
};
|
|
@@ -23,17 +27,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
27
|
default: boolean;
|
|
24
28
|
};
|
|
25
29
|
autocomplete: {
|
|
26
|
-
type: import('vue').PropType<"tel" | "
|
|
30
|
+
type: import('vue').PropType<"tel" | "off" | "on">;
|
|
27
31
|
default: string;
|
|
28
32
|
};
|
|
29
33
|
debounceDelay: {
|
|
30
34
|
type: import('vue').PropType<number>;
|
|
31
35
|
default: number;
|
|
32
36
|
};
|
|
33
|
-
searchable: {
|
|
34
|
-
type: import('vue').PropType<boolean>;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
37
|
mode: {
|
|
38
38
|
type: import('vue').PropType<NumberFormat>;
|
|
39
39
|
default: string;
|
|
@@ -116,6 +116,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
116
116
|
label: {
|
|
117
117
|
type: import('vue').PropType<string>;
|
|
118
118
|
};
|
|
119
|
+
searchable: {
|
|
120
|
+
type: import('vue').PropType<boolean>;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
119
123
|
id: {
|
|
120
124
|
type: import('vue').PropType<string>;
|
|
121
125
|
};
|
|
@@ -132,17 +136,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
132
136
|
default: boolean;
|
|
133
137
|
};
|
|
134
138
|
autocomplete: {
|
|
135
|
-
type: import('vue').PropType<"tel" | "
|
|
139
|
+
type: import('vue').PropType<"tel" | "off" | "on">;
|
|
136
140
|
default: string;
|
|
137
141
|
};
|
|
138
142
|
debounceDelay: {
|
|
139
143
|
type: import('vue').PropType<number>;
|
|
140
144
|
default: number;
|
|
141
145
|
};
|
|
142
|
-
searchable: {
|
|
143
|
-
type: import('vue').PropType<boolean>;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
146
|
mode: {
|
|
147
147
|
type: import('vue').PropType<NumberFormat>;
|
|
148
148
|
default: string;
|
|
@@ -221,12 +221,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
221
221
|
"onCountry-changed"?: ((...args: any[]) => any) | undefined;
|
|
222
222
|
onSpace?: ((...args: any[]) => any) | undefined;
|
|
223
223
|
}, {
|
|
224
|
+
searchable: boolean;
|
|
224
225
|
placeholder: string;
|
|
225
226
|
required: boolean;
|
|
226
227
|
disabled: boolean;
|
|
227
228
|
autocomplete: "on" | "off" | "tel";
|
|
228
229
|
debounceDelay: number;
|
|
229
|
-
searchable: boolean;
|
|
230
230
|
mode: NumberFormat;
|
|
231
231
|
allCountries: Country[];
|
|
232
232
|
autoFormat: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TelInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/TelInput.vue"],"names":[],"mappings":"AAEA,OAAO,EACN,KAAK,OAAO,EAOZ,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,UAAU,EAAoB,MAAM,KAAK,CAAA;AACjE,OAAO,EAEN,KAAK,YAAY,EAEjB,MAAM,mBAAmB,CAAA;;gBAkTZ,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBArPnB,MAAM,GAAG,SAAS;;;;mBAI3B,GAAG,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAwBP,OAAO;;;;;;;;;;;;;;gBAyNjB,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBArPnB,MAAM,GAAG,SAAS;;;;mBAI3B,GAAG,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAwBP,OAAO;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TelInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/TelInput.vue"],"names":[],"mappings":"AAEA,OAAO,EACN,KAAK,OAAO,EAOZ,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,UAAU,EAAoB,MAAM,KAAK,CAAA;AACjE,OAAO,EAEN,KAAK,YAAY,EAEjB,MAAM,mBAAmB,CAAA;;gBAkTZ,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBArPnB,MAAM,GAAG,SAAS;;;;mBAI3B,GAAG,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAwBP,OAAO;;;;;;;;;;;;;;gBAyNjB,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBArPnB,MAAM,GAAG,SAAS;;;;mBAI3B,GAAG,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAwBP,OAAO;;;;;;;;;;;;;;gBARjB,OAAO;iBARN,MAAM;cACT,OAAO;cAMP,OAAO;kBARH,IAAI,GAAG,KAAK,GAAG,KAAK;mBAkBnB,MAAM;UAJf,YAAY;kBAVJ,OAAO,EAAE;gBACX,OAAO;oBACH,OAAO,GAAG,MAAM;oBAChB,MAAM,GAAG,MAAM;wBAGX,OAAO;sBAGT,MAAM,EAAE;mBAEX,MAAM,EAAE;wBACH,MAAM,EAAE;;AAmiB9B,wBAUG"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
label?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
5
|
+
modelValue: import('vue').PropType<boolean | undefined>;
|
|
3
6
|
label: {
|
|
4
7
|
type: import('vue').PropType<string>;
|
|
5
8
|
required: true;
|
|
@@ -13,12 +16,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
13
16
|
id: {
|
|
14
17
|
type: import('vue').PropType<string>;
|
|
15
18
|
};
|
|
19
|
+
required: {
|
|
20
|
+
type: import('vue').PropType<boolean>;
|
|
21
|
+
};
|
|
16
22
|
defaultValue: {
|
|
17
23
|
type: import('vue').PropType<boolean>;
|
|
18
24
|
default: boolean;
|
|
19
25
|
};
|
|
20
26
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
-
modelValue: import('vue').PropType<boolean>;
|
|
27
|
+
modelValue: import('vue').PropType<boolean | undefined>;
|
|
22
28
|
label: {
|
|
23
29
|
type: import('vue').PropType<string>;
|
|
24
30
|
required: true;
|
|
@@ -32,6 +38,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
32
38
|
id: {
|
|
33
39
|
type: import('vue').PropType<string>;
|
|
34
40
|
};
|
|
41
|
+
required: {
|
|
42
|
+
type: import('vue').PropType<boolean>;
|
|
43
|
+
};
|
|
35
44
|
defaultValue: {
|
|
36
45
|
type: import('vue').PropType<boolean>;
|
|
37
46
|
default: boolean;
|
|
@@ -39,5 +48,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
39
48
|
}>>, {
|
|
40
49
|
defaultValue: boolean;
|
|
41
50
|
}, {}>;
|
|
51
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
42
52
|
export default _default;
|
|
53
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
54
|
+
new (): {
|
|
55
|
+
$slots: S;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
43
58
|
//# sourceMappingURL=ToggleInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/ToggleInput.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ToggleInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/ToggleInput.vue"],"names":[],"mappings":"AA8BA,iBAAS,cAAc;mBA2GK,GAAG;EAK9B;AAoBD,QAAA,MAAM,eAAe;gBA1IP,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,GAAG,SAAS,CAAC;;;kBA6J4I,IAAI;;;;;;;;;;;;;;;;;;;gBA7J3L,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,GAAG,SAAS,CAAC;;;kBA6J4I,IAAI;;;;;;;;;;;;;;;;;;;kBAPzL,OAAO;MAIrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabbedLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/TabbedLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TabbedLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/TabbedLayout.vue"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAsCxC,iBAAS,cAAc;;MAmI+D,GAAG;2BAErD,GAAG;EAGtC;AAiBD,QAAA,MAAM,eAAe;YAMZ,MAAM;UACR,MAAM,EAAE;iBACD,MAAM;aACV,MAAM;eACJ,OAAO;;;;YAJV,MAAM;UACR,MAAM,EAAE;iBACD,MAAM;aACV,MAAM;eACJ,OAAO;;;UAGjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BglFormSchemaFnT, BglFormSchemaT } from '..';
|
|
2
|
+
|
|
3
|
+
interface useBglSchemaParamsT {
|
|
4
|
+
schema?: BglFormSchemaFnT;
|
|
5
|
+
showFields?: string[];
|
|
6
|
+
data?: any[];
|
|
7
|
+
}
|
|
8
|
+
export declare function useBglSchema({ schema, showFields, data }?: useBglSchemaParamsT): BglFormSchemaT;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,cAAc,EAAqB,MAAM,eAAe,CAAA;AAE7F,UAAU,mBAAmB;IAC5B,MAAM,CAAC,EAAE,gBAAgB,CAAA;IACzB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAA;CACZ;AAED,wBAAgB,YAAY,CAC3B,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,GAAE,mBAAwB,GACpD,cAAc,CAahB"}
|