@vc-shell/framework 2.0.0-alpha.26 → 2.0.0-alpha.28
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 +8 -0
- package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-Xss_fCsh.js → VcTableAdapter.vue_vue_type_style_index_0_lang-5ZmOi0Qn.js} +404 -403
- package/dist/framework.js +162 -162
- package/dist/index.css +1 -1
- package/dist/locales/de.js +1 -1
- package/dist/locales/en.js +1 -1
- package/dist/locales/en.json +1 -1
- package/dist/locales/types.d.ts +1 -1
- package/dist/shell/components/app-hub/composables/index.d.ts +2 -0
- package/dist/shell/components/app-hub/composables/index.d.ts.map +1 -0
- package/dist/shell/components/{app-switcher/composables/useAppSwitcher → app-hub/composables/useAppHub}/index.d.ts +2 -2
- package/dist/shell/components/app-hub/composables/useAppHub/index.d.ts.map +1 -0
- package/dist/shell/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +3 -3
- 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 +3 -3
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +4 -4
- package/dist/shell/components/app-switcher/composables/index.d.ts +0 -2
- package/dist/shell/components/app-switcher/composables/index.d.ts.map +0 -1
- package/dist/shell/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +0 -1
package/dist/locales/de.js
CHANGED
|
@@ -211,7 +211,7 @@ export default {
|
|
|
211
211
|
"You have used this password in the past. Choose another one.": "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes."
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
|
-
"
|
|
214
|
+
"APP_HUB": {
|
|
215
215
|
"TITLE": "Anwendungen"
|
|
216
216
|
},
|
|
217
217
|
"NOTIFICATION_DROPDOWN": {
|
package/dist/locales/en.js
CHANGED
|
@@ -211,7 +211,7 @@ export default {
|
|
|
211
211
|
"You have used this password in the past. Choose another one.": "You have used this password in the past. Choose another one."
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
|
-
"
|
|
214
|
+
"APP_HUB": {
|
|
215
215
|
"TITLE": "Applications"
|
|
216
216
|
},
|
|
217
217
|
"NOTIFICATION_DROPDOWN": {
|
package/dist/locales/en.json
CHANGED
package/dist/locales/types.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shell/components/app-hub/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iDAAiD,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Ref } from "vue";
|
|
2
2
|
import { AppDescriptor } from "../../../../../core/api/platform";
|
|
3
|
-
interface
|
|
3
|
+
interface IUseAppHub {
|
|
4
4
|
readonly appsList: Ref<AppDescriptor[]>;
|
|
5
5
|
getApps: () => Promise<void>;
|
|
6
6
|
switchApp: (app: AppDescriptor) => void;
|
|
7
7
|
}
|
|
8
|
-
export declare function
|
|
8
|
+
export declare function useAppHub(): IUseAppHub;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shell/components/app-hub/composables/useAppHub/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,GAAG,EAAO,MAAM,KAAK,CAAC;AACzC,OAAO,EAAE,aAAa,EAAc,MAAM,oBAAoB,CAAC;AAQ/D,UAAU,UAAU;IAClB,QAAQ,CAAC,QAAQ,EAAE,GAAG,CAAC,aAAa,EAAE,CAAC,CAAC;IACxC,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7B,SAAS,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;CACzC;AAED,wBAAgB,SAAS,IAAI,UAAU,CAqCtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-dropdown-button.vue.d.ts","sourceRoot":"","sources":["../../../../shell/components/user-dropdown-button/user-dropdown-button.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"user-dropdown-button.vue.d.ts","sourceRoot":"","sources":["../../../../shell/components/user-dropdown-button/user-dropdown-button.vue"],"names":[],"mappings":"AAoLA,MAAM,WAAW,KAAK;IACpB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAgJD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|