@para-ui/core 4.0.19-aplha3 → 4.0.19-aplha5

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 (152) hide show
  1. package/AutoBox/index.js +1 -1
  2. package/AutoTips/index.js +1 -1
  3. package/Breadcrumbs/index.js +1 -1
  4. package/Button/index.js +1 -1
  5. package/ButtonGroup/index.js +1 -1
  6. package/Carousel/index.js +1 -1
  7. package/Cascader/index.js +4 -4
  8. package/Checkbox/index.js +1 -1
  9. package/CheckboxGroup/index.js +1 -1
  10. package/ComboSelect/index.js +2 -2
  11. package/CopyText/index.js +1 -1
  12. package/CycleSelector/index.js +2 -2
  13. package/DatePicker/index.js +2 -2
  14. package/Descriptions/index.js +1 -1
  15. package/Desktop/index.js +1 -1
  16. package/DragVerify/index.js +1 -1
  17. package/Drawer/index.js +1 -1
  18. package/DynamicMultiBox/index.js +5 -5
  19. package/Form/index.js +3 -3
  20. package/FormItem/index.js +3 -3
  21. package/FunctionModal/index.js +3 -3
  22. package/Help/index.js +1 -1
  23. package/InputLang/index.js +1 -1
  24. package/InputNumber/index.js +1 -1
  25. package/Label/index.js +1 -1
  26. package/Menu/index.js +1 -1
  27. package/Modal/index.js +1 -1
  28. package/MultiBox/index.js +1 -1
  29. package/OperateBtn/index.js +1 -1
  30. package/PageHeader/index.js +1 -1
  31. package/Pagination/index.js +1 -1
  32. package/PopConfirm/index.js +1 -1
  33. package/PopMenu/index.js +1 -1
  34. package/Popover/index.js +1 -1
  35. package/Progress/index.js +1 -1
  36. package/QuickReply/index.js +3 -3
  37. package/Radio/index.js +1 -1
  38. package/RadioGroup/index.js +1 -1
  39. package/Search/index.js +1 -1
  40. package/Select/index.js +1 -1
  41. package/SelectInput/index.js +1 -1
  42. package/Selector/index.js +3 -326
  43. package/SelectorPicker/index.js +2 -1
  44. package/SingleBox/index.js +1 -1
  45. package/Slider/index.js +1 -1
  46. package/Stepper/index.js +1 -1
  47. package/Switch/index.js +1 -1
  48. package/Table/index.js +1 -1
  49. package/Tabs/index.js +1 -1
  50. package/Tag/index.js +1 -1
  51. package/TextEditor/index.js +1 -1
  52. package/TextField/index.js +1 -1
  53. package/TimePicker/index.js +2 -2
  54. package/Timeline/index.js +1 -1
  55. package/Title/index.js +1 -1
  56. package/ToggleButton/index.js +1 -1
  57. package/Tooltip/index.js +1 -1
  58. package/Transfer/index.js +2 -2
  59. package/Tree/index.js +3 -3
  60. package/Upload/index.js +626 -409
  61. package/_verture/defineProperty-6f62bb2a.js +34 -0
  62. package/_verture/{index-9bef932a.js → index-0f5ee6f7.js} +1 -1
  63. package/_verture/{index-c77ccb98.js → index-42bdcb41.js} +1 -1
  64. package/_verture/{index-cb218775.js → index-4e2bdd78.js} +228 -119
  65. package/_verture/index-8ac46bd9.js +327 -0
  66. package/_verture/{modalContext-c8cc3107.js → modalContext-00cfd490.js} +1 -1
  67. package/_verture/{sortable.esm-49896035.js → sortable.esm-76fe46a4.js} +597 -1029
  68. package/_verture/tslib.es6-fe0d4b4e.js +43 -0
  69. package/index.js +9 -8
  70. package/package.json +4 -4
  71. package/umd/AutoBox.js +11 -11
  72. package/umd/AutoTips.js +11 -11
  73. package/umd/Badge.js +1 -1
  74. package/umd/Breadcrumbs.js +11 -11
  75. package/umd/Button.js +11 -11
  76. package/umd/ButtonGroup.js +11 -11
  77. package/umd/Carousel.js +9 -9
  78. package/umd/Cascader.js +11 -11
  79. package/umd/Checkbox.js +11 -11
  80. package/umd/CheckboxGroup.js +11 -11
  81. package/umd/Collapse.js +10 -10
  82. package/umd/CollapseBox.js +1 -1
  83. package/umd/CollapseLayout.js +4 -4
  84. package/umd/ColorPicker.js +1 -1
  85. package/umd/ComboSelect.js +11 -11
  86. package/umd/Container.js +1 -1
  87. package/umd/CopyText.js +11 -11
  88. package/umd/CycleSelector.js +11 -11
  89. package/umd/DatePicker.js +11 -11
  90. package/umd/Descriptions.js +11 -11
  91. package/umd/Desktop.js +11 -11
  92. package/umd/DragVerify.js +4 -4
  93. package/umd/Drawer.js +11 -11
  94. package/umd/Dropdown.js +8 -8
  95. package/umd/DynamicMultiBox.js +14 -14
  96. package/umd/Empty.js +1 -1
  97. package/umd/Form.js +11 -11
  98. package/umd/FormItem.js +11 -11
  99. package/umd/FunctionModal.js +11 -11
  100. package/umd/GlobalContext.js +1 -1
  101. package/umd/Help.js +11 -11
  102. package/umd/HelperText.js +1 -1
  103. package/umd/InputLang.js +11 -11
  104. package/umd/InputNumber.js +11 -11
  105. package/umd/Label.js +11 -11
  106. package/umd/Loading.js +4 -4
  107. package/umd/Menu.js +11 -11
  108. package/umd/Message.js +4 -4
  109. package/umd/Modal.js +11 -11
  110. package/umd/MultiBox.js +11 -11
  111. package/umd/Notification.js +10 -10
  112. package/umd/OperateBtn.js +11 -11
  113. package/umd/PageHeader.js +11 -11
  114. package/umd/Pagination.js +11 -11
  115. package/umd/ParauiProvider.js +1 -1
  116. package/umd/PasswordRules.js +4 -4
  117. package/umd/PopConfirm.js +11 -11
  118. package/umd/PopMenu.js +11 -11
  119. package/umd/Popover.js +11 -11
  120. package/umd/Progress.js +9 -9
  121. package/umd/Prompt.js +4 -4
  122. package/umd/Querying.js +1 -1
  123. package/umd/QuickReply.js +14 -14
  124. package/umd/Radio.js +11 -11
  125. package/umd/RadioGroup.js +11 -11
  126. package/umd/Search.js +11 -11
  127. package/umd/Select.js +11 -11
  128. package/umd/SelectInput.js +11 -11
  129. package/umd/Selector.js +11 -11
  130. package/umd/SelectorPicker.js +11 -11
  131. package/umd/SingleBox.js +11 -11
  132. package/umd/Slider.js +8 -8
  133. package/umd/Status.js +4 -4
  134. package/umd/Stepper.js +11 -11
  135. package/umd/Switch.js +11 -11
  136. package/umd/Table.js +11 -11
  137. package/umd/Tabs.js +11 -11
  138. package/umd/Tag.js +11 -11
  139. package/umd/TextEditor.js +24 -24
  140. package/umd/TextField.js +11 -11
  141. package/umd/TimePicker.js +11 -11
  142. package/umd/Timeline.js +1 -1
  143. package/umd/Title.js +11 -11
  144. package/umd/ToggleButton.js +11 -11
  145. package/umd/Tooltip.js +11 -11
  146. package/umd/Transfer.js +13 -13
  147. package/umd/Tree.js +11 -11
  148. package/umd/Upload.js +12 -12
  149. package/umd/Utils.js +1 -1
  150. package/_verture/defineProperty-1d116156.js +0 -34
  151. package/_verture/tslib.es6-55ed4bd2.js +0 -38
  152. /package/_verture/{index-543781c9.js → index-96ca38ae.js} +0 -0
package/umd/Utils.js CHANGED
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react")):"function"==typeof define&&define.amd?define(["react"],t):"object"==typeof exports?exports.ParaUI=t(require("react")):e.ParaUI=t(e.react)}(self,(e=>(()=>{"use strict";var t={8156:t=>{t.exports=e}},r={};function o(e){var a=r[e];if(void 0!==a)return a.exports;var n=r[e]={exports:{}};return t[e](n,n.exports,o),n.exports}o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{o.r(a),o.d(a,{default:()=>r,getDateYYYYMMddHHMM:()=>e,pixelReplacement:()=>t});o(8156);var e=function(e){var t=new Date(e),r=t.getMonth()+1,o=t.getDate(),a=0===t.getDay()?7:t.getDay(),n=e.split(" ")[1],p=e.split(" ")[0];return{month:r,day:o,weekDay:a,hm:n,week:Math.ceil(o/7),date:p}},t=function(e){return"number"==typeof e?e+"px":e};const r={getDateYYYYMMddHHMM:e,pixelReplacement:t}})(),a})()));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react")):"function"==typeof define&&define.amd?define(["react"],t):"object"==typeof exports?exports.ParaUI=t(require("react")):e.ParaUI=t(e.react)}(self,(e=>(()=>{"use strict";var t={39155:t=>{t.exports=e}},r={};function o(e){var a=r[e];if(void 0!==a)return a.exports;var n=r[e]={exports:{}};return t[e](n,n.exports,o),n.exports}o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{o.r(a),o.d(a,{default:()=>r,getDateYYYYMMddHHMM:()=>e,pixelReplacement:()=>t});o(39155);var e=function(e){var t=new Date(e),r=t.getMonth()+1,o=t.getDate(),a=0===t.getDay()?7:t.getDay(),n=e.split(" ")[1],p=e.split(" ")[0];return{month:r,day:o,weekDay:a,hm:n,week:Math.ceil(o/7),date:p}},t=function(e){return"number"==typeof e?e+"px":e};const r={getDateYYYYMMddHHMM:e,pixelReplacement:t}})(),a})()));
@@ -1,34 +0,0 @@
1
- import { _ as _typeof } from './typeof-adeedc13.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 };
@@ -1,38 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation.
3
-
4
- Permission to use, copy, modify, and/or distribute this software for any
5
- purpose with or without fee is hereby granted.
6
-
7
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
- PERFORMANCE OF THIS SOFTWARE.
14
- ***************************************************************************** */
15
-
16
- function __rest(s, e) {
17
- var t = {};
18
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
19
- t[p] = s[p];
20
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
21
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
22
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
23
- t[p[i]] = s[p[i]];
24
- }
25
- return t;
26
- }
27
-
28
- function __awaiter(thisArg, _arguments, P, generator) {
29
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
- return new (P || (P = Promise))(function (resolve, reject) {
31
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
- step((generator = generator.apply(thisArg, _arguments || [])).next());
35
- });
36
- }
37
-
38
- export { __rest as _, __awaiter as a };