dimsum-e2e-tests 3.53.0-alpha.1 → 3.53.0-alpha.3
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/CHANGELOG.md +8 -0
- package/ds-accordion/DSAccordionCO.js +15 -11
- package/ds-accordion/role/DSAccordion.role-heading.func.spec.js +21 -0
- package/ds-accordion/scrollable-content/DSAccordion.scrollable-content.visual.spec.js +42 -0
- package/ds-accordion/slots/DSAccordion.slots.func.spec.js +12 -0
- package/ds-accordion/wrapLabel/DSAccordion.wrap-label.visual.spec.js +20 -0
- package/ds-autocomplete/DSAutocompleteCO.js +18 -0
- package/ds-autocomplete/slots/DSAutocomplete.slots.axe-core.func.spec.js +20 -0
- package/ds-autocomplete/slots/DSAutocomplete.slots.func.spec.js +45 -0
- package/ds-autocomplete/slots/DSAutocomplete.slots.visual.spec.js +21 -0
- package/ds-banner/DSBanner.func.spec.js +4 -60
- package/ds-banner/DSBanner.text-resize.visual.spec.js +15 -0
- package/ds-banner/DSBanner.text-wrapping.visual.spec.js +31 -0
- package/ds-banner/DSBanner.visual.spec.js +0 -29
- package/ds-banner/DSBannerCO.js +24 -2
- package/ds-banner/aria-and-role/DSBanner.aria-and-role.func.spec.js +63 -0
- package/ds-banner/slots/DSBanner.slots.func.spec.js +65 -0
- package/ds-banner/slots/DSBanner.slots.visual.spec.js +17 -0
- package/ds-breadcrumb/DSBreadcrumb.func.spec.js +5 -3
- package/ds-button-v3/DSButtonV3.type-submit.func.spec.js +28 -0
- package/ds-button-v3/DSButtonV3.visual.spec.js +7 -2
- package/ds-button-v3/DSButtonV3CO.js +2 -0
- package/ds-card-navigation/CardNavigationCO.js +56 -0
- package/ds-card-navigation/DSCardNavigation.func.spec.js +50 -1
- package/ds-card-navigation/DSCardNavigation.slots.func.spec.js +127 -0
- package/ds-card-navigation/DSCardNavigation.slots.visual.spec.js +26 -0
- package/ds-card-navigation/DSCardNavigation.visual.spec.js +16 -0
- package/ds-card-v3/DSCardV3CO.js +20 -0
- package/ds-card-v3/drag-n-drop/DSCardV3.DnD.visual.spec.js +1 -1
- package/ds-card-v3/slots/DSCardV3.slots.axe-core.spec.js +22 -0
- package/ds-card-v3/slots/DSCardV3.slots.func.spec.js +36 -0
- package/ds-card-v3/slots/DSCardV3.slots.visual.spec.js +18 -0
- package/ds-chat/DSChat.func.spec.js +3 -2
- package/ds-chat/DSChat.visual.spec.js +3 -2
- package/ds-chat/DSChatCO.js +0 -8
- package/ds-chat/floatingbutton/DSChat-floating-button.visual.spec.js +1 -1
- package/ds-chip/DSChipCO.js +24 -0
- package/ds-chip/slots/DSChip.slots.axe-core.spec.js +17 -0
- package/ds-chip/slots/DSChip.slots.func.spec.js +39 -0
- package/ds-chip/slots/DSChip.slots.visual.spec.js +17 -0
- package/ds-circular-indeterminate-indicator/DSCircularIndicator.visual.spec.js +2 -1
- package/ds-controlled-form/ds-combobox/creatable/DSCombobox.creatable.visual.spec.js +6 -4
- package/ds-controlled-form/ds-controlled-large-input-text/DSLargeInputTextCO.js +5 -0
- package/ds-controlled-form/ds-controlled-large-input-text/aria-disabled/DSLargeInputText.aria-disabled.func.spec.js +19 -0
- package/ds-controlled-form/ds-controlled-radio-group/DSControlledRadioGroup.axe-core.func.spec.js +31 -0
- package/ds-controlled-form/react-hook-form/ReactHook.visual.spec.js +1 -0
- package/ds-data-table-async/DSDataTableCO.js +173 -108
- package/ds-data-table-async/basic/DSDataTable.basic.visual.spec.js +1 -45
- package/ds-data-table-async/components/FilterBarCO.js +8 -0
- package/ds-data-table-async/components/FiltersCO.js +12 -0
- package/ds-data-table-async/components/HeaderCO.js +5 -0
- package/ds-data-table-async/components/PaginationNavCO.js +1 -1
- package/ds-data-table-async/date-filters/DSDataTable.date-switcher.single.func.spec.js +1 -1
- package/ds-data-table-async/date-filters/DSDataTable.date-switcher.visual.spec.js +18 -8
- package/ds-data-table-async/dnd/DSDataTable.dnd.visual.spec.js +3 -1
- package/ds-data-table-async/dnd/DSDataTable.dnd_fixed-width.visual.spec.js +33 -0
- package/ds-data-table-async/empty-state/DSDataTable.empty-state.visual.spec.js +13 -0
- package/ds-data-table-async/filters/DSDataTable.filters-creatable.func.spec.js +5 -5
- package/ds-data-table-async/filters/DSDataTable.filters-creatable.visual.spec.js +1 -0
- package/ds-data-table-async/filters/DSDataTable.filters.visual.spec.js +18 -1
- package/ds-data-table-async/filters/DSDataTable.free-text-search.keyboard.func.spec.js +242 -0
- package/ds-data-table-async/filters/DSDataTable.free-text-search.visual.spec.js +54 -0
- package/ds-data-table-async/filters/DSDataTable.text-filters.func.spec.js +3 -3
- package/ds-data-table-async/menubutton/DSDataTable.MenuButton.keyboard.func.spec.js +56 -0
- package/ds-data-table-async/menubutton/DSDataTable.MenuButton.mouse.func.spec.js +55 -0
- package/ds-data-table-async/menubutton/DSDataTable.MenuButton.visual.spec.js +27 -0
- package/ds-data-table-async/more/DSDataTable.headers.visual.spec.js +0 -63
- package/ds-data-table-async/select/DSDataTable.select.func.spec.js +1 -1
- package/ds-data-table-async/slots/DSDataTable.slots.func.spec.js +40 -0
- package/ds-data-table-async/slots/DSDataTable.slots.visual.spec.js +19 -0
- package/ds-data-table-async/sorting/DSDataTable.sorting.visual.spec.js +118 -0
- package/ds-dataviz/DSDataViz.axis.visual.spec.js +2 -1
- package/ds-dataviz/DSDataViz.scroll.visual.spec.js +1 -0
- package/ds-dataviz/DSDataViz.ticks.visual.spec.js +2 -1
- package/ds-dialog/DSDialog.cases.visual.spec.js +3 -4
- package/ds-dialog/DSDialog.visual.spec.js +7 -14
- package/ds-dialog/DSDialogCO.js +5 -13
- package/ds-dialog/axe-core/DSDialog.error.axe-core.func.spec.js +24 -0
- package/ds-dialog/axe-core/DSDialog.info.axe-core.func.spec.js +24 -0
- package/ds-dialog/axe-core/DSDialog.scroll-body.axe-core.func.spec.js +24 -0
- package/ds-dialog/axe-core/DSDialog.success.axe-core.func.spec.js +24 -0
- package/ds-dialog/axe-core/DSDialog.warning.axe-core.spec.func.js +24 -0
- package/ds-dropdownmenu-v2/DSDDMenuV2.visual.spec.js +5 -5
- package/ds-form-combobox-multi/DSComboboxMultiCO.js +96 -1
- package/ds-form-combobox-multi/aria-disabled/DSComboboxMulti.aria-disabled.visual.spec.js +7 -3
- package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.mouse.func.spec.js +25 -0
- package/ds-form-combobox-multi/menu-position/DSComboboxMulti.menu-position.visual.spec.js +42 -0
- package/ds-form-combobox-multi/slots/DSComboboxMulti.slots.func.spec.js +100 -0
- package/ds-form-combobox-multi/slots/DSComboboxMulti.slots.visual.spec.js +51 -0
- package/ds-form-combobox-single/DSComboboxSingleCO.js +97 -1
- package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.mouse.func.spec.js +25 -0
- package/ds-form-combobox-single/menu-position/DSComboboxSingle.menu-position.visual.spec.js +93 -0
- package/ds-form-combobox-single/slots/DSComboboxSingle.slots.func.spec.js +100 -0
- package/ds-form-combobox-single/slots/DSComboboxSingle.slots.visual.spec.js +53 -0
- package/ds-form-date-range-picker/aria-disabled/DateRangePicker.applyAriaDisabled.keyboard-nav.func.spec.js +31 -5
- package/ds-form-date-time-picker/DSControlledDateTimePickerCO.js +7 -5
- package/ds-form-date-time-picker/date-input/DateInput.keyboard-nav.func.spec.js +2 -2
- package/ds-form-date-time-picker/date-time-full/DateTimeFull.applyAriaDisabled.axe-core.func.spec.js +1 -1
- package/ds-form-date-time-picker/date-time-full/DateTimeFull.axe-core.func.spec.js +25 -0
- package/ds-form-date-time-picker/date-time-full/DateTimePicker.applyAriaDisabled.keyboard-nav.func.spec.js +6 -1
- package/ds-form-date-time-picker/date-time-full/DateTimePicker.func.spec.js +32 -2
- package/ds-form-date-time-picker/date-time-full/DateTimePicker.keyboard-nav.func.spec.js +6 -1
- package/ds-form-date-time-picker/date-time-full/DateTimePicker.readOnly.keyboard-nav.func.spec.js +6 -1
- package/ds-form-date-time-picker/date-time-input/DateTimeInput.applyAriaDisabled.keyboard-nav.func.spec.js +40 -4
- package/ds-form-date-time-picker/showcase/DateTimePicker.applyAriaDisabled-showcase.visual.spec.js +2 -2
- package/ds-form-date-time-picker/showcase/DateTimePicker.readOnly-showcase.visual.spec.js +2 -2
- package/ds-form-layout-blocks/form-layout-block-item/DSFormLayoutBlockItem.axe-core.func.spec.js +4 -1
- package/ds-form-layout-blocks/form-layout-block-item/DSFormLayoutBlockItemCO.js +4 -0
- package/ds-form-native-select/NativeSelect.axe-core.func.spec.js +57 -0
- package/ds-form-native-select/NativeSelectCO.js +35 -0
- package/{ds-toggle → ds-form-toggle}/DSToggle.axe-core.func.spec.js +6 -2
- package/{ds-toggle → ds-form-toggle}/DSToggle.func.spec.js +13 -8
- package/{ds-toggle → ds-form-toggle}/DSToggle.visual.spec.js +2 -2
- package/{ds-toggle → ds-form-toggle}/DSToggleCO.js +1 -1
- package/ds-global-header/GlobalHeader.axe-core.func.spec.js +13 -0
- package/ds-global-header/GlobalHeaderCO.js +2 -0
- package/{ds-controlled-form → ds-hooks}/useMask/Number/UseNumberMask.func.spec.js +25 -12
- package/{ds-controlled-form → ds-hooks}/useMask/Number/UseNumberMask.visual.spec.js +4 -1
- package/{ds-controlled-form → ds-hooks}/useMask/Phone/UsePhoneMask.func.spec.js +1 -1
- package/{ds-controlled-form → ds-hooks}/useMask/Phone/UsePhoneMask.visual.spec.js +1 -1
- package/{ds-controlled-form → ds-hooks}/useMask/ReackHookFormWithMask/ReactHookFormWithMask.func.spec.js +1 -1
- package/{ds-controlled-form → ds-hooks}/useMask/ReackHookFormWithMask/ReactHookFormWithMask.visual.spec.js +1 -1
- package/{ds-controlled-form → ds-hooks}/useMask/RegExp/UseRegExpMask.func.spec.js +1 -1
- package/{ds-controlled-form → ds-hooks}/useMask/SSN/UseSsnMask.func.spec.js +1 -1
- package/{ds-controlled-form → ds-hooks}/useMask/ZipCode/UseZipCodeMask.func.spec.js +1 -1
- package/ds-indeterminate-progress-indicator/DSIndetermintateProgressIndicator.axe-core.func.spec.js +31 -0
- package/ds-menu-button/DSMenuButtonCO.js +2 -0
- package/ds-menu-button/basic/DSMenuButton.basic.func.spec.js +28 -0
- package/ds-menu-button/multiselect/DSMenuButton.axe-core.multiselect.func.spec.js +6 -1
- package/ds-menu-button/singleSelect/DSMenuButton.axe-core.singleSelect.func.spec.js +6 -1
- package/ds-menu-button/submenu/DSMenuButton.axe-core.subMenu.func.spec.js +7 -2
- package/ds-menu-item/DSMenuItems.visual.spec.js +8 -32
- package/ds-mobile/MobileDatePicker/MobileDatePicker.visual.spec.js +0 -13
- package/ds-modal-slide/ModalSlideCO.js +2 -0
- package/ds-notification-badge/DSNotificationBadge.axe-core.func.spec.js +1 -1
- package/ds-pagination/DSPagination.axe-core.func.spec.js +64 -0
- package/ds-pagination/DSPaginationCO.js +12 -0
- package/ds-pills-v2/DSPills.visual.spec.js +3 -1
- package/ds-pills-v2/selection/DSPills.axe-core.func.spec.js +6 -1
- package/ds-pills-v2/selection/DSPills.func.spec.js +32 -30
- package/ds-progress-indicator/DSProgressIndicator.axe-core.func.spec.js +31 -0
- package/ds-progress-indicator/DSProgressIndicator.func.spec.js +8 -3
- package/ds-progress-indicator/DSProgressIndicator.visual.spec.js +12 -2
- package/ds-progress-indicator/DSProgressIndicatorCO.js +5 -3
- package/ds-query-builder/DSQueryBuilder.visual.spec.js +10 -3
- package/ds-read-more/DSReadMore.func.spec.js +0 -58
- package/ds-read-more/DSReadMore.keyboard-nav.func.spec.js +66 -0
- package/ds-read-more/DSReadMore.slots.func.spec.js +58 -0
- package/ds-read-more/DSReadMore.slots.visual.spec.js +23 -0
- package/ds-read-more/DSReadMore.visual.spec.js +41 -17
- package/ds-read-more/DSReadMore.width-change.visual.spec.js +85 -0
- package/ds-read-more/DSReadMore.with-tooltip.func.spec.js +63 -0
- package/ds-read-more/DSReadMoreCO.js +20 -0
- package/ds-shuttle-v2/Dnd/DSShuttleV2.DnD.visual.spec.js +3 -0
- package/ds-shuttle-v2/basic/DSShuttleV2.keyboard.func.spec.js +0 -79
- package/ds-shuttle-v2/extra/DSShuttleV2.extra.func.spec.js +6 -2
- package/ds-shuttle-v2/extra/DSShuttleV2.extra.visual.spec.js +21 -0
- package/ds-shuttle-v2/filtering/DSShuttleV2.filter.func.spec.js +8 -3
- package/ds-shuttle-v2/filtering/DSShuttleV2.filter.kb.func.spec.js +43 -0
- package/ds-shuttle-v2/items/DSShuttleV2.items.func.spec.js +3 -2
- package/ds-shuttle-v2/items/DSShuttleV2.items.kb.func.spec.js +1 -1
- package/ds-shuttle-v2/load-more/DSShuttleV2.load-more.keyboard.func.spec.js +61 -0
- package/ds-slider-v2/DSSliderV2.extra.func.spec.js +44 -0
- package/ds-slider-v2/DSSliderV2.func.spec.js +98 -0
- package/ds-slider-v2/DSSliderV2CO.js +8 -0
- package/ds-svg/DSSvg.axe-core.func.spec.js +32 -0
- package/ds-svg/DSSvgCO.js +2 -3
- package/ds-tabs/DSTabs.onTabChange.func.spec.js +33 -0
- package/ds-tabs/DSTabsCO.js +29 -1
- package/ds-tabs/slots/DSTabs.slots.func.spec.js +77 -0
- package/ds-tabs/slots/DSTabs.slots.visual.spec.js +49 -0
- package/ds-tabs/with-carousel/DSTabs.with-carousel.visual.spec.js +5 -4
- package/ds-tooltip-v3/DSTooltipV3CO.js +6 -2
- package/ds-treeview/DSTreeViewCO.js +8 -0
- package/ds-treeview/dragAndDrop/TreeView-dnd.func.spec.js +0 -50
- package/ds-treeview/dragAndDrop/TreeView-dnd_mouse.func.spec.js +61 -0
- package/package.json +188 -187
- package/paths.js +17 -1
- package/ds-dialog/DSDialog.smoke.spec.js +0 -133
- package/ds-slider-v2/DSSliderV2.skipped.js +0 -46
- /package/ds-form-combobox-multi/iframe/{DSComboboxMulti.insideIframe.func.spec.js → DSComboboxMulti.insideIframe.visual.spec.js} +0 -0
- /package/{ds-controlled-form → ds-hooks}/useMask/useMaskCO.js +0 -0
- /package/ds-indeterminate-progress-indicator/{DSIndetermintateProgressIndicator.func.spec.js → DSIndetermintateProgressIndicator.func.spec copy.js} +0 -0
package/package.json
CHANGED
|
@@ -1,193 +1,194 @@
|
|
|
1
1
|
{
|
|
2
|
+
"type": "module",
|
|
2
3
|
"name": "dimsum-e2e-tests",
|
|
3
|
-
"version": "3.53.0-alpha.
|
|
4
|
+
"version": "3.53.0-alpha.3",
|
|
4
5
|
"description": "End-to-end tests for dimsum library",
|
|
5
6
|
"dependencies": {
|
|
6
|
-
"@elliemae/ds-
|
|
7
|
-
"@elliemae/ds-
|
|
8
|
-
"@elliemae/ds-
|
|
9
|
-
"@elliemae/ds-
|
|
10
|
-
"@elliemae/ds-
|
|
11
|
-
"@elliemae/ds-
|
|
12
|
-
"@elliemae/ds-
|
|
13
|
-
"@elliemae/ds-
|
|
14
|
-
"@elliemae/ds-
|
|
15
|
-
"@elliemae/ds-button-v1": "3.53.0-alpha.
|
|
16
|
-
"@elliemae/ds-
|
|
17
|
-
"@elliemae/ds-card": "3.53.0-alpha.
|
|
18
|
-
"@elliemae/ds-
|
|
19
|
-
"@elliemae/ds-card-navigation": "3.53.0-alpha.
|
|
20
|
-
"@elliemae/ds-card-v1": "3.53.0-alpha.
|
|
21
|
-
"@elliemae/ds-card-
|
|
22
|
-
"@elliemae/ds-card-
|
|
23
|
-
"@elliemae/ds-card-v2
|
|
24
|
-
"@elliemae/ds-card-
|
|
25
|
-
"@elliemae/ds-card-
|
|
26
|
-
"@elliemae/ds-
|
|
27
|
-
"@elliemae/ds-chat-
|
|
28
|
-
"@elliemae/ds-
|
|
29
|
-
"@elliemae/ds-chat-
|
|
30
|
-
"@elliemae/ds-chat-container": "3.53.0-alpha.
|
|
31
|
-
"@elliemae/ds-chat-container-header": "3.53.0-alpha.
|
|
32
|
-
"@elliemae/ds-chat-empty-state": "3.53.0-alpha.
|
|
33
|
-
"@elliemae/ds-chat-message-delimeter": "3.53.0-alpha.
|
|
34
|
-
"@elliemae/ds-chat-
|
|
35
|
-
"@elliemae/ds-chat-
|
|
36
|
-
"@elliemae/ds-chat-tile": "3.53.0-alpha.
|
|
37
|
-
"@elliemae/ds-chat-
|
|
38
|
-
"@elliemae/ds-chip": "3.53.0-alpha.
|
|
39
|
-
"@elliemae/ds-
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-data-table": "3.53.0-alpha.
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-data-table-cell-header": "3.53.0-alpha.
|
|
49
|
-
"@elliemae/ds-data-table-
|
|
50
|
-
"@elliemae/ds-data-table-
|
|
51
|
-
"@elliemae/ds-data-table-
|
|
52
|
-
"@elliemae/ds-data-table-
|
|
53
|
-
"@elliemae/ds-data-table-
|
|
54
|
-
"@elliemae/ds-data-table-single-select-cell": "3.53.0-alpha.
|
|
55
|
-
"@elliemae/ds-datagrids": "3.53.0-alpha.
|
|
56
|
-
"@elliemae/ds-dataviz
|
|
57
|
-
"@elliemae/ds-
|
|
58
|
-
"@elliemae/ds-
|
|
59
|
-
"@elliemae/ds-date-range-picker": "3.53.0-alpha.
|
|
60
|
-
"@elliemae/ds-date-range-selector": "3.53.0-alpha.
|
|
61
|
-
"@elliemae/ds-date-time-picker": "3.53.0-alpha.
|
|
62
|
-
"@elliemae/ds-date-time-
|
|
63
|
-
"@elliemae/ds-
|
|
64
|
-
"@elliemae/ds-
|
|
65
|
-
"@elliemae/ds-drag-and-drop": "3.53.0-alpha.
|
|
66
|
-
"@elliemae/ds-dropdownmenu": "3.53.0-alpha.
|
|
67
|
-
"@elliemae/ds-dropdownmenu-v2": "3.53.0-alpha.
|
|
68
|
-
"@elliemae/ds-dropzone": "3.53.0-alpha.
|
|
69
|
-
"@elliemae/ds-fast-list": "3.53.0-alpha.
|
|
70
|
-
"@elliemae/ds-
|
|
71
|
-
"@elliemae/ds-form
|
|
72
|
-
"@elliemae/ds-
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-form-
|
|
75
|
-
"@elliemae/ds-form-
|
|
76
|
-
"@elliemae/ds-form": "3.53.0-alpha.
|
|
77
|
-
"@elliemae/ds-form-
|
|
78
|
-
"@elliemae/ds-form-input-
|
|
79
|
-
"@elliemae/ds-form-input-
|
|
80
|
-
"@elliemae/ds-form-layout-autocomplete": "3.53.0-alpha.
|
|
81
|
-
"@elliemae/ds-form-layout-blocks": "3.53.0-alpha.
|
|
82
|
-
"@elliemae/ds-form-layout-input-group": "3.53.0-alpha.
|
|
83
|
-
"@elliemae/ds-form-layout-label": "3.53.0-alpha.
|
|
84
|
-
"@elliemae/ds-form-multi-combobox": "3.53.0-alpha.
|
|
85
|
-
"@elliemae/ds-form-
|
|
86
|
-
"@elliemae/ds-form-
|
|
87
|
-
"@elliemae/ds-form-select": "3.53.0-alpha.
|
|
88
|
-
"@elliemae/ds-form-single-combobox": "3.53.0-alpha.
|
|
89
|
-
"@elliemae/ds-form-toggle": "3.53.0-alpha.
|
|
90
|
-
"@elliemae/ds-global-header": "3.53.0-alpha.
|
|
91
|
-
"@elliemae/ds-grid": "3.53.0-alpha.
|
|
92
|
-
"@elliemae/ds-group-box": "3.53.0-alpha.
|
|
93
|
-
"@elliemae/ds-header": "3.53.0-alpha.
|
|
94
|
-
"@elliemae/ds-hidden": "3.53.0-alpha.
|
|
95
|
-
"@elliemae/ds-hooks-focus-trap": "3.53.0-alpha.
|
|
96
|
-
"@elliemae/ds-hooks-
|
|
97
|
-
"@elliemae/ds-hooks-
|
|
98
|
-
"@elliemae/ds-hooks-fontsize-
|
|
99
|
-
"@elliemae/ds-hooks-headless-tooltip": "3.53.0-alpha.
|
|
100
|
-
"@elliemae/ds-hooks-is-
|
|
101
|
-
"@elliemae/ds-hooks-
|
|
102
|
-
"@elliemae/ds-hooks-
|
|
103
|
-
"@elliemae/ds-hooks-
|
|
104
|
-
"@elliemae/ds-
|
|
105
|
-
"@elliemae/ds-
|
|
106
|
-
"@elliemae/ds-image": "3.53.0-alpha.
|
|
107
|
-
"@elliemae/ds-
|
|
108
|
-
"@elliemae/ds-
|
|
109
|
-
"@elliemae/ds-label-value": "3.53.0-alpha.
|
|
110
|
-
"@elliemae/ds-
|
|
111
|
-
"@elliemae/ds-layout-provider": "3.53.0-alpha.
|
|
112
|
-
"@elliemae/ds-
|
|
113
|
-
"@elliemae/ds-
|
|
114
|
-
"@elliemae/ds-
|
|
115
|
-
"@elliemae/ds-menu-button": "3.53.0-alpha.
|
|
116
|
-
"@elliemae/ds-menu": "3.53.0-alpha.
|
|
117
|
-
"@elliemae/ds-menu
|
|
118
|
-
"@elliemae/ds-menu-items
|
|
119
|
-
"@elliemae/ds-menu-items-
|
|
120
|
-
"@elliemae/ds-menu-items-section": "3.53.0-alpha.
|
|
121
|
-
"@elliemae/ds-menu-items-
|
|
122
|
-
"@elliemae/ds-menu-items-
|
|
123
|
-
"@elliemae/ds-menu-items-
|
|
124
|
-
"@elliemae/ds-menu-items-single": "3.53.0-alpha.
|
|
125
|
-
"@elliemae/ds-menu-items-
|
|
126
|
-
"@elliemae/ds-menu-
|
|
127
|
-
"@elliemae/ds-
|
|
128
|
-
"@elliemae/ds-
|
|
129
|
-
"@elliemae/ds-
|
|
130
|
-
"@elliemae/ds-
|
|
131
|
-
"@elliemae/ds-
|
|
132
|
-
"@elliemae/ds-
|
|
133
|
-
"@elliemae/ds-
|
|
134
|
-
"@elliemae/ds-overlay": "3.53.0-alpha.
|
|
135
|
-
"@elliemae/ds-
|
|
136
|
-
"@elliemae/ds-page-header-v1": "3.53.0-alpha.
|
|
137
|
-
"@elliemae/ds-
|
|
138
|
-
"@elliemae/ds-page-
|
|
139
|
-
"@elliemae/ds-page-layout": "3.53.0-alpha.
|
|
140
|
-
"@elliemae/ds-
|
|
141
|
-
"@elliemae/ds-pills": "3.53.0-alpha.
|
|
142
|
-
"@elliemae/ds-pills-v2": "3.53.0-alpha.
|
|
143
|
-
"@elliemae/ds-
|
|
144
|
-
"@elliemae/ds-
|
|
145
|
-
"@elliemae/ds-
|
|
146
|
-
"@elliemae/ds-
|
|
147
|
-
"@elliemae/ds-progress-indicator": "3.53.0-alpha.
|
|
148
|
-
"@elliemae/ds-props-helpers": "3.53.0-alpha.
|
|
149
|
-
"@elliemae/ds-query-builder": "3.53.0-alpha.
|
|
150
|
-
"@elliemae/ds-
|
|
151
|
-
"@elliemae/ds-resizeable-container": "3.53.0-alpha.
|
|
152
|
-
"@elliemae/ds-
|
|
153
|
-
"@elliemae/ds-
|
|
154
|
-
"@elliemae/ds-scrollable-container": "3.53.0-alpha.
|
|
155
|
-
"@elliemae/ds-shared": "3.53.0-alpha.
|
|
156
|
-
"@elliemae/ds-
|
|
157
|
-
"@elliemae/ds-shuttle": "3.53.0-alpha.
|
|
158
|
-
"@elliemae/ds-
|
|
159
|
-
"@elliemae/ds-
|
|
160
|
-
"@elliemae/ds-
|
|
161
|
-
"@elliemae/ds-
|
|
162
|
-
"@elliemae/ds-slider
|
|
163
|
-
"@elliemae/ds-
|
|
164
|
-
"@elliemae/ds-spinner": "3.53.0-alpha.
|
|
165
|
-
"@elliemae/ds-
|
|
166
|
-
"@elliemae/ds-stepper": "3.53.0-alpha.
|
|
167
|
-
"@elliemae/ds-svg": "3.53.0-alpha.
|
|
168
|
-
"@elliemae/ds-tabs": "3.53.0-alpha.
|
|
169
|
-
"@elliemae/ds-
|
|
170
|
-
"@elliemae/ds-test-utils": "3.53.0-alpha.
|
|
171
|
-
"@elliemae/ds-
|
|
172
|
-
"@elliemae/ds-toast": "3.53.0-alpha.
|
|
173
|
-
"@elliemae/ds-time-picker": "3.53.0-alpha.
|
|
174
|
-
"@elliemae/ds-toolbar": "3.53.0-alpha.
|
|
175
|
-
"@elliemae/ds-toolbar-
|
|
176
|
-
"@elliemae/ds-toolbar-
|
|
177
|
-
"@elliemae/ds-
|
|
178
|
-
"@elliemae/ds-
|
|
179
|
-
"@elliemae/ds-
|
|
180
|
-
"@elliemae/ds-
|
|
181
|
-
"@elliemae/ds-truncated-
|
|
182
|
-
"@elliemae/ds-typescript-helpers": "3.53.0-alpha.
|
|
183
|
-
"@elliemae/ds-
|
|
184
|
-
"@elliemae/ds-
|
|
185
|
-
"@elliemae/ds-
|
|
186
|
-
"@elliemae/ds-
|
|
187
|
-
"@elliemae/ds-
|
|
188
|
-
"@elliemae/ds-
|
|
189
|
-
"@elliemae/ds-
|
|
190
|
-
"@elliemae/ds-
|
|
191
|
-
"@elliemae/ds-
|
|
7
|
+
"@elliemae/ds-accordion": "3.53.0-alpha.3",
|
|
8
|
+
"@elliemae/ds-accessibility": "3.53.0-alpha.3",
|
|
9
|
+
"@elliemae/ds-backdrop": "3.53.0-alpha.3",
|
|
10
|
+
"@elliemae/ds-app-picker": "3.53.0-alpha.3",
|
|
11
|
+
"@elliemae/ds-breadcrumb": "3.53.0-alpha.3",
|
|
12
|
+
"@elliemae/ds-banner": "3.53.0-alpha.3",
|
|
13
|
+
"@elliemae/ds-button": "3.53.0-alpha.3",
|
|
14
|
+
"@elliemae/ds-basic": "3.53.0-alpha.3",
|
|
15
|
+
"@elliemae/ds-button-group": "3.53.0-alpha.3",
|
|
16
|
+
"@elliemae/ds-button-v1": "3.53.0-alpha.3",
|
|
17
|
+
"@elliemae/ds-card-array": "3.53.0-alpha.3",
|
|
18
|
+
"@elliemae/ds-card": "3.53.0-alpha.3",
|
|
19
|
+
"@elliemae/ds-button-v2": "3.53.0-alpha.3",
|
|
20
|
+
"@elliemae/ds-card-navigation": "3.53.0-alpha.3",
|
|
21
|
+
"@elliemae/ds-card-v1-detail": "3.53.0-alpha.3",
|
|
22
|
+
"@elliemae/ds-card-v2-action-addon": "3.53.0-alpha.3",
|
|
23
|
+
"@elliemae/ds-card-v1": "3.53.0-alpha.3",
|
|
24
|
+
"@elliemae/ds-card-v2": "3.53.0-alpha.3",
|
|
25
|
+
"@elliemae/ds-card-v2-group": "3.53.0-alpha.3",
|
|
26
|
+
"@elliemae/ds-card-v3": "3.53.0-alpha.3",
|
|
27
|
+
"@elliemae/ds-chat": "3.53.0-alpha.3",
|
|
28
|
+
"@elliemae/ds-chat-card": "3.53.0-alpha.3",
|
|
29
|
+
"@elliemae/ds-card-v3-poc": "3.53.0-alpha.3",
|
|
30
|
+
"@elliemae/ds-chat-bubble": "3.53.0-alpha.3",
|
|
31
|
+
"@elliemae/ds-chat-container": "3.53.0-alpha.3",
|
|
32
|
+
"@elliemae/ds-chat-container-header": "3.53.0-alpha.3",
|
|
33
|
+
"@elliemae/ds-chat-empty-state": "3.53.0-alpha.3",
|
|
34
|
+
"@elliemae/ds-chat-message-delimeter": "3.53.0-alpha.3",
|
|
35
|
+
"@elliemae/ds-chat-system-message": "3.53.0-alpha.3",
|
|
36
|
+
"@elliemae/ds-chat-floating-button": "3.53.0-alpha.3",
|
|
37
|
+
"@elliemae/ds-chat-tile": "3.53.0-alpha.3",
|
|
38
|
+
"@elliemae/ds-chat-sidebar": "3.53.0-alpha.3",
|
|
39
|
+
"@elliemae/ds-chip": "3.53.0-alpha.3",
|
|
40
|
+
"@elliemae/ds-circular-progress-indicator": "3.53.0-alpha.3",
|
|
41
|
+
"@elliemae/ds-codeeditor": "3.53.0-alpha.3",
|
|
42
|
+
"@elliemae/ds-common": "3.53.0-alpha.3",
|
|
43
|
+
"@elliemae/ds-classnames": "3.53.0-alpha.3",
|
|
44
|
+
"@elliemae/ds-comments": "3.53.0-alpha.3",
|
|
45
|
+
"@elliemae/ds-controlled-form": "3.53.0-alpha.3",
|
|
46
|
+
"@elliemae/ds-data-table": "3.53.0-alpha.3",
|
|
47
|
+
"@elliemae/ds-data-table-action-cell": "3.53.0-alpha.3",
|
|
48
|
+
"@elliemae/ds-csv-converter": "3.53.0-alpha.3",
|
|
49
|
+
"@elliemae/ds-data-table-cell-header": "3.53.0-alpha.3",
|
|
50
|
+
"@elliemae/ds-data-table-cell": "3.53.0-alpha.3",
|
|
51
|
+
"@elliemae/ds-data-table-drag-and-drop-cell": "3.53.0-alpha.3",
|
|
52
|
+
"@elliemae/ds-data-table-filters": "3.53.0-alpha.3",
|
|
53
|
+
"@elliemae/ds-data-table-multi-select-cell": "3.53.0-alpha.3",
|
|
54
|
+
"@elliemae/ds-data-table-expand-cell": "3.53.0-alpha.3",
|
|
55
|
+
"@elliemae/ds-data-table-single-select-cell": "3.53.0-alpha.3",
|
|
56
|
+
"@elliemae/ds-datagrids": "3.53.0-alpha.3",
|
|
57
|
+
"@elliemae/ds-dataviz": "3.53.0-alpha.3",
|
|
58
|
+
"@elliemae/ds-dataviz-pie": "3.53.0-alpha.3",
|
|
59
|
+
"@elliemae/ds-date-picker": "3.53.0-alpha.3",
|
|
60
|
+
"@elliemae/ds-date-range-picker": "3.53.0-alpha.3",
|
|
61
|
+
"@elliemae/ds-date-range-selector": "3.53.0-alpha.3",
|
|
62
|
+
"@elliemae/ds-date-time-recurrence-picker": "3.53.0-alpha.3",
|
|
63
|
+
"@elliemae/ds-date-time-picker": "3.53.0-alpha.3",
|
|
64
|
+
"@elliemae/ds-dialog": "3.53.0-alpha.3",
|
|
65
|
+
"@elliemae/ds-decision-graph": "3.53.0-alpha.3",
|
|
66
|
+
"@elliemae/ds-drag-and-drop": "3.53.0-alpha.3",
|
|
67
|
+
"@elliemae/ds-dropdownmenu": "3.53.0-alpha.3",
|
|
68
|
+
"@elliemae/ds-dropdownmenu-v2": "3.53.0-alpha.3",
|
|
69
|
+
"@elliemae/ds-dropzone": "3.53.0-alpha.3",
|
|
70
|
+
"@elliemae/ds-fast-list": "3.53.0-alpha.3",
|
|
71
|
+
"@elliemae/ds-floating-context": "3.53.0-alpha.3",
|
|
72
|
+
"@elliemae/ds-form": "3.53.0-alpha.3",
|
|
73
|
+
"@elliemae/ds-form-checkbox": "3.53.0-alpha.3",
|
|
74
|
+
"@elliemae/ds-filterbar": "3.53.0-alpha.3",
|
|
75
|
+
"@elliemae/ds-form-date-range-picker": "3.53.0-alpha.3",
|
|
76
|
+
"@elliemae/ds-form-combobox": "3.53.0-alpha.3",
|
|
77
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.53.0-alpha.3",
|
|
78
|
+
"@elliemae/ds-form-date-time-picker": "3.53.0-alpha.3",
|
|
79
|
+
"@elliemae/ds-form-input-text": "3.53.0-alpha.3",
|
|
80
|
+
"@elliemae/ds-form-input-textarea": "3.53.0-alpha.3",
|
|
81
|
+
"@elliemae/ds-form-layout-autocomplete": "3.53.0-alpha.3",
|
|
82
|
+
"@elliemae/ds-form-layout-blocks": "3.53.0-alpha.3",
|
|
83
|
+
"@elliemae/ds-form-layout-input-group": "3.53.0-alpha.3",
|
|
84
|
+
"@elliemae/ds-form-layout-label": "3.53.0-alpha.3",
|
|
85
|
+
"@elliemae/ds-form-multi-combobox": "3.53.0-alpha.3",
|
|
86
|
+
"@elliemae/ds-form-native-select": "3.53.0-alpha.3",
|
|
87
|
+
"@elliemae/ds-form-radio": "3.53.0-alpha.3",
|
|
88
|
+
"@elliemae/ds-form-select": "3.53.0-alpha.3",
|
|
89
|
+
"@elliemae/ds-form-single-combobox": "3.53.0-alpha.3",
|
|
90
|
+
"@elliemae/ds-form-toggle": "3.53.0-alpha.3",
|
|
91
|
+
"@elliemae/ds-global-header": "3.53.0-alpha.3",
|
|
92
|
+
"@elliemae/ds-grid": "3.53.0-alpha.3",
|
|
93
|
+
"@elliemae/ds-group-box": "3.53.0-alpha.3",
|
|
94
|
+
"@elliemae/ds-header": "3.53.0-alpha.3",
|
|
95
|
+
"@elliemae/ds-hidden": "3.53.0-alpha.3",
|
|
96
|
+
"@elliemae/ds-hooks-focus-trap": "3.53.0-alpha.3",
|
|
97
|
+
"@elliemae/ds-hooks-focus-stack": "3.53.0-alpha.3",
|
|
98
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.53.0-alpha.3",
|
|
99
|
+
"@elliemae/ds-hooks-fontsize-media": "3.53.0-alpha.3",
|
|
100
|
+
"@elliemae/ds-hooks-headless-tooltip": "3.53.0-alpha.3",
|
|
101
|
+
"@elliemae/ds-hooks-is-showing-ellipsis": "3.53.0-alpha.3",
|
|
102
|
+
"@elliemae/ds-hooks-is-mobile": "3.53.0-alpha.3",
|
|
103
|
+
"@elliemae/ds-hooks-keyboard-navigation": "3.53.0-alpha.3",
|
|
104
|
+
"@elliemae/ds-hooks-on-first-focus-in": "3.53.0-alpha.3",
|
|
105
|
+
"@elliemae/ds-icons": "3.53.0-alpha.3",
|
|
106
|
+
"@elliemae/ds-icon": "3.53.0-alpha.3",
|
|
107
|
+
"@elliemae/ds-image": "3.53.0-alpha.3",
|
|
108
|
+
"@elliemae/ds-hooks-on-blur-out": "3.53.0-alpha.3",
|
|
109
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.53.0-alpha.3",
|
|
110
|
+
"@elliemae/ds-label-value": "3.53.0-alpha.3",
|
|
111
|
+
"@elliemae/ds-imagelibrarymodal": "3.53.0-alpha.3",
|
|
112
|
+
"@elliemae/ds-layout-provider": "3.53.0-alpha.3",
|
|
113
|
+
"@elliemae/ds-left-navigation": "3.53.0-alpha.3",
|
|
114
|
+
"@elliemae/ds-list-section-header": "3.53.0-alpha.3",
|
|
115
|
+
"@elliemae/ds-loading-indicator": "3.53.0-alpha.3",
|
|
116
|
+
"@elliemae/ds-menu-button": "3.53.0-alpha.3",
|
|
117
|
+
"@elliemae/ds-menu-items-action": "3.53.0-alpha.3",
|
|
118
|
+
"@elliemae/ds-menu": "3.53.0-alpha.3",
|
|
119
|
+
"@elliemae/ds-menu-items": "3.53.0-alpha.3",
|
|
120
|
+
"@elliemae/ds-menu-items-commons": "3.53.0-alpha.3",
|
|
121
|
+
"@elliemae/ds-menu-items-section": "3.53.0-alpha.3",
|
|
122
|
+
"@elliemae/ds-menu-items-multi": "3.53.0-alpha.3",
|
|
123
|
+
"@elliemae/ds-menu-items-single": "3.53.0-alpha.3",
|
|
124
|
+
"@elliemae/ds-menu-items-separator": "3.53.0-alpha.3",
|
|
125
|
+
"@elliemae/ds-menu-items-single-with-submenu": "3.53.0-alpha.3",
|
|
126
|
+
"@elliemae/ds-menu-items-skeleton": "3.53.0-alpha.3",
|
|
127
|
+
"@elliemae/ds-menu-tree-item": "3.53.0-alpha.3",
|
|
128
|
+
"@elliemae/ds-menu-items-submenu": "3.53.0-alpha.3",
|
|
129
|
+
"@elliemae/ds-mobile": "3.53.0-alpha.3",
|
|
130
|
+
"@elliemae/ds-mini-toolbar": "3.53.0-alpha.3",
|
|
131
|
+
"@elliemae/ds-modal": "3.53.0-alpha.3",
|
|
132
|
+
"@elliemae/ds-modal-slide": "3.53.0-alpha.3",
|
|
133
|
+
"@elliemae/ds-notification-badge": "3.53.0-alpha.3",
|
|
134
|
+
"@elliemae/ds-number-range-field": "3.53.0-alpha.3",
|
|
135
|
+
"@elliemae/ds-overlay": "3.53.0-alpha.3",
|
|
136
|
+
"@elliemae/ds-page-header": "3.53.0-alpha.3",
|
|
137
|
+
"@elliemae/ds-page-header-v1": "3.53.0-alpha.3",
|
|
138
|
+
"@elliemae/ds-page-header-v2": "3.53.0-alpha.3",
|
|
139
|
+
"@elliemae/ds-page-number": "3.53.0-alpha.3",
|
|
140
|
+
"@elliemae/ds-page-layout": "3.53.0-alpha.3",
|
|
141
|
+
"@elliemae/ds-pagination": "3.53.0-alpha.3",
|
|
142
|
+
"@elliemae/ds-pills": "3.53.0-alpha.3",
|
|
143
|
+
"@elliemae/ds-pills-v2": "3.53.0-alpha.3",
|
|
144
|
+
"@elliemae/ds-popperjs": "3.53.0-alpha.3",
|
|
145
|
+
"@elliemae/ds-portal": "3.53.0-alpha.3",
|
|
146
|
+
"@elliemae/ds-popover": "3.53.0-alpha.3",
|
|
147
|
+
"@elliemae/ds-popper": "3.53.0-alpha.3",
|
|
148
|
+
"@elliemae/ds-progress-indicator": "3.53.0-alpha.3",
|
|
149
|
+
"@elliemae/ds-props-helpers": "3.53.0-alpha.3",
|
|
150
|
+
"@elliemae/ds-query-builder": "3.53.0-alpha.3",
|
|
151
|
+
"@elliemae/ds-ribbon": "3.53.0-alpha.3",
|
|
152
|
+
"@elliemae/ds-resizeable-container": "3.53.0-alpha.3",
|
|
153
|
+
"@elliemae/ds-read-more": "3.53.0-alpha.3",
|
|
154
|
+
"@elliemae/ds-separator": "3.53.0-alpha.3",
|
|
155
|
+
"@elliemae/ds-scrollable-container": "3.53.0-alpha.3",
|
|
156
|
+
"@elliemae/ds-shared": "3.53.0-alpha.3",
|
|
157
|
+
"@elliemae/ds-search-field": "3.53.0-alpha.3",
|
|
158
|
+
"@elliemae/ds-shuttle": "3.53.0-alpha.3",
|
|
159
|
+
"@elliemae/ds-side-panel": "3.53.0-alpha.3",
|
|
160
|
+
"@elliemae/ds-shuttle-v2": "3.53.0-alpha.3",
|
|
161
|
+
"@elliemae/ds-skeleton": "3.53.0-alpha.3",
|
|
162
|
+
"@elliemae/ds-side-panel-header": "3.53.0-alpha.3",
|
|
163
|
+
"@elliemae/ds-slider": "3.53.0-alpha.3",
|
|
164
|
+
"@elliemae/ds-square-indicator": "3.53.0-alpha.3",
|
|
165
|
+
"@elliemae/ds-spinner": "3.53.0-alpha.3",
|
|
166
|
+
"@elliemae/ds-slider-v2": "3.53.0-alpha.3",
|
|
167
|
+
"@elliemae/ds-stepper": "3.53.0-alpha.3",
|
|
168
|
+
"@elliemae/ds-svg": "3.53.0-alpha.3",
|
|
169
|
+
"@elliemae/ds-tabs": "3.53.0-alpha.3",
|
|
170
|
+
"@elliemae/ds-system": "3.53.0-alpha.3",
|
|
171
|
+
"@elliemae/ds-test-utils": "3.53.0-alpha.3",
|
|
172
|
+
"@elliemae/ds-text-wrapper": "3.53.0-alpha.3",
|
|
173
|
+
"@elliemae/ds-toast": "3.53.0-alpha.3",
|
|
174
|
+
"@elliemae/ds-time-picker": "3.53.0-alpha.3",
|
|
175
|
+
"@elliemae/ds-toolbar": "3.53.0-alpha.3",
|
|
176
|
+
"@elliemae/ds-toolbar-v1": "3.53.0-alpha.3",
|
|
177
|
+
"@elliemae/ds-toolbar-v2": "3.53.0-alpha.3",
|
|
178
|
+
"@elliemae/ds-tooltip-v3": "3.53.0-alpha.3",
|
|
179
|
+
"@elliemae/ds-transition": "3.53.0-alpha.3",
|
|
180
|
+
"@elliemae/ds-truncated-expandable-text": "3.53.0-alpha.3",
|
|
181
|
+
"@elliemae/ds-tree-model": "3.53.0-alpha.3",
|
|
182
|
+
"@elliemae/ds-truncated-tooltip-text": "3.53.0-alpha.3",
|
|
183
|
+
"@elliemae/ds-typescript-helpers": "3.53.0-alpha.3",
|
|
184
|
+
"@elliemae/ds-typography": "3.53.0-alpha.3",
|
|
185
|
+
"@elliemae/ds-uploader": "3.53.0-alpha.3",
|
|
186
|
+
"@elliemae/ds-wysiwygeditor": "3.53.0-alpha.3",
|
|
187
|
+
"@elliemae/ds-treeview": "3.53.0-alpha.3",
|
|
188
|
+
"@elliemae/ds-virtual-list": "3.53.0-alpha.3",
|
|
189
|
+
"@elliemae/ds-zipcode-search": "3.53.0-alpha.3",
|
|
190
|
+
"@elliemae/ds-wizard": "3.53.0-alpha.3",
|
|
191
|
+
"@elliemae/ds-zoom": "3.53.0-alpha.3",
|
|
192
|
+
"@elliemae/ds-zustand-helpers": "3.53.0-alpha.3"
|
|
192
193
|
}
|
|
193
194
|
}
|
package/paths.js
CHANGED
|
@@ -269,7 +269,7 @@ export const PATH_E2E_FORM_DATE = `${PATH_E2E}/DateTimePicker/Date`;
|
|
|
269
269
|
export const PATH_E2E_FORM_TIME = `${PATH_E2E}/DateTimePicker/Time`;
|
|
270
270
|
export const PATH_E2E_FORM_DATE_TIME_SHOWCASE = `${PATH_E2E}/DateTimePicker/Showcase`;
|
|
271
271
|
export const PATH_E2E_FORM_DATE_TIME_TESTS = `${PATH_E2E}/DateTimePicker/Z-Tests`;
|
|
272
|
-
|
|
272
|
+
export const PATH_E2E_NATIVE_SELECT = `${PATH_E2E}/NativeSelect`;
|
|
273
273
|
export const PATH_E2E_CONTROLLED_FORM_DATE_RANGE_PICKER = `${PATH_E2E}/DateRangePicker`;
|
|
274
274
|
export const PATH_E2E_DROPZONE = `${PATH_E2E}/Dropzone`;
|
|
275
275
|
export const PATH_E2E_CONTROLLED_TOGGLE = `${PATH_E2E}/ControlledToggle`;
|
|
@@ -313,11 +313,26 @@ export const PATH_E2E_VIRTUAL_LIST = `${PATH_E2E}/Virtual-list`;
|
|
|
313
313
|
export const PATH_E2E_COMBOBOX = `${PATH_E2E_END_OF_LIFE}/ComboboxV2`;
|
|
314
314
|
export const PATH_E2E_COMBOBOX_V3 = `${PATH_E2E}/ComboboxV3`;
|
|
315
315
|
export const PATH_E2E_COMBOBOX_MULTI = `${PATH_E2E}/ComboboxMulti`;
|
|
316
|
+
export const PATH_E2E_COMBOBOX_MULTI_SLOTS = `${PATH_E2E}/ComboboxMulti/Slots`;
|
|
316
317
|
export const PATH_E2E_COMBOBOX_SINGLE = `${PATH_E2E}/ComboboxSingle`;
|
|
318
|
+
export const PATH_E2E_COMBOBOX_SINGLE_SLOTS = `${PATH_E2E}/ComboboxSingle/Slots`;
|
|
317
319
|
export const PATH_E2E_CONTROLLEDFORM = `${PATH_E2E}/Controlled-form`;
|
|
318
320
|
export const PATH_E2E_TABS = `${PATH_E2E}/Tabs`;
|
|
319
321
|
export const PATH_E2E_CARD_NAVIGATION = `${PATH_E2E}/CardNavigation`;
|
|
320
322
|
export const PATH_E2E_DATATABLE = `${PATH_E2E}/Datatable`;
|
|
323
|
+
export const PATH_E2E_DATATABLE_DND = `${PATH_E2E}/Datatable/Drag And Drop`;
|
|
324
|
+
export const PATH_E2E_DATATABLE_FILTERS = `${PATH_E2E}/Datatable/Filters`;
|
|
325
|
+
export const PATH_E2E_DATATABLE_ADVANCED = `${PATH_E2E}/Datatable/Advanced`;
|
|
326
|
+
export const PATH_E2E_DATATABLE_ROW = `${PATH_E2E}/Datatable/Row`;
|
|
327
|
+
export const PATH_E2E_DATATABLE_COLUMN = `${PATH_E2E}/Datatable/Column`;
|
|
328
|
+
export const PATH_E2E_DATATABLE_TEXT_WRAPPING = `${PATH_E2E}/Datatable/Text Wrapping`;
|
|
329
|
+
export const PATH_E2E_DATATABLE_TOOLBAR = `${PATH_E2E}/Datatable/Toolbar`;
|
|
330
|
+
export const PATH_E2E_DATATABLE_PAGINATION = `${PATH_E2E}/Datatable/Pagination`;
|
|
331
|
+
export const PATH_E2E_DATATABLE_SORTING = `${PATH_E2E}/Datatable/Sorting`;
|
|
332
|
+
export const PATH_E2E_DATATABLE_STATES = `${PATH_E2E}/Datatable/States`;
|
|
333
|
+
export const PATH_E2E_DATATABLE_CELL = `${PATH_E2E}/Datatable/Cell`;
|
|
334
|
+
export const PATH_E2E_DATATABLE_USE_CASES = `${PATH_E2E}/Datatable/Use Cases`;
|
|
335
|
+
export const PATH_E2E_DATATABLE_SLOTS = `${PATH_E2E}/Datatable/Slots`;
|
|
321
336
|
export const PATH_E2E_FORM_LAYOUT_BLOCK_ITEM = `${PATH_E2E}/Form Layout Block Item`;
|
|
322
337
|
export const PATH_E2E_DATE_TIME_PICKER = `${PATH_E2E_END_OF_LIFE}/DateTimePicker`;
|
|
323
338
|
export const PATH_E2E_DATE_PICKER = `${PATH_E2E_END_OF_LIFE}/DatePicker`;
|
|
@@ -379,6 +394,7 @@ export const PATH_E2E_USE_ON_FIRST_FOCUS_IN = `${PATH_E2E_HOOKS}/UseOnFirstFocus
|
|
|
379
394
|
export const PATH_E2E_USE_ON_BLUR_OUT = `${PATH_E2E_HOOKS}/UseOnBlurOut`;
|
|
380
395
|
export const PATH_E2E_RIBBON = `${PATH_E2E}/Ribbon`;
|
|
381
396
|
export const PATH_E2E_MENU_BUTTON = `${PATH_E2E}/MenuButton/Features`;
|
|
397
|
+
export const PATH_E2E_PROGRESS_INDICATOR = `${PATH_E2E}/ProgressIndicator`;
|
|
382
398
|
|
|
383
399
|
// atom components (e2e)
|
|
384
400
|
export const PATH_E2E_TOOLTIP_V3 = `${PATH_E2E}/TooltipV3`;
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
/* eslint-disable no-await-in-loop */
|
|
2
|
-
/* eslint-disable max-lines */
|
|
3
|
-
import { Key } from 'webdriverio';
|
|
4
|
-
import DSDialogCO from './DSDialogCO';
|
|
5
|
-
import { DialogFormsCO } from './components';
|
|
6
|
-
import { FiltersCO } from '../ds-data-table-async/components';
|
|
7
|
-
import { type } from '../helpers';
|
|
8
|
-
|
|
9
|
-
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
10
|
-
describe('PUI-7874 - DSDialog, Manage focus after close -func', () => {
|
|
11
|
-
before('loading page', async () => {
|
|
12
|
-
const errorOnGo = await DSDialogCO.manageFocusURL.go();
|
|
13
|
-
if (errorOnGo) throw errorOnGo;
|
|
14
|
-
});
|
|
15
|
-
it('should open the dialog after clicking the trigger', async () => {
|
|
16
|
-
const triggerBtn = await DSDialogCO.getTriggerBtn();
|
|
17
|
-
await triggerBtn.click();
|
|
18
|
-
const dialog = await DSDialogCO.getDialog();
|
|
19
|
-
await dialog.waitForDisplayed();
|
|
20
|
-
await expect(dialog).toBeDisplayedInViewport();
|
|
21
|
-
});
|
|
22
|
-
it('should focus the trigger after closing the dialog', async () => {
|
|
23
|
-
const closeBtn = await DSDialogCO.getCloseBtn();
|
|
24
|
-
await closeBtn.click();
|
|
25
|
-
const triggerBtn = await DSDialogCO.getTriggerBtn();
|
|
26
|
-
await expect(triggerBtn).toBeFocused();
|
|
27
|
-
});
|
|
28
|
-
});
|
|
29
|
-
describe('PUI-7875 - DSDialog, Remove auto focus -func', () => {
|
|
30
|
-
before('loading page', async () => {
|
|
31
|
-
const errorOnGo = await DSDialogCO.removeFocusURL.go();
|
|
32
|
-
if (errorOnGo) throw errorOnGo;
|
|
33
|
-
});
|
|
34
|
-
it('should open the dialog after clicking the trigger', async () => {
|
|
35
|
-
const triggerBtn = await DSDialogCO.getTriggerBtn();
|
|
36
|
-
await triggerBtn.click();
|
|
37
|
-
const dialog = await DSDialogCO.getDialog();
|
|
38
|
-
await dialog.waitForDisplayed();
|
|
39
|
-
await expect(dialog).toBeDisplayedInViewport();
|
|
40
|
-
});
|
|
41
|
-
it('should focus the first form input on the dialog and not the container', async () => {
|
|
42
|
-
const firstInput = await DialogFormsCO.getFormInputByIndex(0);
|
|
43
|
-
await expect(firstInput).toBeFocused();
|
|
44
|
-
});
|
|
45
|
-
});
|
|
46
|
-
describe('PUI-7933 - DSDialog, Accesible form -func', () => {
|
|
47
|
-
before('loading page', async () => {
|
|
48
|
-
const errorOnGo = await DSDialogCO.accesibleForm.go();
|
|
49
|
-
if (errorOnGo) throw errorOnGo;
|
|
50
|
-
});
|
|
51
|
-
it('should open the dialog after clicking the trigger and focus on the first input', async () => {
|
|
52
|
-
const triggerBtn = await DSDialogCO.getTriggerBtn();
|
|
53
|
-
await triggerBtn.click();
|
|
54
|
-
const dialog = await DSDialogCO.getDialog();
|
|
55
|
-
await dialog.waitForDisplayed();
|
|
56
|
-
await expect(dialog).toBeDisplayedInViewport();
|
|
57
|
-
const firstInput = await DialogFormsCO.getFormInputByIndex(0);
|
|
58
|
-
await expect(firstInput).toBeFocused();
|
|
59
|
-
});
|
|
60
|
-
it('should focus the fisrst checkbox and mark it as checked', async () => {
|
|
61
|
-
await browser.keys(Key.Tab);
|
|
62
|
-
await browser.keys(Key.Space);
|
|
63
|
-
const firstCheckbox = await $('[id="id3"]');
|
|
64
|
-
await expect(firstCheckbox).toBeFocused();
|
|
65
|
-
});
|
|
66
|
-
it('should focus the first toggle button', async () => {
|
|
67
|
-
await browser.keys(Key.Tab);
|
|
68
|
-
await browser.keys(Key.Tab);
|
|
69
|
-
const firstToggle = await $('[id="unique_id_1"]');
|
|
70
|
-
await expect(firstToggle).toBeFocused();
|
|
71
|
-
});
|
|
72
|
-
it('should focus the Apply button', async () => {
|
|
73
|
-
await browser.keys(Key.Tab);
|
|
74
|
-
await browser.keys(Key.Tab);
|
|
75
|
-
await browser.keys(Key.Tab);
|
|
76
|
-
const applyButton = await DSDialogCO.getApplyBtn();
|
|
77
|
-
await expect(applyButton).toBeFocused();
|
|
78
|
-
});
|
|
79
|
-
it('should loop and focus the first input again', async () => {
|
|
80
|
-
await browser.keys(Key.Tab);
|
|
81
|
-
await browser.keys(Key.Tab);
|
|
82
|
-
const firstInput = await DialogFormsCO.getFormInputByIndex(0);
|
|
83
|
-
await expect(firstInput).toBeFocused();
|
|
84
|
-
});
|
|
85
|
-
it('should go back to focus the close button', async () => {
|
|
86
|
-
await browser.keys([Key.Shift, Key.Tab]);
|
|
87
|
-
const firstInput = await DSDialogCO.getCloseBtn();
|
|
88
|
-
await expect(firstInput).toBeFocused();
|
|
89
|
-
});
|
|
90
|
-
});
|
|
91
|
-
describe('PUI-7971 - DSDialog, LoopTrap -func', () => {
|
|
92
|
-
before('loading page', async () => {
|
|
93
|
-
const errorOnGo = await DSDialogCO.basicURL.go();
|
|
94
|
-
if (errorOnGo) throw errorOnGo;
|
|
95
|
-
});
|
|
96
|
-
it('should open the dialog after clicking the trigger', async () => {
|
|
97
|
-
const triggerBtn = await DSDialogCO.getTriggerBtn();
|
|
98
|
-
await triggerBtn.click();
|
|
99
|
-
const dialog = await DSDialogCO.getDialog();
|
|
100
|
-
await dialog.waitForDisplayed();
|
|
101
|
-
await expect(dialog).toBeDisplayedInViewport();
|
|
102
|
-
});
|
|
103
|
-
it('should press tab 7 times and still be within the dialog', async () => {
|
|
104
|
-
// eslint-disable-next-line no-plusplus
|
|
105
|
-
for (let i = 0; i < 7; i++) await browser.keys(Key.Tab);
|
|
106
|
-
const closeBtn = await DSDialogCO.getCloseBtn();
|
|
107
|
-
await expect(closeBtn).toBeFocused();
|
|
108
|
-
});
|
|
109
|
-
});
|
|
110
|
-
describe('PUI-8680 - DSDialog, LoopTrap with DataTable within -func', () => {
|
|
111
|
-
before('loading page', async () => {
|
|
112
|
-
const errorOnGo = await DSDialogCO.withDatatable.go();
|
|
113
|
-
if (errorOnGo) throw errorOnGo;
|
|
114
|
-
});
|
|
115
|
-
it('should open the dialog after clicking the trigger', async () => {
|
|
116
|
-
const triggerBtn = await DSDialogCO.getTriggerBtn();
|
|
117
|
-
await triggerBtn.click();
|
|
118
|
-
const dialog = await DSDialogCO.getDialog();
|
|
119
|
-
await dialog.waitForDisplayed();
|
|
120
|
-
await expect(dialog).toBeDisplayedInViewport();
|
|
121
|
-
});
|
|
122
|
-
it('should be able to write on the text input within the datatable within the dialog', async () => {
|
|
123
|
-
// eslint-disable-next-line no-plusplus
|
|
124
|
-
await FiltersCO.openFilterPopperByColumnName('name', 0);
|
|
125
|
-
const inputSingleSelect = await FiltersCO.getFilterSingleSelectInput();
|
|
126
|
-
await expect(inputSingleSelect).toBeFocused();
|
|
127
|
-
await type('JOHN');
|
|
128
|
-
const menuItems = await FiltersCO.getFilterSingleSelectMenuItems();
|
|
129
|
-
const textFirstItem = await menuItems[0];
|
|
130
|
-
await expect(textFirstItem).toHaveText(expect.stringContaining('John'));
|
|
131
|
-
});
|
|
132
|
-
});
|
|
133
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
// Unskip after 12653 is done and implemented
|
|
2
|
-
describe.skip('PUI-12328 - SliderV2 - Multiple -Func', () => {
|
|
3
|
-
before('loading page', async () => {
|
|
4
|
-
const errorOnGo = await DSSliderV2CO.multipleURL.go();
|
|
5
|
-
if (errorOnGo) throw errorOnGo;
|
|
6
|
-
});
|
|
7
|
-
it('01: should change value of both handlers (same track) with mouse', async () => {
|
|
8
|
-
const handler1 = await DSSliderV2CO.getSliderThumb(0);
|
|
9
|
-
const handler2 = await DSSliderV2CO.getSliderThumb(1);
|
|
10
|
-
const valueHandler1 = await DSSliderV2CO.getSliderValue(handler1);
|
|
11
|
-
const valueHandler2 = await DSSliderV2CO.getSliderValue(handler2);
|
|
12
|
-
await handler1.dragAndDrop({ x: 200, y: 0 });
|
|
13
|
-
await handler2.dragAndDrop({ x: -200, y: 0 });
|
|
14
|
-
const valueHandler1after = await DSSliderV2CO.getSliderValue(handler1);
|
|
15
|
-
const valueHandler2after = await DSSliderV2CO.getSliderValue(handler2);
|
|
16
|
-
await expect(valueHandler1).toEqual('0');
|
|
17
|
-
await expect(valueHandler2).toEqual('100');
|
|
18
|
-
await expect(valueHandler1after).toEqual('25');
|
|
19
|
-
await expect(valueHandler2after).toEqual('75');
|
|
20
|
-
});
|
|
21
|
-
it('01: should NOT be able to change the handlers order (with mouse)', async () => {
|
|
22
|
-
const handler1 = await DSSliderV2CO.getSliderThumb(0);
|
|
23
|
-
const handler2 = await DSSliderV2CO.getSliderThumb(1);
|
|
24
|
-
const valueHandler1 = await DSSliderV2CO.getSliderValue(handler1);
|
|
25
|
-
const valueHandler2 = await DSSliderV2CO.getSliderValue(handler2);
|
|
26
|
-
await handler2.dragAndDrop({ x: -550, y: 0 }); // tries to put second handler before first
|
|
27
|
-
const valueHandler1after = await DSSliderV2CO.getSliderValue(handler1);
|
|
28
|
-
const valueHandler2after = await DSSliderV2CO.getSliderValue(handler2);
|
|
29
|
-
await expect(valueHandler1).toEqual('25');
|
|
30
|
-
await expect(valueHandler2).toEqual('75');
|
|
31
|
-
await expect(valueHandler1after).toEqual('25');
|
|
32
|
-
await expect(valueHandler2after).toEqual('25');
|
|
33
|
-
});
|
|
34
|
-
it('03: should NOT be able to change the handlers order (with keyboard)', async () => {
|
|
35
|
-
const handler1 = await DSSliderV2CO.getSliderThumb(0);
|
|
36
|
-
const handler2 = await DSSliderV2CO.getSliderThumb(1);
|
|
37
|
-
await browser.keys(Key.ArrowLeft);
|
|
38
|
-
await browser.keys(Key.ArrowLeft); // tries to put second handler before first
|
|
39
|
-
await browser.keys([Key.Shift, Key.Tab]);
|
|
40
|
-
await browser.keys(Key.ArrowRight); // tries to put first handler before second
|
|
41
|
-
const valueHandler1 = await DSSliderV2CO.getSliderValue(handler1);
|
|
42
|
-
const valueHandler2 = await DSSliderV2CO.getSliderValue(handler2);
|
|
43
|
-
await expect(valueHandler1).toEqual('25');
|
|
44
|
-
await expect(valueHandler2).toEqual('25');
|
|
45
|
-
});
|
|
46
|
-
});
|
|
File without changes
|
|
File without changes
|