@tarojs/components-advanced 3.6.2 → 3.6.4

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 (126) hide show
  1. package/LICENSE +21 -0
  2. package/dist/_virtual/_commonjsHelpers.js +35 -0
  3. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  4. package/dist/_virtual/arrayLikeToArray.js +7 -0
  5. package/dist/_virtual/arrayLikeToArray.js.map +1 -0
  6. package/dist/_virtual/arrayLikeToArray2.js +4 -0
  7. package/dist/_virtual/arrayLikeToArray2.js.map +1 -0
  8. package/dist/_virtual/arrayWithoutHoles.js +7 -0
  9. package/dist/_virtual/arrayWithoutHoles.js.map +1 -0
  10. package/dist/_virtual/arrayWithoutHoles2.js +4 -0
  11. package/dist/_virtual/arrayWithoutHoles2.js.map +1 -0
  12. package/dist/_virtual/assertThisInitialized.js +7 -0
  13. package/dist/_virtual/assertThisInitialized.js.map +1 -0
  14. package/dist/_virtual/assertThisInitialized2.js +4 -0
  15. package/dist/_virtual/assertThisInitialized2.js.map +1 -0
  16. package/dist/_virtual/classCallCheck.js +4 -0
  17. package/dist/_virtual/classCallCheck.js.map +1 -0
  18. package/dist/_virtual/createClass.js +4 -0
  19. package/dist/_virtual/createClass.js.map +1 -0
  20. package/dist/_virtual/createSuper.js +4 -0
  21. package/dist/_virtual/createSuper.js.map +1 -0
  22. package/dist/_virtual/defineProperty.js +4 -0
  23. package/dist/_virtual/defineProperty.js.map +1 -0
  24. package/dist/_virtual/defineProperty2.js +7 -0
  25. package/dist/_virtual/defineProperty2.js.map +1 -0
  26. package/dist/_virtual/getPrototypeOf.js +7 -0
  27. package/dist/_virtual/getPrototypeOf.js.map +1 -0
  28. package/dist/_virtual/getPrototypeOf2.js +4 -0
  29. package/dist/_virtual/getPrototypeOf2.js.map +1 -0
  30. package/dist/_virtual/index.esm.js +7 -0
  31. package/dist/_virtual/index.esm.js.map +1 -0
  32. package/dist/_virtual/index.js +4 -0
  33. package/dist/_virtual/index.js.map +1 -0
  34. package/dist/_virtual/inherits.js +4 -0
  35. package/dist/_virtual/inherits.js.map +1 -0
  36. package/dist/_virtual/isNativeReflectConstruct.js +7 -0
  37. package/dist/_virtual/isNativeReflectConstruct.js.map +1 -0
  38. package/dist/_virtual/isNativeReflectConstruct2.js +4 -0
  39. package/dist/_virtual/isNativeReflectConstruct2.js.map +1 -0
  40. package/dist/_virtual/iterableToArray.js +7 -0
  41. package/dist/_virtual/iterableToArray.js.map +1 -0
  42. package/dist/_virtual/iterableToArray2.js +4 -0
  43. package/dist/_virtual/iterableToArray2.js.map +1 -0
  44. package/dist/_virtual/nonIterableSpread.js +7 -0
  45. package/dist/_virtual/nonIterableSpread.js.map +1 -0
  46. package/dist/_virtual/nonIterableSpread2.js +4 -0
  47. package/dist/_virtual/nonIterableSpread2.js.map +1 -0
  48. package/dist/_virtual/objectSpread2.js +4 -0
  49. package/dist/_virtual/objectSpread2.js.map +1 -0
  50. package/dist/_virtual/possibleConstructorReturn.js +7 -0
  51. package/dist/_virtual/possibleConstructorReturn.js.map +1 -0
  52. package/dist/_virtual/possibleConstructorReturn2.js +4 -0
  53. package/dist/_virtual/possibleConstructorReturn2.js.map +1 -0
  54. package/dist/_virtual/runtime.esm.js +7 -0
  55. package/dist/_virtual/runtime.esm.js.map +1 -0
  56. package/dist/_virtual/setPrototypeOf.js +7 -0
  57. package/dist/_virtual/setPrototypeOf.js.map +1 -0
  58. package/dist/_virtual/setPrototypeOf2.js +4 -0
  59. package/dist/_virtual/setPrototypeOf2.js.map +1 -0
  60. package/dist/_virtual/toConsumableArray.js +4 -0
  61. package/dist/_virtual/toConsumableArray.js.map +1 -0
  62. package/dist/_virtual/typeof.js +4 -0
  63. package/dist/_virtual/typeof.js.map +1 -0
  64. package/dist/_virtual/typeof2.js +7 -0
  65. package/dist/_virtual/typeof2.js.map +1 -0
  66. package/dist/_virtual/unsupportedIterableToArray.js +7 -0
  67. package/dist/_virtual/unsupportedIterableToArray.js.map +1 -0
  68. package/dist/_virtual/unsupportedIterableToArray2.js +4 -0
  69. package/dist/_virtual/unsupportedIterableToArray2.js.map +1 -0
  70. package/dist/components/virtual-list/index.d.ts +29 -0
  71. package/dist/components/virtual-list/index.js.map +1 -1
  72. package/dist/components/virtual-list/react/index.js +1 -1
  73. package/dist/components/virtual-list/react/list.js +3 -5
  74. package/dist/components/virtual-list/react/list.js.map +1 -1
  75. package/dist/components/virtual-list/utils.js +4 -3
  76. package/dist/components/virtual-list/utils.js.map +1 -1
  77. package/dist/components/virtual-list/vue/list.js +8 -6
  78. package/dist/components/virtual-list/vue/list.js.map +1 -1
  79. package/dist/components/virtual-list/vue/render.js +1 -1
  80. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +21 -0
  81. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/arrayLikeToArray.js.map +1 -0
  82. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +20 -0
  83. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js.map +1 -0
  84. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/assertThisInitialized.js +19 -0
  85. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/assertThisInitialized.js.map +1 -0
  86. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/classCallCheck.js +17 -0
  87. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/classCallCheck.js.map +1 -0
  88. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/createClass.js +30 -0
  89. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/createClass.js.map +1 -0
  90. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/createSuper.js +43 -0
  91. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/createSuper.js.map +1 -0
  92. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/defineProperty.js +26 -0
  93. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/defineProperty.js.map +1 -0
  94. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/getPrototypeOf.js +18 -0
  95. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/getPrototypeOf.js.map +1 -0
  96. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/inherits.js +34 -0
  97. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/inherits.js.map +1 -0
  98. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +24 -0
  99. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js.map +1 -0
  100. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/iterableToArray.js +15 -0
  101. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/iterableToArray.js.map +1 -0
  102. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/nonIterableSpread.js +15 -0
  103. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/nonIterableSpread.js.map +1 -0
  104. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/objectSpread2.js +42 -0
  105. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/objectSpread2.js.map +1 -0
  106. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +31 -0
  107. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js.map +1 -0
  108. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/setPrototypeOf.js +19 -0
  109. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/setPrototypeOf.js.map +1 -0
  110. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/toConsumableArray.js +35 -0
  111. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/toConsumableArray.js.map +1 -0
  112. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/typeof.js +21 -0
  113. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/typeof.js.map +1 -0
  114. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +25 -0
  115. package/dist/node_modules/.pnpm/registry.npmjs.org_@babel_runtime@7.18.3/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js.map +1 -0
  116. package/dist/node_modules/.pnpm/registry.npmjs.org_tslib@1.14.1/node_modules/tslib/tslib.es6.js +221 -0
  117. package/dist/node_modules/.pnpm/registry.npmjs.org_tslib@1.14.1/node_modules/tslib/tslib.es6.js.map +1 -0
  118. package/dist/packages/taro/index.js +23 -0
  119. package/dist/packages/taro/index.js.map +1 -0
  120. package/dist/packages/taro-api/dist/index.esm.js +861 -0
  121. package/dist/packages/taro-api/dist/index.esm.js.map +1 -0
  122. package/dist/packages/taro-runtime/dist/runtime.esm.js +4107 -0
  123. package/dist/packages/taro-runtime/dist/runtime.esm.js.map +1 -0
  124. package/dist/utils/timer.js +4 -4
  125. package/dist/utils/timer.js.map +1 -1
  126. package/package.json +6 -5
@@ -0,0 +1,26 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { d as defineProperty } from '../../../../../../../_virtual/defineProperty.js';
3
+
4
+ (function (module) {
5
+ function _defineProperty(obj, key, value) {
6
+ if (key in obj) {
7
+ Object.defineProperty(obj, key, {
8
+ value: value,
9
+ enumerable: true,
10
+ configurable: true,
11
+ writable: true
12
+ });
13
+ } else {
14
+ obj[key] = value;
15
+ }
16
+
17
+ return obj;
18
+ }
19
+
20
+ module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports;
21
+ }(defineProperty));
22
+
23
+ var _defineProperty = /*@__PURE__*/getDefaultExportFromCjs(defineProperty.exports);
24
+
25
+ export { _defineProperty as default };
26
+ //# sourceMappingURL=defineProperty.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defineProperty.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,18 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { g as getPrototypeOf$1 } from '../../../../../../../_virtual/getPrototypeOf2.js';
3
+
4
+ (function (module) {
5
+ function _getPrototypeOf(o) {
6
+ module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
7
+ return o.__proto__ || Object.getPrototypeOf(o);
8
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports;
9
+ return _getPrototypeOf(o);
10
+ }
11
+
12
+ module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
13
+ }(getPrototypeOf$1));
14
+
15
+ var getPrototypeOf = /*@__PURE__*/getDefaultExportFromCjs(getPrototypeOf$1.exports);
16
+
17
+ export { getPrototypeOf as default };
18
+ //# sourceMappingURL=getPrototypeOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPrototypeOf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,34 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { i as inherits } from '../../../../../../../_virtual/inherits.js';
3
+ import './setPrototypeOf.js';
4
+ import '../../../../../../../_virtual/setPrototypeOf.js';
5
+ import { s as setPrototypeOf } from '../../../../../../../_virtual/setPrototypeOf2.js';
6
+
7
+ (function (module) {
8
+ var setPrototypeOf$1 = setPrototypeOf.exports;
9
+
10
+ function _inherits(subClass, superClass) {
11
+ if (typeof superClass !== "function" && superClass !== null) {
12
+ throw new TypeError("Super expression must either be null or a function");
13
+ }
14
+
15
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
16
+ constructor: {
17
+ value: subClass,
18
+ writable: true,
19
+ configurable: true
20
+ }
21
+ });
22
+ Object.defineProperty(subClass, "prototype", {
23
+ writable: false
24
+ });
25
+ if (superClass) setPrototypeOf$1(subClass, superClass);
26
+ }
27
+
28
+ module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports;
29
+ }(inherits));
30
+
31
+ var _inherits = /*@__PURE__*/getDefaultExportFromCjs(inherits.exports);
32
+
33
+ export { _inherits as default };
34
+ //# sourceMappingURL=inherits.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inherits.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,24 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { i as isNativeReflectConstruct$1 } from '../../../../../../../_virtual/isNativeReflectConstruct2.js';
3
+
4
+ (function (module) {
5
+ function _isNativeReflectConstruct() {
6
+ if (typeof Reflect === "undefined" || !Reflect.construct) return false;
7
+ if (Reflect.construct.sham) return false;
8
+ if (typeof Proxy === "function") return true;
9
+
10
+ try {
11
+ Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
12
+ return true;
13
+ } catch (e) {
14
+ return false;
15
+ }
16
+ }
17
+
18
+ module.exports = _isNativeReflectConstruct, module.exports.__esModule = true, module.exports["default"] = module.exports;
19
+ }(isNativeReflectConstruct$1));
20
+
21
+ var isNativeReflectConstruct = /*@__PURE__*/getDefaultExportFromCjs(isNativeReflectConstruct$1.exports);
22
+
23
+ export { isNativeReflectConstruct as default };
24
+ //# sourceMappingURL=isNativeReflectConstruct.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isNativeReflectConstruct.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,15 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { i as iterableToArray$1 } from '../../../../../../../_virtual/iterableToArray2.js';
3
+
4
+ (function (module) {
5
+ function _iterableToArray(iter) {
6
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
7
+ }
8
+
9
+ module.exports = _iterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
10
+ }(iterableToArray$1));
11
+
12
+ var iterableToArray = /*@__PURE__*/getDefaultExportFromCjs(iterableToArray$1.exports);
13
+
14
+ export { iterableToArray as default };
15
+ //# sourceMappingURL=iterableToArray.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iterableToArray.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
@@ -0,0 +1,15 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { n as nonIterableSpread$1 } from '../../../../../../../_virtual/nonIterableSpread2.js';
3
+
4
+ (function (module) {
5
+ function _nonIterableSpread() {
6
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
7
+ }
8
+
9
+ module.exports = _nonIterableSpread, module.exports.__esModule = true, module.exports["default"] = module.exports;
10
+ }(nonIterableSpread$1));
11
+
12
+ var nonIterableSpread = /*@__PURE__*/getDefaultExportFromCjs(nonIterableSpread$1.exports);
13
+
14
+ export { nonIterableSpread as default };
15
+ //# sourceMappingURL=nonIterableSpread.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nonIterableSpread.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
@@ -0,0 +1,42 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { o as objectSpread2 } from '../../../../../../../_virtual/objectSpread2.js';
3
+ import './defineProperty.js';
4
+ import '../../../../../../../_virtual/defineProperty2.js';
5
+ import { d as defineProperty } from '../../../../../../../_virtual/defineProperty.js';
6
+
7
+ (function (module) {
8
+ var defineProperty$1 = defineProperty.exports;
9
+
10
+ function ownKeys(object, enumerableOnly) {
11
+ var keys = Object.keys(object);
12
+
13
+ if (Object.getOwnPropertySymbols) {
14
+ var symbols = Object.getOwnPropertySymbols(object);
15
+ enumerableOnly && (symbols = symbols.filter(function (sym) {
16
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
17
+ })), keys.push.apply(keys, symbols);
18
+ }
19
+
20
+ return keys;
21
+ }
22
+
23
+ function _objectSpread2(target) {
24
+ for (var i = 1; i < arguments.length; i++) {
25
+ var source = null != arguments[i] ? arguments[i] : {};
26
+ i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
27
+ defineProperty$1(target, key, source[key]);
28
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
29
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
30
+ });
31
+ }
32
+
33
+ return target;
34
+ }
35
+
36
+ module.exports = _objectSpread2, module.exports.__esModule = true, module.exports["default"] = module.exports;
37
+ }(objectSpread2));
38
+
39
+ var _objectSpread = /*@__PURE__*/getDefaultExportFromCjs(objectSpread2.exports);
40
+
41
+ export { _objectSpread as default };
42
+ //# sourceMappingURL=objectSpread2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"objectSpread2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,31 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { p as possibleConstructorReturn$1 } from '../../../../../../../_virtual/possibleConstructorReturn2.js';
3
+ import './typeof.js';
4
+ import '../../../../../../../_virtual/typeof2.js';
5
+ import './assertThisInitialized.js';
6
+ import '../../../../../../../_virtual/assertThisInitialized.js';
7
+ import { _ as _typeof } from '../../../../../../../_virtual/typeof.js';
8
+ import { a as assertThisInitialized } from '../../../../../../../_virtual/assertThisInitialized2.js';
9
+
10
+ (function (module) {
11
+ var _typeof$1 = _typeof.exports["default"];
12
+
13
+ var assertThisInitialized$1 = assertThisInitialized.exports;
14
+
15
+ function _possibleConstructorReturn(self, call) {
16
+ if (call && (_typeof$1(call) === "object" || typeof call === "function")) {
17
+ return call;
18
+ } else if (call !== void 0) {
19
+ throw new TypeError("Derived constructors may only return object or undefined");
20
+ }
21
+
22
+ return assertThisInitialized$1(self);
23
+ }
24
+
25
+ module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports;
26
+ }(possibleConstructorReturn$1));
27
+
28
+ var possibleConstructorReturn = /*@__PURE__*/getDefaultExportFromCjs(possibleConstructorReturn$1.exports);
29
+
30
+ export { possibleConstructorReturn as default };
31
+ //# sourceMappingURL=possibleConstructorReturn.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"possibleConstructorReturn.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,19 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { s as setPrototypeOf$1 } from '../../../../../../../_virtual/setPrototypeOf2.js';
3
+
4
+ (function (module) {
5
+ function _setPrototypeOf(o, p) {
6
+ module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
7
+ o.__proto__ = p;
8
+ return o;
9
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports;
10
+ return _setPrototypeOf(o, p);
11
+ }
12
+
13
+ module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
14
+ }(setPrototypeOf$1));
15
+
16
+ var setPrototypeOf = /*@__PURE__*/getDefaultExportFromCjs(setPrototypeOf$1.exports);
17
+
18
+ export { setPrototypeOf as default };
19
+ //# sourceMappingURL=setPrototypeOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setPrototypeOf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,35 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { t as toConsumableArray$1 } from '../../../../../../../_virtual/toConsumableArray.js';
3
+ import './arrayWithoutHoles.js';
4
+ import '../../../../../../../_virtual/arrayWithoutHoles.js';
5
+ import './iterableToArray.js';
6
+ import '../../../../../../../_virtual/iterableToArray.js';
7
+ import './unsupportedIterableToArray.js';
8
+ import '../../../../../../../_virtual/unsupportedIterableToArray.js';
9
+ import './nonIterableSpread.js';
10
+ import '../../../../../../../_virtual/nonIterableSpread.js';
11
+ import { a as arrayWithoutHoles } from '../../../../../../../_virtual/arrayWithoutHoles2.js';
12
+ import { i as iterableToArray } from '../../../../../../../_virtual/iterableToArray2.js';
13
+ import { u as unsupportedIterableToArray } from '../../../../../../../_virtual/unsupportedIterableToArray2.js';
14
+ import { n as nonIterableSpread } from '../../../../../../../_virtual/nonIterableSpread2.js';
15
+
16
+ (function (module) {
17
+ var arrayWithoutHoles$1 = arrayWithoutHoles.exports;
18
+
19
+ var iterableToArray$1 = iterableToArray.exports;
20
+
21
+ var unsupportedIterableToArray$1 = unsupportedIterableToArray.exports;
22
+
23
+ var nonIterableSpread$1 = nonIterableSpread.exports;
24
+
25
+ function _toConsumableArray(arr) {
26
+ return arrayWithoutHoles$1(arr) || iterableToArray$1(arr) || unsupportedIterableToArray$1(arr) || nonIterableSpread$1();
27
+ }
28
+
29
+ module.exports = _toConsumableArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
30
+ }(toConsumableArray$1));
31
+
32
+ var toConsumableArray = /*@__PURE__*/getDefaultExportFromCjs(toConsumableArray$1.exports);
33
+
34
+ export { toConsumableArray as default };
35
+ //# sourceMappingURL=toConsumableArray.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toConsumableArray.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,21 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { _ as _typeof$1 } from '../../../../../../../_virtual/typeof.js';
3
+
4
+ (function (module) {
5
+ function _typeof(obj) {
6
+ "@babel/helpers - typeof";
7
+
8
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
9
+ return typeof obj;
10
+ } : function (obj) {
11
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
12
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
13
+ }
14
+
15
+ module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
16
+ }(_typeof$1));
17
+
18
+ var _typeof = /*@__PURE__*/getDefaultExportFromCjs(_typeof$1.exports);
19
+
20
+ export { _typeof as default };
21
+ //# sourceMappingURL=typeof.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeof.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,25 @@
1
+ import { getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.js';
2
+ import { u as unsupportedIterableToArray$1 } from '../../../../../../../_virtual/unsupportedIterableToArray2.js';
3
+ import './arrayLikeToArray.js';
4
+ import '../../../../../../../_virtual/arrayLikeToArray.js';
5
+ import { a as arrayLikeToArray } from '../../../../../../../_virtual/arrayLikeToArray2.js';
6
+
7
+ (function (module) {
8
+ var arrayLikeToArray$1 = arrayLikeToArray.exports;
9
+
10
+ function _unsupportedIterableToArray(o, minLen) {
11
+ if (!o) return;
12
+ if (typeof o === "string") return arrayLikeToArray$1(o, minLen);
13
+ var n = Object.prototype.toString.call(o).slice(8, -1);
14
+ if (n === "Object" && o.constructor) n = o.constructor.name;
15
+ if (n === "Map" || n === "Set") return Array.from(o);
16
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray$1(o, minLen);
17
+ }
18
+
19
+ module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
20
+ }(unsupportedIterableToArray$1));
21
+
22
+ var unsupportedIterableToArray = /*@__PURE__*/getDefaultExportFromCjs(unsupportedIterableToArray$1.exports);
23
+
24
+ export { unsupportedIterableToArray as default };
25
+ //# sourceMappingURL=unsupportedIterableToArray.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unsupportedIterableToArray.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,221 @@
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
+ /* global Reflect, Promise */
16
+
17
+ var extendStatics = function(d, b) {
18
+ extendStatics = Object.setPrototypeOf ||
19
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
20
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
21
+ return extendStatics(d, b);
22
+ };
23
+
24
+ function __extends(d, b) {
25
+ extendStatics(d, b);
26
+ function __() { this.constructor = d; }
27
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
+ }
29
+
30
+ var __assign = function() {
31
+ __assign = Object.assign || function __assign(t) {
32
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
33
+ s = arguments[i];
34
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
35
+ }
36
+ return t;
37
+ };
38
+ return __assign.apply(this, arguments);
39
+ };
40
+
41
+ function __rest(s, e) {
42
+ var t = {};
43
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
44
+ t[p] = s[p];
45
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
46
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
47
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
48
+ t[p[i]] = s[p[i]];
49
+ }
50
+ return t;
51
+ }
52
+
53
+ function __decorate(decorators, target, key, desc) {
54
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
55
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
56
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
57
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
58
+ }
59
+
60
+ function __param(paramIndex, decorator) {
61
+ return function (target, key) { decorator(target, key, paramIndex); }
62
+ }
63
+
64
+ function __metadata(metadataKey, metadataValue) {
65
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
66
+ }
67
+
68
+ function __awaiter(thisArg, _arguments, P, generator) {
69
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
70
+ return new (P || (P = Promise))(function (resolve, reject) {
71
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
72
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
73
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
74
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
75
+ });
76
+ }
77
+
78
+ function __generator(thisArg, body) {
79
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
80
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
81
+ function verb(n) { return function (v) { return step([n, v]); }; }
82
+ function step(op) {
83
+ if (f) throw new TypeError("Generator is already executing.");
84
+ while (_) try {
85
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
86
+ if (y = 0, t) op = [op[0] & 2, t.value];
87
+ switch (op[0]) {
88
+ case 0: case 1: t = op; break;
89
+ case 4: _.label++; return { value: op[1], done: false };
90
+ case 5: _.label++; y = op[1]; op = [0]; continue;
91
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
92
+ default:
93
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
94
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
95
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
96
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
97
+ if (t[2]) _.ops.pop();
98
+ _.trys.pop(); continue;
99
+ }
100
+ op = body.call(thisArg, _);
101
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
102
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
103
+ }
104
+ }
105
+
106
+ function __createBinding(o, m, k, k2) {
107
+ if (k2 === undefined) k2 = k;
108
+ o[k2] = m[k];
109
+ }
110
+
111
+ function __exportStar(m, exports) {
112
+ for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p];
113
+ }
114
+
115
+ function __values(o) {
116
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
117
+ if (m) return m.call(o);
118
+ if (o && typeof o.length === "number") return {
119
+ next: function () {
120
+ if (o && i >= o.length) o = void 0;
121
+ return { value: o && o[i++], done: !o };
122
+ }
123
+ };
124
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
125
+ }
126
+
127
+ function __read(o, n) {
128
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
129
+ if (!m) return o;
130
+ var i = m.call(o), r, ar = [], e;
131
+ try {
132
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
133
+ }
134
+ catch (error) { e = { error: error }; }
135
+ finally {
136
+ try {
137
+ if (r && !r.done && (m = i["return"])) m.call(i);
138
+ }
139
+ finally { if (e) throw e.error; }
140
+ }
141
+ return ar;
142
+ }
143
+
144
+ function __spread() {
145
+ for (var ar = [], i = 0; i < arguments.length; i++)
146
+ ar = ar.concat(__read(arguments[i]));
147
+ return ar;
148
+ }
149
+
150
+ function __spreadArrays() {
151
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
152
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
153
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
154
+ r[k] = a[j];
155
+ return r;
156
+ };
157
+
158
+ function __await(v) {
159
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
160
+ }
161
+
162
+ function __asyncGenerator(thisArg, _arguments, generator) {
163
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
164
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
165
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
166
+ function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
167
+ function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
168
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
169
+ function fulfill(value) { resume("next", value); }
170
+ function reject(value) { resume("throw", value); }
171
+ function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
172
+ }
173
+
174
+ function __asyncDelegator(o) {
175
+ var i, p;
176
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
177
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
178
+ }
179
+
180
+ function __asyncValues(o) {
181
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
182
+ var m = o[Symbol.asyncIterator], i;
183
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
184
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
185
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
186
+ }
187
+
188
+ function __makeTemplateObject(cooked, raw) {
189
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
190
+ return cooked;
191
+ };
192
+
193
+ function __importStar(mod) {
194
+ if (mod && mod.__esModule) return mod;
195
+ var result = {};
196
+ if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
197
+ result.default = mod;
198
+ return result;
199
+ }
200
+
201
+ function __importDefault(mod) {
202
+ return (mod && mod.__esModule) ? mod : { default: mod };
203
+ }
204
+
205
+ function __classPrivateFieldGet(receiver, privateMap) {
206
+ if (!privateMap.has(receiver)) {
207
+ throw new TypeError("attempted to get private field on non-instance");
208
+ }
209
+ return privateMap.get(receiver);
210
+ }
211
+
212
+ function __classPrivateFieldSet(receiver, privateMap, value) {
213
+ if (!privateMap.has(receiver)) {
214
+ throw new TypeError("attempted to set private field on non-instance");
215
+ }
216
+ privateMap.set(receiver, value);
217
+ return value;
218
+ }
219
+
220
+ export { __assign, __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter, __classPrivateFieldGet, __classPrivateFieldSet, __createBinding, __decorate, __exportStar, __extends, __generator, __importDefault, __importStar, __makeTemplateObject, __metadata, __param, __read, __rest, __spread, __spreadArrays, __values };
221
+ //# sourceMappingURL=tslib.es6.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tslib.es6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,23 @@
1
+ import '../../_virtual/_commonjsHelpers.js';
2
+ import { t as taro } from '../../_virtual/index.js';
3
+ import '../taro-runtime/dist/runtime.esm.js';
4
+ import require$$0 from '../../_virtual/runtime.esm.js';
5
+ import '../taro-api/dist/index.esm.js';
6
+ import require$$1 from '../../_virtual/index.esm.js';
7
+
8
+ (function (module) {
9
+ const { hooks } = require$$0;
10
+ const taro = require$$1.default;
11
+
12
+ if (hooks.isExist('initNativeApi')) {
13
+ hooks.call('initNativeApi', taro);
14
+ }
15
+
16
+ module.exports = taro;
17
+ module.exports.default = module.exports;
18
+ }(taro));
19
+
20
+ var taro_1 = taro.exports;
21
+
22
+ export { taro_1 as default };
23
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}