@para-ui/core 3.0.93-rc → 3.0.93

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 (132) hide show
  1. package/AutoBox/index.js +9 -5
  2. package/AutoTips/index.js +11 -4
  3. package/Breadcrumbs/index.js +11 -7
  4. package/Button/index.js +12 -8
  5. package/ButtonGroup/index.js +12 -8
  6. package/Carousel/index.js +8 -4
  7. package/Cascader/index.js +11 -7
  8. package/Checkbox/index.js +8 -4
  9. package/CheckboxGroup/index.js +8 -4
  10. package/Collapse/index.js +5 -1
  11. package/CollapseBox/index.js +8 -4
  12. package/CollapseLayout/index.js +10 -6
  13. package/ColorPicker/index.js +2 -0
  14. package/ComboSelect/index.js +18 -14
  15. package/Container/index.js +5 -1
  16. package/DatePicker/index.js +14 -10
  17. package/Desktop/index.js +14 -10
  18. package/DragVerify/index.js +10 -6
  19. package/Drawer/index.js +12 -8
  20. package/Dropdown/index.js +4 -3
  21. package/DynamicMultiBox/index.js +19 -15
  22. package/Empty/index.js +7 -3
  23. package/Form/index.js +16 -15
  24. package/FormItem/index.js +16 -15
  25. package/FunctionModal/index.js +15 -14
  26. package/GlobalContext/index.js +3 -3
  27. package/Help/index.js +8 -4
  28. package/HelperText/index.js +5 -1
  29. package/InputLang/index.js +15 -11
  30. package/InputNumber/index.js +8 -4
  31. package/Label/index.js +8 -4
  32. package/Loading/index.js +5 -1
  33. package/Menu/index.js +9 -5
  34. package/Message/index.js +8 -4
  35. package/Modal/index.js +17 -10
  36. package/MultiBox/index.js +14 -10
  37. package/Notification/index.js +7 -3
  38. package/OperateBtn/index.js +13 -9
  39. package/PageHeader/index.js +13 -9
  40. package/Pagination/index.js +15 -11
  41. package/ParauiProvider/index.d.ts +0 -1
  42. package/ParauiProvider/index.js +7 -3
  43. package/PasswordRules/index.js +7 -3
  44. package/PopConfirm/index.js +12 -8
  45. package/Popover/index.js +9 -5
  46. package/Progress/index.js +6 -2
  47. package/Querying/index.js +7 -3
  48. package/README.md +5 -9
  49. package/Radio/index.js +8 -4
  50. package/RadioGroup/index.js +8 -4
  51. package/Search/index.js +13 -9
  52. package/Select/index.js +22 -23
  53. package/SelectInput/index.js +12 -11
  54. package/Selector/index.js +24 -11
  55. package/SelectorPicker/index.js +16 -12
  56. package/SingleBox/index.js +14 -10
  57. package/Slider/index.js +10 -6
  58. package/Split/index.js +8 -4
  59. package/Status/index.js +5 -1
  60. package/Stepper/index.js +7 -3
  61. package/Styles/theme.scss +69 -1
  62. package/Switch/index.js +10 -6
  63. package/Table/index.js +37 -12
  64. package/Tabs/index.js +13 -9
  65. package/Tag/index.js +11 -7
  66. package/TextEditor/index.js +12 -5
  67. package/TextField/index.js +12 -8
  68. package/TimePicker/index.js +11 -10
  69. package/Timeline/index.js +8 -4
  70. package/Title/index.js +5 -1
  71. package/ToggleButton/index.js +13 -9
  72. package/Tooltip/index.js +8 -4
  73. package/Transfer/index.js +17 -13
  74. package/Tree/index.js +13 -12
  75. package/Upload/index.js +28 -12
  76. package/_verture/{defineProperty-3a625b1f.js → defineProperty-62acccfc.js} +1 -1
  77. package/_verture/{index-c3595f35.js → index-5012c592.js} +11 -4
  78. package/_verture/{index-9767ca77.js → index-77f9e0fb.js} +6 -2
  79. package/_verture/index-a369ca3f.js +4 -0
  80. package/_verture/{closestPolyfill-50b1fbfb.js → index-fbe34f08.js} +15 -8
  81. package/_verture/{intl-081765b8.js → intl-4a9f1b44.js} +1 -1
  82. package/_verture/{modalContext-02593581.js → modalContext-630bdb73.js} +8 -4
  83. package/_verture/{slicedToArray-87f371da.js → slicedToArray-76060636.js} +1 -1
  84. package/_verture/style-inject.es-300983ab.js +28 -0
  85. package/_verture/{toConsumableArray-6f1e9329.js → toConsumableArray-81040c9e.js} +1 -1
  86. package/_verture/{utils-28afbe4d.js → utils-c9b9a157.js} +1 -1
  87. package/index.js +22 -20
  88. package/package.json +1 -4
  89. package/umd/ComboSelect.js +2 -2
  90. package/umd/DynamicMultiBox.js +2 -2
  91. package/umd/Form.js +4 -4
  92. package/umd/FormItem.js +2 -2
  93. package/umd/Pagination.js +5 -5
  94. package/umd/ParauiProvider.js +1 -1
  95. package/umd/Select.js +2 -2
  96. package/umd/SelectInput.js +2 -2
  97. package/umd/Table.js +2 -2
  98. package/Styles/theme/theme-api.scss +0 -75
  99. package/Styles/theme/theme-default.scss +0 -74
  100. package/_verture/closestPolyfill-760bc7f1.js +0 -1354
  101. package/_verture/constant-591a4a05.js +0 -10
  102. package/_verture/defineProperty-9e9c3d85.js +0 -34
  103. package/_verture/index-184c6521.js +0 -757
  104. package/_verture/index-28f5d4d7.js +0 -340
  105. package/_verture/index-3360fdb3.js +0 -232
  106. package/_verture/index-a69ede5b.js +0 -18
  107. package/_verture/intl-8394d212.js +0 -81
  108. package/_verture/modalContext-2ae14dd7.js +0 -197
  109. package/_verture/slicedToArray-47930427.js +0 -43
  110. package/_verture/sortable.esm-ce34dbdf.js +0 -3791
  111. package/_verture/toConsumableArray-834634f1.js +0 -19
  112. package/_verture/tslib.es6-766e08d0.js +0 -38
  113. package/_verture/typeof-a6704816.js +0 -11
  114. package/_verture/unsupportedIterableToArray-be82f676.js +0 -16
  115. package/_verture/useFormatMessage-ecee1902.js +0 -20
  116. package/_verture/useGlobalProps-e22b2339.js +0 -11
  117. package/_verture/usePopupContainer-a0111f32.js +0 -68
  118. package/_verture/util-77b6bd23.js +0 -18
  119. package/_verture/utils-b4a74c08.js +0 -77
  120. package/theme/theme-api.css +0 -14167
  121. package/theme/theme.css +0 -14563
  122. /package/_verture/{constant-1c53016f.js → constant-66aa48a1.js} +0 -0
  123. /package/_verture/{index-11d51c68.js → index-65bbd1e4.js} +0 -0
  124. /package/_verture/{index-08346c3c.js → index-beef914f.js} +0 -0
  125. /package/_verture/{sortable.esm-a0f51b1e.js → sortable.esm-49896035.js} +0 -0
  126. /package/_verture/{tslib.es6-47f0be4a.js → tslib.es6-55ed4bd2.js} +0 -0
  127. /package/_verture/{typeof-2b3590f3.js → typeof-498dd2b1.js} +0 -0
  128. /package/_verture/{unsupportedIterableToArray-6b499e19.js → unsupportedIterableToArray-cb478f24.js} +0 -0
  129. /package/_verture/{useFormatMessage-3d9242ba.js → useFormatMessage-703f8b20.js} +0 -0
  130. /package/_verture/{useGlobalProps-70e18de6.js → useGlobalProps-1b846a65.js} +0 -0
  131. /package/_verture/{usePopupContainer-72af32ec.js → usePopupContainer-87febeb9.js} +0 -0
  132. /package/_verture/{util-3210b2c1.js → util-7e1fb1e2.js} +0 -0
@@ -1,10 +0,0 @@
1
- /**
2
- * @author linhd
3
- * @date 2022/8/12 5:27 PM
4
- * @description 全局变量
5
- */
6
- /** 组件全局class前缀 */
7
- var $prefixCls = 'paraui-v3';
8
- var $rcPrefixCls = 'component';
9
-
10
- export { $prefixCls as $, $rcPrefixCls as a };
@@ -1,34 +0,0 @@
1
- import { _ as _typeof } from './typeof-2b3590f3.js';
2
-
3
- function _toPrimitive(input, hint) {
4
- if (_typeof(input) !== "object" || input === null) return input;
5
- var prim = input[Symbol.toPrimitive];
6
- if (prim !== undefined) {
7
- var res = prim.call(input, hint || "default");
8
- if (_typeof(res) !== "object") return res;
9
- throw new TypeError("@@toPrimitive must return a primitive value.");
10
- }
11
- return (hint === "string" ? String : Number)(input);
12
- }
13
-
14
- function _toPropertyKey(arg) {
15
- var key = _toPrimitive(arg, "string");
16
- return _typeof(key) === "symbol" ? key : String(key);
17
- }
18
-
19
- function _defineProperty(obj, key, value) {
20
- key = _toPropertyKey(key);
21
- if (key in obj) {
22
- Object.defineProperty(obj, key, {
23
- value: value,
24
- enumerable: true,
25
- configurable: true,
26
- writable: true
27
- });
28
- } else {
29
- obj[key] = value;
30
- }
31
- return obj;
32
- }
33
-
34
- export { _defineProperty as _, _toPropertyKey as a };