iglooform 2.4.15 → 2.4.16

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 (121) hide show
  1. package/es/admin-upload/index.js +2 -2
  2. package/es/admin-upload/job-list.js +2 -2
  3. package/es/alert-message/index.js +2 -2
  4. package/es/amount/index.js +2 -2
  5. package/es/back-top/index.js +2 -2
  6. package/es/button/index.js +2 -2
  7. package/es/card-detail/card-item.js +1 -1
  8. package/es/card-detail/card.js +2 -2
  9. package/es/card-detail/utils.js +3 -3
  10. package/es/checkbox/index.js +2 -2
  11. package/es/claim-list/index.js +2 -2
  12. package/es/date-picker/buddhist.js +2 -2
  13. package/es/date-picker/index.js +2 -2
  14. package/es/declaration/index.js +2 -2
  15. package/es/detail-panel/index.js +2 -2
  16. package/es/example/index.js +2 -2
  17. package/es/filter/index.js +3 -3
  18. package/es/form/addable-section/index.js +2 -2
  19. package/es/form/divider/index.js +2 -2
  20. package/es/form/element/index.js +3 -3
  21. package/es/form/index.js +2 -2
  22. package/es/form/section/index.js +2 -2
  23. package/es/free-form/addable-section/index.js +3 -3
  24. package/es/free-form/element/index.js +3 -3
  25. package/es/free-form/index.js +2 -2
  26. package/es/free-form/page/index.js +2 -2
  27. package/es/free-form/pages/index.js +2 -2
  28. package/es/free-form/section/index.js +3 -3
  29. package/es/free-form/step/index.js +2 -2
  30. package/es/free-form/steps/index.js +2 -2
  31. package/es/global-message/index.js +1 -1
  32. package/es/input/amount.js +2 -2
  33. package/es/input/credit-card.js +2 -2
  34. package/es/input/email.js +2 -2
  35. package/es/input/expiry-date.js +2 -2
  36. package/es/input/input-number.js +2 -2
  37. package/es/input/input.js +2 -2
  38. package/es/input/otp.js +2 -2
  39. package/es/input/password.js +2 -2
  40. package/es/input/text-area.js +2 -2
  41. package/es/layout/header.js +3 -3
  42. package/es/layout/index.js +2 -2
  43. package/es/locale/locale-provider.js +2 -2
  44. package/es/locale/zh-TW/messages.json +74 -74
  45. package/es/media/preview.js +2 -2
  46. package/es/mobile-insurer-detail/index.js +2 -2
  47. package/es/mobile-insurer-list/index.js +2 -2
  48. package/es/modal/index.js +2 -2
  49. package/es/policy-list/index.js +2 -2
  50. package/es/policy-list/policy-card.js +2 -2
  51. package/es/radio/index.js +2 -2
  52. package/es/select/attached-select.js +2 -2
  53. package/es/select/select.js +2 -2
  54. package/es/status-box/index.js +2 -2
  55. package/es/table/index.js +3 -3
  56. package/es/tabs/index.js +2 -2
  57. package/es/upload/index.js +3 -3
  58. package/es/upload-photo/index.js +3 -3
  59. package/es/utils/form-utils.js +2 -2
  60. package/lib/admin-upload/index.js +2 -2
  61. package/lib/admin-upload/job-list.js +2 -2
  62. package/lib/alert-message/index.js +2 -2
  63. package/lib/amount/index.js +2 -2
  64. package/lib/back-top/index.js +2 -2
  65. package/lib/button/index.js +2 -2
  66. package/lib/card-detail/card-item.js +1 -1
  67. package/lib/card-detail/card.js +2 -2
  68. package/lib/card-detail/utils.js +3 -3
  69. package/lib/checkbox/index.js +2 -2
  70. package/lib/claim-list/index.js +2 -2
  71. package/lib/date-picker/buddhist.js +2 -2
  72. package/lib/date-picker/index.js +2 -2
  73. package/lib/declaration/index.js +2 -2
  74. package/lib/detail-panel/index.js +2 -2
  75. package/lib/example/index.js +3 -3
  76. package/lib/filter/index.js +3 -3
  77. package/lib/form/addable-section/index.js +2 -2
  78. package/lib/form/divider/index.js +2 -2
  79. package/lib/form/element/index.js +3 -3
  80. package/lib/form/elements.js +1 -1
  81. package/lib/form/index.js +2 -2
  82. package/lib/form/section/index.js +2 -2
  83. package/lib/free-form/addable-section/index.js +3 -3
  84. package/lib/free-form/element/index.js +3 -3
  85. package/lib/free-form/index.js +2 -2
  86. package/lib/free-form/page/index.js +2 -2
  87. package/lib/free-form/pages/index.js +2 -2
  88. package/lib/free-form/section/index.js +3 -3
  89. package/lib/free-form/step/index.js +2 -2
  90. package/lib/free-form/steps/index.js +3 -3
  91. package/lib/global-message/index.js +1 -1
  92. package/lib/index.js +1 -1
  93. package/lib/input/amount.js +2 -2
  94. package/lib/input/credit-card.js +2 -2
  95. package/lib/input/email.js +2 -2
  96. package/lib/input/expiry-date.js +2 -2
  97. package/lib/input/input-number.js +2 -2
  98. package/lib/input/input.js +2 -2
  99. package/lib/input/otp.js +2 -2
  100. package/lib/input/password.js +2 -2
  101. package/lib/input/text-area.js +2 -2
  102. package/lib/layout/header.js +3 -3
  103. package/lib/layout/index.js +2 -2
  104. package/lib/locale/locale-provider.js +2 -2
  105. package/lib/locale/zh-TW/messages.json +74 -74
  106. package/lib/media/preview.js +2 -2
  107. package/lib/mobile-insurer-detail/index.js +2 -2
  108. package/lib/mobile-insurer-list/index.js +2 -2
  109. package/lib/modal/index.js +2 -2
  110. package/lib/policy-list/index.js +2 -2
  111. package/lib/policy-list/policy-card.js +2 -2
  112. package/lib/radio/index.js +2 -2
  113. package/lib/select/attached-select.js +2 -2
  114. package/lib/select/select.js +2 -2
  115. package/lib/status-box/index.js +2 -2
  116. package/lib/table/index.js +3 -3
  117. package/lib/tabs/index.js +2 -2
  118. package/lib/upload/index.js +3 -3
  119. package/lib/upload-photo/index.js +3 -3
  120. package/lib/utils/form-utils.js +2 -2
  121. package/package.json +1 -1
@@ -43,11 +43,11 @@ var _excluded = ["value", "limit", "limitErrorMessage", "descriptions", "onChang
43
43
 
44
44
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
45
45
 
46
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
46
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
47
47
 
48
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
48
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
49
49
 
50
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
50
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
51
51
 
52
52
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
53
53
 
@@ -57,11 +57,11 @@ var _formContext = _interopRequireDefault(require("../form-context"));
57
57
 
58
58
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
59
59
 
60
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
60
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
61
61
 
62
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
62
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
63
63
 
64
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
64
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
65
65
 
66
66
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
67
67
 
@@ -20,9 +20,9 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
20
20
 
21
21
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
22
22
 
23
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
23
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
24
24
 
25
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
25
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
26
26
 
27
27
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iglooform",
3
- "version": "2.4.15",
3
+ "version": "2.4.16",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "build-dev": "dumi build",