@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
|
@@ -394,9 +394,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
394
394
|
isVirtualized: boolean;
|
|
395
395
|
items: import("../..").Item<any>[];
|
|
396
396
|
}) => void) | undefined;
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
textValue: string;
|
|
397
|
+
onGoTo?: ((data: {
|
|
398
|
+
id: string;
|
|
400
399
|
}, prevState: {
|
|
401
400
|
hiddenIds: string[]; /**
|
|
402
401
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
@@ -432,9 +431,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
432
431
|
isVirtualized: boolean;
|
|
433
432
|
items: import("../..").Item<any>[];
|
|
434
433
|
}) => void) | undefined;
|
|
435
|
-
|
|
436
|
-
id: string;
|
|
437
|
-
}, prevState: {
|
|
434
|
+
onGoToNext?: ((data: undefined, prevState: {
|
|
438
435
|
hiddenIds: string[]; /**
|
|
439
436
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
440
437
|
* prop is passed.
|
|
@@ -469,7 +466,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
469
466
|
isVirtualized: boolean;
|
|
470
467
|
items: import("../..").Item<any>[];
|
|
471
468
|
}) => void) | undefined;
|
|
472
|
-
|
|
469
|
+
onGoToPrevious?: ((data: undefined, prevState: {
|
|
473
470
|
hiddenIds: string[]; /**
|
|
474
471
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
475
472
|
* prop is passed.
|
|
@@ -504,7 +501,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
504
501
|
isVirtualized: boolean;
|
|
505
502
|
items: import("../..").Item<any>[];
|
|
506
503
|
}) => void) | undefined;
|
|
507
|
-
|
|
504
|
+
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
508
505
|
hiddenIds: string[]; /**
|
|
509
506
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
510
507
|
* prop is passed.
|
|
@@ -539,7 +536,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
539
536
|
isVirtualized: boolean;
|
|
540
537
|
items: import("../..").Item<any>[];
|
|
541
538
|
}) => void) | undefined;
|
|
542
|
-
|
|
539
|
+
onGoToNextRow?: ((data: undefined, prevState: {
|
|
543
540
|
hiddenIds: string[]; /**
|
|
544
541
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
545
542
|
* prop is passed.
|
|
@@ -574,7 +571,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
574
571
|
isVirtualized: boolean;
|
|
575
572
|
items: import("../..").Item<any>[];
|
|
576
573
|
}) => void) | undefined;
|
|
577
|
-
|
|
574
|
+
onGoToFirst?: ((data: undefined, prevState: {
|
|
578
575
|
hiddenIds: string[]; /**
|
|
579
576
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
580
577
|
* prop is passed.
|
|
@@ -609,7 +606,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
609
606
|
isVirtualized: boolean;
|
|
610
607
|
items: import("../..").Item<any>[];
|
|
611
608
|
}) => void) | undefined;
|
|
612
|
-
|
|
609
|
+
onGoToLast?: ((data: undefined, prevState: {
|
|
613
610
|
hiddenIds: string[]; /**
|
|
614
611
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
615
612
|
* prop is passed.
|
|
@@ -644,7 +641,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
644
641
|
isVirtualized: boolean;
|
|
645
642
|
items: import("../..").Item<any>[];
|
|
646
643
|
}) => void) | undefined;
|
|
647
|
-
|
|
644
|
+
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
648
645
|
hiddenIds: string[]; /**
|
|
649
646
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
650
647
|
* prop is passed.
|
|
@@ -679,7 +676,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
679
676
|
isVirtualized: boolean;
|
|
680
677
|
items: import("../..").Item<any>[];
|
|
681
678
|
}) => void) | undefined;
|
|
682
|
-
|
|
679
|
+
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
683
680
|
hiddenIds: string[]; /**
|
|
684
681
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
685
682
|
* prop is passed.
|
|
@@ -714,7 +711,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
714
711
|
isVirtualized: boolean;
|
|
715
712
|
items: import("../..").Item<any>[];
|
|
716
713
|
}) => void) | undefined;
|
|
717
|
-
|
|
714
|
+
onGoToNextPage?: ((data: undefined, prevState: {
|
|
718
715
|
hiddenIds: string[]; /**
|
|
719
716
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
720
717
|
* prop is passed.
|
|
@@ -749,7 +746,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
749
746
|
isVirtualized: boolean;
|
|
750
747
|
items: import("../..").Item<any>[];
|
|
751
748
|
}) => void) | undefined;
|
|
752
|
-
|
|
749
|
+
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
753
750
|
hiddenIds: string[]; /**
|
|
754
751
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
755
752
|
* prop is passed.
|
|
@@ -784,7 +781,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
784
781
|
isVirtualized: boolean;
|
|
785
782
|
items: import("../..").Item<any>[];
|
|
786
783
|
}) => void) | undefined;
|
|
787
|
-
|
|
784
|
+
onRegisterItem?: ((data: {
|
|
785
|
+
item: any;
|
|
786
|
+
textValue: string;
|
|
787
|
+
}, prevState: {
|
|
788
788
|
hiddenIds: string[]; /**
|
|
789
789
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
790
790
|
* prop is passed.
|
|
@@ -1224,9 +1224,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1224
1224
|
isVirtualized: boolean;
|
|
1225
1225
|
items: import("../..").Item<any>[];
|
|
1226
1226
|
}) => boolean) | undefined;
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
textValue: string;
|
|
1227
|
+
shouldGoTo?: ((data: {
|
|
1228
|
+
id: string;
|
|
1230
1229
|
}, state: {
|
|
1231
1230
|
hiddenIds: string[]; /**
|
|
1232
1231
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
@@ -1262,9 +1261,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1262
1261
|
isVirtualized: boolean;
|
|
1263
1262
|
items: import("../..").Item<any>[];
|
|
1264
1263
|
}) => boolean) | undefined;
|
|
1265
|
-
|
|
1266
|
-
id: string;
|
|
1267
|
-
}, state: {
|
|
1264
|
+
shouldGoToNext?: ((data: undefined, state: {
|
|
1268
1265
|
hiddenIds: string[]; /**
|
|
1269
1266
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1270
1267
|
* prop is passed.
|
|
@@ -1299,7 +1296,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1299
1296
|
isVirtualized: boolean;
|
|
1300
1297
|
items: import("../..").Item<any>[];
|
|
1301
1298
|
}) => boolean) | undefined;
|
|
1302
|
-
|
|
1299
|
+
shouldGoToPrevious?: ((data: undefined, state: {
|
|
1303
1300
|
hiddenIds: string[]; /**
|
|
1304
1301
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1305
1302
|
* prop is passed.
|
|
@@ -1334,7 +1331,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1334
1331
|
isVirtualized: boolean;
|
|
1335
1332
|
items: import("../..").Item<any>[];
|
|
1336
1333
|
}) => boolean) | undefined;
|
|
1337
|
-
|
|
1334
|
+
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
1338
1335
|
hiddenIds: string[]; /**
|
|
1339
1336
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1340
1337
|
* prop is passed.
|
|
@@ -1369,7 +1366,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1369
1366
|
isVirtualized: boolean;
|
|
1370
1367
|
items: import("../..").Item<any>[];
|
|
1371
1368
|
}) => boolean) | undefined;
|
|
1372
|
-
|
|
1369
|
+
shouldGoToNextRow?: ((data: undefined, state: {
|
|
1373
1370
|
hiddenIds: string[]; /**
|
|
1374
1371
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1375
1372
|
* prop is passed.
|
|
@@ -1404,7 +1401,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1404
1401
|
isVirtualized: boolean;
|
|
1405
1402
|
items: import("../..").Item<any>[];
|
|
1406
1403
|
}) => boolean) | undefined;
|
|
1407
|
-
|
|
1404
|
+
shouldGoToFirst?: ((data: undefined, state: {
|
|
1408
1405
|
hiddenIds: string[]; /**
|
|
1409
1406
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1410
1407
|
* prop is passed.
|
|
@@ -1439,7 +1436,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1439
1436
|
isVirtualized: boolean;
|
|
1440
1437
|
items: import("../..").Item<any>[];
|
|
1441
1438
|
}) => boolean) | undefined;
|
|
1442
|
-
|
|
1439
|
+
shouldGoToLast?: ((data: undefined, state: {
|
|
1443
1440
|
hiddenIds: string[]; /**
|
|
1444
1441
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1445
1442
|
* prop is passed.
|
|
@@ -1474,7 +1471,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1474
1471
|
isVirtualized: boolean;
|
|
1475
1472
|
items: import("../..").Item<any>[];
|
|
1476
1473
|
}) => boolean) | undefined;
|
|
1477
|
-
|
|
1474
|
+
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
1478
1475
|
hiddenIds: string[]; /**
|
|
1479
1476
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1480
1477
|
* prop is passed.
|
|
@@ -1509,7 +1506,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1509
1506
|
isVirtualized: boolean;
|
|
1510
1507
|
items: import("../..").Item<any>[];
|
|
1511
1508
|
}) => boolean) | undefined;
|
|
1512
|
-
|
|
1509
|
+
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
1513
1510
|
hiddenIds: string[]; /**
|
|
1514
1511
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1515
1512
|
* prop is passed.
|
|
@@ -1544,7 +1541,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1544
1541
|
isVirtualized: boolean;
|
|
1545
1542
|
items: import("../..").Item<any>[];
|
|
1546
1543
|
}) => boolean) | undefined;
|
|
1547
|
-
|
|
1544
|
+
shouldGoToNextPage?: ((data: undefined, state: {
|
|
1548
1545
|
hiddenIds: string[]; /**
|
|
1549
1546
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1550
1547
|
* prop is passed.
|
|
@@ -1579,7 +1576,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1579
1576
|
isVirtualized: boolean;
|
|
1580
1577
|
items: import("../..").Item<any>[];
|
|
1581
1578
|
}) => boolean) | undefined;
|
|
1582
|
-
|
|
1579
|
+
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
1583
1580
|
hiddenIds: string[]; /**
|
|
1584
1581
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1585
1582
|
* prop is passed.
|
|
@@ -1614,7 +1611,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1614
1611
|
isVirtualized: boolean;
|
|
1615
1612
|
items: import("../..").Item<any>[];
|
|
1616
1613
|
}) => boolean) | undefined;
|
|
1617
|
-
|
|
1614
|
+
shouldRegisterItem?: ((data: {
|
|
1615
|
+
item: any;
|
|
1616
|
+
textValue: string;
|
|
1617
|
+
}, state: {
|
|
1618
1618
|
hiddenIds: string[]; /**
|
|
1619
1619
|
* `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
|
|
1620
1620
|
* prop is passed.
|
|
@@ -1784,10 +1784,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1784
1784
|
}): void;
|
|
1785
1785
|
selectAll(): void;
|
|
1786
1786
|
unselectAll(): void;
|
|
1787
|
-
registerItem(data: {
|
|
1788
|
-
item: any;
|
|
1789
|
-
textValue: string;
|
|
1790
|
-
}): void;
|
|
1791
1787
|
goTo(data: {
|
|
1792
1788
|
id: string;
|
|
1793
1789
|
}): void;
|
|
@@ -1801,6 +1797,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1801
1797
|
goToLastOfRow(): void;
|
|
1802
1798
|
goToNextPage(): void;
|
|
1803
1799
|
goToPreviousPage(): void;
|
|
1800
|
+
registerItem(data: {
|
|
1801
|
+
item: any;
|
|
1802
|
+
textValue: string;
|
|
1803
|
+
}): void;
|
|
1804
1804
|
unregisterItem(data: {
|
|
1805
1805
|
id: string;
|
|
1806
1806
|
}): void;
|
|
@@ -1849,10 +1849,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1849
1849
|
}): void;
|
|
1850
1850
|
selectAll(): void;
|
|
1851
1851
|
unselectAll(): void;
|
|
1852
|
-
registerItem(data: {
|
|
1853
|
-
item: any;
|
|
1854
|
-
textValue: string;
|
|
1855
|
-
}): void;
|
|
1856
1852
|
goTo(data: {
|
|
1857
1853
|
id: string;
|
|
1858
1854
|
}): void;
|
|
@@ -1866,6 +1862,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1866
1862
|
goToLastOfRow(): void;
|
|
1867
1863
|
goToNextPage(): void;
|
|
1868
1864
|
goToPreviousPage(): void;
|
|
1865
|
+
registerItem(data: {
|
|
1866
|
+
item: any;
|
|
1867
|
+
textValue: string;
|
|
1868
|
+
}): void;
|
|
1869
1869
|
unregisterItem(data: {
|
|
1870
1870
|
id: string;
|
|
1871
1871
|
}): void;
|
|
@@ -1958,10 +1958,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1958
1958
|
}): void;
|
|
1959
1959
|
selectAll(): void;
|
|
1960
1960
|
unselectAll(): void;
|
|
1961
|
-
registerItem(data: {
|
|
1962
|
-
item: any;
|
|
1963
|
-
textValue: string;
|
|
1964
|
-
}): void;
|
|
1965
1961
|
goTo(data: {
|
|
1966
1962
|
id: string;
|
|
1967
1963
|
}): void;
|
|
@@ -1975,6 +1971,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1975
1971
|
goToLastOfRow(): void;
|
|
1976
1972
|
goToNextPage(): void;
|
|
1977
1973
|
goToPreviousPage(): void;
|
|
1974
|
+
registerItem(data: {
|
|
1975
|
+
item: any;
|
|
1976
|
+
textValue: string;
|
|
1977
|
+
}): void;
|
|
1978
1978
|
unregisterItem(data: {
|
|
1979
1979
|
id: string;
|
|
1980
1980
|
}): void;
|
|
@@ -2023,10 +2023,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2023
2023
|
}): void;
|
|
2024
2024
|
selectAll(): void;
|
|
2025
2025
|
unselectAll(): void;
|
|
2026
|
-
registerItem(data: {
|
|
2027
|
-
item: any;
|
|
2028
|
-
textValue: string;
|
|
2029
|
-
}): void;
|
|
2030
2026
|
goTo(data: {
|
|
2031
2027
|
id: string;
|
|
2032
2028
|
}): void;
|
|
@@ -2040,6 +2036,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2040
2036
|
goToLastOfRow(): void;
|
|
2041
2037
|
goToNextPage(): void;
|
|
2042
2038
|
goToPreviousPage(): void;
|
|
2039
|
+
registerItem(data: {
|
|
2040
|
+
item: any;
|
|
2041
|
+
textValue: string;
|
|
2042
|
+
}): void;
|
|
2043
2043
|
unregisterItem(data: {
|
|
2044
2044
|
id: string;
|
|
2045
2045
|
}): void;
|
|
@@ -2126,10 +2126,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
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 ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
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;
|
|
@@ -2191,10 +2191,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2191
2191
|
}): void;
|
|
2192
2192
|
selectAll(): void;
|
|
2193
2193
|
unselectAll(): void;
|
|
2194
|
-
registerItem(data: {
|
|
2195
|
-
item: any;
|
|
2196
|
-
textValue: string;
|
|
2197
|
-
}): void;
|
|
2198
2194
|
goTo(data: {
|
|
2199
2195
|
id: string;
|
|
2200
2196
|
}): void;
|
|
@@ -2208,6 +2204,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2208
2204
|
goToLastOfRow(): void;
|
|
2209
2205
|
goToNextPage(): void;
|
|
2210
2206
|
goToPreviousPage(): void;
|
|
2207
|
+
registerItem(data: {
|
|
2208
|
+
item: any;
|
|
2209
|
+
textValue: string;
|
|
2210
|
+
}): void;
|
|
2211
2211
|
unregisterItem(data: {
|
|
2212
2212
|
id: string;
|
|
2213
2213
|
}): void;
|
|
@@ -2284,10 +2284,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2284
2284
|
}): void;
|
|
2285
2285
|
selectAll(): void;
|
|
2286
2286
|
unselectAll(): void;
|
|
2287
|
-
registerItem(data: {
|
|
2288
|
-
item: any;
|
|
2289
|
-
textValue: string;
|
|
2290
|
-
}): void;
|
|
2291
2287
|
goTo(data: {
|
|
2292
2288
|
id: string;
|
|
2293
2289
|
}): void;
|
|
@@ -2301,6 +2297,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2301
2297
|
goToLastOfRow(): void;
|
|
2302
2298
|
goToNextPage(): void;
|
|
2303
2299
|
goToPreviousPage(): void;
|
|
2300
|
+
registerItem(data: {
|
|
2301
|
+
item: any;
|
|
2302
|
+
textValue: string;
|
|
2303
|
+
}): void;
|
|
2304
2304
|
unregisterItem(data: {
|
|
2305
2305
|
id: string;
|
|
2306
2306
|
}): void;
|
|
@@ -2349,10 +2349,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2349
2349
|
}): void;
|
|
2350
2350
|
selectAll(): void;
|
|
2351
2351
|
unselectAll(): void;
|
|
2352
|
-
registerItem(data: {
|
|
2353
|
-
item: any;
|
|
2354
|
-
textValue: string;
|
|
2355
|
-
}): void;
|
|
2356
2352
|
goTo(data: {
|
|
2357
2353
|
id: string;
|
|
2358
2354
|
}): void;
|
|
@@ -2366,6 +2362,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2366
2362
|
goToLastOfRow(): void;
|
|
2367
2363
|
goToNextPage(): void;
|
|
2368
2364
|
goToPreviousPage(): void;
|
|
2365
|
+
registerItem(data: {
|
|
2366
|
+
item: any;
|
|
2367
|
+
textValue: string;
|
|
2368
|
+
}): void;
|
|
2369
2369
|
unregisterItem(data: {
|
|
2370
2370
|
id: string;
|
|
2371
2371
|
}): void;
|
|
@@ -2592,9 +2592,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2592
2592
|
items: import("../..").Item<any>[];
|
|
2593
2593
|
mode: "multiple" | "single";
|
|
2594
2594
|
}) => void) | undefined;
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
textValue: string;
|
|
2595
|
+
onGoTo?: ((data: {
|
|
2596
|
+
id: string;
|
|
2598
2597
|
}, prevState: {
|
|
2599
2598
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2600
2599
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
@@ -2624,9 +2623,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2624
2623
|
items: import("../..").Item<any>[];
|
|
2625
2624
|
mode: "multiple" | "single";
|
|
2626
2625
|
}) => void) | undefined;
|
|
2627
|
-
|
|
2628
|
-
id: string;
|
|
2629
|
-
}, prevState: {
|
|
2626
|
+
onGoToNext?: ((data: undefined, prevState: {
|
|
2630
2627
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2631
2628
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2632
2629
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2655,7 +2652,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2655
2652
|
items: import("../..").Item<any>[];
|
|
2656
2653
|
mode: "multiple" | "single";
|
|
2657
2654
|
}) => void) | undefined;
|
|
2658
|
-
|
|
2655
|
+
onGoToPrevious?: ((data: undefined, prevState: {
|
|
2659
2656
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2660
2657
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2661
2658
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2684,7 +2681,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2684
2681
|
items: import("../..").Item<any>[];
|
|
2685
2682
|
mode: "multiple" | "single";
|
|
2686
2683
|
}) => void) | undefined;
|
|
2687
|
-
|
|
2684
|
+
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
2688
2685
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2689
2686
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2690
2687
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2713,7 +2710,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2713
2710
|
items: import("../..").Item<any>[];
|
|
2714
2711
|
mode: "multiple" | "single";
|
|
2715
2712
|
}) => void) | undefined;
|
|
2716
|
-
|
|
2713
|
+
onGoToNextRow?: ((data: undefined, prevState: {
|
|
2717
2714
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2718
2715
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2719
2716
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2742,7 +2739,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2742
2739
|
items: import("../..").Item<any>[];
|
|
2743
2740
|
mode: "multiple" | "single";
|
|
2744
2741
|
}) => void) | undefined;
|
|
2745
|
-
|
|
2742
|
+
onGoToFirst?: ((data: undefined, prevState: {
|
|
2746
2743
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2747
2744
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2748
2745
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2771,7 +2768,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2771
2768
|
items: import("../..").Item<any>[];
|
|
2772
2769
|
mode: "multiple" | "single";
|
|
2773
2770
|
}) => void) | undefined;
|
|
2774
|
-
|
|
2771
|
+
onGoToLast?: ((data: undefined, prevState: {
|
|
2775
2772
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2776
2773
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2777
2774
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2800,7 +2797,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2800
2797
|
items: import("../..").Item<any>[];
|
|
2801
2798
|
mode: "multiple" | "single";
|
|
2802
2799
|
}) => void) | undefined;
|
|
2803
|
-
|
|
2800
|
+
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
2804
2801
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2805
2802
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2806
2803
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2829,7 +2826,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2829
2826
|
items: import("../..").Item<any>[];
|
|
2830
2827
|
mode: "multiple" | "single";
|
|
2831
2828
|
}) => void) | undefined;
|
|
2832
|
-
|
|
2829
|
+
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
2833
2830
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2834
2831
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2835
2832
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2858,7 +2855,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2858
2855
|
items: import("../..").Item<any>[];
|
|
2859
2856
|
mode: "multiple" | "single";
|
|
2860
2857
|
}) => void) | undefined;
|
|
2861
|
-
|
|
2858
|
+
onGoToNextPage?: ((data: undefined, prevState: {
|
|
2862
2859
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2863
2860
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2864
2861
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2887,7 +2884,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2887
2884
|
items: import("../..").Item<any>[];
|
|
2888
2885
|
mode: "multiple" | "single";
|
|
2889
2886
|
}) => void) | undefined;
|
|
2890
|
-
|
|
2887
|
+
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
2891
2888
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2892
2889
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2893
2890
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -2916,7 +2913,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2916
2913
|
items: import("../..").Item<any>[];
|
|
2917
2914
|
mode: "multiple" | "single";
|
|
2918
2915
|
}) => void) | undefined;
|
|
2919
|
-
|
|
2916
|
+
onRegisterItem?: ((data: {
|
|
2917
|
+
item: any;
|
|
2918
|
+
textValue: string;
|
|
2919
|
+
}, prevState: {
|
|
2920
2920
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2921
2921
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2922
2922
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3186,9 +3186,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3186
3186
|
items: import("../..").Item<any>[];
|
|
3187
3187
|
mode: "multiple" | "single";
|
|
3188
3188
|
}) => boolean) | undefined;
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
textValue: string;
|
|
3189
|
+
shouldGoTo?: ((data: {
|
|
3190
|
+
id: string;
|
|
3192
3191
|
}, state: {
|
|
3193
3192
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3194
3193
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
@@ -3218,9 +3217,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3218
3217
|
items: import("../..").Item<any>[];
|
|
3219
3218
|
mode: "multiple" | "single";
|
|
3220
3219
|
}) => boolean) | undefined;
|
|
3221
|
-
|
|
3222
|
-
id: string;
|
|
3223
|
-
}, state: {
|
|
3220
|
+
shouldGoToNext?: ((data: undefined, state: {
|
|
3224
3221
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3225
3222
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3226
3223
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3249,7 +3246,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3249
3246
|
items: import("../..").Item<any>[];
|
|
3250
3247
|
mode: "multiple" | "single";
|
|
3251
3248
|
}) => boolean) | undefined;
|
|
3252
|
-
|
|
3249
|
+
shouldGoToPrevious?: ((data: undefined, state: {
|
|
3253
3250
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3254
3251
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3255
3252
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3278,7 +3275,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3278
3275
|
items: import("../..").Item<any>[];
|
|
3279
3276
|
mode: "multiple" | "single";
|
|
3280
3277
|
}) => boolean) | undefined;
|
|
3281
|
-
|
|
3278
|
+
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
3282
3279
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3283
3280
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3284
3281
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3307,7 +3304,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3307
3304
|
items: import("../..").Item<any>[];
|
|
3308
3305
|
mode: "multiple" | "single";
|
|
3309
3306
|
}) => boolean) | undefined;
|
|
3310
|
-
|
|
3307
|
+
shouldGoToNextRow?: ((data: undefined, state: {
|
|
3311
3308
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3312
3309
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3313
3310
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3336,7 +3333,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3336
3333
|
items: import("../..").Item<any>[];
|
|
3337
3334
|
mode: "multiple" | "single";
|
|
3338
3335
|
}) => boolean) | undefined;
|
|
3339
|
-
|
|
3336
|
+
shouldGoToFirst?: ((data: undefined, state: {
|
|
3340
3337
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3341
3338
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3342
3339
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3365,7 +3362,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3365
3362
|
items: import("../..").Item<any>[];
|
|
3366
3363
|
mode: "multiple" | "single";
|
|
3367
3364
|
}) => boolean) | undefined;
|
|
3368
|
-
|
|
3365
|
+
shouldGoToLast?: ((data: undefined, state: {
|
|
3369
3366
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3370
3367
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3371
3368
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3394,7 +3391,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3394
3391
|
items: import("../..").Item<any>[];
|
|
3395
3392
|
mode: "multiple" | "single";
|
|
3396
3393
|
}) => boolean) | undefined;
|
|
3397
|
-
|
|
3394
|
+
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
3398
3395
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3399
3396
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3400
3397
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3423,7 +3420,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3423
3420
|
items: import("../..").Item<any>[];
|
|
3424
3421
|
mode: "multiple" | "single";
|
|
3425
3422
|
}) => boolean) | undefined;
|
|
3426
|
-
|
|
3423
|
+
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
3427
3424
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3428
3425
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3429
3426
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3452,7 +3449,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3452
3449
|
items: import("../..").Item<any>[];
|
|
3453
3450
|
mode: "multiple" | "single";
|
|
3454
3451
|
}) => boolean) | undefined;
|
|
3455
|
-
|
|
3452
|
+
shouldGoToNextPage?: ((data: undefined, state: {
|
|
3456
3453
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3457
3454
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3458
3455
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3481,7 +3478,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3481
3478
|
items: import("../..").Item<any>[];
|
|
3482
3479
|
mode: "multiple" | "single";
|
|
3483
3480
|
}) => boolean) | undefined;
|
|
3484
|
-
|
|
3481
|
+
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
3485
3482
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3486
3483
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3487
3484
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3510,7 +3507,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3510
3507
|
items: import("../..").Item<any>[];
|
|
3511
3508
|
mode: "multiple" | "single";
|
|
3512
3509
|
}) => boolean) | undefined;
|
|
3513
|
-
|
|
3510
|
+
shouldRegisterItem?: ((data: {
|
|
3511
|
+
item: any;
|
|
3512
|
+
textValue: string;
|
|
3513
|
+
}, state: {
|
|
3514
3514
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
3515
3515
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3516
3516
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
@@ -3642,10 +3642,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3642
3642
|
}): void;
|
|
3643
3643
|
selectAll(): void;
|
|
3644
3644
|
unselectAll(): void;
|
|
3645
|
-
registerItem(data: {
|
|
3646
|
-
item: any;
|
|
3647
|
-
textValue: string;
|
|
3648
|
-
}): void;
|
|
3649
3645
|
goTo(data: {
|
|
3650
3646
|
id: string;
|
|
3651
3647
|
}): void;
|
|
@@ -3659,6 +3655,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3659
3655
|
goToLastOfRow(): void;
|
|
3660
3656
|
goToNextPage(): void;
|
|
3661
3657
|
goToPreviousPage(): void;
|
|
3658
|
+
registerItem(data: {
|
|
3659
|
+
item: any;
|
|
3660
|
+
textValue: string;
|
|
3661
|
+
}): void;
|
|
3662
3662
|
unregisterItem(data: {
|
|
3663
3663
|
id: string;
|
|
3664
3664
|
}): void;
|
|
@@ -3711,10 +3711,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3711
3711
|
}): void;
|
|
3712
3712
|
selectAll(): void;
|
|
3713
3713
|
unselectAll(): void;
|
|
3714
|
-
registerItem(data: {
|
|
3715
|
-
item: any;
|
|
3716
|
-
textValue: string;
|
|
3717
|
-
}): void;
|
|
3718
3714
|
goTo(data: {
|
|
3719
3715
|
id: string;
|
|
3720
3716
|
}): void;
|
|
@@ -3728,6 +3724,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3728
3724
|
goToLastOfRow(): void;
|
|
3729
3725
|
goToNextPage(): void;
|
|
3730
3726
|
goToPreviousPage(): void;
|
|
3727
|
+
registerItem(data: {
|
|
3728
|
+
item: any;
|
|
3729
|
+
textValue: string;
|
|
3730
|
+
}): void;
|
|
3731
3731
|
unregisterItem(data: {
|
|
3732
3732
|
id: string;
|
|
3733
3733
|
}): void;
|
|
@@ -3780,10 +3780,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3780
3780
|
}): void;
|
|
3781
3781
|
selectAll(): void;
|
|
3782
3782
|
unselectAll(): void;
|
|
3783
|
-
registerItem(data: {
|
|
3784
|
-
item: any;
|
|
3785
|
-
textValue: string;
|
|
3786
|
-
}): void;
|
|
3787
3783
|
goTo(data: {
|
|
3788
3784
|
id: string;
|
|
3789
3785
|
}): void;
|
|
@@ -3797,6 +3793,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3797
3793
|
goToLastOfRow(): void;
|
|
3798
3794
|
goToNextPage(): void;
|
|
3799
3795
|
goToPreviousPage(): void;
|
|
3796
|
+
registerItem(data: {
|
|
3797
|
+
item: any;
|
|
3798
|
+
textValue: string;
|
|
3799
|
+
}): void;
|
|
3800
3800
|
unregisterItem(data: {
|
|
3801
3801
|
id: string;
|
|
3802
3802
|
}): void;
|
|
@@ -3849,10 +3849,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3849
3849
|
}): void;
|
|
3850
3850
|
selectAll(): void;
|
|
3851
3851
|
unselectAll(): void;
|
|
3852
|
-
registerItem(data: {
|
|
3853
|
-
item: any;
|
|
3854
|
-
textValue: string;
|
|
3855
|
-
}): void;
|
|
3856
3852
|
goTo(data: {
|
|
3857
3853
|
id: string;
|
|
3858
3854
|
}): void;
|
|
@@ -3866,6 +3862,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3866
3862
|
goToLastOfRow(): void;
|
|
3867
3863
|
goToNextPage(): void;
|
|
3868
3864
|
goToPreviousPage(): void;
|
|
3865
|
+
registerItem(data: {
|
|
3866
|
+
item: any;
|
|
3867
|
+
textValue: string;
|
|
3868
|
+
}): void;
|
|
3869
3869
|
unregisterItem(data: {
|
|
3870
3870
|
id: string;
|
|
3871
3871
|
}): void;
|
|
@@ -3918,10 +3918,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3918
3918
|
}): void;
|
|
3919
3919
|
selectAll(): void;
|
|
3920
3920
|
unselectAll(): void;
|
|
3921
|
-
registerItem(data: {
|
|
3922
|
-
item: any;
|
|
3923
|
-
textValue: string;
|
|
3924
|
-
}): void;
|
|
3925
3921
|
goTo(data: {
|
|
3926
3922
|
id: string;
|
|
3927
3923
|
}): void;
|
|
@@ -3935,6 +3931,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3935
3931
|
goToLastOfRow(): void;
|
|
3936
3932
|
goToNextPage(): void;
|
|
3937
3933
|
goToPreviousPage(): void;
|
|
3934
|
+
registerItem(data: {
|
|
3935
|
+
item: any;
|
|
3936
|
+
textValue: string;
|
|
3937
|
+
}): void;
|
|
3938
3938
|
unregisterItem(data: {
|
|
3939
3939
|
id: string;
|
|
3940
3940
|
}): void;
|
|
@@ -3998,10 +3998,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3998
3998
|
}): void;
|
|
3999
3999
|
selectAll(): void;
|
|
4000
4000
|
unselectAll(): void;
|
|
4001
|
-
registerItem(data: {
|
|
4002
|
-
item: any;
|
|
4003
|
-
textValue: string;
|
|
4004
|
-
}): void;
|
|
4005
4001
|
goTo(data: {
|
|
4006
4002
|
id: string;
|
|
4007
4003
|
}): void;
|
|
@@ -4015,6 +4011,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4015
4011
|
goToLastOfRow(): void;
|
|
4016
4012
|
goToNextPage(): void;
|
|
4017
4013
|
goToPreviousPage(): void;
|
|
4014
|
+
registerItem(data: {
|
|
4015
|
+
item: any;
|
|
4016
|
+
textValue: string;
|
|
4017
|
+
}): void;
|
|
4018
4018
|
unregisterItem(data: {
|
|
4019
4019
|
id: string;
|
|
4020
4020
|
}): void;
|
|
@@ -4067,10 +4067,6 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4067
4067
|
}): void;
|
|
4068
4068
|
selectAll(): void;
|
|
4069
4069
|
unselectAll(): void;
|
|
4070
|
-
registerItem(data: {
|
|
4071
|
-
item: any;
|
|
4072
|
-
textValue: string;
|
|
4073
|
-
}): void;
|
|
4074
4070
|
goTo(data: {
|
|
4075
4071
|
id: string;
|
|
4076
4072
|
}): void;
|
|
@@ -4084,6 +4080,10 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4084
4080
|
goToLastOfRow(): void;
|
|
4085
4081
|
goToNextPage(): void;
|
|
4086
4082
|
goToPreviousPage(): void;
|
|
4083
|
+
registerItem(data: {
|
|
4084
|
+
item: any;
|
|
4085
|
+
textValue: string;
|
|
4086
|
+
}): void;
|
|
4087
4087
|
unregisterItem(data: {
|
|
4088
4088
|
id: string;
|
|
4089
4089
|
}): void;
|