@arkyn/components 1.3.12 → 1.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +1300 -1644
- package/dist/bundle.umd.cjs +12 -17
- package/dist/components/Input/CpfCpnjInput/getConfig.d.ts +122 -123
- package/dist/components/Input/CpfCpnjInput/getConfig.d.ts.map +1 -1
- package/dist/components/Input/CurrencyInput/getConfig.d.ts +121 -122
- package/dist/components/Input/CurrencyInput/getConfig.d.ts.map +1 -1
- package/dist/components/Input/MaskInput/getConfig.d.ts +124 -125
- package/dist/components/Input/MaskInput/getConfig.d.ts.map +1 -1
- package/dist/components/Input/SimpleInput/getConfig.d.ts +124 -125
- package/dist/components/Input/SimpleInput/getConfig.d.ts.map +1 -1
- package/dist/components/Modal/Container/index.d.ts +0 -1
- package/dist/components/Modal/Container/index.d.ts.map +1 -1
- package/dist/components/Select/getConfig.d.ts +122 -123
- package/dist/components/Select/getConfig.d.ts.map +1 -1
- package/dist/config/buildBadgeConfig.d.ts +100 -101
- package/dist/config/buildBadgeConfig.d.ts.map +1 -1
- package/dist/config/buildBreadcrumLinkConfig.d.ts +107 -108
- package/dist/config/buildBreadcrumLinkConfig.d.ts.map +1 -1
- package/dist/config/buildBreadcrumbConfig.d.ts +101 -102
- package/dist/config/buildBreadcrumbConfig.d.ts.map +1 -1
- package/dist/config/buildButtonConfig.d.ts +109 -110
- package/dist/config/buildButtonConfig.d.ts.map +1 -1
- package/dist/config/buildFormLabelConfig.d.ts +103 -104
- package/dist/config/buildFormLabelConfig.d.ts.map +1 -1
- package/dist/context/ModalContext.d.ts +0 -1
- package/dist/context/ModalContext.d.ts.map +1 -1
- package/dist/context/ToastContext.d.ts +0 -1
- package/dist/context/ToastContext.d.ts.map +1 -1
- package/package.json +1 -1
@@ -1,75 +1,74 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import type { CpfCnpjInputProps } from "@arkyn/types";
|
3
2
|
declare function getConfig(props: CpfCnpjInputProps, isFocused: boolean): {
|
4
|
-
suppressHydrationWarning?: boolean;
|
5
|
-
color?: string;
|
6
|
-
height?: string |
|
7
|
-
id?: string;
|
8
|
-
lang?: string;
|
9
|
-
max?: string |
|
10
|
-
min?: string |
|
3
|
+
suppressHydrationWarning?: boolean | undefined;
|
4
|
+
color?: string | undefined;
|
5
|
+
height?: number | string | undefined;
|
6
|
+
id?: string | undefined;
|
7
|
+
lang?: string | undefined;
|
8
|
+
max?: number | string | undefined;
|
9
|
+
min?: number | string | undefined;
|
11
10
|
name: string;
|
12
11
|
type: "cpf-cnpj";
|
13
|
-
width?: string |
|
14
|
-
role?: import("react").AriaRole;
|
15
|
-
tabIndex?: number;
|
16
|
-
"aria-activedescendant"?: string;
|
17
|
-
"aria-atomic"?: boolean | "true" | "false";
|
18
|
-
"aria-autocomplete"?: "
|
19
|
-
"aria-braillelabel"?: string;
|
20
|
-
"aria-brailleroledescription"?: string;
|
21
|
-
"aria-busy"?: boolean | "true" | "false";
|
22
|
-
"aria-checked"?: boolean | "
|
23
|
-
"aria-colcount"?: number;
|
24
|
-
"aria-colindex"?: number;
|
25
|
-
"aria-colindextext"?: string;
|
26
|
-
"aria-colspan"?: number;
|
27
|
-
"aria-controls"?: string;
|
28
|
-
"aria-current"?: boolean | "
|
29
|
-
"aria-describedby"?: string;
|
30
|
-
"aria-description"?: string;
|
31
|
-
"aria-details"?: string;
|
32
|
-
"aria-disabled"?: boolean | "true" | "false";
|
33
|
-
"aria-dropeffect"?: "
|
34
|
-
"aria-errormessage"?: string;
|
35
|
-
"aria-expanded"?: boolean | "true" | "false";
|
36
|
-
"aria-flowto"?: string;
|
37
|
-
"aria-grabbed"?: boolean | "true" | "false";
|
38
|
-
"aria-haspopup"?: boolean | "
|
39
|
-
"aria-hidden"?: boolean | "true" | "false";
|
40
|
-
"aria-invalid"?: boolean | "
|
41
|
-
"aria-keyshortcuts"?: string;
|
42
|
-
"aria-label"?: string;
|
43
|
-
"aria-labelledby"?: string;
|
44
|
-
"aria-level"?: number;
|
45
|
-
"aria-live"?: "off" | "assertive" | "polite";
|
46
|
-
"aria-modal"?: boolean | "true" | "false";
|
47
|
-
"aria-multiline"?: boolean | "true" | "false";
|
48
|
-
"aria-multiselectable"?: boolean | "true" | "false";
|
49
|
-
"aria-orientation"?: "horizontal" | "vertical";
|
50
|
-
"aria-owns"?: string;
|
51
|
-
"aria-placeholder"?: string;
|
52
|
-
"aria-posinset"?: number;
|
53
|
-
"aria-pressed"?: boolean | "
|
54
|
-
"aria-readonly"?: boolean | "true" | "false";
|
55
|
-
"aria-relevant"?: "
|
56
|
-
"aria-required"?: boolean | "true" | "false";
|
57
|
-
"aria-roledescription"?: string;
|
58
|
-
"aria-rowcount"?: number;
|
59
|
-
"aria-rowindex"?: number;
|
60
|
-
"aria-rowindextext"?: string;
|
61
|
-
"aria-rowspan"?: number;
|
62
|
-
"aria-selected"?: boolean | "true" | "false";
|
63
|
-
"aria-setsize"?: number;
|
64
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
65
|
-
"aria-valuemax"?: number;
|
66
|
-
"aria-valuemin"?: number;
|
67
|
-
"aria-valuenow"?: number;
|
68
|
-
"aria-valuetext"?: string;
|
69
|
-
children?: import("react").ReactNode;
|
12
|
+
width?: number | string | undefined;
|
13
|
+
role?: import("react").AriaRole | undefined;
|
14
|
+
tabIndex?: number | undefined;
|
15
|
+
"aria-activedescendant"?: string | undefined;
|
16
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
17
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
18
|
+
"aria-braillelabel"?: string | undefined;
|
19
|
+
"aria-brailleroledescription"?: string | undefined;
|
20
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
21
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
22
|
+
"aria-colcount"?: number | undefined;
|
23
|
+
"aria-colindex"?: number | undefined;
|
24
|
+
"aria-colindextext"?: string | undefined;
|
25
|
+
"aria-colspan"?: number | undefined;
|
26
|
+
"aria-controls"?: string | undefined;
|
27
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
28
|
+
"aria-describedby"?: string | undefined;
|
29
|
+
"aria-description"?: string | undefined;
|
30
|
+
"aria-details"?: string | undefined;
|
31
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
32
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
33
|
+
"aria-errormessage"?: string | undefined;
|
34
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
35
|
+
"aria-flowto"?: string | undefined;
|
36
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
37
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
38
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
39
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
40
|
+
"aria-keyshortcuts"?: string | undefined;
|
41
|
+
"aria-label"?: string | undefined;
|
42
|
+
"aria-labelledby"?: string | undefined;
|
43
|
+
"aria-level"?: number | undefined;
|
44
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
45
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
46
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
47
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
48
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
49
|
+
"aria-owns"?: string | undefined;
|
50
|
+
"aria-placeholder"?: string | undefined;
|
51
|
+
"aria-posinset"?: number | undefined;
|
52
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
53
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
54
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
55
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
56
|
+
"aria-roledescription"?: string | undefined;
|
57
|
+
"aria-rowcount"?: number | undefined;
|
58
|
+
"aria-rowindex"?: number | undefined;
|
59
|
+
"aria-rowindextext"?: string | undefined;
|
60
|
+
"aria-rowspan"?: number | undefined;
|
61
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
62
|
+
"aria-setsize"?: number | undefined;
|
63
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
64
|
+
"aria-valuemax"?: number | undefined;
|
65
|
+
"aria-valuemin"?: number | undefined;
|
66
|
+
"aria-valuenow"?: number | undefined;
|
67
|
+
"aria-valuetext"?: string | undefined;
|
68
|
+
children?: import("react").ReactNode | undefined;
|
70
69
|
dangerouslySetInnerHTML?: {
|
71
70
|
__html: string | TrustedHTML;
|
72
|
-
};
|
71
|
+
} | undefined;
|
73
72
|
onCopy?: import("react").ClipboardEventHandler<HTMLInputElement>;
|
74
73
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLInputElement>;
|
75
74
|
onCut?: import("react").ClipboardEventHandler<HTMLInputElement>;
|
@@ -227,64 +226,64 @@ declare function getConfig(props: CpfCnpjInputProps, isFocused: boolean): {
|
|
227
226
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLInputElement>;
|
228
227
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLInputElement>;
|
229
228
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement>;
|
230
|
-
defaultChecked?: boolean;
|
231
|
-
suppressContentEditableWarning?: boolean;
|
232
|
-
accessKey?: string;
|
233
|
-
autoFocus?: boolean;
|
234
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only";
|
235
|
-
contextMenu?: string;
|
236
|
-
dir?: string;
|
237
|
-
draggable?: boolean | "true" | "false";
|
238
|
-
hidden?: boolean;
|
239
|
-
nonce?: string;
|
240
|
-
slot?: string;
|
241
|
-
spellCheck?: boolean | "true" | "false";
|
242
|
-
translate?: "yes" | "no";
|
243
|
-
radioGroup?: string;
|
244
|
-
about?: string;
|
245
|
-
content?: string;
|
246
|
-
datatype?: string;
|
229
|
+
defaultChecked?: boolean | undefined;
|
230
|
+
suppressContentEditableWarning?: boolean | undefined;
|
231
|
+
accessKey?: string | undefined;
|
232
|
+
autoFocus?: boolean | undefined;
|
233
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
234
|
+
contextMenu?: string | undefined;
|
235
|
+
dir?: string | undefined;
|
236
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
237
|
+
hidden?: boolean | undefined;
|
238
|
+
nonce?: string | undefined;
|
239
|
+
slot?: string | undefined;
|
240
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
241
|
+
translate?: "yes" | "no" | undefined;
|
242
|
+
radioGroup?: string | undefined;
|
243
|
+
about?: string | undefined;
|
244
|
+
content?: string | undefined;
|
245
|
+
datatype?: string | undefined;
|
247
246
|
inlist?: any;
|
248
|
-
property?: string;
|
249
|
-
rel?: string;
|
250
|
-
resource?: string;
|
251
|
-
rev?: string;
|
252
|
-
typeof?: string;
|
253
|
-
vocab?: string;
|
254
|
-
autoCapitalize?: string;
|
255
|
-
autoCorrect?: string;
|
256
|
-
autoSave?: string;
|
257
|
-
itemProp?: string;
|
258
|
-
itemScope?: boolean;
|
259
|
-
itemType?: string;
|
260
|
-
itemID?: string;
|
261
|
-
itemRef?: string;
|
262
|
-
results?: number;
|
263
|
-
security?: string;
|
264
|
-
unselectable?: "on" | "off";
|
265
|
-
inputMode?: "
|
266
|
-
is?: string;
|
267
|
-
form?: string;
|
268
|
-
list?: string;
|
269
|
-
step?: string |
|
270
|
-
formAction?: string;
|
271
|
-
formEncType?: string;
|
272
|
-
formMethod?: string;
|
273
|
-
formNoValidate?: boolean;
|
274
|
-
formTarget?: string;
|
275
|
-
accept?: string;
|
276
|
-
alt?: string;
|
277
|
-
autoComplete?: import("react").HTMLInputAutoCompleteAttribute;
|
278
|
-
capture?: boolean | "user" | "environment";
|
279
|
-
checked?: boolean;
|
280
|
-
enterKeyHint?: "
|
281
|
-
maxLength?: number;
|
282
|
-
minLength?: number;
|
283
|
-
multiple?: boolean;
|
284
|
-
pattern?: string;
|
285
|
-
placeholder?: string;
|
286
|
-
required?: boolean;
|
287
|
-
src?: string;
|
247
|
+
property?: string | undefined;
|
248
|
+
rel?: string | undefined;
|
249
|
+
resource?: string | undefined;
|
250
|
+
rev?: string | undefined;
|
251
|
+
typeof?: string | undefined;
|
252
|
+
vocab?: string | undefined;
|
253
|
+
autoCapitalize?: string | undefined;
|
254
|
+
autoCorrect?: string | undefined;
|
255
|
+
autoSave?: string | undefined;
|
256
|
+
itemProp?: string | undefined;
|
257
|
+
itemScope?: boolean | undefined;
|
258
|
+
itemType?: string | undefined;
|
259
|
+
itemID?: string | undefined;
|
260
|
+
itemRef?: string | undefined;
|
261
|
+
results?: number | undefined;
|
262
|
+
security?: string | undefined;
|
263
|
+
unselectable?: "on" | "off" | undefined;
|
264
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
265
|
+
is?: string | undefined;
|
266
|
+
form?: string | undefined;
|
267
|
+
list?: string | undefined;
|
268
|
+
step?: number | string | undefined;
|
269
|
+
formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
|
270
|
+
formEncType?: string | undefined;
|
271
|
+
formMethod?: string | undefined;
|
272
|
+
formNoValidate?: boolean | undefined;
|
273
|
+
formTarget?: string | undefined;
|
274
|
+
accept?: string | undefined;
|
275
|
+
alt?: string | undefined;
|
276
|
+
autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
|
277
|
+
capture?: boolean | "user" | "environment" | undefined;
|
278
|
+
checked?: boolean | undefined;
|
279
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
280
|
+
maxLength?: number | undefined;
|
281
|
+
minLength?: number | undefined;
|
282
|
+
multiple?: boolean | undefined;
|
283
|
+
pattern?: string | undefined;
|
284
|
+
placeholder?: string | undefined;
|
285
|
+
required?: boolean | undefined;
|
286
|
+
src?: string | undefined;
|
288
287
|
value?: string;
|
289
288
|
isLoading: boolean;
|
290
289
|
className: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CpfCpnjInput/getConfig.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CpfCpnjInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAMtD,iBAAS,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkE9D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
@@ -1,74 +1,73 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import type { CurrencyInputProps } from "@arkyn/types";
|
3
2
|
declare function getConfig(props: CurrencyInputProps, isFocused: boolean): {
|
4
|
-
suppressHydrationWarning?: boolean;
|
5
|
-
color?: string;
|
6
|
-
height?: string |
|
7
|
-
id?: string;
|
8
|
-
lang?: string;
|
9
|
-
min?: string |
|
3
|
+
suppressHydrationWarning?: boolean | undefined;
|
4
|
+
color?: string | undefined;
|
5
|
+
height?: number | string | undefined;
|
6
|
+
id?: string | undefined;
|
7
|
+
lang?: string | undefined;
|
8
|
+
min?: number | string | undefined;
|
10
9
|
name: string;
|
11
10
|
type: "currency";
|
12
|
-
width?: string |
|
13
|
-
role?: import("react").AriaRole;
|
14
|
-
tabIndex?: number;
|
15
|
-
"aria-activedescendant"?: string;
|
16
|
-
"aria-atomic"?: boolean | "true" | "false";
|
17
|
-
"aria-autocomplete"?: "
|
18
|
-
"aria-braillelabel"?: string;
|
19
|
-
"aria-brailleroledescription"?: string;
|
20
|
-
"aria-busy"?: boolean | "true" | "false";
|
21
|
-
"aria-checked"?: boolean | "
|
22
|
-
"aria-colcount"?: number;
|
23
|
-
"aria-colindex"?: number;
|
24
|
-
"aria-colindextext"?: string;
|
25
|
-
"aria-colspan"?: number;
|
26
|
-
"aria-controls"?: string;
|
27
|
-
"aria-current"?: boolean | "
|
28
|
-
"aria-describedby"?: string;
|
29
|
-
"aria-description"?: string;
|
30
|
-
"aria-details"?: string;
|
31
|
-
"aria-disabled"?: boolean | "true" | "false";
|
32
|
-
"aria-dropeffect"?: "
|
33
|
-
"aria-errormessage"?: string;
|
34
|
-
"aria-expanded"?: boolean | "true" | "false";
|
35
|
-
"aria-flowto"?: string;
|
36
|
-
"aria-grabbed"?: boolean | "true" | "false";
|
37
|
-
"aria-haspopup"?: boolean | "
|
38
|
-
"aria-hidden"?: boolean | "true" | "false";
|
39
|
-
"aria-invalid"?: boolean | "
|
40
|
-
"aria-keyshortcuts"?: string;
|
41
|
-
"aria-label"?: string;
|
42
|
-
"aria-labelledby"?: string;
|
43
|
-
"aria-level"?: number;
|
44
|
-
"aria-live"?: "off" | "assertive" | "polite";
|
45
|
-
"aria-modal"?: boolean | "true" | "false";
|
46
|
-
"aria-multiline"?: boolean | "true" | "false";
|
47
|
-
"aria-multiselectable"?: boolean | "true" | "false";
|
48
|
-
"aria-orientation"?: "horizontal" | "vertical";
|
49
|
-
"aria-owns"?: string;
|
50
|
-
"aria-placeholder"?: string;
|
51
|
-
"aria-posinset"?: number;
|
52
|
-
"aria-pressed"?: boolean | "
|
53
|
-
"aria-readonly"?: boolean | "true" | "false";
|
54
|
-
"aria-relevant"?: "
|
55
|
-
"aria-required"?: boolean | "true" | "false";
|
56
|
-
"aria-roledescription"?: string;
|
57
|
-
"aria-rowcount"?: number;
|
58
|
-
"aria-rowindex"?: number;
|
59
|
-
"aria-rowindextext"?: string;
|
60
|
-
"aria-rowspan"?: number;
|
61
|
-
"aria-selected"?: boolean | "true" | "false";
|
62
|
-
"aria-setsize"?: number;
|
63
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
64
|
-
"aria-valuemax"?: number;
|
65
|
-
"aria-valuemin"?: number;
|
66
|
-
"aria-valuenow"?: number;
|
67
|
-
"aria-valuetext"?: string;
|
68
|
-
children?: import("react").ReactNode;
|
11
|
+
width?: number | string | undefined;
|
12
|
+
role?: import("react").AriaRole | undefined;
|
13
|
+
tabIndex?: number | undefined;
|
14
|
+
"aria-activedescendant"?: string | undefined;
|
15
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
16
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
17
|
+
"aria-braillelabel"?: string | undefined;
|
18
|
+
"aria-brailleroledescription"?: string | undefined;
|
19
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
20
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
21
|
+
"aria-colcount"?: number | undefined;
|
22
|
+
"aria-colindex"?: number | undefined;
|
23
|
+
"aria-colindextext"?: string | undefined;
|
24
|
+
"aria-colspan"?: number | undefined;
|
25
|
+
"aria-controls"?: string | undefined;
|
26
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
27
|
+
"aria-describedby"?: string | undefined;
|
28
|
+
"aria-description"?: string | undefined;
|
29
|
+
"aria-details"?: string | undefined;
|
30
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
31
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
32
|
+
"aria-errormessage"?: string | undefined;
|
33
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
34
|
+
"aria-flowto"?: string | undefined;
|
35
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
36
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
37
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
38
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
39
|
+
"aria-keyshortcuts"?: string | undefined;
|
40
|
+
"aria-label"?: string | undefined;
|
41
|
+
"aria-labelledby"?: string | undefined;
|
42
|
+
"aria-level"?: number | undefined;
|
43
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
44
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
45
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
46
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
47
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
48
|
+
"aria-owns"?: string | undefined;
|
49
|
+
"aria-placeholder"?: string | undefined;
|
50
|
+
"aria-posinset"?: number | undefined;
|
51
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
52
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
53
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
54
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
55
|
+
"aria-roledescription"?: string | undefined;
|
56
|
+
"aria-rowcount"?: number | undefined;
|
57
|
+
"aria-rowindex"?: number | undefined;
|
58
|
+
"aria-rowindextext"?: string | undefined;
|
59
|
+
"aria-rowspan"?: number | undefined;
|
60
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
61
|
+
"aria-setsize"?: number | undefined;
|
62
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
63
|
+
"aria-valuemax"?: number | undefined;
|
64
|
+
"aria-valuemin"?: number | undefined;
|
65
|
+
"aria-valuenow"?: number | undefined;
|
66
|
+
"aria-valuetext"?: string | undefined;
|
67
|
+
children?: import("react").ReactNode | undefined;
|
69
68
|
dangerouslySetInnerHTML?: {
|
70
69
|
__html: string | TrustedHTML;
|
71
|
-
};
|
70
|
+
} | undefined;
|
72
71
|
onCopy?: import("react").ClipboardEventHandler<HTMLInputElement>;
|
73
72
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLInputElement>;
|
74
73
|
onCut?: import("react").ClipboardEventHandler<HTMLInputElement>;
|
@@ -226,64 +225,64 @@ declare function getConfig(props: CurrencyInputProps, isFocused: boolean): {
|
|
226
225
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLInputElement>;
|
227
226
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLInputElement>;
|
228
227
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement>;
|
229
|
-
defaultChecked?: boolean;
|
230
|
-
suppressContentEditableWarning?: boolean;
|
231
|
-
accessKey?: string;
|
232
|
-
autoFocus?: boolean;
|
233
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only";
|
234
|
-
contextMenu?: string;
|
235
|
-
dir?: string;
|
236
|
-
draggable?: boolean | "true" | "false";
|
237
|
-
hidden?: boolean;
|
238
|
-
nonce?: string;
|
239
|
-
slot?: string;
|
240
|
-
spellCheck?: boolean | "true" | "false";
|
241
|
-
translate?: "yes" | "no";
|
242
|
-
radioGroup?: string;
|
243
|
-
about?: string;
|
244
|
-
content?: string;
|
245
|
-
datatype?: string;
|
228
|
+
defaultChecked?: boolean | undefined;
|
229
|
+
suppressContentEditableWarning?: boolean | undefined;
|
230
|
+
accessKey?: string | undefined;
|
231
|
+
autoFocus?: boolean | undefined;
|
232
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
233
|
+
contextMenu?: string | undefined;
|
234
|
+
dir?: string | undefined;
|
235
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
236
|
+
hidden?: boolean | undefined;
|
237
|
+
nonce?: string | undefined;
|
238
|
+
slot?: string | undefined;
|
239
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
240
|
+
translate?: "yes" | "no" | undefined;
|
241
|
+
radioGroup?: string | undefined;
|
242
|
+
about?: string | undefined;
|
243
|
+
content?: string | undefined;
|
244
|
+
datatype?: string | undefined;
|
246
245
|
inlist?: any;
|
247
|
-
property?: string;
|
248
|
-
rel?: string;
|
249
|
-
resource?: string;
|
250
|
-
rev?: string;
|
251
|
-
typeof?: string;
|
252
|
-
vocab?: string;
|
253
|
-
autoCapitalize?: string;
|
254
|
-
autoCorrect?: string;
|
255
|
-
autoSave?: string;
|
256
|
-
itemProp?: string;
|
257
|
-
itemScope?: boolean;
|
258
|
-
itemType?: string;
|
259
|
-
itemID?: string;
|
260
|
-
itemRef?: string;
|
261
|
-
results?: number;
|
262
|
-
security?: string;
|
263
|
-
unselectable?: "on" | "off";
|
264
|
-
inputMode?: "
|
265
|
-
is?: string;
|
266
|
-
form?: string;
|
267
|
-
list?: string;
|
268
|
-
step?: string |
|
269
|
-
formAction?: string;
|
270
|
-
formEncType?: string;
|
271
|
-
formMethod?: string;
|
272
|
-
formNoValidate?: boolean;
|
273
|
-
formTarget?: string;
|
274
|
-
accept?: string;
|
275
|
-
alt?: string;
|
276
|
-
autoComplete?: import("react").HTMLInputAutoCompleteAttribute;
|
277
|
-
capture?: boolean | "user" | "environment";
|
278
|
-
checked?: boolean;
|
279
|
-
enterKeyHint?: "
|
280
|
-
maxLength?: number;
|
281
|
-
minLength?: number;
|
282
|
-
multiple?: boolean;
|
283
|
-
pattern?: string;
|
284
|
-
placeholder?: string;
|
285
|
-
required?: boolean;
|
286
|
-
src?: string;
|
246
|
+
property?: string | undefined;
|
247
|
+
rel?: string | undefined;
|
248
|
+
resource?: string | undefined;
|
249
|
+
rev?: string | undefined;
|
250
|
+
typeof?: string | undefined;
|
251
|
+
vocab?: string | undefined;
|
252
|
+
autoCapitalize?: string | undefined;
|
253
|
+
autoCorrect?: string | undefined;
|
254
|
+
autoSave?: string | undefined;
|
255
|
+
itemProp?: string | undefined;
|
256
|
+
itemScope?: boolean | undefined;
|
257
|
+
itemType?: string | undefined;
|
258
|
+
itemID?: string | undefined;
|
259
|
+
itemRef?: string | undefined;
|
260
|
+
results?: number | undefined;
|
261
|
+
security?: string | undefined;
|
262
|
+
unselectable?: "on" | "off" | undefined;
|
263
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
264
|
+
is?: string | undefined;
|
265
|
+
form?: string | undefined;
|
266
|
+
list?: string | undefined;
|
267
|
+
step?: number | string | undefined;
|
268
|
+
formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
|
269
|
+
formEncType?: string | undefined;
|
270
|
+
formMethod?: string | undefined;
|
271
|
+
formNoValidate?: boolean | undefined;
|
272
|
+
formTarget?: string | undefined;
|
273
|
+
accept?: string | undefined;
|
274
|
+
alt?: string | undefined;
|
275
|
+
autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
|
276
|
+
capture?: boolean | "user" | "environment" | undefined;
|
277
|
+
checked?: boolean | undefined;
|
278
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
279
|
+
maxLength?: number | undefined;
|
280
|
+
minLength?: number | undefined;
|
281
|
+
multiple?: boolean | undefined;
|
282
|
+
pattern?: string | undefined;
|
283
|
+
placeholder?: string | undefined;
|
284
|
+
required?: boolean | undefined;
|
285
|
+
src?: string | undefined;
|
287
286
|
defaultValue?: number;
|
288
287
|
value?: number;
|
289
288
|
isLoading: boolean;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CurrencyInput/getConfig.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CurrencyInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAKvD,iBAAS,SAAS,CAAC,KAAK,EAAE,kBAAkB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD/D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|