@wmoney/ui-kit 1.0.26 → 1.0.27
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/components/DatePicker.d.ts +3 -3
- package/dist/components/DatePicker.d.ts.map +1 -1
- package/dist/index.cjs +14 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2515 -2454
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ interface DatePickerProps {
|
|
|
16
16
|
* Componente DatePicker para seleção de data única.
|
|
17
17
|
* Suporta modo controlado (via `value` e `onChange`) e não controlado (estado interno).
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
declare function DatePicker({ label, required, value, onChange }: DatePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
20
20
|
/**
|
|
21
21
|
* Props do componente DatePickerWithRange para seleção de intervalo de datas.
|
|
22
22
|
*/
|
|
@@ -32,6 +32,6 @@ interface DatePickerWithRangeProps {
|
|
|
32
32
|
* Componente DatePicker para seleção de intervalo de datas (data inicial e final).
|
|
33
33
|
* Suporta modo controlado (via `value` e `onChange`) e não controlado (estado interno).
|
|
34
34
|
*/
|
|
35
|
-
|
|
36
|
-
export {};
|
|
35
|
+
declare function DatePickerWithRange({ label, value: controlledValue, onChange, }: DatePickerWithRangeProps): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
export { DatePicker, DatePickerWithRange };
|
|
37
37
|
//# sourceMappingURL=DatePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../src/components/DatePicker.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAOlD;;GAEG;AACH,UAAU,eAAe;IACvB,8CAA8C;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACzB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAC;CAC7C;AAED;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../src/components/DatePicker.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAOlD;;GAEG;AACH,UAAU,eAAe;IACvB,8CAA8C;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACzB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAC;CAC7C;AAED;;;GAGG;AACH,iBAAS,UAAU,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,eAAe,2CA8CxE;AAED;;GAEG;AACH,UAAU,wBAAwB;IAChC,8CAA8C;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,0DAA0D;IAC1D,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC9B,qEAAqE;IACrE,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,GAAG,SAAS,KAAK,IAAI,CAAC;CAClD;AAED;;;GAGG;AACH,iBAAS,mBAAmB,CAAC,EAC3B,KAAK,EACL,KAAK,EAAE,eAAe,EACtB,QAAQ,GACT,EAAE,wBAAwB,2CAsD1B;AAED,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,CAAC"}
|