@vc-shell/framework 1.0.139 → 1.0.141
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 +18 -0
- package/dist/framework.js +6492 -6565
- package/dist/index.css +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/package.json +8 -8
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +1 -8
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-video.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/vc-video.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,CAAC;CACvD;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-video.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/vc-video.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,CAAC;CACvD;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;;;;;;;AA4JD,wBAOG;AACH,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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.141",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/framework.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"quill-image-uploader": "^1.3.0",
|
|
45
45
|
"swiper": "^6.8.4",
|
|
46
46
|
"vee-validate": "^4.12.4",
|
|
47
|
-
"vue": "3.4.
|
|
47
|
+
"vue": "^3.4.7",
|
|
48
48
|
"vue-currency-input": "^3.0.5",
|
|
49
49
|
"vue-i18n": "^9.8.0",
|
|
50
50
|
"vue-router": "^4.2.5",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"whatwg-fetch": "^3.6.19"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@vc-shell/api-client-generator": "^1.0.
|
|
56
|
-
"@vc-shell/config-generator": "^1.0.
|
|
57
|
-
"@vc-shell/ts-config": "^1.0.
|
|
58
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
55
|
+
"@vc-shell/api-client-generator": "^1.0.141",
|
|
56
|
+
"@vc-shell/config-generator": "^1.0.141",
|
|
57
|
+
"@vc-shell/ts-config": "^1.0.141",
|
|
58
|
+
"@vitejs/plugin-vue": "^5.0.3",
|
|
59
59
|
"sass": "^1.69.6",
|
|
60
|
-
"typescript": "5.3.3",
|
|
61
|
-
"vite": "
|
|
60
|
+
"typescript": "^5.3.3",
|
|
61
|
+
"vite": "^5.0.11",
|
|
62
62
|
"vue-component-type-helpers": "^1.8.27",
|
|
63
63
|
"vue-tsc": "^1.8.27"
|
|
64
64
|
},
|
|
@@ -1,15 +1,8 @@
|
|
|
1
|
-
import { resolve } from "node:path";
|
|
2
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3
2
|
import { reactiveComputed } from "@vueuse/core";
|
|
4
3
|
import { computed, getCurrentInstance, inject, warn, Component, watch, isVNode, h, shallowRef, ComputedRef } from "vue";
|
|
5
4
|
import * as _ from "lodash-es";
|
|
6
|
-
import {
|
|
7
|
-
RouteLocationNormalized,
|
|
8
|
-
useRoute,
|
|
9
|
-
RouteRecordNormalized,
|
|
10
|
-
NavigationFailure,
|
|
11
|
-
createRouterMatcher,
|
|
12
|
-
} from "vue-router";
|
|
5
|
+
import { RouteLocationNormalized, useRoute, NavigationFailure } from "vue-router";
|
|
13
6
|
import { bladeNavigationInstance } from "../../plugin";
|
|
14
7
|
import {
|
|
15
8
|
BladeComponentInternalInstance,
|
|
@@ -193,7 +193,7 @@ const { debounce } = useFunctions();
|
|
|
193
193
|
const emit = defineEmits<Emits>();
|
|
194
194
|
|
|
195
195
|
const settings = computed(() => props.model?.settings);
|
|
196
|
-
const title = computed(() => settings.value?.titleTemplate);
|
|
196
|
+
const title = computed(() => t(settings.value?.titleTemplate as string));
|
|
197
197
|
const allSelected = ref(false);
|
|
198
198
|
const searchValue = ref();
|
|
199
199
|
const selectedItemId = shallowRef();
|