@unifiedsoftware/react-components 1.0.14 → 1.0.16
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/index.d.mts +64 -64
- package/dist/index.d.ts +64 -64
- package/package.json +4 -3
package/dist/index.d.mts
CHANGED
|
@@ -173,7 +173,7 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
|
|
|
173
173
|
style?: react.CSSProperties | undefined;
|
|
174
174
|
tabIndex?: number | undefined;
|
|
175
175
|
title?: string | undefined;
|
|
176
|
-
translate?: "
|
|
176
|
+
translate?: "no" | "yes" | undefined;
|
|
177
177
|
radioGroup?: string | undefined;
|
|
178
178
|
role?: react.AriaRole | undefined;
|
|
179
179
|
about?: string | undefined;
|
|
@@ -218,12 +218,12 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
|
|
|
218
218
|
"aria-description"?: string | undefined;
|
|
219
219
|
"aria-details"?: string | undefined;
|
|
220
220
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
221
|
-
"aria-dropeffect"?: "link" | "
|
|
221
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
222
222
|
"aria-errormessage"?: string | undefined;
|
|
223
223
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
224
224
|
"aria-flowto"?: string | undefined;
|
|
225
225
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
226
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
226
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
227
227
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
228
228
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
229
229
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -445,7 +445,7 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
|
|
|
445
445
|
style?: react.CSSProperties | undefined;
|
|
446
446
|
tabIndex?: number | undefined;
|
|
447
447
|
title?: string | undefined;
|
|
448
|
-
translate?: "
|
|
448
|
+
translate?: "no" | "yes" | undefined;
|
|
449
449
|
radioGroup?: string | undefined;
|
|
450
450
|
role?: react.AriaRole | undefined;
|
|
451
451
|
about?: string | undefined;
|
|
@@ -490,12 +490,12 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
|
|
|
490
490
|
"aria-description"?: string | undefined;
|
|
491
491
|
"aria-details"?: string | undefined;
|
|
492
492
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
493
|
-
"aria-dropeffect"?: "link" | "
|
|
493
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
494
494
|
"aria-errormessage"?: string | undefined;
|
|
495
495
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
496
496
|
"aria-flowto"?: string | undefined;
|
|
497
497
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
498
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
498
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
499
499
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
500
500
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
501
501
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -723,7 +723,7 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
|
|
|
723
723
|
style?: react.CSSProperties | undefined;
|
|
724
724
|
tabIndex?: number | undefined;
|
|
725
725
|
title?: string | undefined;
|
|
726
|
-
translate?: "
|
|
726
|
+
translate?: "no" | "yes" | undefined;
|
|
727
727
|
radioGroup?: string | undefined;
|
|
728
728
|
role?: react.AriaRole | undefined;
|
|
729
729
|
about?: string | undefined;
|
|
@@ -768,12 +768,12 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
|
|
|
768
768
|
"aria-description"?: string | undefined;
|
|
769
769
|
"aria-details"?: string | undefined;
|
|
770
770
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
771
|
-
"aria-dropeffect"?: "link" | "
|
|
771
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
772
772
|
"aria-errormessage"?: string | undefined;
|
|
773
773
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
774
774
|
"aria-flowto"?: string | undefined;
|
|
775
775
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
776
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
776
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
777
777
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
778
778
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
779
779
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1001,7 +1001,7 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
|
|
|
1001
1001
|
style?: react.CSSProperties | undefined;
|
|
1002
1002
|
tabIndex?: number | undefined;
|
|
1003
1003
|
title?: string | undefined;
|
|
1004
|
-
translate?: "
|
|
1004
|
+
translate?: "no" | "yes" | undefined;
|
|
1005
1005
|
radioGroup?: string | undefined;
|
|
1006
1006
|
role?: react.AriaRole | undefined;
|
|
1007
1007
|
about?: string | undefined;
|
|
@@ -1046,12 +1046,12 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
|
|
|
1046
1046
|
"aria-description"?: string | undefined;
|
|
1047
1047
|
"aria-details"?: string | undefined;
|
|
1048
1048
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1049
|
-
"aria-dropeffect"?: "link" | "
|
|
1049
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
1050
1050
|
"aria-errormessage"?: string | undefined;
|
|
1051
1051
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1052
1052
|
"aria-flowto"?: string | undefined;
|
|
1053
1053
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1054
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1054
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1055
1055
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1056
1056
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1057
1057
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1280,7 +1280,7 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1280
1280
|
style?: react.CSSProperties | undefined;
|
|
1281
1281
|
tabIndex?: number | undefined;
|
|
1282
1282
|
title?: string | undefined;
|
|
1283
|
-
translate?: "
|
|
1283
|
+
translate?: "no" | "yes" | undefined;
|
|
1284
1284
|
radioGroup?: string | undefined;
|
|
1285
1285
|
role?: react.AriaRole | undefined;
|
|
1286
1286
|
about?: string | undefined;
|
|
@@ -1325,12 +1325,12 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1325
1325
|
"aria-description"?: string | undefined;
|
|
1326
1326
|
"aria-details"?: string | undefined;
|
|
1327
1327
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1328
|
-
"aria-dropeffect"?: "link" | "
|
|
1328
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
1329
1329
|
"aria-errormessage"?: string | undefined;
|
|
1330
1330
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1331
1331
|
"aria-flowto"?: string | undefined;
|
|
1332
1332
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1333
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1333
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1334
1334
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1335
1335
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1336
1336
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1539,50 +1539,14 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1539
1539
|
title?: string | undefined;
|
|
1540
1540
|
className?: string | undefined;
|
|
1541
1541
|
id?: string | undefined;
|
|
1542
|
-
children?: react.ReactNode;
|
|
1543
|
-
defaultChecked?: boolean | undefined;
|
|
1544
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1545
1542
|
suppressHydrationWarning?: boolean | undefined;
|
|
1546
|
-
|
|
1547
|
-
autoFocus?: boolean | undefined;
|
|
1548
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1549
|
-
contextMenu?: string | undefined;
|
|
1550
|
-
dir?: string | undefined;
|
|
1551
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1552
|
-
hidden?: boolean | undefined;
|
|
1543
|
+
color?: string | undefined;
|
|
1553
1544
|
lang?: string | undefined;
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
tabIndex?: number | undefined;
|
|
1558
|
-
translate?: "yes" | "no" | undefined;
|
|
1559
|
-
radioGroup?: string | undefined;
|
|
1545
|
+
media?: string | undefined;
|
|
1546
|
+
target?: react.HTMLAttributeAnchorTarget | undefined;
|
|
1547
|
+
type?: string | undefined;
|
|
1560
1548
|
role?: react.AriaRole | undefined;
|
|
1561
|
-
|
|
1562
|
-
content?: string | undefined;
|
|
1563
|
-
datatype?: string | undefined;
|
|
1564
|
-
inlist?: any;
|
|
1565
|
-
prefix?: string | undefined;
|
|
1566
|
-
property?: string | undefined;
|
|
1567
|
-
rel?: string | undefined;
|
|
1568
|
-
resource?: string | undefined;
|
|
1569
|
-
rev?: string | undefined;
|
|
1570
|
-
typeof?: string | undefined;
|
|
1571
|
-
vocab?: string | undefined;
|
|
1572
|
-
autoCapitalize?: string | undefined;
|
|
1573
|
-
autoCorrect?: string | undefined;
|
|
1574
|
-
autoSave?: string | undefined;
|
|
1575
|
-
color?: string | undefined;
|
|
1576
|
-
itemProp?: string | undefined;
|
|
1577
|
-
itemScope?: boolean | undefined;
|
|
1578
|
-
itemType?: string | undefined;
|
|
1579
|
-
itemID?: string | undefined;
|
|
1580
|
-
itemRef?: string | undefined;
|
|
1581
|
-
results?: number | undefined;
|
|
1582
|
-
security?: string | undefined;
|
|
1583
|
-
unselectable?: "on" | "off" | undefined;
|
|
1584
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1585
|
-
is?: string | undefined;
|
|
1549
|
+
tabIndex?: number | undefined;
|
|
1586
1550
|
"aria-activedescendant"?: string | undefined;
|
|
1587
1551
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1588
1552
|
"aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
|
|
@@ -1600,12 +1564,12 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1600
1564
|
"aria-description"?: string | undefined;
|
|
1601
1565
|
"aria-details"?: string | undefined;
|
|
1602
1566
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1603
|
-
"aria-dropeffect"?: "link" | "
|
|
1567
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
1604
1568
|
"aria-errormessage"?: string | undefined;
|
|
1605
1569
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1606
1570
|
"aria-flowto"?: string | undefined;
|
|
1607
1571
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1608
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1572
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1609
1573
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1610
1574
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1611
1575
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1636,6 +1600,7 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1636
1600
|
"aria-valuemin"?: number | undefined;
|
|
1637
1601
|
"aria-valuenow"?: number | undefined;
|
|
1638
1602
|
"aria-valuetext"?: string | undefined;
|
|
1603
|
+
children?: react.ReactNode;
|
|
1639
1604
|
dangerouslySetInnerHTML?: {
|
|
1640
1605
|
__html: string | TrustedHTML;
|
|
1641
1606
|
} | undefined;
|
|
@@ -1800,9 +1765,44 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1800
1765
|
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
1801
1766
|
onTransitionEnd?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
1802
1767
|
onTransitionEndCapture?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1768
|
+
defaultChecked?: boolean | undefined;
|
|
1769
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1770
|
+
accessKey?: string | undefined;
|
|
1771
|
+
autoFocus?: boolean | undefined;
|
|
1772
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1773
|
+
contextMenu?: string | undefined;
|
|
1774
|
+
dir?: string | undefined;
|
|
1775
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
1776
|
+
hidden?: boolean | undefined;
|
|
1777
|
+
nonce?: string | undefined;
|
|
1778
|
+
placeholder?: string | undefined;
|
|
1779
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1780
|
+
translate?: "no" | "yes" | undefined;
|
|
1781
|
+
radioGroup?: string | undefined;
|
|
1782
|
+
about?: string | undefined;
|
|
1783
|
+
content?: string | undefined;
|
|
1784
|
+
datatype?: string | undefined;
|
|
1785
|
+
inlist?: any;
|
|
1786
|
+
prefix?: string | undefined;
|
|
1787
|
+
property?: string | undefined;
|
|
1788
|
+
rel?: string | undefined;
|
|
1789
|
+
resource?: string | undefined;
|
|
1790
|
+
rev?: string | undefined;
|
|
1791
|
+
typeof?: string | undefined;
|
|
1792
|
+
vocab?: string | undefined;
|
|
1793
|
+
autoCapitalize?: string | undefined;
|
|
1794
|
+
autoCorrect?: string | undefined;
|
|
1795
|
+
autoSave?: string | undefined;
|
|
1796
|
+
itemProp?: string | undefined;
|
|
1797
|
+
itemScope?: boolean | undefined;
|
|
1798
|
+
itemType?: string | undefined;
|
|
1799
|
+
itemID?: string | undefined;
|
|
1800
|
+
itemRef?: string | undefined;
|
|
1801
|
+
results?: number | undefined;
|
|
1802
|
+
security?: string | undefined;
|
|
1803
|
+
unselectable?: "on" | "off" | undefined;
|
|
1804
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1805
|
+
is?: string | undefined;
|
|
1806
1806
|
download?: any;
|
|
1807
1807
|
hrefLang?: string | undefined;
|
|
1808
1808
|
ping?: string | undefined;
|
|
@@ -1849,7 +1849,7 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
|
|
|
1849
1849
|
style?: react.CSSProperties | undefined;
|
|
1850
1850
|
tabIndex?: number | undefined;
|
|
1851
1851
|
title?: string | undefined;
|
|
1852
|
-
translate?: "
|
|
1852
|
+
translate?: "no" | "yes" | undefined;
|
|
1853
1853
|
radioGroup?: string | undefined;
|
|
1854
1854
|
role?: react.AriaRole | undefined;
|
|
1855
1855
|
about?: string | undefined;
|
|
@@ -1894,12 +1894,12 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
|
|
|
1894
1894
|
"aria-description"?: string | undefined;
|
|
1895
1895
|
"aria-details"?: string | undefined;
|
|
1896
1896
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1897
|
-
"aria-dropeffect"?: "link" | "
|
|
1897
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
1898
1898
|
"aria-errormessage"?: string | undefined;
|
|
1899
1899
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1900
1900
|
"aria-flowto"?: string | undefined;
|
|
1901
1901
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1902
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1902
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1903
1903
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1904
1904
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1905
1905
|
"aria-keyshortcuts"?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -173,7 +173,7 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
|
|
|
173
173
|
style?: react.CSSProperties | undefined;
|
|
174
174
|
tabIndex?: number | undefined;
|
|
175
175
|
title?: string | undefined;
|
|
176
|
-
translate?: "
|
|
176
|
+
translate?: "no" | "yes" | undefined;
|
|
177
177
|
radioGroup?: string | undefined;
|
|
178
178
|
role?: react.AriaRole | undefined;
|
|
179
179
|
about?: string | undefined;
|
|
@@ -218,12 +218,12 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
|
|
|
218
218
|
"aria-description"?: string | undefined;
|
|
219
219
|
"aria-details"?: string | undefined;
|
|
220
220
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
221
|
-
"aria-dropeffect"?: "link" | "
|
|
221
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
222
222
|
"aria-errormessage"?: string | undefined;
|
|
223
223
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
224
224
|
"aria-flowto"?: string | undefined;
|
|
225
225
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
226
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
226
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
227
227
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
228
228
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
229
229
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -445,7 +445,7 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
|
|
|
445
445
|
style?: react.CSSProperties | undefined;
|
|
446
446
|
tabIndex?: number | undefined;
|
|
447
447
|
title?: string | undefined;
|
|
448
|
-
translate?: "
|
|
448
|
+
translate?: "no" | "yes" | undefined;
|
|
449
449
|
radioGroup?: string | undefined;
|
|
450
450
|
role?: react.AriaRole | undefined;
|
|
451
451
|
about?: string | undefined;
|
|
@@ -490,12 +490,12 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
|
|
|
490
490
|
"aria-description"?: string | undefined;
|
|
491
491
|
"aria-details"?: string | undefined;
|
|
492
492
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
493
|
-
"aria-dropeffect"?: "link" | "
|
|
493
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
494
494
|
"aria-errormessage"?: string | undefined;
|
|
495
495
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
496
496
|
"aria-flowto"?: string | undefined;
|
|
497
497
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
498
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
498
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
499
499
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
500
500
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
501
501
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -723,7 +723,7 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
|
|
|
723
723
|
style?: react.CSSProperties | undefined;
|
|
724
724
|
tabIndex?: number | undefined;
|
|
725
725
|
title?: string | undefined;
|
|
726
|
-
translate?: "
|
|
726
|
+
translate?: "no" | "yes" | undefined;
|
|
727
727
|
radioGroup?: string | undefined;
|
|
728
728
|
role?: react.AriaRole | undefined;
|
|
729
729
|
about?: string | undefined;
|
|
@@ -768,12 +768,12 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
|
|
|
768
768
|
"aria-description"?: string | undefined;
|
|
769
769
|
"aria-details"?: string | undefined;
|
|
770
770
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
771
|
-
"aria-dropeffect"?: "link" | "
|
|
771
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
772
772
|
"aria-errormessage"?: string | undefined;
|
|
773
773
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
774
774
|
"aria-flowto"?: string | undefined;
|
|
775
775
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
776
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
776
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
777
777
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
778
778
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
779
779
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1001,7 +1001,7 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
|
|
|
1001
1001
|
style?: react.CSSProperties | undefined;
|
|
1002
1002
|
tabIndex?: number | undefined;
|
|
1003
1003
|
title?: string | undefined;
|
|
1004
|
-
translate?: "
|
|
1004
|
+
translate?: "no" | "yes" | undefined;
|
|
1005
1005
|
radioGroup?: string | undefined;
|
|
1006
1006
|
role?: react.AriaRole | undefined;
|
|
1007
1007
|
about?: string | undefined;
|
|
@@ -1046,12 +1046,12 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
|
|
|
1046
1046
|
"aria-description"?: string | undefined;
|
|
1047
1047
|
"aria-details"?: string | undefined;
|
|
1048
1048
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1049
|
-
"aria-dropeffect"?: "link" | "
|
|
1049
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
1050
1050
|
"aria-errormessage"?: string | undefined;
|
|
1051
1051
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1052
1052
|
"aria-flowto"?: string | undefined;
|
|
1053
1053
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1054
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1054
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1055
1055
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1056
1056
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1057
1057
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1280,7 +1280,7 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1280
1280
|
style?: react.CSSProperties | undefined;
|
|
1281
1281
|
tabIndex?: number | undefined;
|
|
1282
1282
|
title?: string | undefined;
|
|
1283
|
-
translate?: "
|
|
1283
|
+
translate?: "no" | "yes" | undefined;
|
|
1284
1284
|
radioGroup?: string | undefined;
|
|
1285
1285
|
role?: react.AriaRole | undefined;
|
|
1286
1286
|
about?: string | undefined;
|
|
@@ -1325,12 +1325,12 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1325
1325
|
"aria-description"?: string | undefined;
|
|
1326
1326
|
"aria-details"?: string | undefined;
|
|
1327
1327
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1328
|
-
"aria-dropeffect"?: "link" | "
|
|
1328
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
1329
1329
|
"aria-errormessage"?: string | undefined;
|
|
1330
1330
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1331
1331
|
"aria-flowto"?: string | undefined;
|
|
1332
1332
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1333
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1333
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1334
1334
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1335
1335
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1336
1336
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1539,50 +1539,14 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1539
1539
|
title?: string | undefined;
|
|
1540
1540
|
className?: string | undefined;
|
|
1541
1541
|
id?: string | undefined;
|
|
1542
|
-
children?: react.ReactNode;
|
|
1543
|
-
defaultChecked?: boolean | undefined;
|
|
1544
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1545
1542
|
suppressHydrationWarning?: boolean | undefined;
|
|
1546
|
-
|
|
1547
|
-
autoFocus?: boolean | undefined;
|
|
1548
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1549
|
-
contextMenu?: string | undefined;
|
|
1550
|
-
dir?: string | undefined;
|
|
1551
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1552
|
-
hidden?: boolean | undefined;
|
|
1543
|
+
color?: string | undefined;
|
|
1553
1544
|
lang?: string | undefined;
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
tabIndex?: number | undefined;
|
|
1558
|
-
translate?: "yes" | "no" | undefined;
|
|
1559
|
-
radioGroup?: string | undefined;
|
|
1545
|
+
media?: string | undefined;
|
|
1546
|
+
target?: react.HTMLAttributeAnchorTarget | undefined;
|
|
1547
|
+
type?: string | undefined;
|
|
1560
1548
|
role?: react.AriaRole | undefined;
|
|
1561
|
-
|
|
1562
|
-
content?: string | undefined;
|
|
1563
|
-
datatype?: string | undefined;
|
|
1564
|
-
inlist?: any;
|
|
1565
|
-
prefix?: string | undefined;
|
|
1566
|
-
property?: string | undefined;
|
|
1567
|
-
rel?: string | undefined;
|
|
1568
|
-
resource?: string | undefined;
|
|
1569
|
-
rev?: string | undefined;
|
|
1570
|
-
typeof?: string | undefined;
|
|
1571
|
-
vocab?: string | undefined;
|
|
1572
|
-
autoCapitalize?: string | undefined;
|
|
1573
|
-
autoCorrect?: string | undefined;
|
|
1574
|
-
autoSave?: string | undefined;
|
|
1575
|
-
color?: string | undefined;
|
|
1576
|
-
itemProp?: string | undefined;
|
|
1577
|
-
itemScope?: boolean | undefined;
|
|
1578
|
-
itemType?: string | undefined;
|
|
1579
|
-
itemID?: string | undefined;
|
|
1580
|
-
itemRef?: string | undefined;
|
|
1581
|
-
results?: number | undefined;
|
|
1582
|
-
security?: string | undefined;
|
|
1583
|
-
unselectable?: "on" | "off" | undefined;
|
|
1584
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1585
|
-
is?: string | undefined;
|
|
1549
|
+
tabIndex?: number | undefined;
|
|
1586
1550
|
"aria-activedescendant"?: string | undefined;
|
|
1587
1551
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1588
1552
|
"aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
|
|
@@ -1600,12 +1564,12 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1600
1564
|
"aria-description"?: string | undefined;
|
|
1601
1565
|
"aria-details"?: string | undefined;
|
|
1602
1566
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1603
|
-
"aria-dropeffect"?: "link" | "
|
|
1567
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
1604
1568
|
"aria-errormessage"?: string | undefined;
|
|
1605
1569
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1606
1570
|
"aria-flowto"?: string | undefined;
|
|
1607
1571
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1608
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1572
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1609
1573
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1610
1574
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1611
1575
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1636,6 +1600,7 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1636
1600
|
"aria-valuemin"?: number | undefined;
|
|
1637
1601
|
"aria-valuenow"?: number | undefined;
|
|
1638
1602
|
"aria-valuetext"?: string | undefined;
|
|
1603
|
+
children?: react.ReactNode;
|
|
1639
1604
|
dangerouslySetInnerHTML?: {
|
|
1640
1605
|
__html: string | TrustedHTML;
|
|
1641
1606
|
} | undefined;
|
|
@@ -1800,9 +1765,44 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1800
1765
|
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
1801
1766
|
onTransitionEnd?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
1802
1767
|
onTransitionEndCapture?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1768
|
+
defaultChecked?: boolean | undefined;
|
|
1769
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1770
|
+
accessKey?: string | undefined;
|
|
1771
|
+
autoFocus?: boolean | undefined;
|
|
1772
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1773
|
+
contextMenu?: string | undefined;
|
|
1774
|
+
dir?: string | undefined;
|
|
1775
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
1776
|
+
hidden?: boolean | undefined;
|
|
1777
|
+
nonce?: string | undefined;
|
|
1778
|
+
placeholder?: string | undefined;
|
|
1779
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1780
|
+
translate?: "no" | "yes" | undefined;
|
|
1781
|
+
radioGroup?: string | undefined;
|
|
1782
|
+
about?: string | undefined;
|
|
1783
|
+
content?: string | undefined;
|
|
1784
|
+
datatype?: string | undefined;
|
|
1785
|
+
inlist?: any;
|
|
1786
|
+
prefix?: string | undefined;
|
|
1787
|
+
property?: string | undefined;
|
|
1788
|
+
rel?: string | undefined;
|
|
1789
|
+
resource?: string | undefined;
|
|
1790
|
+
rev?: string | undefined;
|
|
1791
|
+
typeof?: string | undefined;
|
|
1792
|
+
vocab?: string | undefined;
|
|
1793
|
+
autoCapitalize?: string | undefined;
|
|
1794
|
+
autoCorrect?: string | undefined;
|
|
1795
|
+
autoSave?: string | undefined;
|
|
1796
|
+
itemProp?: string | undefined;
|
|
1797
|
+
itemScope?: boolean | undefined;
|
|
1798
|
+
itemType?: string | undefined;
|
|
1799
|
+
itemID?: string | undefined;
|
|
1800
|
+
itemRef?: string | undefined;
|
|
1801
|
+
results?: number | undefined;
|
|
1802
|
+
security?: string | undefined;
|
|
1803
|
+
unselectable?: "on" | "off" | undefined;
|
|
1804
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1805
|
+
is?: string | undefined;
|
|
1806
1806
|
download?: any;
|
|
1807
1807
|
hrefLang?: string | undefined;
|
|
1808
1808
|
ping?: string | undefined;
|
|
@@ -1849,7 +1849,7 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
|
|
|
1849
1849
|
style?: react.CSSProperties | undefined;
|
|
1850
1850
|
tabIndex?: number | undefined;
|
|
1851
1851
|
title?: string | undefined;
|
|
1852
|
-
translate?: "
|
|
1852
|
+
translate?: "no" | "yes" | undefined;
|
|
1853
1853
|
radioGroup?: string | undefined;
|
|
1854
1854
|
role?: react.AriaRole | undefined;
|
|
1855
1855
|
about?: string | undefined;
|
|
@@ -1894,12 +1894,12 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
|
|
|
1894
1894
|
"aria-description"?: string | undefined;
|
|
1895
1895
|
"aria-details"?: string | undefined;
|
|
1896
1896
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1897
|
-
"aria-dropeffect"?: "link" | "
|
|
1897
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
|
|
1898
1898
|
"aria-errormessage"?: string | undefined;
|
|
1899
1899
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1900
1900
|
"aria-flowto"?: string | undefined;
|
|
1901
1901
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1902
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1902
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1903
1903
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1904
1904
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1905
1905
|
"aria-keyshortcuts"?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unifiedsoftware/react-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"build": "npm run clean && tsup src/index.ts --format esm,cjs --dts --external react",
|
|
15
15
|
"clean": "rimraf dist",
|
|
16
16
|
"prepack": "clean-package",
|
|
17
|
-
"postpack": "clean-package restore"
|
|
17
|
+
"postpack": "clean-package restore",
|
|
18
|
+
"typecheck": "tsc --noEmit"
|
|
18
19
|
},
|
|
19
20
|
"peerDependencies": {
|
|
20
21
|
"react": ">=16",
|
|
@@ -24,7 +25,7 @@
|
|
|
24
25
|
"@progress/kendo-react-dropdowns": "^5.12.1",
|
|
25
26
|
"@progress/kendo-react-treeview": "^5.12.1",
|
|
26
27
|
"@unifiedsoftware/react-router": "1.0.1",
|
|
27
|
-
"@unifiedsoftware/react-ui": "1.0.
|
|
28
|
+
"@unifiedsoftware/react-ui": "1.0.20",
|
|
28
29
|
"clsx": "^2.0.0",
|
|
29
30
|
"merge-refs": "^1.2.1",
|
|
30
31
|
"react-bootstrap": "^2.8.0",
|