@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.
- package/dist/front-mfe-components.common.js +28 -28
- package/dist/front-mfe-components.common.js.map +1 -1
- package/dist/front-mfe-components.umd.js +28 -28
- package/dist/front-mfe-components.umd.js.map +1 -1
- package/dist/front-mfe-components.umd.min.js +1 -1
- package/dist/front-mfe-components.umd.min.js.map +1 -1
- package/package.json +3 -3
- package/src/components/DialogPrompt/index.ts +77 -0
- package/src/components/DialogPrompt/utils/bootstrap.ts +20 -0
- package/src/components/DialogPrompt/utils/index.ts +5 -0
- package/src/components/DialogPrompt/utils/modalFooter.ts +41 -0
- package/src/components/DialogPrompt/utils/modalHeader.ts +21 -0
- package/src/examples/Colors.stories.js +4 -4
- package/src/examples/{VuetifyDialog.stories.js → Dialog.stories.js} +34 -3
- package/src/plugins/DialogPrompt/index.ts +71 -0
- package/src/plugins/DialogPrompt/utils/bootstrap.ts +28 -0
- package/src/plugins/DialogPrompt/utils/index.ts +5 -0
- package/src/plugins/DialogPrompt/utils/modalFooter.ts +41 -0
- package/src/plugins/DialogPrompt/utils/modalHeader.ts +13 -0
- package/src/scss/DialogPrompt.scss +5 -0
- package/src/scss/VuejsDialog.scss +0 -93
- /package/src/configurations/{_theme-colors-background.scss → _theme-colors-background.module.scss} +0 -0
- /package/src/configurations/{_theme-colors-stroke.scss → _theme-colors-stroke.module.scss} +0 -0
- /package/src/configurations/{_theme-colors-text.scss → _theme-colors-text.module.scss} +0 -0
- /package/src/configurations/{_theme-colors-variations.scss → _theme-colors-variations.module.scss} +0 -0
|
@@ -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__("
|
|
5861
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("24aa")))
|
|
5862
5862
|
|
|
5863
5863
|
/***/ }),
|
|
5864
5864
|
|