luyoumin-ui 0.0.14 → 0.0.16

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.
Files changed (36) hide show
  1. package/dist/{src/components → components}/JsonExportExcel.vue.d.ts +1 -1
  2. package/dist/{src/components → components}/LymButton.vue.d.ts +2 -2
  3. package/dist/{src/components → components}/LymCheckBox.vue.d.ts +2 -2
  4. package/dist/{src/components → components}/LymCheckBoxGroup.vue.d.ts +2 -2
  5. package/dist/{src/components → components}/LymColorPicker.vue.d.ts +2 -2
  6. package/dist/{src/components → components}/LymDialog.vue.d.ts +2 -2
  7. package/dist/{src/components → components}/LymDrawer.vue.d.ts +2 -2
  8. package/dist/{src/components → components}/LymInput.vue.d.ts +2 -2
  9. package/dist/{src/components → components}/LymLink.vue.d.ts +2 -2
  10. package/dist/{src/components → components}/cascader/LymCascader.vue.d.ts +2 -2
  11. package/dist/{src/components → components}/generic-img/GenericImg.vue.d.ts +1 -1
  12. package/dist/components/generic-img/SvgIcons.vue.d.ts +2 -0
  13. package/dist/index.d.ts +8 -0
  14. package/dist/luyoumin-ui.es.js +2 -1
  15. package/dist/luyoumin-ui.es.js.gz +0 -0
  16. package/dist/luyoumin-ui.es.js.map +1 -1
  17. package/dist/luyoumin-ui.umd.js +2 -2
  18. package/dist/luyoumin-ui.umd.js.gz +0 -0
  19. package/dist/luyoumin-ui.umd.js.map +1 -1
  20. package/package.json +5 -18
  21. package/dist/src/components/generic-img/SvgIcons.vue.d.ts +0 -2
  22. package/dist/src/index.d.ts +0 -9
  23. package/dist/vite.config.d.ts +0 -5
  24. /package/dist/{src/main.d.ts → main.d.ts} +0 -0
  25. /package/dist/{src/utils → utils}/array_utils.d.ts +0 -0
  26. /package/dist/{src/utils → utils}/canvas_utils.d.ts +0 -0
  27. /package/dist/{src/utils → utils}/color_utils.d.ts +0 -0
  28. /package/dist/{src/utils → utils}/date_utils.d.ts +0 -0
  29. /package/dist/{src/utils → utils}/dom_utils.d.ts +0 -0
  30. /package/dist/{src/utils → utils}/event_utils.d.ts +0 -0
  31. /package/dist/{src/utils → utils}/file_utils.d.ts +0 -0
  32. /package/dist/{src/utils → utils}/img_deal.d.ts +0 -0
  33. /package/dist/{src/utils → utils}/number_utils.d.ts +0 -0
  34. /package/dist/{src/utils → utils}/object_utils.d.ts +0 -0
  35. /package/dist/{src/utils → utils}/string_utils.d.ts +0 -0
  36. /package/dist/{src/utils → utils}/url_utils.d.ts +0 -0
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<{
11
11
  type: ObjectConstructor;
12
12
  default: () => void;
13
13
  };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
15
  title: {
16
16
  type: StringConstructor;
17
17
  default: () => string;
@@ -63,10 +63,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
63
63
  type: StringConstructor;
64
64
  default: string;
65
65
  };
66
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
66
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
67
67
  "update:modelValue": (val: any) => void;
68
68
  click: () => void;
69
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
69
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
70
70
  type: {
71
71
  type: StringConstructor;
72
72
  default: string;
@@ -38,10 +38,10 @@ declare const _default: import('vue').DefineComponent<{
38
38
  };
39
39
  }, {
40
40
  setCheck: typeof setCheck;
41
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
41
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
42
42
  "update:modelValue": (val: any) => void;
43
43
  "update:disabled": (val: any) => void;
44
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
45
45
  modelValue: {
46
46
  type: BooleanConstructor;
47
47
  default: boolean;
@@ -20,10 +20,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
20
20
  type: NumberConstructor;
21
21
  default: number;
22
22
  };
23
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
24
  "update:modelValue": (val: any) => void;
25
25
  change: (val: any) => void;
26
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
27
27
  modelValue: {
28
28
  type: {
29
29
  (arrayLength: number): any[];
@@ -24,9 +24,9 @@ declare const _default: import('vue').DefineComponent<{
24
24
  };
25
25
  default(): never[];
26
26
  };
27
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
28
  "update:modelValue": (val: any) => void;
29
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
30
30
  modelValue: {
31
31
  type: StringConstructor;
32
32
  default: string;
@@ -52,10 +52,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
52
52
  type: BooleanConstructor;
53
53
  default: boolean;
54
54
  };
55
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
55
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
56
56
  "update:modelValue": (val: any) => void;
57
57
  close: () => void;
58
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
58
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
59
59
  modelValue: {
60
60
  type: BooleanConstructor;
61
61
  default: boolean;
@@ -48,11 +48,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
48
48
  type: FunctionConstructor;
49
49
  default: null;
50
50
  };
51
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
51
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
52
52
  "update:modelValue": (val: any) => void;
53
53
  close: () => void;
54
54
  beforeClose: (val: any) => void;
55
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
55
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
56
56
  modelValue: {
57
57
  type: BooleanConstructor;
58
58
  default: boolean;
@@ -75,9 +75,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
75
75
  type: NumberConstructor;
76
76
  default: number;
77
77
  };
78
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
78
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
79
79
  "update:modelValue": (val: any) => void;
80
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
80
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
81
81
  modelValue: {
82
82
  type: StringConstructor;
83
83
  default: string;
@@ -39,9 +39,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
39
39
  type: StringConstructor;
40
40
  default: string;
41
41
  };
42
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
42
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
43
43
  "update:modelValue": (val: any) => void;
44
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
45
45
  href: {
46
46
  type: StringConstructor;
47
47
  default: string;
@@ -3,9 +3,9 @@ declare const _default: import('vue').DefineComponent<{
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
5
5
  };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  "update:modelValue": (val: any) => void;
8
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
9
  modelValue: {
10
10
  type: BooleanConstructor;
11
11
  default: boolean;
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<{
43
43
  type: BooleanConstructor;
44
44
  default: boolean;
45
45
  };
46
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
46
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
47
47
  src: {
48
48
  type: StringConstructor;
49
49
  default: string;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { App } from 'vue';
2
+ import { default as LymButton } from './components/LymButton.vue';
3
+
4
+ declare const install: {
5
+ install(app: App): void;
6
+ };
7
+ export { LymButton };
8
+ export default install;
@@ -3116,7 +3116,7 @@ const E1 = /* @__PURE__ */ D(A3, [["render", k3]]), L3 = /* @__PURE__ */ Object.
3116
3116
  }, Symbol.toStringTag, { value: "Module" })), L2 = {
3117
3117
  install(t) {
3118
3118
  var l;
3119
- const o = /* @__PURE__ */ Object.assign({ "../src/components/JsonExportExcel.vue": W1, "../src/components/LymButton.vue": Y1, "../src/components/LymCheckBox.vue": J1, "../src/components/LymCheckBoxGroup.vue": t3, "../src/components/LymColorPicker.vue": x3, "../src/components/LymDialog.vue": c2, "../src/components/LymDrawer.vue": n2, "../src/components/LymInput.vue": z2, "../src/components/LymLink.vue": w2, "../src/components/cascader/LymCascader.vue": S2, "../src/components/generic-img/GenericImg.vue": l2, "../src/components/generic-img/SvgIcons.vue": L3 });
3119
+ const o = /* @__PURE__ */ Object.assign({ "./components/JsonExportExcel.vue": W1, "./components/LymButton.vue": Y1, "./components/LymCheckBox.vue": J1, "./components/LymCheckBoxGroup.vue": t3, "./components/LymColorPicker.vue": x3, "./components/LymDialog.vue": c2, "./components/LymDrawer.vue": n2, "./components/LymInput.vue": z2, "./components/LymLink.vue": w2, "./components/cascader/LymCascader.vue": S2, "./components/generic-img/GenericImg.vue": l2, "./components/generic-img/SvgIcons.vue": L3 });
3120
3120
  for (const c in o) {
3121
3121
  const a = o[c], i = (l = c.split("/").pop()) == null ? void 0 : l.replace(/\.\w+$/, "");
3122
3122
  i && t.component(i, a.default);
@@ -3124,6 +3124,7 @@ const E1 = /* @__PURE__ */ D(A3, [["render", k3]]), L3 = /* @__PURE__ */ Object.
3124
3124
  }
3125
3125
  };
3126
3126
  export {
3127
+ z1 as LymButton,
3127
3128
  L2 as default
3128
3129
  };
3129
3130
  //# sourceMappingURL=luyoumin-ui.es.js.map
Binary file