hs-admin-ui 17.1.1 → 17.1.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.
@@ -9,6 +9,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
9
9
  color: {
10
10
  type: StringConstructor;
11
11
  };
12
+ svg: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
12
16
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
17
  name: {
14
18
  type: StringConstructor;
@@ -20,7 +24,12 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
20
24
  color: {
21
25
  type: StringConstructor;
22
26
  };
27
+ svg: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
23
31
  }>> & Readonly<{}>, {
32
+ svg: boolean;
24
33
  size: string | number;
25
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
35
  declare const _default: typeof __VLS_export;
@@ -27,8 +27,8 @@ declare function getInstance(): {
27
27
  readonly scrollToError: boolean;
28
28
  }> & Omit<{
29
29
  readonly disabled: boolean;
30
- readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
31
- readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
30
+ readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "top" | "right", unknown>;
31
+ readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right", unknown>;
32
32
  readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
33
33
  readonly labelSuffix: string;
34
34
  readonly inline: boolean;
@@ -30,8 +30,8 @@ declare function getInstance(): {
30
30
  readonly scrollToError: boolean;
31
31
  }> & Omit<{
32
32
  readonly disabled: boolean;
33
- readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
34
- readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
33
+ readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "top" | "right", unknown>;
34
+ readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right", unknown>;
35
35
  readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
36
36
  readonly labelSuffix: string;
37
37
  readonly inline: boolean;
@@ -0,0 +1,5 @@
1
+ export function loadIconfont(name: any): void;
2
+ export namespace iconfontList {
3
+ let cms: string[];
4
+ let lsms: string[];
5
+ }
@@ -1,8 +1,8 @@
1
- import { aT as r, b1 as u, b2 as l, b3 as x, H as m, aR as s, b4 as E } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-DYfKrCjl.js";
2
- import { W as _, b5 as g, b6 as H, b7 as N, aw as R } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-DYfKrCjl.js";
3
- import { V as b } from "./components-LGf9TBTb.js";
1
+ import { aT as r, b1 as u, b2 as l, b3 as x, H as m, aR as s, b4 as E } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-DRga4e6k.js";
2
+ import { W as _, b5 as g, b6 as H, b7 as N, aw as R } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-DRga4e6k.js";
3
+ import { V as b } from "./components-CqU0r3l6.js";
4
4
  import "vue";
5
- import { i as I } from "./index-D2baj7TP.js";
5
+ import { i as I } from "./index-Bh8urY1L.js";
6
6
  function t(a, e) {
7
7
  r.value = e == null ? void 0 : e.NEXT_NAME, u.value = e == null ? void 0 : e.IS_DEV, l.value = e == null ? void 0 : e.currentRoute, x.value = e == null ? void 0 : e.currentRouter, m.has(a, "_context.directives.loading") || a.directive("loading", s.directive), a.use(E).use(b);
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "17.1.1",
3
+ "version": "17.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",