@vc-shell/framework 1.0.88 → 1.0.89
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 +4 -0
- package/core/api/catalog.ts +8527 -0
- package/core/api/platform.ts +83 -17
- package/core/composables/useNotifications/index.ts +1 -1
- package/core/composables/useSettings/index.ts +1 -1
- package/core/composables/useUser/index.ts +1 -1
- package/core/plugins/signalR/index.ts +1 -1
- package/core/types/index.ts +1 -1
- package/dist/core/api/catalog.d.ts +2522 -0
- package/dist/core/api/catalog.d.ts.map +1 -0
- package/dist/core/api/platform.d.ts +82 -16
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/composables/useNotifications/index.d.ts +1 -1
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts +1 -1
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +1 -1
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.mjs +13728 -13622
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
- package/dist/shared/components/language-selector/index.d.ts +5 -5
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/index.d.ts +20 -0
- package/dist/ui/components/atoms/index.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-button/index.d.ts +10 -10
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts +11 -11
- package/dist/ui/components/atoms/vc-icon/index.d.ts +6 -6
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-info-row/index.d.ts +8 -8
- package/dist/ui/components/atoms/vc-label/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status/index.d.ts +15 -15
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +1 -1
- package/dist/ui/components/index.d.ts +3 -41
- package/dist/ui/components/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/index.d.ts +14 -0
- package/dist/ui/components/molecules/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts +11 -26
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +0 -4
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/index.d.ts +11 -26
- package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +0 -4
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/index.d.ts +29 -29
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +24 -24
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +20 -20
- package/dist/ui/components/organisms/index.d.ts +10 -0
- package/dist/ui/components/organisms/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +12 -12
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +13 -13
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/index.d.ts +9 -9
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +3 -3
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +1 -1
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +1 -1
- package/shared/components/blade-navigation/types/index.ts +1 -1
- package/shared/components/change-password/change-password.vue +16 -14
- package/shared/modules/assets/components/assets-details/assets-details.vue +14 -14
- package/shared/modules/assets/locales/en.json +1 -0
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +7 -7
- package/shared/pages/InvitePage/components/invite/Invite.vue +12 -10
- package/shared/pages/LoginPage/components/login/Login.vue +19 -17
- package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +11 -9
- package/ui/components/atoms/index.ts +19 -0
- package/ui/components/index.ts +3 -41
- package/ui/components/molecules/index.ts +13 -0
- package/ui/components/molecules/vc-code-editor/vc-code-editor.vue +0 -2
- package/ui/components/molecules/vc-editor/vc-editor.vue +0 -2
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +6 -2
- package/ui/components/molecules/vc-select/vc-select.vue +5 -2
- package/ui/components/organisms/index.ts +9 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +4 -1
- package/ui/components/organisms/vc-blade/vc-blade.vue +1 -1
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +1 -1
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +5 -4
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +5 -2
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +3 -2
- package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +1 -1
- package/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue +5 -4
- package/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue +4 -1
- package/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue +5 -2
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +3 -1
- package/ui/components/organisms/vc-table/vc-table.vue +8 -5
- package/ui/locales/en.json +32 -0
- package/core/api/index.ts +0 -1
- package/dist/core/api/index.d.ts +0 -2
- package/dist/core/api/index.d.ts.map +0 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * from "./vc-badge";
|
|
2
|
+
export * from "./vc-button";
|
|
3
|
+
export * from "./vc-card";
|
|
4
|
+
export * from "./vc-checkbox";
|
|
5
|
+
export * from "./vc-col";
|
|
6
|
+
export * from "./vc-container";
|
|
7
|
+
export * from "./vc-hint";
|
|
8
|
+
export * from "./vc-icon";
|
|
9
|
+
export * from "./vc-info-row";
|
|
10
|
+
export * from "./vc-image";
|
|
11
|
+
export * from "./vc-label";
|
|
12
|
+
export * from "./vc-link";
|
|
13
|
+
export * from "./vc-loading";
|
|
14
|
+
export * from "./vc-progress";
|
|
15
|
+
export * from "./vc-row";
|
|
16
|
+
export * from "./vc-status";
|
|
17
|
+
export * from "./vc-status-icon";
|
|
18
|
+
export * from "./vc-switch";
|
|
19
|
+
export * from "./vc-widget";
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/atoms/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
@@ -5,6 +5,7 @@ export declare const VcButton: {
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
7
|
variant?: "primary" | "warning" | "danger";
|
|
8
|
+
readonly outline?: boolean;
|
|
8
9
|
readonly small?: boolean;
|
|
9
10
|
readonly icon?: string;
|
|
10
11
|
style?: unknown;
|
|
@@ -13,7 +14,6 @@ export declare const VcButton: {
|
|
|
13
14
|
readonly disabled?: boolean;
|
|
14
15
|
onClick?: (value: Event) => any;
|
|
15
16
|
readonly iconClass?: string;
|
|
16
|
-
readonly outline?: boolean;
|
|
17
17
|
readonly selected?: boolean;
|
|
18
18
|
readonly raised?: boolean;
|
|
19
19
|
ref?: import("vue").VNodeRef;
|
|
@@ -73,6 +73,9 @@ export declare const VcButton: {
|
|
|
73
73
|
$emit: (event: "click", value: Event) => void;
|
|
74
74
|
$el: any;
|
|
75
75
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
+
outline: {
|
|
77
|
+
type: import("vue").PropType<boolean>;
|
|
78
|
+
};
|
|
76
79
|
small: {
|
|
77
80
|
type: import("vue").PropType<boolean>;
|
|
78
81
|
};
|
|
@@ -92,9 +95,6 @@ export declare const VcButton: {
|
|
|
92
95
|
iconClass: {
|
|
93
96
|
type: import("vue").PropType<string>;
|
|
94
97
|
};
|
|
95
|
-
outline: {
|
|
96
|
-
type: import("vue").PropType<boolean>;
|
|
97
|
-
};
|
|
98
98
|
selected: {
|
|
99
99
|
type: import("vue").PropType<boolean>;
|
|
100
100
|
};
|
|
@@ -128,6 +128,9 @@ export declare const VcButton: {
|
|
|
128
128
|
$nextTick: typeof import("vue").nextTick;
|
|
129
129
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
130
130
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
131
|
+
outline: {
|
|
132
|
+
type: import("vue").PropType<boolean>;
|
|
133
|
+
};
|
|
131
134
|
small: {
|
|
132
135
|
type: import("vue").PropType<boolean>;
|
|
133
136
|
};
|
|
@@ -147,9 +150,6 @@ export declare const VcButton: {
|
|
|
147
150
|
iconClass: {
|
|
148
151
|
type: import("vue").PropType<string>;
|
|
149
152
|
};
|
|
150
|
-
outline: {
|
|
151
|
-
type: import("vue").PropType<boolean>;
|
|
152
|
-
};
|
|
153
153
|
selected: {
|
|
154
154
|
type: import("vue").PropType<boolean>;
|
|
155
155
|
};
|
|
@@ -163,6 +163,9 @@ export declare const VcButton: {
|
|
|
163
163
|
__isTeleport?: never;
|
|
164
164
|
__isSuspense?: never;
|
|
165
165
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
166
|
+
outline: {
|
|
167
|
+
type: import("vue").PropType<boolean>;
|
|
168
|
+
};
|
|
166
169
|
small: {
|
|
167
170
|
type: import("vue").PropType<boolean>;
|
|
168
171
|
};
|
|
@@ -182,9 +185,6 @@ export declare const VcButton: {
|
|
|
182
185
|
iconClass: {
|
|
183
186
|
type: import("vue").PropType<string>;
|
|
184
187
|
};
|
|
185
|
-
outline: {
|
|
186
|
-
type: import("vue").PropType<boolean>;
|
|
187
|
-
};
|
|
188
188
|
selected: {
|
|
189
189
|
type: import("vue").PropType<boolean>;
|
|
190
190
|
};
|
|
@@ -5,12 +5,12 @@ export declare const VcCheckbox: {
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
7
|
name?: string;
|
|
8
|
+
readonly required?: boolean;
|
|
9
|
+
readonly errorMessage?: string;
|
|
8
10
|
style?: unknown;
|
|
9
11
|
key?: string | number | symbol;
|
|
10
|
-
readonly required?: boolean;
|
|
11
12
|
readonly disabled?: boolean;
|
|
12
13
|
readonly modelValue?: boolean;
|
|
13
|
-
readonly errorMessage?: string;
|
|
14
14
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
15
15
|
ref?: import("vue").VNodeRef;
|
|
16
16
|
ref_for?: boolean;
|
|
@@ -76,15 +76,15 @@ export declare const VcCheckbox: {
|
|
|
76
76
|
required: {
|
|
77
77
|
type: import("vue").PropType<boolean>;
|
|
78
78
|
};
|
|
79
|
+
errorMessage: {
|
|
80
|
+
type: import("vue").PropType<string>;
|
|
81
|
+
};
|
|
79
82
|
disabled: {
|
|
80
83
|
type: import("vue").PropType<boolean>;
|
|
81
84
|
};
|
|
82
85
|
modelValue: {
|
|
83
86
|
type: import("vue").PropType<boolean>;
|
|
84
87
|
};
|
|
85
|
-
errorMessage: {
|
|
86
|
-
type: import("vue").PropType<string>;
|
|
87
|
-
};
|
|
88
88
|
}>> & {
|
|
89
89
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
90
90
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -119,15 +119,15 @@ export declare const VcCheckbox: {
|
|
|
119
119
|
required: {
|
|
120
120
|
type: import("vue").PropType<boolean>;
|
|
121
121
|
};
|
|
122
|
+
errorMessage: {
|
|
123
|
+
type: import("vue").PropType<string>;
|
|
124
|
+
};
|
|
122
125
|
disabled: {
|
|
123
126
|
type: import("vue").PropType<boolean>;
|
|
124
127
|
};
|
|
125
128
|
modelValue: {
|
|
126
129
|
type: import("vue").PropType<boolean>;
|
|
127
130
|
};
|
|
128
|
-
errorMessage: {
|
|
129
|
-
type: import("vue").PropType<string>;
|
|
130
|
-
};
|
|
131
131
|
}>> & {
|
|
132
132
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
133
133
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -142,15 +142,15 @@ export declare const VcCheckbox: {
|
|
|
142
142
|
required: {
|
|
143
143
|
type: import("vue").PropType<boolean>;
|
|
144
144
|
};
|
|
145
|
+
errorMessage: {
|
|
146
|
+
type: import("vue").PropType<string>;
|
|
147
|
+
};
|
|
145
148
|
disabled: {
|
|
146
149
|
type: import("vue").PropType<boolean>;
|
|
147
150
|
};
|
|
148
151
|
modelValue: {
|
|
149
152
|
type: import("vue").PropType<boolean>;
|
|
150
153
|
};
|
|
151
|
-
errorMessage: {
|
|
152
|
-
type: import("vue").PropType<string>;
|
|
153
|
-
};
|
|
154
154
|
}>> & {
|
|
155
155
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
156
156
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
export declare const VcIcon: import("vue").DefineComponent<{
|
|
2
|
-
icon: {
|
|
3
|
-
type: import("vue").PropType<string>;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
2
|
size: {
|
|
7
3
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl">;
|
|
8
4
|
default: string;
|
|
9
5
|
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
6
|
icon: {
|
|
12
7
|
type: import("vue").PropType<string>;
|
|
13
8
|
default: string;
|
|
14
9
|
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
11
|
size: {
|
|
16
12
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl">;
|
|
17
13
|
default: string;
|
|
18
14
|
};
|
|
15
|
+
icon: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
19
|
}>>, {
|
|
20
|
-
icon: string;
|
|
21
20
|
size: "s" | "m" | "xs" | "l" | "xl" | "xxl";
|
|
21
|
+
icon: string;
|
|
22
22
|
}, {}>;
|
|
23
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
9
9
|
icon: string;
|
|
10
10
|
size: string;
|
|
11
11
|
}>>>, {
|
|
12
|
-
icon: string;
|
|
13
12
|
size: "s" | "m" | "xs" | "l" | "xl" | "xxl";
|
|
13
|
+
icon: string;
|
|
14
14
|
}, {}>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
export declare const VcInfoRow: import("vue").DefineComponent<{
|
|
2
|
-
type: {
|
|
3
|
-
type: import("vue").PropType<"email" | "default">;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
2
|
value: {
|
|
7
3
|
type: import("vue").PropType<string | number>;
|
|
8
4
|
};
|
|
9
5
|
label: {
|
|
10
6
|
type: import("vue").PropType<string>;
|
|
11
7
|
};
|
|
12
|
-
tooltip: {
|
|
13
|
-
type: import("vue").PropType<string>;
|
|
14
|
-
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
8
|
type: {
|
|
17
9
|
type: import("vue").PropType<"email" | "default">;
|
|
18
10
|
default: string;
|
|
19
11
|
};
|
|
12
|
+
tooltip: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
16
|
value: {
|
|
21
17
|
type: import("vue").PropType<string | number>;
|
|
22
18
|
};
|
|
23
19
|
label: {
|
|
24
20
|
type: import("vue").PropType<string>;
|
|
25
21
|
};
|
|
22
|
+
type: {
|
|
23
|
+
type: import("vue").PropType<"email" | "default">;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
26
|
tooltip: {
|
|
27
27
|
type: import("vue").PropType<string>;
|
|
28
28
|
};
|
|
@@ -5,9 +5,9 @@ export declare const VcLabel: {
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
7
|
tooltipIcon?: string;
|
|
8
|
+
readonly required?: boolean;
|
|
8
9
|
style?: unknown;
|
|
9
10
|
key?: string | number | symbol;
|
|
10
|
-
readonly required?: boolean;
|
|
11
11
|
ref?: import("vue").VNodeRef;
|
|
12
12
|
ref_for?: boolean;
|
|
13
13
|
ref_key?: string;
|
|
@@ -4,8 +4,8 @@ export declare const VcStatus: {
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
|
-
variant?: "warning" | "danger" | "success" | "info" | "light-danger";
|
|
8
7
|
outline?: boolean;
|
|
8
|
+
variant?: "warning" | "danger" | "success" | "info" | "light-danger";
|
|
9
9
|
style?: unknown;
|
|
10
10
|
key?: string | number | symbol;
|
|
11
11
|
readonly extend?: boolean;
|
|
@@ -66,20 +66,20 @@ export declare const VcStatus: {
|
|
|
66
66
|
$emit: (event: string, ...args: any[]) => void;
|
|
67
67
|
$el: any;
|
|
68
68
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
-
variant: {
|
|
70
|
-
type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
69
|
outline: {
|
|
74
70
|
type: import("vue").PropType<boolean>;
|
|
75
71
|
default: boolean;
|
|
76
72
|
};
|
|
73
|
+
variant: {
|
|
74
|
+
type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
77
|
extend: {
|
|
78
78
|
type: import("vue").PropType<boolean>;
|
|
79
79
|
};
|
|
80
80
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
81
|
-
variant: "warning" | "danger" | "success" | "info" | "light-danger";
|
|
82
81
|
outline: boolean;
|
|
82
|
+
variant: "warning" | "danger" | "success" | "info" | "light-danger";
|
|
83
83
|
}, {}, string, {}> & {
|
|
84
84
|
beforeCreate?: (() => void) | (() => void)[];
|
|
85
85
|
created?: (() => void) | (() => void)[];
|
|
@@ -101,14 +101,14 @@ export declare const VcStatus: {
|
|
|
101
101
|
$nextTick: typeof import("vue").nextTick;
|
|
102
102
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
103
103
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
104
|
-
variant: {
|
|
105
|
-
type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
|
|
106
|
-
default: string;
|
|
107
|
-
};
|
|
108
104
|
outline: {
|
|
109
105
|
type: import("vue").PropType<boolean>;
|
|
110
106
|
default: boolean;
|
|
111
107
|
};
|
|
108
|
+
variant: {
|
|
109
|
+
type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
112
|
extend: {
|
|
113
113
|
type: import("vue").PropType<boolean>;
|
|
114
114
|
};
|
|
@@ -117,20 +117,20 @@ export declare const VcStatus: {
|
|
|
117
117
|
__isTeleport?: never;
|
|
118
118
|
__isSuspense?: never;
|
|
119
119
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
-
variant: {
|
|
121
|
-
type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
120
|
outline: {
|
|
125
121
|
type: import("vue").PropType<boolean>;
|
|
126
122
|
default: boolean;
|
|
127
123
|
};
|
|
124
|
+
variant: {
|
|
125
|
+
type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
|
|
126
|
+
default: string;
|
|
127
|
+
};
|
|
128
128
|
extend: {
|
|
129
129
|
type: import("vue").PropType<boolean>;
|
|
130
130
|
};
|
|
131
131
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
132
|
-
variant: "warning" | "danger" | "success" | "info" | "light-danger";
|
|
133
132
|
outline: boolean;
|
|
133
|
+
variant: "warning" | "danger" | "success" | "info" | "light-danger";
|
|
134
134
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
135
135
|
$slots: {
|
|
136
136
|
default?(_: {}): any;
|
|
@@ -10,8 +10,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
10
10
|
variant: string;
|
|
11
11
|
outline: boolean;
|
|
12
12
|
}>>>, {
|
|
13
|
-
variant: "warning" | "danger" | "success" | "info" | "light-danger";
|
|
14
13
|
outline: boolean;
|
|
14
|
+
variant: "warning" | "danger" | "success" | "info" | "light-danger";
|
|
15
15
|
}, {}>, {
|
|
16
16
|
default?(_: {}): any;
|
|
17
17
|
}>;
|
|
@@ -1,42 +1,4 @@
|
|
|
1
|
-
export * from "./atoms
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./atoms/vc-checkbox";
|
|
5
|
-
export * from "./atoms/vc-col";
|
|
6
|
-
export * from "./atoms/vc-container";
|
|
7
|
-
export * from "./atoms/vc-hint";
|
|
8
|
-
export * from "./atoms/vc-icon";
|
|
9
|
-
export * from "./atoms/vc-info-row";
|
|
10
|
-
export * from "./atoms/vc-image";
|
|
11
|
-
export * from "./atoms/vc-label";
|
|
12
|
-
export * from "./atoms/vc-link";
|
|
13
|
-
export * from "./atoms/vc-loading";
|
|
14
|
-
export * from "./atoms/vc-progress";
|
|
15
|
-
export * from "./atoms/vc-row";
|
|
16
|
-
export * from "./atoms/vc-status";
|
|
17
|
-
export * from "./atoms/vc-status-icon";
|
|
18
|
-
export * from "./atoms/vc-switch";
|
|
19
|
-
export * from "./atoms/vc-widget";
|
|
20
|
-
export * from "./molecules/vc-breadcrumbs";
|
|
21
|
-
export * from "./molecules/vc-code-editor";
|
|
22
|
-
export * from "./molecules/vc-editor";
|
|
23
|
-
export * from "./molecules/vc-form";
|
|
24
|
-
export * from "./molecules/vc-file-upload";
|
|
25
|
-
export * from "./molecules/vc-input";
|
|
26
|
-
export * from "./molecules/vc-input-currency";
|
|
27
|
-
export * from "./molecules/vc-notification";
|
|
28
|
-
export * from "./molecules/vc-pagination";
|
|
29
|
-
export * from "./molecules/vc-rating";
|
|
30
|
-
export * from "./molecules/vc-select";
|
|
31
|
-
export * from "./molecules/vc-slider";
|
|
32
|
-
export * from "./molecules/vc-textarea";
|
|
33
|
-
export * from "./organisms/vc-app";
|
|
34
|
-
export * from "./organisms/vc-blade";
|
|
35
|
-
export * from "./organisms/vc-dynamic-property";
|
|
36
|
-
export * from "./organisms/vc-gallery";
|
|
37
|
-
export * from "./organisms/vc-login-form";
|
|
38
|
-
export * from "./organisms/vc-popup";
|
|
39
|
-
export * from "./organisms/vc-table";
|
|
40
|
-
export * from "./organisms/vc-notification-dropdown";
|
|
41
|
-
export * from "./organisms/vc-notification-template";
|
|
1
|
+
export * from "./atoms";
|
|
2
|
+
export * from "./molecules";
|
|
3
|
+
export * from "./organisms";
|
|
42
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/components/index.ts"],"names":[],"mappings":"AACA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/components/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AAGxB,cAAc,aAAa,CAAC;AAG5B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./vc-breadcrumbs";
|
|
2
|
+
export * from "./vc-code-editor";
|
|
3
|
+
export * from "./vc-editor";
|
|
4
|
+
export * from "./vc-form";
|
|
5
|
+
export * from "./vc-file-upload";
|
|
6
|
+
export * from "./vc-input";
|
|
7
|
+
export * from "./vc-input-currency";
|
|
8
|
+
export * from "./vc-notification";
|
|
9
|
+
export * from "./vc-pagination";
|
|
10
|
+
export * from "./vc-rating";
|
|
11
|
+
export * from "./vc-select";
|
|
12
|
+
export * from "./vc-slider";
|
|
13
|
+
export * from "./vc-textarea";
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,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"}
|
|
@@ -4,14 +4,13 @@ export declare const VcCodeEditor: {
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
|
-
name?: string;
|
|
8
7
|
modelValue?: string | number | Date;
|
|
9
8
|
readonly label?: string;
|
|
9
|
+
readonly required?: boolean;
|
|
10
|
+
readonly errorMessage?: string;
|
|
10
11
|
style?: unknown;
|
|
11
12
|
key?: string | number | symbol;
|
|
12
|
-
readonly required?: boolean;
|
|
13
13
|
readonly disabled?: boolean;
|
|
14
|
-
readonly errorMessage?: string;
|
|
15
14
|
"onUpdate:modelValue"?: (value: string | number | Date) => any;
|
|
16
15
|
readonly tooltip?: string;
|
|
17
16
|
readonly placeholder?: string;
|
|
@@ -72,16 +71,15 @@ export declare const VcCodeEditor: {
|
|
|
72
71
|
$emit: (event: "update:modelValue", value: string | number | Date) => void;
|
|
73
72
|
$el: any;
|
|
74
73
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
-
name: {
|
|
76
|
-
type: import("vue").PropType<string>;
|
|
77
|
-
default: string;
|
|
78
|
-
};
|
|
79
74
|
label: {
|
|
80
75
|
type: import("vue").PropType<string>;
|
|
81
76
|
};
|
|
82
77
|
required: {
|
|
83
78
|
type: import("vue").PropType<boolean>;
|
|
84
79
|
};
|
|
80
|
+
errorMessage: {
|
|
81
|
+
type: import("vue").PropType<string>;
|
|
82
|
+
};
|
|
85
83
|
disabled: {
|
|
86
84
|
type: import("vue").PropType<boolean>;
|
|
87
85
|
};
|
|
@@ -89,9 +87,6 @@ export declare const VcCodeEditor: {
|
|
|
89
87
|
type: import("vue").PropType<string | number | Date>;
|
|
90
88
|
default: any;
|
|
91
89
|
};
|
|
92
|
-
errorMessage: {
|
|
93
|
-
type: import("vue").PropType<string>;
|
|
94
|
-
};
|
|
95
90
|
tooltip: {
|
|
96
91
|
type: import("vue").PropType<string>;
|
|
97
92
|
};
|
|
@@ -103,7 +98,6 @@ export declare const VcCodeEditor: {
|
|
|
103
98
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
104
99
|
"update:modelValue": (value: string | number | Date) => void;
|
|
105
100
|
}, string, {
|
|
106
|
-
name: string;
|
|
107
101
|
modelValue: string | number | Date;
|
|
108
102
|
}, {}, string, {}> & {
|
|
109
103
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -126,16 +120,15 @@ export declare const VcCodeEditor: {
|
|
|
126
120
|
$nextTick: typeof import("vue").nextTick;
|
|
127
121
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
128
122
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
129
|
-
name: {
|
|
130
|
-
type: import("vue").PropType<string>;
|
|
131
|
-
default: string;
|
|
132
|
-
};
|
|
133
123
|
label: {
|
|
134
124
|
type: import("vue").PropType<string>;
|
|
135
125
|
};
|
|
136
126
|
required: {
|
|
137
127
|
type: import("vue").PropType<boolean>;
|
|
138
128
|
};
|
|
129
|
+
errorMessage: {
|
|
130
|
+
type: import("vue").PropType<string>;
|
|
131
|
+
};
|
|
139
132
|
disabled: {
|
|
140
133
|
type: import("vue").PropType<boolean>;
|
|
141
134
|
};
|
|
@@ -143,9 +136,6 @@ export declare const VcCodeEditor: {
|
|
|
143
136
|
type: import("vue").PropType<string | number | Date>;
|
|
144
137
|
default: any;
|
|
145
138
|
};
|
|
146
|
-
errorMessage: {
|
|
147
|
-
type: import("vue").PropType<string>;
|
|
148
|
-
};
|
|
149
139
|
tooltip: {
|
|
150
140
|
type: import("vue").PropType<string>;
|
|
151
141
|
};
|
|
@@ -159,16 +149,15 @@ export declare const VcCodeEditor: {
|
|
|
159
149
|
__isTeleport?: never;
|
|
160
150
|
__isSuspense?: never;
|
|
161
151
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
162
|
-
name: {
|
|
163
|
-
type: import("vue").PropType<string>;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
152
|
label: {
|
|
167
153
|
type: import("vue").PropType<string>;
|
|
168
154
|
};
|
|
169
155
|
required: {
|
|
170
156
|
type: import("vue").PropType<boolean>;
|
|
171
157
|
};
|
|
158
|
+
errorMessage: {
|
|
159
|
+
type: import("vue").PropType<string>;
|
|
160
|
+
};
|
|
172
161
|
disabled: {
|
|
173
162
|
type: import("vue").PropType<boolean>;
|
|
174
163
|
};
|
|
@@ -176,9 +165,6 @@ export declare const VcCodeEditor: {
|
|
|
176
165
|
type: import("vue").PropType<string | number | Date>;
|
|
177
166
|
default: any;
|
|
178
167
|
};
|
|
179
|
-
errorMessage: {
|
|
180
|
-
type: import("vue").PropType<string>;
|
|
181
|
-
};
|
|
182
168
|
tooltip: {
|
|
183
169
|
type: import("vue").PropType<string>;
|
|
184
170
|
};
|
|
@@ -190,7 +176,6 @@ export declare const VcCodeEditor: {
|
|
|
190
176
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
191
177
|
"update:modelValue": (value: string | number | Date) => void;
|
|
192
178
|
}, string, {
|
|
193
|
-
name: string;
|
|
194
179
|
modelValue: string | number | Date;
|
|
195
180
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
196
181
|
$slots: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-code-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-code-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACf;IACN,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;KACtB,CAAC;CACH,CACF,CAAC"}
|
|
@@ -7,7 +7,6 @@ export interface Props {
|
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
label?: string;
|
|
9
9
|
tooltip?: string;
|
|
10
|
-
name?: string;
|
|
11
10
|
errorMessage?: string;
|
|
12
11
|
}
|
|
13
12
|
export interface Emits {
|
|
@@ -15,16 +14,13 @@ export interface Emits {
|
|
|
15
14
|
}
|
|
16
15
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
16
|
modelValue: any;
|
|
18
|
-
name: string;
|
|
19
17
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
18
|
"update:modelValue": (value: string | number | Date) => void;
|
|
21
19
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
20
|
modelValue: any;
|
|
23
|
-
name: string;
|
|
24
21
|
}>>> & {
|
|
25
22
|
"onUpdate:modelValue"?: (value: string | number | Date) => any;
|
|
26
23
|
}, {
|
|
27
|
-
name: string;
|
|
28
24
|
modelValue: string | number | Date;
|
|
29
25
|
}, {}>, {
|
|
30
26
|
error?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-code-editor.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-code-editor/vc-code-editor.vue.ts"],"names":[],"mappings":"AAGA,OAAO,qCAAqC,CAAC;AAC7C,OAAO,wCAAwC,CAAC;AAIhD,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,
|
|
1
|
+
{"version":3,"file":"vc-code-editor.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-code-editor/vc-code-editor.vue.ts"],"names":[],"mappings":"AAGA,OAAO,qCAAqC,CAAC;AAC7C,OAAO,wCAAwC,CAAC;AAIhD,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC;CACtF;;;;;;;;;;;;;;AAuKD,wBAA8G;AAE9G,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;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC;AACJ,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|