@vc-shell/framework 2.5.0-pr331.de57e31 → 2.5.0-pr332.a439a24
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/dist/chunks/{VcScheduler.vue_vue_type_script_setup_true_lang-B3U8Bl2f.js → VcScheduler.vue_vue_type_script_setup_true_lang-RHeDlcVB.js} +1368 -1374
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-RHeDlcVB.js.map +1 -0
- package/dist/core/blade-navigation/utils/navigateToMainRoute.d.ts +2 -12
- package/dist/core/blade-navigation/utils/navigateToMainRoute.d.ts.map +1 -1
- package/dist/core/blade-navigation/utils/restoreFromUrl.d.ts.map +1 -1
- package/dist/core/composables/useAssets/index.d.ts.map +1 -1
- package/dist/core/composables/useAssetsManager/index.d.ts.map +1 -1
- package/dist/core/composables/useAssetsManager/uploadAssets.d.ts +37 -0
- package/dist/core/composables/useAssetsManager/uploadAssets.d.ts.map +1 -0
- package/dist/core/composables/useBladeNavigationAdapter/index.d.ts.map +1 -1
- package/dist/framework.js +1136 -1166
- package/dist/framework.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/VcColumn.vue.d.ts +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +4 -4
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-B3U8Bl2f.js.map +0 -1
|
@@ -4,7 +4,6 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
|
|
|
4
4
|
props: import("vue").PublicProps & __VLS_PrettifyLocal<(VcDataTableExtendedProps<T> & {
|
|
5
5
|
fitMode?: TableFitMode;
|
|
6
6
|
}) & {
|
|
7
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
8
7
|
onSort?: ((event: {
|
|
9
8
|
sortField?: string;
|
|
10
9
|
sortOrder?: number;
|
|
@@ -14,6 +13,7 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
|
|
|
14
13
|
filters: Record<string, unknown>;
|
|
15
14
|
filteredValue: T[];
|
|
16
15
|
}) => any) | undefined;
|
|
16
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
17
17
|
"onSelect-all"?: ((event: {
|
|
18
18
|
selected: boolean;
|
|
19
19
|
}) => any) | undefined;
|
|
@@ -206,14 +206,14 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
|
|
|
206
206
|
onPageClick: (page: number) => void;
|
|
207
207
|
}) => VNode[];
|
|
208
208
|
};
|
|
209
|
-
emit: ((evt: "
|
|
209
|
+
emit: ((evt: "sort", event: {
|
|
210
210
|
sortField?: string;
|
|
211
211
|
sortOrder?: number;
|
|
212
212
|
multiSortMeta?: SortMeta[];
|
|
213
213
|
}) => void) & ((evt: "filter", event: {
|
|
214
214
|
filters: Record<string, unknown>;
|
|
215
215
|
filteredValue: T[];
|
|
216
|
-
}) => void) & ((evt: "select-all", event: {
|
|
216
|
+
}) => void) & ((evt: "search", value: string) => void) & ((evt: "select-all", event: {
|
|
217
217
|
selected: boolean;
|
|
218
218
|
}) => void) & ((evt: "edit-cancel") => void) & ((evt: "row-click", event: {
|
|
219
219
|
data: T;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VcDataTable.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-data-table/VcDataTable.vue"],"names":[],"mappings":"AAAA,OAk5CO,EAAyE,KAAK,KAAK,EAAE,MAAM,KAAK,CAAC;AAyBxG,OAAO,KAAK,EAEV,wBAAwB,EACxB,UAAU,EACV,WAAW,EACX,QAAQ,EACR,iBAAiB,EACjB,YAAY,EACZ,gBAAgB,EACjB,MAAM,8CAA8C,CAAC;AAItD,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WAi3DO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;kBAh3DK,YAAY
|
|
1
|
+
{"version":3,"file":"VcDataTable.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-data-table/VcDataTable.vue"],"names":[],"mappings":"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"}
|
|
@@ -329,8 +329,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
329
329
|
default: boolean;
|
|
330
330
|
};
|
|
331
331
|
}>> & Readonly<{}>, {
|
|
332
|
-
title: string;
|
|
333
332
|
filter: ColumnFilterConfig;
|
|
333
|
+
title: string;
|
|
334
334
|
type: CellType;
|
|
335
335
|
width: string | number;
|
|
336
336
|
visible: boolean;
|
package/dist/ui/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as l, _ as o, S as c, a as t, b as r, c as u, d as n, e as V, f as i, T as p, g as d, h as b, i as C, j as T, k as S, l as g, m as A, V as m, n as B, o as I, p as L, q as y, r as M, s as w, t as D, u as R, v as h, w as E, x as v, y as x, z as G, A as P, B as F, D as f, E as k, F as H, G as W, H as _, I as N, J as O, K as U, L as q, M as z, N as K, O as j, P as J, Q, R as Y, U as Z, W as X, 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 na, a7 as Va, a8 as ia, a9 as pa, aa as da, ab as ba, ac as Ca, ad as Ta, ae as Sa, af as ga, ag as Aa, ah as ma, ai as Ba, aj as Ia, ak as La, al as ya, am as Ma, an as wa, ao as Da, ap as Ra, aq as ha, ar as Ea, as as va, at as xa, au as Ga, av as Pa, aw as Fa, ax as fa, ay as ka, az as Ha, aA as Wa, aB as _a, aC as Na, aD as Oa, aE as Ua, aF as qa, aG as za, aH as Ka, aI as ja, aJ as Ja, aK as Qa, aL as Ya, aM as Za, aN as Xa, aO as $a, aP as ae, aQ as ee, aR as se, aq as le } from "../chunks/VcScheduler.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { C as l, _ as o, S as c, a as t, b as r, c as u, d as n, e as V, f as i, T as p, g as d, h as b, i as C, j as T, k as S, l as g, m as A, V as m, n as B, o as I, p as L, q as y, r as M, s as w, t as D, u as R, v as h, w as E, x as v, y as x, z as G, A as P, B as F, D as f, E as k, F as H, G as W, H as _, I as N, J as O, K as U, L as q, M as z, N as K, O as j, P as J, Q, R as Y, U as Z, W as X, 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 na, a7 as Va, a8 as ia, a9 as pa, aa as da, ab as ba, ac as Ca, ad as Ta, ae as Sa, af as ga, ag as Aa, ah as ma, ai as Ba, aj as Ia, ak as La, al as ya, am as Ma, an as wa, ao as Da, ap as Ra, aq as ha, ar as Ea, as as va, at as xa, au as Ga, av as Pa, aw as Fa, ax as fa, ay as ka, az as Ha, aA as Wa, aB as _a, aC as Na, aD as Oa, aE as Ua, aF as qa, aG as za, aH as Ka, aI as ja, aJ as Ja, aK as Qa, aL as Ya, aM as Za, aN as Xa, aO as $a, aP as ae, aQ as ee, aR as se, aq as le } from "../chunks/VcScheduler.vue_vue_type_script_setup_true_lang-RHeDlcVB.js";
|
|
2
2
|
import { B as ce, a as te, _ as re, b as ue, c as ne, d as Ve, e as ie, f as pe, g as de, h as be, i as Ce, j as Te, k as Se, l as ge, m as Ae, n as me, o as Be, V as Ie, p as Le, q as ye, r as Me, s as we, t as De, u as Re, v as he, w as Ee, x as ve, y as xe, z as Ge, A as Pe, C as Fe, D as fe, E as ke, F as He, G as We, H as _e, I as Ne, J as Oe, A as Ue } from "../chunks/VcScheduler.vue_vue_type_style_index_0_lang-BQ09AUgy.js";
|
|
3
3
|
import { _ as ze, a as Ke, u as je } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-JB7OKRk6.js";
|
|
4
4
|
import "vue";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "2.5.0-
|
|
3
|
+
"version": "2.5.0-pr332.a439a24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/framework.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -148,9 +148,9 @@
|
|
|
148
148
|
"@types/js-beautify": "^1.14.3",
|
|
149
149
|
"@types/semver": "^7.7.1",
|
|
150
150
|
"@types/sortablejs": "^1.15.9",
|
|
151
|
-
"@vc-shell/api-client-generator": "2.5.0-
|
|
152
|
-
"@vc-shell/config-generator": "2.5.0-
|
|
153
|
-
"@vc-shell/ts-config": "2.5.0-
|
|
151
|
+
"@vc-shell/api-client-generator": "2.5.0-pr332.a439a24",
|
|
152
|
+
"@vc-shell/config-generator": "2.5.0-pr332.a439a24",
|
|
153
|
+
"@vc-shell/ts-config": "2.5.0-pr332.a439a24",
|
|
154
154
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
155
155
|
"@vue/test-utils": "^2.4.5",
|
|
156
156
|
"cypress-signalr-mock": "^1.5.0",
|