rx-compo 1.0.52 → 1.0.54

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 (77) hide show
  1. package/entry/types/index.d.ts +0 -1
  2. package/es/components/RxButton/index.js +16 -25
  3. package/es/components/RxCheckbox/index.js +3712 -0
  4. package/es/components/RxCheckboxGroup/index.js +6430 -0
  5. package/es/components/RxDatePicker/index.js +13042 -0
  6. package/es/components/RxInput/index.js +1560 -0
  7. package/es/components/RxOption/index.js +8859 -0
  8. package/es/components/RxRadio/index.js +646 -0
  9. package/es/components/RxRadioButton/index.js +646 -0
  10. package/es/components/RxRadioGroup/index.js +1117 -0
  11. package/es/components/RxScrollbar/index.js +867 -0
  12. package/es/components/RxSelect/index.js +9022 -0
  13. package/es/components/RxSelectPlus/index.js +17471 -0
  14. package/es/components/RxSuperCondition/index.js +8690 -0
  15. package/es/components/RxTooltip/index.js +2470 -0
  16. package/es/components/index.js +13 -0
  17. package/es/index.d.ts +0 -1
  18. package/es/index.js +0 -1
  19. package/es/utils/useContext.d.ts +10 -0
  20. package/es/utils/useContext.js +13 -0
  21. package/es/utils/useTextOverflow.d.ts +4 -0
  22. package/es/utils/useTextOverflow.js +13 -0
  23. package/es/utils/with-install.d.ts +3 -0
  24. package/es/utils/with-install.js +7 -0
  25. package/index.esm.js +43171 -1577
  26. package/index.js +43192 -1585
  27. package/lib/components/RxButton/index.js +15 -24
  28. package/lib/components/RxCheckbox/index.js +3717 -0
  29. package/lib/components/RxCheckboxGroup/index.js +6435 -0
  30. package/lib/components/RxDatePicker/index.js +13047 -0
  31. package/lib/components/RxInput/index.js +1565 -0
  32. package/lib/components/RxOption/index.js +8864 -0
  33. package/lib/components/RxRadio/index.js +651 -0
  34. package/lib/components/RxRadioButton/index.js +651 -0
  35. package/lib/components/RxRadioGroup/index.js +1122 -0
  36. package/lib/components/RxScrollbar/index.js +872 -0
  37. package/lib/components/RxSelect/index.js +9027 -0
  38. package/lib/components/RxSelectPlus/index.js +17476 -0
  39. package/lib/components/RxSuperCondition/index.js +8695 -0
  40. package/lib/components/RxTooltip/index.js +2475 -0
  41. package/lib/components/index.js +91 -0
  42. package/lib/index.d.ts +0 -1
  43. package/lib/index.js +0 -1
  44. package/lib/utils/useContext.d.ts +10 -0
  45. package/lib/utils/useContext.js +18 -0
  46. package/lib/utils/useTextOverflow.d.ts +4 -0
  47. package/lib/utils/useTextOverflow.js +17 -0
  48. package/lib/utils/with-install.d.ts +3 -0
  49. package/lib/utils/with-install.js +11 -0
  50. package/package.json +4 -2
  51. package/theme-chalk/css/index.css +1 -1
  52. package/theme-chalk/css/rx-button.css +1 -0
  53. package/theme-chalk/css/rx-checkbox-group.css +1 -0
  54. package/theme-chalk/css/rx-checkbox.css +1 -0
  55. package/theme-chalk/css/rx-date-picker.css +0 -0
  56. package/theme-chalk/css/rx-input.css +1 -0
  57. package/theme-chalk/css/rx-option.css +1 -0
  58. package/theme-chalk/css/rx-radio-button.css +0 -0
  59. package/theme-chalk/css/rx-radio-group.css +1 -0
  60. package/theme-chalk/css/rx-radio.css +1 -0
  61. package/theme-chalk/css/rx-scrollbar.css +0 -0
  62. package/theme-chalk/css/rx-select.css +1 -0
  63. package/theme-chalk/css/rx-super-condition.css +0 -0
  64. package/theme-chalk/css/rx-tooltip.css +0 -0
  65. package/es/components/RxButton/index.d.ts +0 -3
  66. package/es/components/RxButton/src/index.d.ts +0 -3
  67. package/es/components/RxButton/src/index.vue.d.ts +0 -10
  68. package/es/components/index.d.ts +0 -2
  69. package/lib/components/RxButton/index.d.ts +0 -3
  70. package/lib/components/RxButton/src/index.d.ts +0 -3
  71. package/lib/components/RxButton/src/index.vue.d.ts +0 -10
  72. package/lib/components/index.d.ts +0 -2
  73. package/types/components/RxButton/index.d.ts +0 -3
  74. package/types/components/RxButton/src/index.d.ts +0 -3
  75. package/types/components/RxButton/src/index.vue.d.ts +0 -10
  76. package/types/components/index.d.ts +0 -2
  77. package/types/utils/with-install.d.ts +0 -3
@@ -0,0 +1 @@
1
+ .rx-button.is-plain{--el-button-hover-text-color:rgba(81, 86, 93, 1);--el-button-hover-bg-color:rgba(242, 243, 245, 1);--el-button-hover-border-color:rgba(208, 211, 214, 1);--el-button-active-border-color:rgba(208, 211, 214, 1);--el-button-active-bg-color:rgba(231, 232, 234, 1)}.rx-button.el-button--primary{--el-color-primary:#3370FF;--el-color-primary-dark-2:#245BDB;--el-color-primary-light-3:#3370FF;--el-color-primary-light-5:#BACEFD;--el-button-disabled-bg-color:#BACEFD;--el-button-disabled-border-color:#BACEFD;--el-mask-color-extra-light:rgba(255,255,255,0.6);--el-button-border-color:rgba(51, 112, 255, 1)}.rx-button.el-button--danger{--el-color-danger:#F76864;--el-color-danger-dark-2:#FA5853;--el-color-danger-light-3:#F76864;--el-button-disabled-bg-color:#FBBFBD;--el-button-disabled-border-color:#FBBFBD;--el-mask-color-extra-light:rgba(255,255,255,0.6);--el-button-border-color:rgba(245, 74, 69, 1)}.rx-button.el-button--primary.is-plain{--el-button-bg-color:rgba(255, 255, 255, 1);--el-button-hover-text-color:rgba(51, 112, 255, 1);--el-button-hover-bg-color:rgba(240, 244, 255, 1);--el-button-hover-border-color:rgba(51, 112, 255, 1);--el-button-active-border-color:rgba(36, 91, 219, 1);--el-button-active-bg-color:null;--el-button-divide-border-color:rgba(36, 91, 219, 1);--el-button-active-text-color:rgba(36, 91, 219, 1)}.rx-button.el-button--primary.is-link{--el-button-text-color:rgba(51, 112, 255, 1);--el-button-hover-link-text-color:rgba(36, 91, 219, 1);--el-button-active-text-color:rgba(36, 91, 219, 1);--el-button-active-color:rgba(36, 91, 219, 1)}.rx-button.el-button--danger.is-plain{--el-button-bg-color:rgba(254, 241, 241, 1);--el-button-hover-text-color:#FA5853;--el-button-hover-bg-color:rgba(254, 241, 241, 1);--el-button-hover-border-color:#FA5853;--el-button-active-border-color:rgba(250, 88, 83, 1);--el-button-active-bg-color:rgba(250, 88, 83, 1)}.rx-button.el-button--danger.is-link{--el-button-text-color:rgba(247, 104, 100, 1);--el-button-hover-link-text-color:rgba(255, 155, 150, 1);--el-button-active-text-color:rgba(250, 88, 83, 1);--el-button-active-color:rgba(250, 88, 83, 1)}
@@ -0,0 +1 @@
1
+ .rx-checkbox-group .el-checkbox{width:100%}.rx-checkbox-group .el-checkbox__input.is-checked .el-checkbox__inner,.rx-checkbox-group .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#3370ff;border-color:#3370ff}.rx-checkbox-group-slot .el-checkbox{width:auto}
@@ -0,0 +1 @@
1
+ .rx-checkbox .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#3370ff;border-color:#3370ff}.rx-checkbox .el-checkbox__inner{border-radius:4px;color:#0f1114}.rx-checkbox .el-checkbox__input.is-checked+.el-checkbox__label,.rx-checkbox .el-checkbox__label{color:#0f1114;font-weight:400;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.rx-checkbox .el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c3c8}.rx-checkbox .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#bacefd;border-color:#bacefd}.rx-checkbox .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#fff}.rx-checkbox:hover .el-checkbox__input .el-checkbox__inner{border-color:#3370ff}
File without changes
@@ -0,0 +1 @@
1
+ .rx-input{--el-input-focus-border-color:#3370FF}
@@ -0,0 +1 @@
1
+ .rx-select-drop-option .el-select-dropdown__item.selected{color:#3370ff}.rx-select-drop-option .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#3370ff}.rx-select-drop-option .rx-option-overflow{width:100%;height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
File without changes
@@ -0,0 +1 @@
1
+ .rx-radio-group{display:block}.rx-radio-group .el-radio{width:100%}.rx-radio-group .rx-radio-button{padding:3px;border-color:#e7e8ea!important;border-style:solid!important;border-width:1px!important;border-right-width:0!important;border-left-width:0!important}.rx-radio-group .rx-radio-button:first-child{border-left-width:1px!important;border-radius:4px 0 0 4px!important}.rx-radio-group .rx-radio-button:last-child{border-right-width:1px!important;border-radius:0 4px 4px 0!important}.rx-radio-group .rx-radio-button:only-child{border-right-width:1px!important;border-left-width:1px!important;border-radius:4px!important}.rx-radio-group .el-radio-button__original-radio:checked+.el-radio-button__inner{background:#f0f4ff;color:#3370ff!important;border:0!important;border-radius:2px!important}.rx-radio-group .el-radio-button__inner{border:0!important;padding:5px 8px;font-weight:400}.rx-radio-group .el-radio-button--large .el-radio-button__inner{padding:12px 19px}.rx-radio-group .el-radio-button__original-radio:checked+.el-radio-button__inner{border:0!important;box-shadow:0 0!important}.rx-radio-group .el-radio-button__inner:hover{color:#3370ff}.rx-radio-group-slot .el-radio{width:auto}
@@ -0,0 +1 @@
1
+ .rx-radio .el-radio__inner::after{width:6px;height:6px}.rx-radio .el-radio__input.is-checked .el-radio__inner{background-color:#3370ff;border-color:#3370ff}.rx-radio .el-radio__inner{color:#0f1114}.rx-radio .el-radio__input.is-checked+.el-radio__label,.rx-radio .el-radio__label{color:#0f1114;font-weight:400;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.rx-radio .el-radio__input.is-disabled+span.el-radio__label{color:#c0c3c8}.rx-radio .el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#bacefd;border-color:#bacefd}.rx-radio .el-radio__input.is-disabled.is-checked .el-radio__inner::after{border-color:#fff;background-color:#fff}.rx-radio:hover .el-radio__input .el-radio__inner{border-color:#3370ff}
File without changes
@@ -0,0 +1 @@
1
+ .rx-select{--el-select-border-color-hover:#A5AEB7;--el-select-input-focus-border-color:#3370FF}.rx-select .el-input__inner{color:#0f1114;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rx-select .el-tag{color:#3370ff}.rx-select .is-closable{color:#51565d}
File without changes
File without changes
@@ -1,3 +0,0 @@
1
- declare const RxButton: import("@vue/runtime-core").Plugin;
2
- export { RxButton };
3
- export default RxButton;
@@ -1,3 +0,0 @@
1
- import type { ExtractPropTypes } from 'vue';
2
- export declare const RxButtonProps: {};
3
- export declare type RxButtonPropsType = ExtractPropTypes<typeof RxButtonProps>;
@@ -1,10 +0,0 @@
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<{
4
- [x: string]: unknown;
5
- } & {} & {
6
- [x: string]: unknown;
7
- }>, {
8
- [x: number]: string;
9
- } | {}>;
10
- export default _default;
@@ -1,2 +0,0 @@
1
- export * from './RxButton';
2
- export * from './RxButton';
@@ -1,3 +0,0 @@
1
- declare const RxButton: import("@vue/runtime-core").Plugin;
2
- export { RxButton };
3
- export default RxButton;
@@ -1,3 +0,0 @@
1
- import type { ExtractPropTypes } from 'vue';
2
- export declare const RxButtonProps: {};
3
- export declare type RxButtonPropsType = ExtractPropTypes<typeof RxButtonProps>;
@@ -1,10 +0,0 @@
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<{
4
- [x: string]: unknown;
5
- } & {} & {
6
- [x: string]: unknown;
7
- }>, {
8
- [x: number]: string;
9
- } | {}>;
10
- export default _default;
@@ -1,2 +0,0 @@
1
- export * from './RxButton';
2
- export * from './RxButton';
@@ -1,3 +0,0 @@
1
- declare const RxButton: import("@vue/runtime-core").Plugin;
2
- export { RxButton };
3
- export default RxButton;
@@ -1,3 +0,0 @@
1
- import type { ExtractPropTypes } from 'vue';
2
- export declare const RxButtonProps: {};
3
- export declare type RxButtonPropsType = ExtractPropTypes<typeof RxButtonProps>;
@@ -1,10 +0,0 @@
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<{
4
- [x: string]: unknown;
5
- } & {} & {
6
- [x: string]: unknown;
7
- }>, {
8
- [x: number]: string;
9
- } | {}>;
10
- export default _default;
@@ -1,2 +0,0 @@
1
- export * from './RxButton';
2
- export * from './RxButton';
@@ -1,3 +0,0 @@
1
- import type { Plugin } from 'vue';
2
- export declare type SFCWithInstall<T> = T & Plugin;
3
- export declare const withInstall: <T>(comp: any) => SFCWithInstall<T>;