@mcurros2/microm 1.1.162-0 → 1.1.164-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.
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +25 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3852,7 +3852,8 @@ const $5cdab1be66fbf6ab$export$6ccb6e1de3749d56 = {
|
|
|
3852
3852
|
toggleLabel: 'Toggle',
|
|
3853
3853
|
FullScreenIcon: (0, $b4te3$tablericonsreact.IconArrowsDiagonal),
|
|
3854
3854
|
RestoreScreeSizeIcon: (0, $b4te3$tablericonsreact.IconArrowsDiagonalMinimize2),
|
|
3855
|
-
withCloseButton: true
|
|
3855
|
+
withCloseButton: true,
|
|
3856
|
+
withFullscreenButton: true
|
|
3856
3857
|
};
|
|
3857
3858
|
const $5cdab1be66fbf6ab$var$NEW_SIZES = {
|
|
3858
3859
|
xs: '20%',
|
|
@@ -3886,6 +3887,8 @@ const $5cdab1be66fbf6ab$export$4a25ee9b30a3b11c = ({ modalProps: modalProps, ani
|
|
|
3886
3887
|
if (!focusOnClosed) focusOnClosed = document.activeElement;
|
|
3887
3888
|
// Default for closeButton
|
|
3888
3889
|
if (modalProps.withCloseButton === undefined) modalProps.withCloseButton = $5cdab1be66fbf6ab$export$6ccb6e1de3749d56.withCloseButton;
|
|
3890
|
+
// Default full screen button
|
|
3891
|
+
if (modalProps.withFullscreenButton === undefined) modalProps.withFullscreenButton = $5cdab1be66fbf6ab$export$6ccb6e1de3749d56.withFullscreenButton;
|
|
3889
3892
|
// If content is a Promise
|
|
3890
3893
|
if ((0, $lTNXP.isPromise)(content)) {
|
|
3891
3894
|
content.then((resolvedContent)=>{
|
|
@@ -41266,8 +41269,11 @@ parcelRegister("b6vlE", function(module, exports) {
|
|
|
41266
41269
|
var $g1od8 = parcelRequire("g1od8");
|
|
41267
41270
|
|
|
41268
41271
|
var $kRRLT = parcelRequire("kRRLT");
|
|
41272
|
+
|
|
41273
|
+
var $a59jU = parcelRequire("a59jU");
|
|
41269
41274
|
$parcel$exportWildcard(module.exports, $g1od8);
|
|
41270
41275
|
$parcel$exportWildcard(module.exports, $kRRLT);
|
|
41276
|
+
$parcel$exportWildcard(module.exports, $a59jU);
|
|
41271
41277
|
|
|
41272
41278
|
});
|
|
41273
41279
|
parcelRegister("g1od8", function(module, exports) {
|
|
@@ -41306,6 +41312,24 @@ class $af68dc5023364721$export$cb9d45d3d0f86341 extends (0, $bFPBM.Entity) {
|
|
|
41306
41312
|
|
|
41307
41313
|
});
|
|
41308
41314
|
|
|
41315
|
+
parcelRegister("a59jU", function(module, exports) {
|
|
41316
|
+
|
|
41317
|
+
$parcel$export(module.exports, "catIdentityProviderRoles", function () { return $65a40cbf7d9b589d$export$3ac97a9fa7384365; });
|
|
41318
|
+
parcelRequire("cVppo");
|
|
41319
|
+
var $dHfNt = parcelRequire("dHfNt");
|
|
41320
|
+
parcelRequire("2eyXi");
|
|
41321
|
+
var $bFPBM = parcelRequire("bFPBM");
|
|
41322
|
+
class $65a40cbf7d9b589d$export$3ac97a9fa7384365 extends (0, $bFPBM.Entity) {
|
|
41323
|
+
constructor(client, parentKeys = {}){
|
|
41324
|
+
super(client, new (0, $dHfNt.CategoriesValuesDef)(), parentKeys);
|
|
41325
|
+
this.def.columns.c_category_id.value = "IdentityProviderRoles";
|
|
41326
|
+
this.def.columns.c_category_id.defaultValue = "IdentityProviderRoles";
|
|
41327
|
+
this.Title = "Identity Provider Roles";
|
|
41328
|
+
}
|
|
41329
|
+
}
|
|
41330
|
+
|
|
41331
|
+
});
|
|
41332
|
+
|
|
41309
41333
|
|
|
41310
41334
|
parcelRegister("20cAu", function(module, exports) {
|
|
41311
41335
|
|