@gnwebsoft/ui 2.17.7 → 2.17.9
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-A4ET2H3D.js → chunk-BMJZCRJT.js} +2 -0
- package/dist/{chunk-RHG7GNU5.mjs → chunk-T5CD2TUF.mjs} +2 -0
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/wrappers/index.d.mts +1 -0
- package/dist/wrappers/index.d.ts +1 -0
- package/dist/wrappers/index.js +2 -2
- package/dist/wrappers/index.mjs +1 -1
- package/package.json +7 -3
|
@@ -25,6 +25,7 @@ var Component = function DatePickerElement(props) {
|
|
|
25
25
|
control,
|
|
26
26
|
textReadOnly,
|
|
27
27
|
label,
|
|
28
|
+
placeholder,
|
|
28
29
|
gridProps,
|
|
29
30
|
slotProps,
|
|
30
31
|
transform,
|
|
@@ -76,6 +77,7 @@ var Component = function DatePickerElement(props) {
|
|
|
76
77
|
textField: {
|
|
77
78
|
...inputProps,
|
|
78
79
|
required,
|
|
80
|
+
placeholder,
|
|
79
81
|
fullWidth: true,
|
|
80
82
|
onBlur: (event) => {
|
|
81
83
|
field.onBlur();
|
|
@@ -25,6 +25,7 @@ var Component = function DatePickerElement(props) {
|
|
|
25
25
|
control,
|
|
26
26
|
textReadOnly,
|
|
27
27
|
label,
|
|
28
|
+
placeholder,
|
|
28
29
|
gridProps,
|
|
29
30
|
slotProps,
|
|
30
31
|
transform,
|
|
@@ -76,6 +77,7 @@ var Component = function DatePickerElement(props) {
|
|
|
76
77
|
textField: {
|
|
77
78
|
...inputProps,
|
|
78
79
|
required,
|
|
80
|
+
placeholder,
|
|
79
81
|
fullWidth: true,
|
|
80
82
|
onBlur: (event) => {
|
|
81
83
|
field.onBlur();
|
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
|
@@ -134,6 +134,7 @@ type DatePickerElementProps<TFieldValues extends FieldValues = FieldValues, TNam
|
|
|
134
134
|
inputProps?: TextFieldProps;
|
|
135
135
|
helperText?: TextFieldProps["helperText"];
|
|
136
136
|
label?: ReactNode;
|
|
137
|
+
placeholder?: string;
|
|
137
138
|
textReadOnly?: boolean;
|
|
138
139
|
slotProps?: Omit<DatePickerSlotProps<TValue, TEnableAccessibleFieldDOMStructure>, "textField">;
|
|
139
140
|
transform?: {
|
package/dist/wrappers/index.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ type DatePickerElementProps<TFieldValues extends FieldValues = FieldValues, TNam
|
|
|
134
134
|
inputProps?: TextFieldProps;
|
|
135
135
|
helperText?: TextFieldProps["helperText"];
|
|
136
136
|
label?: ReactNode;
|
|
137
|
+
placeholder?: string;
|
|
137
138
|
textReadOnly?: boolean;
|
|
138
139
|
slotProps?: Omit<DatePickerSlotProps<TValue, TEnableAccessibleFieldDOMStructure>, "textField">;
|
|
139
140
|
transform?: {
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnwebsoft/ui",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.9",
|
|
4
4
|
"description": "A set of reusable wrappers for MUI v6",
|
|
5
5
|
"author": "GNWebsoft Private Limited",
|
|
6
6
|
"license": "",
|
|
@@ -65,15 +65,19 @@
|
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@emotion/cache": "^11.14.0",
|
|
67
67
|
"@emotion/react": "^11.14.0",
|
|
68
|
-
"@emotion/styled": "^11.14.0"
|
|
68
|
+
"@emotion/styled": "^11.14.0"
|
|
69
|
+
,
|
|
69
70
|
"@fontsource/roboto": "^5.1.1",
|
|
71
|
+
|
|
70
72
|
"@hookform/resolvers": "^3.9.1",
|
|
71
73
|
"@mui/icons-material": "^6.3.0",
|
|
74
|
+
|
|
72
75
|
"@mui/lab": "^6.0.0-beta.21",
|
|
73
76
|
"@mui/material": "6.4.10",
|
|
74
77
|
"@mui/x-data-grid": "^7.23.5",
|
|
75
78
|
"@mui/x-date-pickers": "^7.28.3",
|
|
76
79
|
"@mui/x-tree-view": "^7.23.2",
|
|
80
|
+
|
|
77
81
|
"autosuggest-highlight": "^3.3.4",
|
|
78
82
|
"axios": "^1.8.4",
|
|
79
83
|
"dayjs": "^1.11.13",
|
|
@@ -83,7 +87,7 @@
|
|
|
83
87
|
"react-dom": "^18.3.1",
|
|
84
88
|
"react-hook-form": "^7.54.2",
|
|
85
89
|
"react-router-dom": "^7.1.1",
|
|
86
|
-
"sonner": "^
|
|
90
|
+
"sonner": "^2.0.3",
|
|
87
91
|
"typescript": "5.7.2",
|
|
88
92
|
"zod": "^3.24.1",
|
|
89
93
|
"zustand": "^5.0.2"
|