@mtes-mct/monitor-ui 24.11.0 → 24.11.2

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.
Files changed (75) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/GlobalStyle.d.ts +1 -1
  3. package/GlobalStyle.d.ts.map +1 -1
  4. package/OnlyFontGlobalStyle.d.ts +1 -1
  5. package/OnlyFontGlobalStyle.d.ts.map +1 -1
  6. package/components/Dialog/Action.d.ts +1 -1
  7. package/components/Dialog/Action.d.ts.map +1 -1
  8. package/components/Dialog/Body.d.ts +2 -2
  9. package/components/Dialog/Body.d.ts.map +1 -1
  10. package/components/Dialog/Title.d.ts +1 -1
  11. package/components/Dialog/Title.d.ts.map +1 -1
  12. package/components/Dialog/index.d.ts +6 -6
  13. package/components/Dialog/index.d.ts.map +1 -1
  14. package/components/MapMenuDialog/index.d.ts +9 -13
  15. package/components/MapMenuDialog/index.d.ts.map +1 -1
  16. package/elements/Button/BaseButton.d.ts +1 -1
  17. package/elements/Button/BaseButton.d.ts.map +1 -1
  18. package/elements/Button/styles.d.ts +2 -2
  19. package/elements/Button/styles.d.ts.map +1 -1
  20. package/elements/Field.d.ts +3 -1
  21. package/elements/Field.d.ts.map +1 -1
  22. package/elements/FieldError.d.ts +4 -4
  23. package/elements/FieldError.d.ts.map +1 -1
  24. package/elements/Figure.d.ts +1 -1
  25. package/elements/Figure.d.ts.map +1 -1
  26. package/elements/IconBox.d.ts +3 -5
  27. package/elements/IconBox.d.ts.map +1 -1
  28. package/elements/IconButton/BaseIconButton.d.ts +1 -1
  29. package/elements/IconButton/BaseIconButton.d.ts.map +1 -1
  30. package/elements/Label.d.ts +4 -7
  31. package/elements/Label.d.ts.map +1 -1
  32. package/elements/Legend.d.ts +3 -6
  33. package/elements/Legend.d.ts.map +1 -1
  34. package/elements/Link.d.ts +1 -1
  35. package/elements/Link.d.ts.map +1 -1
  36. package/elements/Tag/index.d.ts +15 -9
  37. package/elements/Tag/index.d.ts.map +1 -1
  38. package/elements/TagGroup.d.ts +3 -1
  39. package/elements/TagGroup.d.ts.map +1 -1
  40. package/fields/CheckPicker.d.ts +3 -22
  41. package/fields/CheckPicker.d.ts.map +1 -1
  42. package/fields/Checkbox.d.ts +3 -1
  43. package/fields/Checkbox.d.ts.map +1 -1
  44. package/fields/DateRangePicker/NumberInput.d.ts +1 -1
  45. package/fields/MultiRadio.d.ts.map +1 -1
  46. package/fields/MultiSelect.d.ts +3 -22
  47. package/fields/MultiSelect.d.ts.map +1 -1
  48. package/fields/PhoneInput.d.ts +1 -0
  49. package/fields/PhoneInput.d.ts.map +1 -1
  50. package/fields/Toggle/index.d.ts +1 -1
  51. package/fields/Toggle/index.d.ts.map +1 -1
  52. package/fields/shared/StyledInputBox.d.ts +2 -2
  53. package/fields/shared/StyledInputBox.d.ts.map +1 -1
  54. package/fields/shared/StyledRsuiteCalendarBox.d.ts +2 -2
  55. package/fields/shared/StyledRsuiteCalendarBox.d.ts.map +1 -1
  56. package/fields/shared/StyledRsuitePickerBox.d.ts +1 -1
  57. package/fields/shared/StyledRsuitePickerBox.d.ts.map +1 -1
  58. package/index.js +146 -111
  59. package/package.json +2 -2
  60. package/symbols/Dot.d.ts +1 -1
  61. package/symbols/Dot.d.ts.map +1 -1
  62. package/symbols/ExclamationPoint.d.ts +1 -1
  63. package/symbols/ExclamationPoint.d.ts.map +1 -1
  64. package/tables/DataTable/SortingIcon.d.ts +2 -2
  65. package/tables/DataTable/SortingIcon.d.ts.map +1 -1
  66. package/tables/SimpleTable/CellLoader.d.ts +1 -1
  67. package/tables/SimpleTable/CellLoader.d.ts.map +1 -1
  68. package/tables/SimpleTable/Td.d.ts +6 -2
  69. package/tables/SimpleTable/Td.d.ts.map +1 -1
  70. package/tables/SimpleTable/index.d.ts +14 -9
  71. package/tables/SimpleTable/index.d.ts.map +1 -1
  72. package/tables/TableWithSelectableRows/index.d.ts +24 -12
  73. package/tables/TableWithSelectableRows/index.d.ts.map +1 -1
  74. package/types/commonTypes.d.ts +23 -0
  75. package/types/commonTypes.d.ts.map +1 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## [24.11.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.11.0...v24.11.1) (2024-12-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **types:** create generic type for CheckPicker and MultiSelect ([b09f859](https://github.com/MTES-MCT/monitor-ui/commit/b09f859b7a56d056310c94c3e71d118611178cf0))
7
+ * **types:** fix typing ([75c5e6d](https://github.com/MTES-MCT/monitor-ui/commit/75c5e6d8749d343a12901be22017d1d1ba450701))
8
+
9
+
10
+ ### Buid System & Dependencies
11
+
12
+ * **deps:** bump @tanstack/react-table ([da380bc](https://github.com/MTES-MCT/monitor-ui/commit/da380bc59e7dd806c29b0eb7fd84d31af9dd4976))
13
+ * **dev-deps:** bump nanoid ([32f4d5e](https://github.com/MTES-MCT/monitor-ui/commit/32f4d5ec3ec1d39fbacd951d211fb2f6e4d3a220))
14
+ * **dev-deps:** bump styled-components from 5.3.10 to 6.1.13 ([c158abf](https://github.com/MTES-MCT/monitor-ui/commit/c158abfd729c77c9a76cb1c738d9f6bb4484691a))
15
+ * **dev-deps:** bump the all-non-major-dependencies group ([6040bfb](https://github.com/MTES-MCT/monitor-ui/commit/6040bfb0ba87d63738f8212cad857086885ff8c9))
16
+
17
+ ## [24.11.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.10.2...v24.11.0) (2024-12-10)
18
+
19
+
20
+ ### Features
21
+
22
+ * **icons:** add Stroke icon ([ecdd45d](https://github.com/MTES-MCT/monitor-ui/commit/ecdd45d549ca7c6d19c7e8b4491dcdb80c8cf4a9))
23
+
24
+
25
+ ### Buid System & Dependencies
26
+
27
+ * **deps:** bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group ([e20cf81](https://github.com/MTES-MCT/monitor-ui/commit/e20cf817b5e262dcda5abcd3db4ab0e472d2778f))
28
+ * **dev-deps:** bump eslint-config-airbnb-typescript ([03031be](https://github.com/MTES-MCT/monitor-ui/commit/03031be27c7730cd8acdf023971d20bc85651344))
29
+ * **dev-deps:** bump semantic-release from 23.0.8 to 24.1.2 ([af79b95](https://github.com/MTES-MCT/monitor-ui/commit/af79b95700562a84a3b5f1911fd7dd4e69fccb74))
30
+ * **dev-deps:** bump the all-non-major-dependencies group across 1 directory with 8 updates ([68eb313](https://github.com/MTES-MCT/monitor-ui/commit/68eb3130310041d93b21be67b22d7e156938b821))
31
+ * **dev-deps:** bump vite from 5.4.11 to 6.0.3 in /e2e/release/sample ([5f5ccda](https://github.com/MTES-MCT/monitor-ui/commit/5f5ccdaa46458dfca242955f410c3f73afe8b429))
32
+ * **dev-deps:** downgrade semantic-release from 24.1.2 to 23.0.8 ([f6611e5](https://github.com/MTES-MCT/monitor-ui/commit/f6611e5baf206072676350d19bee2295875ed234))
33
+
1
34
  ## [24.10.2](https://github.com/MTES-MCT/monitor-ui/compare/v24.10.1...v24.10.2) (2024-12-04)
2
35
 
3
36
 
package/GlobalStyle.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const GlobalStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
1
+ export declare const GlobalStyle: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & object>;
2
2
  //# sourceMappingURL=GlobalStyle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GlobalStyle.d.ts","sourceRoot":"","sources":["../src/GlobalStyle.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,WAAW,gGAqEvB,CAAA"}
1
+ {"version":3,"file":"GlobalStyle.d.ts","sourceRoot":"","sources":["../src/GlobalStyle.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,WAAW,2FAqEvB,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const OnlyFontGlobalStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
1
+ export declare const OnlyFontGlobalStyle: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & object>;
2
2
  //# sourceMappingURL=OnlyFontGlobalStyle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OnlyFontGlobalStyle.d.ts","sourceRoot":"","sources":["../src/OnlyFontGlobalStyle.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,mBAAmB,gGAiE/B,CAAA"}
1
+ {"version":3,"file":"OnlyFontGlobalStyle.d.ts","sourceRoot":"","sources":["../src/OnlyFontGlobalStyle.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,mBAAmB,2FAiE/B,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const Action: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const Action: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
2
  //# sourceMappingURL=Action.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Action.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yGAclB,CAAA"}
1
+ {"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Action.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,6NAclB,CAAA"}
@@ -1,4 +1,4 @@
1
- export declare const Body: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
1
+ export declare const Body: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
2
2
  $color?: string;
3
- }, never>;
3
+ }>> & string;
4
4
  //# sourceMappingURL=Body.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Body.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;aACN,MAAM;SAkBhB,CAAA"}
1
+ {"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Body.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;aACN,MAAM;YAkBhB,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const Title: import("styled-components").StyledComponent<"h4", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
2
2
  //# sourceMappingURL=Title.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Title.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,wGASjB,CAAA"}
1
+ {"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Title.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,qOASjB,CAAA"}
@@ -6,14 +6,14 @@ export declare function RawDialog({ children, className, isAbsolute, ...nativePr
6
6
  export declare namespace RawDialog {
7
7
  var displayName: string;
8
8
  }
9
- export declare const Box: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
9
+ export declare const Box: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
10
10
  $isAbsolute: boolean;
11
- }, never>;
11
+ }>> & string;
12
12
  export declare const Dialog: typeof RawDialog & {
13
- Action: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
14
- Body: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
13
+ Action: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
14
+ Body: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
15
15
  $color?: string;
16
- }, never>;
17
- Title: import("styled-components").StyledComponent<"h4", import("styled-components").DefaultTheme, {}, never>;
16
+ }>> & string;
17
+ Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
18
18
  };
19
19
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/index.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACzD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CACjC,CAAA;AACD,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAkB,EAAE,GAAG,WAAW,EAAE,EAAE,WAAW,2CAUjG;yBAVe,SAAS;;;AAYzB,eAAO,MAAM,GAAG;iBACD,OAAO;SAYrB,CAAA;AAiCD,eAAO,MAAM,MAAM;;;;;;CAIjB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/index.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACzD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CACjC,CAAA;AACD,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAkB,EAAE,GAAG,WAAW,EAAE,EAAE,WAAW,2CAUjG;yBAVe,SAAS;;;AAYzB,eAAO,MAAM,GAAG;iBACD,OAAO;YAYrB,CAAA;AAiCD,eAAO,MAAM,MAAM;;;;;;CAIjB,CAAA"}
@@ -1,16 +1,12 @@
1
- import { Accent } from '@constants';
2
1
  export declare const MapMenuDialog: {
3
- Body: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
4
- CloseButton: import("styled-components").StyledComponent<any, import("styled-components").DefaultTheme, object & {
5
- accent: Accent;
6
- Icon: any;
7
- }, string | number | symbol>;
8
- Container: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
9
- Footer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
10
- Header: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
11
- Title: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
12
- title: string;
13
- }, "title">;
14
- VisibilityButton: import("styled-components").StyledComponent<any, import("styled-components").DefaultTheme, object, string | number | symbol>;
2
+ Body: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<any, never>, never>> & (string | (string & Omit<any, keyof import("react").Component<any, {}, any>>));
4
+ Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ Footer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
+ Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
8
+ ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
9
+ }>, never>, never>> & string;
10
+ VisibilityButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & (string | (string & Omit<any, keyof import("react").Component<any, {}, any>>));
15
11
  };
16
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MapMenuDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AA6EnC,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAQzB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MapMenuDialog/index.tsx"],"names":[],"mappings":"AA6EA,eAAO,MAAM,aAAa;;;;;;;;;;CAQzB,CAAA"}
@@ -4,5 +4,5 @@ export type BaseButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
4
4
  $isFullWidth: boolean;
5
5
  $size: Size;
6
6
  };
7
- export declare const BaseButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, BaseButtonProps, never>;
7
+ export declare const BaseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, BaseButtonProps>> & string;
8
8
  //# sourceMappingURL=BaseButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BaseButton.d.ts","sourceRoot":"","sources":["../../../src/elements/Button/BaseButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AACjC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,OAAO,CAAA;AAcjD,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IACtE,YAAY,EAAE,OAAO,CAAA;IACrB,KAAK,EAAE,IAAI,CAAA;CACZ,CAAA;AACD,eAAO,MAAM,UAAU,yHAYtB,CAAA"}
1
+ {"version":3,"file":"BaseButton.d.ts","sourceRoot":"","sources":["../../../src/elements/Button/BaseButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AACjC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,OAAO,CAAA;AAcjD,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IACtE,YAAY,EAAE,OAAO,CAAA;IACrB,KAAK,EAAE,IAAI,CAAA;CACZ,CAAA;AACD,eAAO,MAAM,UAAU,gPAYtB,CAAA"}
@@ -1,3 +1,3 @@
1
- export declare function getPrimaryButtonCss(): import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
2
- export declare function getSecondaryButtonCss(): import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
1
+ export declare function getPrimaryButtonCss(): import("styled-components").RuleSet<object>;
2
+ export declare function getSecondaryButtonCss(): import("styled-components").RuleSet<object>;
3
3
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/elements/Button/styles.ts"],"names":[],"mappings":"AAEA,wBAAgB,mBAAmB,uIA2BlC;AAED,wBAAgB,qBAAqB,uIA2BpC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/elements/Button/styles.ts"],"names":[],"mappings":"AAEA,wBAAgB,mBAAmB,gDA2BlC;AAED,wBAAgB,qBAAqB,gDA2BpC"}
@@ -1,4 +1,6 @@
1
1
  import type { HTMLAttributes } from 'react';
2
2
  export type FieldProps = HTMLAttributes<HTMLDivElement>;
3
- export declare const Field: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, FieldProps, keyof FieldProps>;
3
+ export declare const Field: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
+ }>, FieldProps>, never>> & string;
4
6
  //# sourceMappingURL=Field.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../src/elements/Field.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AACvD,eAAO,MAAM,KAAK,4HAMjB,CAAA"}
1
+ {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../src/elements/Field.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AACvD,eAAO,MAAM,KAAK;;iCAMjB,CAAA"}
@@ -1,8 +1,8 @@
1
1
  import type { HTMLAttributes } from 'react';
2
2
  export type FieldErrorProps = HTMLAttributes<HTMLParagraphElement> & {
3
- isDisabled?: boolean | undefined;
3
+ $isDisabled?: boolean | undefined;
4
4
  };
5
- export declare const FieldError: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, HTMLAttributes<HTMLParagraphElement> & {
6
- isDisabled?: boolean | undefined;
7
- }, keyof HTMLAttributes<HTMLParagraphElement> | "isDisabled">;
5
+ export declare const FieldError: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
6
+ ref?: ((instance: HTMLParagraphElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
7
+ }>, FieldErrorProps>, never>> & string;
8
8
  //# sourceMappingURL=FieldError.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../../src/elements/FieldError.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,oBAAoB,CAAC,GAAG;IACnE,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CACjC,CAAA;AACD,eAAO,MAAM,UAAU;iBAFR,OAAO,GAAG,SAAS;6DAWjC,CAAA"}
1
+ {"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../../src/elements/FieldError.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,oBAAoB,CAAC,GAAG;IACnE,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,UAAU;;sCAStB,CAAA"}
@@ -3,5 +3,5 @@ export type FigureProps = HTMLAttributes<HTMLSpanElement>;
3
3
  /**
4
4
  * <Figure /> uses the Open Sans font to render fixed-width digits.
5
5
  */
6
- export declare const Figure: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
6
+ export declare const Figure: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
7
7
  //# sourceMappingURL=Figure.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Figure.d.ts","sourceRoot":"","sources":["../../src/elements/Figure.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,eAAe,CAAC,CAAA;AAEzD;;GAEG;AACH,eAAO,MAAM,MAAM,0GAElB,CAAA"}
1
+ {"version":3,"file":"Figure.d.ts","sourceRoot":"","sources":["../../src/elements/Figure.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,eAAe,CAAC,CAAA;AAEzD;;GAEG;AACH,eAAO,MAAM,MAAM,+MAElB,CAAA"}
@@ -7,9 +7,7 @@ export type IconBoxProps = HTMLAttributes<HTMLSpanElement> & {
7
7
  /**
8
8
  * Internal component used to wrap SVG icon components
9
9
  */
10
- export declare const IconBox: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, HTMLAttributes<HTMLSpanElement> & {
11
- $color?: string | undefined;
12
- /** In pixels */
13
- $size?: number | undefined;
14
- }, keyof HTMLAttributes<HTMLSpanElement> | "$color" | "$size">;
10
+ export declare const IconBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
11
+ ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
12
+ }>, IconBoxProps>, never>> & string;
15
13
  //# sourceMappingURL=IconBox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconBox.d.ts","sourceRoot":"","sources":["../../src/elements/IconBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,GAAG;IAC3D,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,gBAAgB;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B,CAAA;AACD;;GAEG;AACH,eAAO,MAAM,OAAO;aAPT,MAAM,GAAG,SAAS;IAC3B,gBAAgB;YACR,MAAM,GAAG,SAAS;8DAgB3B,CAAA"}
1
+ {"version":3,"file":"IconBox.d.ts","sourceRoot":"","sources":["../../src/elements/IconBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,GAAG;IAC3D,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,gBAAgB;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B,CAAA;AACD;;GAEG;AACH,eAAO,MAAM,OAAO;;mCAWnB,CAAA"}
@@ -4,5 +4,5 @@ export type BaseIconButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
4
4
  $isCompact: boolean | undefined;
5
5
  $size: Size;
6
6
  };
7
- export declare const BaseIconButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, BaseIconButtonProps, never>;
7
+ export declare const BaseIconButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, BaseIconButtonProps>> & string;
8
8
  //# sourceMappingURL=BaseIconButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BaseIconButton.d.ts","sourceRoot":"","sources":["../../../src/elements/IconButton/BaseIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AACjC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,OAAO,CAAA;AASjD,MAAM,MAAM,mBAAmB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IAC1E,UAAU,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,KAAK,EAAE,IAAI,CAAA;CACZ,CAAA;AACD,eAAO,MAAM,cAAc,6HAO1B,CAAA"}
1
+ {"version":3,"file":"BaseIconButton.d.ts","sourceRoot":"","sources":["../../../src/elements/IconButton/BaseIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AACjC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,OAAO,CAAA;AASjD,MAAM,MAAM,mBAAmB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IAC1E,UAAU,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,KAAK,EAAE,IAAI,CAAA;CACZ,CAAA;AACD,eAAO,MAAM,cAAc,oPAO1B,CAAA"}
@@ -1,14 +1,11 @@
1
1
  import type { LabelHTMLAttributes } from 'react';
2
2
  export type LabelProps = LabelHTMLAttributes<HTMLLabelElement> & {
3
3
  $hasError?: boolean | undefined;
4
- $idDisabled?: boolean | undefined;
4
+ $isDisabled?: boolean | undefined;
5
5
  $isHidden?: boolean | undefined;
6
6
  $isRequired?: boolean | undefined;
7
7
  };
8
- export declare const Label: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, LabelHTMLAttributes<HTMLLabelElement> & {
9
- $hasError?: boolean | undefined;
10
- $idDisabled?: boolean | undefined;
11
- $isHidden?: boolean | undefined;
12
- $isRequired?: boolean | undefined;
13
- }, keyof LabelHTMLAttributes<HTMLLabelElement> | "$isHidden" | "$hasError" | "$isRequired" | "$idDisabled">;
8
+ export declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, Omit<import("react").DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
9
+ ref?: ((instance: HTMLLabelElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLabelElement> | null | undefined;
10
+ }>, LabelProps>, never>> & string;
14
11
  //# sourceMappingURL=Label.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../src/elements/Label.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAA;AAEhD,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,GAAG;IAC/D,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,KAAK;gBALJ,OAAO,GAAG,SAAS;kBACjB,OAAO,GAAG,SAAS;gBACrB,OAAO,GAAG,SAAS;kBACjB,OAAO,GAAG,SAAS;2GAmBlC,CAAA"}
1
+ {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../src/elements/Label.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAA;AAEhD,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,GAAG;IAC/D,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,KAAK;;iCAiBjB,CAAA"}
@@ -5,10 +5,7 @@ export type LegendProps = HTMLAttributes<HTMLLegendElement> & {
5
5
  $isHidden?: boolean | undefined;
6
6
  $isRequired?: boolean | undefined;
7
7
  };
8
- export declare const Legend: import("styled-components").StyledComponent<"legend", import("styled-components").DefaultTheme, HTMLAttributes<HTMLLegendElement> & {
9
- $disabled?: boolean | undefined;
10
- $hasError?: boolean | undefined;
11
- $isHidden?: boolean | undefined;
12
- $isRequired?: boolean | undefined;
13
- }, keyof HTMLAttributes<HTMLLegendElement> | "$isHidden" | "$disabled" | "$hasError" | "$isRequired">;
8
+ export declare const Legend: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, "ref"> & {
9
+ ref?: ((instance: HTMLLegendElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLegendElement> | null | undefined;
10
+ }>, LegendProps>, never>> & string;
14
11
  //# sourceMappingURL=Legend.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Legend.d.ts","sourceRoot":"","sources":["../../src/elements/Legend.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IAC5D,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,MAAM;gBALL,OAAO,GAAG,SAAS;gBACnB,OAAO,GAAG,SAAS;gBACnB,OAAO,GAAG,SAAS;kBACjB,OAAO,GAAG,SAAS;qGAoBlC,CAAA"}
1
+ {"version":3,"file":"Legend.d.ts","sourceRoot":"","sources":["../../src/elements/Legend.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IAC5D,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,MAAM;;kCAkBlB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import { type AnchorHTMLAttributes } from 'react';
2
2
  export type LinkProps = AnchorHTMLAttributes<HTMLAnchorElement>;
3
- export declare const Link: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, LinkProps, never>;
3
+ export declare const Link: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, LinkProps>> & string;
4
4
  //# sourceMappingURL=Link.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../src/elements/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,OAAO,CAAA;AAGjD,MAAM,MAAM,SAAS,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAA;AAE/D,eAAO,MAAM,IAAI,8GAwChB,CAAA"}
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../src/elements/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,OAAO,CAAA;AAGjD,MAAM,MAAM,SAAS,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAA;AAE/D,eAAO,MAAM,IAAI,0OAwChB,CAAA"}
@@ -12,31 +12,37 @@ export type TagProps = HTMLAttributes<HTMLSpanElement> & {
12
12
  withCircleIcon?: boolean | undefined;
13
13
  };
14
14
  export declare function Tag({ accent, backgroundColor, borderColor, children, className, color, Icon, iconColor, isLight, withCircleIcon, ...nativeProps }: TagProps): import("react/jsx-runtime").JSX.Element;
15
- export declare const PrimaryTag: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
15
+ export declare const PrimaryTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$color" | "$backgroundColor" | "$isLight" | "$borderColor" | "$withCircleIcon"> & {
16
16
  $backgroundColor?: string | undefined;
17
17
  $borderColor?: string | undefined;
18
18
  $color?: string | undefined;
19
19
  $isLight: boolean;
20
20
  $withCircleIcon?: boolean | undefined;
21
- } & {
21
+ }, "ref"> & {
22
+ ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
23
+ }, {
22
24
  $isLight: boolean;
23
- }, never>;
24
- export declare const SecondaryTag: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
25
+ }>> & string;
26
+ export declare const SecondaryTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$color" | "$backgroundColor" | "$isLight" | "$borderColor" | "$withCircleIcon"> & {
25
27
  $backgroundColor?: string | undefined;
26
28
  $borderColor?: string | undefined;
27
29
  $color?: string | undefined;
28
30
  $isLight: boolean;
29
31
  $withCircleIcon?: boolean | undefined;
30
- } & {
32
+ }, "ref"> & {
33
+ ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
34
+ }, {
31
35
  $isLight: boolean;
32
- }, never>;
33
- export declare const TertiaryTag: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
36
+ }>> & string;
37
+ export declare const TertiaryTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$color" | "$backgroundColor" | "$isLight" | "$borderColor" | "$withCircleIcon"> & {
34
38
  $backgroundColor?: string | undefined;
35
39
  $borderColor?: string | undefined;
36
40
  $color?: string | undefined;
37
41
  $isLight: boolean;
38
42
  $withCircleIcon?: boolean | undefined;
39
- } & {
43
+ }, "ref"> & {
44
+ ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
45
+ }, {
40
46
  $isLight: boolean;
41
- }, never>;
47
+ }>> & string;
42
48
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/elements/Tag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAGnC,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAW,MAAM,OAAO,CAAA;AAG5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAEpD,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,eAAe,CAAC,GAAG;IACvD,IAAI,CAAC,EAAE,iBAAiB,CAAC,SAAS,CAAC,GAAG,SAAS,CAAA;IAC/C,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACpC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CACrC,CAAA;AACD,wBAAgB,GAAG,CAAC,EAClB,MAAM,EACN,eAAe,EACf,WAAW,EACX,QAAQ,EACR,SAAS,EACT,KAAK,EACL,IAAI,EACJ,SAAS,EACT,OAAe,EACf,cAAsB,EACtB,GAAG,WAAW,EACf,EAAE,QAAQ,2CA+CV;AA+BD,eAAO,MAAM,UAAU;uBA5BF,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;cAyB3B,OAAO;SAIlB,CAAA;AAGD,eAAO,MAAM,YAAY;uBApCJ,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;cAiC3B,OAAO;SAIlB,CAAA;AAED,eAAO,MAAM,WAAW;uBA3CH,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;cAwC3B,OAAO;SAIlB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/elements/Tag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAGnC,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAW,MAAM,OAAO,CAAA;AAG5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAEpD,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,eAAe,CAAC,GAAG;IACvD,IAAI,CAAC,EAAE,iBAAiB,CAAC,SAAS,CAAC,GAAG,SAAS,CAAA;IAC/C,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACpC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CACrC,CAAA;AACD,wBAAgB,GAAG,CAAC,EAClB,MAAM,EACN,eAAe,EACf,WAAW,EACX,QAAQ,EACR,SAAS,EACT,KAAK,EACL,IAAI,EACJ,SAAS,EACT,OAAe,EACf,cAAsB,EACtB,GAAG,WAAW,EACf,EAAE,QAAQ,2CA+CV;AA+BD,eAAO,MAAM,UAAU;uBA5BF,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;;;cAyB3B,OAAO;YAIlB,CAAA;AAGD,eAAO,MAAM,YAAY;uBApCJ,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;;;cAiC3B,OAAO;YAIlB,CAAA;AAED,eAAO,MAAM,WAAW;uBA3CH,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;;;cAwC3B,OAAO;YAIlB,CAAA"}
@@ -1,4 +1,6 @@
1
1
  import type { HTMLAttributes } from 'react';
2
2
  export type TagGroupProps = HTMLAttributes<HTMLDivElement>;
3
- export declare const TagGroup: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TagGroupProps, keyof TagGroupProps>;
3
+ export declare const TagGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
+ }>, TagGroupProps>, never>> & string;
4
6
  //# sourceMappingURL=TagGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TagGroup.d.ts","sourceRoot":"","sources":["../../src/elements/TagGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AAC1D,eAAO,MAAM,QAAQ,kIAOpB,CAAA"}
1
+ {"version":3,"file":"TagGroup.d.ts","sourceRoot":"","sources":["../../src/elements/TagGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AAC1D,eAAO,MAAM,QAAQ;;oCAOpB,CAAA"}
@@ -1,25 +1,6 @@
1
1
  import { type CheckPickerProps as RsuiteCheckPickerProps } from 'rsuite';
2
- import { type CustomSearch } from '../libs/CustomSearch';
3
- import { type Option, type OptionValueType } from '../types/definitions';
4
- import type { Promisable } from 'type-fest';
5
- export type CheckPickerProps<OptionValue extends OptionValueType = string> = Omit<RsuiteCheckPickerProps<string>, 'as' | 'container' | 'data' | 'defaultValue' | 'id' | 'onChange' | 'renderMenuItem' | 'value' | 'valueKey'> & {
6
- customSearch?: CustomSearch<Option<OptionValue>>;
7
- /** Minimum search query length required to trigger custom search filtering. */
8
- customSearchMinQueryLength?: number | undefined;
9
- error?: string | undefined;
10
- isErrorMessageHidden?: boolean | undefined;
11
- isLabelHidden?: boolean | undefined;
12
- isLight?: boolean | undefined;
13
- isRequired?: boolean | undefined;
14
- isTransparent?: boolean | undefined;
15
- isUndefinedWhenDisabled?: boolean | undefined;
16
- label: string;
17
- name: string;
18
- onChange?: (nextValue: OptionValue[] | undefined) => Promisable<void>;
19
- optionValueKey?: keyof OptionValue | undefined;
20
- options: Option<OptionValue>[];
21
- popupWidth?: number | undefined;
22
- value?: OptionValue[] | undefined;
23
- };
2
+ import { type OptionValueType } from '../types/definitions';
3
+ import type { SelectType } from '@types_/commonTypes';
4
+ export type CheckPickerProps<OptionValue extends OptionValueType = string> = Omit<RsuiteCheckPickerProps<string>, 'as' | 'container' | 'data' | 'defaultValue' | 'id' | 'onChange' | 'renderMenuItem' | 'value' | 'valueKey'> & SelectType<OptionValue>;
24
5
  export declare function CheckPicker<OptionValue extends OptionValueType = string>({ className, customSearch, customSearchMinQueryLength, disabled, error, isErrorMessageHidden, isLabelHidden, isLight, isRequired, isTransparent, isUndefinedWhenDisabled, label, onChange, options, optionValueKey, popupWidth, readOnly, searchable, style, value, ...originalProps }: CheckPickerProps<OptionValue>): import("react/jsx-runtime").JSX.Element;
25
6
  //# sourceMappingURL=CheckPicker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckPicker.d.ts","sourceRoot":"","sources":["../../src/fields/CheckPicker.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,KAAK,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,QAAQ,CAAA;AAQ1G,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAKxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,gBAAgB,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,IAAI,IAAI,CAC/E,sBAAsB,CAAC,MAAM,CAAC,EAC9B,IAAI,GAAG,WAAW,GAAG,MAAM,GAAG,cAAc,GAAG,IAAI,GAAG,UAAU,GAAG,gBAAgB,GAAG,OAAO,GAAG,UAAU,CAC3G,GAAG;IACF,YAAY,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAA;IAChD,+EAA+E;IAC/E,0BAA0B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACrE,cAAc,CAAC,EAAE,MAAM,WAAW,GAAG,SAAS,CAAA;IAC9C,OAAO,EAAE,MAAM,CAAC,WAAW,CAAC,EAAE,CAAA;IAC9B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,KAAK,CAAC,EAAE,WAAW,EAAE,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,wBAAgB,WAAW,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,EAAE,EACxE,SAAS,EACT,YAAY,EACZ,0BAA8B,EAC9B,QAAgB,EAChB,KAAK,EACL,oBAA4B,EAC5B,aAAqB,EACrB,OAAe,EACf,UAAkB,EAClB,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,QAAQ,EACR,OAAO,EACP,cAAc,EACd,UAAU,EACV,QAAgB,EAChB,UAAkB,EAClB,KAAK,EACL,KAAK,EACL,GAAG,aAAa,EACjB,EAAE,gBAAgB,CAAC,WAAW,CAAC,2CAwG/B"}
1
+ {"version":3,"file":"CheckPicker.d.ts","sourceRoot":"","sources":["../../src/fields/CheckPicker.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAoC,KAAK,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,QAAQ,CAAA;AAQ1G,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAK3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAErD,MAAM,MAAM,gBAAgB,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,IAAI,IAAI,CAC/E,sBAAsB,CAAC,MAAM,CAAC,EAC9B,IAAI,GAAG,WAAW,GAAG,MAAM,GAAG,cAAc,GAAG,IAAI,GAAG,UAAU,GAAG,gBAAgB,GAAG,OAAO,GAAG,UAAU,CAC3G,GACC,UAAU,CAAC,WAAW,CAAC,CAAA;AAEzB,wBAAgB,WAAW,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,EAAE,EACxE,SAAS,EACT,YAAY,EACZ,0BAA8B,EAC9B,QAAgB,EAChB,KAAK,EACL,oBAA4B,EAC5B,aAAqB,EACrB,OAAe,EACf,UAAkB,EAClB,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,QAAQ,EACR,OAAO,EACP,cAAc,EACd,UAAU,EACV,QAAgB,EAChB,UAAkB,EAClB,KAAK,EACL,KAAK,EACL,GAAG,aAAa,EACjB,EAAE,gBAAgB,CAAC,WAAW,CAAC,2CAwG/B"}
@@ -28,5 +28,7 @@ export type CheckboxProps = Omit<RsuiteCheckboxProps, 'as' | 'checked' | 'defaul
28
28
  style?: CSSProperties | undefined;
29
29
  };
30
30
  export declare function Checkbox({ checked, className, disabled, error, hasError, indeterminate, isErrorMessageHidden, isLight, isTransparent, isUndefinedWhenDisabled, label, name, onChange, readOnly, style, ...originalProps }: CheckboxProps): import("react/jsx-runtime").JSX.Element;
31
- export declare const StyledRsuiteCheckbox: import("styled-components").StyledComponent<import("rsuite/esm/@types/common").RsRefForwardingComponent<"div", RsuiteCheckboxProps<ValueType>>, import("styled-components").DefaultTheme, CommonChoiceFieldStyleProps, never>;
31
+ export declare const StyledRsuiteCheckbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("rsuite/esm/@types/utils").Omit<any, import("rsuite/esm/@types/common").WithAsProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>> & RsuiteCheckboxProps<ValueType>> & import("rsuite/esm/@types/common").WithAsProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>> & RsuiteCheckboxProps<ValueType> & {
32
+ children?: import("react").ReactNode | undefined;
33
+ }, CommonChoiceFieldStyleProps>> & string & Omit<import("rsuite/esm/@types/common").RsRefForwardingComponent<"div", RsuiteCheckboxProps<ValueType>>, keyof import("react").Component<any, {}, any>>;
32
34
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/fields/Checkbox.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAwB,KAAK,aAAa,EAAE,MAAM,OAAO,CAAA;AAUhE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAA;AACjE,OAAO,KAAK,EAAE,aAAa,IAAI,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AAClE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,mBAAmB,EAAE,IAAI,GAAG,SAAS,GAAG,gBAAgB,GAAG,IAAI,GAAG,UAAU,CAAC,GAAG;IAC/G,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IAC/D,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,aAAa,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,wBAAgB,QAAQ,CAAC,EACvB,OAAe,EACf,SAAS,EACT,QAAgB,EAChB,KAAK,EACL,QAAgB,EAEhB,aAAqB,EACrB,oBAA4B,EAC5B,OAAe,EACf,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,QAAgB,EAChB,KAAK,EACL,GAAG,aAAa,EACjB,EAAE,aAAa,2CA4Cf;AAED,eAAO,MAAM,oBAAoB,+NAmGhC,CAAA"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/fields/Checkbox.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAwB,KAAK,aAAa,EAAE,MAAM,OAAO,CAAA;AAUhE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAA;AACjE,OAAO,KAAK,EAAE,aAAa,IAAI,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AAClE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,mBAAmB,EAAE,IAAI,GAAG,SAAS,GAAG,gBAAgB,GAAG,IAAI,GAAG,UAAU,CAAC,GAAG;IAC/G,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IAC/D,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,aAAa,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,wBAAgB,QAAQ,CAAC,EACvB,OAAe,EACf,SAAS,EACT,QAAgB,EAChB,KAAK,EACL,QAAgB,EAEhB,aAAqB,EACrB,oBAA4B,EAC5B,OAAe,EACf,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,QAAgB,EAChB,KAAK,EACL,GAAG,aAAa,EACjB,EAAE,aAAa,2CA4Cf;AAED,eAAO,MAAM,oBAAoB;;mMAoGhC,CAAA"}
@@ -17,7 +17,7 @@ export type NumberInputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'defa
17
17
  onPrevious?: (() => Promisable<void>) | undefined;
18
18
  size: number;
19
19
  };
20
- export declare const NumberInput: import("react").ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "pattern" | "max" | "min" | "type" | "onInput" | "defaultValue" | "maxLength"> & {
20
+ export declare const NumberInput: import("react").ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "pattern" | "defaultValue" | "onInput" | "type" | "max" | "maxLength" | "min"> & {
21
21
  isLight: boolean;
22
22
  max?: number;
23
23
  min?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"MultiRadio.d.ts","sourceRoot":"","sources":["../../src/fields/MultiRadio.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAwB,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAahF,OAAO,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,eAAe,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,IAAI;IAC1E,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,WAAW,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACnE,cAAc,CAAC,EAAE,MAAM,WAAW,CAAA;IAClC,OAAO,EAAE,MAAM,CAAC,WAAW,CAAC,EAAE,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,KAAK,SAAS,CAAA;IACjE,KAAK,CAAC,EAAE,aAAa,GAAG,SAAS,CAAA;IACjC,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;CAChC,CAAA;AACD,wBAAgB,UAAU,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,EAAE,EACvE,SAAS,EACT,QAAgB,EAChB,KAAK,EACL,oBAA4B,EAC5B,QAAgB,EAChB,aAAqB,EACrB,OAAe,EACf,UAAkB,EAClB,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,cAAc,EAEd,QAAgB,EAChB,cAAc,EACd,KAAK,EACL,KAAK,EACN,EAAE,eAAe,CAAC,WAAW,CAAC,2CA+D9B"}
1
+ {"version":3,"file":"MultiRadio.d.ts","sourceRoot":"","sources":["../../src/fields/MultiRadio.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAwB,KAAK,aAAa,EAAE,KAAK,SAAS,EAAuB,MAAM,OAAO,CAAA;AAarG,OAAO,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAEnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,eAAe,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,IAAI;IAC1E,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,WAAW,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACnE,cAAc,CAAC,EAAE,MAAM,WAAW,CAAA;IAClC,OAAO,EAAE,MAAM,CAAC,WAAW,CAAC,EAAE,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,KAAK,SAAS,CAAA;IACjE,KAAK,CAAC,EAAE,aAAa,GAAG,SAAS,CAAA;IACjC,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;CAChC,CAAA;AACD,wBAAgB,UAAU,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,EAAE,EACvE,SAAS,EACT,QAAgB,EAChB,KAAK,EACL,oBAA4B,EAC5B,QAAgB,EAChB,aAAqB,EACrB,OAAe,EACf,UAAkB,EAClB,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,cAAc,EAEd,QAAgB,EAChB,cAAc,EACd,KAAK,EACL,KAAK,EACN,EAAE,eAAe,CAAC,WAAW,CAAC,2CAkE9B"}
@@ -1,25 +1,6 @@
1
1
  import { type TagPickerProps } from 'rsuite';
2
- import { type CustomSearch } from '../libs/CustomSearch';
3
- import { type Option, type OptionValueType } from '../types/definitions';
4
- import type { Promisable } from 'type-fest';
5
- export type MultiSelectProps<OptionValue extends OptionValueType = string> = Omit<TagPickerProps, 'as' | 'container' | 'data' | 'defaultValue' | 'id' | 'onChange' | 'renderMenuItem' | 'value' | 'valueKey'> & {
6
- customSearch?: CustomSearch<Option<OptionValue>>;
7
- /** Minimum search query length required to trigger custom search filtering. */
8
- customSearchMinQueryLength?: number | undefined;
9
- error?: string | undefined;
10
- isErrorMessageHidden?: boolean | undefined;
11
- isLabelHidden?: boolean | undefined;
12
- isLight?: boolean | undefined;
13
- isRequired?: boolean | undefined;
14
- isTransparent?: boolean | undefined;
15
- isUndefinedWhenDisabled?: boolean | undefined;
16
- label: string;
17
- name: string;
18
- onChange?: (nextValue: OptionValue[] | undefined) => Promisable<void>;
19
- optionValueKey?: keyof OptionValue | undefined;
20
- options: Option<OptionValue>[];
21
- popupWidth?: number | undefined;
22
- value?: OptionValue[] | undefined;
23
- };
2
+ import { type OptionValueType } from '../types/definitions';
3
+ import type { SelectType } from '@types_/commonTypes';
4
+ export type MultiSelectProps<OptionValue extends OptionValueType = string> = Omit<TagPickerProps, 'as' | 'container' | 'data' | 'defaultValue' | 'id' | 'onChange' | 'renderMenuItem' | 'value' | 'valueKey'> & SelectType<OptionValue>;
24
5
  export declare function MultiSelect<OptionValue extends OptionValueType = string>({ className, customSearch, customSearchMinQueryLength, disabled, error, isErrorMessageHidden, isLabelHidden, isLight, isRequired, isTransparent, isUndefinedWhenDisabled, label, onChange, options, optionValueKey, popupWidth, readOnly, searchable, style, value, ...originalProps }: MultiSelectProps<OptionValue>): import("react/jsx-runtime").JSX.Element;
25
6
  //# sourceMappingURL=MultiSelect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MultiSelect.d.ts","sourceRoot":"","sources":["../../src/fields/MultiSelect.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAA;AASvD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAKxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,gBAAgB,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,IAAI,IAAI,CAC/E,cAAc,EACd,IAAI,GAAG,WAAW,GAAG,MAAM,GAAG,cAAc,GAAG,IAAI,GAAG,UAAU,GAAG,gBAAgB,GAAG,OAAO,GAAG,UAAU,CAC3G,GAAG;IACF,YAAY,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAA;IAChD,+EAA+E;IAC/E,0BAA0B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACrE,cAAc,CAAC,EAAE,MAAM,WAAW,GAAG,SAAS,CAAA;IAC9C,OAAO,EAAE,MAAM,CAAC,WAAW,CAAC,EAAE,CAAA;IAC9B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,KAAK,CAAC,EAAE,WAAW,EAAE,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,wBAAgB,WAAW,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,EAAE,EACxE,SAAS,EACT,YAAY,EACZ,0BAA8B,EAC9B,QAAgB,EAChB,KAAK,EACL,oBAA4B,EAC5B,aAAqB,EACrB,OAAe,EACf,UAAkB,EAClB,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,QAAQ,EACR,OAAO,EACP,cAAc,EACd,UAAU,EACV,QAAgB,EAChB,UAAkB,EAClB,KAAK,EACL,KAAK,EACL,GAAG,aAAa,EACjB,EAAE,gBAAgB,CAAC,WAAW,CAAC,2CAwG/B"}
1
+ {"version":3,"file":"MultiSelect.d.ts","sourceRoot":"","sources":["../../src/fields/MultiSelect.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAA;AASvD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAK3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAErD,MAAM,MAAM,gBAAgB,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,IAAI,IAAI,CAC/E,cAAc,EACd,IAAI,GAAG,WAAW,GAAG,MAAM,GAAG,cAAc,GAAG,IAAI,GAAG,UAAU,GAAG,gBAAgB,GAAG,OAAO,GAAG,UAAU,CAC3G,GACC,UAAU,CAAC,WAAW,CAAC,CAAA;AAEzB,wBAAgB,WAAW,CAAC,WAAW,SAAS,eAAe,GAAG,MAAM,EAAE,EACxE,SAAS,EACT,YAAY,EACZ,0BAA8B,EAC9B,QAAgB,EAChB,KAAK,EACL,oBAA4B,EAC5B,aAAqB,EACrB,OAAe,EACf,UAAkB,EAClB,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,QAAQ,EACR,OAAO,EACP,cAAc,EACd,UAAU,EACV,QAAgB,EAChB,UAAkB,EAClB,KAAK,EACL,KAAK,EACL,GAAG,aAAa,EACjB,EAAE,gBAAgB,CAAC,WAAW,CAAC,2CAwG/B"}
@@ -11,6 +11,7 @@ export type PhoneInputProps = {
11
11
  label: string;
12
12
  name: string;
13
13
  onChange: (nextValue: string | undefined) => Promisable<void>;
14
+ readOnly?: boolean;
14
15
  value: string | undefined;
15
16
  } & Omit<ComponentProps<'input'>, 'onChange' | 'value'>;
16
17
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"PhoneInput.d.ts","sourceRoot":"","sources":["../../src/fields/PhoneInput.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAA;AAIvD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,uBAAuB,CAAC,EAAE,OAAO,CAAA;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IAC7D,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;CAC1B,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,CAAA;AAgBvD;;GAEG;AACH,eAAO,MAAM,UAAU,2HAgEtB,CAAA"}
1
+ {"version":3,"file":"PhoneInput.d.ts","sourceRoot":"","sources":["../../src/fields/PhoneInput.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAA;AAWvD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,uBAAuB,CAAC,EAAE,OAAO,CAAA;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IAC7D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;CAC1B,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,CAAA;AAgBvD;;GAEG;AACH,eAAO,MAAM,UAAU,2HAkEtB,CAAA"}
@@ -11,7 +11,7 @@ export type ToggleProps = Omit<RSuiteToggleProps, 'as' | 'checked' | 'defaultChe
11
11
  isUndefinedWhenDisabled?: boolean | undefined;
12
12
  label: string;
13
13
  name: string;
14
- onChange?: (isChecked: boolean | undefined) => void;
14
+ onChange?: (isChecked: boolean) => void;
15
15
  };
16
16
  export declare function Toggle({ checked, className, dataCy, disabled, error, isErrorMessageHidden, isLabelHidden, isLight, isRequired, isTransparent, isUndefinedWhenDisabled, label, onChange, readOnly, style, ...originalProps }: ToggleProps): import("react/jsx-runtime").JSX.Element;
17
17
  //# sourceMappingURL=index.d.ts.map