@vc-shell/framework 1.0.66 → 1.0.68
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/core/composables/index.ts +1 -0
- package/core/composables/useErrorHandler/index.ts +44 -0
- package/core/composables/useNotifications/index.ts +13 -3
- package/core/composables/useSettings/index.ts +2 -3
- package/core/plugins/error-interceptor/index.ts +17 -0
- package/core/plugins/error-interceptor/interceptor.ts +43 -0
- package/core/plugins/index.ts +1 -0
- package/core/plugins/validation/rules.ts +10 -0
- package/dist/core/composables/index.d.ts +1 -0
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useErrorHandler/index.d.ts +8 -0
- package/dist/core/composables/useErrorHandler/index.d.ts.map +1 -0
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/useSettings/index.d.ts +1 -1
- package/dist/core/composables/useSettings/index.d.ts.map +1 -1
- package/dist/core/plugins/error-interceptor/index.d.ts +107 -0
- package/dist/core/plugins/error-interceptor/index.d.ts.map +1 -0
- package/dist/core/plugins/error-interceptor/interceptor.d.ts +39 -0
- package/dist/core/plugins/error-interceptor/interceptor.d.ts.map +1 -0
- package/dist/core/plugins/index.d.ts +1 -0
- package/dist/core/plugins/index.d.ts.map +1 -1
- package/dist/core/plugins/validation/rules.d.ts +1 -0
- package/dist/core/plugins/validation/rules.d.ts.map +1 -1
- package/dist/framework.mjs +23475 -22417
- package/dist/index.css +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +8 -0
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +1 -0
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/components/index.d.ts +2 -0
- package/dist/shared/components/notifications/components/index.d.ts.map +1 -0
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +131 -0
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -0
- package/dist/shared/components/notifications/composables/index.d.ts +3 -0
- package/dist/shared/components/notifications/composables/index.d.ts.map +1 -0
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts +27 -0
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -0
- package/dist/shared/components/notifications/composables/useInstance/index.d.ts +9 -0
- package/dist/shared/components/notifications/composables/useInstance/index.d.ts.map +1 -0
- package/dist/shared/components/notifications/core/index.d.ts +2 -0
- package/dist/shared/components/notifications/core/index.d.ts.map +1 -0
- package/dist/shared/components/notifications/core/notification.d.ts +12 -0
- package/dist/shared/components/notifications/core/notification.d.ts.map +1 -0
- package/dist/shared/components/notifications/index.d.ts +15 -0
- package/dist/shared/components/notifications/index.d.ts.map +1 -0
- package/dist/shared/components/notifications/types/index.d.ts +15 -0
- package/dist/shared/components/notifications/types/index.d.ts.map +1 -0
- package/dist/shared/index.d.ts +1 -0
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +8 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/index.d.ts +121 -23
- package/dist/shared/modules/assets/components/assets-details/index.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +8 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +144 -28
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-notification/index.d.ts +49 -100
- package/dist/ui/components/molecules/vc-notification/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +10 -31
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/index.d.ts +0 -2
- package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +0 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +1 -0
- package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/dist/vite.config.d.ts.map +1 -1
- package/package.json +5 -4
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +2 -1
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +63 -33
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +0 -2
- package/shared/components/notifications/components/index.ts +1 -0
- package/shared/components/notifications/components/notification-container/index.ts +80 -0
- package/shared/components/notifications/composables/index.ts +2 -0
- package/shared/components/notifications/composables/useContainer/index.ts +190 -0
- package/shared/components/notifications/composables/useInstance/index.ts +46 -0
- package/shared/components/notifications/core/index.ts +1 -0
- package/shared/components/notifications/core/notification.ts +96 -0
- package/shared/components/notifications/index.ts +17 -0
- package/shared/components/notifications/styles/index.scss +9 -0
- package/shared/components/notifications/types/index.ts +16 -0
- package/shared/index.ts +8 -1
- package/shared/modules/assets/components/assets-details/assets-details.vue +6 -0
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +6 -0
- package/ui/components/molecules/vc-notification/index.ts +1 -8
- package/ui/components/molecules/vc-notification/vc-notification.vue +60 -25
- package/ui/components/organisms/vc-app/index.ts +0 -1
- package/ui/components/organisms/vc-app/vc-app.vue +9 -9
- package/ui/components/organisms/vc-blade/vc-blade.vue +44 -1
- package/ui/components/organisms/vc-popup/vc-popup.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +1 -1
- package/ui/components/organisms/vc-table/vc-table.vue +12 -2
- package/ui/locales/en.json +6 -0
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const VcAppSwitcher: import("vue").DefineComponent<{
|
|
2
|
+
base: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
2
6
|
appsList: {
|
|
3
7
|
type: import("vue").PropType<import("../../../../..").AppDescriptor[]>;
|
|
4
8
|
required: true;
|
|
@@ -8,6 +12,10 @@ export declare const VcAppSwitcher: import("vue").DefineComponent<{
|
|
|
8
12
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
13
|
onClick: (item: import("../../../../..").AppDescriptor) => void;
|
|
10
14
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
base: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
11
19
|
appsList: {
|
|
12
20
|
type: import("vue").PropType<import("../../../../..").AppDescriptor[]>;
|
|
13
21
|
required: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/app-switcher/components/vc-app-switcher/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/app-switcher/components/vc-app-switcher/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsC,CAAC"}
|
package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-app-switcher.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,MAAM,WAAW,KAAK;IACpB,QAAQ,EAAE,aAAa,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-app-switcher.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,MAAM,WAAW,KAAK;IACpB,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;CACd;;;;;;;;;;;;AAED,wBAwJc;AACd,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,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade-navigation.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,KAAK,EAAE,MAAM,KAAK,CAAC;AAE3C,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,WAAW,EAAE,eAAe,EAAa,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-blade-navigation.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,KAAK,EAAE,MAAM,KAAK,CAAC;AAE3C,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,WAAW,EAAE,eAAe,EAAa,MAAM,yBAAyB,CAAC;AAGlH,MAAM,WAAW,KAAK;IACpB,MAAM,EAAE,eAAe,EAAE,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5C,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACvC;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE;QAAE,KAAK,EAAE,WAAW,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IACnE,CAAC,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,CAAC,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,eAAe,CAAA;KAAE,GAAG,IAAI,CAAC;CAC5E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,wBAgQc;AACd,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,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC"}
|
package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/composables/useBladeNavigation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,GAAG,EAAc,MAAM,KAAK,CAAC;AAEnE,OAAO,EAAuB,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAqB,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE1G,UAAU,mBAAmB;IAC3B,QAAQ,CAAC,MAAM,EAAE,GAAG,CAAC,eAAe,EAAE,CAAC,CAAC;IACxC,QAAQ,CAAC,kBAAkB,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IAC1D,QAAQ,CAAC,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACvC,UAAU,EAAE,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;IAC7B,SAAS,EAAE,CACT,EAAE,WAAW,EAAE,SAAS,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,WAAW,EAC7E,KAAK,CAAC,EAAE,MAAM,EACd,YAAY,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,GAAG,iBAAiB,CAAC,KACnD,IAAI,CAAC;IACV,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,KAAK,IAAI,CAAC;CAC9D;AAOD,wBAAgB,kBAAkB,IAAI,mBAAmB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/composables/useBladeNavigation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,GAAG,EAAc,MAAM,KAAK,CAAC;AAEnE,OAAO,EAAuB,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAqB,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE1G,UAAU,mBAAmB;IAC3B,QAAQ,CAAC,MAAM,EAAE,GAAG,CAAC,eAAe,EAAE,CAAC,CAAC;IACxC,QAAQ,CAAC,kBAAkB,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IAC1D,QAAQ,CAAC,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACvC,UAAU,EAAE,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;IAC7B,SAAS,EAAE,CACT,EAAE,WAAW,EAAE,SAAS,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,WAAW,EAC7E,KAAK,CAAC,EAAE,MAAM,EACd,YAAY,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,GAAG,iBAAiB,CAAC,KACnD,IAAI,CAAC;IACV,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,KAAK,IAAI,CAAC;CAC9D;AAOD,wBAAgB,kBAAkB,IAAI,mBAAmB,CAgKxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/components/notifications/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import { NotificationType } from "../../types";
|
|
3
|
+
declare const NotificationContainer: import("vue").DefineComponent<{
|
|
4
|
+
limit: {
|
|
5
|
+
type: NumberConstructor;
|
|
6
|
+
required: false;
|
|
7
|
+
default: any;
|
|
8
|
+
};
|
|
9
|
+
pauseOnHover: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
required: false;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
timeout: {
|
|
15
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
16
|
+
required: false;
|
|
17
|
+
default: number;
|
|
18
|
+
};
|
|
19
|
+
content: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
required: false;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
notificationId: {
|
|
25
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
26
|
+
required: false;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
updateId: {
|
|
30
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
31
|
+
required: false;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
type: {
|
|
35
|
+
type: PropType<NotificationType>;
|
|
36
|
+
required: false;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
closeNotification: {
|
|
40
|
+
type: PropType<() => void>;
|
|
41
|
+
required: false;
|
|
42
|
+
default: any;
|
|
43
|
+
};
|
|
44
|
+
onOpen: {
|
|
45
|
+
type: PropType<(<T>(payload: T) => void)>;
|
|
46
|
+
required: false;
|
|
47
|
+
default: any;
|
|
48
|
+
};
|
|
49
|
+
onClose: {
|
|
50
|
+
type: PropType<(<T_1>(payload: T_1) => void)>;
|
|
51
|
+
required: false;
|
|
52
|
+
default: any;
|
|
53
|
+
};
|
|
54
|
+
payload: {
|
|
55
|
+
type: PropType<Record<string, any>>;
|
|
56
|
+
required: false;
|
|
57
|
+
default: () => {};
|
|
58
|
+
};
|
|
59
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
+
limit: {
|
|
63
|
+
type: NumberConstructor;
|
|
64
|
+
required: false;
|
|
65
|
+
default: any;
|
|
66
|
+
};
|
|
67
|
+
pauseOnHover: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
required: false;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
timeout: {
|
|
73
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
74
|
+
required: false;
|
|
75
|
+
default: number;
|
|
76
|
+
};
|
|
77
|
+
content: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
required: false;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
notificationId: {
|
|
83
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
84
|
+
required: false;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
updateId: {
|
|
88
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
89
|
+
required: false;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
type: {
|
|
93
|
+
type: PropType<NotificationType>;
|
|
94
|
+
required: false;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
closeNotification: {
|
|
98
|
+
type: PropType<() => void>;
|
|
99
|
+
required: false;
|
|
100
|
+
default: any;
|
|
101
|
+
};
|
|
102
|
+
onOpen: {
|
|
103
|
+
type: PropType<(<T>(payload: T) => void)>;
|
|
104
|
+
required: false;
|
|
105
|
+
default: any;
|
|
106
|
+
};
|
|
107
|
+
onClose: {
|
|
108
|
+
type: PropType<(<T_1>(payload: T_1) => void)>;
|
|
109
|
+
required: false;
|
|
110
|
+
default: any;
|
|
111
|
+
};
|
|
112
|
+
payload: {
|
|
113
|
+
type: PropType<Record<string, any>>;
|
|
114
|
+
required: false;
|
|
115
|
+
default: () => {};
|
|
116
|
+
};
|
|
117
|
+
}>>, {
|
|
118
|
+
type: NotificationType;
|
|
119
|
+
content: string;
|
|
120
|
+
onClose: <T_1>(payload: T_1) => void;
|
|
121
|
+
onOpen: <T>(payload: T) => void;
|
|
122
|
+
limit: number;
|
|
123
|
+
pauseOnHover: boolean;
|
|
124
|
+
timeout: number | boolean;
|
|
125
|
+
notificationId: string | number;
|
|
126
|
+
closeNotification: () => void;
|
|
127
|
+
payload: {};
|
|
128
|
+
updateId: string | number;
|
|
129
|
+
}>;
|
|
130
|
+
export default NotificationContainer;
|
|
131
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/notifications/components/notification-container/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAgC,MAAM,KAAK,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG/C,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAwCY,IAAI;;;;;2CAKS,IAAI;;;;;+CAKJ,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAVjB,IAAI;;;;;2CAKS,IAAI;;;;;+CAKJ,IAAI;;;;;;;;;;;;oCAAJ,IAAI;+BALJ,IAAI;;;;;6BALjB,IAAI;;;EAgCzC,CAAC;AAEH,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/components/notifications/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Ref } from "vue";
|
|
2
|
+
import { NotificationOptions } from "../../types";
|
|
3
|
+
interface PendingNotification {
|
|
4
|
+
notificationId: string | number;
|
|
5
|
+
notificationProps: NotificationOptions;
|
|
6
|
+
}
|
|
7
|
+
interface PendingContainer {
|
|
8
|
+
items: PendingNotification[];
|
|
9
|
+
}
|
|
10
|
+
interface IUseContainer {
|
|
11
|
+
defaultOptions: NotificationOptions;
|
|
12
|
+
pending: PendingContainer;
|
|
13
|
+
notificationContainer: Ref<NotificationOptions[]>;
|
|
14
|
+
actions: {
|
|
15
|
+
add(options: NotificationOptions): void;
|
|
16
|
+
remove(id: string | number): void;
|
|
17
|
+
clear(): void;
|
|
18
|
+
dismiss(notificationId: string | number): void;
|
|
19
|
+
};
|
|
20
|
+
getAllNotifications(): NotificationOptions[];
|
|
21
|
+
appendInstance(options: NotificationOptions): void;
|
|
22
|
+
generateNotificationId(): string;
|
|
23
|
+
getNotification(notificationId: string): NotificationOptions;
|
|
24
|
+
}
|
|
25
|
+
export declare function useContainer(): IUseContainer;
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/notifications/composables/useContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,GAAG,EAAE,MAAM,KAAK,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAKlD,UAAU,mBAAmB;IAC3B,cAAc,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC,iBAAiB,EAAE,mBAAmB,CAAC;CACxC;AAED,UAAU,gBAAgB;IACxB,KAAK,EAAE,mBAAmB,EAAE,CAAC;CAC9B;AAED,UAAU,aAAa;IACrB,cAAc,EAAE,mBAAmB,CAAC;IACpC,OAAO,EAAE,gBAAgB,CAAC;IAC1B,qBAAqB,EAAE,GAAG,CAAC,mBAAmB,EAAE,CAAC,CAAC;IAClD,OAAO,EAAE;QACP,GAAG,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAC;QACxC,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;QAClC,KAAK,IAAI,IAAI,CAAC;QACd,OAAO,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;KAChD,CAAC;IACF,mBAAmB,IAAI,mBAAmB,EAAE,CAAC;IAC7C,cAAc,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACnD,sBAAsB,IAAI,MAAM,CAAC;IACjC,eAAe,CAAC,cAAc,EAAE,MAAM,GAAG,mBAAmB,CAAC;CAC9D;AAOD,wBAAgB,YAAY,IAAI,aAAa,CAyJ5C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { App } from "vue";
|
|
2
|
+
interface IUseInstance {
|
|
3
|
+
saveInstance(app: App<Element>, id: string): void;
|
|
4
|
+
unmountComponent(): void;
|
|
5
|
+
clearContainer(): void;
|
|
6
|
+
}
|
|
7
|
+
export declare function useInstance(): IUseInstance;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/notifications/composables/useInstance/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAY,MAAM,KAAK,CAAC;AAGpC,UAAU,YAAY;IACpB,YAAY,CAAC,GAAG,EAAE,GAAG,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClD,gBAAgB,IAAI,IAAI,CAAC;IACzB,cAAc,IAAI,IAAI,CAAC;CACxB;AAID,wBAAgB,WAAW,IAAI,YAAY,CAkC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/components/notifications/core/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { NotificationOptions } from "../types";
|
|
2
|
+
declare const notification: {
|
|
3
|
+
(content: string, options?: NotificationOptions): string | number;
|
|
4
|
+
error(content: string, options?: NotificationOptions): string | number;
|
|
5
|
+
warning(content: string, options?: NotificationOptions): string | number;
|
|
6
|
+
success(content: string, options?: NotificationOptions): string | number;
|
|
7
|
+
clearAll(): void;
|
|
8
|
+
remove(notificationId?: number | string): void;
|
|
9
|
+
update(notificationId: string | number, options: NotificationOptions): void;
|
|
10
|
+
};
|
|
11
|
+
export { notification };
|
|
12
|
+
//# sourceMappingURL=notification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../../../shared/components/notifications/core/notification.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAqD/C,QAAA,MAAM,YAAY;cAAa,MAAM,YAAY,mBAAmB;mBAGrC,MAAM,YAAY,mBAAmB;qBAGnC,MAAM,YAAY,mBAAmB;qBAGrC,MAAM,YAAY,mBAAmB;;4BAO9B,MAAM,GAAG,MAAM;2BAQhB,MAAM,GAAG,MAAM,WAAW,mBAAmB;CAvBxB,CAAC;AAwC7D,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as components from "./components";
|
|
2
|
+
import "./styles/index.scss";
|
|
3
|
+
declare module "@vue/runtime-core" {
|
|
4
|
+
interface GlobalComponents {
|
|
5
|
+
VcNotificationContainer: (typeof components)["NotificationContainer"];
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
export declare const VcNotificationComponent: {
|
|
9
|
+
install(app: import("vue").App<any>): void;
|
|
10
|
+
};
|
|
11
|
+
export * from "./components";
|
|
12
|
+
export * from "./composables";
|
|
13
|
+
export * from "./types";
|
|
14
|
+
export * from "./core";
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/notifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAE3C,OAAO,qBAAqB,CAAC;AAG7B,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,uBAAuB,EAAE,CAAC,OAAO,UAAU,CAAC,CAAC,uBAAuB,CAAC,CAAC;KACvE;CACF;AAED,eAAO,MAAM,uBAAuB;;CAA2B,CAAC;AAEhE,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type NotificationType = "success" | "error" | "warning" | "default";
|
|
2
|
+
export interface NotificationOptions {
|
|
3
|
+
limit?: number;
|
|
4
|
+
pauseOnHover?: boolean;
|
|
5
|
+
timeout?: number | boolean;
|
|
6
|
+
content?: string;
|
|
7
|
+
notificationId?: number | string;
|
|
8
|
+
type?: NotificationType;
|
|
9
|
+
closeNotification?(): void;
|
|
10
|
+
onOpen?: <T>(payload: T) => void;
|
|
11
|
+
onClose?: <T>(payload: T) => void;
|
|
12
|
+
payload?: string | Record<string, any>;
|
|
13
|
+
updateId?: string | number;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/components/notifications/types/index.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;AAE3E,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,iBAAiB,CAAC,IAAI,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,CAAC;IAElC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B"}
|
package/dist/shared/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../shared/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../shared/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAO1B,eAAO,MAAM,YAAY;iBACV,GAAG,GAAG,IAAI;CAQxB,CAAC;AAEF,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC"}
|
|
@@ -12,7 +12,7 @@ export interface Props {
|
|
|
12
12
|
export interface Emits {
|
|
13
13
|
(event: "close:blade"): void;
|
|
14
14
|
}
|
|
15
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
16
|
expanded: boolean;
|
|
17
17
|
closable: boolean;
|
|
18
18
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -25,6 +25,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
25
25
|
}, {
|
|
26
26
|
expanded: boolean;
|
|
27
27
|
closable: boolean;
|
|
28
|
+
}>, {
|
|
29
|
+
error: (_: {}) => any;
|
|
28
30
|
}>;
|
|
29
31
|
export default _default;
|
|
30
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -41,4 +43,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
41
43
|
default: D[K];
|
|
42
44
|
} : P[K];
|
|
43
45
|
};
|
|
46
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
47
|
+
new (): {
|
|
48
|
+
$slots: S;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
44
51
|
//# sourceMappingURL=assets-details.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assets-details.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/assets/components/assets-details/assets-details.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAiB,MAAM,6BAA6B,CAAC;AAQnE,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE;QACR,KAAK,EAAE,KAAK,CAAC;QACb,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,gBAAgB,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,KAAK,IAAI,CAAC;QACjD,kBAAkB,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,KAAK,IAAI,CAAC;KACpD,CAAC;CACH;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;CAC9B;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"assets-details.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/assets/components/assets-details/assets-details.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAiB,MAAM,6BAA6B,CAAC;AAQnE,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE;QACR,KAAK,EAAE,KAAK,CAAC;QACb,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,gBAAgB,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,KAAK,IAAI,CAAC;QACjD,kBAAkB,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,KAAK,IAAI,CAAC;KACpD,CAAC;CACH;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;CAC9B;;;;;;;;;;;;;;;sBAwW8B,GAAG;;AAtWlC,wBAsYc;AACd,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,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
|
|
@@ -1,25 +1,117 @@
|
|
|
1
|
-
export declare const AssetsDetails:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
export declare const AssetsDetails: {
|
|
2
|
+
new (...args: any[]): {
|
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: Partial<{
|
|
6
|
+
expanded: boolean;
|
|
7
|
+
closable: boolean;
|
|
8
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
expanded: {
|
|
10
|
+
type: import("vue").PropType<boolean>;
|
|
11
|
+
} & {
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
options: {
|
|
15
|
+
type: import("vue").PropType<{
|
|
16
|
+
asset: import("../../../../..").Asset;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
assetEditHandler?: (defaultAsset: import("../../../../..").Asset) => void;
|
|
19
|
+
assetRemoveHandler?: (defaultAsset: import("../../../../..").Asset) => void;
|
|
20
|
+
}>;
|
|
21
|
+
};
|
|
22
|
+
closable: {
|
|
23
|
+
type: import("vue").PropType<boolean>;
|
|
24
|
+
} & {
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
}>> & {
|
|
28
|
+
"onClose:blade"?: () => any;
|
|
29
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "expanded" | "closable">;
|
|
30
|
+
$attrs: {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
33
|
+
$refs: {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
36
|
+
$slots: Readonly<{
|
|
37
|
+
[name: string]: import("vue").Slot;
|
|
13
38
|
}>;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
39
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
40
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
41
|
+
$emit: (event: "close:blade") => void;
|
|
42
|
+
$el: any;
|
|
43
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
expanded: {
|
|
45
|
+
type: import("vue").PropType<boolean>;
|
|
46
|
+
} & {
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
options: {
|
|
50
|
+
type: import("vue").PropType<{
|
|
51
|
+
asset: import("../../../../..").Asset;
|
|
52
|
+
disabled?: boolean;
|
|
53
|
+
assetEditHandler?: (defaultAsset: import("../../../../..").Asset) => void;
|
|
54
|
+
assetRemoveHandler?: (defaultAsset: import("../../../../..").Asset) => void;
|
|
55
|
+
}>;
|
|
56
|
+
};
|
|
57
|
+
closable: {
|
|
58
|
+
type: import("vue").PropType<boolean>;
|
|
59
|
+
} & {
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
}>> & {
|
|
63
|
+
"onClose:blade"?: () => any;
|
|
64
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
|
+
"close:blade": () => void;
|
|
66
|
+
}, string, {
|
|
67
|
+
expanded: boolean;
|
|
68
|
+
closable: boolean;
|
|
69
|
+
}, {}, string> & {
|
|
70
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
71
|
+
created?: (() => void) | (() => void)[];
|
|
72
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
73
|
+
mounted?: (() => void) | (() => void)[];
|
|
74
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
75
|
+
updated?: (() => void) | (() => void)[];
|
|
76
|
+
activated?: (() => void) | (() => void)[];
|
|
77
|
+
deactivated?: (() => void) | (() => void)[];
|
|
78
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
79
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
80
|
+
destroyed?: (() => void) | (() => void)[];
|
|
81
|
+
unmounted?: (() => void) | (() => void)[];
|
|
82
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
83
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
84
|
+
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)[];
|
|
85
|
+
};
|
|
86
|
+
$forceUpdate: () => void;
|
|
87
|
+
$nextTick: typeof import("vue").nextTick;
|
|
88
|
+
$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;
|
|
89
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
90
|
+
expanded: {
|
|
91
|
+
type: import("vue").PropType<boolean>;
|
|
92
|
+
} & {
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
options: {
|
|
96
|
+
type: import("vue").PropType<{
|
|
97
|
+
asset: import("../../../../..").Asset;
|
|
98
|
+
disabled?: boolean;
|
|
99
|
+
assetEditHandler?: (defaultAsset: import("../../../../..").Asset) => void;
|
|
100
|
+
assetRemoveHandler?: (defaultAsset: import("../../../../..").Asset) => void;
|
|
101
|
+
}>;
|
|
102
|
+
};
|
|
103
|
+
closable: {
|
|
104
|
+
type: import("vue").PropType<boolean>;
|
|
105
|
+
} & {
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
}>> & {
|
|
109
|
+
"onClose:blade"?: () => any;
|
|
110
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
111
|
+
__isFragment?: never;
|
|
112
|
+
__isTeleport?: never;
|
|
113
|
+
__isSuspense?: never;
|
|
114
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23
115
|
expanded: {
|
|
24
116
|
type: import("vue").PropType<boolean>;
|
|
25
117
|
} & {
|
|
@@ -40,8 +132,14 @@ export declare const AssetsDetails: import("vue").DefineComponent<{
|
|
|
40
132
|
};
|
|
41
133
|
}>> & {
|
|
42
134
|
"onClose:blade"?: () => any;
|
|
43
|
-
}, {
|
|
135
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
136
|
+
"close:blade": () => void;
|
|
137
|
+
}, string, {
|
|
44
138
|
expanded: boolean;
|
|
45
139
|
closable: boolean;
|
|
46
|
-
}
|
|
140
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
141
|
+
$slots: {
|
|
142
|
+
error: (_: {}) => any;
|
|
143
|
+
};
|
|
144
|
+
});
|
|
47
145
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/assets/components/assets-details/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/assets/components/assets-details/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA0C,CAAC"}
|
package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export interface Emits {
|
|
|
16
16
|
(event: "close:blade"): void;
|
|
17
17
|
(event: "open:blade", blade: IBladeEvent): void;
|
|
18
18
|
}
|
|
19
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
20
20
|
expanded: boolean;
|
|
21
21
|
closable: boolean;
|
|
22
22
|
param: any;
|
|
@@ -39,6 +39,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
39
39
|
}, {
|
|
40
40
|
expanded: boolean;
|
|
41
41
|
closable: boolean;
|
|
42
|
+
}>, {
|
|
43
|
+
error: (_: {}) => any;
|
|
42
44
|
}>;
|
|
43
45
|
export default _default;
|
|
44
46
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -55,4 +57,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
55
57
|
default: D[K];
|
|
56
58
|
} : P[K];
|
|
57
59
|
};
|
|
60
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
+
new (): {
|
|
62
|
+
$slots: S;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
58
65
|
//# sourceMappingURL=assets-manager.vue.d.ts.map
|
package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assets-manager.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/assets-manager/components/assets-manager/assets-manager.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAsD,MAAM,2BAA2B,CAAC;AAGtG,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAMvE,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE;QACP,MAAM,EAAE,KAAK,EAAE,CAAC;QAChB,iBAAiB,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,KAAK,EAAE,CAAC;QAChD,mBAAmB,EAAE,CAAC,KAAK,EAAE,QAAQ,KAAK,OAAO,CAAC,KAAK,EAAE,CAAC,CAAC;QAC3D,mBAAmB,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,KAAK,EAAE,CAAC;QAClD,QAAQ,EAAE,OAAO,CAAC;KACnB,CAAC;CACH;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,eAAe,GAAG,IAAI,CAAC;IACpD,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,CAAC,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;CACjD;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"assets-manager.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/assets-manager/components/assets-manager/assets-manager.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAsD,MAAM,2BAA2B,CAAC;AAGtG,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAMvE,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE;QACP,MAAM,EAAE,KAAK,EAAE,CAAC;QAChB,iBAAiB,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,KAAK,EAAE,CAAC;QAChD,mBAAmB,EAAE,CAAC,KAAK,EAAE,QAAQ,KAAK,OAAO,CAAC,KAAK,EAAE,CAAC,CAAC;QAC3D,mBAAmB,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,KAAK,EAAE,CAAC;QAClD,QAAQ,EAAE,OAAO,CAAC;KACnB,CAAC;CACH;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,eAAe,GAAG,IAAI,CAAC;IACpD,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,CAAC,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;CACjD;;;;;;;;;;;;;;;;;;;;;;;;;sBAwkB8B,GAAG;;AAtkBlC,wBAsmBc;AACd,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,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
|