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

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 (25) hide show
  1. package/dist/front-mfe-components.common.js +28 -28
  2. package/dist/front-mfe-components.common.js.map +1 -1
  3. package/dist/front-mfe-components.umd.js +28 -28
  4. package/dist/front-mfe-components.umd.js.map +1 -1
  5. package/dist/front-mfe-components.umd.min.js +1 -1
  6. package/dist/front-mfe-components.umd.min.js.map +1 -1
  7. package/package.json +3 -3
  8. package/src/components/DialogPrompt/index.ts +77 -0
  9. package/src/components/DialogPrompt/utils/bootstrap.ts +20 -0
  10. package/src/components/DialogPrompt/utils/index.ts +5 -0
  11. package/src/components/DialogPrompt/utils/modalFooter.ts +41 -0
  12. package/src/components/DialogPrompt/utils/modalHeader.ts +21 -0
  13. package/src/examples/Colors.stories.js +4 -4
  14. package/src/examples/{VuetifyDialog.stories.js → Dialog.stories.js} +34 -3
  15. package/src/plugins/DialogPrompt/index.ts +71 -0
  16. package/src/plugins/DialogPrompt/utils/bootstrap.ts +28 -0
  17. package/src/plugins/DialogPrompt/utils/index.ts +5 -0
  18. package/src/plugins/DialogPrompt/utils/modalFooter.ts +41 -0
  19. package/src/plugins/DialogPrompt/utils/modalHeader.ts +13 -0
  20. package/src/scss/DialogPrompt.scss +5 -0
  21. package/src/scss/VuejsDialog.scss +0 -93
  22. /package/src/configurations/{_theme-colors-background.scss → _theme-colors-background.module.scss} +0 -0
  23. /package/src/configurations/{_theme-colors-stroke.scss → _theme-colors-stroke.module.scss} +0 -0
  24. /package/src/configurations/{_theme-colors-text.scss → _theme-colors-text.module.scss} +0 -0
  25. /package/src/configurations/{_theme-colors-variations.scss → _theme-colors-variations.module.scss} +0 -0
@@ -1173,6 +1173,33 @@ exports.default = (function (commit, data, parser, key) {
1173
1173
  });
1174
1174
 
1175
1175
 
1176
+ /***/ }),
1177
+
1178
+ /***/ "24aa":
1179
+ /***/ (function(module, exports) {
1180
+
1181
+ var g;
1182
+
1183
+ // This works in non-strict mode
1184
+ g = (function() {
1185
+ return this;
1186
+ })();
1187
+
1188
+ try {
1189
+ // This works if eval is allowed (see CSP)
1190
+ g = g || new Function("return this")();
1191
+ } catch (e) {
1192
+ // This works if the window reference is available
1193
+ if (typeof window === "object") g = window;
1194
+ }
1195
+
1196
+ // g can still be undefined, but nothing to do about it...
1197
+ // We return undefined, instead of nothing here, so it's
1198
+ // easier to handle this case. if(!global) { ...}
1199
+
1200
+ module.exports = g;
1201
+
1202
+
1176
1203
  /***/ }),
1177
1204
 
1178
1205
  /***/ "24ef":
@@ -5335,33 +5362,6 @@ var StatusEnum;
5335
5362
  })(StatusEnum = exports.StatusEnum || (exports.StatusEnum = {}));
5336
5363
 
5337
5364
 
5338
- /***/ }),
5339
-
5340
- /***/ "c8ba":
5341
- /***/ (function(module, exports) {
5342
-
5343
- var g;
5344
-
5345
- // This works in non-strict mode
5346
- g = (function() {
5347
- return this;
5348
- })();
5349
-
5350
- try {
5351
- // This works if eval is allowed (see CSP)
5352
- g = g || new Function("return this")();
5353
- } catch (e) {
5354
- // This works if the window reference is available
5355
- if (typeof window === "object") g = window;
5356
- }
5357
-
5358
- // g can still be undefined, but nothing to do about it...
5359
- // We return undefined, instead of nothing here, so it's
5360
- // easier to handle this case. if(!global) { ...}
5361
-
5362
- module.exports = g;
5363
-
5364
-
5365
5365
  /***/ }),
5366
5366
 
5367
5367
  /***/ "c91e":
@@ -5849,7 +5849,7 @@ module.exports =
5849
5849
  // eslint-disable-next-line no-new-func -- fallback
5850
5850
  (function () { return this; })() || this || Function('return this')();
5851
5851
 
5852
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("c8ba")))
5852
+ /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("24aa")))
5853
5853
 
5854
5854
  /***/ }),
5855
5855