@gnwebsoft/ui 2.17.5 → 2.17.6

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.
@@ -364,6 +364,7 @@ var Component4 = function TextFieldElement(props) {
364
364
  component: TextFieldComponent = TextField2,
365
365
  gridProps,
366
366
  transform,
367
+ label,
367
368
  textFieldProps = {},
368
369
  ...rest
369
370
  } = props;
@@ -417,6 +418,7 @@ var Component4 = function TextFieldElement(props) {
417
418
  onBlur(event);
418
419
  }
419
420
  },
421
+ label,
420
422
  fullWidth: true,
421
423
  required,
422
424
  type,
@@ -364,6 +364,7 @@ var Component4 = function TextFieldElement(props) {
364
364
  component: TextFieldComponent = _material.TextField,
365
365
  gridProps,
366
366
  transform,
367
+ label,
367
368
  textFieldProps = {},
368
369
  ...rest
369
370
  } = props;
@@ -417,6 +418,7 @@ var Component4 = function TextFieldElement(props) {
417
418
  onBlur(event);
418
419
  }
419
420
  },
421
+ label,
420
422
  fullWidth: true,
421
423
  required,
422
424
  type,
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ require('./chunk-7M2VOCYN.js');
10
10
  require('./chunk-TLJXC46A.js');
11
11
 
12
12
 
13
- var _chunkTP5OSIU5js = require('./chunk-TP5OSIU5.js');
13
+ var _chunkAI4D4HA6js = require('./chunk-AI4D4HA6.js');
14
14
 
15
15
 
16
16
  var _chunk6JZ35VQJjs = require('./chunk-6JZ35VQJ.js');
@@ -41,4 +41,4 @@ var _chunkBSA6BJG2js = require('./chunk-BSA6BJG2.js');
41
41
 
42
42
 
43
43
 
44
- exports.ClearButton = _chunkMXOTA42Jjs.ClearButton_default; exports.Field = _chunkTP5OSIU5js.Field_default; exports.FilterButton = _chunkMXOTA42Jjs.FilterButton_default; exports.FormWrapper = _chunkMXOTA42Jjs.FormWrapper_default; exports.LabelText = _chunkMXOTA42Jjs.LabelText_default; exports.ListWrapper = _chunkMXOTA42Jjs.ListWrapper_default; exports.SimpleToolbar = _chunkMXOTA42Jjs.SimpleToolbar_default; exports.api = _chunkBSA6BJG2js.api; exports.flattenObjectKeys = _chunkBSA6BJG2js.flattenObjectKeys; exports.getTimezone = _chunkBSA6BJG2js.getTimezone; exports.handleServerErrors = _chunkBSA6BJG2js.handleServerErrors; exports.propertyExists = _chunkBSA6BJG2js.propertyExists; exports.readValueAsDate = _chunkBSA6BJG2js.readValueAsDate; exports.removeLeadingTrailingSlashes = _chunkBSA6BJG2js.removeLeadingTrailingSlashes; exports.schemaTools = _chunkBSA6BJG2js.schemaTools; exports.useTransform = _chunk6JZ35VQJjs.useTransform;
44
+ exports.ClearButton = _chunkMXOTA42Jjs.ClearButton_default; exports.Field = _chunkAI4D4HA6js.Field_default; exports.FilterButton = _chunkMXOTA42Jjs.FilterButton_default; exports.FormWrapper = _chunkMXOTA42Jjs.FormWrapper_default; exports.LabelText = _chunkMXOTA42Jjs.LabelText_default; exports.ListWrapper = _chunkMXOTA42Jjs.ListWrapper_default; exports.SimpleToolbar = _chunkMXOTA42Jjs.SimpleToolbar_default; exports.api = _chunkBSA6BJG2js.api; exports.flattenObjectKeys = _chunkBSA6BJG2js.flattenObjectKeys; exports.getTimezone = _chunkBSA6BJG2js.getTimezone; exports.handleServerErrors = _chunkBSA6BJG2js.handleServerErrors; exports.propertyExists = _chunkBSA6BJG2js.propertyExists; exports.readValueAsDate = _chunkBSA6BJG2js.readValueAsDate; exports.removeLeadingTrailingSlashes = _chunkBSA6BJG2js.removeLeadingTrailingSlashes; exports.schemaTools = _chunkBSA6BJG2js.schemaTools; exports.useTransform = _chunk6JZ35VQJjs.useTransform;
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import "./chunk-2JFL7TS5.mjs";
10
10
  import "./chunk-5VR5QVUV.mjs";
11
11
  import {
12
12
  Field_default
13
- } from "./chunk-B3F2F3PI.mjs";
13
+ } from "./chunk-5YW4SMPO.mjs";
14
14
  import {
15
15
  useTransform
16
16
  } from "./chunk-GFSTK7KN.mjs";
@@ -161,6 +161,7 @@ type TextFieldElementProps<TFieldValues extends FieldValues = FieldValues, TName
161
161
  input?: (value: PathValue<TFieldValues, TName>) => TValue;
162
162
  output?: (event: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => PathValue<TFieldValues, TName>;
163
163
  };
164
+ label?: string;
164
165
  textFieldProps?: Omit<TextFieldProps, "name">;
165
166
  gridProps?: Grid2Props;
166
167
  };
@@ -161,6 +161,7 @@ type TextFieldElementProps<TFieldValues extends FieldValues = FieldValues, TName
161
161
  input?: (value: PathValue<TFieldValues, TName>) => TValue;
162
162
  output?: (event: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => PathValue<TFieldValues, TName>;
163
163
  };
164
+ label?: string;
164
165
  textFieldProps?: Omit<TextFieldProps, "name">;
165
166
  gridProps?: Grid2Props;
166
167
  };
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkTP5OSIU5js = require('../chunk-TP5OSIU5.js');
3
+ var _chunkAI4D4HA6js = require('../chunk-AI4D4HA6.js');
4
4
  require('../chunk-6JZ35VQJ.js');
5
5
  require('../chunk-BSA6BJG2.js');
6
6
 
7
7
 
8
- exports.Field = _chunkTP5OSIU5js.Field_default;
8
+ exports.Field = _chunkAI4D4HA6js.Field_default;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Field_default
3
- } from "../chunk-B3F2F3PI.mjs";
3
+ } from "../chunk-5YW4SMPO.mjs";
4
4
  import "../chunk-GFSTK7KN.mjs";
5
5
  import "../chunk-44LP4RZD.mjs";
6
6
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnwebsoft/ui",
3
- "version": "2.17.5",
3
+ "version": "2.17.6",
4
4
  "description": "A set of reusable wrappers for MUI v6",
5
5
  "author": "GNWebsoft Private Limited",
6
6
  "license": "",