@workday/canvas-kit-react 9.0.0-alpha.415-next.17 → 9.0.0-alpha.416-next.18
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/collection/lib/useCursorListModel.tsx +0 -15
- package/collection/lib/useListItemRovingFocus.tsx +7 -0
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +124 -124
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +12 -12
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +12 -12
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +16 -16
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +52 -52
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +136 -136
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +16 -16
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +12 -12
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +8 -8
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts +64 -64
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +16 -16
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +52 -52
- package/dist/commonjs/collection/lib/ListBox.d.ts +48 -48
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts +44 -56
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useCursorListModel.js +2 -15
- package/dist/commonjs/collection/lib/useGridModel.d.ts +44 -44
- package/dist/commonjs/collection/lib/useListItemAllowChildStrings.d.ts +4 -4
- package/dist/commonjs/collection/lib/useListItemRegister.d.ts +4 -4
- package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts +4 -4
- package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListItemRovingFocus.js +6 -0
- package/dist/commonjs/collection/lib/useListItemSelect.d.ts +4 -4
- package/dist/commonjs/collection/lib/useListModel.d.ts +44 -44
- package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts +4 -4
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +4 -4
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +4 -4
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +44 -44
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +4 -4
- package/dist/commonjs/collection/lib/useSelectionListModel.d.ts +44 -44
- package/dist/commonjs/menu/lib/Menu.d.ts +60 -60
- package/dist/commonjs/menu/lib/MenuCard.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +12 -12
- package/dist/commonjs/menu/lib/MenuItem.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuList.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuPopper.d.ts +4 -4
- package/dist/commonjs/menu/lib/MenuTarget.d.ts +20 -20
- package/dist/commonjs/menu/lib/useMenuModel.d.ts +44 -44
- package/dist/commonjs/tabs/lib/Tabs.d.ts +176 -176
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +16 -16
- package/dist/commonjs/tabs/lib/TabsList.d.ts +16 -16
- package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +4 -4
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +16 -16
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +16 -16
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +8 -8
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +116 -116
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBar.d.ts +124 -124
- package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +12 -12
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +12 -12
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +16 -16
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +52 -52
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +136 -136
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +16 -16
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +12 -12
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +8 -8
- package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts +64 -64
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +16 -16
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +52 -52
- package/dist/es6/collection/lib/ListBox.d.ts +48 -48
- package/dist/es6/collection/lib/useCursorListModel.d.ts +44 -56
- package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useCursorListModel.js +2 -15
- package/dist/es6/collection/lib/useGridModel.d.ts +44 -44
- package/dist/es6/collection/lib/useListItemAllowChildStrings.d.ts +4 -4
- package/dist/es6/collection/lib/useListItemRegister.d.ts +4 -4
- package/dist/es6/collection/lib/useListItemRovingFocus.d.ts +4 -4
- package/dist/es6/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListItemRovingFocus.js +6 -0
- package/dist/es6/collection/lib/useListItemSelect.d.ts +4 -4
- package/dist/es6/collection/lib/useListModel.d.ts +44 -44
- package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts +4 -4
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +4 -4
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +4 -4
- package/dist/es6/collection/lib/useOverflowListModel.d.ts +44 -44
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts +4 -4
- package/dist/es6/collection/lib/useSelectionListModel.d.ts +44 -44
- package/dist/es6/menu/lib/Menu.d.ts +60 -60
- package/dist/es6/menu/lib/MenuCard.d.ts +8 -8
- package/dist/es6/menu/lib/MenuContextTarget.d.ts +12 -12
- package/dist/es6/menu/lib/MenuItem.d.ts +8 -8
- package/dist/es6/menu/lib/MenuList.d.ts +8 -8
- package/dist/es6/menu/lib/MenuPopper.d.ts +4 -4
- package/dist/es6/menu/lib/MenuTarget.d.ts +20 -20
- package/dist/es6/menu/lib/useMenuModel.d.ts +44 -44
- package/dist/es6/tabs/lib/Tabs.d.ts +176 -176
- package/dist/es6/tabs/lib/TabsItem.d.ts +16 -16
- package/dist/es6/tabs/lib/TabsList.d.ts +16 -16
- package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +4 -4
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +16 -16
- package/dist/es6/tabs/lib/TabsPanel.d.ts +16 -16
- package/dist/es6/tabs/lib/TabsPanels.d.ts +8 -8
- package/dist/es6/tabs/lib/useTabsModel.d.ts +116 -116
- package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -346,9 +346,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
346
346
|
isVirtualized: boolean;
|
|
347
347
|
items: import("../..").Item<any>[];
|
|
348
348
|
}) => void) | undefined;
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
textValue: string;
|
|
349
|
+
onGoTo?: ((data: {
|
|
350
|
+
id: string;
|
|
352
351
|
}, prevState: {
|
|
353
352
|
hiddenIds: string[];
|
|
354
353
|
nonInteractiveIds: string[];
|
|
@@ -375,9 +374,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
375
374
|
isVirtualized: boolean;
|
|
376
375
|
items: import("../..").Item<any>[];
|
|
377
376
|
}) => void) | undefined;
|
|
378
|
-
|
|
379
|
-
id: string;
|
|
380
|
-
}, prevState: {
|
|
377
|
+
onGoToNext?: ((data: undefined, prevState: {
|
|
381
378
|
hiddenIds: string[];
|
|
382
379
|
nonInteractiveIds: string[];
|
|
383
380
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -403,7 +400,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
403
400
|
isVirtualized: boolean;
|
|
404
401
|
items: import("../..").Item<any>[];
|
|
405
402
|
}) => void) | undefined;
|
|
406
|
-
|
|
403
|
+
onGoToPrevious?: ((data: undefined, prevState: {
|
|
407
404
|
hiddenIds: string[];
|
|
408
405
|
nonInteractiveIds: string[];
|
|
409
406
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -429,7 +426,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
429
426
|
isVirtualized: boolean;
|
|
430
427
|
items: import("../..").Item<any>[];
|
|
431
428
|
}) => void) | undefined;
|
|
432
|
-
|
|
429
|
+
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
433
430
|
hiddenIds: string[];
|
|
434
431
|
nonInteractiveIds: string[];
|
|
435
432
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -455,7 +452,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
455
452
|
isVirtualized: boolean;
|
|
456
453
|
items: import("../..").Item<any>[];
|
|
457
454
|
}) => void) | undefined;
|
|
458
|
-
|
|
455
|
+
onGoToNextRow?: ((data: undefined, prevState: {
|
|
459
456
|
hiddenIds: string[];
|
|
460
457
|
nonInteractiveIds: string[];
|
|
461
458
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -481,7 +478,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
481
478
|
isVirtualized: boolean;
|
|
482
479
|
items: import("../..").Item<any>[];
|
|
483
480
|
}) => void) | undefined;
|
|
484
|
-
|
|
481
|
+
onGoToFirst?: ((data: undefined, prevState: {
|
|
485
482
|
hiddenIds: string[];
|
|
486
483
|
nonInteractiveIds: string[];
|
|
487
484
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -507,7 +504,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
507
504
|
isVirtualized: boolean;
|
|
508
505
|
items: import("../..").Item<any>[];
|
|
509
506
|
}) => void) | undefined;
|
|
510
|
-
|
|
507
|
+
onGoToLast?: ((data: undefined, prevState: {
|
|
511
508
|
hiddenIds: string[];
|
|
512
509
|
nonInteractiveIds: string[];
|
|
513
510
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -533,7 +530,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
533
530
|
isVirtualized: boolean;
|
|
534
531
|
items: import("../..").Item<any>[];
|
|
535
532
|
}) => void) | undefined;
|
|
536
|
-
|
|
533
|
+
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
537
534
|
hiddenIds: string[];
|
|
538
535
|
nonInteractiveIds: string[];
|
|
539
536
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -559,7 +556,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
559
556
|
isVirtualized: boolean;
|
|
560
557
|
items: import("../..").Item<any>[];
|
|
561
558
|
}) => void) | undefined;
|
|
562
|
-
|
|
559
|
+
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
563
560
|
hiddenIds: string[];
|
|
564
561
|
nonInteractiveIds: string[];
|
|
565
562
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -585,7 +582,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
585
582
|
isVirtualized: boolean;
|
|
586
583
|
items: import("../..").Item<any>[];
|
|
587
584
|
}) => void) | undefined;
|
|
588
|
-
|
|
585
|
+
onGoToNextPage?: ((data: undefined, prevState: {
|
|
589
586
|
hiddenIds: string[];
|
|
590
587
|
nonInteractiveIds: string[];
|
|
591
588
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -611,7 +608,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
611
608
|
isVirtualized: boolean;
|
|
612
609
|
items: import("../..").Item<any>[];
|
|
613
610
|
}) => void) | undefined;
|
|
614
|
-
|
|
611
|
+
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
615
612
|
hiddenIds: string[];
|
|
616
613
|
nonInteractiveIds: string[];
|
|
617
614
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -637,7 +634,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
637
634
|
isVirtualized: boolean;
|
|
638
635
|
items: import("../..").Item<any>[];
|
|
639
636
|
}) => void) | undefined;
|
|
640
|
-
|
|
637
|
+
onRegisterItem?: ((data: {
|
|
638
|
+
item: any;
|
|
639
|
+
textValue: string;
|
|
640
|
+
}, prevState: {
|
|
641
641
|
hiddenIds: string[];
|
|
642
642
|
nonInteractiveIds: string[];
|
|
643
643
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -969,9 +969,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
969
969
|
isVirtualized: boolean;
|
|
970
970
|
items: import("../..").Item<any>[];
|
|
971
971
|
}) => boolean) | undefined;
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
textValue: string;
|
|
972
|
+
shouldGoTo?: ((data: {
|
|
973
|
+
id: string;
|
|
975
974
|
}, state: {
|
|
976
975
|
hiddenIds: string[];
|
|
977
976
|
nonInteractiveIds: string[];
|
|
@@ -998,9 +997,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
998
997
|
isVirtualized: boolean;
|
|
999
998
|
items: import("../..").Item<any>[];
|
|
1000
999
|
}) => boolean) | undefined;
|
|
1001
|
-
|
|
1002
|
-
id: string;
|
|
1003
|
-
}, state: {
|
|
1000
|
+
shouldGoToNext?: ((data: undefined, state: {
|
|
1004
1001
|
hiddenIds: string[];
|
|
1005
1002
|
nonInteractiveIds: string[];
|
|
1006
1003
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1026,7 +1023,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1026
1023
|
isVirtualized: boolean;
|
|
1027
1024
|
items: import("../..").Item<any>[];
|
|
1028
1025
|
}) => boolean) | undefined;
|
|
1029
|
-
|
|
1026
|
+
shouldGoToPrevious?: ((data: undefined, state: {
|
|
1030
1027
|
hiddenIds: string[];
|
|
1031
1028
|
nonInteractiveIds: string[];
|
|
1032
1029
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1052,7 +1049,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1052
1049
|
isVirtualized: boolean;
|
|
1053
1050
|
items: import("../..").Item<any>[];
|
|
1054
1051
|
}) => boolean) | undefined;
|
|
1055
|
-
|
|
1052
|
+
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
1056
1053
|
hiddenIds: string[];
|
|
1057
1054
|
nonInteractiveIds: string[];
|
|
1058
1055
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1078,7 +1075,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1078
1075
|
isVirtualized: boolean;
|
|
1079
1076
|
items: import("../..").Item<any>[];
|
|
1080
1077
|
}) => boolean) | undefined;
|
|
1081
|
-
|
|
1078
|
+
shouldGoToNextRow?: ((data: undefined, state: {
|
|
1082
1079
|
hiddenIds: string[];
|
|
1083
1080
|
nonInteractiveIds: string[];
|
|
1084
1081
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1104,7 +1101,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1104
1101
|
isVirtualized: boolean;
|
|
1105
1102
|
items: import("../..").Item<any>[];
|
|
1106
1103
|
}) => boolean) | undefined;
|
|
1107
|
-
|
|
1104
|
+
shouldGoToFirst?: ((data: undefined, state: {
|
|
1108
1105
|
hiddenIds: string[];
|
|
1109
1106
|
nonInteractiveIds: string[];
|
|
1110
1107
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1130,7 +1127,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1130
1127
|
isVirtualized: boolean;
|
|
1131
1128
|
items: import("../..").Item<any>[];
|
|
1132
1129
|
}) => boolean) | undefined;
|
|
1133
|
-
|
|
1130
|
+
shouldGoToLast?: ((data: undefined, state: {
|
|
1134
1131
|
hiddenIds: string[];
|
|
1135
1132
|
nonInteractiveIds: string[];
|
|
1136
1133
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1156,7 +1153,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1156
1153
|
isVirtualized: boolean;
|
|
1157
1154
|
items: import("../..").Item<any>[];
|
|
1158
1155
|
}) => boolean) | undefined;
|
|
1159
|
-
|
|
1156
|
+
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
1160
1157
|
hiddenIds: string[];
|
|
1161
1158
|
nonInteractiveIds: string[];
|
|
1162
1159
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1182,7 +1179,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1182
1179
|
isVirtualized: boolean;
|
|
1183
1180
|
items: import("../..").Item<any>[];
|
|
1184
1181
|
}) => boolean) | undefined;
|
|
1185
|
-
|
|
1182
|
+
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
1186
1183
|
hiddenIds: string[];
|
|
1187
1184
|
nonInteractiveIds: string[];
|
|
1188
1185
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1208,7 +1205,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1208
1205
|
isVirtualized: boolean;
|
|
1209
1206
|
items: import("../..").Item<any>[];
|
|
1210
1207
|
}) => boolean) | undefined;
|
|
1211
|
-
|
|
1208
|
+
shouldGoToNextPage?: ((data: undefined, state: {
|
|
1212
1209
|
hiddenIds: string[];
|
|
1213
1210
|
nonInteractiveIds: string[];
|
|
1214
1211
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1234,7 +1231,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1234
1231
|
isVirtualized: boolean;
|
|
1235
1232
|
items: import("../..").Item<any>[];
|
|
1236
1233
|
}) => boolean) | undefined;
|
|
1237
|
-
|
|
1234
|
+
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
1238
1235
|
hiddenIds: string[];
|
|
1239
1236
|
nonInteractiveIds: string[];
|
|
1240
1237
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1260,7 +1257,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1260
1257
|
isVirtualized: boolean;
|
|
1261
1258
|
items: import("../..").Item<any>[];
|
|
1262
1259
|
}) => boolean) | undefined;
|
|
1263
|
-
|
|
1260
|
+
shouldRegisterItem?: ((data: {
|
|
1261
|
+
item: any;
|
|
1262
|
+
textValue: string;
|
|
1263
|
+
}, state: {
|
|
1264
1264
|
hiddenIds: string[];
|
|
1265
1265
|
nonInteractiveIds: string[];
|
|
1266
1266
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1394,10 +1394,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1394
1394
|
}): void;
|
|
1395
1395
|
selectAll(): void;
|
|
1396
1396
|
unselectAll(): void;
|
|
1397
|
-
registerItem(data: {
|
|
1398
|
-
item: any;
|
|
1399
|
-
textValue: string;
|
|
1400
|
-
}): void;
|
|
1401
1397
|
goTo(data: {
|
|
1402
1398
|
id: string;
|
|
1403
1399
|
}): void;
|
|
@@ -1411,6 +1407,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1411
1407
|
goToLastOfRow(): void;
|
|
1412
1408
|
goToNextPage(): void;
|
|
1413
1409
|
goToPreviousPage(): void;
|
|
1410
|
+
registerItem(data: {
|
|
1411
|
+
item: any;
|
|
1412
|
+
textValue: string;
|
|
1413
|
+
}): void;
|
|
1414
1414
|
unregisterItem(data: {
|
|
1415
1415
|
id: string;
|
|
1416
1416
|
}): void;
|
|
@@ -1459,10 +1459,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1459
1459
|
}): void;
|
|
1460
1460
|
selectAll(): void;
|
|
1461
1461
|
unselectAll(): void;
|
|
1462
|
-
registerItem(data: {
|
|
1463
|
-
item: any;
|
|
1464
|
-
textValue: string;
|
|
1465
|
-
}): void;
|
|
1466
1462
|
goTo(data: {
|
|
1467
1463
|
id: string;
|
|
1468
1464
|
}): void;
|
|
@@ -1476,6 +1472,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1476
1472
|
goToLastOfRow(): void;
|
|
1477
1473
|
goToNextPage(): void;
|
|
1478
1474
|
goToPreviousPage(): void;
|
|
1475
|
+
registerItem(data: {
|
|
1476
|
+
item: any;
|
|
1477
|
+
textValue: string;
|
|
1478
|
+
}): void;
|
|
1479
1479
|
unregisterItem(data: {
|
|
1480
1480
|
id: string;
|
|
1481
1481
|
}): void;
|
|
@@ -1564,10 +1564,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1564
1564
|
}): void;
|
|
1565
1565
|
selectAll(): void;
|
|
1566
1566
|
unselectAll(): void;
|
|
1567
|
-
registerItem(data: {
|
|
1568
|
-
item: any;
|
|
1569
|
-
textValue: string;
|
|
1570
|
-
}): void;
|
|
1571
1567
|
goTo(data: {
|
|
1572
1568
|
id: string;
|
|
1573
1569
|
}): void;
|
|
@@ -1581,6 +1577,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1581
1577
|
goToLastOfRow(): void;
|
|
1582
1578
|
goToNextPage(): void;
|
|
1583
1579
|
goToPreviousPage(): void;
|
|
1580
|
+
registerItem(data: {
|
|
1581
|
+
item: any;
|
|
1582
|
+
textValue: string;
|
|
1583
|
+
}): void;
|
|
1584
1584
|
unregisterItem(data: {
|
|
1585
1585
|
id: string;
|
|
1586
1586
|
}): void;
|
|
@@ -1629,10 +1629,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1629
1629
|
}): void;
|
|
1630
1630
|
selectAll(): void;
|
|
1631
1631
|
unselectAll(): void;
|
|
1632
|
-
registerItem(data: {
|
|
1633
|
-
item: any;
|
|
1634
|
-
textValue: string;
|
|
1635
|
-
}): void;
|
|
1636
1632
|
goTo(data: {
|
|
1637
1633
|
id: string;
|
|
1638
1634
|
}): void;
|
|
@@ -1646,6 +1642,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1646
1642
|
goToLastOfRow(): void;
|
|
1647
1643
|
goToNextPage(): void;
|
|
1648
1644
|
goToPreviousPage(): void;
|
|
1645
|
+
registerItem(data: {
|
|
1646
|
+
item: any;
|
|
1647
|
+
textValue: string;
|
|
1648
|
+
}): void;
|
|
1649
1649
|
unregisterItem(data: {
|
|
1650
1650
|
id: string;
|
|
1651
1651
|
}): void;
|
|
@@ -1727,10 +1727,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1727
1727
|
}): void;
|
|
1728
1728
|
selectAll(): void;
|
|
1729
1729
|
unselectAll(): void;
|
|
1730
|
-
registerItem(data: {
|
|
1731
|
-
item: any;
|
|
1732
|
-
textValue: string;
|
|
1733
|
-
}): void;
|
|
1734
1730
|
goTo(data: {
|
|
1735
1731
|
id: string;
|
|
1736
1732
|
}): void;
|
|
@@ -1744,6 +1740,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1744
1740
|
goToLastOfRow(): void;
|
|
1745
1741
|
goToNextPage(): void;
|
|
1746
1742
|
goToPreviousPage(): void;
|
|
1743
|
+
registerItem(data: {
|
|
1744
|
+
item: any;
|
|
1745
|
+
textValue: string;
|
|
1746
|
+
}): void;
|
|
1747
1747
|
unregisterItem(data: {
|
|
1748
1748
|
id: string;
|
|
1749
1749
|
}): void;
|
|
@@ -1792,10 +1792,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1792
1792
|
}): void;
|
|
1793
1793
|
selectAll(): void;
|
|
1794
1794
|
unselectAll(): void;
|
|
1795
|
-
registerItem(data: {
|
|
1796
|
-
item: any;
|
|
1797
|
-
textValue: string;
|
|
1798
|
-
}): void;
|
|
1799
1795
|
goTo(data: {
|
|
1800
1796
|
id: string;
|
|
1801
1797
|
}): void;
|
|
@@ -1809,6 +1805,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1809
1805
|
goToLastOfRow(): void;
|
|
1810
1806
|
goToNextPage(): void;
|
|
1811
1807
|
goToPreviousPage(): void;
|
|
1808
|
+
registerItem(data: {
|
|
1809
|
+
item: any;
|
|
1810
|
+
textValue: string;
|
|
1811
|
+
}): void;
|
|
1812
1812
|
unregisterItem(data: {
|
|
1813
1813
|
id: string;
|
|
1814
1814
|
}): void;
|
|
@@ -1896,10 +1896,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1896
1896
|
}): void;
|
|
1897
1897
|
selectAll(): void;
|
|
1898
1898
|
unselectAll(): void;
|
|
1899
|
-
registerItem(data: {
|
|
1900
|
-
item: any;
|
|
1901
|
-
textValue: string;
|
|
1902
|
-
}): void;
|
|
1903
1899
|
goTo(data: {
|
|
1904
1900
|
id: string;
|
|
1905
1901
|
}): void;
|
|
@@ -1913,6 +1909,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1913
1909
|
goToLastOfRow(): void;
|
|
1914
1910
|
goToNextPage(): void;
|
|
1915
1911
|
goToPreviousPage(): void;
|
|
1912
|
+
registerItem(data: {
|
|
1913
|
+
item: any;
|
|
1914
|
+
textValue: string;
|
|
1915
|
+
}): void;
|
|
1916
1916
|
unregisterItem(data: {
|
|
1917
1917
|
id: string;
|
|
1918
1918
|
}): void;
|
|
@@ -1961,10 +1961,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1961
1961
|
}): void;
|
|
1962
1962
|
selectAll(): void;
|
|
1963
1963
|
unselectAll(): void;
|
|
1964
|
-
registerItem(data: {
|
|
1965
|
-
item: any;
|
|
1966
|
-
textValue: string;
|
|
1967
|
-
}): void;
|
|
1968
1964
|
goTo(data: {
|
|
1969
1965
|
id: string;
|
|
1970
1966
|
}): void;
|
|
@@ -1978,6 +1974,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1978
1974
|
goToLastOfRow(): void;
|
|
1979
1975
|
goToNextPage(): void;
|
|
1980
1976
|
goToPreviousPage(): void;
|
|
1977
|
+
registerItem(data: {
|
|
1978
|
+
item: any;
|
|
1979
|
+
textValue: string;
|
|
1980
|
+
}): void;
|
|
1981
1981
|
unregisterItem(data: {
|
|
1982
1982
|
id: string;
|
|
1983
1983
|
}): void;
|
|
@@ -2061,10 +2061,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2061
2061
|
}): void;
|
|
2062
2062
|
selectAll(): void;
|
|
2063
2063
|
unselectAll(): void;
|
|
2064
|
-
registerItem(data: {
|
|
2065
|
-
item: any;
|
|
2066
|
-
textValue: string;
|
|
2067
|
-
}): void;
|
|
2068
2064
|
goTo(data: {
|
|
2069
2065
|
id: string;
|
|
2070
2066
|
}): void;
|
|
@@ -2078,6 +2074,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2078
2074
|
goToLastOfRow(): void;
|
|
2079
2075
|
goToNextPage(): void;
|
|
2080
2076
|
goToPreviousPage(): void;
|
|
2077
|
+
registerItem(data: {
|
|
2078
|
+
item: any;
|
|
2079
|
+
textValue: string;
|
|
2080
|
+
}): void;
|
|
2081
2081
|
unregisterItem(data: {
|
|
2082
2082
|
id: string;
|
|
2083
2083
|
}): void;
|
|
@@ -2126,10 +2126,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2126
2126
|
}): void;
|
|
2127
2127
|
selectAll(): void;
|
|
2128
2128
|
unselectAll(): void;
|
|
2129
|
-
registerItem(data: {
|
|
2130
|
-
item: any;
|
|
2131
|
-
textValue: string;
|
|
2132
|
-
}): void;
|
|
2133
2129
|
goTo(data: {
|
|
2134
2130
|
id: string;
|
|
2135
2131
|
}): void;
|
|
@@ -2143,6 +2139,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2143
2139
|
goToLastOfRow(): void;
|
|
2144
2140
|
goToNextPage(): void;
|
|
2145
2141
|
goToPreviousPage(): void;
|
|
2142
|
+
registerItem(data: {
|
|
2143
|
+
item: any;
|
|
2144
|
+
textValue: string;
|
|
2145
|
+
}): void;
|
|
2146
2146
|
unregisterItem(data: {
|
|
2147
2147
|
id: string;
|
|
2148
2148
|
}): void;
|
|
@@ -2372,9 +2372,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2372
2372
|
items: import("../..").Item<any>[];
|
|
2373
2373
|
mode: "multiple" | "single";
|
|
2374
2374
|
}) => void) | undefined;
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
textValue: string;
|
|
2375
|
+
onGoTo?: ((data: {
|
|
2376
|
+
id: string;
|
|
2378
2377
|
}, prevState: {
|
|
2379
2378
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2380
2379
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
@@ -2404,9 +2403,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2404
2403
|
items: import("../..").Item<any>[];
|
|
2405
2404
|
mode: "multiple" | "single";
|
|
2406
2405
|
}) => void) | undefined;
|
|
2407
|
-
|
|
2408
|
-
id: string;
|
|
2409
|
-
}, prevState: {
|
|
2406
|
+
onGoToNext?: ((data: undefined, prevState: {
|
|
2410
2407
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2411
2408
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2412
2409
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2435,7 +2432,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2435
2432
|
items: import("../..").Item<any>[];
|
|
2436
2433
|
mode: "multiple" | "single";
|
|
2437
2434
|
}) => void) | undefined;
|
|
2438
|
-
|
|
2435
|
+
onGoToPrevious?: ((data: undefined, prevState: {
|
|
2439
2436
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2440
2437
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2441
2438
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2464,7 +2461,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2464
2461
|
items: import("../..").Item<any>[];
|
|
2465
2462
|
mode: "multiple" | "single";
|
|
2466
2463
|
}) => void) | undefined;
|
|
2467
|
-
|
|
2464
|
+
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
2468
2465
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2469
2466
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2470
2467
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2493,7 +2490,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2493
2490
|
items: import("../..").Item<any>[];
|
|
2494
2491
|
mode: "multiple" | "single";
|
|
2495
2492
|
}) => void) | undefined;
|
|
2496
|
-
|
|
2493
|
+
onGoToNextRow?: ((data: undefined, prevState: {
|
|
2497
2494
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2498
2495
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2499
2496
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2522,7 +2519,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2522
2519
|
items: import("../..").Item<any>[];
|
|
2523
2520
|
mode: "multiple" | "single";
|
|
2524
2521
|
}) => void) | undefined;
|
|
2525
|
-
|
|
2522
|
+
onGoToFirst?: ((data: undefined, prevState: {
|
|
2526
2523
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2527
2524
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2528
2525
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2551,7 +2548,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2551
2548
|
items: import("../..").Item<any>[];
|
|
2552
2549
|
mode: "multiple" | "single";
|
|
2553
2550
|
}) => void) | undefined;
|
|
2554
|
-
|
|
2551
|
+
onGoToLast?: ((data: undefined, prevState: {
|
|
2555
2552
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2556
2553
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2557
2554
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2580,7 +2577,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2580
2577
|
items: import("../..").Item<any>[];
|
|
2581
2578
|
mode: "multiple" | "single";
|
|
2582
2579
|
}) => void) | undefined;
|
|
2583
|
-
|
|
2580
|
+
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
2584
2581
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2585
2582
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2586
2583
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2609,7 +2606,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2609
2606
|
items: import("../..").Item<any>[];
|
|
2610
2607
|
mode: "multiple" | "single";
|
|
2611
2608
|
}) => void) | undefined;
|
|
2612
|
-
|
|
2609
|
+
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
2613
2610
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2614
2611
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2615
2612
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2638,7 +2635,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2638
2635
|
items: import("../..").Item<any>[];
|
|
2639
2636
|
mode: "multiple" | "single";
|
|
2640
2637
|
}) => void) | undefined;
|
|
2641
|
-
|
|
2638
|
+
onGoToNextPage?: ((data: undefined, prevState: {
|
|
2642
2639
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2643
2640
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2644
2641
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2667,7 +2664,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2667
2664
|
items: import("../..").Item<any>[];
|
|
2668
2665
|
mode: "multiple" | "single";
|
|
2669
2666
|
}) => void) | undefined;
|
|
2670
|
-
|
|
2667
|
+
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
2671
2668
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2672
2669
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2673
2670
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2696,7 +2693,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2696
2693
|
items: import("../..").Item<any>[];
|
|
2697
2694
|
mode: "multiple" | "single";
|
|
2698
2695
|
}) => void) | undefined;
|
|
2699
|
-
|
|
2696
|
+
onRegisterItem?: ((data: {
|
|
2697
|
+
item: any;
|
|
2698
|
+
textValue: string;
|
|
2699
|
+
}, prevState: {
|
|
2700
2700
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2701
2701
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2702
2702
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2966,9 +2966,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2966
2966
|
items: import("../..").Item<any>[];
|
|
2967
2967
|
mode: "multiple" | "single";
|
|
2968
2968
|
}) => boolean) | undefined;
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
textValue: string;
|
|
2969
|
+
shouldGoTo?: ((data: {
|
|
2970
|
+
id: string;
|
|
2972
2971
|
}, state: {
|
|
2973
2972
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2974
2973
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
@@ -2998,9 +2997,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2998
2997
|
items: import("../..").Item<any>[];
|
|
2999
2998
|
mode: "multiple" | "single";
|
|
3000
2999
|
}) => boolean) | undefined;
|
|
3001
|
-
|
|
3002
|
-
id: string;
|
|
3003
|
-
}, state: {
|
|
3000
|
+
shouldGoToNext?: ((data: undefined, state: {
|
|
3004
3001
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3005
3002
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3006
3003
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3029,7 +3026,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3029
3026
|
items: import("../..").Item<any>[];
|
|
3030
3027
|
mode: "multiple" | "single";
|
|
3031
3028
|
}) => boolean) | undefined;
|
|
3032
|
-
|
|
3029
|
+
shouldGoToPrevious?: ((data: undefined, state: {
|
|
3033
3030
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3034
3031
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3035
3032
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3058,7 +3055,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3058
3055
|
items: import("../..").Item<any>[];
|
|
3059
3056
|
mode: "multiple" | "single";
|
|
3060
3057
|
}) => boolean) | undefined;
|
|
3061
|
-
|
|
3058
|
+
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
3062
3059
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3063
3060
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3064
3061
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3087,7 +3084,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3087
3084
|
items: import("../..").Item<any>[];
|
|
3088
3085
|
mode: "multiple" | "single";
|
|
3089
3086
|
}) => boolean) | undefined;
|
|
3090
|
-
|
|
3087
|
+
shouldGoToNextRow?: ((data: undefined, state: {
|
|
3091
3088
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3092
3089
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3093
3090
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3116,7 +3113,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3116
3113
|
items: import("../..").Item<any>[];
|
|
3117
3114
|
mode: "multiple" | "single";
|
|
3118
3115
|
}) => boolean) | undefined;
|
|
3119
|
-
|
|
3116
|
+
shouldGoToFirst?: ((data: undefined, state: {
|
|
3120
3117
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3121
3118
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3122
3119
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3145,7 +3142,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3145
3142
|
items: import("../..").Item<any>[];
|
|
3146
3143
|
mode: "multiple" | "single";
|
|
3147
3144
|
}) => boolean) | undefined;
|
|
3148
|
-
|
|
3145
|
+
shouldGoToLast?: ((data: undefined, state: {
|
|
3149
3146
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3150
3147
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3151
3148
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3174,7 +3171,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3174
3171
|
items: import("../..").Item<any>[];
|
|
3175
3172
|
mode: "multiple" | "single";
|
|
3176
3173
|
}) => boolean) | undefined;
|
|
3177
|
-
|
|
3174
|
+
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
3178
3175
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3179
3176
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3180
3177
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3203,7 +3200,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3203
3200
|
items: import("../..").Item<any>[];
|
|
3204
3201
|
mode: "multiple" | "single";
|
|
3205
3202
|
}) => boolean) | undefined;
|
|
3206
|
-
|
|
3203
|
+
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
3207
3204
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3208
3205
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3209
3206
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3232,7 +3229,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3232
3229
|
items: import("../..").Item<any>[];
|
|
3233
3230
|
mode: "multiple" | "single";
|
|
3234
3231
|
}) => boolean) | undefined;
|
|
3235
|
-
|
|
3232
|
+
shouldGoToNextPage?: ((data: undefined, state: {
|
|
3236
3233
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3237
3234
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3238
3235
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3261,7 +3258,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3261
3258
|
items: import("../..").Item<any>[];
|
|
3262
3259
|
mode: "multiple" | "single";
|
|
3263
3260
|
}) => boolean) | undefined;
|
|
3264
|
-
|
|
3261
|
+
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
3265
3262
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3266
3263
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3267
3264
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3290,7 +3287,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3290
3287
|
items: import("../..").Item<any>[];
|
|
3291
3288
|
mode: "multiple" | "single";
|
|
3292
3289
|
}) => boolean) | undefined;
|
|
3293
|
-
|
|
3290
|
+
shouldRegisterItem?: ((data: {
|
|
3291
|
+
item: any;
|
|
3292
|
+
textValue: string;
|
|
3293
|
+
}, state: {
|
|
3294
3294
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3295
3295
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3296
3296
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3422,10 +3422,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3422
3422
|
}): void;
|
|
3423
3423
|
selectAll(): void;
|
|
3424
3424
|
unselectAll(): void;
|
|
3425
|
-
registerItem(data: {
|
|
3426
|
-
item: any;
|
|
3427
|
-
textValue: string;
|
|
3428
|
-
}): void;
|
|
3429
3425
|
goTo(data: {
|
|
3430
3426
|
id: string;
|
|
3431
3427
|
}): void;
|
|
@@ -3439,6 +3435,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3439
3435
|
goToLastOfRow(): void;
|
|
3440
3436
|
goToNextPage(): void;
|
|
3441
3437
|
goToPreviousPage(): void;
|
|
3438
|
+
registerItem(data: {
|
|
3439
|
+
item: any;
|
|
3440
|
+
textValue: string;
|
|
3441
|
+
}): void;
|
|
3442
3442
|
unregisterItem(data: {
|
|
3443
3443
|
id: string;
|
|
3444
3444
|
}): void;
|
|
@@ -3490,10 +3490,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3490
3490
|
}): void;
|
|
3491
3491
|
selectAll(): void;
|
|
3492
3492
|
unselectAll(): void;
|
|
3493
|
-
registerItem(data: {
|
|
3494
|
-
item: any;
|
|
3495
|
-
textValue: string;
|
|
3496
|
-
}): void;
|
|
3497
3493
|
goTo(data: {
|
|
3498
3494
|
id: string;
|
|
3499
3495
|
}): void;
|
|
@@ -3507,6 +3503,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3507
3503
|
goToLastOfRow(): void;
|
|
3508
3504
|
goToNextPage(): void;
|
|
3509
3505
|
goToPreviousPage(): void;
|
|
3506
|
+
registerItem(data: {
|
|
3507
|
+
item: any;
|
|
3508
|
+
textValue: string;
|
|
3509
|
+
}): void;
|
|
3510
3510
|
unregisterItem(data: {
|
|
3511
3511
|
id: string;
|
|
3512
3512
|
}): void;
|
|
@@ -3559,10 +3559,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3559
3559
|
}): void;
|
|
3560
3560
|
selectAll(): void;
|
|
3561
3561
|
unselectAll(): void;
|
|
3562
|
-
registerItem(data: {
|
|
3563
|
-
item: any;
|
|
3564
|
-
textValue: string;
|
|
3565
|
-
}): void;
|
|
3566
3562
|
goTo(data: {
|
|
3567
3563
|
id: string;
|
|
3568
3564
|
}): void;
|
|
@@ -3576,6 +3572,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3576
3572
|
goToLastOfRow(): void;
|
|
3577
3573
|
goToNextPage(): void;
|
|
3578
3574
|
goToPreviousPage(): void;
|
|
3575
|
+
registerItem(data: {
|
|
3576
|
+
item: any;
|
|
3577
|
+
textValue: string;
|
|
3578
|
+
}): void;
|
|
3579
3579
|
unregisterItem(data: {
|
|
3580
3580
|
id: string;
|
|
3581
3581
|
}): void;
|
|
@@ -3628,10 +3628,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3628
3628
|
}): void;
|
|
3629
3629
|
selectAll(): void;
|
|
3630
3630
|
unselectAll(): void;
|
|
3631
|
-
registerItem(data: {
|
|
3632
|
-
item: any;
|
|
3633
|
-
textValue: string;
|
|
3634
|
-
}): void;
|
|
3635
3631
|
goTo(data: {
|
|
3636
3632
|
id: string;
|
|
3637
3633
|
}): void;
|
|
@@ -3645,6 +3641,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3645
3641
|
goToLastOfRow(): void;
|
|
3646
3642
|
goToNextPage(): void;
|
|
3647
3643
|
goToPreviousPage(): void;
|
|
3644
|
+
registerItem(data: {
|
|
3645
|
+
item: any;
|
|
3646
|
+
textValue: string;
|
|
3647
|
+
}): void;
|
|
3648
3648
|
unregisterItem(data: {
|
|
3649
3649
|
id: string;
|
|
3650
3650
|
}): void;
|
|
@@ -3697,10 +3697,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3697
3697
|
}): void;
|
|
3698
3698
|
selectAll(): void;
|
|
3699
3699
|
unselectAll(): void;
|
|
3700
|
-
registerItem(data: {
|
|
3701
|
-
item: any;
|
|
3702
|
-
textValue: string;
|
|
3703
|
-
}): void;
|
|
3704
3700
|
goTo(data: {
|
|
3705
3701
|
id: string;
|
|
3706
3702
|
}): void;
|
|
@@ -3714,6 +3710,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3714
3710
|
goToLastOfRow(): void;
|
|
3715
3711
|
goToNextPage(): void;
|
|
3716
3712
|
goToPreviousPage(): void;
|
|
3713
|
+
registerItem(data: {
|
|
3714
|
+
item: any;
|
|
3715
|
+
textValue: string;
|
|
3716
|
+
}): void;
|
|
3717
3717
|
unregisterItem(data: {
|
|
3718
3718
|
id: string;
|
|
3719
3719
|
}): void;
|
|
@@ -3767,10 +3767,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3767
3767
|
}): void;
|
|
3768
3768
|
selectAll(): void;
|
|
3769
3769
|
unselectAll(): void;
|
|
3770
|
-
registerItem(data: {
|
|
3771
|
-
item: any;
|
|
3772
|
-
textValue: string;
|
|
3773
|
-
}): void;
|
|
3774
3770
|
goTo(data: {
|
|
3775
3771
|
id: string;
|
|
3776
3772
|
}): void;
|
|
@@ -3784,6 +3780,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3784
3780
|
goToLastOfRow(): void;
|
|
3785
3781
|
goToNextPage(): void;
|
|
3786
3782
|
goToPreviousPage(): void;
|
|
3783
|
+
registerItem(data: {
|
|
3784
|
+
item: any;
|
|
3785
|
+
textValue: string;
|
|
3786
|
+
}): void;
|
|
3787
3787
|
unregisterItem(data: {
|
|
3788
3788
|
id: string;
|
|
3789
3789
|
}): void;
|
|
@@ -3836,10 +3836,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3836
3836
|
}): void;
|
|
3837
3837
|
selectAll(): void;
|
|
3838
3838
|
unselectAll(): void;
|
|
3839
|
-
registerItem(data: {
|
|
3840
|
-
item: any;
|
|
3841
|
-
textValue: string;
|
|
3842
|
-
}): void;
|
|
3843
3839
|
goTo(data: {
|
|
3844
3840
|
id: string;
|
|
3845
3841
|
}): void;
|
|
@@ -3853,6 +3849,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3853
3849
|
goToLastOfRow(): void;
|
|
3854
3850
|
goToNextPage(): void;
|
|
3855
3851
|
goToPreviousPage(): void;
|
|
3852
|
+
registerItem(data: {
|
|
3853
|
+
item: any;
|
|
3854
|
+
textValue: string;
|
|
3855
|
+
}): void;
|
|
3856
3856
|
unregisterItem(data: {
|
|
3857
3857
|
id: string;
|
|
3858
3858
|
}): void;
|
|
@@ -3905,10 +3905,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3905
3905
|
}): void;
|
|
3906
3906
|
selectAll(): void;
|
|
3907
3907
|
unselectAll(): void;
|
|
3908
|
-
registerItem(data: {
|
|
3909
|
-
item: any;
|
|
3910
|
-
textValue: string;
|
|
3911
|
-
}): void;
|
|
3912
3908
|
goTo(data: {
|
|
3913
3909
|
id: string;
|
|
3914
3910
|
}): void;
|
|
@@ -3922,6 +3918,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3922
3918
|
goToLastOfRow(): void;
|
|
3923
3919
|
goToNextPage(): void;
|
|
3924
3920
|
goToPreviousPage(): void;
|
|
3921
|
+
registerItem(data: {
|
|
3922
|
+
item: any;
|
|
3923
|
+
textValue: string;
|
|
3924
|
+
}): void;
|
|
3925
3925
|
unregisterItem(data: {
|
|
3926
3926
|
id: string;
|
|
3927
3927
|
}): void;
|