@mcurros2/microm 1.1.163-0 → 1.1.165-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 +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4384,7 +4384,7 @@ const $95e2e1bafd0c20d6$var$defaultProps = {
|
|
|
4384
4384
|
autoTrim: true
|
|
4385
4385
|
};
|
|
4386
4386
|
const $95e2e1bafd0c20d6$export$2c73285ae9390cec = /*#__PURE__*/ (0, $b4te3$react.forwardRef)(function TextField(props, ref) {
|
|
4387
|
-
const { column: column, entityForm: entityForm, validate: validate, validationContainer: validationContainer, maw: maw, required: required, requiredMessage: requiredMessage, maxLength: maxLength, readOnly: readOnly, label: label, placeholder: placeholder, description: description, withAsterisk: withAsterisk, autoFocus: autoFocus, onBlur: onBlur, onChange: onChange, onFocus: onFocus, transform: transform, autoTrim: autoTrim, ...others } = (0, $b4te3$mantinecore.useComponentDefaultProps)('TextField', $95e2e1bafd0c20d6$var$defaultProps, props);
|
|
4387
|
+
const { column: column, entityForm: entityForm, validate: validate, validationContainer: validationContainer, maw: maw, required: required, requiredMessage: requiredMessage, maxLength: maxLength, readOnly: readOnly, label: label, placeholder: placeholder, description: description, withAsterisk: withAsterisk, autoFocus: autoFocus, onBlur: onBlur, onChange: onChange, onFocus: onFocus, transform: transform, autoTrim: autoTrim, iconWidth: iconWidth, ...others } = (0, $b4te3$mantinecore.useComponentDefaultProps)('TextField', $95e2e1bafd0c20d6$var$defaultProps, props);
|
|
4388
4388
|
(0, $hAMyt.useFieldConfiguration)({
|
|
4389
4389
|
entityForm: entityForm,
|
|
4390
4390
|
column: column,
|
|
@@ -4444,6 +4444,7 @@ const $95e2e1bafd0c20d6$export$2c73285ae9390cec = /*#__PURE__*/ (0, $b4te3$react
|
|
|
4444
4444
|
onBlur: handleOnBlur,
|
|
4445
4445
|
onChange: handleOnChange,
|
|
4446
4446
|
onFocus: handleOnFocus,
|
|
4447
|
+
iconWidth: iconWidth && typeof iconWidth === 'string' ? (0, $b4te3$mantinecore.px)(iconWidth) : iconWidth,
|
|
4447
4448
|
ref: ref
|
|
4448
4449
|
});
|
|
4449
4450
|
});
|
|
@@ -41269,8 +41270,11 @@ parcelRegister("b6vlE", function(module, exports) {
|
|
|
41269
41270
|
var $g1od8 = parcelRequire("g1od8");
|
|
41270
41271
|
|
|
41271
41272
|
var $kRRLT = parcelRequire("kRRLT");
|
|
41273
|
+
|
|
41274
|
+
var $a59jU = parcelRequire("a59jU");
|
|
41272
41275
|
$parcel$exportWildcard(module.exports, $g1od8);
|
|
41273
41276
|
$parcel$exportWildcard(module.exports, $kRRLT);
|
|
41277
|
+
$parcel$exportWildcard(module.exports, $a59jU);
|
|
41274
41278
|
|
|
41275
41279
|
});
|
|
41276
41280
|
parcelRegister("g1od8", function(module, exports) {
|
|
@@ -41309,6 +41313,24 @@ class $af68dc5023364721$export$cb9d45d3d0f86341 extends (0, $bFPBM.Entity) {
|
|
|
41309
41313
|
|
|
41310
41314
|
});
|
|
41311
41315
|
|
|
41316
|
+
parcelRegister("a59jU", function(module, exports) {
|
|
41317
|
+
|
|
41318
|
+
$parcel$export(module.exports, "catIdentityProviderRoles", function () { return $65a40cbf7d9b589d$export$3ac97a9fa7384365; });
|
|
41319
|
+
parcelRequire("cVppo");
|
|
41320
|
+
var $dHfNt = parcelRequire("dHfNt");
|
|
41321
|
+
parcelRequire("2eyXi");
|
|
41322
|
+
var $bFPBM = parcelRequire("bFPBM");
|
|
41323
|
+
class $65a40cbf7d9b589d$export$3ac97a9fa7384365 extends (0, $bFPBM.Entity) {
|
|
41324
|
+
constructor(client, parentKeys = {}){
|
|
41325
|
+
super(client, new (0, $dHfNt.CategoriesValuesDef)(), parentKeys);
|
|
41326
|
+
this.def.columns.c_category_id.value = "IdentityProviderRoles";
|
|
41327
|
+
this.def.columns.c_category_id.defaultValue = "IdentityProviderRoles";
|
|
41328
|
+
this.Title = "Identity Provider Roles";
|
|
41329
|
+
}
|
|
41330
|
+
}
|
|
41331
|
+
|
|
41332
|
+
});
|
|
41333
|
+
|
|
41312
41334
|
|
|
41313
41335
|
parcelRegister("20cAu", function(module, exports) {
|
|
41314
41336
|
|