@vc-shell/framework 1.2.4-beta.1 → 1.2.4-beta.2

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.
@@ -25,11 +25,11 @@ export interface Props<T> {
25
25
  }
26
26
  declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
27
27
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
28
- readonly onOpen?: (() => any) | undefined;
29
28
  readonly onClose?: ((reason: DropdownCloseReason) => any) | undefined;
29
+ readonly onOpen?: (() => any) | undefined;
30
30
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31
31
  readonly "onItem-click"?: ((item: T) => any) | undefined;
32
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onClose" | "onUpdate:modelValue" | "onOpen" | "onItem-click"> & Props<T> & Partial<{}>> & import("vue").PublicProps;
32
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onOpen" | "onClose" | "onUpdate:modelValue" | "onItem-click"> & Props<T> & Partial<{}>> & import("vue").PublicProps;
33
33
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
34
34
  attrs: any;
35
35
  slots: {
@@ -333,7 +333,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
333
333
  width: string | number;
334
334
  rules: Record<string, unknown>;
335
335
  visible: boolean;
336
- align: "start" | "end" | "center";
336
+ align: "center" | "start" | "end";
337
337
  editable: boolean;
338
338
  format: string;
339
339
  maxWidth: string | number;
@@ -345,7 +345,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
345
345
  mobilePosition: "top-right" | "top-left" | "bottom-right" | "bottom-left";
346
346
  mobileVisible: boolean;
347
347
  lineClamp: number;
348
- headerAlign: "start" | "end" | "center";
348
+ headerAlign: "center" | "start" | "end";
349
349
  sortField: string;
350
350
  filterField: string;
351
351
  filterPlaceholder: string;
@@ -4798,32 +4798,32 @@ const v$ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4798
4798
  zipWith: kl
4799
4799
  }, Symbol.toStringTag, { value: "Module" }));
4800
4800
  export {
4801
- ee as A,
4801
+ Qf as A,
4802
4802
  v$ as _,
4803
4803
  Wo as a,
4804
4804
  kt as b,
4805
4805
  of as c,
4806
4806
  Bf as d,
4807
- af as e,
4808
- ur as f,
4809
- Za as g,
4810
- za as h,
4807
+ Cl as e,
4808
+ af as f,
4809
+ ur as g,
4810
+ Za as h,
4811
4811
  Xa as i,
4812
- Xu as j,
4813
- Je as k,
4812
+ ee as j,
4813
+ za as k,
4814
4814
  an as l,
4815
- Oo as m,
4816
- ma as n,
4815
+ yr as m,
4816
+ Oo as n,
4817
4817
  jo as o,
4818
- Ls as p,
4819
- Tr as q,
4820
- Fl as r,
4818
+ Xu as p,
4819
+ Je as q,
4820
+ ma as r,
4821
4821
  Cs as s,
4822
- Bl as t,
4822
+ Ls as t,
4823
4823
  Ll as u,
4824
- cf as v,
4825
- Cl as w,
4826
- ia as x,
4827
- Qf as y,
4828
- yr as z
4824
+ Tr as v,
4825
+ Fl as w,
4826
+ Bl as x,
4827
+ cf as y,
4828
+ ia as z
4829
4829
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.2.4-beta.1",
3
+ "version": "1.2.4-beta.2",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -91,9 +91,9 @@
91
91
  "@fullhuman/postcss-purgecss": "^7.0.2",
92
92
  "@laynezh/vite-plugin-lib-assets": "v1.1.0",
93
93
  "@types/dompurify": "^3.0.5",
94
- "@vc-shell/api-client-generator": "1.2.4-beta.1",
95
- "@vc-shell/config-generator": "1.2.4-beta.1",
96
- "@vc-shell/ts-config": "1.2.4-beta.1",
94
+ "@vc-shell/api-client-generator": "1.2.4-beta.2",
95
+ "@vc-shell/config-generator": "1.2.4-beta.2",
96
+ "@vc-shell/ts-config": "1.2.4-beta.2",
97
97
  "@vitejs/plugin-vue": "^5.2.3",
98
98
  "@vue/test-utils": "^2.4.5",
99
99
  "cypress-signalr-mock": "^1.5.0",
@@ -113,5 +113,5 @@
113
113
  "access": "public",
114
114
  "registry": "https://registry.npmjs.org/"
115
115
  },
116
- "gitHead": "2194f2fb82009e3dd5f2e17389b7fb03dd74b603"
116
+ "gitHead": "d4cf91ea30b40f13cc7ca13e7d11c8da13459175"
117
117
  }