@farm-investimentos/front-mfe-components-vue3 0.0.1 → 0.0.2

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.
@@ -1182,6 +1182,33 @@ exports.default = (function (commit, data, parser, key) {
1182
1182
  });
1183
1183
 
1184
1184
 
1185
+ /***/ }),
1186
+
1187
+ /***/ "24aa":
1188
+ /***/ (function(module, exports) {
1189
+
1190
+ var g;
1191
+
1192
+ // This works in non-strict mode
1193
+ g = (function() {
1194
+ return this;
1195
+ })();
1196
+
1197
+ try {
1198
+ // This works if eval is allowed (see CSP)
1199
+ g = g || new Function("return this")();
1200
+ } catch (e) {
1201
+ // This works if the window reference is available
1202
+ if (typeof window === "object") g = window;
1203
+ }
1204
+
1205
+ // g can still be undefined, but nothing to do about it...
1206
+ // We return undefined, instead of nothing here, so it's
1207
+ // easier to handle this case. if(!global) { ...}
1208
+
1209
+ module.exports = g;
1210
+
1211
+
1185
1212
  /***/ }),
1186
1213
 
1187
1214
  /***/ "24ef":
@@ -5344,33 +5371,6 @@ var StatusEnum;
5344
5371
  })(StatusEnum = exports.StatusEnum || (exports.StatusEnum = {}));
5345
5372
 
5346
5373
 
5347
- /***/ }),
5348
-
5349
- /***/ "c8ba":
5350
- /***/ (function(module, exports) {
5351
-
5352
- var g;
5353
-
5354
- // This works in non-strict mode
5355
- g = (function() {
5356
- return this;
5357
- })();
5358
-
5359
- try {
5360
- // This works if eval is allowed (see CSP)
5361
- g = g || new Function("return this")();
5362
- } catch (e) {
5363
- // This works if the window reference is available
5364
- if (typeof window === "object") g = window;
5365
- }
5366
-
5367
- // g can still be undefined, but nothing to do about it...
5368
- // We return undefined, instead of nothing here, so it's
5369
- // easier to handle this case. if(!global) { ...}
5370
-
5371
- module.exports = g;
5372
-
5373
-
5374
5374
  /***/ }),
5375
5375
 
5376
5376
  /***/ "c91e":
@@ -5858,7 +5858,7 @@ module.exports =
5858
5858
  // eslint-disable-next-line no-new-func -- fallback
5859
5859
  (function () { return this; })() || this || Function('return this')();
5860
5860
 
5861
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("c8ba")))
5861
+ /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("24aa")))
5862
5862
 
5863
5863
  /***/ }),
5864
5864