@vc-shell/framework 1.0.177 → 1.0.179
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/CHANGELOG.md +18 -0
- package/dist/framework.js +22362 -37402
- package/dist/index.css +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/locales/en.json +301 -0
- package/dist/locales/index.d.ts +3 -0
- package/dist/locales/index.d.ts.map +1 -0
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +5 -0
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/index.d.ts +4 -2
- package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +10 -2
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/index.d.ts +0 -1
- package/dist/ui/components/molecules/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +20 -20
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +19 -9
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +18 -18
- package/dist/ui/components/molecules/vc-slider/index.d.ts +12 -12
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +18 -18
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +8 -7
- package/shared/modules/dynamic/components/fields/SelectField.ts +1 -0
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +4 -1
- package/shared/modules/dynamic/types/index.ts +5 -0
- package/ui/components/atoms/vc-badge/vc-badge.vue +7 -0
- package/ui/components/atoms/vc-button/vc-button.vue +5 -1
- package/ui/components/atoms/vc-card/vc-card.vue +3 -0
- package/ui/components/atoms/vc-image/vc-image.vue +1 -1
- package/ui/components/molecules/index.ts +0 -1
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +2 -1
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +3 -1
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +43 -9
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +2 -2
- package/ui/components/organisms/vc-popup/vc-popup.vue +1 -1
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts +0 -123
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.stories.d.ts +0 -7
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.stories.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +0 -38
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +0 -1
- package/ui/components/molecules/vc-code-editor/index.ts +0 -10
- package/ui/components/molecules/vc-code-editor/vc-code-editor.stories.ts +0 -23
- package/ui/components/molecules/vc-code-editor/vc-code-editor.vue +0 -96
|
@@ -64,8 +64,10 @@ export declare const VcBadge: {
|
|
|
64
64
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
65
|
click: () => void;
|
|
66
66
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
67
|
-
$slots: {
|
|
68
|
-
default
|
|
67
|
+
$slots: Readonly<{
|
|
68
|
+
default: void;
|
|
69
|
+
}> & {
|
|
70
|
+
default: void;
|
|
69
71
|
};
|
|
70
72
|
}) & (new () => {
|
|
71
73
|
$slots: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACV;IACN,MAAM,EAAE;QACN;;aAEK;QACL,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
|
|
@@ -10,8 +10,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
10
10
|
click: () => void;
|
|
11
11
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
12
12
|
onClick?: (() => any) | undefined;
|
|
13
|
-
}, {}, {}>, {
|
|
14
|
-
|
|
13
|
+
}, {}, {}>, Readonly<{
|
|
14
|
+
/**
|
|
15
|
+
* Slot for component content
|
|
16
|
+
* */
|
|
17
|
+
default: void;
|
|
18
|
+
}> & {
|
|
19
|
+
/**
|
|
20
|
+
* Slot for component content
|
|
21
|
+
* */
|
|
22
|
+
default: void;
|
|
15
23
|
}>;
|
|
16
24
|
export default _default;
|
|
17
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-badge.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/vc-badge.vue.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB
|
|
1
|
+
{"version":3,"file":"vc-badge.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/vc-badge.vue.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;IASC;;SAEK;;;IAFL;;SAEK;;;AA+EP,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-card.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/vc-card.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;CAC5C;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IAC9B,CAAC,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7D;;;;;;;;;;;;;;;;;;;;AA+LD,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"}
|
|
1
|
+
{"version":3,"file":"vc-card.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/vc-card.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;CAC5C;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IAC9B,CAAC,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7D;;;;;;;;;;;;;;;;;;;;AA+LD,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC"}
|
|
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
38
38
|
aspectRatio: () => number[];
|
|
39
39
|
}>>>, {
|
|
40
40
|
type: "link" | "text" | "date" | "email" | "date-ago";
|
|
41
|
-
orientation: "
|
|
41
|
+
orientation: "vertical" | "horizontal";
|
|
42
42
|
aspectRatio: [number, number];
|
|
43
43
|
}, {}>;
|
|
44
44
|
export default _default;
|
|
@@ -12,15 +12,15 @@ export declare const VcFileUpload: {
|
|
|
12
12
|
loading: {
|
|
13
13
|
type: import("vue").PropType<boolean>;
|
|
14
14
|
};
|
|
15
|
-
|
|
16
|
-
type: import("vue").PropType<
|
|
17
|
-
default: string;
|
|
15
|
+
rules: {
|
|
16
|
+
type: import("vue").PropType<import("../../../..").IValidationRules | keyof import("../../../..").IValidationRules>;
|
|
18
17
|
};
|
|
19
18
|
multiple: {
|
|
20
19
|
type: import("vue").PropType<boolean>;
|
|
21
20
|
};
|
|
22
|
-
|
|
23
|
-
type: import("vue").PropType<string
|
|
21
|
+
accept: {
|
|
22
|
+
type: import("vue").PropType<string>;
|
|
23
|
+
default: string;
|
|
24
24
|
};
|
|
25
25
|
}>> & {
|
|
26
26
|
onUpload?: ((files: FileList) => any) | undefined;
|
|
@@ -38,15 +38,15 @@ export declare const VcFileUpload: {
|
|
|
38
38
|
loading: {
|
|
39
39
|
type: import("vue").PropType<boolean>;
|
|
40
40
|
};
|
|
41
|
-
|
|
42
|
-
type: import("vue").PropType<
|
|
43
|
-
default: string;
|
|
41
|
+
rules: {
|
|
42
|
+
type: import("vue").PropType<import("../../../..").IValidationRules | keyof import("../../../..").IValidationRules>;
|
|
44
43
|
};
|
|
45
44
|
multiple: {
|
|
46
45
|
type: import("vue").PropType<boolean>;
|
|
47
46
|
};
|
|
48
|
-
|
|
49
|
-
type: import("vue").PropType<string
|
|
47
|
+
accept: {
|
|
48
|
+
type: import("vue").PropType<string>;
|
|
49
|
+
default: string;
|
|
50
50
|
};
|
|
51
51
|
}>> & {
|
|
52
52
|
onUpload?: ((files: FileList) => any) | undefined;
|
|
@@ -73,15 +73,15 @@ export declare const VcFileUpload: {
|
|
|
73
73
|
loading: {
|
|
74
74
|
type: import("vue").PropType<boolean>;
|
|
75
75
|
};
|
|
76
|
-
|
|
77
|
-
type: import("vue").PropType<
|
|
78
|
-
default: string;
|
|
76
|
+
rules: {
|
|
77
|
+
type: import("vue").PropType<import("../../../..").IValidationRules | keyof import("../../../..").IValidationRules>;
|
|
79
78
|
};
|
|
80
79
|
multiple: {
|
|
81
80
|
type: import("vue").PropType<boolean>;
|
|
82
81
|
};
|
|
83
|
-
|
|
84
|
-
type: import("vue").PropType<string
|
|
82
|
+
accept: {
|
|
83
|
+
type: import("vue").PropType<string>;
|
|
84
|
+
default: string;
|
|
85
85
|
};
|
|
86
86
|
}>> & {
|
|
87
87
|
onUpload?: ((files: FileList) => any) | undefined;
|
|
@@ -105,15 +105,15 @@ export declare const VcFileUpload: {
|
|
|
105
105
|
loading: {
|
|
106
106
|
type: import("vue").PropType<boolean>;
|
|
107
107
|
};
|
|
108
|
-
|
|
109
|
-
type: import("vue").PropType<
|
|
110
|
-
default: string;
|
|
108
|
+
rules: {
|
|
109
|
+
type: import("vue").PropType<import("../../../..").IValidationRules | keyof import("../../../..").IValidationRules>;
|
|
111
110
|
};
|
|
112
111
|
multiple: {
|
|
113
112
|
type: import("vue").PropType<boolean>;
|
|
114
113
|
};
|
|
115
|
-
|
|
116
|
-
type: import("vue").PropType<string
|
|
114
|
+
accept: {
|
|
115
|
+
type: import("vue").PropType<string>;
|
|
116
|
+
default: string;
|
|
117
117
|
};
|
|
118
118
|
}>> & {
|
|
119
119
|
onUpload?: ((files: FileList) => any) | undefined;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { IValidationRules } from "./../../../../core/types";
|
|
1
2
|
export interface Props {
|
|
2
3
|
variant?: "gallery" | "file-upload";
|
|
3
4
|
loading?: boolean;
|
|
4
5
|
accept?: string;
|
|
5
6
|
multiple?: boolean;
|
|
6
|
-
rules?:
|
|
7
|
+
rules?: keyof IValidationRules | IValidationRules;
|
|
7
8
|
name?: string;
|
|
8
9
|
}
|
|
9
10
|
export interface Emits {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC1C;;;;;;;;;;;;;;;;;;;;AA2QD,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"}
|
|
@@ -7,6 +7,7 @@ export interface Props<T> {
|
|
|
7
7
|
label?: string;
|
|
8
8
|
tooltip?: string;
|
|
9
9
|
name?: string;
|
|
10
|
+
hint?: string;
|
|
10
11
|
options?: T[];
|
|
11
12
|
optionValue?: string;
|
|
12
13
|
optionLabel?: string;
|
|
@@ -37,10 +38,11 @@ declare const _default: <T extends {
|
|
|
37
38
|
currentLanguage?: string | undefined;
|
|
38
39
|
placeholder?: string | undefined;
|
|
39
40
|
options?: T[] | undefined;
|
|
40
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
41
41
|
onClose?: (() => any) | undefined;
|
|
42
|
+
hint?: string | undefined;
|
|
42
43
|
optionValue?: string | undefined;
|
|
43
44
|
optionLabel?: string | undefined;
|
|
45
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
44
46
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
45
47
|
multivalue?: boolean | undefined;
|
|
46
48
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
@@ -49,12 +51,14 @@ declare const _default: <T extends {
|
|
|
49
51
|
item: (args: {
|
|
50
52
|
item: T;
|
|
51
53
|
}) => any;
|
|
52
|
-
|
|
54
|
+
hint: void;
|
|
55
|
+
error: void;
|
|
53
56
|
}> & {
|
|
54
57
|
item: (args: {
|
|
55
58
|
item: T;
|
|
56
59
|
}) => any;
|
|
57
|
-
|
|
60
|
+
hint: void;
|
|
61
|
+
error: void;
|
|
58
62
|
};
|
|
59
63
|
emit: Emits<T>;
|
|
60
64
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
@@ -72,10 +76,11 @@ declare const _default: <T extends {
|
|
|
72
76
|
currentLanguage?: string | undefined;
|
|
73
77
|
placeholder?: string | undefined;
|
|
74
78
|
options?: T[] | undefined;
|
|
75
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
76
79
|
onClose?: (() => any) | undefined;
|
|
80
|
+
hint?: string | undefined;
|
|
77
81
|
optionValue?: string | undefined;
|
|
78
82
|
optionLabel?: string | undefined;
|
|
83
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
79
84
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
80
85
|
multivalue?: boolean | undefined;
|
|
81
86
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
@@ -85,12 +90,14 @@ declare const _default: <T extends {
|
|
|
85
90
|
item: (args: {
|
|
86
91
|
item: T;
|
|
87
92
|
}) => any;
|
|
88
|
-
|
|
93
|
+
hint: void;
|
|
94
|
+
error: void;
|
|
89
95
|
}> & {
|
|
90
96
|
item: (args: {
|
|
91
97
|
item: T;
|
|
92
98
|
}) => any;
|
|
93
|
-
|
|
99
|
+
hint: void;
|
|
100
|
+
error: void;
|
|
94
101
|
};
|
|
95
102
|
emit: Emits<T>;
|
|
96
103
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -111,10 +118,11 @@ declare const _default: <T extends {
|
|
|
111
118
|
currentLanguage?: string | undefined;
|
|
112
119
|
placeholder?: string | undefined;
|
|
113
120
|
options?: T[] | undefined;
|
|
114
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
115
121
|
onClose?: (() => any) | undefined;
|
|
122
|
+
hint?: string | undefined;
|
|
116
123
|
optionValue?: string | undefined;
|
|
117
124
|
optionLabel?: string | undefined;
|
|
125
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
118
126
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
119
127
|
multivalue?: boolean | undefined;
|
|
120
128
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
@@ -124,12 +132,14 @@ declare const _default: <T extends {
|
|
|
124
132
|
item: (args: {
|
|
125
133
|
item: T;
|
|
126
134
|
}) => any;
|
|
127
|
-
|
|
135
|
+
hint: void;
|
|
136
|
+
error: void;
|
|
128
137
|
}> & {
|
|
129
138
|
item: (args: {
|
|
130
139
|
item: T;
|
|
131
140
|
}) => any;
|
|
132
|
-
|
|
141
|
+
hint: void;
|
|
142
|
+
error: void;
|
|
133
143
|
};
|
|
134
144
|
emit: Emits<T>;
|
|
135
145
|
} | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-multivalue.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.vue.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC;IAChD,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACxC
|
|
1
|
+
{"version":3,"file":"vc-multivalue.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.vue.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC;IAChD,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACxC;;;;;;;;;;;;;;;;;;;;;;;;;WAqjBM,GAAG;;;;cAthBqB,GAAG;cAC1B,IAAI;eACH,IAAI;;;;cAFkB,GAAG;cAC1B,IAAI;eACH,IAAI;;;yCAmhBG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,KAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;oBAAzC,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;cAthBqB,GAAG;cAC1B,IAAI;eACH,IAAI;;;;cAFkB,GAAG;cAC1B,IAAI;eACH,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAmhBG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;eAClD,GAAG;;;;kBAthBqB,GAAG;kBAC1B,IAAI;mBACH,IAAI;;;;kBAFkB,GAAG;kBAC1B,IAAI;mBACH,IAAI;;;;;AA9Bb,wBAujB2E;AAQ3E,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -16,20 +16,20 @@ declare const _default: <T, P extends {
|
|
|
16
16
|
currentLanguage?: string | undefined;
|
|
17
17
|
placeholder?: string | undefined;
|
|
18
18
|
options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>) | undefined;
|
|
19
|
-
|
|
20
|
-
multiple?: boolean | undefined;
|
|
19
|
+
onClose?: (() => any) | undefined;
|
|
21
20
|
hint?: string | undefined;
|
|
22
21
|
clearable?: boolean | undefined;
|
|
23
22
|
prefix?: string | undefined;
|
|
24
23
|
suffix?: string | undefined;
|
|
24
|
+
loading?: boolean | undefined;
|
|
25
25
|
debounce?: string | number | undefined;
|
|
26
|
-
|
|
27
|
-
onSearch?: ((inputValue: string) => any) | undefined;
|
|
28
|
-
onClose?: (() => any) | undefined;
|
|
29
|
-
mapOptions?: boolean | undefined;
|
|
26
|
+
multiple?: boolean | undefined;
|
|
30
27
|
optionValue?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
31
28
|
optionLabel?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
29
|
+
emitValue?: boolean | undefined;
|
|
32
30
|
searchable?: boolean | undefined;
|
|
31
|
+
onSearch?: ((inputValue: string) => any) | undefined;
|
|
32
|
+
mapOptions?: boolean | undefined;
|
|
33
33
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
34
34
|
attrs: any;
|
|
35
35
|
slots: Readonly<{
|
|
@@ -213,20 +213,20 @@ declare const _default: <T, P extends {
|
|
|
213
213
|
currentLanguage?: string | undefined;
|
|
214
214
|
placeholder?: string | undefined;
|
|
215
215
|
options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>) | undefined;
|
|
216
|
-
|
|
217
|
-
multiple?: boolean | undefined;
|
|
216
|
+
onClose?: (() => any) | undefined;
|
|
218
217
|
hint?: string | undefined;
|
|
219
218
|
clearable?: boolean | undefined;
|
|
220
219
|
prefix?: string | undefined;
|
|
221
220
|
suffix?: string | undefined;
|
|
221
|
+
loading?: boolean | undefined;
|
|
222
222
|
debounce?: string | number | undefined;
|
|
223
|
-
|
|
224
|
-
onSearch?: ((inputValue: string) => any) | undefined;
|
|
225
|
-
onClose?: (() => any) | undefined;
|
|
226
|
-
mapOptions?: boolean | undefined;
|
|
223
|
+
multiple?: boolean | undefined;
|
|
227
224
|
optionValue?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
228
225
|
optionLabel?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
226
|
+
emitValue?: boolean | undefined;
|
|
229
227
|
searchable?: boolean | undefined;
|
|
228
|
+
onSearch?: ((inputValue: string) => any) | undefined;
|
|
229
|
+
mapOptions?: boolean | undefined;
|
|
230
230
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
231
231
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
232
232
|
attrs: any;
|
|
@@ -414,20 +414,20 @@ declare const _default: <T, P extends {
|
|
|
414
414
|
currentLanguage?: string | undefined;
|
|
415
415
|
placeholder?: string | undefined;
|
|
416
416
|
options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>) | undefined;
|
|
417
|
-
|
|
418
|
-
multiple?: boolean | undefined;
|
|
417
|
+
onClose?: (() => any) | undefined;
|
|
419
418
|
hint?: string | undefined;
|
|
420
419
|
clearable?: boolean | undefined;
|
|
421
420
|
prefix?: string | undefined;
|
|
422
421
|
suffix?: string | undefined;
|
|
422
|
+
loading?: boolean | undefined;
|
|
423
423
|
debounce?: string | number | undefined;
|
|
424
|
-
|
|
425
|
-
onSearch?: ((inputValue: string) => any) | undefined;
|
|
426
|
-
onClose?: (() => any) | undefined;
|
|
427
|
-
mapOptions?: boolean | undefined;
|
|
424
|
+
multiple?: boolean | undefined;
|
|
428
425
|
optionValue?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
429
426
|
optionLabel?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
427
|
+
emitValue?: boolean | undefined;
|
|
430
428
|
searchable?: boolean | undefined;
|
|
429
|
+
onSearch?: ((inputValue: string) => any) | undefined;
|
|
430
|
+
mapOptions?: boolean | undefined;
|
|
431
431
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
432
432
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
433
433
|
attrs: any;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { VNode } from "vue";
|
|
2
2
|
export declare const VcSlider: {
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
navigation: {
|
|
5
|
+
type: import("vue").PropType<boolean>;
|
|
6
|
+
};
|
|
4
7
|
slides: {
|
|
5
8
|
type: import("vue").PropType<unknown[] | Record<string, unknown>[]>;
|
|
6
9
|
default: () => never[];
|
|
7
10
|
};
|
|
8
|
-
navigation: {
|
|
9
|
-
type: import("vue").PropType<boolean>;
|
|
10
|
-
};
|
|
11
11
|
overflow: {
|
|
12
12
|
type: import("vue").PropType<boolean>;
|
|
13
13
|
};
|
|
@@ -20,13 +20,13 @@ export declare const VcSlider: {
|
|
|
20
20
|
default: number;
|
|
21
21
|
};
|
|
22
22
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
navigation: {
|
|
24
|
+
type: import("vue").PropType<boolean>;
|
|
25
|
+
};
|
|
23
26
|
slides: {
|
|
24
27
|
type: import("vue").PropType<unknown[] | Record<string, unknown>[]>;
|
|
25
28
|
default: () => never[];
|
|
26
29
|
};
|
|
27
|
-
navigation: {
|
|
28
|
-
type: import("vue").PropType<boolean>;
|
|
29
|
-
};
|
|
30
30
|
overflow: {
|
|
31
31
|
type: import("vue").PropType<boolean>;
|
|
32
32
|
};
|
|
@@ -50,13 +50,13 @@ export declare const VcSlider: {
|
|
|
50
50
|
M: {};
|
|
51
51
|
Defaults: {};
|
|
52
52
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
navigation: {
|
|
54
|
+
type: import("vue").PropType<boolean>;
|
|
55
|
+
};
|
|
53
56
|
slides: {
|
|
54
57
|
type: import("vue").PropType<unknown[] | Record<string, unknown>[]>;
|
|
55
58
|
default: () => never[];
|
|
56
59
|
};
|
|
57
|
-
navigation: {
|
|
58
|
-
type: import("vue").PropType<boolean>;
|
|
59
|
-
};
|
|
60
60
|
overflow: {
|
|
61
61
|
type: import("vue").PropType<boolean>;
|
|
62
62
|
};
|
|
@@ -77,13 +77,13 @@ export declare const VcSlider: {
|
|
|
77
77
|
__isTeleport?: undefined;
|
|
78
78
|
__isSuspense?: undefined;
|
|
79
79
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
80
|
+
navigation: {
|
|
81
|
+
type: import("vue").PropType<boolean>;
|
|
82
|
+
};
|
|
80
83
|
slides: {
|
|
81
84
|
type: import("vue").PropType<unknown[] | Record<string, unknown>[]>;
|
|
82
85
|
default: () => never[];
|
|
83
86
|
};
|
|
84
|
-
navigation: {
|
|
85
|
-
type: import("vue").PropType<boolean>;
|
|
86
|
-
};
|
|
87
87
|
overflow: {
|
|
88
88
|
type: import("vue").PropType<boolean>;
|
|
89
89
|
};
|
|
@@ -14,6 +14,7 @@ declare const _default: <T extends {
|
|
|
14
14
|
max?: number | undefined;
|
|
15
15
|
regex?: string | undefined;
|
|
16
16
|
} | undefined;
|
|
17
|
+
property: T;
|
|
17
18
|
"onUpdate:model-value"?: ((data: {
|
|
18
19
|
readonly property: T;
|
|
19
20
|
readonly value: any;
|
|
@@ -21,7 +22,6 @@ declare const _default: <T extends {
|
|
|
21
22
|
readonly locale?: string | undefined;
|
|
22
23
|
}) => any) | undefined;
|
|
23
24
|
multivalue?: boolean | undefined;
|
|
24
|
-
property: T;
|
|
25
25
|
optionsGetter: (property: T, keyword?: string, locale?: string) => Promise<any[]> | any[] | undefined;
|
|
26
26
|
valueType: string;
|
|
27
27
|
dictionary?: boolean | undefined;
|
|
@@ -54,6 +54,7 @@ declare const _default: <T extends {
|
|
|
54
54
|
max?: number | undefined;
|
|
55
55
|
regex?: string | undefined;
|
|
56
56
|
} | undefined;
|
|
57
|
+
property: T;
|
|
57
58
|
"onUpdate:model-value"?: ((data: {
|
|
58
59
|
readonly property: T;
|
|
59
60
|
readonly value: any;
|
|
@@ -61,7 +62,6 @@ declare const _default: <T extends {
|
|
|
61
62
|
readonly locale?: string | undefined;
|
|
62
63
|
}) => any) | undefined;
|
|
63
64
|
multivalue?: boolean | undefined;
|
|
64
|
-
property: T;
|
|
65
65
|
optionsGetter: (property: T, keyword?: string, locale?: string) => Promise<any[]> | any[] | undefined;
|
|
66
66
|
valueType: string;
|
|
67
67
|
dictionary?: boolean | undefined;
|
|
@@ -98,6 +98,7 @@ declare const _default: <T extends {
|
|
|
98
98
|
max?: number | undefined;
|
|
99
99
|
regex?: string | undefined;
|
|
100
100
|
} | undefined;
|
|
101
|
+
property: T;
|
|
101
102
|
"onUpdate:model-value"?: ((data: {
|
|
102
103
|
readonly property: T;
|
|
103
104
|
readonly value: any;
|
|
@@ -105,7 +106,6 @@ declare const _default: <T extends {
|
|
|
105
106
|
readonly locale?: string | undefined;
|
|
106
107
|
}) => any) | undefined;
|
|
107
108
|
multivalue?: boolean | undefined;
|
|
108
|
-
property: T;
|
|
109
109
|
optionsGetter: (property: T, keyword?: string, locale?: string) => Promise<any[]> | any[] | undefined;
|
|
110
110
|
valueType: string;
|
|
111
111
|
dictionary?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-dynamic-property.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.ts"],"names":[],"mappings":";;;;;UA6ZU,MAAM;gBARA,GAAG;cAEL,OAAO
|
|
1
|
+
{"version":3,"file":"vc-dynamic-property.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.ts"],"names":[],"mappings":";;;;;UA6ZU,MAAM;gBARA,GAAG;cAEL,OAAO;;;;;;;;;;;;wBA/V6B,GAAG;;;;;2CA8VV,MAAM,WAAW,MAAM,KAAK,QAAQ,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,GAAG,SAAS;eAK1F,MAAM;;;;;;;;;WAuBd,GAAG;;;;wBA1XwC,GAAG;;;;yCAyXrC,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,KAAG,IAAI;;;cApB/C,MAAM;oBARA,GAAG;kBAEL,OAAO;;;;;;;;;;;;4BA/V6B,GAAG;;;;;+CA8VV,MAAM,WAAW,MAAM,KAAK,QAAQ,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,GAAG,SAAS;mBAK1F,MAAM;;;;;;;;;oBAsBL,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;wBA1XwC,GAAG;;;;;;;;;;kBAqW3C,MAAM;wBARA,GAAG;sBAEL,OAAO;;;;;;;;;;;;gCA/V6B,GAAG;;;;;mDA8VV,MAAM,WAAW,MAAM,KAAK,QAAQ,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,GAAG,SAAS;uBAK1F,MAAM;;;;;;;;;wBAsBL,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;eAClD,GAAG;;;;4BA1XwC,GAAG;;;;;;AAhDrD,wBA+a2E;AAQ3E,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts
CHANGED
|
@@ -34,8 +34,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
34
34
|
};
|
|
35
35
|
disableDrag: boolean;
|
|
36
36
|
}>>> & {
|
|
37
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
38
37
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
39
39
|
onPreview?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
}, {
|
|
41
41
|
image: ICommonAsset;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICommonAsset } from "../../../../core/types";
|
|
1
|
+
import { ICommonAsset, IValidationRules } from "../../../../core/types";
|
|
2
2
|
export interface Props {
|
|
3
3
|
images?: ICommonAsset[];
|
|
4
4
|
disabled?: boolean;
|
|
@@ -15,7 +15,7 @@ export interface Props {
|
|
|
15
15
|
remove: boolean;
|
|
16
16
|
};
|
|
17
17
|
hideAfterUpload?: boolean;
|
|
18
|
-
rules?:
|
|
18
|
+
rules?: keyof IValidationRules | IValidationRules;
|
|
19
19
|
name?: string;
|
|
20
20
|
loading?: boolean;
|
|
21
21
|
}
|
|
@@ -53,10 +53,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
53
53
|
};
|
|
54
54
|
name: string;
|
|
55
55
|
}>>> & {
|
|
56
|
+
onEdit?: ((image: ICommonAsset) => any) | undefined;
|
|
56
57
|
onUpload?: ((files: FileList, startingSortOrder?: number | undefined) => any) | undefined;
|
|
57
58
|
onSort?: ((sorted: ICommonAsset[]) => any) | undefined;
|
|
58
59
|
onRemove?: ((image: ICommonAsset) => any) | undefined;
|
|
59
|
-
onEdit?: ((image: ICommonAsset) => any) | undefined;
|
|
60
60
|
}, {
|
|
61
61
|
variant: "gallery" | "file-upload";
|
|
62
62
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-gallery.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAOxE,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,WAAW,CAAC,EAAE;QACZ,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,OAAO,CAAC;QACd,MAAM,EAAE,OAAO,CAAC;KACjB,CAAC;IACF,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC9C,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,GAAG,IAAI,CAAC;IAC3C,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,YAAY,GAAG,IAAI,CAAC;CAC9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyaD,wBAOG;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"}
|