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.
Files changed (183) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/ds-accordion/DSAccordionCO.js +15 -11
  3. package/ds-accordion/role/DSAccordion.role-heading.func.spec.js +21 -0
  4. package/ds-accordion/scrollable-content/DSAccordion.scrollable-content.visual.spec.js +42 -0
  5. package/ds-accordion/slots/DSAccordion.slots.func.spec.js +12 -0
  6. package/ds-accordion/wrapLabel/DSAccordion.wrap-label.visual.spec.js +20 -0
  7. package/ds-autocomplete/DSAutocompleteCO.js +18 -0
  8. package/ds-autocomplete/slots/DSAutocomplete.slots.axe-core.func.spec.js +20 -0
  9. package/ds-autocomplete/slots/DSAutocomplete.slots.func.spec.js +45 -0
  10. package/ds-autocomplete/slots/DSAutocomplete.slots.visual.spec.js +21 -0
  11. package/ds-banner/DSBanner.func.spec.js +4 -60
  12. package/ds-banner/DSBanner.text-resize.visual.spec.js +15 -0
  13. package/ds-banner/DSBanner.text-wrapping.visual.spec.js +31 -0
  14. package/ds-banner/DSBanner.visual.spec.js +0 -29
  15. package/ds-banner/DSBannerCO.js +24 -2
  16. package/ds-banner/aria-and-role/DSBanner.aria-and-role.func.spec.js +63 -0
  17. package/ds-banner/slots/DSBanner.slots.func.spec.js +65 -0
  18. package/ds-banner/slots/DSBanner.slots.visual.spec.js +17 -0
  19. package/ds-breadcrumb/DSBreadcrumb.func.spec.js +5 -3
  20. package/ds-button-v3/DSButtonV3.type-submit.func.spec.js +28 -0
  21. package/ds-button-v3/DSButtonV3.visual.spec.js +7 -2
  22. package/ds-button-v3/DSButtonV3CO.js +2 -0
  23. package/ds-card-navigation/CardNavigationCO.js +56 -0
  24. package/ds-card-navigation/DSCardNavigation.func.spec.js +50 -1
  25. package/ds-card-navigation/DSCardNavigation.slots.func.spec.js +127 -0
  26. package/ds-card-navigation/DSCardNavigation.slots.visual.spec.js +26 -0
  27. package/ds-card-navigation/DSCardNavigation.visual.spec.js +16 -0
  28. package/ds-card-v3/DSCardV3CO.js +20 -0
  29. package/ds-card-v3/drag-n-drop/DSCardV3.DnD.visual.spec.js +1 -1
  30. package/ds-card-v3/slots/DSCardV3.slots.axe-core.spec.js +22 -0
  31. package/ds-card-v3/slots/DSCardV3.slots.func.spec.js +36 -0
  32. package/ds-card-v3/slots/DSCardV3.slots.visual.spec.js +18 -0
  33. package/ds-chat/DSChat.func.spec.js +3 -2
  34. package/ds-chat/DSChat.visual.spec.js +3 -2
  35. package/ds-chat/DSChatCO.js +0 -8
  36. package/ds-chat/floatingbutton/DSChat-floating-button.visual.spec.js +1 -1
  37. package/ds-chip/DSChipCO.js +24 -0
  38. package/ds-chip/slots/DSChip.slots.axe-core.spec.js +17 -0
  39. package/ds-chip/slots/DSChip.slots.func.spec.js +39 -0
  40. package/ds-chip/slots/DSChip.slots.visual.spec.js +17 -0
  41. package/ds-circular-indeterminate-indicator/DSCircularIndicator.visual.spec.js +2 -1
  42. package/ds-controlled-form/ds-combobox/creatable/DSCombobox.creatable.visual.spec.js +6 -4
  43. package/ds-controlled-form/ds-controlled-large-input-text/DSLargeInputTextCO.js +5 -0
  44. package/ds-controlled-form/ds-controlled-large-input-text/aria-disabled/DSLargeInputText.aria-disabled.func.spec.js +19 -0
  45. package/ds-controlled-form/ds-controlled-radio-group/DSControlledRadioGroup.axe-core.func.spec.js +31 -0
  46. package/ds-controlled-form/react-hook-form/ReactHook.visual.spec.js +1 -0
  47. package/ds-data-table-async/DSDataTableCO.js +173 -108
  48. package/ds-data-table-async/basic/DSDataTable.basic.visual.spec.js +1 -45
  49. package/ds-data-table-async/components/FilterBarCO.js +8 -0
  50. package/ds-data-table-async/components/FiltersCO.js +12 -0
  51. package/ds-data-table-async/components/HeaderCO.js +5 -0
  52. package/ds-data-table-async/components/PaginationNavCO.js +1 -1
  53. package/ds-data-table-async/date-filters/DSDataTable.date-switcher.single.func.spec.js +1 -1
  54. package/ds-data-table-async/date-filters/DSDataTable.date-switcher.visual.spec.js +18 -8
  55. package/ds-data-table-async/dnd/DSDataTable.dnd.visual.spec.js +3 -1
  56. package/ds-data-table-async/dnd/DSDataTable.dnd_fixed-width.visual.spec.js +33 -0
  57. package/ds-data-table-async/empty-state/DSDataTable.empty-state.visual.spec.js +13 -0
  58. package/ds-data-table-async/filters/DSDataTable.filters-creatable.func.spec.js +5 -5
  59. package/ds-data-table-async/filters/DSDataTable.filters-creatable.visual.spec.js +1 -0
  60. package/ds-data-table-async/filters/DSDataTable.filters.visual.spec.js +18 -1
  61. package/ds-data-table-async/filters/DSDataTable.free-text-search.keyboard.func.spec.js +242 -0
  62. package/ds-data-table-async/filters/DSDataTable.free-text-search.visual.spec.js +54 -0
  63. package/ds-data-table-async/filters/DSDataTable.text-filters.func.spec.js +3 -3
  64. package/ds-data-table-async/menubutton/DSDataTable.MenuButton.keyboard.func.spec.js +56 -0
  65. package/ds-data-table-async/menubutton/DSDataTable.MenuButton.mouse.func.spec.js +55 -0
  66. package/ds-data-table-async/menubutton/DSDataTable.MenuButton.visual.spec.js +27 -0
  67. package/ds-data-table-async/more/DSDataTable.headers.visual.spec.js +0 -63
  68. package/ds-data-table-async/select/DSDataTable.select.func.spec.js +1 -1
  69. package/ds-data-table-async/slots/DSDataTable.slots.func.spec.js +40 -0
  70. package/ds-data-table-async/slots/DSDataTable.slots.visual.spec.js +19 -0
  71. package/ds-data-table-async/sorting/DSDataTable.sorting.visual.spec.js +118 -0
  72. package/ds-dataviz/DSDataViz.axis.visual.spec.js +2 -1
  73. package/ds-dataviz/DSDataViz.scroll.visual.spec.js +1 -0
  74. package/ds-dataviz/DSDataViz.ticks.visual.spec.js +2 -1
  75. package/ds-dialog/DSDialog.cases.visual.spec.js +3 -4
  76. package/ds-dialog/DSDialog.visual.spec.js +7 -14
  77. package/ds-dialog/DSDialogCO.js +5 -13
  78. package/ds-dialog/axe-core/DSDialog.error.axe-core.func.spec.js +24 -0
  79. package/ds-dialog/axe-core/DSDialog.info.axe-core.func.spec.js +24 -0
  80. package/ds-dialog/axe-core/DSDialog.scroll-body.axe-core.func.spec.js +24 -0
  81. package/ds-dialog/axe-core/DSDialog.success.axe-core.func.spec.js +24 -0
  82. package/ds-dialog/axe-core/DSDialog.warning.axe-core.spec.func.js +24 -0
  83. package/ds-dropdownmenu-v2/DSDDMenuV2.visual.spec.js +5 -5
  84. package/ds-form-combobox-multi/DSComboboxMultiCO.js +96 -1
  85. package/ds-form-combobox-multi/aria-disabled/DSComboboxMulti.aria-disabled.visual.spec.js +7 -3
  86. package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.mouse.func.spec.js +25 -0
  87. package/ds-form-combobox-multi/menu-position/DSComboboxMulti.menu-position.visual.spec.js +42 -0
  88. package/ds-form-combobox-multi/slots/DSComboboxMulti.slots.func.spec.js +100 -0
  89. package/ds-form-combobox-multi/slots/DSComboboxMulti.slots.visual.spec.js +51 -0
  90. package/ds-form-combobox-single/DSComboboxSingleCO.js +97 -1
  91. package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.mouse.func.spec.js +25 -0
  92. package/ds-form-combobox-single/menu-position/DSComboboxSingle.menu-position.visual.spec.js +93 -0
  93. package/ds-form-combobox-single/slots/DSComboboxSingle.slots.func.spec.js +100 -0
  94. package/ds-form-combobox-single/slots/DSComboboxSingle.slots.visual.spec.js +53 -0
  95. package/ds-form-date-range-picker/aria-disabled/DateRangePicker.applyAriaDisabled.keyboard-nav.func.spec.js +31 -5
  96. package/ds-form-date-time-picker/DSControlledDateTimePickerCO.js +7 -5
  97. package/ds-form-date-time-picker/date-input/DateInput.keyboard-nav.func.spec.js +2 -2
  98. package/ds-form-date-time-picker/date-time-full/DateTimeFull.applyAriaDisabled.axe-core.func.spec.js +1 -1
  99. package/ds-form-date-time-picker/date-time-full/DateTimeFull.axe-core.func.spec.js +25 -0
  100. package/ds-form-date-time-picker/date-time-full/DateTimePicker.applyAriaDisabled.keyboard-nav.func.spec.js +6 -1
  101. package/ds-form-date-time-picker/date-time-full/DateTimePicker.func.spec.js +32 -2
  102. package/ds-form-date-time-picker/date-time-full/DateTimePicker.keyboard-nav.func.spec.js +6 -1
  103. package/ds-form-date-time-picker/date-time-full/DateTimePicker.readOnly.keyboard-nav.func.spec.js +6 -1
  104. package/ds-form-date-time-picker/date-time-input/DateTimeInput.applyAriaDisabled.keyboard-nav.func.spec.js +40 -4
  105. package/ds-form-date-time-picker/showcase/DateTimePicker.applyAriaDisabled-showcase.visual.spec.js +2 -2
  106. package/ds-form-date-time-picker/showcase/DateTimePicker.readOnly-showcase.visual.spec.js +2 -2
  107. package/ds-form-layout-blocks/form-layout-block-item/DSFormLayoutBlockItem.axe-core.func.spec.js +4 -1
  108. package/ds-form-layout-blocks/form-layout-block-item/DSFormLayoutBlockItemCO.js +4 -0
  109. package/ds-form-native-select/NativeSelect.axe-core.func.spec.js +57 -0
  110. package/ds-form-native-select/NativeSelectCO.js +35 -0
  111. package/{ds-toggle → ds-form-toggle}/DSToggle.axe-core.func.spec.js +6 -2
  112. package/{ds-toggle → ds-form-toggle}/DSToggle.func.spec.js +13 -8
  113. package/{ds-toggle → ds-form-toggle}/DSToggle.visual.spec.js +2 -2
  114. package/{ds-toggle → ds-form-toggle}/DSToggleCO.js +1 -1
  115. package/ds-global-header/GlobalHeader.axe-core.func.spec.js +13 -0
  116. package/ds-global-header/GlobalHeaderCO.js +2 -0
  117. package/{ds-controlled-form → ds-hooks}/useMask/Number/UseNumberMask.func.spec.js +25 -12
  118. package/{ds-controlled-form → ds-hooks}/useMask/Number/UseNumberMask.visual.spec.js +4 -1
  119. package/{ds-controlled-form → ds-hooks}/useMask/Phone/UsePhoneMask.func.spec.js +1 -1
  120. package/{ds-controlled-form → ds-hooks}/useMask/Phone/UsePhoneMask.visual.spec.js +1 -1
  121. package/{ds-controlled-form → ds-hooks}/useMask/ReackHookFormWithMask/ReactHookFormWithMask.func.spec.js +1 -1
  122. package/{ds-controlled-form → ds-hooks}/useMask/ReackHookFormWithMask/ReactHookFormWithMask.visual.spec.js +1 -1
  123. package/{ds-controlled-form → ds-hooks}/useMask/RegExp/UseRegExpMask.func.spec.js +1 -1
  124. package/{ds-controlled-form → ds-hooks}/useMask/SSN/UseSsnMask.func.spec.js +1 -1
  125. package/{ds-controlled-form → ds-hooks}/useMask/ZipCode/UseZipCodeMask.func.spec.js +1 -1
  126. package/ds-indeterminate-progress-indicator/DSIndetermintateProgressIndicator.axe-core.func.spec.js +31 -0
  127. package/ds-menu-button/DSMenuButtonCO.js +2 -0
  128. package/ds-menu-button/basic/DSMenuButton.basic.func.spec.js +28 -0
  129. package/ds-menu-button/multiselect/DSMenuButton.axe-core.multiselect.func.spec.js +6 -1
  130. package/ds-menu-button/singleSelect/DSMenuButton.axe-core.singleSelect.func.spec.js +6 -1
  131. package/ds-menu-button/submenu/DSMenuButton.axe-core.subMenu.func.spec.js +7 -2
  132. package/ds-menu-item/DSMenuItems.visual.spec.js +8 -32
  133. package/ds-mobile/MobileDatePicker/MobileDatePicker.visual.spec.js +0 -13
  134. package/ds-modal-slide/ModalSlideCO.js +2 -0
  135. package/ds-notification-badge/DSNotificationBadge.axe-core.func.spec.js +1 -1
  136. package/ds-pagination/DSPagination.axe-core.func.spec.js +64 -0
  137. package/ds-pagination/DSPaginationCO.js +12 -0
  138. package/ds-pills-v2/DSPills.visual.spec.js +3 -1
  139. package/ds-pills-v2/selection/DSPills.axe-core.func.spec.js +6 -1
  140. package/ds-pills-v2/selection/DSPills.func.spec.js +32 -30
  141. package/ds-progress-indicator/DSProgressIndicator.axe-core.func.spec.js +31 -0
  142. package/ds-progress-indicator/DSProgressIndicator.func.spec.js +8 -3
  143. package/ds-progress-indicator/DSProgressIndicator.visual.spec.js +12 -2
  144. package/ds-progress-indicator/DSProgressIndicatorCO.js +5 -3
  145. package/ds-query-builder/DSQueryBuilder.visual.spec.js +10 -3
  146. package/ds-read-more/DSReadMore.func.spec.js +0 -58
  147. package/ds-read-more/DSReadMore.keyboard-nav.func.spec.js +66 -0
  148. package/ds-read-more/DSReadMore.slots.func.spec.js +58 -0
  149. package/ds-read-more/DSReadMore.slots.visual.spec.js +23 -0
  150. package/ds-read-more/DSReadMore.visual.spec.js +41 -17
  151. package/ds-read-more/DSReadMore.width-change.visual.spec.js +85 -0
  152. package/ds-read-more/DSReadMore.with-tooltip.func.spec.js +63 -0
  153. package/ds-read-more/DSReadMoreCO.js +20 -0
  154. package/ds-shuttle-v2/Dnd/DSShuttleV2.DnD.visual.spec.js +3 -0
  155. package/ds-shuttle-v2/basic/DSShuttleV2.keyboard.func.spec.js +0 -79
  156. package/ds-shuttle-v2/extra/DSShuttleV2.extra.func.spec.js +6 -2
  157. package/ds-shuttle-v2/extra/DSShuttleV2.extra.visual.spec.js +21 -0
  158. package/ds-shuttle-v2/filtering/DSShuttleV2.filter.func.spec.js +8 -3
  159. package/ds-shuttle-v2/filtering/DSShuttleV2.filter.kb.func.spec.js +43 -0
  160. package/ds-shuttle-v2/items/DSShuttleV2.items.func.spec.js +3 -2
  161. package/ds-shuttle-v2/items/DSShuttleV2.items.kb.func.spec.js +1 -1
  162. package/ds-shuttle-v2/load-more/DSShuttleV2.load-more.keyboard.func.spec.js +61 -0
  163. package/ds-slider-v2/DSSliderV2.extra.func.spec.js +44 -0
  164. package/ds-slider-v2/DSSliderV2.func.spec.js +98 -0
  165. package/ds-slider-v2/DSSliderV2CO.js +8 -0
  166. package/ds-svg/DSSvg.axe-core.func.spec.js +32 -0
  167. package/ds-svg/DSSvgCO.js +2 -3
  168. package/ds-tabs/DSTabs.onTabChange.func.spec.js +33 -0
  169. package/ds-tabs/DSTabsCO.js +29 -1
  170. package/ds-tabs/slots/DSTabs.slots.func.spec.js +77 -0
  171. package/ds-tabs/slots/DSTabs.slots.visual.spec.js +49 -0
  172. package/ds-tabs/with-carousel/DSTabs.with-carousel.visual.spec.js +5 -4
  173. package/ds-tooltip-v3/DSTooltipV3CO.js +6 -2
  174. package/ds-treeview/DSTreeViewCO.js +8 -0
  175. package/ds-treeview/dragAndDrop/TreeView-dnd.func.spec.js +0 -50
  176. package/ds-treeview/dragAndDrop/TreeView-dnd_mouse.func.spec.js +61 -0
  177. package/package.json +188 -187
  178. package/paths.js +17 -1
  179. package/ds-dialog/DSDialog.smoke.spec.js +0 -133
  180. package/ds-slider-v2/DSSliderV2.skipped.js +0 -46
  181. /package/ds-form-combobox-multi/iframe/{DSComboboxMulti.insideIframe.func.spec.js → DSComboboxMulti.insideIframe.visual.spec.js} +0 -0
  182. /package/{ds-controlled-form → ds-hooks}/useMask/useMaskCO.js +0 -0
  183. /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.1",
4
+ "version": "3.53.0-alpha.3",
4
5
  "description": "End-to-end tests for dimsum library",
5
6
  "dependencies": {
6
- "@elliemae/ds-accessibility": "3.53.0-alpha.1",
7
- "@elliemae/ds-backdrop": "3.53.0-alpha.1",
8
- "@elliemae/ds-app-picker": "3.53.0-alpha.1",
9
- "@elliemae/ds-accordion": "3.53.0-alpha.1",
10
- "@elliemae/ds-basic": "3.53.0-alpha.1",
11
- "@elliemae/ds-button": "3.53.0-alpha.1",
12
- "@elliemae/ds-breadcrumb": "3.53.0-alpha.1",
13
- "@elliemae/ds-button-group": "3.53.0-alpha.1",
14
- "@elliemae/ds-banner": "3.53.0-alpha.1",
15
- "@elliemae/ds-button-v1": "3.53.0-alpha.1",
16
- "@elliemae/ds-button-v2": "3.53.0-alpha.1",
17
- "@elliemae/ds-card": "3.53.0-alpha.1",
18
- "@elliemae/ds-card-array": "3.53.0-alpha.1",
19
- "@elliemae/ds-card-navigation": "3.53.0-alpha.1",
20
- "@elliemae/ds-card-v1": "3.53.0-alpha.1",
21
- "@elliemae/ds-card-v1-detail": "3.53.0-alpha.1",
22
- "@elliemae/ds-card-v2-action-addon": "3.53.0-alpha.1",
23
- "@elliemae/ds-card-v2-group": "3.53.0-alpha.1",
24
- "@elliemae/ds-card-v3": "3.53.0-alpha.1",
25
- "@elliemae/ds-card-v2": "3.53.0-alpha.1",
26
- "@elliemae/ds-card-v3-poc": "3.53.0-alpha.1",
27
- "@elliemae/ds-chat-bubble": "3.53.0-alpha.1",
28
- "@elliemae/ds-chat": "3.53.0-alpha.1",
29
- "@elliemae/ds-chat-card": "3.53.0-alpha.1",
30
- "@elliemae/ds-chat-container": "3.53.0-alpha.1",
31
- "@elliemae/ds-chat-container-header": "3.53.0-alpha.1",
32
- "@elliemae/ds-chat-empty-state": "3.53.0-alpha.1",
33
- "@elliemae/ds-chat-message-delimeter": "3.53.0-alpha.1",
34
- "@elliemae/ds-chat-floating-button": "3.53.0-alpha.1",
35
- "@elliemae/ds-chat-sidebar": "3.53.0-alpha.1",
36
- "@elliemae/ds-chat-tile": "3.53.0-alpha.1",
37
- "@elliemae/ds-chat-system-message": "3.53.0-alpha.1",
38
- "@elliemae/ds-chip": "3.53.0-alpha.1",
39
- "@elliemae/ds-codeeditor": "3.53.0-alpha.1",
40
- "@elliemae/ds-circular-progress-indicator": "3.53.0-alpha.1",
41
- "@elliemae/ds-classnames": "3.53.0-alpha.1",
42
- "@elliemae/ds-comments": "3.53.0-alpha.1",
43
- "@elliemae/ds-common": "3.53.0-alpha.1",
44
- "@elliemae/ds-csv-converter": "3.53.0-alpha.1",
45
- "@elliemae/ds-controlled-form": "3.53.0-alpha.1",
46
- "@elliemae/ds-data-table": "3.53.0-alpha.1",
47
- "@elliemae/ds-data-table-action-cell": "3.53.0-alpha.1",
48
- "@elliemae/ds-data-table-cell-header": "3.53.0-alpha.1",
49
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.53.0-alpha.1",
50
- "@elliemae/ds-data-table-expand-cell": "3.53.0-alpha.1",
51
- "@elliemae/ds-data-table-cell": "3.53.0-alpha.1",
52
- "@elliemae/ds-data-table-filters": "3.53.0-alpha.1",
53
- "@elliemae/ds-data-table-multi-select-cell": "3.53.0-alpha.1",
54
- "@elliemae/ds-data-table-single-select-cell": "3.53.0-alpha.1",
55
- "@elliemae/ds-datagrids": "3.53.0-alpha.1",
56
- "@elliemae/ds-dataviz-pie": "3.53.0-alpha.1",
57
- "@elliemae/ds-date-picker": "3.53.0-alpha.1",
58
- "@elliemae/ds-dataviz": "3.53.0-alpha.1",
59
- "@elliemae/ds-date-range-picker": "3.53.0-alpha.1",
60
- "@elliemae/ds-date-range-selector": "3.53.0-alpha.1",
61
- "@elliemae/ds-date-time-picker": "3.53.0-alpha.1",
62
- "@elliemae/ds-date-time-recurrence-picker": "3.53.0-alpha.1",
63
- "@elliemae/ds-decision-graph": "3.53.0-alpha.1",
64
- "@elliemae/ds-dialog": "3.53.0-alpha.1",
65
- "@elliemae/ds-drag-and-drop": "3.53.0-alpha.1",
66
- "@elliemae/ds-dropdownmenu": "3.53.0-alpha.1",
67
- "@elliemae/ds-dropdownmenu-v2": "3.53.0-alpha.1",
68
- "@elliemae/ds-dropzone": "3.53.0-alpha.1",
69
- "@elliemae/ds-fast-list": "3.53.0-alpha.1",
70
- "@elliemae/ds-filterbar": "3.53.0-alpha.1",
71
- "@elliemae/ds-form-combobox": "3.53.0-alpha.1",
72
- "@elliemae/ds-floating-context": "3.53.0-alpha.1",
73
- "@elliemae/ds-form-date-range-picker": "3.53.0-alpha.1",
74
- "@elliemae/ds-form-checkbox": "3.53.0-alpha.1",
75
- "@elliemae/ds-form-date-time-picker": "3.53.0-alpha.1",
76
- "@elliemae/ds-form": "3.53.0-alpha.1",
77
- "@elliemae/ds-form-helpers-mask-hooks": "3.53.0-alpha.1",
78
- "@elliemae/ds-form-input-textarea": "3.53.0-alpha.1",
79
- "@elliemae/ds-form-input-text": "3.53.0-alpha.1",
80
- "@elliemae/ds-form-layout-autocomplete": "3.53.0-alpha.1",
81
- "@elliemae/ds-form-layout-blocks": "3.53.0-alpha.1",
82
- "@elliemae/ds-form-layout-input-group": "3.53.0-alpha.1",
83
- "@elliemae/ds-form-layout-label": "3.53.0-alpha.1",
84
- "@elliemae/ds-form-multi-combobox": "3.53.0-alpha.1",
85
- "@elliemae/ds-form-radio": "3.53.0-alpha.1",
86
- "@elliemae/ds-form-native-select": "3.53.0-alpha.1",
87
- "@elliemae/ds-form-select": "3.53.0-alpha.1",
88
- "@elliemae/ds-form-single-combobox": "3.53.0-alpha.1",
89
- "@elliemae/ds-form-toggle": "3.53.0-alpha.1",
90
- "@elliemae/ds-global-header": "3.53.0-alpha.1",
91
- "@elliemae/ds-grid": "3.53.0-alpha.1",
92
- "@elliemae/ds-group-box": "3.53.0-alpha.1",
93
- "@elliemae/ds-header": "3.53.0-alpha.1",
94
- "@elliemae/ds-hidden": "3.53.0-alpha.1",
95
- "@elliemae/ds-hooks-focus-trap": "3.53.0-alpha.1",
96
- "@elliemae/ds-hooks-fontsize-media": "3.53.0-alpha.1",
97
- "@elliemae/ds-hooks-focus-stack": "3.53.0-alpha.1",
98
- "@elliemae/ds-hooks-fontsize-detector": "3.53.0-alpha.1",
99
- "@elliemae/ds-hooks-headless-tooltip": "3.53.0-alpha.1",
100
- "@elliemae/ds-hooks-is-mobile": "3.53.0-alpha.1",
101
- "@elliemae/ds-hooks-keyboard-navigation": "3.53.0-alpha.1",
102
- "@elliemae/ds-hooks-on-blur-out": "3.53.0-alpha.1",
103
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.53.0-alpha.1",
104
- "@elliemae/ds-hooks-on-first-focus-in": "3.53.0-alpha.1",
105
- "@elliemae/ds-icons": "3.53.0-alpha.1",
106
- "@elliemae/ds-image": "3.53.0-alpha.1",
107
- "@elliemae/ds-indeterminate-progress-indicator": "3.53.0-alpha.1",
108
- "@elliemae/ds-imagelibrarymodal": "3.53.0-alpha.1",
109
- "@elliemae/ds-label-value": "3.53.0-alpha.1",
110
- "@elliemae/ds-icon": "3.53.0-alpha.1",
111
- "@elliemae/ds-layout-provider": "3.53.0-alpha.1",
112
- "@elliemae/ds-list-section-header": "3.53.0-alpha.1",
113
- "@elliemae/ds-loading-indicator": "3.53.0-alpha.1",
114
- "@elliemae/ds-left-navigation": "3.53.0-alpha.1",
115
- "@elliemae/ds-menu-button": "3.53.0-alpha.1",
116
- "@elliemae/ds-menu": "3.53.0-alpha.1",
117
- "@elliemae/ds-menu-items": "3.53.0-alpha.1",
118
- "@elliemae/ds-menu-items-action": "3.53.0-alpha.1",
119
- "@elliemae/ds-menu-items-multi": "3.53.0-alpha.1",
120
- "@elliemae/ds-menu-items-section": "3.53.0-alpha.1",
121
- "@elliemae/ds-menu-items-commons": "3.53.0-alpha.1",
122
- "@elliemae/ds-menu-items-separator": "3.53.0-alpha.1",
123
- "@elliemae/ds-menu-items-skeleton": "3.53.0-alpha.1",
124
- "@elliemae/ds-menu-items-single": "3.53.0-alpha.1",
125
- "@elliemae/ds-menu-items-single-with-submenu": "3.53.0-alpha.1",
126
- "@elliemae/ds-menu-items-submenu": "3.53.0-alpha.1",
127
- "@elliemae/ds-modal": "3.53.0-alpha.1",
128
- "@elliemae/ds-menu-tree-item": "3.53.0-alpha.1",
129
- "@elliemae/ds-modal-slide": "3.53.0-alpha.1",
130
- "@elliemae/ds-mini-toolbar": "3.53.0-alpha.1",
131
- "@elliemae/ds-notification-badge": "3.53.0-alpha.1",
132
- "@elliemae/ds-number-range-field": "3.53.0-alpha.1",
133
- "@elliemae/ds-page-header": "3.53.0-alpha.1",
134
- "@elliemae/ds-overlay": "3.53.0-alpha.1",
135
- "@elliemae/ds-mobile": "3.53.0-alpha.1",
136
- "@elliemae/ds-page-header-v1": "3.53.0-alpha.1",
137
- "@elliemae/ds-pagination": "3.53.0-alpha.1",
138
- "@elliemae/ds-page-header-v2": "3.53.0-alpha.1",
139
- "@elliemae/ds-page-layout": "3.53.0-alpha.1",
140
- "@elliemae/ds-page-number": "3.53.0-alpha.1",
141
- "@elliemae/ds-pills": "3.53.0-alpha.1",
142
- "@elliemae/ds-pills-v2": "3.53.0-alpha.1",
143
- "@elliemae/ds-popper": "3.53.0-alpha.1",
144
- "@elliemae/ds-popperjs": "3.53.0-alpha.1",
145
- "@elliemae/ds-portal": "3.53.0-alpha.1",
146
- "@elliemae/ds-popover": "3.53.0-alpha.1",
147
- "@elliemae/ds-progress-indicator": "3.53.0-alpha.1",
148
- "@elliemae/ds-props-helpers": "3.53.0-alpha.1",
149
- "@elliemae/ds-query-builder": "3.53.0-alpha.1",
150
- "@elliemae/ds-read-more": "3.53.0-alpha.1",
151
- "@elliemae/ds-resizeable-container": "3.53.0-alpha.1",
152
- "@elliemae/ds-ribbon": "3.53.0-alpha.1",
153
- "@elliemae/ds-search-field": "3.53.0-alpha.1",
154
- "@elliemae/ds-scrollable-container": "3.53.0-alpha.1",
155
- "@elliemae/ds-shared": "3.53.0-alpha.1",
156
- "@elliemae/ds-separator": "3.53.0-alpha.1",
157
- "@elliemae/ds-shuttle": "3.53.0-alpha.1",
158
- "@elliemae/ds-shuttle-v2": "3.53.0-alpha.1",
159
- "@elliemae/ds-skeleton": "3.53.0-alpha.1",
160
- "@elliemae/ds-side-panel-header": "3.53.0-alpha.1",
161
- "@elliemae/ds-slider": "3.53.0-alpha.1",
162
- "@elliemae/ds-slider-v2": "3.53.0-alpha.1",
163
- "@elliemae/ds-side-panel": "3.53.0-alpha.1",
164
- "@elliemae/ds-spinner": "3.53.0-alpha.1",
165
- "@elliemae/ds-system": "3.53.0-alpha.1",
166
- "@elliemae/ds-stepper": "3.53.0-alpha.1",
167
- "@elliemae/ds-svg": "3.53.0-alpha.1",
168
- "@elliemae/ds-tabs": "3.53.0-alpha.1",
169
- "@elliemae/ds-text-wrapper": "3.53.0-alpha.1",
170
- "@elliemae/ds-test-utils": "3.53.0-alpha.1",
171
- "@elliemae/ds-square-indicator": "3.53.0-alpha.1",
172
- "@elliemae/ds-toast": "3.53.0-alpha.1",
173
- "@elliemae/ds-time-picker": "3.53.0-alpha.1",
174
- "@elliemae/ds-toolbar": "3.53.0-alpha.1",
175
- "@elliemae/ds-toolbar-v2": "3.53.0-alpha.1",
176
- "@elliemae/ds-toolbar-v1": "3.53.0-alpha.1",
177
- "@elliemae/ds-transition": "3.53.0-alpha.1",
178
- "@elliemae/ds-tooltip-v3": "3.53.0-alpha.1",
179
- "@elliemae/ds-tree-model": "3.53.0-alpha.1",
180
- "@elliemae/ds-treeview": "3.53.0-alpha.1",
181
- "@elliemae/ds-truncated-expandable-text": "3.53.0-alpha.1",
182
- "@elliemae/ds-typescript-helpers": "3.53.0-alpha.1",
183
- "@elliemae/ds-truncated-tooltip-text": "3.53.0-alpha.1",
184
- "@elliemae/ds-typography": "3.53.0-alpha.1",
185
- "@elliemae/ds-uploader": "3.53.0-alpha.1",
186
- "@elliemae/ds-virtual-list": "3.53.0-alpha.1",
187
- "@elliemae/ds-wizard": "3.53.0-alpha.1",
188
- "@elliemae/ds-wysiwygeditor": "3.53.0-alpha.1",
189
- "@elliemae/ds-zoom": "3.53.0-alpha.1",
190
- "@elliemae/ds-zustand-helpers": "3.53.0-alpha.1",
191
- "@elliemae/ds-zipcode-search": "3.53.0-alpha.1"
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
- });