vue-devui 1.0.0-beta.16 → 1.0.0-beta.17

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 (84) hide show
  1. package/README.md +8 -21
  2. package/accordion/index.es.js +8 -8
  3. package/accordion/index.umd.js +1 -1
  4. package/accordion/style.css +1 -1
  5. package/alert/style.css +1 -1
  6. package/auto-complete/index.es.js +2 -2
  7. package/back-top/index.es.js +1 -1
  8. package/back-top/index.umd.js +1 -1
  9. package/button/index.es.js +1 -1
  10. package/button/style.css +1 -1
  11. package/cascader/index.es.js +5392 -772
  12. package/cascader/index.umd.js +27 -1
  13. package/checkbox/style.css +1 -1
  14. package/color-picker/index.es.js +5419 -191
  15. package/color-picker/index.umd.js +27 -1
  16. package/color-picker/style.css +1 -1
  17. package/countdown/index.es.js +7 -7
  18. package/date-picker/index.es.js +4 -5
  19. package/date-picker/index.umd.js +1 -1
  20. package/date-picker/style.css +1 -1
  21. package/drawer/style.css +1 -1
  22. package/editable-select/index.es.js +5 -5
  23. package/form/index.es.js +5432 -245
  24. package/form/index.umd.js +27 -1
  25. package/gantt/index.es.js +3 -15
  26. package/gantt/index.umd.js +1 -1
  27. package/gantt/style.css +1 -1
  28. package/grid/index.es.js +1 -1
  29. package/grid/style.css +1 -1
  30. package/input/index.es.js +4 -5
  31. package/input/index.umd.js +1 -1
  32. package/input/style.css +1 -1
  33. package/input-icon/index.es.js +4 -5
  34. package/input-icon/index.umd.js +1 -1
  35. package/input-icon/style.css +1 -1
  36. package/loading/index.es.js +2 -2
  37. package/modal/index.es.js +1 -1
  38. package/modal/style.css +1 -1
  39. package/nav-sprite/index.es.js +1 -675
  40. package/nav-sprite/index.umd.js +1 -1
  41. package/package.json +8 -23
  42. package/pagination/index.es.js +1 -1
  43. package/pagination/style.css +1 -1
  44. package/panel/index.es.js +3 -3
  45. package/panel/index.umd.js +1 -1
  46. package/popover/index.es.js +1 -1
  47. package/quadrant-diagram/index.es.js +5405 -166
  48. package/quadrant-diagram/index.umd.js +27 -1
  49. package/radio/style.css +1 -1
  50. package/read-tip/style.css +1 -1
  51. package/ripple/index.es.js +1 -1
  52. package/search/index.es.js +5410 -172
  53. package/search/index.umd.js +27 -1
  54. package/search/style.css +1 -1
  55. package/select/index.es.js +1 -1
  56. package/select/style.css +1 -1
  57. package/splitter/index.es.js +2 -2
  58. package/splitter/index.umd.js +1 -1
  59. package/status/style.css +1 -1
  60. package/sticky/index.umd.js +1 -1
  61. package/style.css +1 -1
  62. package/table/index.es.js +2 -2
  63. package/table/style.css +1 -1
  64. package/tabs/style.css +1 -1
  65. package/textarea/style.css +1 -1
  66. package/{theme → theme/theme.scss} +0 -0
  67. package/time-picker/index.es.js +1 -1
  68. package/time-picker/style.css +1 -1
  69. package/toast/index.es.js +5373 -1518
  70. package/toast/index.umd.js +27 -1
  71. package/toast/style.css +1 -1
  72. package/transfer/index.es.js +5411 -173
  73. package/transfer/index.umd.js +27 -1
  74. package/transfer/style.css +1 -1
  75. package/tree/index.es.js +5401 -781
  76. package/tree/index.umd.js +27 -1
  77. package/tree/style.css +1 -1
  78. package/tree-select/index.es.js +3 -3
  79. package/tree-select/style.css +1 -1
  80. package/upload/index.es.js +5373 -1518
  81. package/upload/index.umd.js +27 -1
  82. package/upload/style.css +1 -1
  83. package/vue-devui.es.js +7354 -9635
  84. package/vue-devui.umd.js +13 -13
@@ -146,7 +146,7 @@ function on(element, eventName, handler) {
146
146
  }
147
147
  }
148
148
  const ctx = Symbol("@@clickoutside");
149
- const nodeList = new Map();
149
+ const nodeList = /* @__PURE__ */ new Map();
150
150
  let startClick;
151
151
  let nid = 0;
152
152
  let isFirst = true;
@@ -910,10 +910,10 @@ var lodash = { exports: {} };
910
910
  }();
911
911
  var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout, ctxNow = Date && Date.now !== root.Date.now && Date.now, ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout;
912
912
  var nativeCeil = Math2.ceil, nativeFloor = Math2.floor, nativeGetSymbols = Object2.getOwnPropertySymbols, nativeIsBuffer = Buffer2 ? Buffer2.isBuffer : undefined$1, nativeIsFinite = context.isFinite, nativeJoin = arrayProto.join, nativeKeys = overArg(Object2.keys, Object2), nativeMax = Math2.max, nativeMin = Math2.min, nativeNow = Date.now, nativeParseInt = context.parseInt, nativeRandom = Math2.random, nativeReverse = arrayProto.reverse;
913
- var DataView = getNative(context, "DataView"), Map2 = getNative(context, "Map"), Promise2 = getNative(context, "Promise"), Set = getNative(context, "Set"), WeakMap = getNative(context, "WeakMap"), nativeCreate = getNative(Object2, "create");
914
- var metaMap = WeakMap && new WeakMap();
913
+ var DataView = getNative(context, "DataView"), Map2 = getNative(context, "Map"), Promise2 = getNative(context, "Promise"), Set = getNative(context, "Set"), WeakMap2 = getNative(context, "WeakMap"), nativeCreate = getNative(Object2, "create");
914
+ var metaMap = WeakMap2 && new WeakMap2();
915
915
  var realNames = {};
916
- var dataViewCtorString = toSource(DataView), mapCtorString = toSource(Map2), promiseCtorString = toSource(Promise2), setCtorString = toSource(Set), weakMapCtorString = toSource(WeakMap);
916
+ var dataViewCtorString = toSource(DataView), mapCtorString = toSource(Map2), promiseCtorString = toSource(Promise2), setCtorString = toSource(Set), weakMapCtorString = toSource(WeakMap2);
917
917
  var symbolProto = Symbol2 ? Symbol2.prototype : undefined$1, symbolValueOf = symbolProto ? symbolProto.valueOf : undefined$1, symbolToString = symbolProto ? symbolProto.toString : undefined$1;
918
918
  function lodash2(value) {
919
919
  if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {
@@ -2905,7 +2905,7 @@ var lodash = { exports: {} };
2905
2905
  return result2;
2906
2906
  };
2907
2907
  var getTag = baseGetTag;
2908
- if (DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map2 && getTag(new Map2()) != mapTag || Promise2 && getTag(Promise2.resolve()) != promiseTag || Set && getTag(new Set()) != setTag || WeakMap && getTag(new WeakMap()) != weakMapTag) {
2908
+ if (DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map2 && getTag(new Map2()) != mapTag || Promise2 && getTag(Promise2.resolve()) != promiseTag || Set && getTag(new Set()) != setTag || WeakMap2 && getTag(new WeakMap2()) != weakMapTag) {
2909
2909
  getTag = function(value) {
2910
2910
  var result2 = baseGetTag(value), Ctor = result2 == objectTag ? value.constructor : undefined$1, ctorString = Ctor ? toSource(Ctor) : "";
2911
2911
  if (ctorString) {