@gnwebsoft/ui 2.18.44 → 2.18.46
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-BBDVHJQ3.js → chunk-22MN4IPU.js} +388 -73
- package/dist/{chunk-MM6OQZAY.mjs → chunk-5HOGPCEO.mjs} +1 -1
- package/dist/{chunk-IZSKZD5M.js → chunk-6NOXJGU2.js} +3 -3
- package/dist/{chunk-3LU2Q6FI.mjs → chunk-F6RJXISB.mjs} +401 -86
- package/dist/{chunk-FYN7F5WJ.js → chunk-I7EIUZKK.js} +1 -1
- package/dist/{chunk-GAYZ4QSD.mjs → chunk-RQS44YC7.mjs} +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +5 -5
- package/dist/utils/index.d.mts +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/index.js +2 -2
- package/dist/utils/index.mjs +1 -1
- package/dist/wrappers/index.d.mts +30 -8
- package/dist/wrappers/index.d.ts +30 -8
- package/dist/wrappers/index.js +3 -3
- package/dist/wrappers/index.mjs +2 -2
- package/dist/wrappers2/index.js +3 -3
- package/dist/wrappers2/index.mjs +2 -2
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _chunk6JZ35VQJjs = require('./chunk-6JZ35VQJ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkI7EIUZKKjs = require('./chunk-I7EIUZKK.js');
|
|
7
7
|
|
|
8
8
|
// src/wrappers2/DatePickerElement/DatePickerElement.tsx
|
|
9
9
|
|
|
@@ -46,7 +46,7 @@ var Component = function DatePickerElement(props) {
|
|
|
46
46
|
value: field.value,
|
|
47
47
|
onChange: field.onChange,
|
|
48
48
|
transform: {
|
|
49
|
-
input: typeof _optionalChain([transform, 'optionalAccess', _3 => _3.input]) === "function" ? transform.input : (newValue) =>
|
|
49
|
+
input: typeof _optionalChain([transform, 'optionalAccess', _3 => _3.input]) === "function" ? transform.input : (newValue) => _chunkI7EIUZKKjs.readValueAsDate.call(void 0, adapter, newValue),
|
|
50
50
|
output: typeof _optionalChain([transform, 'optionalAccess', _4 => _4.output]) === "function" ? transform.output : (newValue) => newValue
|
|
51
51
|
}
|
|
52
52
|
});
|
|
@@ -506,7 +506,7 @@ var Component5 = function TimePickerElement(props) {
|
|
|
506
506
|
value: field.value,
|
|
507
507
|
onChange: field.onChange,
|
|
508
508
|
transform: {
|
|
509
|
-
input: typeof _optionalChain([transform, 'optionalAccess', _15 => _15.input]) === "function" ? transform.input : (newValue) =>
|
|
509
|
+
input: typeof _optionalChain([transform, 'optionalAccess', _15 => _15.input]) === "function" ? transform.input : (newValue) => _chunkI7EIUZKKjs.readValueAsDate.call(void 0, adapter, newValue),
|
|
510
510
|
output: typeof _optionalChain([transform, 'optionalAccess', _16 => _16.output]) === "function" ? transform.output : (newValue) => newValue
|
|
511
511
|
}
|
|
512
512
|
});
|