@proprioo/salatim 30.1.2 → 30.3.0

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 (155) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/lib/date/src/datePicker/DatePicker.styles.d.ts +274 -1
  3. package/lib/date/src/datePickerWrapper/DatepickerWrapper.styles.d.ts +3 -2
  4. package/lib/date/src/singleMonth/SingleMonth.styles.d.ts +274 -1
  5. package/lib/energy/src/Energy.styles.d.ts +2453 -12
  6. package/lib/forms/src/errorForm/ErrorForm.styles.d.ts +274 -1
  7. package/lib/index.js +324 -359
  8. package/lib/index.js.map +1 -1
  9. package/lib/phone/src/phoneAndFlag/PhoneAndFlag.js +1 -1
  10. package/lib/phone/src/phoneAndFlag/PhoneAndFlag.js.map +1 -1
  11. package/lib/phone/src/phoneAndFlag/PhoneAndFlag.styles.d.ts +831 -4
  12. package/lib/phone/src/phoneAndFlag/PhoneAndFlag.styles.js +4 -1
  13. package/lib/phone/src/phoneAndFlag/PhoneAndFlag.styles.js.map +1 -1
  14. package/lib/phone/src/phoneInput/Phone.styles.d.ts +3 -2
  15. package/lib/ui/index.d.ts +14 -8
  16. package/lib/ui/index.js +2 -1
  17. package/lib/ui/index.js.map +1 -1
  18. package/lib/ui/src/accordion/Accordion.d.ts +0 -1
  19. package/lib/ui/src/accordion/Accordion.interfaces.d.ts +1 -1
  20. package/lib/ui/src/accordion/Accordion.interfaces.js.map +1 -1
  21. package/lib/ui/src/accordion/Accordion.js.map +1 -1
  22. package/lib/ui/src/accordion/Accordion.styles.d.ts +278 -5
  23. package/lib/ui/src/accordion/AccordionContextProvider.d.ts +3 -3
  24. package/lib/ui/src/accordion/AccordionContextProvider.js.map +1 -1
  25. package/lib/ui/src/accordion/AccordionStore.d.ts +1 -1
  26. package/lib/ui/src/accordion/ItemContextProvider.d.ts +3 -3
  27. package/lib/ui/src/accordion/ItemContextProvider.js.map +1 -1
  28. package/lib/ui/src/agentBanner/AgentBanner.styles.d.ts +1374 -6
  29. package/lib/ui/src/agentCard/AgentCard.styles.d.ts +2461 -9
  30. package/lib/ui/src/block/Block.d.ts +1 -5
  31. package/lib/ui/src/block/Block.interfaces.d.ts +5 -0
  32. package/lib/ui/src/block/Block.interfaces.js +3 -0
  33. package/lib/ui/src/block/Block.interfaces.js.map +1 -0
  34. package/lib/ui/src/block/Block.js.map +1 -1
  35. package/lib/ui/src/block/Block.styles.d.ts +5 -4
  36. package/lib/ui/src/blockCheckIcon/BlockCheckIcon.styles.d.ts +276 -3
  37. package/lib/ui/src/blockIcon/BlockIcon.styles.d.ts +307 -3
  38. package/lib/ui/src/burger/Burger.d.ts +1 -6
  39. package/lib/ui/src/burger/Burger.interfaces.d.ts +6 -0
  40. package/lib/ui/src/burger/Burger.interfaces.js +3 -0
  41. package/lib/ui/src/burger/Burger.interfaces.js.map +1 -0
  42. package/lib/ui/src/burger/Burger.js.map +1 -1
  43. package/lib/ui/src/burger/Burger.styles.d.ts +276 -3
  44. package/lib/ui/src/burger/Burger.test.js.map +1 -1
  45. package/lib/ui/src/button/Button.d.ts +2 -15
  46. package/lib/ui/src/button/Button.interfaces.d.ts +14 -0
  47. package/lib/ui/src/button/Button.interfaces.js.map +1 -1
  48. package/lib/ui/src/button/Button.js.map +1 -1
  49. package/lib/ui/src/button/Button.styles.d.ts +277 -4
  50. package/lib/ui/src/button/Button.styles.js.map +1 -1
  51. package/lib/ui/src/button/Button.test.js.map +1 -1
  52. package/lib/ui/src/buttonRadioGroup/ButtonRadio.styles.d.ts +307 -3
  53. package/lib/ui/src/buttonRadioGroup/ButtonRadioGroup.styles.d.ts +274 -1
  54. package/lib/ui/src/card/Card.d.ts +2 -22
  55. package/lib/ui/src/card/Card.interfaces.d.ts +22 -0
  56. package/lib/ui/src/card/Card.interfaces.js +9 -0
  57. package/lib/ui/src/card/Card.interfaces.js.map +1 -0
  58. package/lib/ui/src/card/Card.js +2 -7
  59. package/lib/ui/src/card/Card.js.map +1 -1
  60. package/lib/ui/src/card/Card.stories.js.map +1 -1
  61. package/lib/ui/src/card/Card.styles.d.ts +2196 -16
  62. package/lib/ui/src/card/Card.test.js.map +1 -1
  63. package/lib/ui/src/checkbox/Checkbox.styles.d.ts +280 -7
  64. package/lib/ui/src/emailInput/EmailInput.styles.d.ts +556 -2
  65. package/lib/ui/src/fieldset/Fieldset.styles.d.ts +550 -4
  66. package/lib/ui/src/gmapsSuggestions/GmapsSuggestions.js +1 -1
  67. package/lib/ui/src/gmapsSuggestions/GmapsSuggestions.js.map +1 -1
  68. package/lib/ui/src/icons/index.d.ts +1 -0
  69. package/lib/ui/src/input/Input.d.ts +3 -4
  70. package/lib/ui/src/input/Input.js.map +1 -1
  71. package/lib/ui/src/input/Input.styles.d.ts +306 -2
  72. package/lib/ui/src/inputBase/InputBase.d.ts +2 -17
  73. package/lib/ui/src/inputBase/InputBase.interfaces.d.ts +17 -0
  74. package/lib/ui/src/inputBase/InputBase.interfaces.js +3 -0
  75. package/lib/ui/src/inputBase/InputBase.interfaces.js.map +1 -0
  76. package/lib/ui/src/inputBase/InputBase.js.map +1 -1
  77. package/lib/ui/src/inputBase/InputBase.styles.d.ts +555 -8
  78. package/lib/ui/src/inputLoader/InputLoader.styles.d.ts +546 -2
  79. package/lib/ui/src/inputLoading/InputLoading.styles.d.ts +274 -1
  80. package/lib/ui/src/loader/Loader.d.ts +1 -6
  81. package/lib/ui/src/loader/Loader.interfaces.d.ts +6 -0
  82. package/lib/ui/src/loader/Loader.interfaces.js +3 -0
  83. package/lib/ui/src/loader/Loader.interfaces.js.map +1 -0
  84. package/lib/ui/src/loader/Loader.js.map +1 -1
  85. package/lib/ui/src/loader/Loader.styles.d.ts +551 -7
  86. package/lib/ui/src/modal/Modal.d.ts +1 -25
  87. package/lib/ui/src/modal/Modal.interfaces.d.ts +38 -0
  88. package/lib/ui/src/modal/Modal.interfaces.js +19 -0
  89. package/lib/ui/src/modal/Modal.interfaces.js.map +1 -0
  90. package/lib/ui/src/modal/Modal.js +3 -2
  91. package/lib/ui/src/modal/Modal.js.map +1 -1
  92. package/lib/ui/src/modal/Modal.reducer.d.ts +1 -13
  93. package/lib/ui/src/modal/Modal.reducer.js +18 -32
  94. package/lib/ui/src/modal/Modal.reducer.js.map +1 -1
  95. package/lib/ui/src/modal/Modal.styles.d.ts +1098 -13
  96. package/lib/ui/src/modal/Modal.styles.js +2 -2
  97. package/lib/ui/src/modal/Modal.styles.js.map +1 -1
  98. package/lib/ui/src/nativeSelect/NativeSelect.styles.d.ts +282 -1
  99. package/lib/ui/src/option/Option.styles.d.ts +276 -3
  100. package/lib/ui/src/radio/Radio.styles.d.ts +851 -3
  101. package/lib/ui/src/select/Select.styles.d.ts +547 -3
  102. package/lib/ui/src/selectWrapper/SelectWrapper.styles.d.ts +4 -3
  103. package/lib/ui/src/subtitle/Subtitle.styles.d.ts +276 -3
  104. package/lib/ui/src/tag/Tag.styles.d.ts +824 -8
  105. package/lib/ui/src/textToggle/TextToggle.styles.d.ts +550 -6
  106. package/lib/ui/src/textarea/Textarea.d.ts +1 -20
  107. package/lib/ui/src/textarea/Textarea.interfaces.d.ts +20 -0
  108. package/lib/ui/src/textarea/Textarea.interfaces.js +3 -0
  109. package/lib/ui/src/textarea/Textarea.interfaces.js.map +1 -0
  110. package/lib/ui/src/textarea/Textarea.js.map +1 -1
  111. package/lib/ui/src/textarea/Textarea.styles.d.ts +276 -4
  112. package/lib/ui/src/textarea/Textarea.styles.js.map +1 -1
  113. package/lib/ui/src/textarea/Textarea.test.js.map +1 -1
  114. package/lib/ui/src/title/H1.d.ts +1 -1
  115. package/lib/ui/src/title/H1.js.map +1 -1
  116. package/lib/ui/src/title/H1.styles.d.ts +3 -2
  117. package/lib/ui/src/title/H1.styles.js.map +1 -1
  118. package/lib/ui/src/title/H2.d.ts +1 -1
  119. package/lib/ui/src/title/H2.js.map +1 -1
  120. package/lib/ui/src/title/H2.styles.d.ts +3 -2
  121. package/lib/ui/src/title/H2.styles.js.map +1 -1
  122. package/lib/ui/src/title/H3.d.ts +1 -1
  123. package/lib/ui/src/title/H3.js.map +1 -1
  124. package/lib/ui/src/title/H3.styles.d.ts +3 -2
  125. package/lib/ui/src/title/H3.styles.js.map +1 -1
  126. package/lib/ui/src/title/H4.d.ts +1 -1
  127. package/lib/ui/src/title/H4.js.map +1 -1
  128. package/lib/ui/src/title/H4.styles.d.ts +3 -2
  129. package/lib/ui/src/title/H4.styles.js.map +1 -1
  130. package/lib/ui/src/title/H5.d.ts +1 -1
  131. package/lib/ui/src/title/H5.js.map +1 -1
  132. package/lib/ui/src/title/H5.styles.d.ts +3 -2
  133. package/lib/ui/src/title/H5.styles.js.map +1 -1
  134. package/lib/ui/src/title/H6.d.ts +1 -1
  135. package/lib/ui/src/title/H6.js.map +1 -1
  136. package/lib/ui/src/title/H6.styles.d.ts +3 -2
  137. package/lib/ui/src/title/H6.styles.js.map +1 -1
  138. package/lib/ui/src/title/Title.d.ts +6 -12
  139. package/lib/ui/src/title/Title.interfaces.d.ts +6 -0
  140. package/lib/ui/src/title/Title.interfaces.js +3 -0
  141. package/lib/ui/src/title/Title.interfaces.js.map +1 -0
  142. package/lib/ui/src/title/Title.js.map +1 -1
  143. package/lib/ui/src/title/Title.styles.d.ts +8 -8
  144. package/lib/ui/src/toggle/Toggle.styles.d.ts +276 -3
  145. package/lib/ui/src/tooltip/Tooltip.styles.d.ts +546 -2
  146. package/lib/utils/src/container.d.ts +274 -1
  147. package/lib/utils/src/fonts.d.ts +2 -2
  148. package/lib/utils/src/line.d.ts +274 -1
  149. package/lib/utils/src/paragraphs.d.ts +13 -13
  150. package/lib/utils/src/reset.d.ts +1 -1
  151. package/lib/utils/src/row.d.ts +274 -1
  152. package/lib/utils/src/scrollbars.d.ts +1 -1
  153. package/lib/utils/src/test-utils.d.ts +1 -1
  154. package/lib/utils/src/utils.styles.d.ts +7352 -33
  155. package/package.json +15 -15
@@ -1,2 +1,306 @@
1
- export declare const BaseLayout: import("styled-components").FlattenSimpleInterpolation;
2
- export declare const InputLayout: import("styled-components").StyledComponent<"input", any, {}, never>;
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ export declare const BaseLayout: import("styled-components").RuleSet<object>;
4
+ export declare const InputLayout: import("styled-components").IStyledComponent<"web", {
5
+ ref?: import("react").LegacyRef<HTMLInputElement> | undefined;
6
+ key?: import("react").Key | null | undefined;
7
+ accept?: string | undefined;
8
+ alt?: string | undefined;
9
+ autoComplete?: string | undefined;
10
+ capture?: boolean | "user" | "environment" | undefined;
11
+ checked?: boolean | undefined;
12
+ crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
13
+ disabled?: boolean | undefined;
14
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
15
+ form?: string | undefined;
16
+ formAction?: string | undefined;
17
+ formEncType?: string | undefined;
18
+ formMethod?: string | undefined;
19
+ formNoValidate?: boolean | undefined;
20
+ formTarget?: string | undefined;
21
+ height?: string | number | undefined;
22
+ list?: string | undefined;
23
+ max?: string | number | undefined;
24
+ maxLength?: number | undefined;
25
+ min?: string | number | undefined;
26
+ minLength?: number | undefined;
27
+ multiple?: boolean | undefined;
28
+ name?: string | undefined;
29
+ pattern?: string | undefined;
30
+ placeholder?: string | undefined;
31
+ readOnly?: boolean | undefined;
32
+ required?: boolean | undefined;
33
+ size?: number | undefined;
34
+ src?: string | undefined;
35
+ step?: string | number | undefined;
36
+ type?: import("react").HTMLInputTypeAttribute | undefined;
37
+ value?: string | number | readonly string[] | undefined;
38
+ width?: string | number | undefined;
39
+ onChange?: import("react").ChangeEventHandler<HTMLInputElement> | undefined;
40
+ defaultChecked?: boolean | undefined;
41
+ defaultValue?: string | number | readonly string[] | undefined;
42
+ suppressContentEditableWarning?: boolean | undefined;
43
+ suppressHydrationWarning?: boolean | undefined;
44
+ accessKey?: string | undefined;
45
+ autoFocus?: boolean | undefined;
46
+ className?: string | undefined;
47
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
48
+ contextMenu?: string | undefined;
49
+ dir?: string | undefined;
50
+ draggable?: (boolean | "false" | "true") | undefined;
51
+ hidden?: boolean | undefined;
52
+ id?: string | undefined;
53
+ lang?: string | undefined;
54
+ nonce?: string | undefined;
55
+ slot?: string | undefined;
56
+ spellCheck?: (boolean | "false" | "true") | undefined;
57
+ style?: import("react").CSSProperties | undefined;
58
+ tabIndex?: number | undefined;
59
+ title?: string | undefined;
60
+ translate?: "yes" | "no" | undefined;
61
+ radioGroup?: string | undefined;
62
+ role?: import("react").AriaRole | undefined;
63
+ about?: string | undefined;
64
+ content?: string | undefined;
65
+ datatype?: string | undefined;
66
+ inlist?: any;
67
+ prefix?: string | undefined;
68
+ property?: string | undefined;
69
+ rel?: string | undefined;
70
+ resource?: string | undefined;
71
+ rev?: string | undefined;
72
+ typeof?: string | undefined;
73
+ vocab?: string | undefined;
74
+ autoCapitalize?: string | undefined;
75
+ autoCorrect?: string | undefined;
76
+ autoSave?: string | undefined;
77
+ color?: string | undefined;
78
+ itemProp?: string | undefined;
79
+ itemScope?: boolean | undefined;
80
+ itemType?: string | undefined;
81
+ itemID?: string | undefined;
82
+ itemRef?: string | undefined;
83
+ results?: number | undefined;
84
+ security?: string | undefined;
85
+ unselectable?: "on" | "off" | undefined;
86
+ inputMode?: "none" | "search" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
87
+ is?: string | undefined;
88
+ 'aria-activedescendant'?: string | undefined;
89
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
90
+ 'aria-autocomplete'?: "list" | "none" | "both" | "inline" | undefined;
91
+ 'aria-braillelabel'?: string | undefined;
92
+ 'aria-brailleroledescription'?: string | undefined;
93
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
94
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
95
+ 'aria-colcount'?: number | undefined;
96
+ 'aria-colindex'?: number | undefined;
97
+ 'aria-colindextext'?: string | undefined;
98
+ 'aria-colspan'?: number | undefined;
99
+ 'aria-controls'?: string | undefined;
100
+ 'aria-current'?: boolean | "page" | "step" | "false" | "true" | "date" | "time" | "location" | undefined;
101
+ 'aria-describedby'?: string | undefined;
102
+ 'aria-description'?: string | undefined;
103
+ 'aria-details'?: string | undefined;
104
+ 'aria-disabled'?: (boolean | "false" | "true") | undefined;
105
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
106
+ 'aria-errormessage'?: string | undefined;
107
+ 'aria-expanded'?: (boolean | "false" | "true") | undefined;
108
+ 'aria-flowto'?: string | undefined;
109
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
110
+ 'aria-haspopup'?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
111
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
112
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
113
+ 'aria-keyshortcuts'?: string | undefined;
114
+ 'aria-label'?: string | undefined;
115
+ 'aria-labelledby'?: string | undefined;
116
+ 'aria-level'?: number | undefined;
117
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
118
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
119
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
120
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
121
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
122
+ 'aria-owns'?: string | undefined;
123
+ 'aria-placeholder'?: string | undefined;
124
+ 'aria-posinset'?: number | undefined;
125
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
126
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
127
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
128
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
129
+ 'aria-roledescription'?: string | undefined;
130
+ 'aria-rowcount'?: number | undefined;
131
+ 'aria-rowindex'?: number | undefined;
132
+ 'aria-rowindextext'?: string | undefined;
133
+ 'aria-rowspan'?: number | undefined;
134
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
135
+ 'aria-setsize'?: number | undefined;
136
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
137
+ 'aria-valuemax'?: number | undefined;
138
+ 'aria-valuemin'?: number | undefined;
139
+ 'aria-valuenow'?: number | undefined;
140
+ 'aria-valuetext'?: string | undefined;
141
+ children?: import("react").ReactNode;
142
+ dangerouslySetInnerHTML?: {
143
+ __html: string | TrustedHTML;
144
+ } | undefined;
145
+ onCopy?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
146
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
147
+ onCut?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
148
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
149
+ onPaste?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
150
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
151
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLInputElement> | undefined;
152
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLInputElement> | undefined;
153
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLInputElement> | undefined;
154
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLInputElement> | undefined;
155
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLInputElement> | undefined;
156
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLInputElement> | undefined;
157
+ onFocus?: import("react").FocusEventHandler<HTMLInputElement> | undefined;
158
+ onFocusCapture?: import("react").FocusEventHandler<HTMLInputElement> | undefined;
159
+ onBlur?: import("react").FocusEventHandler<HTMLInputElement> | undefined;
160
+ onBlurCapture?: import("react").FocusEventHandler<HTMLInputElement> | undefined;
161
+ onChangeCapture?: import("react").FormEventHandler<HTMLInputElement> | undefined;
162
+ onBeforeInput?: import("react").FormEventHandler<HTMLInputElement> | undefined;
163
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLInputElement> | undefined;
164
+ onInput?: import("react").FormEventHandler<HTMLInputElement> | undefined;
165
+ onInputCapture?: import("react").FormEventHandler<HTMLInputElement> | undefined;
166
+ onReset?: import("react").FormEventHandler<HTMLInputElement> | undefined;
167
+ onResetCapture?: import("react").FormEventHandler<HTMLInputElement> | undefined;
168
+ onSubmit?: import("react").FormEventHandler<HTMLInputElement> | undefined;
169
+ onSubmitCapture?: import("react").FormEventHandler<HTMLInputElement> | undefined;
170
+ onInvalid?: import("react").FormEventHandler<HTMLInputElement> | undefined;
171
+ onInvalidCapture?: import("react").FormEventHandler<HTMLInputElement> | undefined;
172
+ onLoad?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
173
+ onLoadCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
174
+ onError?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
175
+ onErrorCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
176
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement> | undefined;
177
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLInputElement> | undefined;
178
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLInputElement> | undefined;
179
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLInputElement> | undefined;
180
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement> | undefined;
181
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLInputElement> | undefined;
182
+ onAbort?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
183
+ onAbortCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
184
+ onCanPlay?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
185
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
186
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
187
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
188
+ onDurationChange?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
189
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
190
+ onEmptied?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
191
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
192
+ onEncrypted?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
193
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
194
+ onEnded?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
195
+ onEndedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
196
+ onLoadedData?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
197
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
198
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
199
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
200
+ onLoadStart?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
201
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
202
+ onPause?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
203
+ onPauseCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
204
+ onPlay?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
205
+ onPlayCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
206
+ onPlaying?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
207
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
208
+ onProgress?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
209
+ onProgressCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
210
+ onRateChange?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
211
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
212
+ onResize?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
213
+ onResizeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
214
+ onSeeked?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
215
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
216
+ onSeeking?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
217
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
218
+ onStalled?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
219
+ onStalledCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
220
+ onSuspend?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
221
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
222
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
223
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
224
+ onVolumeChange?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
225
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
226
+ onWaiting?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
227
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
228
+ onAuxClick?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
229
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
230
+ onClick?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
231
+ onClickCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
232
+ onContextMenu?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
233
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
234
+ onDoubleClick?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
235
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
236
+ onDrag?: import("react").DragEventHandler<HTMLInputElement> | undefined;
237
+ onDragCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
238
+ onDragEnd?: import("react").DragEventHandler<HTMLInputElement> | undefined;
239
+ onDragEndCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
240
+ onDragEnter?: import("react").DragEventHandler<HTMLInputElement> | undefined;
241
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
242
+ onDragExit?: import("react").DragEventHandler<HTMLInputElement> | undefined;
243
+ onDragExitCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
244
+ onDragLeave?: import("react").DragEventHandler<HTMLInputElement> | undefined;
245
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
246
+ onDragOver?: import("react").DragEventHandler<HTMLInputElement> | undefined;
247
+ onDragOverCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
248
+ onDragStart?: import("react").DragEventHandler<HTMLInputElement> | undefined;
249
+ onDragStartCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
250
+ onDrop?: import("react").DragEventHandler<HTMLInputElement> | undefined;
251
+ onDropCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
252
+ onMouseDown?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
253
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
254
+ onMouseEnter?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
255
+ onMouseLeave?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
256
+ onMouseMove?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
257
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
258
+ onMouseOut?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
259
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
260
+ onMouseOver?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
261
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
262
+ onMouseUp?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
263
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
264
+ onSelect?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
265
+ onSelectCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
266
+ onTouchCancel?: import("react").TouchEventHandler<HTMLInputElement> | undefined;
267
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLInputElement> | undefined;
268
+ onTouchEnd?: import("react").TouchEventHandler<HTMLInputElement> | undefined;
269
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLInputElement> | undefined;
270
+ onTouchMove?: import("react").TouchEventHandler<HTMLInputElement> | undefined;
271
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLInputElement> | undefined;
272
+ onTouchStart?: import("react").TouchEventHandler<HTMLInputElement> | undefined;
273
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLInputElement> | undefined;
274
+ onPointerDown?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
275
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
276
+ onPointerMove?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
277
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
278
+ onPointerUp?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
279
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
280
+ onPointerCancel?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
281
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
282
+ onPointerEnter?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
283
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
284
+ onPointerLeave?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
285
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
286
+ onPointerOver?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
287
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
288
+ onPointerOut?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
289
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
290
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
291
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
292
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
293
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
294
+ onScroll?: import("react").UIEventHandler<HTMLInputElement> | undefined;
295
+ onScrollCapture?: import("react").UIEventHandler<HTMLInputElement> | undefined;
296
+ onWheel?: import("react").WheelEventHandler<HTMLInputElement> | undefined;
297
+ onWheelCapture?: import("react").WheelEventHandler<HTMLInputElement> | undefined;
298
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
299
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
300
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
301
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
302
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
303
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
304
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
305
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
306
+ }>;
@@ -1,26 +1,11 @@
1
- import { Component, FC, FocusEventHandler, KeyboardEventHandler, ReactElement } from 'react';
1
+ import { Component, FC, ReactElement } from 'react';
2
2
  import { nullOrString } from '@proprioo/hokkaido';
3
3
  import { GenericInputProps } from '../../../utils';
4
4
  import { InputProps, InputType } from '../input/Input';
5
5
  import { OptionProps } from '../option/Option';
6
+ import { GMapProps } from './InputBase.interfaces';
6
7
  import { InputColors } from './InputBaseEnum';
7
8
  export declare const ZINDEX_OPEN = 10;
8
- export type GMapProps = {
9
- 'aria-activedescendant': string | undefined;
10
- 'aria-autocomplete': 'list';
11
- 'aria-expanded': boolean;
12
- autoComplete: 'off';
13
- disabled: boolean;
14
- role: 'combobox';
15
- value: string | undefined;
16
- onBlur: FocusEventHandler;
17
- onChange(event: {
18
- target: {
19
- value: string;
20
- };
21
- }): void;
22
- onKeyDown: KeyboardEventHandler;
23
- };
24
9
  export type InputBaseProps = GenericInputProps & {
25
10
  displayField?: ReactElement;
26
11
  field?: ReactElement;
@@ -0,0 +1,17 @@
1
+ import { FocusEventHandler, KeyboardEventHandler } from 'react';
2
+ export type GMapProps = {
3
+ 'aria-activedescendant': string | undefined;
4
+ 'aria-autocomplete': 'list';
5
+ 'aria-expanded': boolean;
6
+ autoComplete: 'off';
7
+ disabled: boolean;
8
+ role: 'combobox';
9
+ value: string | undefined;
10
+ onBlur: FocusEventHandler;
11
+ onChange(event: {
12
+ target: {
13
+ value: string;
14
+ };
15
+ }): void;
16
+ onKeyDown: KeyboardEventHandler;
17
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=InputBase.interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputBase.interfaces.js","sourceRoot":"","sources":["../../../../packages/ui/src/inputBase/InputBase.interfaces.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"InputBase.js","sourceRoot":"","sources":["../../../../packages/ui/src/inputBase/InputBase.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"InputBase.js","sourceRoot":"","sources":["../../../../packages/ui/src/inputBase/InputBase.tsx"],"names":[],"mappings":"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"}