@arkyn/components 1.3.11 → 1.3.13
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 +8 -8
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import type { BreadcrumbLinkProps } from "@arkyn/types";
|
3
2
|
type BuildBreadcrumbLinkConfigProps = BreadcrumbLinkProps & {};
|
4
3
|
declare function buildBreadcrumbLinkConfig(args: BuildBreadcrumbLinkConfigProps): {
|
@@ -9,73 +8,73 @@ declare function buildBreadcrumbLinkConfig(args: BuildBreadcrumbLinkConfigProps)
|
|
9
8
|
preventScrollReset?: boolean;
|
10
9
|
relative?: import("react-router").RelativeRoutingType;
|
11
10
|
unstable_viewTransition?: boolean;
|
12
|
-
suppressHydrationWarning?: boolean;
|
13
|
-
color?: string;
|
14
|
-
id?: string;
|
15
|
-
lang?: string;
|
16
|
-
media?: string;
|
17
|
-
style?: import("react").CSSProperties;
|
18
|
-
target?: import("react").HTMLAttributeAnchorTarget;
|
19
|
-
type?: string;
|
20
|
-
role?: import("react").AriaRole;
|
21
|
-
tabIndex?: number;
|
22
|
-
"aria-activedescendant"?: string;
|
23
|
-
"aria-atomic"?: boolean | "true" | "false";
|
24
|
-
"aria-autocomplete"?: "
|
25
|
-
"aria-braillelabel"?: string;
|
26
|
-
"aria-brailleroledescription"?: string;
|
27
|
-
"aria-busy"?: boolean | "true" | "false";
|
28
|
-
"aria-checked"?: boolean | "
|
29
|
-
"aria-colcount"?: number;
|
30
|
-
"aria-colindex"?: number;
|
31
|
-
"aria-colindextext"?: string;
|
32
|
-
"aria-colspan"?: number;
|
33
|
-
"aria-controls"?: string;
|
34
|
-
"aria-current"?: boolean | "
|
35
|
-
"aria-describedby"?: string;
|
36
|
-
"aria-description"?: string;
|
37
|
-
"aria-details"?: string;
|
38
|
-
"aria-disabled"?: boolean | "true" | "false";
|
39
|
-
"aria-dropeffect"?: "
|
40
|
-
"aria-errormessage"?: string;
|
41
|
-
"aria-expanded"?: boolean | "true" | "false";
|
42
|
-
"aria-flowto"?: string;
|
43
|
-
"aria-grabbed"?: boolean | "true" | "false";
|
44
|
-
"aria-haspopup"?: boolean | "
|
45
|
-
"aria-hidden"?: boolean | "true" | "false";
|
46
|
-
"aria-invalid"?: boolean | "
|
47
|
-
"aria-keyshortcuts"?: string;
|
48
|
-
"aria-label"?: string;
|
49
|
-
"aria-labelledby"?: string;
|
50
|
-
"aria-level"?: number;
|
51
|
-
"aria-live"?: "off" | "assertive" | "polite";
|
52
|
-
"aria-modal"?: boolean | "true" | "false";
|
53
|
-
"aria-multiline"?: boolean | "true" | "false";
|
54
|
-
"aria-multiselectable"?: boolean | "true" | "false";
|
55
|
-
"aria-orientation"?: "horizontal" | "vertical";
|
56
|
-
"aria-owns"?: string;
|
57
|
-
"aria-placeholder"?: string;
|
58
|
-
"aria-posinset"?: number;
|
59
|
-
"aria-pressed"?: boolean | "
|
60
|
-
"aria-readonly"?: boolean | "true" | "false";
|
61
|
-
"aria-relevant"?: "
|
62
|
-
"aria-required"?: boolean | "true" | "false";
|
63
|
-
"aria-roledescription"?: string;
|
64
|
-
"aria-rowcount"?: number;
|
65
|
-
"aria-rowindex"?: number;
|
66
|
-
"aria-rowindextext"?: string;
|
67
|
-
"aria-rowspan"?: number;
|
68
|
-
"aria-selected"?: boolean | "true" | "false";
|
69
|
-
"aria-setsize"?: number;
|
70
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
71
|
-
"aria-valuemax"?: number;
|
72
|
-
"aria-valuemin"?: number;
|
73
|
-
"aria-valuenow"?: number;
|
74
|
-
"aria-valuetext"?: string;
|
75
|
-
children?: import("react").ReactNode;
|
11
|
+
suppressHydrationWarning?: boolean | undefined;
|
12
|
+
color?: string | undefined;
|
13
|
+
id?: string | undefined;
|
14
|
+
lang?: string | undefined;
|
15
|
+
media?: string | undefined;
|
16
|
+
style?: import("react").CSSProperties | undefined;
|
17
|
+
target?: import("react").HTMLAttributeAnchorTarget | undefined;
|
18
|
+
type?: string | undefined;
|
19
|
+
role?: import("react").AriaRole | undefined;
|
20
|
+
tabIndex?: number | undefined;
|
21
|
+
"aria-activedescendant"?: string | undefined;
|
22
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
23
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
24
|
+
"aria-braillelabel"?: string | undefined;
|
25
|
+
"aria-brailleroledescription"?: string | undefined;
|
26
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
27
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
28
|
+
"aria-colcount"?: number | undefined;
|
29
|
+
"aria-colindex"?: number | undefined;
|
30
|
+
"aria-colindextext"?: string | undefined;
|
31
|
+
"aria-colspan"?: number | undefined;
|
32
|
+
"aria-controls"?: string | undefined;
|
33
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
34
|
+
"aria-describedby"?: string | undefined;
|
35
|
+
"aria-description"?: string | undefined;
|
36
|
+
"aria-details"?: string | undefined;
|
37
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
38
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
39
|
+
"aria-errormessage"?: string | undefined;
|
40
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
41
|
+
"aria-flowto"?: string | undefined;
|
42
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
43
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
44
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
45
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
46
|
+
"aria-keyshortcuts"?: string | undefined;
|
47
|
+
"aria-label"?: string | undefined;
|
48
|
+
"aria-labelledby"?: string | undefined;
|
49
|
+
"aria-level"?: number | undefined;
|
50
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
51
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
52
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
53
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
54
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
55
|
+
"aria-owns"?: string | undefined;
|
56
|
+
"aria-placeholder"?: string | undefined;
|
57
|
+
"aria-posinset"?: number | undefined;
|
58
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
59
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
60
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
61
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
62
|
+
"aria-roledescription"?: string | undefined;
|
63
|
+
"aria-rowcount"?: number | undefined;
|
64
|
+
"aria-rowindex"?: number | undefined;
|
65
|
+
"aria-rowindextext"?: string | undefined;
|
66
|
+
"aria-rowspan"?: number | undefined;
|
67
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
68
|
+
"aria-setsize"?: number | undefined;
|
69
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
70
|
+
"aria-valuemax"?: number | undefined;
|
71
|
+
"aria-valuemin"?: number | undefined;
|
72
|
+
"aria-valuenow"?: number | undefined;
|
73
|
+
"aria-valuetext"?: string | undefined;
|
74
|
+
children?: import("react").ReactNode | undefined;
|
76
75
|
dangerouslySetInnerHTML?: {
|
77
76
|
__html: string | TrustedHTML;
|
78
|
-
};
|
77
|
+
} | undefined;
|
79
78
|
onCopy?: import("react").ClipboardEventHandler<HTMLAnchorElement>;
|
80
79
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLAnchorElement>;
|
81
80
|
onCut?: import("react").ClipboardEventHandler<HTMLAnchorElement>;
|
@@ -236,50 +235,50 @@ declare function buildBreadcrumbLinkConfig(args: BuildBreadcrumbLinkConfigProps)
|
|
236
235
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLAnchorElement>;
|
237
236
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLAnchorElement>;
|
238
237
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLAnchorElement>;
|
239
|
-
defaultChecked?: boolean;
|
240
|
-
defaultValue?: string | number | readonly string[];
|
241
|
-
suppressContentEditableWarning?: boolean;
|
242
|
-
accessKey?: string;
|
243
|
-
autoFocus?: boolean;
|
244
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only";
|
245
|
-
contextMenu?: string;
|
246
|
-
dir?: string;
|
247
|
-
draggable?: boolean | "true" | "false";
|
248
|
-
hidden?: boolean;
|
249
|
-
nonce?: string;
|
250
|
-
slot?: string;
|
251
|
-
spellCheck?: boolean | "true" | "false";
|
252
|
-
title?: string;
|
253
|
-
translate?: "yes" | "no";
|
254
|
-
radioGroup?: string;
|
255
|
-
about?: string;
|
256
|
-
content?: string;
|
257
|
-
datatype?: string;
|
238
|
+
defaultChecked?: boolean | undefined;
|
239
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
240
|
+
suppressContentEditableWarning?: boolean | undefined;
|
241
|
+
accessKey?: string | undefined;
|
242
|
+
autoFocus?: boolean | undefined;
|
243
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
244
|
+
contextMenu?: string | undefined;
|
245
|
+
dir?: string | undefined;
|
246
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
247
|
+
hidden?: boolean | undefined;
|
248
|
+
nonce?: string | undefined;
|
249
|
+
slot?: string | undefined;
|
250
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
251
|
+
title?: string | undefined;
|
252
|
+
translate?: "yes" | "no" | undefined;
|
253
|
+
radioGroup?: string | undefined;
|
254
|
+
about?: string | undefined;
|
255
|
+
content?: string | undefined;
|
256
|
+
datatype?: string | undefined;
|
258
257
|
inlist?: any;
|
259
|
-
prefix?: string;
|
260
|
-
property?: string;
|
261
|
-
rel?: string;
|
262
|
-
resource?: string;
|
263
|
-
rev?: string;
|
264
|
-
typeof?: string;
|
265
|
-
vocab?: string;
|
266
|
-
autoCapitalize?: string;
|
267
|
-
autoCorrect?: string;
|
268
|
-
autoSave?: string;
|
269
|
-
itemProp?: string;
|
270
|
-
itemScope?: boolean;
|
271
|
-
itemType?: string;
|
272
|
-
itemID?: string;
|
273
|
-
itemRef?: string;
|
274
|
-
results?: number;
|
275
|
-
security?: string;
|
276
|
-
unselectable?: "on" | "off";
|
277
|
-
inputMode?: "
|
278
|
-
is?: string;
|
258
|
+
prefix?: string | undefined;
|
259
|
+
property?: string | undefined;
|
260
|
+
rel?: string | undefined;
|
261
|
+
resource?: string | undefined;
|
262
|
+
rev?: string | undefined;
|
263
|
+
typeof?: string | undefined;
|
264
|
+
vocab?: string | undefined;
|
265
|
+
autoCapitalize?: string | undefined;
|
266
|
+
autoCorrect?: string | undefined;
|
267
|
+
autoSave?: string | undefined;
|
268
|
+
itemProp?: string | undefined;
|
269
|
+
itemScope?: boolean | undefined;
|
270
|
+
itemType?: string | undefined;
|
271
|
+
itemID?: string | undefined;
|
272
|
+
itemRef?: string | undefined;
|
273
|
+
results?: number | undefined;
|
274
|
+
security?: string | undefined;
|
275
|
+
unselectable?: "on" | "off" | undefined;
|
276
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
277
|
+
is?: string | undefined;
|
279
278
|
download?: any;
|
280
|
-
hrefLang?: string;
|
281
|
-
ping?: string;
|
282
|
-
referrerPolicy?: import("react").HTMLAttributeReferrerPolicy;
|
279
|
+
hrefLang?: string | undefined;
|
280
|
+
ping?: string | undefined;
|
281
|
+
referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
|
283
282
|
to: import("react-router").To;
|
284
283
|
className: string;
|
285
284
|
disabled: boolean;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"buildBreadcrumLinkConfig.d.ts","sourceRoot":"","sources":["../../src/config/buildBreadcrumLinkConfig.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"buildBreadcrumLinkConfig.d.ts","sourceRoot":"","sources":["../../src/config/buildBreadcrumLinkConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAGxD,KAAK,8BAA8B,GAAG,mBAAmB,GAAG,EAAE,CAAC;AAE/D,iBAAS,yBAAyB,CAAC,IAAI,EAAE,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBtE;AAED,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
|
@@ -1,111 +1,110 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import type { BreadcrumbProps } from "@arkyn/types";
|
3
2
|
type BuildBreadcrumbConfigProps = BreadcrumbProps;
|
4
3
|
declare function buildBreadcrumbConfig(args: BuildBreadcrumbConfigProps): {
|
5
|
-
defaultChecked?: boolean;
|
6
|
-
defaultValue?: string | number | readonly string[];
|
7
|
-
suppressContentEditableWarning?: boolean;
|
8
|
-
suppressHydrationWarning?: boolean;
|
9
|
-
accessKey?: string;
|
10
|
-
autoFocus?: boolean;
|
11
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only";
|
12
|
-
contextMenu?: string;
|
13
|
-
dir?: string;
|
14
|
-
draggable?: boolean | "true" | "false";
|
15
|
-
hidden?: boolean;
|
16
|
-
id?: string;
|
17
|
-
lang?: string;
|
18
|
-
nonce?: string;
|
19
|
-
slot?: string;
|
20
|
-
spellCheck?: boolean | "true" | "false";
|
21
|
-
style?: import("react").CSSProperties;
|
22
|
-
tabIndex?: number;
|
23
|
-
title?: string;
|
24
|
-
translate?: "yes" | "no";
|
25
|
-
radioGroup?: string;
|
26
|
-
role?: import("react").AriaRole;
|
27
|
-
about?: string;
|
28
|
-
content?: string;
|
29
|
-
datatype?: string;
|
4
|
+
defaultChecked?: boolean | undefined;
|
5
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
6
|
+
suppressContentEditableWarning?: boolean | undefined;
|
7
|
+
suppressHydrationWarning?: boolean | undefined;
|
8
|
+
accessKey?: string | undefined;
|
9
|
+
autoFocus?: boolean | undefined;
|
10
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
11
|
+
contextMenu?: string | undefined;
|
12
|
+
dir?: string | undefined;
|
13
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
14
|
+
hidden?: boolean | undefined;
|
15
|
+
id?: string | undefined;
|
16
|
+
lang?: string | undefined;
|
17
|
+
nonce?: string | undefined;
|
18
|
+
slot?: string | undefined;
|
19
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
20
|
+
style?: import("react").CSSProperties | undefined;
|
21
|
+
tabIndex?: number | undefined;
|
22
|
+
title?: string | undefined;
|
23
|
+
translate?: "yes" | "no" | undefined;
|
24
|
+
radioGroup?: string | undefined;
|
25
|
+
role?: import("react").AriaRole | undefined;
|
26
|
+
about?: string | undefined;
|
27
|
+
content?: string | undefined;
|
28
|
+
datatype?: string | undefined;
|
30
29
|
inlist?: any;
|
31
|
-
prefix?: string;
|
32
|
-
property?: string;
|
33
|
-
rel?: string;
|
34
|
-
resource?: string;
|
35
|
-
rev?: string;
|
36
|
-
typeof?: string;
|
37
|
-
vocab?: string;
|
38
|
-
autoCapitalize?: string;
|
39
|
-
autoCorrect?: string;
|
40
|
-
autoSave?: string;
|
41
|
-
color?: string;
|
42
|
-
itemProp?: string;
|
43
|
-
itemScope?: boolean;
|
44
|
-
itemType?: string;
|
45
|
-
itemID?: string;
|
46
|
-
itemRef?: string;
|
47
|
-
results?: number;
|
48
|
-
security?: string;
|
49
|
-
unselectable?: "on" | "off";
|
50
|
-
inputMode?: "
|
51
|
-
is?: string;
|
52
|
-
"aria-activedescendant"?: string;
|
53
|
-
"aria-atomic"?: boolean | "true" | "false";
|
54
|
-
"aria-autocomplete"?: "
|
55
|
-
"aria-braillelabel"?: string;
|
56
|
-
"aria-brailleroledescription"?: string;
|
57
|
-
"aria-busy"?: boolean | "true" | "false";
|
58
|
-
"aria-checked"?: boolean | "
|
59
|
-
"aria-colcount"?: number;
|
60
|
-
"aria-colindex"?: number;
|
61
|
-
"aria-colindextext"?: string;
|
62
|
-
"aria-colspan"?: number;
|
63
|
-
"aria-controls"?: string;
|
64
|
-
"aria-current"?: boolean | "
|
65
|
-
"aria-describedby"?: string;
|
66
|
-
"aria-description"?: string;
|
67
|
-
"aria-details"?: string;
|
68
|
-
"aria-disabled"?: boolean | "true" | "false";
|
69
|
-
"aria-dropeffect"?: "
|
70
|
-
"aria-errormessage"?: string;
|
71
|
-
"aria-expanded"?: boolean | "true" | "false";
|
72
|
-
"aria-flowto"?: string;
|
73
|
-
"aria-grabbed"?: boolean | "true" | "false";
|
74
|
-
"aria-haspopup"?: boolean | "
|
75
|
-
"aria-hidden"?: boolean | "true" | "false";
|
76
|
-
"aria-invalid"?: boolean | "
|
77
|
-
"aria-keyshortcuts"?: string;
|
78
|
-
"aria-label"?: string;
|
79
|
-
"aria-labelledby"?: string;
|
80
|
-
"aria-level"?: number;
|
81
|
-
"aria-live"?: "off" | "assertive" | "polite";
|
82
|
-
"aria-modal"?: boolean | "true" | "false";
|
83
|
-
"aria-multiline"?: boolean | "true" | "false";
|
84
|
-
"aria-multiselectable"?: boolean | "true" | "false";
|
85
|
-
"aria-orientation"?: "horizontal" | "vertical";
|
86
|
-
"aria-owns"?: string;
|
87
|
-
"aria-placeholder"?: string;
|
88
|
-
"aria-posinset"?: number;
|
89
|
-
"aria-pressed"?: boolean | "
|
90
|
-
"aria-readonly"?: boolean | "true" | "false";
|
91
|
-
"aria-relevant"?: "
|
92
|
-
"aria-required"?: boolean | "true" | "false";
|
93
|
-
"aria-roledescription"?: string;
|
94
|
-
"aria-rowcount"?: number;
|
95
|
-
"aria-rowindex"?: number;
|
96
|
-
"aria-rowindextext"?: string;
|
97
|
-
"aria-rowspan"?: number;
|
98
|
-
"aria-selected"?: boolean | "true" | "false";
|
99
|
-
"aria-setsize"?: number;
|
100
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
101
|
-
"aria-valuemax"?: number;
|
102
|
-
"aria-valuemin"?: number;
|
103
|
-
"aria-valuenow"?: number;
|
104
|
-
"aria-valuetext"?: string;
|
105
|
-
children?: import("react").ReactNode;
|
30
|
+
prefix?: string | undefined;
|
31
|
+
property?: string | undefined;
|
32
|
+
rel?: string | undefined;
|
33
|
+
resource?: string | undefined;
|
34
|
+
rev?: string | undefined;
|
35
|
+
typeof?: string | undefined;
|
36
|
+
vocab?: string | undefined;
|
37
|
+
autoCapitalize?: string | undefined;
|
38
|
+
autoCorrect?: string | undefined;
|
39
|
+
autoSave?: string | undefined;
|
40
|
+
color?: string | undefined;
|
41
|
+
itemProp?: string | undefined;
|
42
|
+
itemScope?: boolean | undefined;
|
43
|
+
itemType?: string | undefined;
|
44
|
+
itemID?: string | undefined;
|
45
|
+
itemRef?: string | undefined;
|
46
|
+
results?: number | undefined;
|
47
|
+
security?: string | undefined;
|
48
|
+
unselectable?: "on" | "off" | undefined;
|
49
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
50
|
+
is?: string | undefined;
|
51
|
+
"aria-activedescendant"?: string | undefined;
|
52
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
53
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
54
|
+
"aria-braillelabel"?: string | undefined;
|
55
|
+
"aria-brailleroledescription"?: string | undefined;
|
56
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
57
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
58
|
+
"aria-colcount"?: number | undefined;
|
59
|
+
"aria-colindex"?: number | undefined;
|
60
|
+
"aria-colindextext"?: string | undefined;
|
61
|
+
"aria-colspan"?: number | undefined;
|
62
|
+
"aria-controls"?: string | undefined;
|
63
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
64
|
+
"aria-describedby"?: string | undefined;
|
65
|
+
"aria-description"?: string | undefined;
|
66
|
+
"aria-details"?: string | undefined;
|
67
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
68
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
69
|
+
"aria-errormessage"?: string | undefined;
|
70
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
71
|
+
"aria-flowto"?: string | undefined;
|
72
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
73
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
74
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
75
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
76
|
+
"aria-keyshortcuts"?: string | undefined;
|
77
|
+
"aria-label"?: string | undefined;
|
78
|
+
"aria-labelledby"?: string | undefined;
|
79
|
+
"aria-level"?: number | undefined;
|
80
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
81
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
82
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
83
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
84
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
85
|
+
"aria-owns"?: string | undefined;
|
86
|
+
"aria-placeholder"?: string | undefined;
|
87
|
+
"aria-posinset"?: number | undefined;
|
88
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
89
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
90
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
91
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
92
|
+
"aria-roledescription"?: string | undefined;
|
93
|
+
"aria-rowcount"?: number | undefined;
|
94
|
+
"aria-rowindex"?: number | undefined;
|
95
|
+
"aria-rowindextext"?: string | undefined;
|
96
|
+
"aria-rowspan"?: number | undefined;
|
97
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
98
|
+
"aria-setsize"?: number | undefined;
|
99
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
100
|
+
"aria-valuemax"?: number | undefined;
|
101
|
+
"aria-valuemin"?: number | undefined;
|
102
|
+
"aria-valuenow"?: number | undefined;
|
103
|
+
"aria-valuetext"?: string | undefined;
|
104
|
+
children?: import("react").ReactNode | undefined;
|
106
105
|
dangerouslySetInnerHTML?: {
|
107
106
|
__html: string | TrustedHTML;
|
108
|
-
};
|
107
|
+
} | undefined;
|
109
108
|
onCopy?: import("react").ClipboardEventHandler<HTMLElement>;
|
110
109
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLElement>;
|
111
110
|
onCut?: import("react").ClipboardEventHandler<HTMLElement>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"buildBreadcrumbConfig.d.ts","sourceRoot":"","sources":["../../src/config/buildBreadcrumbConfig.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"buildBreadcrumbConfig.d.ts","sourceRoot":"","sources":["../../src/config/buildBreadcrumbConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,KAAK,0BAA0B,GAAG,eAAe,CAAC;AAElD,iBAAS,qBAAqB,CAAC,IAAI,EAAE,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK9D;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAC"}
|