@vc-shell/framework 1.0.56 → 1.0.57
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/framework.mjs +126 -57
- package/dist/index.css +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/shared/app-switcher/components/index.d.ts +1 -1
- package/dist/types/shared/app-switcher/components/index.d.ts.map +1 -1
- package/dist/types/shared/app-switcher/components/vc-app-switcher/index.d.ts +22 -0
- package/dist/types/shared/app-switcher/components/vc-app-switcher/index.d.ts.map +1 -0
- package/dist/types/shared/app-switcher/index.d.ts +6 -0
- package/dist/types/shared/app-switcher/index.d.ts.map +1 -1
- package/dist/types/shared/assets/components/assets-details/index.d.ts +46 -0
- package/dist/types/shared/assets/components/assets-details/index.d.ts.map +1 -0
- package/dist/types/shared/assets/components/index.d.ts +1 -1
- package/dist/types/shared/assets/components/index.d.ts.map +1 -1
- package/dist/types/shared/assets/index.d.ts +6 -0
- package/dist/types/shared/assets/index.d.ts.map +1 -1
- package/dist/types/shared/blade-navigation/components/index.d.ts +1 -1
- package/dist/types/shared/blade-navigation/components/index.d.ts.map +1 -1
- package/dist/types/shared/blade-navigation/components/vc-blade-navigation/index.d.ts +66 -0
- package/dist/types/shared/blade-navigation/components/vc-blade-navigation/index.d.ts.map +1 -0
- package/dist/types/shared/blade-navigation/index.d.ts +6 -0
- package/dist/types/shared/blade-navigation/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-badge/index.d.ts +106 -9
- package/dist/types/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-button/index.d.ts +153 -6
- package/dist/types/ui/components/atoms/vc-button/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-card/index.d.ts +163 -7
- package/dist/types/ui/components/atoms/vc-card/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-checkbox/index.d.ts +143 -7
- package/dist/types/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-col/index.d.ts +81 -6
- package/dist/types/ui/components/atoms/vc-col/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-container/index.d.ts +112 -6
- package/dist/types/ui/components/atoms/vc-container/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-hint/index.d.ts +51 -6
- package/dist/types/ui/components/atoms/vc-hint/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-icon/index.d.ts +26 -7
- package/dist/types/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-image/index.d.ts +67 -7
- package/dist/types/ui/components/atoms/vc-image/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-info-row/index.d.ts +33 -7
- package/dist/types/ui/components/atoms/vc-info-row/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-label/index.d.ts +95 -7
- package/dist/types/ui/components/atoms/vc-label/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-link/index.d.ts +103 -6
- package/dist/types/ui/components/atoms/vc-link/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-loading/index.d.ts +9 -7
- package/dist/types/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-progress/index.d.ts +100 -6
- package/dist/types/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-row/index.d.ts +51 -6
- package/dist/types/ui/components/atoms/vc-row/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-status/index.d.ts +116 -6
- package/dist/types/ui/components/atoms/vc-status/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-status-icon/index.d.ts +9 -7
- package/dist/types/ui/components/atoms/vc-status-icon/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-switch/index.d.ts +39 -7
- package/dist/types/ui/components/atoms/vc-switch/index.d.ts.map +1 -1
- package/dist/types/ui/components/atoms/vc-widget/index.d.ts +31 -7
- package/dist/types/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
- package/dist/types/ui/components/index.d.ts +39 -39
- package/dist/types/ui/components/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-breadcrumbs/index.d.ts +33 -7
- package/dist/types/ui/components/molecules/vc-breadcrumbs/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-code-editor/index.d.ts +188 -6
- package/dist/types/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-editor/index.d.ts +204 -6
- package/dist/types/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-file-upload/index.d.ts +175 -6
- package/dist/types/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-form/index.d.ts +51 -6
- package/dist/types/ui/components/molecules/vc-form/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-input/index.d.ts +375 -46
- package/dist/types/ui/components/molecules/vc-input/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-input-currency/index.d.ts +365 -12
- package/dist/types/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-notification/index.d.ts +101 -6
- package/dist/types/ui/components/molecules/vc-notification/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-pagination/index.d.ts +36 -7
- package/dist/types/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-rating/index.d.ts +156 -6
- package/dist/types/ui/components/molecules/vc-rating/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-select/index.d.ts +566 -69
- package/dist/types/ui/components/molecules/vc-select/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-slider/index.d.ts +159 -10
- package/dist/types/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-textarea/index.d.ts +204 -6
- package/dist/types/ui/components/molecules/vc-textarea/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-app/index.d.ts +302 -9
- package/dist/types/ui/components/organisms/vc-app/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-blade/index.d.ts +201 -7
- package/dist/types/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-dynamic-property/index.d.ts +59 -7
- package/dist/types/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-gallery/index.d.ts +157 -7
- package/dist/types/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-login-form/index.d.ts +113 -6
- package/dist/types/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-popup/index.d.ts +129 -6
- package/dist/types/ui/components/organisms/vc-popup/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +1 -15
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-table/index.d.ts +649 -27
- package/dist/types/ui/components/organisms/vc-table/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-table/vc-table.stories.d.ts +69 -70
- package/dist/types/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-table/vc-table.vue.d.ts +31 -25
- package/dist/types/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/dist/types/ui/types/index.d.ts +46 -0
- package/dist/types/ui/types/index.d.ts.map +1 -0
- package/package.json +6 -6
- package/shared/app-switcher/components/index.ts +1 -1
- package/shared/app-switcher/components/vc-app-switcher/index.ts +3 -0
- package/shared/app-switcher/index.ts +7 -0
- package/shared/assets/components/assets-details/index.ts +3 -0
- package/shared/assets/components/index.ts +1 -1
- package/shared/assets/index.ts +7 -0
- package/shared/blade-navigation/components/index.ts +1 -1
- package/shared/blade-navigation/components/vc-blade-navigation/index.ts +3 -0
- package/shared/blade-navigation/index.ts +7 -0
- package/ui/components/atoms/vc-badge/index.ts +10 -9
- package/ui/components/atoms/vc-button/index.ts +7 -6
- package/ui/components/atoms/vc-card/index.ts +8 -7
- package/ui/components/atoms/vc-checkbox/index.ts +8 -7
- package/ui/components/atoms/vc-col/index.ts +7 -6
- package/ui/components/atoms/vc-container/index.ts +7 -6
- package/ui/components/atoms/vc-hint/index.ts +7 -6
- package/ui/components/atoms/vc-icon/index.ts +2 -8
- package/ui/components/atoms/vc-image/index.ts +2 -8
- package/ui/components/atoms/vc-info-row/index.ts +2 -8
- package/ui/components/atoms/vc-label/index.ts +8 -7
- package/ui/components/atoms/vc-link/index.ts +7 -6
- package/ui/components/atoms/vc-loading/index.ts +2 -8
- package/ui/components/atoms/vc-progress/index.ts +7 -6
- package/ui/components/atoms/vc-row/index.ts +7 -6
- package/ui/components/atoms/vc-status/index.ts +7 -6
- package/ui/components/atoms/vc-status-icon/index.ts +2 -8
- package/ui/components/atoms/vc-switch/index.ts +2 -8
- package/ui/components/atoms/vc-widget/index.ts +2 -8
- package/ui/components/index.ts +39 -39
- package/ui/components/molecules/vc-breadcrumbs/index.ts +2 -8
- package/ui/components/molecules/vc-code-editor/index.ts +7 -6
- package/ui/components/molecules/vc-editor/index.ts +7 -6
- package/ui/components/molecules/vc-file-upload/index.ts +7 -6
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +18 -4
- package/ui/components/molecules/vc-form/index.ts +7 -6
- package/ui/components/molecules/vc-input/index.ts +57 -56
- package/ui/components/molecules/vc-input-currency/index.ts +15 -14
- package/ui/components/molecules/vc-notification/index.ts +7 -6
- package/ui/components/molecules/vc-pagination/index.ts +2 -8
- package/ui/components/molecules/vc-rating/index.ts +7 -6
- package/ui/components/molecules/vc-select/index.ts +84 -84
- package/ui/components/molecules/vc-slider/index.ts +10 -9
- package/ui/components/molecules/vc-textarea/index.ts +7 -6
- package/ui/components/organisms/vc-app/index.ts +10 -9
- package/ui/components/organisms/vc-app/vc-app.vue +7 -0
- package/ui/components/organisms/vc-blade/index.ts +8 -7
- package/ui/components/organisms/vc-dynamic-property/index.ts +2 -8
- package/ui/components/organisms/vc-gallery/index.ts +2 -8
- package/ui/components/organisms/vc-login-form/index.ts +7 -6
- package/ui/components/organisms/vc-popup/index.ts +7 -6
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -4
- package/ui/components/organisms/vc-table/index.ts +16 -14
- package/ui/components/organisms/vc-table/vc-table.vue +118 -49
- package/ui/types/index.ts +53 -0
- package/dist/types/ui/services/components.d.ts +0 -2
- package/dist/types/ui/services/components.d.ts.map +0 -1
- package/dist/types/ui/services/types/components.d.ts +0 -14
- package/dist/types/ui/services/types/components.d.ts.map +0 -1
- package/dist/types/ui/services/types/index.d.ts +0 -7
- package/dist/types/ui/services/types/index.d.ts.map +0 -1
- package/dist/types/ui/services/types/ts-helpers.d.ts +0 -8
- package/dist/types/ui/services/types/ts-helpers.d.ts.map +0 -1
- package/ui/services/components.ts +0 -40
- package/ui/services/types/components.ts +0 -14
- package/ui/services/types/index.ts +0 -9
- package/ui/services/types/ts-helpers.ts +0 -18
package/dist/types/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
8
8
|
export * from "./ui/components";
|
|
9
|
-
export * from "./ui/
|
|
9
|
+
export * from "./ui/types";
|
|
10
10
|
export * from "./core/composables";
|
|
11
11
|
export * from "./core/directives";
|
|
12
12
|
export * from "./core/types";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAS1B,OAAO,eAAe,CAAC;AACvB,OAAO,4BAA4B,CAAC;;iBAGrB,GAAG,GAAG,IAAI;;AADzB,wBA6CE;AAEF,cAAc,iBAAiB,CAAC;AAEhC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAS1B,OAAO,eAAe,CAAC;AACvB,OAAO,4BAA4B,CAAC;;iBAGrB,GAAG,GAAG,IAAI;;AADzB,wBA6CE;AAEF,cAAc,iBAAiB,CAAC;AAEhC,cAAc,YAAY,CAAC;AAE3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AAEjC,cAAc,UAAU,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { VcAppSwitcher } from "./vc-app-switcher";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/app-switcher/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/app-switcher/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const VcAppSwitcher: import("vue").DefineComponent<{
|
|
2
|
+
appsList: {
|
|
3
|
+
type: import("vue").PropType<import("../../../..").AppDescriptor[]>;
|
|
4
|
+
required: true;
|
|
5
|
+
} & {
|
|
6
|
+
default: any;
|
|
7
|
+
};
|
|
8
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
onClick: (item: import("../../../..").AppDescriptor) => void;
|
|
10
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
appsList: {
|
|
12
|
+
type: import("vue").PropType<import("../../../..").AppDescriptor[]>;
|
|
13
|
+
required: true;
|
|
14
|
+
} & {
|
|
15
|
+
default: any;
|
|
16
|
+
};
|
|
17
|
+
}>> & {
|
|
18
|
+
onOnClick?: (item: import("../../../..").AppDescriptor) => any;
|
|
19
|
+
}, {
|
|
20
|
+
appsList: import("../../../..").AppDescriptor[];
|
|
21
|
+
}>;
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/app-switcher/components/vc-app-switcher/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;EAAsC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/app-switcher/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/app-switcher/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAG3C,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,aAAa,EAAE,CAAC,OAAO,UAAU,CAAC,CAAC,eAAe,CAAC,CAAC;KACrD;CACF;;;;AAED,wBAAwC;AAExC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export declare const AssetsDetails: import("vue").DefineComponent<{
|
|
2
|
+
expanded: {
|
|
3
|
+
type: import("vue").PropType<boolean>;
|
|
4
|
+
} & {
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
options: {
|
|
8
|
+
type: import("vue").PropType<{
|
|
9
|
+
editableAsset: import("./assets-details.vue").ILocalImage;
|
|
10
|
+
sortHandler: (remove: boolean, localImage: import("./assets-details.vue").ILocalImage) => void;
|
|
11
|
+
}>;
|
|
12
|
+
};
|
|
13
|
+
closable: {
|
|
14
|
+
type: import("vue").PropType<boolean>;
|
|
15
|
+
} & {
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
"parent:call": (args: import("../../..").IParentCallArgs) => void;
|
|
20
|
+
} & {
|
|
21
|
+
"close:blade": () => void;
|
|
22
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
expanded: {
|
|
24
|
+
type: import("vue").PropType<boolean>;
|
|
25
|
+
} & {
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
options: {
|
|
29
|
+
type: import("vue").PropType<{
|
|
30
|
+
editableAsset: import("./assets-details.vue").ILocalImage;
|
|
31
|
+
sortHandler: (remove: boolean, localImage: import("./assets-details.vue").ILocalImage) => void;
|
|
32
|
+
}>;
|
|
33
|
+
};
|
|
34
|
+
closable: {
|
|
35
|
+
type: import("vue").PropType<boolean>;
|
|
36
|
+
} & {
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
}>> & {
|
|
40
|
+
"onParent:call"?: (args: import("../../..").IParentCallArgs) => any;
|
|
41
|
+
"onClose:blade"?: () => any;
|
|
42
|
+
}, {
|
|
43
|
+
expanded: boolean;
|
|
44
|
+
closable: boolean;
|
|
45
|
+
}>;
|
|
46
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/assets/components/assets-details/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA0C,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { AssetsDetails } from "./assets-details";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/assets/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/assets/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/assets/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/assets/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAI3C,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,aAAa,EAAE,CAAC,OAAO,UAAU,CAAC,CAAC,eAAe,CAAC,CAAC;KACrD;CACF;;;;AAED,wBAAiD;AAEjD,cAAc,cAAc,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { VcBladeNavigation } from "./vc-blade-navigation";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/blade-navigation/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/blade-navigation/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export declare const VcBladeNavigation: import("vue").DefineComponent<{
|
|
2
|
+
blades: {
|
|
3
|
+
type: import("vue").PropType<import("../..").IBladeContainer[]>;
|
|
4
|
+
required: true;
|
|
5
|
+
} & {
|
|
6
|
+
default: () => any[];
|
|
7
|
+
};
|
|
8
|
+
parentBladeOptions: {
|
|
9
|
+
type: import("vue").PropType<Record<string, unknown>>;
|
|
10
|
+
required: true;
|
|
11
|
+
} & {
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
parentBladeParam: {
|
|
15
|
+
type: import("vue").PropType<string>;
|
|
16
|
+
} & {
|
|
17
|
+
default: any;
|
|
18
|
+
};
|
|
19
|
+
}, {
|
|
20
|
+
bladesRefs: import("vue").Ref<any[]>;
|
|
21
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
+
onOpen: (blade: {
|
|
23
|
+
blade: import("../..").IBladeEvent;
|
|
24
|
+
id: number;
|
|
25
|
+
}) => void;
|
|
26
|
+
} & {
|
|
27
|
+
onClose: (index: number) => void;
|
|
28
|
+
} & {
|
|
29
|
+
onParentCall: (args: {
|
|
30
|
+
id: number;
|
|
31
|
+
args: import("../..").IParentCallArgs;
|
|
32
|
+
}) => void;
|
|
33
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
blades: {
|
|
35
|
+
type: import("vue").PropType<import("../..").IBladeContainer[]>;
|
|
36
|
+
required: true;
|
|
37
|
+
} & {
|
|
38
|
+
default: () => any[];
|
|
39
|
+
};
|
|
40
|
+
parentBladeOptions: {
|
|
41
|
+
type: import("vue").PropType<Record<string, unknown>>;
|
|
42
|
+
required: true;
|
|
43
|
+
} & {
|
|
44
|
+
default: () => {};
|
|
45
|
+
};
|
|
46
|
+
parentBladeParam: {
|
|
47
|
+
type: import("vue").PropType<string>;
|
|
48
|
+
} & {
|
|
49
|
+
default: any;
|
|
50
|
+
};
|
|
51
|
+
}>> & {
|
|
52
|
+
onOnClose?: (index: number) => any;
|
|
53
|
+
onOnOpen?: (blade: {
|
|
54
|
+
blade: import("../..").IBladeEvent;
|
|
55
|
+
id: number;
|
|
56
|
+
}) => any;
|
|
57
|
+
onOnParentCall?: (args: {
|
|
58
|
+
id: number;
|
|
59
|
+
args: import("../..").IParentCallArgs;
|
|
60
|
+
}) => any;
|
|
61
|
+
}, {
|
|
62
|
+
blades: import("../..").IBladeContainer[];
|
|
63
|
+
parentBladeOptions: Record<string, unknown>;
|
|
64
|
+
parentBladeParam: string;
|
|
65
|
+
}>;
|
|
66
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/blade-navigation/components/vc-blade-navigation/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/blade-navigation/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/blade-navigation/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAG3C,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,iBAAiB,EAAE,CAAC,OAAO,UAAU,CAAC,CAAC,mBAAmB,CAAC,CAAC;KAC7D;CACF;;;;AAED,wBAAwC;AAExC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC"}
|
|
@@ -1,11 +1,108 @@
|
|
|
1
1
|
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
|
|
2
|
+
export declare const VcBadge: {
|
|
3
|
+
new (...args: any[]): {
|
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
|
5
|
+
$data: {};
|
|
6
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
active: {
|
|
8
|
+
type: import("vue").PropType<boolean>;
|
|
9
|
+
};
|
|
10
|
+
disabled: {
|
|
11
|
+
type: import("vue").PropType<boolean>;
|
|
12
|
+
};
|
|
13
|
+
clickable: {
|
|
14
|
+
type: import("vue").PropType<boolean>;
|
|
15
|
+
};
|
|
16
|
+
}>> & {
|
|
17
|
+
onClick?: () => any;
|
|
18
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
19
|
+
$attrs: {
|
|
20
|
+
[x: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
$refs: {
|
|
23
|
+
[x: string]: unknown;
|
|
24
|
+
};
|
|
25
|
+
$slots: Readonly<{
|
|
26
|
+
[name: string]: import("vue").Slot;
|
|
27
|
+
}>;
|
|
28
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
29
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
30
|
+
$emit: (event: "click") => void;
|
|
31
|
+
$el: any;
|
|
32
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
+
active: {
|
|
34
|
+
type: import("vue").PropType<boolean>;
|
|
35
|
+
};
|
|
36
|
+
disabled: {
|
|
37
|
+
type: import("vue").PropType<boolean>;
|
|
38
|
+
};
|
|
39
|
+
clickable: {
|
|
40
|
+
type: import("vue").PropType<boolean>;
|
|
41
|
+
};
|
|
42
|
+
}>> & {
|
|
43
|
+
onClick?: () => any;
|
|
44
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
|
+
click: () => void;
|
|
46
|
+
}, string, {}, {}, string> & {
|
|
47
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
48
|
+
created?: (() => void) | (() => void)[];
|
|
49
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
50
|
+
mounted?: (() => void) | (() => void)[];
|
|
51
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
52
|
+
updated?: (() => void) | (() => void)[];
|
|
53
|
+
activated?: (() => void) | (() => void)[];
|
|
54
|
+
deactivated?: (() => void) | (() => void)[];
|
|
55
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
56
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
57
|
+
destroyed?: (() => void) | (() => void)[];
|
|
58
|
+
unmounted?: (() => void) | (() => void)[];
|
|
59
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
60
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
61
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
62
|
+
};
|
|
63
|
+
$forceUpdate: () => void;
|
|
64
|
+
$nextTick: typeof import("vue").nextTick;
|
|
65
|
+
$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;
|
|
66
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
67
|
+
active: {
|
|
68
|
+
type: import("vue").PropType<boolean>;
|
|
69
|
+
};
|
|
70
|
+
disabled: {
|
|
71
|
+
type: import("vue").PropType<boolean>;
|
|
72
|
+
};
|
|
73
|
+
clickable: {
|
|
74
|
+
type: import("vue").PropType<boolean>;
|
|
75
|
+
};
|
|
76
|
+
}>> & {
|
|
77
|
+
onClick?: () => any;
|
|
78
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
79
|
+
__isFragment?: never;
|
|
80
|
+
__isTeleport?: never;
|
|
81
|
+
__isSuspense?: never;
|
|
82
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
83
|
+
active: {
|
|
84
|
+
type: import("vue").PropType<boolean>;
|
|
85
|
+
};
|
|
86
|
+
disabled: {
|
|
87
|
+
type: import("vue").PropType<boolean>;
|
|
88
|
+
};
|
|
89
|
+
clickable: {
|
|
90
|
+
type: import("vue").PropType<boolean>;
|
|
91
|
+
};
|
|
92
|
+
}>> & {
|
|
93
|
+
onClick?: () => any;
|
|
94
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
95
|
+
click: () => void;
|
|
96
|
+
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
97
|
+
$slots: {
|
|
98
|
+
default: (_: {}) => any;
|
|
99
|
+
};
|
|
100
|
+
}) & (new () => {
|
|
101
|
+
$slots: {
|
|
102
|
+
/**
|
|
103
|
+
* Slot for component content
|
|
104
|
+
* */
|
|
105
|
+
default: () => VNode[];
|
|
106
|
+
};
|
|
107
|
+
});
|
|
11
108
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -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;
|
|
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"}
|
|
@@ -1,8 +1,155 @@
|
|
|
1
1
|
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
export declare const VcButton: {
|
|
3
|
+
new (...args: any[]): {
|
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
|
5
|
+
$data: {};
|
|
6
|
+
$props: Partial<{
|
|
7
|
+
variant: "primary" | "secondary" | "special" | "danger" | "widget" | "onlytext";
|
|
8
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
disabled: {
|
|
10
|
+
type: import("vue").PropType<boolean>;
|
|
11
|
+
};
|
|
12
|
+
small: {
|
|
13
|
+
type: import("vue").PropType<boolean>;
|
|
14
|
+
};
|
|
15
|
+
variant: {
|
|
16
|
+
type: import("vue").PropType<"primary" | "secondary" | "special" | "danger" | "widget" | "onlytext">;
|
|
17
|
+
} & {
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
icon: {
|
|
21
|
+
type: import("vue").PropType<string>;
|
|
22
|
+
};
|
|
23
|
+
outline: {
|
|
24
|
+
type: import("vue").PropType<boolean>;
|
|
25
|
+
};
|
|
26
|
+
selected: {
|
|
27
|
+
type: import("vue").PropType<boolean>;
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
onClick?: (value: Event) => any;
|
|
31
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant">;
|
|
32
|
+
$attrs: {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
|
+
$refs: {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
$slots: Readonly<{
|
|
39
|
+
[name: string]: import("vue").Slot;
|
|
40
|
+
}>;
|
|
41
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
42
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
43
|
+
$emit: (event: "click", value: Event) => void;
|
|
44
|
+
$el: any;
|
|
45
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
disabled: {
|
|
47
|
+
type: import("vue").PropType<boolean>;
|
|
48
|
+
};
|
|
49
|
+
small: {
|
|
50
|
+
type: import("vue").PropType<boolean>;
|
|
51
|
+
};
|
|
52
|
+
variant: {
|
|
53
|
+
type: import("vue").PropType<"primary" | "secondary" | "special" | "danger" | "widget" | "onlytext">;
|
|
54
|
+
} & {
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
icon: {
|
|
58
|
+
type: import("vue").PropType<string>;
|
|
59
|
+
};
|
|
60
|
+
outline: {
|
|
61
|
+
type: import("vue").PropType<boolean>;
|
|
62
|
+
};
|
|
63
|
+
selected: {
|
|
64
|
+
type: import("vue").PropType<boolean>;
|
|
65
|
+
};
|
|
66
|
+
}>> & {
|
|
67
|
+
onClick?: (value: Event) => any;
|
|
68
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
69
|
+
click: (value: Event) => void;
|
|
70
|
+
}, string, {
|
|
71
|
+
variant: "primary" | "secondary" | "special" | "danger" | "widget" | "onlytext";
|
|
72
|
+
}, {}, string> & {
|
|
73
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
74
|
+
created?: (() => void) | (() => void)[];
|
|
75
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
76
|
+
mounted?: (() => void) | (() => void)[];
|
|
77
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
78
|
+
updated?: (() => void) | (() => void)[];
|
|
79
|
+
activated?: (() => void) | (() => void)[];
|
|
80
|
+
deactivated?: (() => void) | (() => void)[];
|
|
81
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
82
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
83
|
+
destroyed?: (() => void) | (() => void)[];
|
|
84
|
+
unmounted?: (() => void) | (() => void)[];
|
|
85
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
86
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
87
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
88
|
+
};
|
|
89
|
+
$forceUpdate: () => void;
|
|
90
|
+
$nextTick: typeof import("vue").nextTick;
|
|
91
|
+
$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;
|
|
92
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
93
|
+
disabled: {
|
|
94
|
+
type: import("vue").PropType<boolean>;
|
|
95
|
+
};
|
|
96
|
+
small: {
|
|
97
|
+
type: import("vue").PropType<boolean>;
|
|
98
|
+
};
|
|
99
|
+
variant: {
|
|
100
|
+
type: import("vue").PropType<"primary" | "secondary" | "special" | "danger" | "widget" | "onlytext">;
|
|
101
|
+
} & {
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
icon: {
|
|
105
|
+
type: import("vue").PropType<string>;
|
|
106
|
+
};
|
|
107
|
+
outline: {
|
|
108
|
+
type: import("vue").PropType<boolean>;
|
|
109
|
+
};
|
|
110
|
+
selected: {
|
|
111
|
+
type: import("vue").PropType<boolean>;
|
|
112
|
+
};
|
|
113
|
+
}>> & {
|
|
114
|
+
onClick?: (value: Event) => any;
|
|
115
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
116
|
+
__isFragment?: never;
|
|
117
|
+
__isTeleport?: never;
|
|
118
|
+
__isSuspense?: never;
|
|
119
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
+
disabled: {
|
|
121
|
+
type: import("vue").PropType<boolean>;
|
|
122
|
+
};
|
|
123
|
+
small: {
|
|
124
|
+
type: import("vue").PropType<boolean>;
|
|
125
|
+
};
|
|
126
|
+
variant: {
|
|
127
|
+
type: import("vue").PropType<"primary" | "secondary" | "special" | "danger" | "widget" | "onlytext">;
|
|
128
|
+
} & {
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
icon: {
|
|
132
|
+
type: import("vue").PropType<string>;
|
|
133
|
+
};
|
|
134
|
+
outline: {
|
|
135
|
+
type: import("vue").PropType<boolean>;
|
|
136
|
+
};
|
|
137
|
+
selected: {
|
|
138
|
+
type: import("vue").PropType<boolean>;
|
|
139
|
+
};
|
|
140
|
+
}>> & {
|
|
141
|
+
onClick?: (value: Event) => any;
|
|
142
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
143
|
+
click: (value: Event) => void;
|
|
144
|
+
}, string, {
|
|
145
|
+
variant: "primary" | "secondary" | "special" | "danger" | "widget" | "onlytext";
|
|
146
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
147
|
+
$slots: {
|
|
148
|
+
default: (_: {}) => any;
|
|
149
|
+
};
|
|
150
|
+
}) & (new () => {
|
|
151
|
+
$slots: {
|
|
152
|
+
default: () => VNode[];
|
|
153
|
+
};
|
|
154
|
+
});
|
|
8
155
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/atoms/vc-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/atoms/vc-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACX;IACN,MAAM,EAAE;QACN,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
|