@vc-shell/framework 1.0.88 → 1.0.90
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 +13 -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/plugins/validation/rules.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 +13711 -13604
- 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 +1 -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
|
@@ -74,16 +74,16 @@ export declare const VcBlade: {
|
|
|
74
74
|
$emit: ((event: "close") => void) & ((event: "expand") => void) & ((event: "collapse") => void);
|
|
75
75
|
$el: any;
|
|
76
76
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
77
|
+
width: {
|
|
78
|
+
type: import("vue").PropType<string | number>;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
77
81
|
title: {
|
|
78
82
|
type: import("vue").PropType<string>;
|
|
79
83
|
};
|
|
80
84
|
icon: {
|
|
81
85
|
type: import("vue").PropType<string>;
|
|
82
86
|
};
|
|
83
|
-
width: {
|
|
84
|
-
type: import("vue").PropType<string | number>;
|
|
85
|
-
default: string;
|
|
86
|
-
};
|
|
87
87
|
expanded: {
|
|
88
88
|
type: import("vue").PropType<boolean>;
|
|
89
89
|
};
|
|
@@ -136,16 +136,16 @@ export declare const VcBlade: {
|
|
|
136
136
|
$nextTick: typeof import("vue").nextTick;
|
|
137
137
|
$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;
|
|
138
138
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
139
|
+
width: {
|
|
140
|
+
type: import("vue").PropType<string | number>;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
139
143
|
title: {
|
|
140
144
|
type: import("vue").PropType<string>;
|
|
141
145
|
};
|
|
142
146
|
icon: {
|
|
143
147
|
type: import("vue").PropType<string>;
|
|
144
148
|
};
|
|
145
|
-
width: {
|
|
146
|
-
type: import("vue").PropType<string | number>;
|
|
147
|
-
default: string;
|
|
148
|
-
};
|
|
149
149
|
expanded: {
|
|
150
150
|
type: import("vue").PropType<boolean>;
|
|
151
151
|
};
|
|
@@ -173,16 +173,16 @@ export declare const VcBlade: {
|
|
|
173
173
|
__isTeleport?: never;
|
|
174
174
|
__isSuspense?: never;
|
|
175
175
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
176
|
+
width: {
|
|
177
|
+
type: import("vue").PropType<string | number>;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
176
180
|
title: {
|
|
177
181
|
type: import("vue").PropType<string>;
|
|
178
182
|
};
|
|
179
183
|
icon: {
|
|
180
184
|
type: import("vue").PropType<string>;
|
|
181
185
|
};
|
|
182
|
-
width: {
|
|
183
|
-
type: import("vue").PropType<string | number>;
|
|
184
|
-
default: string;
|
|
185
|
-
};
|
|
186
186
|
expanded: {
|
|
187
187
|
type: import("vue").PropType<boolean>;
|
|
188
188
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAOvD,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,aAAa,EAAE,CAAC;CAChC;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACxB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;CAC3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-blade.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAOvD,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,aAAa,EAAE,CAAC;CAChC;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACxB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;CAC3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoPD,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-gallery-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAIxD,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EACJ;QACE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC1B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;QAC7B,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;KAC7B,GACD,SAAS,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwQD,wBAAkD;AAElD,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery-preview.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,WAAW,EAAE,MAAM,KAAK,CAAC;AAEjD,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-gallery-preview.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,WAAW,EAAE,MAAM,KAAK,CAAC;AAEjD,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAGxD,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;CACrC;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;;;;;;;;;;AAmRD,wBAAkD;AAElD,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,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
export declare const VcGallery: import("vue").DefineComponent<{
|
|
2
|
+
label: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
};
|
|
2
5
|
name: {
|
|
3
6
|
type: import("vue").PropType<string>;
|
|
4
7
|
default: string;
|
|
5
8
|
};
|
|
6
|
-
|
|
7
|
-
type: import("vue").PropType<
|
|
9
|
+
images: {
|
|
10
|
+
type: import("vue").PropType<import("../../../..").IImage[]>;
|
|
11
|
+
default: () => any[];
|
|
8
12
|
};
|
|
9
13
|
required: {
|
|
10
14
|
type: import("vue").PropType<boolean>;
|
|
@@ -29,10 +33,6 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
29
33
|
rules: {
|
|
30
34
|
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
31
35
|
};
|
|
32
|
-
images: {
|
|
33
|
-
type: import("vue").PropType<import("../../../..").IImage[]>;
|
|
34
|
-
default: () => any[];
|
|
35
|
-
};
|
|
36
36
|
uploadIcon: {
|
|
37
37
|
type: import("vue").PropType<string>;
|
|
38
38
|
default: string;
|
|
@@ -62,12 +62,16 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
62
62
|
"item:edit": (image: import("../../../..").IImage) => void;
|
|
63
63
|
"item:remove": (image: import("../../../..").IImage) => void;
|
|
64
64
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
+
label: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
};
|
|
65
68
|
name: {
|
|
66
69
|
type: import("vue").PropType<string>;
|
|
67
70
|
default: string;
|
|
68
71
|
};
|
|
69
|
-
|
|
70
|
-
type: import("vue").PropType<
|
|
72
|
+
images: {
|
|
73
|
+
type: import("vue").PropType<import("../../../..").IImage[]>;
|
|
74
|
+
default: () => any[];
|
|
71
75
|
};
|
|
72
76
|
required: {
|
|
73
77
|
type: import("vue").PropType<boolean>;
|
|
@@ -92,10 +96,6 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
92
96
|
rules: {
|
|
93
97
|
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
94
98
|
};
|
|
95
|
-
images: {
|
|
96
|
-
type: import("vue").PropType<import("../../../..").IImage[]>;
|
|
97
|
-
default: () => any[];
|
|
98
|
-
};
|
|
99
99
|
uploadIcon: {
|
|
100
100
|
type: import("vue").PropType<string>;
|
|
101
101
|
default: string;
|
|
@@ -126,9 +126,9 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
126
126
|
"onItem:remove"?: (image: import("../../../..").IImage) => any;
|
|
127
127
|
}, {
|
|
128
128
|
name: string;
|
|
129
|
+
images: import("../../../..").IImage[];
|
|
129
130
|
variant: "gallery" | "file-upload";
|
|
130
131
|
tooltipIcon: string;
|
|
131
|
-
images: import("../../../..").IImage[];
|
|
132
132
|
uploadIcon: string;
|
|
133
133
|
itemActions: {
|
|
134
134
|
name?: string;
|
|
@@ -60,9 +60,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
60
60
|
"onItem:remove"?: (image: IImage) => any;
|
|
61
61
|
}, {
|
|
62
62
|
name: string;
|
|
63
|
+
images: IImage[];
|
|
63
64
|
variant: "gallery" | "file-upload";
|
|
64
65
|
tooltipIcon: string;
|
|
65
|
-
images: IImage[];
|
|
66
66
|
uploadIcon: string;
|
|
67
67
|
itemActions: {
|
|
68
68
|
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,MAAM,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,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAOhD,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,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,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,OAAO,CAAC;QACd,MAAM,EAAE,OAAO,CAAC;KACjB,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACzC,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACxC,CAAC,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,CAAC,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiZD,wBAAkD;AAElD,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,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PushNotification } from "./../../../../../../core/api";
|
|
1
|
+
import { PushNotification } from "./../../../../../../core/api/platform";
|
|
2
2
|
import { NotificationTemplateConstructor } from "./../../../../../../core/types";
|
|
3
3
|
export interface Props {
|
|
4
4
|
notification: PushNotification;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"notification.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAEjF,MAAM,WAAW,KAAK;IACpB,YAAY,EAAE,gBAAgB,CAAC;IAC/B,SAAS,EAAE,+BAA+B,EAAE,CAAC;CAC9C;;;;;;;;AAqKD,wBAAkD;AAElD,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"}
|
package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-notification-dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"vc-notification-dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,OAAO,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAG3E,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,gBAAgB,EAAE,CAAC;IAClC,SAAS,CAAC,EAAE,+BAA+B,EAAE,CAAC;IAC9C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,YAAY,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACpD;;AAuQD,wBAAkD;AAElD,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"}
|
package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-popup-error.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-popup-error.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;;;AA0GD,wBAA8G;AA8G9G,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-popup-warning.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-popup-warning.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1B;;;;;;;;;;AAgID,wBAA8G;AA8G9G,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -69,13 +69,13 @@ export declare const VcPopup: {
|
|
|
69
69
|
$emit: ((event: "close") => void) & ((event: "confirm") => void);
|
|
70
70
|
$el: any;
|
|
71
71
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
72
|
-
title: {
|
|
73
|
-
type: import("vue").PropType<string>;
|
|
74
|
-
};
|
|
75
72
|
type: {
|
|
76
73
|
type: import("vue").PropType<"error" | "default" | "warning" | "success">;
|
|
77
74
|
default: string;
|
|
78
75
|
};
|
|
76
|
+
title: {
|
|
77
|
+
type: import("vue").PropType<string>;
|
|
78
|
+
};
|
|
79
79
|
closable: {
|
|
80
80
|
type: import("vue").PropType<boolean>;
|
|
81
81
|
default: boolean;
|
|
@@ -115,13 +115,13 @@ export declare const VcPopup: {
|
|
|
115
115
|
$nextTick: typeof import("vue").nextTick;
|
|
116
116
|
$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;
|
|
117
117
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
118
|
-
title: {
|
|
119
|
-
type: import("vue").PropType<string>;
|
|
120
|
-
};
|
|
121
118
|
type: {
|
|
122
119
|
type: import("vue").PropType<"error" | "default" | "warning" | "success">;
|
|
123
120
|
default: string;
|
|
124
121
|
};
|
|
122
|
+
title: {
|
|
123
|
+
type: import("vue").PropType<string>;
|
|
124
|
+
};
|
|
125
125
|
closable: {
|
|
126
126
|
type: import("vue").PropType<boolean>;
|
|
127
127
|
default: boolean;
|
|
@@ -138,13 +138,13 @@ export declare const VcPopup: {
|
|
|
138
138
|
__isTeleport?: never;
|
|
139
139
|
__isSuspense?: never;
|
|
140
140
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
141
|
-
title: {
|
|
142
|
-
type: import("vue").PropType<string>;
|
|
143
|
-
};
|
|
144
141
|
type: {
|
|
145
142
|
type: import("vue").PropType<"error" | "default" | "warning" | "success">;
|
|
146
143
|
default: string;
|
|
147
144
|
};
|
|
145
|
+
title: {
|
|
146
|
+
type: import("vue").PropType<string>;
|
|
147
|
+
};
|
|
148
148
|
closable: {
|
|
149
149
|
type: import("vue").PropType<boolean>;
|
|
150
150
|
default: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-table-mobile-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-table-mobile-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAGtE,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AACD,MAAM,WAAW,SAAS;IAExB,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACjB,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAC;CAClC;;;iCA+egC,oBAAoB,EAAE;kBACrC,MAAM;;;;qCADS,oBAAoB,EAAE;sBACrC,MAAM;;yBAKe,IAAI;WACpC,GAAG;;yBA/BoB,GAAG;;;;;;qCAwBA,oBAAoB,EAAE;sBACrC,MAAM;;yBAKe,IAAI;WACpC,GAAG;;yBA/BoB,GAAG;;;;;;;;;yCAwBA,oBAAoB,EAAE;0BACrC,MAAM;;6BAKe,IAAI;eACpC,GAAG;;6BA/BoB,GAAG;;;;;AArdjC,wBAwfkE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-table.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table.vue.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-table.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table.vue.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.90",
|
|
4
4
|
"main": "./dist/framework.mjs",
|
|
5
5
|
"module": "./dist/framework.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"whatwg-fetch": "^3.6.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@vc-shell/api-client-generator": "^1.0.
|
|
59
|
-
"@vc-shell/config-generator": "^1.0.
|
|
58
|
+
"@vc-shell/api-client-generator": "^1.0.90",
|
|
59
|
+
"@vc-shell/config-generator": "^1.0.90",
|
|
60
60
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
61
61
|
"sass": "^1.62.1",
|
|
62
62
|
"typescript": "~5.0.4",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
<script lang="ts" setup>
|
|
44
44
|
import { inject, ref } from "vue";
|
|
45
|
-
import { AppDescriptor } from "../../../../../core/api";
|
|
45
|
+
import { AppDescriptor } from "../../../../../core/api/platform";
|
|
46
46
|
import { vOnClickOutside } from "@vueuse/components";
|
|
47
47
|
|
|
48
48
|
export interface Props {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { computed, Ref, ref } from "vue";
|
|
2
|
-
import { AppDescriptor, AppsClient } from "../../../../../core/api";
|
|
2
|
+
import { AppDescriptor, AppsClient } from "../../../../../core/api/platform";
|
|
3
3
|
import { useUser, usePermissions } from "../../../../../core/composables";
|
|
4
4
|
import { notification } from "./../../../notifications";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
2
|
import { ComponentPublicInstance, VNode, ComponentInternalInstance, VNodeTypes, Ref } from "vue";
|
|
3
|
-
import { PushNotification } from "./../../../../core/api";
|
|
3
|
+
import { PushNotification } from "./../../../../core/api/platform";
|
|
4
4
|
|
|
5
5
|
export type BladeInstanceConstructor<T extends ComponentPublicInstance = any> = {
|
|
6
6
|
new (...args: any[]): T & { $: ComponentInternalInstance & { exposed: CoreBladeExposed & T["$"]["exposed"] } } & {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<VcPopup
|
|
3
3
|
variant="small"
|
|
4
|
-
:title="
|
|
4
|
+
:title="t('COMPONENTS.CHANGE_PASSWORD.TITLE')"
|
|
5
5
|
@close="$emit('close')"
|
|
6
6
|
>
|
|
7
7
|
<div class="tw-p-3">
|
|
8
8
|
<VcForm>
|
|
9
9
|
<Field
|
|
10
10
|
v-slot="{ field, errorMessage, errors }"
|
|
11
|
-
:label="
|
|
11
|
+
:label="t('COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.LABEL')"
|
|
12
12
|
name="current"
|
|
13
13
|
rules="required|min:6"
|
|
14
14
|
:model-value="form.currentPassword"
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
ref="passwordField"
|
|
19
19
|
v-model="form.currentPassword"
|
|
20
20
|
class="tw-mb-4 tw-mt-1"
|
|
21
|
-
:label="
|
|
22
|
-
:placeholder="
|
|
21
|
+
:label="t('COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.LABEL')"
|
|
22
|
+
:placeholder="t('COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.PLACEHOLDER')"
|
|
23
23
|
type="password"
|
|
24
24
|
required
|
|
25
25
|
:error="!!errors.length"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
</Field>
|
|
30
30
|
<Field
|
|
31
31
|
v-slot="{ field, errorMessage, errors }"
|
|
32
|
-
:label="
|
|
32
|
+
:label="t('COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.LABEL')"
|
|
33
33
|
name="new_pass"
|
|
34
34
|
rules="required|min:6"
|
|
35
35
|
:model-value="form.password"
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
ref="newPasswordField"
|
|
40
40
|
v-model="form.password"
|
|
41
41
|
class="tw-mb-4 tw-mt-1"
|
|
42
|
-
:label="
|
|
43
|
-
:placeholder="
|
|
42
|
+
:label="t('COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.LABEL')"
|
|
43
|
+
:placeholder="t('COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.PLACEHOLDER')"
|
|
44
44
|
type="password"
|
|
45
45
|
required
|
|
46
46
|
:error="!!errors.length"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
</Field>
|
|
51
51
|
<Field
|
|
52
52
|
v-slot="{ field, errorMessage, errors }"
|
|
53
|
-
:label="
|
|
53
|
+
:label="t('COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.LABEL')"
|
|
54
54
|
name="confirm_pass"
|
|
55
55
|
rules="required|min:6"
|
|
56
56
|
:model-value="form.confirmPassword"
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
ref="confirmPasswordField"
|
|
61
61
|
v-model="form.confirmPassword"
|
|
62
62
|
class="tw-mb-4"
|
|
63
|
-
:label="
|
|
64
|
-
:placeholder="
|
|
63
|
+
:label="t('COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.LABEL')"
|
|
64
|
+
:placeholder="t('COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.PLACEHOLDER')"
|
|
65
65
|
type="password"
|
|
66
66
|
required
|
|
67
67
|
:error="!!errors.length"
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
class="tw-mr-3"
|
|
80
80
|
@click="$emit('close')"
|
|
81
81
|
>
|
|
82
|
-
{{
|
|
82
|
+
{{ t("COMPONENTS.CHANGE_PASSWORD.CANCEL") }}
|
|
83
83
|
</VcButton>
|
|
84
84
|
<VcButton
|
|
85
85
|
:disabled="loading || !form.isValid || isDisabled"
|
|
86
86
|
@click="changePassword"
|
|
87
87
|
>
|
|
88
|
-
{{
|
|
88
|
+
{{ t("COMPONENTS.CHANGE_PASSWORD.SAVE") }}
|
|
89
89
|
</VcButton>
|
|
90
90
|
</div>
|
|
91
91
|
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
>
|
|
97
97
|
<!-- TODO: stylizing-->
|
|
98
98
|
{{
|
|
99
|
-
(err as IIdentityError).code ?
|
|
99
|
+
(err as IIdentityError).code ? t(`COMPONENTS.CHANGE_PASSWORD.ERRORS.${(err as IIdentityError).code}`) : err
|
|
100
100
|
}}
|
|
101
101
|
</VcHint>
|
|
102
102
|
</VcForm>
|
|
@@ -108,8 +108,9 @@
|
|
|
108
108
|
import { nextTick, reactive, computed } from "vue";
|
|
109
109
|
import { useIsFormValid, Field, useIsFormDirty, useForm } from "vee-validate";
|
|
110
110
|
import { VcInput, VcHint, VcButton, VcPopup, VcForm } from "./../../../ui/components";
|
|
111
|
-
import { IIdentityError } from "./../../../core/api";
|
|
111
|
+
import { IIdentityError } from "./../../../core/api/platform";
|
|
112
112
|
import { useUser } from "./../../../core/composables/useUser";
|
|
113
|
+
import { useI18n } from "vue-i18n";
|
|
113
114
|
|
|
114
115
|
interface IChangePassForm {
|
|
115
116
|
isValid: boolean;
|
|
@@ -124,6 +125,7 @@ interface Emits {
|
|
|
124
125
|
}
|
|
125
126
|
|
|
126
127
|
const emit = defineEmits<Emits>();
|
|
128
|
+
const { t } = useI18n({ useScope: "global" });
|
|
127
129
|
const { changeUserPassword, loading, validatePassword } = useUser();
|
|
128
130
|
useForm({ validateOnMount: false });
|
|
129
131
|
const isValid = useIsFormValid();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<VcBlade
|
|
3
3
|
:title="options?.asset?.name"
|
|
4
|
-
:subtitle="
|
|
4
|
+
:subtitle="t('ASSETS.PAGES.DETAILS.SUBTITLE')"
|
|
5
5
|
:expanded="expanded"
|
|
6
6
|
:closable="closable"
|
|
7
7
|
:toolbar-items="bladeToolbar"
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
<VcCol class="tw-ml-6">
|
|
34
34
|
<VcCol>
|
|
35
35
|
<VcCol>
|
|
36
|
-
<VcLabel>{{
|
|
36
|
+
<VcLabel>{{ t("ASSETS.PAGES.DETAILS.FIELDS.SIZE") }}</VcLabel>
|
|
37
37
|
<VcHint class="tw-text-s">{{ readableSize(defaultAsset.size) }}</VcHint>
|
|
38
38
|
</VcCol>
|
|
39
39
|
<VcCol>
|
|
40
|
-
<VcLabel>{{
|
|
40
|
+
<VcLabel>{{ t("ASSETS.PAGES.DETAILS.FIELDS.CREATED_DATE") }}</VcLabel>
|
|
41
41
|
<VcHint class="tw-text-s">{{
|
|
42
42
|
(defaultAsset.createdDate && moment(defaultAsset.createdDate).fromNow()) || "N/A"
|
|
43
43
|
}}</VcHint>
|
|
44
44
|
</VcCol>
|
|
45
45
|
<VcCol class="tw-w-full">
|
|
46
|
-
<VcLabel>{{
|
|
46
|
+
<VcLabel>{{ t("ASSETS.PAGES.DETAILS.FIELDS.URL") }}</VcLabel>
|
|
47
47
|
<div class="tw-flex tw-flex-row tw-justify-stretch tw-truncate">
|
|
48
48
|
<div class="tw-truncate">
|
|
49
49
|
<VcLink
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
size="m"
|
|
58
58
|
class="tw-ml-2"
|
|
59
59
|
text
|
|
60
|
-
title="
|
|
60
|
+
:title="t('ASSETS.PAGES.DETAILS.FIELDS.COPY')"
|
|
61
61
|
@click="copyLink(defaultAsset.url)"
|
|
62
62
|
></VcButton>
|
|
63
63
|
</div>
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
|
|
69
69
|
<Field
|
|
70
70
|
v-slot="{ errorMessage, handleChange, errors }"
|
|
71
|
-
:label="
|
|
71
|
+
:label="t('ASSETS.PAGES.DETAILS.FIELDS.NAME.TITLE')"
|
|
72
72
|
name="asset_name"
|
|
73
73
|
rules="required"
|
|
74
74
|
:model-value="defaultAsset.name"
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
<VcInput
|
|
77
77
|
v-model="assetNameClean"
|
|
78
78
|
class="tw-mb-4"
|
|
79
|
-
:label="
|
|
79
|
+
:label="t('ASSETS.PAGES.DETAILS.FIELDS.NAME.TITLE')"
|
|
80
80
|
clearable
|
|
81
81
|
required
|
|
82
82
|
:error="!!errors.length"
|
|
83
83
|
:error-message="errorMessage"
|
|
84
|
-
:placeholder="
|
|
84
|
+
:placeholder="t('ASSETS.PAGES.DETAILS.FIELDS.NAME.PLACEHOLDER')"
|
|
85
85
|
:disabled="readonly"
|
|
86
86
|
@update:model-value="handleChange"
|
|
87
87
|
></VcInput>
|
|
@@ -90,17 +90,17 @@
|
|
|
90
90
|
v-if="assetType === 'Image'"
|
|
91
91
|
v-model="defaultAsset.altText"
|
|
92
92
|
class="tw-mb-4"
|
|
93
|
-
:label="
|
|
93
|
+
:label="t('ASSETS.PAGES.DETAILS.FIELDS.ALT.TITLE')"
|
|
94
94
|
clearable
|
|
95
|
-
:placeholder="
|
|
96
|
-
:tooltip="
|
|
95
|
+
:placeholder="t('ASSETS.PAGES.DETAILS.FIELDS.ALT.PLACEHOLDER')"
|
|
96
|
+
:tooltip="t('ASSETS.PAGES.DETAILS.FIELDS.ALT.TOOLTIP')"
|
|
97
97
|
:disabled="readonly"
|
|
98
98
|
></VcInput>
|
|
99
99
|
<VcTextarea
|
|
100
100
|
v-model="defaultAsset.description"
|
|
101
101
|
class="tw-mb-4"
|
|
102
|
-
:label="
|
|
103
|
-
:placeholder="
|
|
102
|
+
:label="t('ASSETS.PAGES.DETAILS.FIELDS.DESCRIPTION.TITLE')"
|
|
103
|
+
:placeholder="t('ASSETS.PAGES.DETAILS.FIELDS.DESCRIPTION.PLACEHOLDER')"
|
|
104
104
|
:disabled="readonly"
|
|
105
105
|
></VcTextarea>
|
|
106
106
|
</VcForm>
|
|
@@ -146,7 +146,7 @@ const emit = defineEmits<Emits>();
|
|
|
146
146
|
useForm({ validateOnMount: false });
|
|
147
147
|
const isValid = useIsFormValid();
|
|
148
148
|
const isDirty = useIsFormDirty();
|
|
149
|
-
const { t } = useI18n();
|
|
149
|
+
const { t } = useI18n({ useScope: "global" });
|
|
150
150
|
const defaultAsset = ref<Asset>({ ...props.options?.asset });
|
|
151
151
|
|
|
152
152
|
const readonly = computed(() => props.options.disabled);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<VcBlade
|
|
3
|
-
:title="
|
|
3
|
+
:title="t('ASSETS_MANAGER.TITLE')"
|
|
4
4
|
:expanded="expanded"
|
|
5
5
|
:closable="closable"
|
|
6
6
|
:toolbar-items="bladeToolbar"
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
class="tw-text-[100px] tw-text-[#41afe6]"
|
|
40
40
|
></VcIcon>
|
|
41
41
|
<div class="tw-m-4 tw-text-xl tw-font-medium">
|
|
42
|
-
{{
|
|
42
|
+
{{ t("ASSETS_MANAGER.EMPTY.NO_ASSETS") }}
|
|
43
43
|
</div>
|
|
44
|
-
<VcButton @click="toggleUploader">{{
|
|
44
|
+
<VcButton @click="toggleUploader">{{ t("ASSETS_MANAGER.EMPTY.UPLOAD") }}</VcButton>
|
|
45
45
|
</div>
|
|
46
46
|
</template>
|
|
47
47
|
|
|
@@ -106,19 +106,19 @@
|
|
|
106
106
|
</div>
|
|
107
107
|
<div class="tw-mt-3 tw-w-full tw-flex tw-justify-between">
|
|
108
108
|
<div class="tw-truncate tw-grow tw-basis-0 tw-mr-2">
|
|
109
|
-
<VcHint>{{
|
|
109
|
+
<VcHint>{{ t("ASSETS_MANAGER.TABLE.HEADER.SIZE") }}</VcHint>
|
|
110
110
|
<div class="tw-truncate tw-mt-1">
|
|
111
111
|
{{ readableSize(item.size) }}
|
|
112
112
|
</div>
|
|
113
113
|
</div>
|
|
114
114
|
<div class="tw-truncate tw-grow tw-basis-0 tw-mr-2">
|
|
115
|
-
<VcHint>{{
|
|
115
|
+
<VcHint>{{ t("ASSETS_MANAGER.TABLE.HEADER.CREATED_DATE") }}</VcHint>
|
|
116
116
|
<div class="tw-truncate tw-mt-1">
|
|
117
117
|
{{ item.createdDate && moment(item.createdDate).fromNow() }}
|
|
118
118
|
</div>
|
|
119
119
|
</div>
|
|
120
120
|
<div class="tw-truncate tw-grow tw-basis-0 tw-mr-2">
|
|
121
|
-
<VcHint>{{
|
|
121
|
+
<VcHint>{{ t("ASSETS_MANAGER.TABLE.HEADER.SORT_ORDER") }}</VcHint>
|
|
122
122
|
<div class="tw-truncate tw-mt-1">
|
|
123
123
|
{{ item.sortOrder }}
|
|
124
124
|
</div>
|
|
@@ -178,7 +178,7 @@ const props = withDefaults(defineProps<Props>(), {
|
|
|
178
178
|
|
|
179
179
|
const emit = defineEmits<Emits>();
|
|
180
180
|
|
|
181
|
-
const { t } = useI18n();
|
|
181
|
+
const { t } = useI18n({ useScope: "global" });
|
|
182
182
|
|
|
183
183
|
const defaultAssets = ref<Asset[]>([]);
|
|
184
184
|
|