@mc-markets/ui 1.1.32 → 1.1.35

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 (78) hide show
  1. package/dist/components/Button/Button.vue.d.ts +1 -1
  2. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  3. package/dist/components/DatePicker/DatePicker.vue.d.ts +1 -8
  4. package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
  5. package/dist/components/Dialog/Dialog.vue.d.ts +1 -15
  6. package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
  7. package/dist/components/Empty/Empty.vue.d.ts +1 -6
  8. package/dist/components/Empty/Empty.vue.d.ts.map +1 -1
  9. package/dist/components/Form/Form.vue.d.ts +1 -7
  10. package/dist/components/Form/Form.vue.d.ts.map +1 -1
  11. package/dist/components/FormItem/FormItem.vue.d.ts +1 -1
  12. package/dist/components/FormItem/FormItem.vue.d.ts.map +1 -1
  13. package/dist/components/Input/Input.vue.d.ts +1 -1
  14. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  15. package/dist/components/Message/Message.vue.d.ts.map +1 -1
  16. package/dist/components/Option/Option.vue.d.ts +1 -1
  17. package/dist/components/Option/Option.vue.d.ts.map +1 -1
  18. package/dist/components/OptionGroup/OptionGroup.vue.d.ts +1 -1
  19. package/dist/components/OptionGroup/OptionGroup.vue.d.ts.map +1 -1
  20. package/dist/components/Pagination/Pagination.vue.d.ts +1 -1
  21. package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -1
  22. package/dist/components/Radio/Radio.vue.d.ts +1 -6
  23. package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
  24. package/dist/components/RadioButton/RadioButton.vue.d.ts +1 -6
  25. package/dist/components/RadioButton/RadioButton.vue.d.ts.map +1 -1
  26. package/dist/components/RadioGroup/RadioGroup.vue.d.ts +1 -6
  27. package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
  28. package/dist/components/Select/Select.vue.d.ts +1 -1
  29. package/dist/components/Select/Select.vue.d.ts.map +1 -1
  30. package/dist/components/Switch/Switch.vue.d.ts +1 -6
  31. package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
  32. package/dist/components/Table/Table.vue.d.ts +1 -1
  33. package/dist/components/Table/Table.vue.d.ts.map +1 -1
  34. package/dist/components/Tabs/Tabs.vue.d.ts +1 -0
  35. package/dist/components/Tag/Tag.vue.d.ts +1 -12
  36. package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
  37. package/dist/components/Tooltip/Tooltip.vue.d.ts +1 -6
  38. package/dist/components/Tooltip/Tooltip.vue.d.ts.map +1 -1
  39. package/dist/hooks/useExposeRef.d.ts +21 -0
  40. package/dist/hooks/useExposeRef.d.ts.map +1 -0
  41. package/dist/index.cjs +1 -1
  42. package/dist/index.cjs.map +1 -1
  43. package/dist/index.d.ts +1 -1
  44. package/dist/index.d.ts.map +1 -1
  45. package/dist/index.mjs +877 -743
  46. package/dist/index.mjs.map +1 -1
  47. package/dist/style.css +1 -1
  48. package/dist/utils/styleUtils.d.ts +11 -0
  49. package/dist/utils/styleUtils.d.ts.map +1 -1
  50. package/package.json +5 -1
  51. package/packages/components/Button/Button.vue +7 -1
  52. package/packages/components/DatePicker/DatePicker.vue +6 -1
  53. package/packages/components/Dialog/Dialog.vue +7 -0
  54. package/packages/components/Empty/Empty.vue +6 -1
  55. package/packages/components/Form/Form.vue +3 -11
  56. package/packages/components/FormItem/FormItem.vue +7 -5
  57. package/packages/components/Input/Input.vue +7 -1
  58. package/packages/components/Message/Message.vue +172 -126
  59. package/packages/components/Option/Option.vue +7 -1
  60. package/packages/components/OptionGroup/OptionGroup.vue +7 -1
  61. package/packages/components/Pagination/Pagination.vue +7 -1
  62. package/packages/components/Radio/Radio.vue +6 -1
  63. package/packages/components/RadioButton/RadioButton.vue +6 -1
  64. package/packages/components/RadioGroup/RadioGroup.vue +6 -1
  65. package/packages/components/Select/Select.vue +7 -0
  66. package/packages/components/Switch/Switch.vue +6 -1
  67. package/packages/components/Table/Table.vue +7 -1
  68. package/packages/components/Tabs/Tabs.vue +73 -2
  69. package/packages/components/Tag/Tag.vue +6 -1
  70. package/packages/components/Tooltip/Tooltip.vue +6 -1
  71. package/packages/hooks/useExposeRef.js +108 -0
  72. package/packages/styles/components/button.scss +4 -4
  73. package/packages/styles/components/dialog.scss +8 -0
  74. package/packages/styles/components/form.scss +8 -0
  75. package/packages/styles/components/select.scss +7 -2
  76. package/packages/styles/index.scss +7 -0
  77. package/packages/utils/styleUtils.js +50 -0
  78. package/packages/styles/components/tabs.scss +0 -77
@@ -3,6 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
8
8
  //# sourceMappingURL=Button.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Button/Button.vue.js"],"names":[],"mappings":"AAOA;wBAoFqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAPjC,6SAKG;AAxEH,2FAwDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Button/Button.vue.js"],"names":[],"mappings":"AAOA;wBA+FqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC,8SAMG;AA5EH,2FA0DsF,GAAG,GAIxF"}
@@ -3,13 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- popperClass: string;
8
- styleType?: string;
9
- $props: {
10
- readonly popperClass?: string;
11
- readonly styleType?: string;
12
- };
13
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
15
8
  //# sourceMappingURL=DatePicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/DatePicker/DatePicker.vue.js"],"names":[],"mappings":"AAOA;wBA6GqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AATjC;;;;;;;2OAOG;AA9EH,2FAwDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/DatePicker/DatePicker.vue.js"],"names":[],"mappings":"AAOA;wBAuHqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAVjC,8SAQG;AAlFH,2FA0DsF,GAAG,GAIxF"}
@@ -3,21 +3,7 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "close", ...args: any[]) => void;
8
- width: string;
9
- center: boolean;
10
- draggable: boolean;
11
- closeOnClickModal: boolean;
12
- title: string;
13
- $props: {
14
- readonly width?: string;
15
- readonly center?: boolean;
16
- readonly draggable?: boolean;
17
- readonly closeOnClickModal?: boolean;
18
- readonly title?: string;
19
- };
20
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
7
  declare function __VLS_template(): {
22
8
  header?(_: {
23
9
  close: any;
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Dialog/Dialog.vue.js"],"names":[],"mappings":"AAuBA;wBAmKqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAVjC;;;;;;;;;;;;;;2OAQG;AAxHH;;;;;QAgG6B,GAAG;qBACF,GAAG;oBACJ,GAAG;EAG/B"}
1
+ {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Dialog/Dialog.vue.js"],"names":[],"mappings":"AAyBA;wBA6KqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAXjC,8SASG;AA5HH;;;;;QAkG6B,GAAG;qBACF,GAAG;oBACJ,GAAG;EAG/B"}
@@ -1,9 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {
2
- image: string;
3
- $props: {
4
- readonly image?: string;
5
- };
6
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
7
2
  export default _default;
8
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
9
4
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"Empty.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Empty/Empty.vue.js"],"names":[],"mappings":"AAOA;;;;;;oSA2HsF,GAAG;;6BA4BxD,CAAC,EAAE,CAAC"}
1
+ {"version":3,"file":"Empty.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Empty/Empty.vue.js"],"names":[],"mappings":"AAOA;wXAmIsF,GAAG;;6BA8BxD,CAAC,EAAE,CAAC"}
@@ -3,12 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- validate: (callback: any) => any;
8
- validateField: (props: any, callback: any) => any;
9
- resetFields: () => any;
10
- scrollToField: (prop: any) => any;
11
- clearValidate: (props: any) => any;
12
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
14
8
  //# sourceMappingURL=Form.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Form.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Form/Form.vue.js"],"names":[],"mappings":"AAOA;wBA4GqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC;;;;;;2OAMG;AA3EH,2FAyDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Form.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Form/Form.vue.js"],"names":[],"mappings":"AAOA;wBA8FqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC,8SAMG;AA3EH,2FAyDsF,GAAG,GAIxF"}
@@ -3,6 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
8
8
  //# sourceMappingURL=FormItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormItem.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/FormItem/FormItem.vue.js"],"names":[],"mappings":"AAOA;wBAmFqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAPjC,6SAKG;AAvEH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"FormItem.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/FormItem/FormItem.vue.js"],"names":[],"mappings":"AAOA;wBA8FqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC,8SAMG;AA3EH,2FAyDsF,GAAG,GAIxF"}
@@ -3,6 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
8
8
  //# sourceMappingURL=Input.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Input/Input.vue.js"],"names":[],"mappings":"AAOA;wBAoFqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAPjC,6SAKG;AAxEH,2FAwDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Input/Input.vue.js"],"names":[],"mappings":"AAOA;wBA+FqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC,8SAMG;AA5EH,2FA0DsF,GAAG,GAIxF"}
@@ -1 +1 @@
1
- {"version":3,"file":"Message.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Message/Message.vue.js"],"names":[],"mappings":"AAuEA;;;;;;;;;;;;;;;;;;;;;;;;IA8BE;;MAqCC;IAGD,8BASC;IAGD,0BAEC;IAGD;;MAKC;IAED;;MAKC;IAED;;MAKC"}
1
+ {"version":3,"file":"Message.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Message/Message.vue.js"],"names":[],"mappings":"AAuEA;;;;;;;;;;;;;;;;;;;;;;;;IA8BE;;MAsCC;IAGD,8BASC;IAGD,0BAEC;IAGD;;MAKC;IAED;;MAKC;IAED;;MAKC"}
@@ -3,6 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
8
8
  //# sourceMappingURL=Option.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Option.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Option/Option.vue.js"],"names":[],"mappings":"AAOA;wBAmFqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAPjC,6SAKG;AAvEH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Option.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Option/Option.vue.js"],"names":[],"mappings":"AAOA;wBA8FqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC,8SAMG;AA3EH,2FAyDsF,GAAG,GAIxF"}
@@ -3,6 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
8
8
  //# sourceMappingURL=OptionGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionGroup.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/OptionGroup/OptionGroup.vue.js"],"names":[],"mappings":"AAOA;wBAmFqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAPjC,6SAKG;AAvEH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"OptionGroup.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/OptionGroup/OptionGroup.vue.js"],"names":[],"mappings":"AAOA;wBA8FqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC,8SAMG;AA3EH,2FAyDsF,GAAG,GAIxF"}
@@ -3,6 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
8
8
  //# sourceMappingURL=Pagination.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Pagination/Pagination.vue.js"],"names":[],"mappings":"AAOA;wBAmFqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAPjC,6SAKG;AAvEH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Pagination.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Pagination/Pagination.vue.js"],"names":[],"mappings":"AAOA;wBA8FqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC,8SAMG;AA3EH,2FAyDsF,GAAG,GAIxF"}
@@ -3,11 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- popperClass: string;
8
- $props: {
9
- readonly popperClass?: string;
10
- };
11
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
13
8
  //# sourceMappingURL=Radio.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Radio.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Radio/Radio.vue.js"],"names":[],"mappings":"AAOA;wBAqGqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AATjC;;;;;2OAOG;AA5EH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Radio.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Radio/Radio.vue.js"],"names":[],"mappings":"AAOA;wBA+GqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAVjC,8SAQG;AAhFH,2FAyDsF,GAAG,GAIxF"}
@@ -3,11 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- popperClass: string;
8
- $props: {
9
- readonly popperClass?: string;
10
- };
11
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
13
8
  //# sourceMappingURL=RadioButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButton.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/RadioButton/RadioButton.vue.js"],"names":[],"mappings":"AAOA;wBAqGqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AATjC;;;;;2OAOG;AA5EH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"RadioButton.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/RadioButton/RadioButton.vue.js"],"names":[],"mappings":"AAOA;wBA+GqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAVjC,8SAQG;AAhFH,2FAyDsF,GAAG,GAIxF"}
@@ -3,11 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- popperClass: string;
8
- $props: {
9
- readonly popperClass?: string;
10
- };
11
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
13
8
  //# sourceMappingURL=RadioGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/RadioGroup/RadioGroup.vue.js"],"names":[],"mappings":"AAOA;wBAuHqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AATjC;;;;;2OAOG;AA7EH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/RadioGroup/RadioGroup.vue.js"],"names":[],"mappings":"AAOA;wBAiIqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAVjC,8SAQG;AAjFH,2FAyDsF,GAAG,GAIxF"}
@@ -3,6 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
8
8
  //# sourceMappingURL=Select.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Select/Select.vue.js"],"names":[],"mappings":"AAYA;wBAsFqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAPjC,6SAKG;AA1EH,2FA0DsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Select/Select.vue.js"],"names":[],"mappings":"AAaA;wBAiGqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC,8SAMG;AA9EH,2FA4DsF,GAAG,GAIxF"}
@@ -3,11 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- popperClass: string;
8
- $props: {
9
- readonly popperClass?: string;
10
- };
11
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
13
8
  //# sourceMappingURL=Switch.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Switch/Switch.vue.js"],"names":[],"mappings":"AAOA;wBAuGqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AATjC;;;;;2OAOG;AA7EH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Switch/Switch.vue.js"],"names":[],"mappings":"AAOA;wBAiHqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAVjC,8SAQG;AAjFH,2FAyDsF,GAAG,GAIxF"}
@@ -3,6 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
8
8
  //# sourceMappingURL=Table.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Table/Table.vue.js"],"names":[],"mappings":"AAOA;wBAmFqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAPjC,6SAKG;AAvEH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Table/Table.vue.js"],"names":[],"mappings":"AAOA;wBA8FqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AARjC,8SAMG;AA3EH,2FAyDsF,GAAG,GAIxF"}
@@ -14,6 +14,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14
14
  };
15
15
  }>, {
16
16
  navRef: import('vue').Ref<any, any>;
17
+ headerRef: import('vue').Ref<any, any>;
17
18
  tabs: import('vue').Ref<any[], any[]>;
18
19
  activeTab: import('vue').Ref<string | number, string | number>;
19
20
  activeBarStyle: import('vue').Ref<{
@@ -3,17 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- prefixIcon: string;
8
- suffixIcon: string;
9
- loading: boolean;
10
- status: string;
11
- $props: {
12
- readonly prefixIcon?: string;
13
- readonly suffixIcon?: string;
14
- readonly loading?: boolean;
15
- readonly status?: string;
16
- };
17
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
19
8
  //# sourceMappingURL=Tag.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Tag/Tag.vue.js"],"names":[],"mappings":"AA0BA;wBAiOqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AATjC;;;;;;;;;;;2OAOG;AAnJH,2FA2HsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Tag.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Tag/Tag.vue.js"],"names":[],"mappings":"AA0BA;wBA2OqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAVjC,8SAQG;AAvJH,2FA6HsF,GAAG,GAIxF"}
@@ -3,11 +3,6 @@ export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- popperClass: string;
8
- $props: {
9
- readonly popperClass?: string;
10
- };
11
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
7
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
13
8
  //# sourceMappingURL=Tooltip.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Tooltip/Tooltip.vue.js"],"names":[],"mappings":"AAOA;wBAsGqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AATjC;;;;;2OAOG;AA7EH,2FAuDsF,GAAG,GAIxF"}
1
+ {"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/Tooltip/Tooltip.vue.js"],"names":[],"mappings":"AAOA;wBAgHqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;;6BAC1E,CAAC,EAAE,CAAC;;;AAVjC,8SAQG;AAjFH,2FAyDsF,GAAG,GAIxF"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * 无感透传 ref 的 Hook
3
+ * 通过 Proxy 将外部 ref 访问转发给内部 Element Plus 组件实例
4
+ *
5
+ * @param {string} refName - 内部 ref 的名称,默认为 'innerRef'
6
+ * @param {Object} options - 配置选项
7
+ * @param {Object} options.compatibilityKeys - 兼容性字段映射 { key: value }
8
+ * @returns {Object} 包含 innerRef 和 exposedProxy 的对象
9
+ *
10
+ * @example
11
+ * // 在组件中使用
12
+ * const { innerRef, exposedProxy } = useExposeRef('innerTableRef')
13
+ * defineExpose(exposedProxy)
14
+ *
15
+ * // 在模板中使用
16
+ * <el-table v-bind="$attrs" ref="innerTableRef">
17
+ */
18
+ export function useExposeRef(refName?: string, options?: {
19
+ compatibilityKeys: any;
20
+ }): any;
21
+ //# sourceMappingURL=useExposeRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useExposeRef.d.ts","sourceRoot":"","sources":["../../packages/hooks/useExposeRef.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;GAgBG;AACH,uCAbW,MAAM,YAEd;IAAwB,iBAAiB;CACzC,OAkGF"}