rx-compo 1.0.55 → 1.0.56

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 (190) hide show
  1. package/es/components/RxButton/index.d.ts +1 -1
  2. package/es/components/RxButton/index.js +1 -1
  3. package/es/components/RxButton/src/RxButton.d.ts +6 -3
  4. package/es/components/RxButton/src/RxButton.vue.d.ts +2 -0
  5. package/es/components/RxCheckbox/index.d.ts +4 -0
  6. package/es/components/RxCheckbox/index.js +1 -0
  7. package/es/components/RxCheckbox/src/RxCheckbox.d.ts +9 -0
  8. package/es/components/RxCheckbox/src/RxCheckbox.vue.d.ts +14 -0
  9. package/es/components/RxDatePicker/index.d.ts +4 -0
  10. package/es/components/RxDatePicker/index.js +1 -0
  11. package/es/components/RxDatePicker/src/RxDatePicker.d.ts +9 -0
  12. package/es/components/RxInput/index.d.ts +4 -0
  13. package/es/components/RxInput/index.js +1 -0
  14. package/es/components/RxInput/src/RxInput.d.ts +21 -0
  15. package/es/components/RxInput/src/RxInput.vue.d.ts +34 -0
  16. package/es/components/RxInput/src/hooks/useTotalInput.d.ts +6 -0
  17. package/es/components/RxOption/index.d.ts +5 -0
  18. package/es/components/RxOption/index.js +1 -0
  19. package/es/components/RxOption/src/RxOption.d.ts +3 -0
  20. package/es/components/RxOption/src/RxOption.vue.d.ts +4 -0
  21. package/es/components/RxScrollbar/index.d.ts +3 -0
  22. package/es/components/RxScrollbar/index.js +1 -0
  23. package/es/components/RxScrollbar/src/RxScrollbar.d.ts +3 -0
  24. package/es/components/RxScrollbar/src/RxScrollbar.vue.d.ts +8 -0
  25. package/es/components/RxSelect/index.d.ts +6 -0
  26. package/es/components/RxSelect/index.js +1 -0
  27. package/es/components/RxSelect/src/RxSelect.d.ts +14 -0
  28. package/es/components/RxSelect/src/RxSelect.vue.d.ts +27 -0
  29. package/es/components/RxSelect/src/hooks/useController.d.ts +1 -0
  30. package/es/components/RxSelect/src/hooks/useOptionClass.d.ts +6 -0
  31. package/es/components/RxSelect/src/hooks/useRxSelect.d.ts +6 -0
  32. package/es/components/RxSelectPlus/index.d.ts +6 -0
  33. package/es/components/RxSelectPlus/index.js +1 -0
  34. package/es/components/RxSelectPlus/src/RxSelectPlus.d.ts +252 -0
  35. package/es/components/RxSelectPlus/src/RxSelectPlus.vue.d.ts +504 -0
  36. package/es/components/RxSelectPlus/src/hooks/useController.d.ts +2 -0
  37. package/es/components/RxSelectPlus/src/hooks/useRxSelect.d.ts +6 -0
  38. package/es/components/RxSuperCondition/index.d.ts +3 -0
  39. package/es/components/RxSuperCondition/index.js +1 -0
  40. package/es/components/RxSuperCondition/src/RxSuperCondition.d.ts +50 -0
  41. package/es/components/RxSuperCondition/src/RxSuperCondition.vue.d.ts +84 -0
  42. package/es/components/RxSuperCondition/src/components/RxAddConditionButton/index.d.ts +2 -0
  43. package/es/components/RxSuperCondition/src/components/RxAddConditionButton/index.vue.d.ts +13 -0
  44. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxAndOr/index.d.ts +2 -0
  45. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxAndOr/index.vue.d.ts +18 -0
  46. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/chooseDate.vue.d.ts +9 -0
  47. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/index.d.ts +9 -0
  48. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/inputLess.vue.d.ts +9 -0
  49. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/inputLessDisabled.vue.d.ts +9 -0
  50. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/inputMax.vue.d.ts +9 -0
  51. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/moreSelect.vue.d.ts +12 -0
  52. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/numberRange.vue.d.ts +10 -0
  53. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/timeRange.vue.d.ts +10 -0
  54. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/totalInput.vue.d.ts +9 -0
  55. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/const/index.d.ts +52 -0
  56. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/index.d.ts +2 -0
  57. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/index.vue.d.ts +2 -0
  58. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxDeConditionBtn/index.d.ts +2 -0
  59. package/es/components/RxSuperCondition/src/components/RxConditionRender/components/RxDeConditionBtn/index.vue.d.ts +32 -0
  60. package/es/components/RxSuperCondition/src/components/RxConditionRender/index.d.ts +2 -0
  61. package/es/components/RxSuperCondition/src/components/RxConditionRender/index.vue.d.ts +48 -0
  62. package/es/components/RxSuperCondition/src/components/RxTemplateList/index.d.ts +2 -0
  63. package/es/components/RxSuperCondition/src/components/RxTemplateList/index.vue.d.ts +20 -0
  64. package/es/components/RxSuperCondition/src/hooks/useConditionContext.d.ts +4 -0
  65. package/es/components/RxSuperCondition/src/hooks/useContext.d.ts +10 -0
  66. package/es/components/RxSuperCondition/src/hooks/useControlCondition.d.ts +12 -0
  67. package/es/components/RxSuperCondition/src/hooks/useControlTemplate.d.ts +20 -0
  68. package/es/components/RxSuperCondition/src/hooks/useDialog.d.ts +8 -0
  69. package/es/components/RxSuperCondition/src/hooks/useInit.d.ts +7 -0
  70. package/es/components/RxSuperCondition/src/hooks/useStorageSevise.d.ts +15 -0
  71. package/es/components/RxTooltip/index.d.ts +5 -0
  72. package/es/components/RxTooltip/index.js +1 -0
  73. package/es/components/RxTooltip/src/RxTooltip.d.ts +4 -0
  74. package/es/components/RxTooltip/src/RxTooltip.vue.d.ts +10 -0
  75. package/es/components/RxTooltip/src/hooks/useBase.d.ts +4 -0
  76. package/es/components/RxTooltip/src/hooks/useController.d.ts +1 -0
  77. package/es/components/index.d.ts +9 -2
  78. package/es/components/index.js +1 -1
  79. package/es/utils/useTextOverflow.d.ts +4 -0
  80. package/es/utils/useTextOverflow.js +13 -0
  81. package/index.esm.js +1 -1
  82. package/index.js +1 -1
  83. package/lib/components/RxButton/index.d.ts +1 -1
  84. package/lib/components/RxButton/index.js +1 -1
  85. package/lib/components/RxButton/src/RxButton.d.ts +6 -3
  86. package/lib/components/RxButton/src/RxButton.vue.d.ts +2 -0
  87. package/lib/components/RxCheckbox/index.d.ts +4 -0
  88. package/lib/components/RxCheckbox/index.js +1 -0
  89. package/lib/components/RxCheckbox/src/RxCheckbox.d.ts +9 -0
  90. package/lib/components/RxCheckbox/src/RxCheckbox.vue.d.ts +14 -0
  91. package/lib/components/RxDatePicker/index.d.ts +4 -0
  92. package/lib/components/RxDatePicker/index.js +1 -0
  93. package/lib/components/RxDatePicker/src/RxDatePicker.d.ts +9 -0
  94. package/lib/components/RxInput/index.d.ts +4 -0
  95. package/lib/components/RxInput/index.js +1 -0
  96. package/lib/components/RxInput/src/RxInput.d.ts +21 -0
  97. package/lib/components/RxInput/src/RxInput.vue.d.ts +34 -0
  98. package/lib/components/RxInput/src/hooks/useTotalInput.d.ts +6 -0
  99. package/lib/components/RxOption/index.d.ts +5 -0
  100. package/lib/components/RxOption/index.js +1 -0
  101. package/lib/components/RxOption/src/RxOption.d.ts +3 -0
  102. package/lib/components/RxOption/src/RxOption.vue.d.ts +4 -0
  103. package/lib/components/RxScrollbar/index.d.ts +3 -0
  104. package/lib/components/RxScrollbar/index.js +1 -0
  105. package/lib/components/RxScrollbar/src/RxScrollbar.d.ts +3 -0
  106. package/lib/components/RxScrollbar/src/RxScrollbar.vue.d.ts +8 -0
  107. package/lib/components/RxSelect/index.d.ts +6 -0
  108. package/lib/components/RxSelect/index.js +1 -0
  109. package/lib/components/RxSelect/src/RxSelect.d.ts +14 -0
  110. package/lib/components/RxSelect/src/RxSelect.vue.d.ts +27 -0
  111. package/lib/components/RxSelect/src/hooks/useController.d.ts +1 -0
  112. package/lib/components/RxSelect/src/hooks/useOptionClass.d.ts +6 -0
  113. package/lib/components/RxSelect/src/hooks/useRxSelect.d.ts +6 -0
  114. package/lib/components/RxSelectPlus/index.d.ts +6 -0
  115. package/lib/components/RxSelectPlus/index.js +1 -0
  116. package/lib/components/RxSelectPlus/src/RxSelectPlus.d.ts +252 -0
  117. package/lib/components/RxSelectPlus/src/RxSelectPlus.vue.d.ts +504 -0
  118. package/lib/components/RxSelectPlus/src/hooks/useController.d.ts +2 -0
  119. package/lib/components/RxSelectPlus/src/hooks/useRxSelect.d.ts +6 -0
  120. package/lib/components/RxSuperCondition/index.d.ts +3 -0
  121. package/lib/components/RxSuperCondition/index.js +1 -0
  122. package/lib/components/RxSuperCondition/src/RxSuperCondition.d.ts +50 -0
  123. package/lib/components/RxSuperCondition/src/RxSuperCondition.vue.d.ts +84 -0
  124. package/lib/components/RxSuperCondition/src/components/RxAddConditionButton/index.d.ts +2 -0
  125. package/lib/components/RxSuperCondition/src/components/RxAddConditionButton/index.vue.d.ts +13 -0
  126. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxAndOr/index.d.ts +2 -0
  127. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxAndOr/index.vue.d.ts +18 -0
  128. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/chooseDate.vue.d.ts +9 -0
  129. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/index.d.ts +9 -0
  130. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/inputLess.vue.d.ts +9 -0
  131. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/inputLessDisabled.vue.d.ts +9 -0
  132. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/inputMax.vue.d.ts +9 -0
  133. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/moreSelect.vue.d.ts +12 -0
  134. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/numberRange.vue.d.ts +10 -0
  135. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/timeRange.vue.d.ts +10 -0
  136. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/components/totalInput.vue.d.ts +9 -0
  137. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/const/index.d.ts +52 -0
  138. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/index.d.ts +2 -0
  139. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxConditionItem/index.vue.d.ts +2 -0
  140. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxDeConditionBtn/index.d.ts +2 -0
  141. package/lib/components/RxSuperCondition/src/components/RxConditionRender/components/RxDeConditionBtn/index.vue.d.ts +32 -0
  142. package/lib/components/RxSuperCondition/src/components/RxConditionRender/index.d.ts +2 -0
  143. package/lib/components/RxSuperCondition/src/components/RxConditionRender/index.vue.d.ts +48 -0
  144. package/lib/components/RxSuperCondition/src/components/RxTemplateList/index.d.ts +2 -0
  145. package/lib/components/RxSuperCondition/src/components/RxTemplateList/index.vue.d.ts +20 -0
  146. package/lib/components/RxSuperCondition/src/hooks/useConditionContext.d.ts +4 -0
  147. package/lib/components/RxSuperCondition/src/hooks/useContext.d.ts +10 -0
  148. package/lib/components/RxSuperCondition/src/hooks/useControlCondition.d.ts +12 -0
  149. package/lib/components/RxSuperCondition/src/hooks/useControlTemplate.d.ts +20 -0
  150. package/lib/components/RxSuperCondition/src/hooks/useDialog.d.ts +8 -0
  151. package/lib/components/RxSuperCondition/src/hooks/useInit.d.ts +7 -0
  152. package/lib/components/RxSuperCondition/src/hooks/useStorageSevise.d.ts +15 -0
  153. package/lib/components/RxTooltip/index.d.ts +5 -0
  154. package/lib/components/RxTooltip/index.js +1 -0
  155. package/lib/components/RxTooltip/src/RxTooltip.d.ts +4 -0
  156. package/lib/components/RxTooltip/src/RxTooltip.vue.d.ts +10 -0
  157. package/lib/components/RxTooltip/src/hooks/useBase.d.ts +4 -0
  158. package/lib/components/RxTooltip/src/hooks/useController.d.ts +1 -0
  159. package/lib/components/index.d.ts +9 -2
  160. package/lib/components/index.js +1 -1
  161. package/lib/utils/useTextOverflow.d.ts +4 -0
  162. package/lib/utils/useTextOverflow.js +17 -0
  163. package/package.json +28 -22
  164. package/theme-chalk/icon.css +1 -1
  165. package/theme-chalk/index.css +1 -2
  166. package/theme-chalk/rx-button.css +1 -0
  167. package/theme-chalk/rx-checkbox.css +1 -0
  168. package/theme-chalk/rx-input.css +1 -0
  169. package/theme-chalk/rx-option.css +1 -0
  170. package/theme-chalk/rx-select.css +1 -0
  171. package/types/index.d.ts +8 -4
  172. package/es/components/date/index.d.ts +0 -4
  173. package/es/components/date/index.js +0 -1
  174. package/es/components/date/src/date.d.ts +0 -24
  175. package/es/components/date/src/date.vue.d.ts +0 -32
  176. package/es/components/icon/index.css +0 -1
  177. package/es/components/icon/index.d.ts +0 -4
  178. package/es/components/icon/index.js +0 -1
  179. package/es/components/icon/src/icon.d.ts +0 -25
  180. package/es/components/icon/src/icon.vue.d.ts +0 -37
  181. package/lib/components/date/index.d.ts +0 -4
  182. package/lib/components/date/index.js +0 -1
  183. package/lib/components/date/src/date.d.ts +0 -24
  184. package/lib/components/date/src/date.vue.d.ts +0 -32
  185. package/lib/components/icon/index.css +0 -1
  186. package/lib/components/icon/index.d.ts +0 -4
  187. package/lib/components/icon/index.js +0 -1
  188. package/lib/components/icon/src/icon.d.ts +0 -25
  189. package/lib/components/icon/src/icon.vue.d.ts +0 -37
  190. package/theme-chalk/components-style.css +0 -1
@@ -1,4 +1,4 @@
1
1
  declare const RxButton: any;
2
2
  export { RxButton };
3
3
  export default RxButton;
4
- export type { RxButtonPropsType } from './src/RxButton';
4
+ export type { RxButtonPropsType, RxButtonComponent } from './src/RxButton';
@@ -1 +1 @@
1
- import{withInstall as t}from"rx-compo/es/utils/with-install";import{defineComponent as o,resolveComponent as e,openBlock as n,createBlock as r,mergeProps as s,withCtx as u,renderSlot as p}from"vue";import{ElButton as l}from"element-plus";var a=o({name:"RxButton",components:{ElButton:l},props:{type:String},setup:()=>({})});a.render=function(t,o,l,a,m,c){const i=e("el-button");return n(),r(i,s({...t.$attrs,...t.$props},{class:"rx-button"}),{default:u((()=>[p(t.$slots,"default")])),_:3},16)},a.__file="packages/components/RxButton/src/RxButton.vue";const m=t(a);export{m as RxButton,m as default};
1
+ import{withInstall as t}from"rx-compo/es/utils/with-install";import{defineComponent as o,resolveComponent as e,openBlock as r,createBlock as n,mergeProps as s,withCtx as u,renderSlot as p}from"vue";import{IxPropTypes as l}from"rx-compo/es/utils";import{ElButton as m}from"element-plus";var c=o({name:"RxButton",components:{ElButton:m},props:{type:String,fuck:l.oneOf(["circle","round"])},setup:()=>({})});c.render=function(t,o,l,m,c,i){const a=e("el-button");return r(),n(a,s({...t.$attrs,...t.$props},{class:"rx-button"}),{default:u((()=>[p(t.$slots,"default")])),_:3},16)},c.__file="packages/components/RxButton/src/RxButton.vue";const i=t(c);export{i as RxButton,i as default};
@@ -1,8 +1,11 @@
1
- import type { ExtractPropTypes, PropType } from 'vue';
1
+ import type { DefineComponent, ExtractPropTypes, PropType } from 'vue';
2
2
  import { ButtonInstance } from 'element-plus';
3
- declare type butonType = Omit<ButtonInstance['$props'], 'type'>;
3
+ export declare type butonType = Partial<Omit<ButtonInstance['$props'], 'type'>>;
4
+ export declare type DateShape = 'circle' | 'round';
4
5
  export declare const RxButtonProps: {
5
6
  type: PropType<"primary" | "danger">;
7
+ fuck: import("vue-types").VueTypeDef<DateShape>;
6
8
  };
7
9
  export declare type RxButtonPropsType = ExtractPropTypes<typeof RxButtonProps & butonType>;
8
- export {};
10
+ export declare type RxButtonComponent = DefineComponent<typeof RxButtonProps>;
11
+ export declare type RxButtonInstance = InstanceType<DefineComponent<typeof RxButtonProps>>;
@@ -1,6 +1,8 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  type: import("vue").PropType<"primary" | "danger">;
3
+ fuck: import("vue-types").VueTypeDef<import("./RxButton").DateShape>;
3
4
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4
5
  type: import("vue").PropType<"primary" | "danger">;
6
+ fuck: import("vue-types").VueTypeDef<import("./RxButton").DateShape>;
5
7
  }>>, {}>;
6
8
  export default _default;
@@ -0,0 +1,4 @@
1
+ declare const RxCheckbox: any;
2
+ export { RxCheckbox };
3
+ export default RxCheckbox;
4
+ export type { RxCheckboxPropsType, RxCheckboxComponent } from './src/RxCheckbox';
@@ -0,0 +1 @@
1
+ import{withInstall as e}from"rx-compo/es/utils/with-install";import{defineComponent as o,resolveComponent as s,openBlock as l,createBlock as t,mergeProps as a,createSlots as r,withCtx as u,renderSlot as m}from"vue";import{IxPropTypes as c}from"rx-compo/es/utils";import{ElCheckbox as p}from"element-plus";import{useVModel as n}from"@vueuse/core";var f=o({name:"RxCheckbox",components:{ElCheckbox:p},props:{value:c.bool.def(!1)},setup:(e,{emit:o})=>({valuePass:n(e,"value",o)})});f.render=function(e,o,c,p,n,f){const i=s("el-checkbox");return l(),t(i,a({...e.$attrs,...e.$props},{modelValue:e.valuePass,"onUpdate:modelValue":o[0]||(o[0]=o=>e.valuePass=o),class:"rx-checkbox"}),r({_:2},[e.$slots.default?{name:"default",fn:u((()=>[m(e.$slots,"default")]))}:void 0]),1040,["modelValue"])},f.__file="packages/components/RxCheckbox/src/RxCheckbox.vue";const i=e(f);export{i as RxCheckbox,i as default};
@@ -0,0 +1,9 @@
1
+ import type { ExtractPropTypes, DefineComponent } from 'vue';
2
+ export declare const RxCheckboxProps: {
3
+ value: import("vue-types").VueTypeValidableDef<boolean> & {
4
+ default: boolean;
5
+ };
6
+ };
7
+ export declare type RxCheckboxPropsType = ExtractPropTypes<typeof RxCheckboxProps>;
8
+ export declare type RxCheckboxComponent = DefineComponent<typeof RxCheckboxProps>;
9
+ export declare type RxCheckboxInstance = InstanceType<DefineComponent<typeof RxCheckboxProps>>;
@@ -0,0 +1,14 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ value: import("vue-types").VueTypeValidableDef<boolean> & {
3
+ default: boolean;
4
+ };
5
+ }, {
6
+ valuePass: import("vue").Ref<boolean> | import("vue").WritableComputedRef<boolean>;
7
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
+ value: import("vue-types").VueTypeValidableDef<boolean> & {
9
+ default: boolean;
10
+ };
11
+ }>>, {
12
+ value: boolean;
13
+ }>;
14
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const RxDatePicker: any;
2
+ export { RxDatePicker };
3
+ export default RxDatePicker;
4
+ export type { RxDatePickerPropsType, RxDatePickerComponent } from './src/RxDatePicker';
@@ -0,0 +1 @@
1
+ import{withInstall as e}from"rx-compo/es/utils/with-install";import{defineComponent as o,resolveComponent as l,openBlock as r,createBlock as t,withCtx as a,createVNode as m,mergeProps as i}from"vue";import{IxPropTypes as c}from"rx-compo/es/utils";import{useVModel as n}from"@vueuse/core";import{ElDatePicker as u,ElConfigProvider as s}from"element-plus";import p from"element-plus/dist/locale/zh-cn.mjs";var d=o({name:"RxDatePicker",components:{ElDatePicker:u,ElConfigProvider:s},props:{modelValue:c.string.def("")},setup:(e,{emit:o})=>({valueLocal:n(e,"modelValue",o),zhCn:p})});d.render=function(e,o,c,n,u,s){const p=l("el-date-picker"),d=l("el-config-provider");return r(),t(d,{locale:e.zhCn},{default:a((()=>[m(p,i({modelValue:e.valueLocal,"onUpdate:modelValue":o[0]||(o[0]=o=>e.valueLocal=o)},{...e.$attrs}),null,16,["modelValue"])])),_:1},8,["locale"])},d.__file="packages/components/RxDatePicker/src/RxDatePicker.vue";const f=e(d);export{f as RxDatePicker,f as default};
@@ -0,0 +1,9 @@
1
+ import type { ExtractPropTypes, DefineComponent } from 'vue';
2
+ export declare const RxDatePickerProps: {
3
+ modelValue: import("vue-types").VueTypeValidableDef<string> & {
4
+ default: string;
5
+ };
6
+ };
7
+ export declare type RxDatePickerPropsType = ExtractPropTypes<typeof RxDatePickerProps>;
8
+ export declare type RxDatePickerComponent = DefineComponent<typeof RxDatePickerProps>;
9
+ export declare type RxDatePickerInstance = InstanceType<DefineComponent<typeof RxDatePickerProps>>;
@@ -0,0 +1,4 @@
1
+ declare const RxInput: any;
2
+ export { RxInput };
3
+ export default RxInput;
4
+ export type { RxInputPropsType, RxInputComponent } from './src/RxInput';
@@ -0,0 +1 @@
1
+ import{withInstall as t}from"rx-compo/es/utils/with-install";import{defineComponent as e,nextTick as l,resolveComponent as o,openBlock as a,createElementBlock as u,Fragment as n,createCommentVNode as r,createBlock as s,mergeProps as p,withCtx as i,renderSlot as d}from"vue";import{IxPropTypes as m}from"rx-compo/es/utils";import{useVModel as f}from"@vueuse/core";import{ElInput as c}from"element-plus";var v=e({name:"RxInput",components:{ElInput:c},props:{value:m.string.def(""),inputType:{type:String,default:"default"},totalOption:{type:Object,default:void 0}},setup(t,{emit:e}){const o=f(t,"value",e),{formmatterTotalInputValue:a,formatterTotalBlurForAddDecimal:u,checkPropsIsVaildWhenTotal:n}=function(t,e){return{formmatterTotalInputValue:function(e){const l=null==e?void 0:e.replace(/[^\d.]+|\.(?=.*\.|\s)/g,"");t.value=l},formatterTotalBlurForAddDecimal:function(){var l;t.value=function(t,e){const l=parseFloat(t);return isNaN(l)?t:l.toFixed(e)}(t.value,(null===(l=null==e?void 0:e.totalOption)||void 0===l?void 0:l.digit)||0)},checkPropsIsVaildWhenTotal:function(){var t;return void 0===(null==e?void 0:e.totalOption)||void 0===(null===(t=null==e?void 0:e.totalOption)||void 0===t?void 0:t.digit)&&void 0}}}(o,t);return l((()=>{if("total"===t.inputType)n()})),{valuePass:o,formmatterTotalInputValue:a,formatterTotalBlurForAddDecimal:u}}});v.render=function(t,e,l,m,f,c){const v=o("el-input");return a(),u(n,null,[r(" 默认input "),"default"==t.inputType?(a(),s(v,p({key:0,modelValue:t.valuePass,"onUpdate:modelValue":e[0]||(e[0]=e=>t.valuePass=e),class:"rx-input input-default"},t.$attrs,{clearable:""}),{default:i((()=>[d(t.$slots,"prefix"),d(t.$slots,"suffix"),d(t.$slots,"prepend"),d(t.$slots,"append")])),_:3},16,["modelValue"])):r("v-if",!0),r(" 数量input "),"total"==t.inputType?(a(),s(v,p({key:1,modelValue:t.valuePass,"onUpdate:modelValue":e[1]||(e[1]=e=>t.valuePass=e),class:"rx-input input-total",clearable:""},t.$attrs,{onInput:t.formmatterTotalInputValue,onBlur:t.formatterTotalBlurForAddDecimal}),{default:i((()=>[d(t.$slots,"prefix"),d(t.$slots,"suffix"),d(t.$slots,"prepend"),d(t.$slots,"append")])),_:3},16,["modelValue","onInput","onBlur"])):r("v-if",!0),r(" 金额input "),"money"==t.inputType?(a(),s(v,p({key:2,modelValue:t.valuePass,"onUpdate:modelValue":e[2]||(e[2]=e=>t.valuePass=e),class:"rx-input input-money",clearable:""},t.$attrs),{default:i((()=>[d(t.$slots,"prefix"),d(t.$slots,"suffix"),d(t.$slots,"prepend"),d(t.$slots,"append")])),_:3},16,["modelValue"])):r("v-if",!0)],64)},v.__file="packages/components/RxInput/src/RxInput.vue";const x=t(v);export{x as RxInput,x as default};
@@ -0,0 +1,21 @@
1
+ import type { ExtractPropTypes, PropType, DefineComponent } from 'vue';
2
+ export declare type inputType = 'total' | 'money' | 'default';
3
+ export declare type totalOption = {
4
+ digit: number;
5
+ };
6
+ export declare const RxInputProps: {
7
+ value: import("vue-types").VueTypeValidableDef<string> & {
8
+ default: string;
9
+ };
10
+ inputType: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ totalOption: {
15
+ type: PropType<totalOption>;
16
+ default: any;
17
+ };
18
+ };
19
+ export declare type RxInputPropsType = ExtractPropTypes<typeof RxInputProps>;
20
+ export declare type RxInputComponent = DefineComponent<typeof RxInputProps>;
21
+ export declare type RxInputInstance = InstanceType<DefineComponent<typeof RxInputProps>>;
@@ -0,0 +1,34 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ value: import("vue-types").VueTypeValidableDef<string> & {
3
+ default: string;
4
+ };
5
+ inputType: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ totalOption: {
10
+ type: import("vue").PropType<import("./RxInput").totalOption>;
11
+ default: any;
12
+ };
13
+ }, {
14
+ valuePass: import("vue").Ref<string> | import("vue").WritableComputedRef<string>;
15
+ formmatterTotalInputValue: (str: string) => void;
16
+ formatterTotalBlurForAddDecimal: () => void;
17
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
+ value: import("vue-types").VueTypeValidableDef<string> & {
19
+ default: string;
20
+ };
21
+ inputType: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ totalOption: {
26
+ type: import("vue").PropType<import("./RxInput").totalOption>;
27
+ default: any;
28
+ };
29
+ }>>, {
30
+ value: string;
31
+ inputType: string;
32
+ totalOption: import("./RxInput").totalOption;
33
+ }>;
34
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Ref, WritableComputedRef } from 'vue';
2
+ export declare function useTotalInput(valuePass: Ref<string | undefined> | WritableComputedRef<string | undefined>, props: any): {
3
+ formmatterTotalInputValue: (str: string) => void;
4
+ formatterTotalBlurForAddDecimal: () => void;
5
+ checkPropsIsVaildWhenTotal: () => boolean;
6
+ };
@@ -0,0 +1,5 @@
1
+ import { RxOptionPropsType } from './src/RxOption';
2
+ declare const RxOption: any;
3
+ export { RxOption };
4
+ export type { RxOptionPropsType };
5
+ export default RxOption;
@@ -0,0 +1 @@
1
+ import{withInstall as t}from"rx-compo/es/utils/with-install";import{defineComponent as o,resolveComponent as e,openBlock as n,createBlock as p,mergeProps as s,withCtx as r,renderSlot as i}from"vue";import{ElOption as l}from"element-plus";var a=o({name:"RxOption",components:{ElOption:l},props:{},setup:()=>({})});a.render=function(t,o,l,a,m,u){const c=e("el-option");return n(),p(c,s(t.$attrs,{class:"rx-option"}),{default:r((()=>[i(t.$slots,"default")])),_:3},16)},a.__file="packages/components/RxOption/src/RxOption.vue";const m=t(a);export{m as RxOption,m as default};
@@ -0,0 +1,3 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ export declare const RxOptionProps: any;
3
+ export declare type RxOptionPropsType = ExtractPropTypes<typeof RxOptionProps>;
@@ -0,0 +1,4 @@
1
+ declare const _default: import("vue").DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
2
+ [x: string]: any;
3
+ }>;
4
+ export default _default;
@@ -0,0 +1,3 @@
1
+ declare const RxScrollbar: any;
2
+ export { RxScrollbar };
3
+ export default RxScrollbar;
@@ -0,0 +1 @@
1
+ import{withInstall as r}from"rx-compo/es/utils/with-install";import{defineComponent as o,resolveComponent as l,openBlock as t,createBlock as e,normalizeProps as s,guardReactiveProps as a,withCtx as c,renderSlot as n}from"vue";import{ElScrollbar as p}from"element-plus";var m=o({name:"RxScrollbar",components:{ElScrollbar:p},props:{},setup:()=>({})});m.render=function(r,o,p,m,u,f){const i=l("el-scrollbar");return t(),e(i,s(a(r.$attrs)),{default:c((()=>[n(r.$slots,"default")])),_:3},16)},m.__file="packages/components/RxScrollbar/src/RxScrollbar.vue";const u=r(m);export{u as RxScrollbar,u as default};
@@ -0,0 +1,3 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ export declare const RxScrollbarProps: {};
3
+ export declare type RxScrollbarPropsType = ExtractPropTypes<typeof RxScrollbarProps>;
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<Readonly<import("vue").ComponentPropsOptions<{
2
+ [x: string]: unknown;
3
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
4
+ [x: string]: unknown;
5
+ }>>>>, {
6
+ [x: number]: string;
7
+ } | {}>;
8
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { RxSelectPropsType } from './src/RxSelect';
2
+ import { RxSelectExpose } from './src/types';
3
+ declare const RxSelect: any;
4
+ export { RxSelect };
5
+ export type { RxSelectPropsType, RxSelectExpose };
6
+ export default RxSelect;
@@ -0,0 +1 @@
1
+ import{withInstall as e}from"rx-compo/es/utils/with-install";import{ref as t,computed as o,unref as l,defineComponent as n,onMounted as r,resolveComponent as c,openBlock as s,createBlock as p,mergeProps as u,withCtx as i,renderSlot as a,createElementBlock as x,Fragment as f,renderList as S}from"vue";import{useVModel as m}from"@vueuse/core";import{ElSelect as d}from"element-plus";import{RxOption as g}from"rx-compo/es/components/RxOption";var R=n({name:"RxSelect",components:{ElSelect:d,RxOption:g},props:{modelValue:{type:[Array,String,Number,Boolean,Object],default:""},options:{type:Array,default:[]}},setup(e,{attrs:n,emit:c,expose:s}){const p=t(),u=m(e,"modelValue",c),{rxSelectDropDownClass:i,updateRxSelectDropDown:a,getRxSelectDropDownConfig:x}=function(e,o){const l=t("rx-select-drop-option");return{rxSelectDropDownClass:l,updateRxSelectDropDown:function(){const{popperClass:e}=o;l.value=e?`rx-select-drop-option ${e}`:"rx-select-drop-option"},getRxSelectDropDownConfig:function(){return l.value}}}(0,n),{rxSelectConfig:f,updateRxSelectPlusConfig:S,getRxSelectPlusConfig:d}=function(e,n){const r=t();return{rxSelectConfig:r,updateRxSelectPlusConfig:function(){r.value={popperClass:o((()=>l(n)))}},getRxSelectPlusConfig:function(){return Object.assign(Object.assign({},e),r.value)}}}(n,i);return r((()=>{!function(e,t){e(),t()}(a,S)})),s({rxSelectRef:p,updateRxSelectPlusConfig:S,updateRxSelectDropDown:a,getRxSelectPlusConfig:d,getRxSelectDropDownConfig:x}),{rxSelectRef:p,rxSelectConfig:f,rxSelectModelValue:u}}});R.render=function(e,t,o,l,n,r){const m=c("rx-option"),d=c("el-select");return s(),p(d,u({modelValue:e.rxSelectModelValue,"onUpdate:modelValue":t[0]||(t[0]=t=>e.rxSelectModelValue=t),class:"rx-select",ref:"rxSelectRef"},{...e.$attrs,...e.rxSelectConfig}),{default:i((()=>[e.$slots.default?a(e.$slots,"default",{key:0}):(s(!0),x(f,{key:1},S(e.options,((e,t)=>(s(),p(m,u({key:t},e),null,16)))),128))])),prefix:i((()=>[a(e.$slots,"prefix")])),empty:i((()=>[a(e.$slots,"empty")])),_:3},16,["modelValue"])},R.__file="packages/components/RxSelect/src/RxSelect.vue";const C=e(R);export{C as RxSelect,C as default};
@@ -0,0 +1,14 @@
1
+ import type { ExtractPropTypes, PropType } from 'vue';
2
+ import type { RxOptionPropsType } from 'rx-compo/es/components';
3
+ export type { RxSelectExpose } from './types';
4
+ export declare const RxSelectProps: {
5
+ modelValue: {
6
+ type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
7
+ default: string;
8
+ };
9
+ options: {
10
+ type: PropType<RxOptionPropsType[]>;
11
+ default: any[];
12
+ };
13
+ };
14
+ export declare type RxSelectPropsType = ExtractPropTypes<typeof RxSelectProps>;
@@ -0,0 +1,27 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ modelValue: {
3
+ type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
4
+ default: string;
5
+ };
6
+ options: {
7
+ type: import("vue").PropType<import("rx-compo/es/components/RxOption").RxOptionPropsType[]>;
8
+ default: any[];
9
+ };
10
+ }, {
11
+ rxSelectRef: import("vue").Ref<any>;
12
+ rxSelectConfig: import("vue").Ref<any>;
13
+ rxSelectModelValue: import("vue").Ref<string | number | boolean | unknown[] | Record<string, any>> | import("vue").WritableComputedRef<string | number | boolean | unknown[] | Record<string, any>>;
14
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
+ modelValue: {
16
+ type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
17
+ default: string;
18
+ };
19
+ options: {
20
+ type: import("vue").PropType<import("rx-compo/es/components/RxOption").RxOptionPropsType[]>;
21
+ default: any[];
22
+ };
23
+ }>>, {
24
+ modelValue: string | number | boolean | unknown[] | Record<string, any>;
25
+ options: import("rx-compo/es/components/RxOption").RxOptionPropsType[];
26
+ }>;
27
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare function useController(updateRxSelectDropDown: Function, updateRxSelectPlusConfig: Function): {};
@@ -0,0 +1,6 @@
1
+ import { RxSelectPropsType } from '../RxSelect';
2
+ export declare function useOptionClass(props: RxSelectPropsType, attrs: any): {
3
+ rxSelectDropDownClass: import("vue").Ref<string>;
4
+ updateRxSelectDropDown: () => void;
5
+ getRxSelectDropDownConfig: () => string;
6
+ };
@@ -0,0 +1,6 @@
1
+ import { Ref } from 'vue';
2
+ export declare function useRxSelect(attrs: any, rxSelectDropDownClass: Ref<string>): {
3
+ rxSelectConfig: Ref<any>;
4
+ updateRxSelectPlusConfig: () => void;
5
+ getRxSelectPlusConfig: () => any;
6
+ };
@@ -0,0 +1,6 @@
1
+ import { RxSelectPlusExpose } from './src/types';
2
+ declare const RxSelectPlus: any;
3
+ export { RxSelectPlus };
4
+ export type { RxSelectPlusExpose };
5
+ export default RxSelectPlus;
6
+ export type { RxSelectPlusPropsType, RxSelectPlusComponent } from './src/RxSelectPlus';
@@ -0,0 +1 @@
1
+ import{withInstall as e}from"rx-compo/es/utils/with-install";import{computed as o,ref as t,watch as l,nextTick as n,defineComponent as s,onMounted as r,resolveComponent as i,openBlock as u,createElementBlock as c,mergeProps as a,createBlock as p,normalizeProps as x,withCtx as f,createVNode as m,createSlots as d,renderList as T,renderSlot as g,guardReactiveProps as S,createCommentVNode as v,normalizeStyle as R,createTextVNode as h,toDisplayString as C}from"vue";import{useVModel as y}from"@vueuse/core";import{RxScrollbar as P}from"rx-compo/es/components/RxScrollbar";import{RxTooltip as M}from"rx-compo/es/components/RxTooltip";import{RxSelect as V}from"rx-compo/es/components/RxSelect";import{useTextOverflow as w}from"rx-compo/es/utils/useTextOverflow";import{find as O}from"lodash";var b=s({name:"RxSelectPlus",components:{RxSelect:V,RxScrollbar:P,RxTooltip:M},props:{modelValue:{type:[Array,String,Number,Boolean,Object],default:""},toolTip:{type:Boolean,default:!0},toolTipConfig:{type:Object,default:{placement:"top"}},options:{type:Array,default:[]}},setup(e,{attrs:s,slots:i,emit:u,expose:c}){const a=t(),p=t(),x=y(e,"modelValue",u),{isOverflowed:f,componentsSwitch:m,handleMouseenter:d}=function(e){const{isOverflowed:t,checkOverflowCustom:l}=w("RxSelectPlus"),n=o((()=>e.toolTip&&t.value));return{isOverflowed:t,componentsSwitch:n,handleMouseenter:function(e){l(e.target)}}}(e),{rxToolTipConfig:T,updateRxToolTipConfig:g,getRxToolTipConfig:S}=function(e,o,l){const n=t();return{rxToolTipConfig:n,updateRxToolTipConfig:function(){var o;const{toolTipConfig:s,options:r,modelValue:i}=e,{width:u}=l.value.getBoundingClientRect(),c={width:`${u}px`,maxHeight:(null==s?void 0:s.maxHeight)?s.maxHeight:"80px"},a=t();if(null==s?void 0:s.content){const{content:e}=s;a.value=e}else a.value=null===(o=O(r,(e=>e.value===i)))||void 0===o?void 0:o.label;n.value=Object.assign(Object.assign({},s),{style:c,content:a.value})},getRxToolTipConfig:function(){return n.value}}}(e,0,a),v=Object.keys(i);return r((()=>{!function(e,o){l((()=>e.value),(()=>{n((()=>{o()}))}),{deep:!0,immediate:!0})}(x,g)})),c({rxSelectPlusRef:a,rxSelectRef:p,updateRxToolTipConfig:g,getRxToolTipConfig:S}),{rxSelectPlusRef:a,rxSelectRef:p,rxToolTipConfig:T,isOverflowed:f,rxSelectModelPlusValue:x,componentsSwitch:m,selectPlusSlots:v,handleMouseenter:d}}});b.render=function(e,o,t,l,n,s){const r=i("rx-select"),y=i("rx-scrollbar"),P=i("rx-tooltip");return u(),c("div",a({ref:"rxSelectPlusRef"},e.$attrs),[e.componentsSwitch?(u(),p(P,x(a({key:0},e.rxToolTipConfig)),{default:f((()=>[m(r,a({modelValue:e.rxSelectModelPlusValue,"onUpdate:modelValue":o[0]||(o[0]=o=>e.rxSelectModelPlusValue=o),class:"rx-select",ref:"rxSelectRef"},e.$attrs,{options:e.options,onMouseenter:e.handleMouseenter}),d({_:2},[T(e.selectPlusSlots,(o=>({name:o,fn:f((t=>[g(e.$slots,`${o}`,x(S(t)))]))})))]),1040,["modelValue","options","onMouseenter"])])),content:f((()=>[v(" 自定义tooltip "),e.$slots.rxToolTipSlot?g(e.$slots,"rxToolTipSlot",{key:0}):(u(),c("div",{key:1,style:R(e.rxToolTipConfig.style)},[v(" 默认模板 "),m(y,{"max-height":e.rxToolTipConfig.style.maxHeight},{default:f((()=>[h(C(e.rxToolTipConfig?.content),1)])),_:1},8,["max-height"])],4))])),_:3},16)):(u(),p(r,a({key:1,modelValue:e.rxSelectModelPlusValue,"onUpdate:modelValue":o[1]||(o[1]=o=>e.rxSelectModelPlusValue=o)},e.$attrs,{ref:"rxSelectRef",class:"rx-select",options:e.options,onMouseenter:e.handleMouseenter}),d({_:2},[T(e.selectPlusSlots,(o=>({name:o,fn:f((t=>[g(e.$slots,`${o}`,x(S(t)))]))})))]),1040,["modelValue","options","onMouseenter"]))],16)},b.__file="packages/components/RxSelectPlus/src/RxSelectPlus.vue";const $=e(b);export{$ as RxSelectPlus,$ as default};
@@ -0,0 +1,252 @@
1
+ import type { ExtractPropTypes, PropType, DefineComponent } from 'vue';
2
+ import type { RxOptionPropsType } from 'rx-compo/es/components';
3
+ import { ScrollbarMaxHeight } from './types';
4
+ export type { RxSelectPlusExpose } from './types';
5
+ export declare type SelectType = ExtractPropTypes<Array<any> & String>;
6
+ export declare const RxSelectPlusProps: {
7
+ modelValue: {
8
+ type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
9
+ default: string;
10
+ };
11
+ toolTip: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ toolTipConfig: {
16
+ type: PropType<{} & {
17
+ readonly disabled?: boolean;
18
+ readonly onClick?: Function;
19
+ readonly style?: import("vue").StyleValue;
20
+ readonly id?: string;
21
+ readonly popperClass?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
22
+ [x: string]: boolean;
23
+ } | (string | {
24
+ [x: string]: boolean;
25
+ } | (string | {
26
+ [x: string]: boolean;
27
+ } | (string | {
28
+ [x: string]: boolean;
29
+ } | (string | {
30
+ [x: string]: boolean;
31
+ } | (string | {
32
+ [x: string]: boolean;
33
+ } | (string | {
34
+ [x: string]: boolean;
35
+ } | (string | {
36
+ [x: string]: boolean;
37
+ } | (string | {
38
+ [x: string]: boolean;
39
+ } | (string | {
40
+ [x: string]: boolean;
41
+ } | (string | any[] | {
42
+ [x: string]: boolean;
43
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
44
+ [x: string]: boolean;
45
+ } | (string | {
46
+ [x: string]: boolean;
47
+ } | (string | {
48
+ [x: string]: boolean;
49
+ } | (string | {
50
+ [x: string]: boolean;
51
+ } | (string | {
52
+ [x: string]: boolean;
53
+ } | (string | {
54
+ [x: string]: boolean;
55
+ } | (string | {
56
+ [x: string]: boolean;
57
+ } | (string | {
58
+ [x: string]: boolean;
59
+ } | (string | {
60
+ [x: string]: boolean;
61
+ } | (string | {
62
+ [x: string]: boolean;
63
+ } | (string | any[] | {
64
+ [x: string]: boolean;
65
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
66
+ [x: string]: boolean;
67
+ } | (string | {
68
+ [x: string]: boolean;
69
+ } | (string | {
70
+ [x: string]: boolean;
71
+ } | (string | {
72
+ [x: string]: boolean;
73
+ } | (string | {
74
+ [x: string]: boolean;
75
+ } | (string | {
76
+ [x: string]: boolean;
77
+ } | (string | {
78
+ [x: string]: boolean;
79
+ } | (string | {
80
+ [x: string]: boolean;
81
+ } | (string | {
82
+ [x: string]: boolean;
83
+ } | (string | {
84
+ [x: string]: boolean;
85
+ } | (string | any[] | {
86
+ [x: string]: boolean;
87
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
88
+ [x: string]: boolean;
89
+ } | (string | {
90
+ [x: string]: boolean;
91
+ } | (string | {
92
+ [x: string]: boolean;
93
+ } | (string | {
94
+ [x: string]: boolean;
95
+ } | (string | {
96
+ [x: string]: boolean;
97
+ } | (string | {
98
+ [x: string]: boolean;
99
+ } | (string | {
100
+ [x: string]: boolean;
101
+ } | (string | {
102
+ [x: string]: boolean;
103
+ } | (string | {
104
+ [x: string]: boolean;
105
+ } | (string | {
106
+ [x: string]: boolean;
107
+ } | (string | any[] | {
108
+ [x: string]: boolean;
109
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>;
110
+ readonly popperOptions?: unknown;
111
+ readonly placement?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
112
+ readonly strategy?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
113
+ readonly zIndex?: number;
114
+ readonly onFocus?: Function;
115
+ readonly onBlur?: Function;
116
+ readonly onMouseleave?: Function;
117
+ readonly onMouseenter?: Function;
118
+ readonly onKeydown?: Function;
119
+ readonly visible?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean & {}) | (() => boolean) | ((new (...args: any[]) => boolean & {}) | (() => boolean))[], unknown, unknown>;
120
+ readonly effect?: string;
121
+ readonly teleported?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
122
+ readonly persistent?: boolean;
123
+ openDelay?: number;
124
+ visibleArrow?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
125
+ readonly hideAfter?: number;
126
+ showArrow?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
127
+ readonly appendTo?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
128
+ readonly content?: string;
129
+ readonly rawContent?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
130
+ readonly ariaLabel?: string;
131
+ readonly transition?: string;
132
+ readonly className?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
133
+ [x: string]: boolean;
134
+ } | (string | {
135
+ [x: string]: boolean;
136
+ } | (string | {
137
+ [x: string]: boolean;
138
+ } | (string | {
139
+ [x: string]: boolean;
140
+ } | (string | {
141
+ [x: string]: boolean;
142
+ } | (string | {
143
+ [x: string]: boolean;
144
+ } | (string | {
145
+ [x: string]: boolean;
146
+ } | (string | {
147
+ [x: string]: boolean;
148
+ } | (string | {
149
+ [x: string]: boolean;
150
+ } | (string | {
151
+ [x: string]: boolean;
152
+ } | (string | any[] | {
153
+ [x: string]: boolean;
154
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
155
+ [x: string]: boolean;
156
+ } | (string | {
157
+ [x: string]: boolean;
158
+ } | (string | {
159
+ [x: string]: boolean;
160
+ } | (string | {
161
+ [x: string]: boolean;
162
+ } | (string | {
163
+ [x: string]: boolean;
164
+ } | (string | {
165
+ [x: string]: boolean;
166
+ } | (string | {
167
+ [x: string]: boolean;
168
+ } | (string | {
169
+ [x: string]: boolean;
170
+ } | (string | {
171
+ [x: string]: boolean;
172
+ } | (string | {
173
+ [x: string]: boolean;
174
+ } | (string | any[] | {
175
+ [x: string]: boolean;
176
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
177
+ [x: string]: boolean;
178
+ } | (string | {
179
+ [x: string]: boolean;
180
+ } | (string | {
181
+ [x: string]: boolean;
182
+ } | (string | {
183
+ [x: string]: boolean;
184
+ } | (string | {
185
+ [x: string]: boolean;
186
+ } | (string | {
187
+ [x: string]: boolean;
188
+ } | (string | {
189
+ [x: string]: boolean;
190
+ } | (string | {
191
+ [x: string]: boolean;
192
+ } | (string | {
193
+ [x: string]: boolean;
194
+ } | (string | {
195
+ [x: string]: boolean;
196
+ } | (string | any[] | {
197
+ [x: string]: boolean;
198
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
199
+ [x: string]: boolean;
200
+ } | (string | {
201
+ [x: string]: boolean;
202
+ } | (string | {
203
+ [x: string]: boolean;
204
+ } | (string | {
205
+ [x: string]: boolean;
206
+ } | (string | {
207
+ [x: string]: boolean;
208
+ } | (string | {
209
+ [x: string]: boolean;
210
+ } | (string | {
211
+ [x: string]: boolean;
212
+ } | (string | {
213
+ [x: string]: boolean;
214
+ } | (string | {
215
+ [x: string]: boolean;
216
+ } | (string | {
217
+ [x: string]: boolean;
218
+ } | (string | any[] | {
219
+ [x: string]: boolean;
220
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>;
221
+ readonly enterable?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
222
+ readonly pure?: boolean;
223
+ readonly focusOnShow?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
224
+ readonly trapping?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
225
+ readonly popperStyle?: import("vue").StyleValue;
226
+ readonly referenceEl?: HTMLElement;
227
+ readonly triggerTargetEl?: HTMLElement;
228
+ readonly stopPopperMouseEvent?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
229
+ readonly virtualTriggering?: boolean;
230
+ readonly boundariesPadding?: number;
231
+ readonly fallbackPlacements?: import("element-plus").Placement;
232
+ readonly gpuAcceleration?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
233
+ readonly offset?: number;
234
+ readonly showAfter?: number;
235
+ readonly trigger?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("focus" | "hover" | "click" | "contextmenu" | ("focus" | "hover" | "click" | "contextmenu")[]) & {}) | (() => "focus" | "hover" | "click" | "contextmenu" | ("focus" | "hover" | "click" | "contextmenu")[]) | ((new (...args: any[]) => ("focus" | "hover" | "click" | "contextmenu" | ("focus" | "hover" | "click" | "contextmenu")[]) & {}) | (() => "focus" | "hover" | "click" | "contextmenu" | ("focus" | "hover" | "click" | "contextmenu")[]))[], unknown, unknown>;
236
+ readonly triggerKeys?: string;
237
+ readonly virtualRef?: import("element-plus").Measurable;
238
+ readonly onContextmenu?: Function;
239
+ readonly open?: boolean;
240
+ } & ScrollbarMaxHeight>;
241
+ default: {
242
+ placement: string;
243
+ };
244
+ };
245
+ options: {
246
+ type: PropType<RxOptionPropsType[]>;
247
+ default: any[];
248
+ };
249
+ };
250
+ export declare type RxSelectPlusPropsType = ExtractPropTypes<typeof RxSelectPlusProps>;
251
+ export declare type RxSelectPlusComponent = DefineComponent<typeof RxSelectPlusProps>;
252
+ export declare type RxSelectPlusInstance = InstanceType<DefineComponent<typeof RxSelectPlusProps>>;