@vc-shell/framework 2.0.0-alpha.22 → 2.0.0-alpha.24
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 +43 -0
- package/dist/ai-agent/index.js +2 -2
- package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-BP2AONee.js +6523 -0
- package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-BBV3uTdi.js → VcTableAdapter.vue_vue_type_style_index_0_lang-Dcmfbvu-.js} +7395 -7426
- package/dist/chunks/{index-BNE1zizw.js → index-CqUIFifF.js} +2 -2
- package/dist/chunks/{index-BfOiCZwO.js → index-Dv4ed_py.js} +2 -2
- package/dist/chunks/{vc-toast.vue_vue_type_style_index_0_lang-DHCQ1-ud.js → vc-toast.vue_vue_type_style_index_0_lang-NNvJU00Y.js} +1 -1
- package/dist/chunks/{vendor-lodash-es-QnNVqiqU.js → vendor-lodash-es-BwHYzZ39.js} +3 -3
- package/dist/core/api/platform.d.ts +300 -954
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/blade-navigation/utils/bladeRouterGuard.d.ts +4 -3
- package/dist/core/blade-navigation/utils/bladeRouterGuard.d.ts.map +1 -1
- package/dist/core/composables/index.d.ts +1 -0
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useAssets/index.d.ts.map +1 -1
- package/dist/core/composables/useAssetsManager/index.d.ts +24 -0
- package/dist/core/composables/useAssetsManager/index.d.ts.map +1 -0
- package/dist/core/composables/usePermissions/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts.map +1 -1
- package/dist/core/services/app-bar-menu-service.d.ts.map +1 -1
- package/dist/core/services/settings-menu-service.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +8 -16
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.js +2411 -2319
- package/dist/index.css +2 -2
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/locales/de.d.ts +3 -0
- package/dist/locales/{de.json → de.js} +2 -1
- package/dist/locales/en.d.ts +3 -0
- package/dist/locales/en.js +432 -0
- package/dist/locales/types.d.ts +439 -0
- package/dist/modules/assets/components/assets-details/assets-details.vue.d.ts +1 -29
- package/dist/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +1 -37
- package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/scripts/check-locales.cjs +3182 -0
- package/dist/shell/auth/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shell/components/index.d.ts +0 -1
- package/dist/shell/components/index.d.ts.map +1 -1
- package/dist/shell/components/logout-button/logout-button.vue.d.ts.map +1 -1
- package/dist/shell/components/notification-template/notification-template.vue.d.ts +2 -2
- package/dist/shell/components/notification-template/notification-template.vue.d.ts.map +1 -1
- package/dist/shell/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +4 -0
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +4 -0
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts +4 -0
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts.map +1 -1
- 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 +9 -9
- 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 +3 -3
- 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/composables/useGalleryPreview.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryPreview.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts +4 -4
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +17 -36
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +6 -5
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -1
- package/dist/ui/index.js +3 -3
- package/package.json +18 -6
- package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-D8HSEumV.js +0 -8741
- package/dist/shell/components/app-switcher/components/index.d.ts +0 -2
- package/dist/shell/components/app-switcher/components/index.d.ts.map +0 -1
- package/dist/shell/components/app-switcher/components/vc-app-switcher/index.d.ts +0 -2
- package/dist/shell/components/app-switcher/components/vc-app-switcher/index.d.ts.map +0 -1
- package/dist/shell/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +0 -14
- package/dist/shell/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +0 -1
- package/dist/shell/components/app-switcher/index.d.ts +0 -3
- package/dist/shell/components/app-switcher/index.d.ts.map +0 -1
|
@@ -9,6 +9,8 @@ export interface Props {
|
|
|
9
9
|
disableMenu?: boolean;
|
|
10
10
|
disableAppSwitcher?: boolean;
|
|
11
11
|
appsList?: AppDescriptor[];
|
|
12
|
+
showSearch?: boolean;
|
|
13
|
+
searchPlaceholder?: string;
|
|
12
14
|
}
|
|
13
15
|
type __VLS_Slots = {
|
|
14
16
|
"app-switcher"?: (props: {
|
|
@@ -18,6 +20,7 @@ type __VLS_Slots = {
|
|
|
18
20
|
menu?: (props: {
|
|
19
21
|
expanded: boolean;
|
|
20
22
|
onItemClick: (item: MenuItem) => void;
|
|
23
|
+
searchQuery: string;
|
|
21
24
|
}) => unknown;
|
|
22
25
|
"sidebar-header"?: (props: {
|
|
23
26
|
logo?: string;
|
|
@@ -40,6 +43,7 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
|
|
|
40
43
|
"onSwitch-app"?: ((app: AppDescriptor) => any) | undefined;
|
|
41
44
|
}>, {
|
|
42
45
|
disableMenu: boolean;
|
|
46
|
+
showSearch: boolean;
|
|
43
47
|
appsList: AppDescriptor[];
|
|
44
48
|
disableAppSwitcher: boolean;
|
|
45
49
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DesktopLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DesktopLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue"],"names":[],"mappings":"AA8VA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAW5C,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAiBD,KAAK,WAAW,GAAG;IACjB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,aAAa,EAAE,CAAC;QAAC,SAAS,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IAC5G,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAC;QAAC,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;IAC7G,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC;IAC/F,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;CAC1F,CAAC;AAyUF,QAAA,MAAM,UAAU;;;;;;;;;iBApWA,OAAO;gBAGR,OAAO;cADT,aAAa,EAAE;wBADL,OAAO;6EAuW5B,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -9,6 +9,8 @@ export interface Props {
|
|
|
9
9
|
disableMenu?: boolean;
|
|
10
10
|
disableAppSwitcher?: boolean;
|
|
11
11
|
appsList?: AppDescriptor[];
|
|
12
|
+
showSearch?: boolean;
|
|
13
|
+
searchPlaceholder?: string;
|
|
12
14
|
}
|
|
13
15
|
type __VLS_Slots = {
|
|
14
16
|
"app-switcher"?: (props: {
|
|
@@ -18,6 +20,7 @@ type __VLS_Slots = {
|
|
|
18
20
|
menu?: (props: {
|
|
19
21
|
expanded: boolean;
|
|
20
22
|
onItemClick: (item: MenuItem) => void;
|
|
23
|
+
searchQuery: string;
|
|
21
24
|
}) => unknown;
|
|
22
25
|
"sidebar-header"?: (props: {
|
|
23
26
|
logo?: string;
|
|
@@ -38,6 +41,7 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
|
|
|
38
41
|
"onSwitch-app"?: ((app: AppDescriptor) => any) | undefined;
|
|
39
42
|
}>, {
|
|
40
43
|
disableMenu: boolean;
|
|
44
|
+
showSearch: boolean;
|
|
41
45
|
appsList: AppDescriptor[];
|
|
42
46
|
disableAppSwitcher: boolean;
|
|
43
47
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MobileLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MobileLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue"],"names":[],"mappings":"AA2nBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAc5C,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAgBD,KAAK,WAAW,GAAG;IACjB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,aAAa,EAAE,CAAC;QAAC,SAAS,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IAC5G,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAC;QAAC,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;IAC7G,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC;IAC/F,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;CAC1F,CAAC;AAwsBF,QAAA,MAAM,UAAU;;;;;;;iBAluBA,OAAO;gBAGR,OAAO;cADT,aAAa,EAAE;wBADL,OAAO;6EAquB5B,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { MenuItem } from "../../../../../../core/types";
|
|
2
2
|
export interface Props {
|
|
3
3
|
expanded?: boolean;
|
|
4
|
+
searchQuery?: string;
|
|
4
5
|
}
|
|
5
6
|
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
7
|
"item:click": (item: MenuItem) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VcAppMenu.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VcAppMenu.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue"],"names":[],"mappings":"AAmOA,OAAO,KAAK,EAAE,QAAQ,EAAsC,MAAM,aAAa,CAAC;AAKhF,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAoTD,QAAA,MAAM,YAAY;;;;;cAtTL,OAAO;6EA0TlB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -6,11 +6,14 @@ export interface Props {
|
|
|
6
6
|
userRole?: string;
|
|
7
7
|
disableMenu?: boolean;
|
|
8
8
|
headerVisible?: boolean;
|
|
9
|
+
showSearch?: boolean;
|
|
10
|
+
searchPlaceholder?: string;
|
|
9
11
|
}
|
|
10
12
|
type __VLS_Slots = {
|
|
11
13
|
menu?: (props: {
|
|
12
14
|
expanded: boolean;
|
|
13
15
|
onItemClick: (item: MenuItem) => void;
|
|
16
|
+
searchQuery: string;
|
|
14
17
|
}) => unknown;
|
|
15
18
|
"sidebar-footer"?: (props: {
|
|
16
19
|
avatar?: string;
|
|
@@ -26,6 +29,7 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
|
|
|
26
29
|
expanded: boolean;
|
|
27
30
|
disableMenu: boolean;
|
|
28
31
|
headerVisible: boolean;
|
|
32
|
+
showSearch: boolean;
|
|
29
33
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
34
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
31
35
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarContent.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SidebarContent.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue"],"names":[],"mappings":"AAsKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAeD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAC;QAAC,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;IAC7G,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;CAC1F,CAAC;AAgKF,QAAA,MAAM,UAAU;;;;;cA1LH,OAAO;iBAIJ,OAAO;mBACL,OAAO;gBACV,OAAO;6EAwLpB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -11,6 +11,8 @@ export interface Props {
|
|
|
11
11
|
disableMenu?: boolean;
|
|
12
12
|
disableAppSwitcher?: boolean;
|
|
13
13
|
role?: string;
|
|
14
|
+
showSearch?: boolean;
|
|
15
|
+
searchPlaceholder?: string;
|
|
14
16
|
}
|
|
15
17
|
type __VLS_Slots = {
|
|
16
18
|
"app-switcher"?: (props: {
|
|
@@ -28,6 +30,7 @@ type __VLS_Slots = {
|
|
|
28
30
|
menu?: (props: {
|
|
29
31
|
expanded: boolean;
|
|
30
32
|
onItemClick: (item: MenuItem) => void;
|
|
33
|
+
searchQuery: string;
|
|
31
34
|
}) => unknown;
|
|
32
35
|
"sidebar-header"?: (props: {
|
|
33
36
|
logo?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-app.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-app.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app.vue"],"names":[],"mappings":"AA0QA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAc5E,MAAM,WAAW,KAAK;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAMD,KAAK,WAAW,GAAG;IACjB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,aAAa,EAAE,CAAC;QAAC,SAAS,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IAC5G,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE;QACf,QAAQ,EAAE,OAAO,CAAC;QAClB,OAAO,EAAE,kBAAkB,CAAC;QAC5B,QAAQ,EAAE,aAAa,EAAE,CAAC;QAC1B,SAAS,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;QACxC,QAAQ,EAAE,MAAM,IAAI,CAAC;QACrB,mBAAmB,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;KAC/C,KAAK,OAAO,CAAC;IACd,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAC;QAAC,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;IAC7G,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC;IAC/F,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;IACzF,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,eAAe,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC;CAC9D,CAAC;AAoQF,QAAA,MAAM,UAAU,sRAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BladeToolbar.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-blade/_internal/BladeToolbar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BladeToolbar.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-blade/_internal/BladeToolbar.vue"],"names":[],"mappings":"AA4EA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAKjD,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,aAAa,EAAE,CAAC;CACxB;AA0ED,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK5D,QAAA,MAAM,UAAU;WAlFP,aAAa,EAAE;6EAqFtB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-blade.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade.vue"],"names":[],"mappings":"AAyVA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAe5C,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,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,aAAa,EAAE,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iEAAiE;IACjE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;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;AAmBD,KAAK,WAAW,GAAG;IACjB,OAAO,IAAI,IAAI,CAAC;IAChB,OAAO,IAAI,IAAI,CAAC;CACjB,CAAC;AAyWF,QAAA,MAAM,UAAU;;;;;;;;;WA5YN,MAAM,GAAG,MAAM;kBAGR,aAAa,EAAE;cADnB,OAAO;cAEP,OAAO;6EA4YlB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { AssetLike } from "../../../../../../core/composables/useAssetsManager";
|
|
2
2
|
export interface Props {
|
|
3
|
-
image:
|
|
3
|
+
image: AssetLike;
|
|
4
4
|
readonly?: boolean;
|
|
5
5
|
actions?: {
|
|
6
6
|
preview?: boolean;
|
|
@@ -11,15 +11,15 @@ export interface Props {
|
|
|
11
11
|
imageFit?: "contain" | "cover";
|
|
12
12
|
}
|
|
13
13
|
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
|
-
remove: (image:
|
|
15
|
-
preview: (image:
|
|
16
|
-
edit: (image:
|
|
14
|
+
remove: (image: AssetLike) => any;
|
|
15
|
+
preview: (image: AssetLike) => any;
|
|
16
|
+
edit: (image: AssetLike) => any;
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
18
|
-
onRemove?: ((image:
|
|
19
|
-
onPreview?: ((image:
|
|
20
|
-
onEdit?: ((image:
|
|
18
|
+
onRemove?: ((image: AssetLike) => any) | undefined;
|
|
19
|
+
onPreview?: ((image: AssetLike) => any) | undefined;
|
|
20
|
+
onEdit?: ((image: AssetLike) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
-
image:
|
|
22
|
+
image: AssetLike;
|
|
23
23
|
readonly: boolean;
|
|
24
24
|
imageFit: "contain" | "cover";
|
|
25
25
|
disableDrag: boolean;
|
|
@@ -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"],"names":[],"mappings":"AA0FA,OAAO,KAAK,EAAE,
|
|
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"],"names":[],"mappings":"AA0FA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAIpE,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE;QACR,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;CAChC;AA2ID,QAAA,MAAM,YAAY;;;;;;;;;WApJT,SAAS;cACL,OAAO;cAOP,SAAS,GAAG,OAAO;iBADhB,OAAO;6EAiJrB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { AssetLike } from "../../../../../../core/composables/useAssetsManager";
|
|
2
2
|
export interface Props {
|
|
3
|
-
images?:
|
|
3
|
+
images?: AssetLike[];
|
|
4
4
|
index: number;
|
|
5
5
|
}
|
|
6
6
|
export interface Emits {
|
|
@@ -12,7 +12,7 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
|
|
|
12
12
|
onClose?: (() => any) | undefined;
|
|
13
13
|
}>, {
|
|
14
14
|
index: number;
|
|
15
|
-
images:
|
|
15
|
+
images: AssetLike[];
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const _default: typeof __VLS_export;
|
|
18
18
|
export default _default;
|
|
@@ -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"],"names":[],"mappings":"AA2WA,OAAO,KAAK,EAAE,
|
|
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"],"names":[],"mappings":"AA2WA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAGpE,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAySD,QAAA,MAAM,YAAY;;;;;WA9ST,MAAM;YADJ,SAAS,EAAE;6EAmTpB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Ref } from "vue";
|
|
2
|
-
import type {
|
|
3
|
-
export declare function useGalleryPreview(images: Ref<
|
|
2
|
+
import type { AssetLike } from "../../../../../core/composables/useAssetsManager";
|
|
3
|
+
export declare function useGalleryPreview(images: Ref<AssetLike[]>): {
|
|
4
4
|
openPreview: (index: number) => void;
|
|
5
5
|
};
|
|
6
6
|
//# sourceMappingURL=useGalleryPreview.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGalleryPreview.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-gallery/composables/useGalleryPreview.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,GAAG,EAAW,MAAM,KAAK,CAAC;AAGlD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"useGalleryPreview.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-gallery/composables/useGalleryPreview.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,GAAG,EAAW,MAAM,KAAK,CAAC;AAGlD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAEpE,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE,CAAC;yBAa5B,MAAM;EAMnC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Ref } from "vue";
|
|
2
|
-
import type {
|
|
2
|
+
import type { AssetLike } from "../../../../../core/composables/useAssetsManager";
|
|
3
3
|
interface UseGalleryReorderOptions {
|
|
4
4
|
disabled: Ref<boolean>;
|
|
5
|
-
onSort: (sorted:
|
|
5
|
+
onSort: (sorted: AssetLike[]) => void;
|
|
6
6
|
}
|
|
7
|
-
export declare function useGalleryReorder(images: Ref<
|
|
7
|
+
export declare function useGalleryReorder(images: Ref<AssetLike[]>, options: UseGalleryReorderOptions): {
|
|
8
8
|
galleryRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9
9
|
reorderHandlers: {
|
|
10
10
|
onItemMouseDown: (event: MouseEvent) => void;
|
|
11
11
|
onItemMouseUp: (event: MouseEvent) => void;
|
|
12
|
-
onItemDragStart: (event: DragEvent, item:
|
|
12
|
+
onItemDragStart: (event: DragEvent, item: AssetLike) => void;
|
|
13
13
|
onItemDragOver: (event: DragEvent) => void;
|
|
14
14
|
onItemDragLeave: () => void;
|
|
15
15
|
onItemDrop: (event: DragEvent) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGalleryReorder.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-gallery/composables/useGalleryReorder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,GAAG,EAAW,MAAM,KAAK,CAAC;AAClD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"useGalleryReorder.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-gallery/composables/useGalleryReorder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,GAAG,EAAW,MAAM,KAAK,CAAC;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAEpE,UAAU,wBAAwB;IAChC,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACvB,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,IAAI,CAAC;CACvC;AAMD,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,wBAAwB;;;iCA4B3D,UAAU;+BAkBZ,UAAU;iCAMR,SAAS,QAAQ,SAAS;gCAgB3B,SAAS;;4BAiDb,SAAS;+BAeN,SAAS;;;;;EAsCxC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Ref } from "vue";
|
|
2
|
-
import type {
|
|
2
|
+
import type { AssetLike } from "../../../../../core/composables/useAssetsManager";
|
|
3
3
|
interface UseGalleryUploadOptions {
|
|
4
4
|
onUpload: (files: FileList, startingSortOrder?: number) => void;
|
|
5
5
|
}
|
|
6
|
-
export declare function useGalleryUpload(images: Ref<
|
|
6
|
+
export declare function useGalleryUpload(images: Ref<AssetLike[]>, options: UseGalleryUploadOptions): {
|
|
7
7
|
onUpload: (files: FileList) => void;
|
|
8
8
|
};
|
|
9
9
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGalleryUpload.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-gallery/composables/useGalleryUpload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAW,MAAM,KAAK,CAAC;AACnC,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"useGalleryUpload.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-gallery/composables/useGalleryUpload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAW,MAAM,KAAK,CAAC;AACnC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAEpE,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,iBAAiB,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACjE;AAED,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,uBAAuB;sBAChE,QAAQ;EAkClC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { IValidationRules } from "../../../../core/types";
|
|
2
|
+
import type { AssetLike } from "../../../../core/composables/useAssetsManager";
|
|
2
3
|
export interface Props {
|
|
3
|
-
images?:
|
|
4
|
+
images?: AssetLike[];
|
|
4
5
|
disabled?: boolean;
|
|
5
6
|
multiple?: boolean;
|
|
6
7
|
loading?: boolean;
|
|
@@ -28,26 +29,16 @@ export interface Props {
|
|
|
28
29
|
}
|
|
29
30
|
export interface Emits {
|
|
30
31
|
(event: "upload", files: FileList, startingSortOrder?: number): void;
|
|
31
|
-
(event: "sort", sorted:
|
|
32
|
-
(event: "edit", image:
|
|
33
|
-
(event: "remove", image:
|
|
32
|
+
(event: "sort", sorted: AssetLike[]): void;
|
|
33
|
+
(event: "edit", image: AssetLike): void;
|
|
34
|
+
(event: "remove", image: AssetLike): void;
|
|
34
35
|
}
|
|
35
36
|
declare var __VLS_16: {
|
|
36
37
|
image: {
|
|
37
38
|
[x: string]: any;
|
|
39
|
+
url?: string | undefined;
|
|
40
|
+
name?: string | undefined;
|
|
38
41
|
sortOrder?: number | undefined;
|
|
39
|
-
title?: string | undefined | undefined;
|
|
40
|
-
name?: string | undefined | undefined;
|
|
41
|
-
url?: string | undefined | undefined;
|
|
42
|
-
readableSize?: string | undefined;
|
|
43
|
-
relativeUrl?: string | undefined | undefined;
|
|
44
|
-
description?: string | undefined | undefined;
|
|
45
|
-
modifiedDate?: Date | undefined;
|
|
46
|
-
id?: string | undefined | undefined;
|
|
47
|
-
altText?: string | undefined | undefined;
|
|
48
|
-
typeId?: string | undefined;
|
|
49
|
-
size?: number | undefined;
|
|
50
|
-
createdDate?: Date | undefined;
|
|
51
42
|
};
|
|
52
43
|
index: number;
|
|
53
44
|
actions: {
|
|
@@ -58,19 +49,9 @@ declare var __VLS_16: {
|
|
|
58
49
|
}, __VLS_41: {}, __VLS_49: {
|
|
59
50
|
images: {
|
|
60
51
|
[x: string]: any;
|
|
52
|
+
url?: string | undefined;
|
|
53
|
+
name?: string | undefined;
|
|
61
54
|
sortOrder?: number | undefined;
|
|
62
|
-
title?: string | undefined | undefined;
|
|
63
|
-
name?: string | undefined | undefined;
|
|
64
|
-
url?: string | undefined | undefined;
|
|
65
|
-
readableSize?: string | undefined;
|
|
66
|
-
relativeUrl?: string | undefined | undefined;
|
|
67
|
-
description?: string | undefined | undefined;
|
|
68
|
-
modifiedDate?: Date | undefined;
|
|
69
|
-
id?: string | undefined | undefined;
|
|
70
|
-
altText?: string | undefined | undefined;
|
|
71
|
-
typeId?: string | undefined;
|
|
72
|
-
size?: number | undefined;
|
|
73
|
-
createdDate?: Date | undefined;
|
|
74
55
|
}[];
|
|
75
56
|
};
|
|
76
57
|
type __VLS_Slots = {} & {
|
|
@@ -81,21 +62,21 @@ type __VLS_Slots = {} & {
|
|
|
81
62
|
footer?: (props: typeof __VLS_49) => any;
|
|
82
63
|
};
|
|
83
64
|
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
84
|
-
sort: (sorted:
|
|
85
|
-
remove: (image:
|
|
65
|
+
sort: (sorted: AssetLike[]) => any;
|
|
66
|
+
remove: (image: AssetLike) => any;
|
|
86
67
|
upload: (files: FileList, startingSortOrder?: number | undefined) => any;
|
|
87
|
-
edit: (image:
|
|
68
|
+
edit: (image: AssetLike) => any;
|
|
88
69
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
89
|
-
onSort?: ((sorted:
|
|
90
|
-
onRemove?: ((image:
|
|
70
|
+
onSort?: ((sorted: AssetLike[]) => any) | undefined;
|
|
71
|
+
onRemove?: ((image: AssetLike) => any) | undefined;
|
|
91
72
|
onUpload?: ((files: FileList, startingSortOrder?: number | undefined) => any) | undefined;
|
|
92
|
-
onEdit?: ((image:
|
|
73
|
+
onEdit?: ((image: AssetLike) => any) | undefined;
|
|
93
74
|
}>, {
|
|
94
75
|
size: "sm" | "md" | "lg";
|
|
95
76
|
variant: "gallery" | "file-upload";
|
|
96
77
|
name: string;
|
|
97
78
|
gap: number;
|
|
98
|
-
images:
|
|
79
|
+
images: AssetLike[];
|
|
99
80
|
itemActions: {
|
|
100
81
|
preview?: boolean;
|
|
101
82
|
edit?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-gallery.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery.vue"],"names":[],"mappings":"AA6aA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAWpE,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IACtE,KAAK,CAAC,EAAE,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAE/B,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC;IAC3C,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;IACxC,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;CAC3C;AAkcD,QAAA,IAAI,QAAQ;;;;;;;;;;;;;CAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ;;;;;;;CAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAM/C,QAAA,MAAM,UAAU;;;;;;;;;;;UA9dP,IAAI,GAAG,IAAI,GAAG,IAAI;aAIf,SAAS,GAAG,aAAa;UAP5B,MAAM;SAIP,MAAM;YAVH,SAAS,EAAE;iBAIN;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE;cAO1D,SAAS,GAAG,OAAO;gBAKjB,MAAM;6EA2dnB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { IValidationRules } from "../../../../core/types";
|
|
2
|
+
import type { AssetLike } from "../../../../core/composables/useAssetsManager";
|
|
2
3
|
export interface Props {
|
|
3
|
-
image?:
|
|
4
|
+
image?: AssetLike;
|
|
4
5
|
disabled?: boolean;
|
|
5
6
|
loading?: boolean;
|
|
6
7
|
accept?: string;
|
|
@@ -16,13 +17,13 @@ export interface Props {
|
|
|
16
17
|
}
|
|
17
18
|
export interface Emits {
|
|
18
19
|
(event: "upload", files: FileList): void;
|
|
19
|
-
(event: "remove", image:
|
|
20
|
+
(event: "remove", image: AssetLike): void;
|
|
20
21
|
}
|
|
21
22
|
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
22
|
-
remove: (image:
|
|
23
|
+
remove: (image: AssetLike) => any;
|
|
23
24
|
upload: (files: FileList) => any;
|
|
24
25
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
25
|
-
onRemove?: ((image:
|
|
26
|
+
onRemove?: ((image: AssetLike) => any) | undefined;
|
|
26
27
|
onUpload?: ((files: FileList) => any) | undefined;
|
|
27
28
|
}>, {
|
|
28
29
|
icon: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-image-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-image-upload/vc-image-upload.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-image-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-image-upload/vc-image-upload.vue"],"names":[],"mappings":"AA4GA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAOpE,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAC7C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACzC,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;CAC3C;AAmKD,QAAA,MAAM,YAAY;;;;;;;UA5KT,MAAM;UADN,MAAM;YAFJ,MAAM;iBAKD,OAAO;eACT,OAAO;6EA6KnB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/ui/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as l, a as o, b as c, c as t, d as r, e as u, f as V, g as n, h as p, i, j as b, C as d, k as C, l as T, m as S, n as A, o as m, p as g, q as B, T as I, r as y, s as w, t as M, u as D, v as R, w as h, x, V as G, y as F, z as L, A as P, B as k, D as f, E as v, F as H, G as W, H as E, I as K, J as N, K as U, L as _, M as z, N as O, O as j, P as q, Q as J, R as Q, S as X, U as Y, W as Z, X as $, Y as aa, Z as ea, $ as sa, a0 as la, a1 as oa, a2 as ca, a3 as ta, a4 as ra, a5 as ua, a6 as Va, a7 as na, a8 as pa, a9 as ia, aa as ba, ab as da, ac as Ca, ad as Ta, ae as Sa, af as Aa, ag as ma, ah as ga, ai as Ba, aj as Ia, ak as ya, al as wa, am as Ma, an as Da, ao as Ra, ap as ha, aq as xa, ar as Ga, as as Fa, at as La, au as Pa, av as ka, aw as fa, ax as va, ay as Ha, az as Wa, aA as Ea, aB as Ka, aC as Na, aD as Ua, aE as _a, aF as za, aG as Oa, aH as ja, aI as qa, aJ as Ja, aK as Qa, aL as Xa, aM as Ya, aN as Za, aO as $a, aP as ae, aQ as ee, aR as se, aS as le, aT as oe, aU as ce, aV as te, aW as re, aX as ue, aY as Ve, aZ as ne, a_ as pe, a$ as ie, b0 as be, b1 as de, b2 as Ce, b3 as Te, b4 as Se, b5 as Ae, b6 as me, b7 as ge, b8 as Be } from "../chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-
|
|
2
|
-
import { B as ye, _ as we, a as Me, b as De, c as Re, d as he, u as xe, e as Ge, f as Fe } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-
|
|
3
|
-
import { _ as Pe } from "../chunks/vc-toast.vue_vue_type_style_index_0_lang-
|
|
1
|
+
import { _ as l, a as o, b as c, c as t, d as r, e as u, f as V, g as n, h as p, i, j as b, C as d, k as C, l as T, m as S, n as A, o as m, p as g, q as B, T as I, r as y, s as w, t as M, u as D, v as R, w as h, x, V as G, y as F, z as L, A as P, B as k, D as f, E as v, F as H, G as W, H as E, I as K, J as N, K as U, L as _, M as z, N as O, O as j, P as q, Q as J, R as Q, S as X, U as Y, W as Z, X as $, Y as aa, Z as ea, $ as sa, a0 as la, a1 as oa, a2 as ca, a3 as ta, a4 as ra, a5 as ua, a6 as Va, a7 as na, a8 as pa, a9 as ia, aa as ba, ab as da, ac as Ca, ad as Ta, ae as Sa, af as Aa, ag as ma, ah as ga, ai as Ba, aj as Ia, ak as ya, al as wa, am as Ma, an as Da, ao as Ra, ap as ha, aq as xa, ar as Ga, as as Fa, at as La, au as Pa, av as ka, aw as fa, ax as va, ay as Ha, az as Wa, aA as Ea, aB as Ka, aC as Na, aD as Ua, aE as _a, aF as za, aG as Oa, aH as ja, aI as qa, aJ as Ja, aK as Qa, aL as Xa, aM as Ya, aN as Za, aO as $a, aP as ae, aQ as ee, aR as se, aS as le, aT as oe, aU as ce, aV as te, aW as re, aX as ue, aY as Ve, aZ as ne, a_ as pe, a$ as ie, b0 as be, b1 as de, b2 as Ce, b3 as Te, b4 as Se, b5 as Ae, b6 as me, b7 as ge, b8 as Be } from "../chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-Dcmfbvu-.js";
|
|
2
|
+
import { B as ye, _ as we, a as Me, b as De, c as Re, d as he, u as xe, e as Ge, f as Fe } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-BP2AONee.js";
|
|
3
|
+
import { _ as Pe } from "../chunks/vc-toast.vue_vue_type_style_index_0_lang-NNvJU00Y.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
export {
|
|
6
6
|
ye as ButtonGroupKey,
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/framework.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"style": "./dist/index.css",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist",
|
|
10
|
-
"dist/locales/*.json",
|
|
11
10
|
"globals.d.ts",
|
|
12
11
|
"globals-augments.d.ts",
|
|
13
12
|
"shims-vue.d.ts",
|
|
@@ -36,7 +35,17 @@
|
|
|
36
35
|
},
|
|
37
36
|
"./package.json": "./package.json",
|
|
38
37
|
"./dist/index.css": "./dist/index.css",
|
|
39
|
-
"./
|
|
38
|
+
"./locales/en": {
|
|
39
|
+
"types": "./dist/locales/en.d.ts",
|
|
40
|
+
"import": "./dist/locales/en.js"
|
|
41
|
+
},
|
|
42
|
+
"./locales/de": {
|
|
43
|
+
"types": "./dist/locales/de.d.ts",
|
|
44
|
+
"import": "./dist/locales/de.js"
|
|
45
|
+
},
|
|
46
|
+
"./locales/types": {
|
|
47
|
+
"types": "./dist/locales/types.d.ts"
|
|
48
|
+
},
|
|
40
49
|
"./tailwind.config": "./tailwind.config.ts"
|
|
41
50
|
},
|
|
42
51
|
"sideEffects": [
|
|
@@ -124,9 +133,9 @@
|
|
|
124
133
|
"@laynezh/vite-plugin-lib-assets": "v1.1.0",
|
|
125
134
|
"@types/dompurify": "^3.0.5",
|
|
126
135
|
"@types/semver": "^7.7.1",
|
|
127
|
-
"@vc-shell/api-client-generator": "2.0.0-alpha.
|
|
128
|
-
"@vc-shell/config-generator": "2.0.0-alpha.
|
|
129
|
-
"@vc-shell/ts-config": "2.0.0-alpha.
|
|
136
|
+
"@vc-shell/api-client-generator": "2.0.0-alpha.24",
|
|
137
|
+
"@vc-shell/config-generator": "2.0.0-alpha.24",
|
|
138
|
+
"@vc-shell/ts-config": "2.0.0-alpha.24",
|
|
130
139
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
131
140
|
"@vue/test-utils": "^2.4.5",
|
|
132
141
|
"cypress-signalr-mock": "^1.5.0",
|
|
@@ -145,5 +154,8 @@
|
|
|
145
154
|
"publishConfig": {
|
|
146
155
|
"access": "public",
|
|
147
156
|
"registry": "https://registry.npmjs.org/"
|
|
157
|
+
},
|
|
158
|
+
"bin": {
|
|
159
|
+
"vc-check-locales": "./dist/scripts/check-locales.cjs"
|
|
148
160
|
}
|
|
149
161
|
}
|