@gnwebsoft/ui 2.17.6 → 2.17.8
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/{chunk-AI4D4HA6.js → chunk-BMJZCRJT.js} +6 -0
- package/dist/{chunk-5YW4SMPO.mjs → chunk-T5CD2TUF.mjs} +6 -0
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/wrappers/index.d.mts +3 -0
- package/dist/wrappers/index.d.ts +3 -0
- package/dist/wrappers/index.js +2 -2
- package/dist/wrappers/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -24,6 +24,8 @@ var Component = function DatePickerElement(props) {
|
|
|
24
24
|
inputProps,
|
|
25
25
|
control,
|
|
26
26
|
textReadOnly,
|
|
27
|
+
label,
|
|
28
|
+
placeholder,
|
|
27
29
|
gridProps,
|
|
28
30
|
slotProps,
|
|
29
31
|
transform,
|
|
@@ -56,6 +58,7 @@ var Component = function DatePickerElement(props) {
|
|
|
56
58
|
...rest,
|
|
57
59
|
...field,
|
|
58
60
|
value,
|
|
61
|
+
label,
|
|
59
62
|
inputRef: handleInputRef,
|
|
60
63
|
onClose: (...args) => {
|
|
61
64
|
field.onBlur();
|
|
@@ -74,6 +77,7 @@ var Component = function DatePickerElement(props) {
|
|
|
74
77
|
textField: {
|
|
75
78
|
...inputProps,
|
|
76
79
|
required,
|
|
80
|
+
placeholder,
|
|
77
81
|
fullWidth: true,
|
|
78
82
|
onBlur: (event) => {
|
|
79
83
|
field.onBlur();
|
|
@@ -365,6 +369,7 @@ var Component4 = function TextFieldElement(props) {
|
|
|
365
369
|
gridProps,
|
|
366
370
|
transform,
|
|
367
371
|
label,
|
|
372
|
+
placeholder,
|
|
368
373
|
textFieldProps = {},
|
|
369
374
|
...rest
|
|
370
375
|
} = props;
|
|
@@ -419,6 +424,7 @@ var Component4 = function TextFieldElement(props) {
|
|
|
419
424
|
}
|
|
420
425
|
},
|
|
421
426
|
label,
|
|
427
|
+
placeholder,
|
|
422
428
|
fullWidth: true,
|
|
423
429
|
required,
|
|
424
430
|
type,
|
|
@@ -24,6 +24,8 @@ var Component = function DatePickerElement(props) {
|
|
|
24
24
|
inputProps,
|
|
25
25
|
control,
|
|
26
26
|
textReadOnly,
|
|
27
|
+
label,
|
|
28
|
+
placeholder,
|
|
27
29
|
gridProps,
|
|
28
30
|
slotProps,
|
|
29
31
|
transform,
|
|
@@ -56,6 +58,7 @@ var Component = function DatePickerElement(props) {
|
|
|
56
58
|
...rest,
|
|
57
59
|
...field,
|
|
58
60
|
value,
|
|
61
|
+
label,
|
|
59
62
|
inputRef: handleInputRef,
|
|
60
63
|
onClose: (...args) => {
|
|
61
64
|
field.onBlur();
|
|
@@ -74,6 +77,7 @@ var Component = function DatePickerElement(props) {
|
|
|
74
77
|
textField: {
|
|
75
78
|
...inputProps,
|
|
76
79
|
required,
|
|
80
|
+
placeholder,
|
|
77
81
|
fullWidth: true,
|
|
78
82
|
onBlur: (event) => {
|
|
79
83
|
field.onBlur();
|
|
@@ -365,6 +369,7 @@ var Component4 = function TextFieldElement(props) {
|
|
|
365
369
|
gridProps,
|
|
366
370
|
transform,
|
|
367
371
|
label,
|
|
372
|
+
placeholder,
|
|
368
373
|
textFieldProps = {},
|
|
369
374
|
...rest
|
|
370
375
|
} = props;
|
|
@@ -419,6 +424,7 @@ var Component4 = function TextFieldElement(props) {
|
|
|
419
424
|
}
|
|
420
425
|
},
|
|
421
426
|
label,
|
|
427
|
+
placeholder,
|
|
422
428
|
fullWidth: true,
|
|
423
429
|
required,
|
|
424
430
|
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
|
|
13
|
+
var _chunkBMJZCRJTjs = require('./chunk-BMJZCRJT.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 =
|
|
44
|
+
exports.ClearButton = _chunkMXOTA42Jjs.ClearButton_default; exports.Field = _chunkBMJZCRJTjs.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
|
@@ -133,6 +133,8 @@ type DatePickerElementProps<TFieldValues extends FieldValues = FieldValues, TNam
|
|
|
133
133
|
control?: Control<TFieldValues>;
|
|
134
134
|
inputProps?: TextFieldProps;
|
|
135
135
|
helperText?: TextFieldProps["helperText"];
|
|
136
|
+
label?: ReactNode;
|
|
137
|
+
placeholder?: string;
|
|
136
138
|
textReadOnly?: boolean;
|
|
137
139
|
slotProps?: Omit<DatePickerSlotProps<TValue, TEnableAccessibleFieldDOMStructure>, "textField">;
|
|
138
140
|
transform?: {
|
|
@@ -162,6 +164,7 @@ type TextFieldElementProps<TFieldValues extends FieldValues = FieldValues, TName
|
|
|
162
164
|
output?: (event: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => PathValue<TFieldValues, TName>;
|
|
163
165
|
};
|
|
164
166
|
label?: string;
|
|
167
|
+
placeholder?: string;
|
|
165
168
|
textFieldProps?: Omit<TextFieldProps, "name">;
|
|
166
169
|
gridProps?: Grid2Props;
|
|
167
170
|
};
|
package/dist/wrappers/index.d.ts
CHANGED
|
@@ -133,6 +133,8 @@ type DatePickerElementProps<TFieldValues extends FieldValues = FieldValues, TNam
|
|
|
133
133
|
control?: Control<TFieldValues>;
|
|
134
134
|
inputProps?: TextFieldProps;
|
|
135
135
|
helperText?: TextFieldProps["helperText"];
|
|
136
|
+
label?: ReactNode;
|
|
137
|
+
placeholder?: string;
|
|
136
138
|
textReadOnly?: boolean;
|
|
137
139
|
slotProps?: Omit<DatePickerSlotProps<TValue, TEnableAccessibleFieldDOMStructure>, "textField">;
|
|
138
140
|
transform?: {
|
|
@@ -162,6 +164,7 @@ type TextFieldElementProps<TFieldValues extends FieldValues = FieldValues, TName
|
|
|
162
164
|
output?: (event: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => PathValue<TFieldValues, TName>;
|
|
163
165
|
};
|
|
164
166
|
label?: string;
|
|
167
|
+
placeholder?: string;
|
|
165
168
|
textFieldProps?: Omit<TextFieldProps, "name">;
|
|
166
169
|
gridProps?: Grid2Props;
|
|
167
170
|
};
|
package/dist/wrappers/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkBMJZCRJTjs = require('../chunk-BMJZCRJT.js');
|
|
4
4
|
require('../chunk-6JZ35VQJ.js');
|
|
5
5
|
require('../chunk-BSA6BJG2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.Field =
|
|
8
|
+
exports.Field = _chunkBMJZCRJTjs.Field_default;
|
package/dist/wrappers/index.mjs
CHANGED