@frollo/frollo-web-ui 7.0.0 → 8.0.0

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 (172) hide show
  1. package/cjs/index.js +34084 -33914
  2. package/esm/_rollupPluginBabelHelpers-DpC_oIQV.js +2566 -0
  3. package/esm/{check-94a5917a.js → check--YD4Ts6g.js} +4 -4
  4. package/esm/fw-accordion.js +27 -26
  5. package/esm/fw-animations.js +23 -26
  6. package/esm/fw-bar-chart.js +15289 -19
  7. package/esm/{fw-button-c8502414.js → fw-button-4QLZlu0U.js} +44 -44
  8. package/esm/fw-button.js +5 -10
  9. package/esm/{fw-card-1b6a67fe.js → fw-card-bsYbpPmW.js} +12 -12
  10. package/esm/fw-card.js +1 -1
  11. package/esm/fw-checkbox.js +23 -32
  12. package/esm/fw-date-picker.js +143 -80
  13. package/esm/fw-drawer.js +33 -36
  14. package/esm/fw-dropdown-nLtzu2fS.js +277 -0
  15. package/esm/fw-dropdown.js +7 -15
  16. package/esm/fw-form.js +1 -1
  17. package/esm/fw-image-DOgM8i8X.js +200 -0
  18. package/esm/fw-image.js +5 -21
  19. package/esm/{fw-input-8969b226.js → fw-input-Qiy53nRk.js} +61 -53
  20. package/esm/fw-input.js +6 -19
  21. package/esm/fw-loading-bar-DThRjdw1.js +22 -0
  22. package/esm/{fw-loading-spinner-72d70258.js → fw-loading-spinner-Dn52RI5h.js} +1 -1
  23. package/esm/fw-loading.js +3 -7
  24. package/esm/fw-modal.js +79 -53
  25. package/esm/fw-navigation-menu.js +15 -20
  26. package/esm/fw-popover.js +39 -375
  27. package/esm/fw-progress-bar.js +8 -11
  28. package/esm/fw-provider-list.js +41 -84
  29. package/esm/fw-sidebar-menu.js +33 -24
  30. package/esm/{fw-table-row-23f78218.js → fw-table-row-DkZaaMmE.js} +15 -301
  31. package/esm/fw-table.js +6 -16
  32. package/esm/fw-tabs.js +21 -103
  33. package/esm/{fw-tag-ac28200a.js → fw-tag-CPp1P480.js} +29 -20
  34. package/esm/fw-tag.js +7 -12
  35. package/esm/fw-toast.js +22 -37
  36. package/esm/fw-transactions-card.js +14 -30
  37. package/esm/index-CUPvK0Aa.js +586 -0
  38. package/esm/index.js +66 -228
  39. package/esm/vee-validate.esm-3ptvCDR1.js +4071 -0
  40. package/frollo-web-ui.esm.js +34091 -34339
  41. package/icons/chart-line-up.svg +3 -0
  42. package/icons/icons.stories.ts +24 -29
  43. package/icons/index.ts +5 -1
  44. package/icons/sack-dollar.svg +3 -0
  45. package/icons/xmark.svg +2 -2
  46. package/index.d.ts +2789 -2573
  47. package/package.json +75 -73
  48. package/styles/tailwind.scss +6 -0
  49. package/types/components/fw-accordion/fw-accordion.vue.d.ts +128 -128
  50. package/types/components/fw-accordion/index.d.ts +2 -2
  51. package/types/components/fw-accordion/index.types.d.ts +10 -10
  52. package/types/components/fw-animations/fw-email-pulse.vue.d.ts +24 -24
  53. package/types/components/fw-animations/fw-loading-spinner.vue.d.ts +2 -2
  54. package/types/components/fw-animations/fw-success-pulse.vue.d.ts +24 -24
  55. package/types/components/fw-animations/index.d.ts +4 -4
  56. package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +83 -83
  57. package/types/components/fw-bar-chart/index.d.ts +2 -2
  58. package/types/components/fw-bar-chart/index.types.d.ts +11 -11
  59. package/types/components/fw-button/fw-button.vue.d.ts +190 -176
  60. package/types/components/fw-button/index.d.ts +2 -2
  61. package/types/components/fw-button/index.types.d.ts +27 -26
  62. package/types/components/fw-card/fw-card.vue.d.ts +82 -82
  63. package/types/components/fw-card/index.d.ts +2 -2
  64. package/types/components/fw-card/index.types.d.ts +8 -8
  65. package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +108 -108
  66. package/types/components/fw-checkbox/index.d.ts +2 -2
  67. package/types/components/fw-checkbox/index.types.d.ts +9 -9
  68. package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +249 -177
  69. package/types/components/fw-date-picker/index.d.ts +2 -2
  70. package/types/components/fw-date-picker/index.types.d.ts +21 -16
  71. package/types/components/fw-drawer/fw-drawer.vue.d.ts +165 -165
  72. package/types/components/fw-drawer/index.d.ts +2 -2
  73. package/types/components/fw-drawer/index.types.d.ts +13 -13
  74. package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +154 -130
  75. package/types/components/fw-dropdown/index.d.ts +2 -2
  76. package/types/components/fw-dropdown/index.types.d.ts +16 -13
  77. package/types/components/fw-form/index.d.ts +2 -2
  78. package/types/components/fw-image/fw-image.vue.d.ts +103 -84
  79. package/types/components/fw-image/index.d.ts +2 -2
  80. package/types/components/fw-image/index.types.d.ts +9 -8
  81. package/types/components/fw-input/fw-input.vue.d.ts +214 -197
  82. package/types/components/fw-input/index.d.ts +2 -2
  83. package/types/components/fw-input/index.types.d.ts +18 -16
  84. package/types/components/fw-loading/fw-loading-bar.vue.d.ts +2 -2
  85. package/types/components/fw-loading/fw-loading-card.vue.d.ts +2 -2
  86. package/types/components/fw-loading/fw-loading-table.vue.d.ts +25 -25
  87. package/types/components/fw-loading/index.d.ts +4 -4
  88. package/types/components/fw-modal/fw-modal.vue.d.ts +205 -175
  89. package/types/components/fw-modal/index.d.ts +2 -2
  90. package/types/components/fw-modal/index.types.d.ts +16 -14
  91. package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +57 -57
  92. package/types/components/fw-navigation-menu/index.d.ts +2 -2
  93. package/types/components/fw-navigation-menu/index.types.d.ts +7 -7
  94. package/types/components/fw-popover/fw-popover.vue.d.ts +157 -157
  95. package/types/components/fw-popover/index.d.ts +2 -2
  96. package/types/components/fw-popover/index.types.d.ts +11 -11
  97. package/types/components/fw-progress-bar/fw-progress-bar.vue.d.ts +52 -52
  98. package/types/components/fw-progress-bar/index.d.ts +2 -2
  99. package/types/components/fw-progress-bar/index.types.d.ts +5 -5
  100. package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +100 -100
  101. package/types/components/fw-provider-list/index.d.ts +2 -2
  102. package/types/components/fw-provider-list/index.types.d.ts +11 -11
  103. package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +88 -72
  104. package/types/components/fw-sidebar-menu/index.d.ts +2 -2
  105. package/types/components/fw-sidebar-menu/index.types.d.ts +9 -8
  106. package/types/components/fw-table/fw-table-head.vue.d.ts +2 -2
  107. package/types/components/fw-table/fw-table-row.vue.d.ts +2 -2
  108. package/types/components/fw-table/fw-table.vue.d.ts +71 -71
  109. package/types/components/fw-table/index.d.ts +4 -4
  110. package/types/components/fw-table/index.types.d.ts +16 -16
  111. package/types/components/fw-tabs/fw-tab.vue.d.ts +24 -32
  112. package/types/components/fw-tabs/fw-tabs.vue.d.ts +24 -24
  113. package/types/components/fw-tabs/index.d.ts +3 -3
  114. package/types/components/fw-tabs/index.types.d.ts +8 -0
  115. package/types/components/fw-tag/fw-tag.vue.d.ts +80 -70
  116. package/types/components/fw-tag/index.d.ts +2 -2
  117. package/types/components/fw-tag/index.types.d.ts +18 -18
  118. package/types/components/fw-toast/fw-toast.vue.d.ts +121 -121
  119. package/types/components/fw-toast/index.d.ts +2 -2
  120. package/types/components/fw-toast/index.types.d.ts +13 -13
  121. package/types/components/fw-transactions-card/fw-transactions-card.vue.d.ts +58 -58
  122. package/types/components/fw-transactions-card/index.d.ts +2 -2
  123. package/types/components/fw-transactions-card/index.types.d.ts +6 -6
  124. package/types/components/index.d.ts +24 -24
  125. package/types/components/index.types.d.ts +21 -20
  126. package/types/directives/index.d.ts +2 -2
  127. package/types/directives/lazy-loader.d.ts +3 -3
  128. package/types/helpers/get-root-colours.d.ts +17 -17
  129. package/types/icons/index.d.ts +43 -41
  130. package/types/index-types.esm.d.ts +6 -6
  131. package/types/index.browser-umd.d.ts +2 -1
  132. package/types/index.d.ts +3 -3
  133. package/types/index.esm.d.ts +5 -5
  134. package/types/services/index.d.ts +2 -2
  135. package/types/services/modal.d.ts +9 -9
  136. package/types/services/toast.d.ts +9 -9
  137. package/web-components/index.js +19670 -19722
  138. package/esm/add-to-unscopables-ee05b58f.js +0 -25
  139. package/esm/array-iteration-8267bf22.js +0 -92
  140. package/esm/array-method-has-species-support-6c675094.js +0 -23
  141. package/esm/array-method-is-strict-d313436f.js +0 -14
  142. package/esm/array-species-create-1c67e297.js +0 -97
  143. package/esm/classof-d44bf093.js +0 -42
  144. package/esm/create-property-eb329361.js +0 -14
  145. package/esm/defineProperty-b85f2e0f.js +0 -42
  146. package/esm/does-not-exceed-safe-integer-de37ce28.js +0 -11
  147. package/esm/es.array.concat-99b85557.js +0 -69
  148. package/esm/es.array.find-1ded15d5.js +0 -28
  149. package/esm/es.array.includes-08e25019.js +0 -27
  150. package/esm/es.array.map-c56ebffd.js +0 -22
  151. package/esm/es.date.to-string-15eb9936.js +0 -23
  152. package/esm/es.function.name-6cafd747.js +0 -29
  153. package/esm/es.number.constructor-fb16fe05.js +0 -204
  154. package/esm/es.object.to-string-4b07c4d1.js +0 -24
  155. package/esm/es.string.includes-061e8272.js +0 -66
  156. package/esm/es.string.iterator-25db8cd2.js +0 -469
  157. package/esm/export-10c4adbc.js +0 -95
  158. package/esm/function-apply-e17cf65b.js +0 -14
  159. package/esm/fw-dropdown-6856e66e.js +0 -224
  160. package/esm/fw-image-aca2c61d.js +0 -296
  161. package/esm/fw-loading-bar-f5ca605c.js +0 -22
  162. package/esm/index-6758f755.js +0 -15797
  163. package/esm/index-bced3b35.js +0 -560
  164. package/esm/is-forced-7cb3ee8f.js +0 -927
  165. package/esm/object-create-51bf02dc.js +0 -125
  166. package/esm/regexp-flags-c09864e5.js +0 -50
  167. package/esm/vee-validate.esm-a17a23c3.js +0 -3192
  168. package/esm/web.timers-e406c8e6.js +0 -72
  169. /package/esm/{get-root-colours-865a52ba.js → get-root-colours-DYEoJPEb.js} +0 -0
  170. /package/esm/{index-0c5cae4f.js → index-BVcOAKar.js} +0 -0
  171. /package/esm/{style-inject.es-1f59c1d0.js → style-inject.es-tgCJW-Cu.js} +0 -0
  172. /package/esm/{uniqueId-fe08534a.js → uniqueId-DK6xzFd8.js} +0 -0
@@ -1,927 +0,0 @@
1
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
-
3
- function getDefaultExportFromCjs (x) {
4
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5
- }
6
-
7
- function getDefaultExportFromNamespaceIfPresent (n) {
8
- return n && Object.prototype.hasOwnProperty.call(n, 'default') ? n['default'] : n;
9
- }
10
-
11
- function getDefaultExportFromNamespaceIfNotNamed (n) {
12
- return n && Object.prototype.hasOwnProperty.call(n, 'default') && Object.keys(n).length === 1 ? n['default'] : n;
13
- }
14
-
15
- function getAugmentedNamespace(n) {
16
- if (n.__esModule) return n;
17
- var a = Object.defineProperty({}, '__esModule', {value: true});
18
- Object.keys(n).forEach(function (k) {
19
- var d = Object.getOwnPropertyDescriptor(n, k);
20
- Object.defineProperty(a, k, d.get ? d : {
21
- enumerable: true,
22
- get: function () {
23
- return n[k];
24
- }
25
- });
26
- });
27
- return a;
28
- }
29
-
30
- function commonjsRequire (path) {
31
- throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
32
- }
33
-
34
- var check = function (it) {
35
- return it && it.Math == Math && it;
36
- };
37
-
38
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
39
- var global$9 =
40
- // eslint-disable-next-line es-x/no-global-this -- safe
41
- check(typeof globalThis == 'object' && globalThis) ||
42
- check(typeof window == 'object' && window) ||
43
- // eslint-disable-next-line no-restricted-globals -- safe
44
- check(typeof self == 'object' && self) ||
45
- check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
46
- // eslint-disable-next-line no-new-func -- fallback
47
- (function () { return this; })() || Function('return this')();
48
-
49
- var objectGetOwnPropertyDescriptor = {};
50
-
51
- var fails$8 = function (exec) {
52
- try {
53
- return !!exec();
54
- } catch (error) {
55
- return true;
56
- }
57
- };
58
-
59
- var fails$7 = fails$8;
60
-
61
- // Detect IE8's incomplete defineProperty implementation
62
- var descriptors = !fails$7(function () {
63
- // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
64
- return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
65
- });
66
-
67
- var fails$6 = fails$8;
68
-
69
- var functionBindNative = !fails$6(function () {
70
- // eslint-disable-next-line es-x/no-function-prototype-bind -- safe
71
- var test = (function () { /* empty */ }).bind();
72
- // eslint-disable-next-line no-prototype-builtins -- safe
73
- return typeof test != 'function' || test.hasOwnProperty('prototype');
74
- });
75
-
76
- var NATIVE_BIND$1 = functionBindNative;
77
-
78
- var call$4 = Function.prototype.call;
79
-
80
- var functionCall = NATIVE_BIND$1 ? call$4.bind(call$4) : function () {
81
- return call$4.apply(call$4, arguments);
82
- };
83
-
84
- var objectPropertyIsEnumerable = {};
85
-
86
- 'use strict';
87
- var $propertyIsEnumerable = {}.propertyIsEnumerable;
88
- // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
89
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
90
-
91
- // Nashorn ~ JDK8 bug
92
- var NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);
93
-
94
- // `Object.prototype.propertyIsEnumerable` method implementation
95
- // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
96
- var f$3 = objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
97
- var descriptor = getOwnPropertyDescriptor(this, V);
98
- return !!descriptor && descriptor.enumerable;
99
- } : $propertyIsEnumerable;
100
-
101
- var createPropertyDescriptor$2 = function (bitmap, value) {
102
- return {
103
- enumerable: !(bitmap & 1),
104
- configurable: !(bitmap & 2),
105
- writable: !(bitmap & 4),
106
- value: value
107
- };
108
- };
109
-
110
- var NATIVE_BIND = functionBindNative;
111
-
112
- var FunctionPrototype$1 = Function.prototype;
113
- var bind = FunctionPrototype$1.bind;
114
- var call$3 = FunctionPrototype$1.call;
115
- var uncurryThis$8 = NATIVE_BIND && bind.bind(call$3, call$3);
116
-
117
- var functionUncurryThis = NATIVE_BIND ? function (fn) {
118
- return fn && uncurryThis$8(fn);
119
- } : function (fn) {
120
- return fn && function () {
121
- return call$3.apply(fn, arguments);
122
- };
123
- };
124
-
125
- var uncurryThis$7 = functionUncurryThis;
126
-
127
- var toString$1 = uncurryThis$7({}.toString);
128
- var stringSlice = uncurryThis$7(''.slice);
129
-
130
- var classofRaw = function (it) {
131
- return stringSlice(toString$1(it), 8, -1);
132
- };
133
-
134
- var uncurryThis$6 = functionUncurryThis;
135
- var fails$5 = fails$8;
136
- var classof = classofRaw;
137
-
138
- var $Object$2 = Object;
139
- var split = uncurryThis$6(''.split);
140
-
141
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
142
- var indexedObject = fails$5(function () {
143
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
144
- // eslint-disable-next-line no-prototype-builtins -- safe
145
- return !$Object$2('z').propertyIsEnumerable(0);
146
- }) ? function (it) {
147
- return classof(it) == 'String' ? split(it, '') : $Object$2(it);
148
- } : $Object$2;
149
-
150
- var $TypeError$5 = TypeError;
151
-
152
- // `RequireObjectCoercible` abstract operation
153
- // https://tc39.es/ecma262/#sec-requireobjectcoercible
154
- var requireObjectCoercible$2 = function (it) {
155
- if (it == undefined) throw $TypeError$5("Can't call method on " + it);
156
- return it;
157
- };
158
-
159
- // toObject with fallback for non-array-like ES3 strings
160
- var IndexedObject = indexedObject;
161
- var requireObjectCoercible$1 = requireObjectCoercible$2;
162
-
163
- var toIndexedObject$3 = function (it) {
164
- return IndexedObject(requireObjectCoercible$1(it));
165
- };
166
-
167
- // `IsCallable` abstract operation
168
- // https://tc39.es/ecma262/#sec-iscallable
169
- var isCallable$a = function (argument) {
170
- return typeof argument == 'function';
171
- };
172
-
173
- var isCallable$9 = isCallable$a;
174
-
175
- var isObject$5 = function (it) {
176
- return typeof it == 'object' ? it !== null : isCallable$9(it);
177
- };
178
-
179
- var global$8 = global$9;
180
- var isCallable$8 = isCallable$a;
181
-
182
- var aFunction = function (argument) {
183
- return isCallable$8(argument) ? argument : undefined;
184
- };
185
-
186
- var getBuiltIn$2 = function (namespace, method) {
187
- return arguments.length < 2 ? aFunction(global$8[namespace]) : global$8[namespace] && global$8[namespace][method];
188
- };
189
-
190
- var uncurryThis$5 = functionUncurryThis;
191
-
192
- var objectIsPrototypeOf = uncurryThis$5({}.isPrototypeOf);
193
-
194
- var getBuiltIn$1 = getBuiltIn$2;
195
-
196
- var engineUserAgent = getBuiltIn$1('navigator', 'userAgent') || '';
197
-
198
- var global$7 = global$9;
199
- var userAgent = engineUserAgent;
200
-
201
- var process = global$7.process;
202
- var Deno = global$7.Deno;
203
- var versions = process && process.versions || Deno && Deno.version;
204
- var v8 = versions && versions.v8;
205
- var match, version;
206
-
207
- if (v8) {
208
- match = v8.split('.');
209
- // in old Chrome, versions of V8 isn't V8 = Chrome / 10
210
- // but their correct versions are not interesting for us
211
- version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
212
- }
213
-
214
- // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
215
- // so check `userAgent` even if `.v8` exists, but 0
216
- if (!version && userAgent) {
217
- match = userAgent.match(/Edge\/(\d+)/);
218
- if (!match || match[1] >= 74) {
219
- match = userAgent.match(/Chrome\/(\d+)/);
220
- if (match) version = +match[1];
221
- }
222
- }
223
-
224
- var engineV8Version = version;
225
-
226
- /* eslint-disable es-x/no-symbol -- required for testing */
227
-
228
- var V8_VERSION = engineV8Version;
229
- var fails$4 = fails$8;
230
-
231
- // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
232
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$4(function () {
233
- var symbol = Symbol();
234
- // Chrome 38 Symbol has incorrect toString conversion
235
- // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
236
- return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
237
- // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
238
- !Symbol.sham && V8_VERSION && V8_VERSION < 41;
239
- });
240
-
241
- /* eslint-disable es-x/no-symbol -- required for testing */
242
-
243
- var NATIVE_SYMBOL$1 = nativeSymbol;
244
-
245
- var useSymbolAsUid = NATIVE_SYMBOL$1
246
- && !Symbol.sham
247
- && typeof Symbol.iterator == 'symbol';
248
-
249
- var getBuiltIn = getBuiltIn$2;
250
- var isCallable$7 = isCallable$a;
251
- var isPrototypeOf = objectIsPrototypeOf;
252
- var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
253
-
254
- var $Object$1 = Object;
255
-
256
- var isSymbol$2 = USE_SYMBOL_AS_UID$1 ? function (it) {
257
- return typeof it == 'symbol';
258
- } : function (it) {
259
- var $Symbol = getBuiltIn('Symbol');
260
- return isCallable$7($Symbol) && isPrototypeOf($Symbol.prototype, $Object$1(it));
261
- };
262
-
263
- var $String$1 = String;
264
-
265
- var tryToString$1 = function (argument) {
266
- try {
267
- return $String$1(argument);
268
- } catch (error) {
269
- return 'Object';
270
- }
271
- };
272
-
273
- var isCallable$6 = isCallable$a;
274
- var tryToString = tryToString$1;
275
-
276
- var $TypeError$4 = TypeError;
277
-
278
- // `Assert: IsCallable(argument) is true`
279
- var aCallable$1 = function (argument) {
280
- if (isCallable$6(argument)) return argument;
281
- throw $TypeError$4(tryToString(argument) + ' is not a function');
282
- };
283
-
284
- var aCallable = aCallable$1;
285
-
286
- // `GetMethod` abstract operation
287
- // https://tc39.es/ecma262/#sec-getmethod
288
- var getMethod$1 = function (V, P) {
289
- var func = V[P];
290
- return func == null ? undefined : aCallable(func);
291
- };
292
-
293
- var call$2 = functionCall;
294
- var isCallable$5 = isCallable$a;
295
- var isObject$4 = isObject$5;
296
-
297
- var $TypeError$3 = TypeError;
298
-
299
- // `OrdinaryToPrimitive` abstract operation
300
- // https://tc39.es/ecma262/#sec-ordinarytoprimitive
301
- var ordinaryToPrimitive$1 = function (input, pref) {
302
- var fn, val;
303
- if (pref === 'string' && isCallable$5(fn = input.toString) && !isObject$4(val = call$2(fn, input))) return val;
304
- if (isCallable$5(fn = input.valueOf) && !isObject$4(val = call$2(fn, input))) return val;
305
- if (pref !== 'string' && isCallable$5(fn = input.toString) && !isObject$4(val = call$2(fn, input))) return val;
306
- throw $TypeError$3("Can't convert object to primitive value");
307
- };
308
-
309
- var shared$4 = {exports: {}};
310
-
311
- var isPure = false;
312
-
313
- var global$6 = global$9;
314
-
315
- // eslint-disable-next-line es-x/no-object-defineproperty -- safe
316
- var defineProperty$1 = Object.defineProperty;
317
-
318
- var defineGlobalProperty$2 = function (key, value) {
319
- try {
320
- defineProperty$1(global$6, key, { value: value, configurable: true, writable: true });
321
- } catch (error) {
322
- global$6[key] = value;
323
- } return value;
324
- };
325
-
326
- var global$5 = global$9;
327
- var defineGlobalProperty$1 = defineGlobalProperty$2;
328
-
329
- var SHARED = '__core-js_shared__';
330
- var store$3 = global$5[SHARED] || defineGlobalProperty$1(SHARED, {});
331
-
332
- var sharedStore = store$3;
333
-
334
- var IS_PURE = isPure;
335
- var store$2 = sharedStore;
336
-
337
- (shared$4.exports = function (key, value) {
338
- return store$2[key] || (store$2[key] = value !== undefined ? value : {});
339
- })('versions', []).push({
340
- version: '3.23.3',
341
- mode: IS_PURE ? 'pure' : 'global',
342
- copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
343
- license: 'https://github.com/zloirock/core-js/blob/v3.23.3/LICENSE',
344
- source: 'https://github.com/zloirock/core-js'
345
- });
346
-
347
- var shared$3 = shared$4.exports;
348
-
349
- var requireObjectCoercible = requireObjectCoercible$2;
350
-
351
- var $Object = Object;
352
-
353
- // `ToObject` abstract operation
354
- // https://tc39.es/ecma262/#sec-toobject
355
- var toObject$1 = function (argument) {
356
- return $Object(requireObjectCoercible(argument));
357
- };
358
-
359
- var uncurryThis$4 = functionUncurryThis;
360
- var toObject = toObject$1;
361
-
362
- var hasOwnProperty = uncurryThis$4({}.hasOwnProperty);
363
-
364
- // `HasOwnProperty` abstract operation
365
- // https://tc39.es/ecma262/#sec-hasownproperty
366
- // eslint-disable-next-line es-x/no-object-hasown -- safe
367
- var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
368
- return hasOwnProperty(toObject(it), key);
369
- };
370
-
371
- var uncurryThis$3 = functionUncurryThis;
372
-
373
- var id = 0;
374
- var postfix = Math.random();
375
- var toString = uncurryThis$3(1.0.toString);
376
-
377
- var uid$2 = function (key) {
378
- return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
379
- };
380
-
381
- var global$4 = global$9;
382
- var shared$2 = shared$4.exports;
383
- var hasOwn$5 = hasOwnProperty_1;
384
- var uid$1 = uid$2;
385
- var NATIVE_SYMBOL = nativeSymbol;
386
- var USE_SYMBOL_AS_UID = useSymbolAsUid;
387
-
388
- var WellKnownSymbolsStore = shared$2('wks');
389
- var Symbol$1 = global$4.Symbol;
390
- var symbolFor = Symbol$1 && Symbol$1['for'];
391
- var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid$1;
392
-
393
- var wellKnownSymbol$1 = function (name) {
394
- if (!hasOwn$5(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
395
- var description = 'Symbol.' + name;
396
- if (NATIVE_SYMBOL && hasOwn$5(Symbol$1, name)) {
397
- WellKnownSymbolsStore[name] = Symbol$1[name];
398
- } else if (USE_SYMBOL_AS_UID && symbolFor) {
399
- WellKnownSymbolsStore[name] = symbolFor(description);
400
- } else {
401
- WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
402
- }
403
- } return WellKnownSymbolsStore[name];
404
- };
405
-
406
- var call$1 = functionCall;
407
- var isObject$3 = isObject$5;
408
- var isSymbol$1 = isSymbol$2;
409
- var getMethod = getMethod$1;
410
- var ordinaryToPrimitive = ordinaryToPrimitive$1;
411
- var wellKnownSymbol = wellKnownSymbol$1;
412
-
413
- var $TypeError$2 = TypeError;
414
- var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
415
-
416
- // `ToPrimitive` abstract operation
417
- // https://tc39.es/ecma262/#sec-toprimitive
418
- var toPrimitive$1 = function (input, pref) {
419
- if (!isObject$3(input) || isSymbol$1(input)) return input;
420
- var exoticToPrim = getMethod(input, TO_PRIMITIVE);
421
- var result;
422
- if (exoticToPrim) {
423
- if (pref === undefined) pref = 'default';
424
- result = call$1(exoticToPrim, input, pref);
425
- if (!isObject$3(result) || isSymbol$1(result)) return result;
426
- throw $TypeError$2("Can't convert object to primitive value");
427
- }
428
- if (pref === undefined) pref = 'number';
429
- return ordinaryToPrimitive(input, pref);
430
- };
431
-
432
- var toPrimitive = toPrimitive$1;
433
- var isSymbol = isSymbol$2;
434
-
435
- // `ToPropertyKey` abstract operation
436
- // https://tc39.es/ecma262/#sec-topropertykey
437
- var toPropertyKey$2 = function (argument) {
438
- var key = toPrimitive(argument, 'string');
439
- return isSymbol(key) ? key : key + '';
440
- };
441
-
442
- var global$3 = global$9;
443
- var isObject$2 = isObject$5;
444
-
445
- var document = global$3.document;
446
- // typeof document.createElement is 'object' in old IE
447
- var EXISTS$1 = isObject$2(document) && isObject$2(document.createElement);
448
-
449
- var documentCreateElement = function (it) {
450
- return EXISTS$1 ? document.createElement(it) : {};
451
- };
452
-
453
- var DESCRIPTORS$6 = descriptors;
454
- var fails$3 = fails$8;
455
- var createElement = documentCreateElement;
456
-
457
- // Thanks to IE8 for its funny defineProperty
458
- var ie8DomDefine = !DESCRIPTORS$6 && !fails$3(function () {
459
- // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
460
- return Object.defineProperty(createElement('div'), 'a', {
461
- get: function () { return 7; }
462
- }).a != 7;
463
- });
464
-
465
- var DESCRIPTORS$5 = descriptors;
466
- var call = functionCall;
467
- var propertyIsEnumerableModule = objectPropertyIsEnumerable;
468
- var createPropertyDescriptor$1 = createPropertyDescriptor$2;
469
- var toIndexedObject$2 = toIndexedObject$3;
470
- var toPropertyKey$1 = toPropertyKey$2;
471
- var hasOwn$4 = hasOwnProperty_1;
472
- var IE8_DOM_DEFINE$1 = ie8DomDefine;
473
-
474
- // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
475
- var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
476
-
477
- // `Object.getOwnPropertyDescriptor` method
478
- // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
479
- var f$2 = objectGetOwnPropertyDescriptor.f = DESCRIPTORS$5 ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
480
- O = toIndexedObject$2(O);
481
- P = toPropertyKey$1(P);
482
- if (IE8_DOM_DEFINE$1) try {
483
- return $getOwnPropertyDescriptor$1(O, P);
484
- } catch (error) { /* empty */ }
485
- if (hasOwn$4(O, P)) return createPropertyDescriptor$1(!call(propertyIsEnumerableModule.f, O, P), O[P]);
486
- };
487
-
488
- var objectDefineProperty = {};
489
-
490
- var DESCRIPTORS$4 = descriptors;
491
- var fails$2 = fails$8;
492
-
493
- // V8 ~ Chrome 36-
494
- // https://bugs.chromium.org/p/v8/issues/detail?id=3334
495
- var v8PrototypeDefineBug = DESCRIPTORS$4 && fails$2(function () {
496
- // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
497
- return Object.defineProperty(function () { /* empty */ }, 'prototype', {
498
- value: 42,
499
- writable: false
500
- }).prototype != 42;
501
- });
502
-
503
- var isObject$1 = isObject$5;
504
-
505
- var $String = String;
506
- var $TypeError$1 = TypeError;
507
-
508
- // `Assert: Type(argument) is Object`
509
- var anObject$1 = function (argument) {
510
- if (isObject$1(argument)) return argument;
511
- throw $TypeError$1($String(argument) + ' is not an object');
512
- };
513
-
514
- var DESCRIPTORS$3 = descriptors;
515
- var IE8_DOM_DEFINE = ie8DomDefine;
516
- var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
517
- var anObject = anObject$1;
518
- var toPropertyKey = toPropertyKey$2;
519
-
520
- var $TypeError = TypeError;
521
- // eslint-disable-next-line es-x/no-object-defineproperty -- safe
522
- var $defineProperty = Object.defineProperty;
523
- // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
524
- var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
525
- var ENUMERABLE = 'enumerable';
526
- var CONFIGURABLE$1 = 'configurable';
527
- var WRITABLE = 'writable';
528
-
529
- // `Object.defineProperty` method
530
- // https://tc39.es/ecma262/#sec-object.defineproperty
531
- var f$1 = objectDefineProperty.f = DESCRIPTORS$3 ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {
532
- anObject(O);
533
- P = toPropertyKey(P);
534
- anObject(Attributes);
535
- if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
536
- var current = $getOwnPropertyDescriptor(O, P);
537
- if (current && current[WRITABLE]) {
538
- O[P] = Attributes.value;
539
- Attributes = {
540
- configurable: CONFIGURABLE$1 in Attributes ? Attributes[CONFIGURABLE$1] : current[CONFIGURABLE$1],
541
- enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
542
- writable: false
543
- };
544
- }
545
- } return $defineProperty(O, P, Attributes);
546
- } : $defineProperty : function defineProperty(O, P, Attributes) {
547
- anObject(O);
548
- P = toPropertyKey(P);
549
- anObject(Attributes);
550
- if (IE8_DOM_DEFINE) try {
551
- return $defineProperty(O, P, Attributes);
552
- } catch (error) { /* empty */ }
553
- if ('get' in Attributes || 'set' in Attributes) throw $TypeError('Accessors not supported');
554
- if ('value' in Attributes) O[P] = Attributes.value;
555
- return O;
556
- };
557
-
558
- var DESCRIPTORS$2 = descriptors;
559
- var definePropertyModule$1 = objectDefineProperty;
560
- var createPropertyDescriptor = createPropertyDescriptor$2;
561
-
562
- var createNonEnumerableProperty$1 = DESCRIPTORS$2 ? function (object, key, value) {
563
- return definePropertyModule$1.f(object, key, createPropertyDescriptor(1, value));
564
- } : function (object, key, value) {
565
- object[key] = value;
566
- return object;
567
- };
568
-
569
- var makeBuiltIn$2 = {exports: {}};
570
-
571
- var DESCRIPTORS$1 = descriptors;
572
- var hasOwn$3 = hasOwnProperty_1;
573
-
574
- var FunctionPrototype = Function.prototype;
575
- // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
576
- var getDescriptor = DESCRIPTORS$1 && Object.getOwnPropertyDescriptor;
577
-
578
- var EXISTS = hasOwn$3(FunctionPrototype, 'name');
579
- // additional protection from minified / mangled / dropped function names
580
- var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
581
- var CONFIGURABLE = EXISTS && (!DESCRIPTORS$1 || (DESCRIPTORS$1 && getDescriptor(FunctionPrototype, 'name').configurable));
582
-
583
- var functionName = {
584
- EXISTS: EXISTS,
585
- PROPER: PROPER,
586
- CONFIGURABLE: CONFIGURABLE
587
- };
588
-
589
- var uncurryThis$2 = functionUncurryThis;
590
- var isCallable$4 = isCallable$a;
591
- var store$1 = sharedStore;
592
-
593
- var functionToString = uncurryThis$2(Function.toString);
594
-
595
- // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
596
- if (!isCallable$4(store$1.inspectSource)) {
597
- store$1.inspectSource = function (it) {
598
- return functionToString(it);
599
- };
600
- }
601
-
602
- var inspectSource$2 = store$1.inspectSource;
603
-
604
- var global$2 = global$9;
605
- var isCallable$3 = isCallable$a;
606
- var inspectSource$1 = inspectSource$2;
607
-
608
- var WeakMap$1 = global$2.WeakMap;
609
-
610
- var nativeWeakMap = isCallable$3(WeakMap$1) && /native code/.test(inspectSource$1(WeakMap$1));
611
-
612
- var shared$1 = shared$4.exports;
613
- var uid = uid$2;
614
-
615
- var keys = shared$1('keys');
616
-
617
- var sharedKey$1 = function (key) {
618
- return keys[key] || (keys[key] = uid(key));
619
- };
620
-
621
- var hiddenKeys$3 = {};
622
-
623
- var NATIVE_WEAK_MAP = nativeWeakMap;
624
- var global$1 = global$9;
625
- var uncurryThis$1 = functionUncurryThis;
626
- var isObject = isObject$5;
627
- var createNonEnumerableProperty = createNonEnumerableProperty$1;
628
- var hasOwn$2 = hasOwnProperty_1;
629
- var shared = sharedStore;
630
- var sharedKey = sharedKey$1;
631
- var hiddenKeys$2 = hiddenKeys$3;
632
-
633
- var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
634
- var TypeError$1 = global$1.TypeError;
635
- var WeakMap = global$1.WeakMap;
636
- var set, get, has;
637
-
638
- var enforce = function (it) {
639
- return has(it) ? get(it) : set(it, {});
640
- };
641
-
642
- var getterFor = function (TYPE) {
643
- return function (it) {
644
- var state;
645
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
646
- throw TypeError$1('Incompatible receiver, ' + TYPE + ' required');
647
- } return state;
648
- };
649
- };
650
-
651
- if (NATIVE_WEAK_MAP || shared.state) {
652
- var store = shared.state || (shared.state = new WeakMap());
653
- var wmget = uncurryThis$1(store.get);
654
- var wmhas = uncurryThis$1(store.has);
655
- var wmset = uncurryThis$1(store.set);
656
- set = function (it, metadata) {
657
- if (wmhas(store, it)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
658
- metadata.facade = it;
659
- wmset(store, it, metadata);
660
- return metadata;
661
- };
662
- get = function (it) {
663
- return wmget(store, it) || {};
664
- };
665
- has = function (it) {
666
- return wmhas(store, it);
667
- };
668
- } else {
669
- var STATE = sharedKey('state');
670
- hiddenKeys$2[STATE] = true;
671
- set = function (it, metadata) {
672
- if (hasOwn$2(it, STATE)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
673
- metadata.facade = it;
674
- createNonEnumerableProperty(it, STATE, metadata);
675
- return metadata;
676
- };
677
- get = function (it) {
678
- return hasOwn$2(it, STATE) ? it[STATE] : {};
679
- };
680
- has = function (it) {
681
- return hasOwn$2(it, STATE);
682
- };
683
- }
684
-
685
- var internalState = {
686
- set: set,
687
- get: get,
688
- has: has,
689
- enforce: enforce,
690
- getterFor: getterFor
691
- };
692
-
693
- var fails$1 = fails$8;
694
- var isCallable$2 = isCallable$a;
695
- var hasOwn$1 = hasOwnProperty_1;
696
- var DESCRIPTORS = descriptors;
697
- var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
698
- var inspectSource = inspectSource$2;
699
- var InternalStateModule = internalState;
700
-
701
- var enforceInternalState = InternalStateModule.enforce;
702
- var getInternalState = InternalStateModule.get;
703
- // eslint-disable-next-line es-x/no-object-defineproperty -- safe
704
- var defineProperty = Object.defineProperty;
705
-
706
- var CONFIGURABLE_LENGTH = DESCRIPTORS && !fails$1(function () {
707
- return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
708
- });
709
-
710
- var TEMPLATE = String(String).split('String');
711
-
712
- var makeBuiltIn$1 = makeBuiltIn$2.exports = function (value, name, options) {
713
- if (String(name).slice(0, 7) === 'Symbol(') {
714
- name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
715
- }
716
- if (options && options.getter) name = 'get ' + name;
717
- if (options && options.setter) name = 'set ' + name;
718
- if (!hasOwn$1(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
719
- if (DESCRIPTORS) defineProperty(value, 'name', { value: name, configurable: true });
720
- else value.name = name;
721
- }
722
- if (CONFIGURABLE_LENGTH && options && hasOwn$1(options, 'arity') && value.length !== options.arity) {
723
- defineProperty(value, 'length', { value: options.arity });
724
- }
725
- try {
726
- if (options && hasOwn$1(options, 'constructor') && options.constructor) {
727
- if (DESCRIPTORS) defineProperty(value, 'prototype', { writable: false });
728
- // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
729
- } else if (value.prototype) value.prototype = undefined;
730
- } catch (error) { /* empty */ }
731
- var state = enforceInternalState(value);
732
- if (!hasOwn$1(state, 'source')) {
733
- state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
734
- } return value;
735
- };
736
-
737
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
738
- // eslint-disable-next-line no-extend-native -- required
739
- Function.prototype.toString = makeBuiltIn$1(function toString() {
740
- return isCallable$2(this) && getInternalState(this).source || inspectSource(this);
741
- }, 'toString');
742
-
743
- var makeBuiltIn_1 = makeBuiltIn$2.exports;
744
-
745
- var isCallable$1 = isCallable$a;
746
- var definePropertyModule = objectDefineProperty;
747
- var makeBuiltIn = makeBuiltIn$2.exports;
748
- var defineGlobalProperty = defineGlobalProperty$2;
749
-
750
- var defineBuiltIn = function (O, key, value, options) {
751
- if (!options) options = {};
752
- var simple = options.enumerable;
753
- var name = options.name !== undefined ? options.name : key;
754
- if (isCallable$1(value)) makeBuiltIn(value, name, options);
755
- if (options.global) {
756
- if (simple) O[key] = value;
757
- else defineGlobalProperty(key, value);
758
- } else {
759
- try {
760
- if (!options.unsafe) delete O[key];
761
- else if (O[key]) simple = true;
762
- } catch (error) { /* empty */ }
763
- if (simple) O[key] = value;
764
- else definePropertyModule.f(O, key, {
765
- value: value,
766
- enumerable: false,
767
- configurable: !options.nonConfigurable,
768
- writable: !options.nonWritable
769
- });
770
- } return O;
771
- };
772
-
773
- var objectGetOwnPropertyNames = {};
774
-
775
- var ceil = Math.ceil;
776
- var floor = Math.floor;
777
-
778
- // `Math.trunc` method
779
- // https://tc39.es/ecma262/#sec-math.trunc
780
- // eslint-disable-next-line es-x/no-math-trunc -- safe
781
- var mathTrunc = Math.trunc || function trunc(x) {
782
- var n = +x;
783
- return (n > 0 ? floor : ceil)(n);
784
- };
785
-
786
- var trunc = mathTrunc;
787
-
788
- // `ToIntegerOrInfinity` abstract operation
789
- // https://tc39.es/ecma262/#sec-tointegerorinfinity
790
- var toIntegerOrInfinity$2 = function (argument) {
791
- var number = +argument;
792
- // eslint-disable-next-line no-self-compare -- NaN check
793
- return number !== number || number === 0 ? 0 : trunc(number);
794
- };
795
-
796
- var toIntegerOrInfinity$1 = toIntegerOrInfinity$2;
797
-
798
- var max = Math.max;
799
- var min$1 = Math.min;
800
-
801
- // Helper for a popular repeating case of the spec:
802
- // Let integer be ? ToInteger(index).
803
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
804
- var toAbsoluteIndex$1 = function (index, length) {
805
- var integer = toIntegerOrInfinity$1(index);
806
- return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
807
- };
808
-
809
- var toIntegerOrInfinity = toIntegerOrInfinity$2;
810
-
811
- var min = Math.min;
812
-
813
- // `ToLength` abstract operation
814
- // https://tc39.es/ecma262/#sec-tolength
815
- var toLength$1 = function (argument) {
816
- return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
817
- };
818
-
819
- var toLength = toLength$1;
820
-
821
- // `LengthOfArrayLike` abstract operation
822
- // https://tc39.es/ecma262/#sec-lengthofarraylike
823
- var lengthOfArrayLike$1 = function (obj) {
824
- return toLength(obj.length);
825
- };
826
-
827
- var toIndexedObject$1 = toIndexedObject$3;
828
- var toAbsoluteIndex = toAbsoluteIndex$1;
829
- var lengthOfArrayLike = lengthOfArrayLike$1;
830
-
831
- // `Array.prototype.{ indexOf, includes }` methods implementation
832
- var createMethod = function (IS_INCLUDES) {
833
- return function ($this, el, fromIndex) {
834
- var O = toIndexedObject$1($this);
835
- var length = lengthOfArrayLike(O);
836
- var index = toAbsoluteIndex(fromIndex, length);
837
- var value;
838
- // Array#includes uses SameValueZero equality algorithm
839
- // eslint-disable-next-line no-self-compare -- NaN check
840
- if (IS_INCLUDES && el != el) while (length > index) {
841
- value = O[index++];
842
- // eslint-disable-next-line no-self-compare -- NaN check
843
- if (value != value) return true;
844
- // Array#indexOf ignores holes, Array#includes - not
845
- } else for (;length > index; index++) {
846
- if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
847
- } return !IS_INCLUDES && -1;
848
- };
849
- };
850
-
851
- var arrayIncludes = {
852
- // `Array.prototype.includes` method
853
- // https://tc39.es/ecma262/#sec-array.prototype.includes
854
- includes: createMethod(true),
855
- // `Array.prototype.indexOf` method
856
- // https://tc39.es/ecma262/#sec-array.prototype.indexof
857
- indexOf: createMethod(false)
858
- };
859
-
860
- var uncurryThis = functionUncurryThis;
861
- var hasOwn = hasOwnProperty_1;
862
- var toIndexedObject = toIndexedObject$3;
863
- var indexOf = arrayIncludes.indexOf;
864
- var hiddenKeys$1 = hiddenKeys$3;
865
-
866
- var push = uncurryThis([].push);
867
-
868
- var objectKeysInternal = function (object, names) {
869
- var O = toIndexedObject(object);
870
- var i = 0;
871
- var result = [];
872
- var key;
873
- for (key in O) !hasOwn(hiddenKeys$1, key) && hasOwn(O, key) && push(result, key);
874
- // Don't enum bug & hidden keys
875
- while (names.length > i) if (hasOwn(O, key = names[i++])) {
876
- ~indexOf(result, key) || push(result, key);
877
- }
878
- return result;
879
- };
880
-
881
- // IE8- don't enum bug keys
882
- var enumBugKeys$1 = [
883
- 'constructor',
884
- 'hasOwnProperty',
885
- 'isPrototypeOf',
886
- 'propertyIsEnumerable',
887
- 'toLocaleString',
888
- 'toString',
889
- 'valueOf'
890
- ];
891
-
892
- var internalObjectKeys = objectKeysInternal;
893
- var enumBugKeys = enumBugKeys$1;
894
-
895
- var hiddenKeys = enumBugKeys.concat('length', 'prototype');
896
-
897
- // `Object.getOwnPropertyNames` method
898
- // https://tc39.es/ecma262/#sec-object.getownpropertynames
899
- // eslint-disable-next-line es-x/no-object-getownpropertynames -- safe
900
- var f = objectGetOwnPropertyNames.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
901
- return internalObjectKeys(O, hiddenKeys);
902
- };
903
-
904
- var fails = fails$8;
905
- var isCallable = isCallable$a;
906
-
907
- var replacement = /#|\.prototype\./;
908
-
909
- var isForced = function (feature, detection) {
910
- var value = data[normalize(feature)];
911
- return value == POLYFILL ? true
912
- : value == NATIVE ? false
913
- : isCallable(detection) ? fails(detection)
914
- : !!detection;
915
- };
916
-
917
- var normalize = isForced.normalize = function (string) {
918
- return String(string).replace(replacement, '.').toLowerCase();
919
- };
920
-
921
- var data = isForced.data = {};
922
- var NATIVE = isForced.NATIVE = 'N';
923
- var POLYFILL = isForced.POLYFILL = 'P';
924
-
925
- var isForced_1 = isForced;
926
-
927
- export { toLength$1 as A, requireObjectCoercible$2 as B, getMethod$1 as C, getBuiltIn$2 as D, objectGetOwnPropertyNames as E, objectGetOwnPropertyDescriptor as F, objectDefineProperty as G, defineGlobalProperty$2 as H, isForced_1 as I, arrayIncludes as J, isObject$5 as K, isSymbol$2 as L, toPrimitive$1 as M, tryToString$1 as N, sharedKey$1 as O, isPure as P, createPropertyDescriptor$2 as Q, functionBindNative as R, indexedObject as S, objectKeysInternal as T, enumBugKeys$1 as U, v8PrototypeDefineBug as V, hiddenKeys$3 as W, inspectSource$2 as X, toPropertyKey$2 as Y, documentCreateElement as a, defineBuiltIn as b, createNonEnumerableProperty$1 as c, descriptors as d, toObject$1 as e, functionUncurryThis as f, global$9 as g, fails$8 as h, toAbsoluteIndex$1 as i, engineUserAgent as j, aCallable$1 as k, lengthOfArrayLike$1 as l, engineV8Version as m, anObject$1 as n, objectPropertyIsEnumerable as o, functionCall as p, hasOwnProperty_1 as q, objectIsPrototypeOf as r, functionName as s, toIndexedObject$3 as t, shared$4 as u, internalState as v, wellKnownSymbol$1 as w, isCallable$a as x, classofRaw as y, toIntegerOrInfinity$2 as z };