@fluidattacks/design 3.19.1 → 3.19.3-pr

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 (206) hide show
  1. package/dist/assets/index.css +1 -1
  2. package/dist/components/@core/index.js +1 -1
  3. package/dist/components/accordion/accordion-content/index.js +1 -1
  4. package/dist/components/accordion/index.js +1 -1
  5. package/dist/components/alert/index.js +1 -1
  6. package/dist/components/alert/index.stories.d.ts +1 -1
  7. package/dist/components/alert/styles.d.ts +54 -52
  8. package/dist/components/avatar/index.js +1 -1
  9. package/dist/components/avatar/styles.d.ts +108 -104
  10. package/dist/components/button/index.js +1 -1
  11. package/dist/components/button/styles.d.ts +55 -53
  12. package/dist/components/card/card-header/index.js +1 -1
  13. package/dist/components/card/card-with-image/index.js +1 -1
  14. package/dist/components/card/card-with-image/index.stories.d.ts +1 -1
  15. package/dist/components/card/card-with-input/index.d.ts +1 -1
  16. package/dist/components/card/card-with-input/index.js +1 -1
  17. package/dist/components/card/card-with-input/index.stories.d.ts +7 -7
  18. package/dist/components/card/card-with-options/index.js +1 -1
  19. package/dist/components/card/card-with-selector/index.js +1 -1
  20. package/dist/components/card/card-with-selector/styles.d.ts +54 -52
  21. package/dist/components/card/card-with-switch/index.js +1 -1
  22. package/dist/components/card/index.js +1 -1
  23. package/dist/components/card/types.d.ts +1 -0
  24. package/dist/components/carousel/index.js +1 -1
  25. package/dist/components/carousel/styles.d.ts +162 -156
  26. package/dist/components/checkbox/index.js +1 -1
  27. package/dist/components/checkbox/styles.d.ts +54 -52
  28. package/dist/components/cloud-image/index.js +1 -1
  29. package/dist/components/code-snippet/index.js +1 -1
  30. package/dist/components/code-snippet/location-code/index.js +1 -1
  31. package/dist/components/code-snippet/styles.d.ts +108 -104
  32. package/dist/components/colors/index.js +1 -1
  33. package/dist/components/confirm-dialog/index.js +1 -1
  34. package/dist/components/container/index.js +1 -1
  35. package/dist/components/container/styles.d.ts +55 -53
  36. package/dist/components/divider/index.js +1 -1
  37. package/dist/components/dropdown/index.js +1 -1
  38. package/dist/components/dropdown/styles.d.ts +108 -104
  39. package/dist/components/empty-state/empty-button/index.js +1 -1
  40. package/dist/components/empty-state/index.js +1 -1
  41. package/dist/components/empty-state/styles.d.ts +108 -104
  42. package/dist/components/file-preview/index.js +1 -1
  43. package/dist/components/file-preview/styles.d.ts +55 -53
  44. package/dist/components/form/index.js +1 -1
  45. package/dist/components/form/inner-form/index.js +1 -1
  46. package/dist/components/form/styles.d.ts +54 -52
  47. package/dist/components/grid-container/index.js +1 -1
  48. package/dist/components/grid-container/styles.d.ts +55 -53
  49. package/dist/components/grid-layout/styles.d.ts +216 -208
  50. package/dist/components/group-selector/index.js +1 -1
  51. package/dist/components/group-selector/option-container/index.js +1 -1
  52. package/dist/components/icon/index.js +1 -1
  53. package/dist/components/icon/styles.d.ts +109 -105
  54. package/dist/components/icon-button/index.js +1 -1
  55. package/dist/components/icon-button/index.stories.d.ts +55 -53
  56. package/dist/components/icon-button/styles.d.ts +113 -109
  57. package/dist/components/indicator-card/index.js +1 -1
  58. package/dist/components/info-sidebar/index.js +1 -1
  59. package/dist/components/inputs/fields/combobox/field/index.js +1 -1
  60. package/dist/components/inputs/fields/combobox/index.js +1 -1
  61. package/dist/components/inputs/fields/combobox/option/index.js +1 -1
  62. package/dist/components/inputs/fields/date/calendar/cell/index.js +1 -1
  63. package/dist/components/inputs/fields/date/calendar/grid/index.js +1 -1
  64. package/dist/components/inputs/fields/date/calendar/header/index.js +1 -1
  65. package/dist/components/inputs/fields/date/calendar/index.js +1 -1
  66. package/dist/components/inputs/fields/date/calendar/styles.d.ts +438 -422
  67. package/dist/components/inputs/fields/date/index.js +1 -1
  68. package/dist/components/inputs/fields/date-range/calendar/index.js +1 -1
  69. package/dist/components/inputs/fields/date-range/index.js +1 -1
  70. package/dist/components/inputs/fields/date-time/calendar/index.js +1 -1
  71. package/dist/components/inputs/fields/date-time/calendar/styles.d.ts +108 -104
  72. package/dist/components/inputs/fields/date-time/index.js +1 -1
  73. package/dist/components/inputs/fields/editable/index.js +1 -1
  74. package/dist/components/inputs/fields/input/index.js +1 -1
  75. package/dist/components/inputs/fields/input-array/field/index.js +1 -1
  76. package/dist/components/inputs/fields/input-array/index.js +1 -1
  77. package/dist/components/inputs/fields/input-file/index.js +1 -1
  78. package/dist/components/inputs/fields/input-file/styles.d.ts +110 -106
  79. package/dist/components/inputs/fields/input-tags/field/index.js +1 -1
  80. package/dist/components/inputs/fields/input-tags/index.js +1 -1
  81. package/dist/components/inputs/fields/input-tags/styles.d.ts +55 -53
  82. package/dist/components/inputs/fields/number/index.js +1 -1
  83. package/dist/components/inputs/fields/number-range/index.js +1 -1
  84. package/dist/components/inputs/fields/phone/index.js +1 -1
  85. package/dist/components/inputs/fields/phone/styles.d.ts +270 -260
  86. package/dist/components/inputs/fields/text-area/index.js +1 -1
  87. package/dist/components/inputs/index.js +1 -1
  88. package/dist/components/inputs/label/index.js +1 -1
  89. package/dist/components/inputs/outline-container/index.js +1 -1
  90. package/dist/components/inputs/styles.d.ts +54 -52
  91. package/dist/components/inputs/utils/action-button/index.js +1 -1
  92. package/dist/components/inputs/utils/calendar-button/index.js +1 -1
  93. package/dist/components/inputs/utils/date-selector/index.js +1 -1
  94. package/dist/components/inputs/utils/date-time-field/index.js +1 -1
  95. package/dist/components/inputs/utils/dialog/index.js +1 -1
  96. package/dist/components/inputs/utils/number-field/index.js +1 -1
  97. package/dist/components/inputs/utils/popover/index.js +1 -1
  98. package/dist/components/inputs/utils/styles.d.ts +325 -313
  99. package/dist/components/layout/categories/buttons/index.d.ts +171 -165
  100. package/dist/components/layout/categories/buttons/index.js +1 -1
  101. package/dist/components/layout/categories/column/index.js +1 -1
  102. package/dist/components/layout/categories/column/styles.d.ts +57 -55
  103. package/dist/components/layout/categories/gap/index.js +1 -1
  104. package/dist/components/layout/categories/gap/styles.d.ts +57 -55
  105. package/dist/components/layout/categories/row/index.js +1 -1
  106. package/dist/components/layout/categories/row/styles.d.ts +57 -55
  107. package/dist/components/layout/index.js +1 -1
  108. package/dist/components/link/index.js +1 -1
  109. package/dist/components/link/styles.d.ts +3 -1
  110. package/dist/components/list-item/index.js +1 -1
  111. package/dist/components/list-item/styles.d.ts +108 -104
  112. package/dist/components/little-flag/index.js +1 -1
  113. package/dist/components/loading/index.js +1 -1
  114. package/dist/components/logo/index.js +1 -1
  115. package/dist/components/lottie/index.js +1 -1
  116. package/dist/components/lottie/styles.d.ts +60 -57
  117. package/dist/components/menu/index.js +1 -1
  118. package/dist/components/message-banner/index.js +1 -1
  119. package/dist/components/message-banner/styles.d.ts +54 -52
  120. package/dist/components/modal/columns-modal/index.js +1 -1
  121. package/dist/components/modal/columns-modal/preview-panel/index.js +1 -1
  122. package/dist/components/modal/columns-modal/preview-panel/styles.d.ts +60 -57
  123. package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
  124. package/dist/components/modal/columns-modal/search-panel/styles.d.ts +60 -57
  125. package/dist/components/modal/filters-modal/applied-filter/index.js +1 -1
  126. package/dist/components/modal/filters-modal/applied-filters/index.js +1 -1
  127. package/dist/components/modal/filters-modal/column-filters/index.js +1 -1
  128. package/dist/components/modal/filters-modal/filter-control/index.js +1 -1
  129. package/dist/components/modal/filters-modal/filter-form/form-content/index.js +1 -1
  130. package/dist/components/modal/filters-modal/filter-form/hooks/index.js +1 -1
  131. package/dist/components/modal/filters-modal/filter-form/index.js +1 -1
  132. package/dist/components/modal/filters-modal/filters-list/index.js +1 -1
  133. package/dist/components/modal/filters-modal/filters-list/styles.d.ts +60 -57
  134. package/dist/components/modal/filters-modal/index.js +1 -1
  135. package/dist/components/modal/filters-modal/styles.d.ts +117 -112
  136. package/dist/components/modal/footer/index.js +1 -1
  137. package/dist/components/modal/header/index.js +1 -1
  138. package/dist/components/modal/index.js +1 -1
  139. package/dist/components/modal/modal-confirm/index.js +1 -1
  140. package/dist/components/modal/styles.d.ts +279 -267
  141. package/dist/components/notification/index.js +1 -1
  142. package/dist/components/notification-sign/index.js +1 -1
  143. package/dist/components/notification-sign/styles.d.ts +109 -105
  144. package/dist/components/number-input/index.js +1 -1
  145. package/dist/components/number-input/styles.d.ts +109 -105
  146. package/dist/components/oauth-selector/index.js +1 -1
  147. package/dist/components/oauth-selector/option-container/index.js +1 -1
  148. package/dist/components/plan-card/index.js +1 -1
  149. package/dist/components/plan-card/recommended-tag/index.js +1 -1
  150. package/dist/components/plan-card/styles.d.ts +108 -104
  151. package/dist/components/pop-up/description/index.js +1 -1
  152. package/dist/components/pop-up/index.js +1 -1
  153. package/dist/components/premium-feature/index.js +1 -1
  154. package/dist/components/premium-feature/styles.d.ts +54 -52
  155. package/dist/components/priority-score/index.js +1 -1
  156. package/dist/components/progress-bar/index.js +1 -1
  157. package/dist/components/progress-bar/index.stories.d.ts +3 -3
  158. package/dist/components/radio-button/index.js +1 -1
  159. package/dist/components/radio-button/index.stories.d.ts +2 -2
  160. package/dist/components/radio-button/styles.d.ts +111 -107
  161. package/dist/components/scroll-button/index.js +1 -1
  162. package/dist/components/scroll-button/styles.d.ts +57 -55
  163. package/dist/components/search/index.js +1 -1
  164. package/dist/components/search/styles.d.ts +163 -157
  165. package/dist/components/severity-badge/index.js +1 -1
  166. package/dist/components/severity-overview/badge/index.js +1 -1
  167. package/dist/components/severity-overview/index.js +1 -1
  168. package/dist/components/show-on-hover/index.js +1 -1
  169. package/dist/components/show-on-hover/styles.d.ts +54 -52
  170. package/dist/components/slide-out-menu/index.js +1 -1
  171. package/dist/components/slide-out-menu/menu-item/index.js +1 -1
  172. package/dist/components/slider/index.js +1 -1
  173. package/dist/components/slider/styles.d.ts +108 -104
  174. package/dist/components/slider/thumb/index.js +1 -1
  175. package/dist/components/step-lapse/index.js +1 -1
  176. package/dist/components/step-lapse/styles.d.ts +162 -156
  177. package/dist/components/table-button/index.js +1 -1
  178. package/dist/components/table-button/index.stories.d.ts +2 -2
  179. package/dist/components/table-button/styles.d.ts +54 -52
  180. package/dist/components/tabs/index.js +1 -1
  181. package/dist/components/tabs/tab/index.js +1 -1
  182. package/dist/components/tag/index.js +1 -1
  183. package/dist/components/timeline/card/index.js +1 -1
  184. package/dist/components/timeline/index.js +1 -1
  185. package/dist/components/toggle/index.js +1 -1
  186. package/dist/components/toggle/index.stories.d.ts +2 -2
  187. package/dist/components/toggle/styles.d.ts +162 -156
  188. package/dist/components/toggle-buttons/index.js +1 -1
  189. package/dist/components/toggle-buttons/styles.d.ts +108 -104
  190. package/dist/components/tooltip/index.js +1 -1
  191. package/dist/components/tooltip/styles.d.ts +57 -55
  192. package/dist/components/tour/index.js +1 -1
  193. package/dist/components/typography/heading/index.js +1 -1
  194. package/dist/components/typography/index.js +1 -1
  195. package/dist/components/typography/span/index.js +1 -1
  196. package/dist/components/typography/styles.d.ts +165 -159
  197. package/dist/components/typography/text/index.js +1 -1
  198. package/dist/{components-OtNCp3tQ.mjs → components-C5lRKm4D.mjs} +550 -543
  199. package/dist/{components-DgBs7-Yd.js → components-DStcyU7z.js} +59 -59
  200. package/dist/hooks/index.js +1 -1
  201. package/dist/index.js +1 -1
  202. package/dist/vendor-DOfNkUnQ.js +206 -0
  203. package/dist/{vendor-zX_88erz.mjs → vendor-nJMHsTuL.mjs} +17730 -17670
  204. package/package.json +18 -19
  205. package/dist/components/slide-out-menu/styles.d.ts +0 -10
  206. package/dist/vendor-CJUQQyxF.js +0 -206
@@ -17,13 +17,10 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
17
17
  readonly data?: string | undefined | undefined;
18
18
  readonly form?: string | undefined | undefined;
19
19
  readonly label?: string | undefined | undefined;
20
- readonly slot?: string | undefined | undefined;
21
20
  readonly span?: number | undefined | undefined;
22
21
  readonly style?: import('react').CSSProperties | undefined;
23
22
  readonly summary?: string | undefined | undefined;
24
- readonly title?: string | undefined | undefined;
25
23
  readonly pattern?: string | undefined | undefined;
26
- readonly type?: string | undefined | undefined;
27
24
  readonly as?: string | undefined | undefined;
28
25
  readonly defaultChecked?: boolean | undefined | undefined;
29
26
  readonly defaultValue?: string | number | readonly string[] | undefined;
@@ -32,16 +29,17 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
32
29
  readonly accessKey?: string | undefined | undefined;
33
30
  readonly autoFocus?: boolean | undefined | undefined;
34
31
  readonly className?: string | undefined | undefined;
35
- readonly contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
32
+ readonly contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
36
33
  readonly contextMenu?: string | undefined | undefined;
37
34
  readonly dir?: string | undefined | undefined;
38
35
  readonly draggable?: (boolean | "true" | "false") | undefined;
39
36
  readonly id?: string | undefined | undefined;
40
37
  readonly lang?: string | undefined | undefined;
41
38
  readonly nonce?: string | undefined | undefined;
42
- readonly placeholder?: string | undefined | undefined;
39
+ readonly slot?: string | undefined | undefined;
43
40
  readonly spellCheck?: (boolean | "true" | "false") | undefined;
44
41
  readonly tabIndex?: number | undefined | undefined;
42
+ readonly title?: string | undefined | undefined;
45
43
  readonly translate?: "yes" | "no" | undefined | undefined;
46
44
  readonly radioGroup?: string | undefined | undefined;
47
45
  readonly role?: import('react').AriaRole | undefined;
@@ -68,54 +66,59 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
68
66
  readonly unselectable?: "on" | "off" | undefined | undefined;
69
67
  readonly inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
70
68
  readonly is?: string | undefined | undefined;
71
- readonly 'aria-activedescendant'?: string | undefined | undefined;
72
- readonly 'aria-atomic'?: (boolean | "true" | "false") | undefined;
73
- readonly 'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined | undefined;
74
- readonly 'aria-busy'?: (boolean | "true" | "false") | undefined;
75
- readonly 'aria-checked'?: boolean | "false" | "mixed" | "true" | undefined | undefined;
76
- readonly 'aria-colcount'?: number | undefined | undefined;
77
- readonly 'aria-colindex'?: number | undefined | undefined;
78
- readonly 'aria-colspan'?: number | undefined | undefined;
79
- readonly 'aria-controls'?: string | undefined | undefined;
80
- readonly 'aria-current'?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
81
- readonly 'aria-describedby'?: string | undefined | undefined;
82
- readonly 'aria-details'?: string | undefined | undefined;
83
- readonly 'aria-disabled'?: (boolean | "true" | "false") | undefined;
84
- readonly 'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
85
- readonly 'aria-errormessage'?: string | undefined | undefined;
86
- readonly 'aria-expanded'?: (boolean | "true" | "false") | undefined;
87
- readonly 'aria-flowto'?: string | undefined | undefined;
88
- readonly 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
89
- readonly 'aria-haspopup'?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
90
- readonly 'aria-hidden'?: (boolean | "true" | "false") | undefined;
91
- readonly 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
92
- readonly 'aria-keyshortcuts'?: string | undefined | undefined;
93
- readonly 'aria-label'?: string | undefined | undefined;
94
- readonly 'aria-labelledby'?: string | undefined | undefined;
95
- readonly 'aria-level'?: number | undefined | undefined;
96
- readonly 'aria-live'?: "off" | "assertive" | "polite" | undefined | undefined;
97
- readonly 'aria-modal'?: (boolean | "true" | "false") | undefined;
98
- readonly 'aria-multiline'?: (boolean | "true" | "false") | undefined;
99
- readonly 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
100
- readonly 'aria-orientation'?: "horizontal" | "vertical" | undefined | undefined;
101
- readonly 'aria-owns'?: string | undefined | undefined;
102
- readonly 'aria-placeholder'?: string | undefined | undefined;
103
- readonly 'aria-posinset'?: number | undefined | undefined;
104
- readonly 'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined | undefined;
105
- readonly 'aria-readonly'?: (boolean | "true" | "false") | undefined;
106
- readonly 'aria-relevant'?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
107
- readonly 'aria-required'?: (boolean | "true" | "false") | undefined;
108
- readonly 'aria-roledescription'?: string | undefined | undefined;
109
- readonly 'aria-rowcount'?: number | undefined | undefined;
110
- readonly 'aria-rowindex'?: number | undefined | undefined;
111
- readonly 'aria-rowspan'?: number | undefined | undefined;
112
- readonly 'aria-selected'?: (boolean | "true" | "false") | undefined;
113
- readonly 'aria-setsize'?: number | undefined | undefined;
114
- readonly 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
115
- readonly 'aria-valuemax'?: number | undefined | undefined;
116
- readonly 'aria-valuemin'?: number | undefined | undefined;
117
- readonly 'aria-valuenow'?: number | undefined | undefined;
118
- readonly 'aria-valuetext'?: string | undefined | undefined;
69
+ readonly "aria-activedescendant"?: string | undefined | undefined;
70
+ readonly "aria-atomic"?: (boolean | "true" | "false") | undefined;
71
+ readonly "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
72
+ readonly "aria-braillelabel"?: string | undefined | undefined;
73
+ readonly "aria-brailleroledescription"?: string | undefined | undefined;
74
+ readonly "aria-busy"?: (boolean | "true" | "false") | undefined;
75
+ readonly "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
76
+ readonly "aria-colcount"?: number | undefined | undefined;
77
+ readonly "aria-colindex"?: number | undefined | undefined;
78
+ readonly "aria-colindextext"?: string | undefined | undefined;
79
+ readonly "aria-colspan"?: number | undefined | undefined;
80
+ readonly "aria-controls"?: string | undefined | undefined;
81
+ readonly "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
82
+ readonly "aria-describedby"?: string | undefined | undefined;
83
+ readonly "aria-description"?: string | undefined | undefined;
84
+ readonly "aria-details"?: string | undefined | undefined;
85
+ readonly "aria-disabled"?: (boolean | "true" | "false") | undefined;
86
+ readonly "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
87
+ readonly "aria-errormessage"?: string | undefined | undefined;
88
+ readonly "aria-expanded"?: (boolean | "true" | "false") | undefined;
89
+ readonly "aria-flowto"?: string | undefined | undefined;
90
+ readonly "aria-grabbed"?: (boolean | "true" | "false") | undefined;
91
+ readonly "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
92
+ readonly "aria-hidden"?: (boolean | "true" | "false") | undefined;
93
+ readonly "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
94
+ readonly "aria-keyshortcuts"?: string | undefined | undefined;
95
+ readonly "aria-label"?: string | undefined | undefined;
96
+ readonly "aria-labelledby"?: string | undefined | undefined;
97
+ readonly "aria-level"?: number | undefined | undefined;
98
+ readonly "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
99
+ readonly "aria-modal"?: (boolean | "true" | "false") | undefined;
100
+ readonly "aria-multiline"?: (boolean | "true" | "false") | undefined;
101
+ readonly "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
102
+ readonly "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
103
+ readonly "aria-owns"?: string | undefined | undefined;
104
+ readonly "aria-placeholder"?: string | undefined | undefined;
105
+ readonly "aria-posinset"?: number | undefined | undefined;
106
+ readonly "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
107
+ readonly "aria-readonly"?: (boolean | "true" | "false") | undefined;
108
+ readonly "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
109
+ readonly "aria-required"?: (boolean | "true" | "false") | undefined;
110
+ readonly "aria-roledescription"?: string | undefined | undefined;
111
+ readonly "aria-rowcount"?: number | undefined | undefined;
112
+ readonly "aria-rowindex"?: number | undefined | undefined;
113
+ readonly "aria-rowindextext"?: string | undefined | undefined;
114
+ readonly "aria-rowspan"?: number | undefined | undefined;
115
+ readonly "aria-selected"?: (boolean | "true" | "false") | undefined;
116
+ readonly "aria-setsize"?: number | undefined | undefined;
117
+ readonly "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
118
+ readonly "aria-valuemax"?: number | undefined | undefined;
119
+ readonly "aria-valuemin"?: number | undefined | undefined;
120
+ readonly "aria-valuenow"?: number | undefined | undefined;
121
+ readonly "aria-valuetext"?: string | undefined | undefined;
119
122
  readonly dangerouslySetInnerHTML?: {
120
123
  __html: string | TrustedHTML;
121
124
  } | undefined | undefined;
@@ -258,9 +261,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
258
261
  readonly onPointerCancel?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
259
262
  readonly onPointerCancelCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
260
263
  readonly onPointerEnter?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
261
- readonly onPointerEnterCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
262
264
  readonly onPointerLeave?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
263
- readonly onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
264
265
  readonly onPointerOver?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
265
266
  readonly onPointerOverCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
266
267
  readonly onPointerOut?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
@@ -288,6 +289,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
288
289
  readonly formNoValidate?: boolean | undefined | undefined;
289
290
  readonly formTarget?: string | undefined | undefined;
290
291
  readonly name?: string | undefined | undefined;
292
+ readonly type?: string | undefined | undefined;
291
293
  readonly value?: string | undefined;
292
294
  readonly classID?: string | undefined | undefined;
293
295
  readonly useMap?: string | undefined | undefined;
@@ -299,7 +301,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
299
301
  readonly max?: number | string | undefined | undefined;
300
302
  readonly method?: string | undefined | undefined;
301
303
  readonly min?: number | string | undefined | undefined;
302
- readonly crossOrigin?: "anonymous" | "use-credentials" | "" | undefined | undefined;
304
+ readonly crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
303
305
  readonly integrity?: string | undefined | undefined;
304
306
  readonly sizes?: string | undefined | undefined;
305
307
  readonly charSet?: string | undefined | undefined;
@@ -349,6 +351,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
349
351
  readonly maxLength?: number | undefined | undefined;
350
352
  readonly minLength?: number | undefined | undefined;
351
353
  readonly multiple?: boolean | undefined | undefined;
354
+ readonly placeholder?: string | undefined | undefined;
352
355
  readonly readOnly?: boolean | undefined | undefined;
353
356
  readonly required?: boolean | undefined | undefined;
354
357
  readonly size?: number | undefined | undefined;
@@ -368,6 +371,6 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
368
371
  readonly iconType?: import('../../../@core').TIconType | undefined;
369
372
  readonly rightIcon?: import('../../../@core').IIconModifiable["icon"] | undefined;
370
373
  readonly onClickIcon?: import('react').MouseEventHandler<HTMLSpanElement> | undefined;
371
- ref?: ((instance: HTMLLIElement | null) => void) | import('react').RefObject<HTMLLIElement> | null | undefined;
374
+ ref?: ((instance: HTMLLIElement | 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<HTMLLIElement> | null | undefined;
372
375
  }> & (({ children, disabled, icon, iconType, href, onClick, onClickIcon, onKeyDown, rightIcon, selected, value, ...props }: Readonly<import('../../../list-item/types').IListItemProps>) => JSX.Element);
373
376
  export { StyledList };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");const e=require("../../../components-DgBs7-Yd.js");require("../../../vendor-CJUQQyxF.js");exports.AppliedFilters=e.AppliedFilters;exports.formatCheckValues=e.formatCheckValues;exports.useFilters=e.useFilters;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");const e=require("../../../components-DStcyU7z.js");require("../../../vendor-DOfNkUnQ.js");exports.AppliedFilters=e.AppliedFilters;exports.formatCheckValues=e.formatCheckValues;exports.useFilters=e.useFilters;
@@ -4,9 +4,7 @@ declare const ModalWrapper: import('styled-components').IStyledComponent<"web",
4
4
  key?: import('react').Key | null | undefined;
5
5
  rev?: string | undefined | undefined;
6
6
  hidden?: boolean | undefined | undefined;
7
- slot?: string | undefined | undefined;
8
7
  style?: import('react').CSSProperties | undefined;
9
- title?: string | undefined | undefined;
10
8
  defaultChecked?: boolean | undefined | undefined;
11
9
  defaultValue?: string | number | readonly string[] | undefined;
12
10
  suppressContentEditableWarning?: boolean | undefined | undefined;
@@ -14,16 +12,17 @@ declare const ModalWrapper: import('styled-components').IStyledComponent<"web",
14
12
  accessKey?: string | undefined | undefined;
15
13
  autoFocus?: boolean | undefined | undefined;
16
14
  className?: string | undefined | undefined;
17
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
15
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
18
16
  contextMenu?: string | undefined | undefined;
19
17
  dir?: string | undefined | undefined;
20
18
  draggable?: (boolean | "true" | "false") | undefined;
21
19
  id?: string | undefined | undefined;
22
20
  lang?: string | undefined | undefined;
23
21
  nonce?: string | undefined | undefined;
24
- placeholder?: string | undefined | undefined;
22
+ slot?: string | undefined | undefined;
25
23
  spellCheck?: (boolean | "true" | "false") | undefined;
26
24
  tabIndex?: number | undefined | undefined;
25
+ title?: string | undefined | undefined;
27
26
  translate?: "yes" | "no" | undefined | undefined;
28
27
  radioGroup?: string | undefined | undefined;
29
28
  role?: import('react').AriaRole | undefined;
@@ -50,54 +49,59 @@ declare const ModalWrapper: import('styled-components').IStyledComponent<"web",
50
49
  unselectable?: "on" | "off" | undefined | undefined;
51
50
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
52
51
  is?: string | undefined | undefined;
53
- 'aria-activedescendant'?: string | undefined | undefined;
54
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
55
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined | undefined;
56
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
57
- 'aria-checked'?: boolean | "false" | "mixed" | "true" | undefined | undefined;
58
- 'aria-colcount'?: number | undefined | undefined;
59
- 'aria-colindex'?: number | undefined | undefined;
60
- 'aria-colspan'?: number | undefined | undefined;
61
- 'aria-controls'?: string | undefined | undefined;
62
- 'aria-current'?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
63
- 'aria-describedby'?: string | undefined | undefined;
64
- 'aria-details'?: string | undefined | undefined;
65
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
66
- 'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
67
- 'aria-errormessage'?: string | undefined | undefined;
68
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
69
- 'aria-flowto'?: string | undefined | undefined;
70
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
71
- 'aria-haspopup'?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
72
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
73
- 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
74
- 'aria-keyshortcuts'?: string | undefined | undefined;
75
- 'aria-label'?: string | undefined | undefined;
76
- 'aria-labelledby'?: string | undefined | undefined;
77
- 'aria-level'?: number | undefined | undefined;
78
- 'aria-live'?: "off" | "assertive" | "polite" | undefined | undefined;
79
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
80
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
81
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
82
- 'aria-orientation'?: "horizontal" | "vertical" | undefined | undefined;
83
- 'aria-owns'?: string | undefined | undefined;
84
- 'aria-placeholder'?: string | undefined | undefined;
85
- 'aria-posinset'?: number | undefined | undefined;
86
- 'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined | undefined;
87
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
88
- 'aria-relevant'?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
89
- 'aria-required'?: (boolean | "true" | "false") | undefined;
90
- 'aria-roledescription'?: string | undefined | undefined;
91
- 'aria-rowcount'?: number | undefined | undefined;
92
- 'aria-rowindex'?: number | undefined | undefined;
93
- 'aria-rowspan'?: number | undefined | undefined;
94
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
95
- 'aria-setsize'?: number | undefined | undefined;
96
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
97
- 'aria-valuemax'?: number | undefined | undefined;
98
- 'aria-valuemin'?: number | undefined | undefined;
99
- 'aria-valuenow'?: number | undefined | undefined;
100
- 'aria-valuetext'?: string | undefined | undefined;
52
+ "aria-activedescendant"?: string | undefined | undefined;
53
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
54
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
55
+ "aria-braillelabel"?: string | undefined | undefined;
56
+ "aria-brailleroledescription"?: string | undefined | undefined;
57
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
58
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
59
+ "aria-colcount"?: number | undefined | undefined;
60
+ "aria-colindex"?: number | undefined | undefined;
61
+ "aria-colindextext"?: string | undefined | undefined;
62
+ "aria-colspan"?: number | undefined | undefined;
63
+ "aria-controls"?: string | undefined | undefined;
64
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
65
+ "aria-describedby"?: string | undefined | undefined;
66
+ "aria-description"?: string | undefined | undefined;
67
+ "aria-details"?: string | undefined | undefined;
68
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
69
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
70
+ "aria-errormessage"?: string | undefined | undefined;
71
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
72
+ "aria-flowto"?: string | undefined | undefined;
73
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
74
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
75
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
76
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
77
+ "aria-keyshortcuts"?: string | undefined | undefined;
78
+ "aria-label"?: string | undefined | undefined;
79
+ "aria-labelledby"?: string | undefined | undefined;
80
+ "aria-level"?: number | undefined | undefined;
81
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
82
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
83
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
84
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
85
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
86
+ "aria-owns"?: string | undefined | undefined;
87
+ "aria-placeholder"?: string | undefined | undefined;
88
+ "aria-posinset"?: number | undefined | undefined;
89
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
90
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
91
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
92
+ "aria-required"?: (boolean | "true" | "false") | undefined;
93
+ "aria-roledescription"?: string | undefined | undefined;
94
+ "aria-rowcount"?: number | undefined | undefined;
95
+ "aria-rowindex"?: number | undefined | undefined;
96
+ "aria-rowindextext"?: string | undefined | undefined;
97
+ "aria-rowspan"?: number | undefined | undefined;
98
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
99
+ "aria-setsize"?: number | undefined | undefined;
100
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
101
+ "aria-valuemax"?: number | undefined | undefined;
102
+ "aria-valuemin"?: number | undefined | undefined;
103
+ "aria-valuenow"?: number | undefined | undefined;
104
+ "aria-valuetext"?: string | undefined | undefined;
101
105
  dangerouslySetInnerHTML?: {
102
106
  __html: string | TrustedHTML;
103
107
  } | undefined | undefined;
@@ -240,9 +244,7 @@ declare const ModalWrapper: import('styled-components').IStyledComponent<"web",
240
244
  onPointerCancel?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
241
245
  onPointerCancelCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
242
246
  onPointerEnter?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
243
- onPointerEnterCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
244
247
  onPointerLeave?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
245
- onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
246
248
  onPointerOver?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
247
249
  onPointerOverCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
248
250
  onPointerOut?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
@@ -263,7 +265,7 @@ declare const ModalWrapper: import('styled-components').IStyledComponent<"web",
263
265
  onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
264
266
  onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
265
267
  onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
266
- ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
268
+ 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;
267
269
  }, {
268
270
  $bgColor?: string;
269
271
  }>>;
@@ -286,13 +288,10 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
286
288
  readonly data?: string | undefined | undefined;
287
289
  readonly form?: string | undefined | undefined;
288
290
  readonly label?: string | undefined | undefined;
289
- readonly slot?: string | undefined | undefined;
290
291
  readonly span?: number | undefined | undefined;
291
292
  readonly style?: import('react').CSSProperties | undefined;
292
293
  readonly summary?: string | undefined | undefined;
293
- readonly title?: string | undefined | undefined;
294
294
  readonly pattern?: string | undefined | undefined;
295
- readonly type?: string | undefined | undefined;
296
295
  readonly as?: string | undefined | undefined;
297
296
  readonly defaultChecked?: boolean | undefined | undefined;
298
297
  readonly defaultValue?: string | number | readonly string[] | undefined;
@@ -301,16 +300,17 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
301
300
  readonly accessKey?: string | undefined | undefined;
302
301
  readonly autoFocus?: boolean | undefined | undefined;
303
302
  readonly className?: string | undefined | undefined;
304
- readonly contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
303
+ readonly contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
305
304
  readonly contextMenu?: string | undefined | undefined;
306
305
  readonly dir?: string | undefined | undefined;
307
306
  readonly draggable?: (boolean | "true" | "false") | undefined;
308
307
  readonly id?: string | undefined | undefined;
309
308
  readonly lang?: string | undefined | undefined;
310
309
  readonly nonce?: string | undefined | undefined;
311
- readonly placeholder?: string | undefined | undefined;
310
+ readonly slot?: string | undefined | undefined;
312
311
  readonly spellCheck?: (boolean | "true" | "false") | undefined;
313
312
  readonly tabIndex?: number | undefined | undefined;
313
+ readonly title?: string | undefined | undefined;
314
314
  readonly translate?: "yes" | "no" | undefined | undefined;
315
315
  readonly radioGroup?: string | undefined | undefined;
316
316
  readonly role?: import('react').AriaRole | undefined;
@@ -337,54 +337,59 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
337
337
  readonly unselectable?: "on" | "off" | undefined | undefined;
338
338
  readonly inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
339
339
  readonly is?: string | undefined | undefined;
340
- readonly 'aria-activedescendant'?: string | undefined | undefined;
341
- readonly 'aria-atomic'?: (boolean | "true" | "false") | undefined;
342
- readonly 'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined | undefined;
343
- readonly 'aria-busy'?: (boolean | "true" | "false") | undefined;
344
- readonly 'aria-checked'?: boolean | "false" | "mixed" | "true" | undefined | undefined;
345
- readonly 'aria-colcount'?: number | undefined | undefined;
346
- readonly 'aria-colindex'?: number | undefined | undefined;
347
- readonly 'aria-colspan'?: number | undefined | undefined;
348
- readonly 'aria-controls'?: string | undefined | undefined;
349
- readonly 'aria-current'?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
350
- readonly 'aria-describedby'?: string | undefined | undefined;
351
- readonly 'aria-details'?: string | undefined | undefined;
352
- readonly 'aria-disabled'?: (boolean | "true" | "false") | undefined;
353
- readonly 'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
354
- readonly 'aria-errormessage'?: string | undefined | undefined;
355
- readonly 'aria-expanded'?: (boolean | "true" | "false") | undefined;
356
- readonly 'aria-flowto'?: string | undefined | undefined;
357
- readonly 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
358
- readonly 'aria-haspopup'?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
359
- readonly 'aria-hidden'?: (boolean | "true" | "false") | undefined;
360
- readonly 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
361
- readonly 'aria-keyshortcuts'?: string | undefined | undefined;
362
- readonly 'aria-label'?: string | undefined | undefined;
363
- readonly 'aria-labelledby'?: string | undefined | undefined;
364
- readonly 'aria-level'?: number | undefined | undefined;
365
- readonly 'aria-live'?: "off" | "assertive" | "polite" | undefined | undefined;
366
- readonly 'aria-modal'?: (boolean | "true" | "false") | undefined;
367
- readonly 'aria-multiline'?: (boolean | "true" | "false") | undefined;
368
- readonly 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
369
- readonly 'aria-orientation'?: "horizontal" | "vertical" | undefined | undefined;
370
- readonly 'aria-owns'?: string | undefined | undefined;
371
- readonly 'aria-placeholder'?: string | undefined | undefined;
372
- readonly 'aria-posinset'?: number | undefined | undefined;
373
- readonly 'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined | undefined;
374
- readonly 'aria-readonly'?: (boolean | "true" | "false") | undefined;
375
- readonly 'aria-relevant'?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
376
- readonly 'aria-required'?: (boolean | "true" | "false") | undefined;
377
- readonly 'aria-roledescription'?: string | undefined | undefined;
378
- readonly 'aria-rowcount'?: number | undefined | undefined;
379
- readonly 'aria-rowindex'?: number | undefined | undefined;
380
- readonly 'aria-rowspan'?: number | undefined | undefined;
381
- readonly 'aria-selected'?: (boolean | "true" | "false") | undefined;
382
- readonly 'aria-setsize'?: number | undefined | undefined;
383
- readonly 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
384
- readonly 'aria-valuemax'?: number | undefined | undefined;
385
- readonly 'aria-valuemin'?: number | undefined | undefined;
386
- readonly 'aria-valuenow'?: number | undefined | undefined;
387
- readonly 'aria-valuetext'?: string | undefined | undefined;
340
+ readonly "aria-activedescendant"?: string | undefined | undefined;
341
+ readonly "aria-atomic"?: (boolean | "true" | "false") | undefined;
342
+ readonly "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
343
+ readonly "aria-braillelabel"?: string | undefined | undefined;
344
+ readonly "aria-brailleroledescription"?: string | undefined | undefined;
345
+ readonly "aria-busy"?: (boolean | "true" | "false") | undefined;
346
+ readonly "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
347
+ readonly "aria-colcount"?: number | undefined | undefined;
348
+ readonly "aria-colindex"?: number | undefined | undefined;
349
+ readonly "aria-colindextext"?: string | undefined | undefined;
350
+ readonly "aria-colspan"?: number | undefined | undefined;
351
+ readonly "aria-controls"?: string | undefined | undefined;
352
+ readonly "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
353
+ readonly "aria-describedby"?: string | undefined | undefined;
354
+ readonly "aria-description"?: string | undefined | undefined;
355
+ readonly "aria-details"?: string | undefined | undefined;
356
+ readonly "aria-disabled"?: (boolean | "true" | "false") | undefined;
357
+ readonly "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
358
+ readonly "aria-errormessage"?: string | undefined | undefined;
359
+ readonly "aria-expanded"?: (boolean | "true" | "false") | undefined;
360
+ readonly "aria-flowto"?: string | undefined | undefined;
361
+ readonly "aria-grabbed"?: (boolean | "true" | "false") | undefined;
362
+ readonly "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
363
+ readonly "aria-hidden"?: (boolean | "true" | "false") | undefined;
364
+ readonly "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
365
+ readonly "aria-keyshortcuts"?: string | undefined | undefined;
366
+ readonly "aria-label"?: string | undefined | undefined;
367
+ readonly "aria-labelledby"?: string | undefined | undefined;
368
+ readonly "aria-level"?: number | undefined | undefined;
369
+ readonly "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
370
+ readonly "aria-modal"?: (boolean | "true" | "false") | undefined;
371
+ readonly "aria-multiline"?: (boolean | "true" | "false") | undefined;
372
+ readonly "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
373
+ readonly "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
374
+ readonly "aria-owns"?: string | undefined | undefined;
375
+ readonly "aria-placeholder"?: string | undefined | undefined;
376
+ readonly "aria-posinset"?: number | undefined | undefined;
377
+ readonly "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
378
+ readonly "aria-readonly"?: (boolean | "true" | "false") | undefined;
379
+ readonly "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
380
+ readonly "aria-required"?: (boolean | "true" | "false") | undefined;
381
+ readonly "aria-roledescription"?: string | undefined | undefined;
382
+ readonly "aria-rowcount"?: number | undefined | undefined;
383
+ readonly "aria-rowindex"?: number | undefined | undefined;
384
+ readonly "aria-rowindextext"?: string | undefined | undefined;
385
+ readonly "aria-rowspan"?: number | undefined | undefined;
386
+ readonly "aria-selected"?: (boolean | "true" | "false") | undefined;
387
+ readonly "aria-setsize"?: number | undefined | undefined;
388
+ readonly "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
389
+ readonly "aria-valuemax"?: number | undefined | undefined;
390
+ readonly "aria-valuemin"?: number | undefined | undefined;
391
+ readonly "aria-valuenow"?: number | undefined | undefined;
392
+ readonly "aria-valuetext"?: string | undefined | undefined;
388
393
  readonly dangerouslySetInnerHTML?: {
389
394
  __html: string | TrustedHTML;
390
395
  } | undefined | undefined;
@@ -527,9 +532,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
527
532
  readonly onPointerCancel?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
528
533
  readonly onPointerCancelCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
529
534
  readonly onPointerEnter?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
530
- readonly onPointerEnterCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
531
535
  readonly onPointerLeave?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
532
- readonly onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
533
536
  readonly onPointerOver?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
534
537
  readonly onPointerOverCapture?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
535
538
  readonly onPointerOut?: import('react').PointerEventHandler<HTMLLIElement> | undefined;
@@ -557,6 +560,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
557
560
  readonly formNoValidate?: boolean | undefined | undefined;
558
561
  readonly formTarget?: string | undefined | undefined;
559
562
  readonly name?: string | undefined | undefined;
563
+ readonly type?: string | undefined | undefined;
560
564
  readonly value?: string | undefined;
561
565
  readonly classID?: string | undefined | undefined;
562
566
  readonly useMap?: string | undefined | undefined;
@@ -568,7 +572,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
568
572
  readonly max?: number | string | undefined | undefined;
569
573
  readonly method?: string | undefined | undefined;
570
574
  readonly min?: number | string | undefined | undefined;
571
- readonly crossOrigin?: "anonymous" | "use-credentials" | "" | undefined | undefined;
575
+ readonly crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
572
576
  readonly integrity?: string | undefined | undefined;
573
577
  readonly sizes?: string | undefined | undefined;
574
578
  readonly charSet?: string | undefined | undefined;
@@ -618,6 +622,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
618
622
  readonly maxLength?: number | undefined | undefined;
619
623
  readonly minLength?: number | undefined | undefined;
620
624
  readonly multiple?: boolean | undefined | undefined;
625
+ readonly placeholder?: string | undefined | undefined;
621
626
  readonly readOnly?: boolean | undefined | undefined;
622
627
  readonly required?: boolean | undefined | undefined;
623
628
  readonly size?: number | undefined | undefined;
@@ -637,6 +642,6 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
637
642
  readonly iconType?: import('../../@core').TIconType | undefined;
638
643
  readonly rightIcon?: import('../../@core').IIconModifiable["icon"] | undefined;
639
644
  readonly onClickIcon?: import('react').MouseEventHandler<HTMLSpanElement> | undefined;
640
- ref?: ((instance: HTMLLIElement | null) => void) | import('react').RefObject<HTMLLIElement> | null | undefined;
645
+ ref?: ((instance: HTMLLIElement | 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<HTMLLIElement> | null | undefined;
641
646
  }> & (({ children, disabled, icon, iconType, href, onClick, onClickIcon, onKeyDown, rightIcon, selected, value, ...props }: Readonly<import('../../list-item/types').IListItemProps>) => JSX.Element);
642
647
  export { ModalWrapper, StyledList };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("../../../vendor-CJUQQyxF.js");require("react");const e=require("../../../components-DgBs7-Yd.js");exports.ModalFooter=e.ModalFooter;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("../../../vendor-DOfNkUnQ.js");require("react");const e=require("../../../components-DStcyU7z.js");exports.ModalFooter=e.ModalFooter;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("../../../vendor-CJUQQyxF.js");require("react");const e=require("../../../components-DgBs7-Yd.js");exports.Header=e.Header$1;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("../../../vendor-DOfNkUnQ.js");require("react");const e=require("../../../components-DStcyU7z.js");exports.Header=e.Header$1;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("../../vendor-CJUQQyxF.js");require("react-dom");const e=require("../../components-DgBs7-Yd.js");exports.AppliedFilters=e.AppliedFilters;exports.ColumFilters=e.ColumFilters;exports.ColumnsModal=e.ColumnsModal;exports.Modal=e.Modal;exports.ModalConfirm=e.ModalConfirm;exports.ModalFooter=e.ModalFooter;exports.formatCheckValues=e.formatCheckValues;exports.useFilters=e.useFilters;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("../../vendor-DOfNkUnQ.js");require("react-dom");const e=require("../../components-DStcyU7z.js");exports.AppliedFilters=e.AppliedFilters;exports.ColumFilters=e.ColumFilters;exports.ColumnsModal=e.ColumnsModal;exports.Modal=e.Modal;exports.ModalConfirm=e.ModalConfirm;exports.ModalFooter=e.ModalFooter;exports.formatCheckValues=e.formatCheckValues;exports.useFilters=e.useFilters;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");const e=require("../../../components-DgBs7-Yd.js");exports.ModalConfirm=e.ModalConfirm;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");const e=require("../../../components-DStcyU7z.js");exports.ModalConfirm=e.ModalConfirm;