dimsum-e2e-tests 3.54.0-next.2 → 3.54.0-next.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 +6 -0
- package/ds-button-v3/DSButtonV3.visual.spec.js +7 -2
- package/ds-controlled-form/ds-combobox/creatable/DSCombobox.creatable.visual.spec.js +6 -4
- package/ds-data-table-async/menubutton/DSDataTable.MenuButton.keyboard.func.spec.js +56 -0
- package/ds-data-table-async/menubutton/{DSDataTable.MenuButton.func.spec.js → DSDataTable.MenuButton.mouse.func.spec.js} +0 -54
- package/ds-dropdownmenu-v2/DSDDMenuV2.visual.spec.js +5 -5
- package/ds-query-builder/DSQueryBuilder.visual.spec.js +10 -3
- 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 +187 -187
- /package/ds-form-combobox-multi/iframe/{DSComboboxMulti.insideIframe.func.spec.js → DSComboboxMulti.insideIframe.visual.spec.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 3.54.0-next.3 (2025-07-22)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- dimsum:: fix e2e test cases [PUI-16286](https://jira.elliemae.io/browse/PUI-16286) ([#7573](https://git.elliemae.io/platform-ui/dimsum/issues/7573)) ([a019af3](https://git.elliemae.io/platform-ui/dimsum/commit/a019af37e3f2bb32ec186711a232addb19586e4b))
|
|
11
|
+
|
|
6
12
|
## 3.54.0-next.2 (2025-07-22)
|
|
7
13
|
|
|
8
14
|
### Features
|
|
@@ -7,17 +7,22 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
7
7
|
const errorOnGo = await DSButtonV3CO.longlabelURL.go();
|
|
8
8
|
if (errorOnGo) throw errorOnGo;
|
|
9
9
|
});
|
|
10
|
+
beforeEach('maximize window', async () => {
|
|
11
|
+
await browser.maximizeWindow();
|
|
12
|
+
});
|
|
10
13
|
it('should display default long-labelled buttons showcase correctly', async () => {
|
|
14
|
+
await browser.eyesOpen();
|
|
11
15
|
const button = await DSButtonV3CO.getButtonByIndex(0);
|
|
12
16
|
await button.waitForDisplayed({ timeout: 5000 });
|
|
13
|
-
const snapshot = await browser.
|
|
17
|
+
const snapshot = await browser.eyesCheckSnapshot(DSButtonV3CO.snapshotPath('ds-button-v3-longlabel-default'));
|
|
14
18
|
await expect(snapshot).toEqual(0);
|
|
15
19
|
});
|
|
16
20
|
it('should display default long-labelled buttons showcase after resize', async () => {
|
|
21
|
+
await browser.eyesOpen();
|
|
17
22
|
const button = await DSButtonV3CO.getButtonByIndex(0);
|
|
18
23
|
await button.waitForDisplayed({ timeout: 5000 });
|
|
19
24
|
await setTextSize(32);
|
|
20
|
-
const snapshot = await browser.
|
|
25
|
+
const snapshot = await browser.eyesCheckSnapshot(DSButtonV3CO.snapshotPath('ds-button-v3-longlabel-resize'));
|
|
21
26
|
await expect(snapshot).toEqual(0);
|
|
22
27
|
});
|
|
23
28
|
});
|
|
@@ -28,8 +28,8 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
28
28
|
);
|
|
29
29
|
await expect(snapshot).toEqual(0);
|
|
30
30
|
});
|
|
31
|
-
//
|
|
32
|
-
it('03: display tooltip for new option created', async () => {
|
|
31
|
+
// Defect PUI-16693 has been created to track this issue
|
|
32
|
+
it.skip('03: display tooltip for new option created', async () => {
|
|
33
33
|
await browser.eyesOpen();
|
|
34
34
|
const pill = await DSComboboxCO.getSimpleTruncateText();
|
|
35
35
|
await mouseOver(pill);
|
|
@@ -40,7 +40,8 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
40
40
|
);
|
|
41
41
|
await expect(snapshot).toEqual(0);
|
|
42
42
|
});
|
|
43
|
-
|
|
43
|
+
// Defect PUI-16693 has been created to track this issue
|
|
44
|
+
it.skip('04: create a new long option', async () => {
|
|
44
45
|
await browser.eyesOpen();
|
|
45
46
|
const pill = await DSComboboxCO.getSelectedValues();
|
|
46
47
|
await mouseOver(pill, 400, 0);
|
|
@@ -49,7 +50,8 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
49
50
|
const snapshot = await browser.eyesCheckSnapshot(DSComboboxCO.snapshotPath('comboboxV3-createable--new-option'));
|
|
50
51
|
await expect(snapshot).toEqual(0);
|
|
51
52
|
});
|
|
52
|
-
|
|
53
|
+
// Defect PUI-16693 has been created to track this issue
|
|
54
|
+
it.skip('05: should select new option', async () => {
|
|
53
55
|
await browser.eyesOpen();
|
|
54
56
|
const optionCreated = await DSComboboxCO.getOptionByIndex(0);
|
|
55
57
|
await optionCreated.click();
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { Key } from 'webdriverio';
|
|
2
|
+
import DSDataTableCO from '../DSDataTableCO';
|
|
3
|
+
import DSMenuButtonCO from '../../ds-menu-button/DSMenuButtonCO';
|
|
4
|
+
|
|
5
|
+
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
6
|
+
describe('PUI-16414 - DataTable, MenuButton (keyboard) - Functional Test', async () => {
|
|
7
|
+
before('loading page', async () => {
|
|
8
|
+
const errorOnGo = await DSDataTableCO.withMenuButton.go();
|
|
9
|
+
if (errorOnGo) throw errorOnGo;
|
|
10
|
+
await DSDataTableCO.waitForDataTable();
|
|
11
|
+
});
|
|
12
|
+
it('01: should focus menuTrigger with keyboard', async () => {
|
|
13
|
+
await browser.keys(Key.Tab);
|
|
14
|
+
await browser.keys(Key.Tab);
|
|
15
|
+
await browser.keys(Key.Tab);
|
|
16
|
+
await browser.keys(Key.Tab);
|
|
17
|
+
await browser.keys(Key.Return);
|
|
18
|
+
const menuButtonTrigger = await DSDataTableCO.getButtons(0);
|
|
19
|
+
await expect(menuButtonTrigger).toBeFocused();
|
|
20
|
+
});
|
|
21
|
+
it('02: should expand menuButton for datatable row with keyboard', async () => {
|
|
22
|
+
await browser.keys(Key.Return);
|
|
23
|
+
const submenuTriggerItem = await DSMenuButtonCO.getMenuItemWrapper(1);
|
|
24
|
+
const menuItems = (await DSMenuButtonCO.getMenuItems()).length;
|
|
25
|
+
await expect(menuItems).toEqual(5);
|
|
26
|
+
await expect(submenuTriggerItem).toBeDisplayedInViewport();
|
|
27
|
+
});
|
|
28
|
+
it('03: should trigger menuButton item with keyboard', async () => {
|
|
29
|
+
await browser.keys(Key.ArrowUp);
|
|
30
|
+
await browser.keys(Key.Return);
|
|
31
|
+
const alertText = await browser.getAlertText();
|
|
32
|
+
await expect(alertText).toEqual('item selected: log actions - undefined');
|
|
33
|
+
});
|
|
34
|
+
it('03: should expand menuButton submenu for datatable row with keyboard', async () => {
|
|
35
|
+
await browser.dismissAlert();
|
|
36
|
+
await browser.keys(Key.Return);
|
|
37
|
+
await browser.keys(Key.ArrowDown);
|
|
38
|
+
const menuItems = (await DSMenuButtonCO.getMenuItems()).length;
|
|
39
|
+
await expect(menuItems).toEqual(6);
|
|
40
|
+
});
|
|
41
|
+
it('04: should trigger menuButton submenu item with keyboard', async () => {
|
|
42
|
+
await browser.keys(Key.ArrowRight);
|
|
43
|
+
await browser.keys(Key.Return);
|
|
44
|
+
const alertText = await browser.getAlertText();
|
|
45
|
+
await expect(alertText).toEqual('item selected: Realtor Phone - (424) 000-0000');
|
|
46
|
+
});
|
|
47
|
+
it('05: should close menuButton menu with keyboard', async () => {
|
|
48
|
+
await browser.dismissAlert();
|
|
49
|
+
await browser.keys(Key.Return);
|
|
50
|
+
const menu = await DSMenuButtonCO.getMenuRoot();
|
|
51
|
+
await menu.waitForDisplayed();
|
|
52
|
+
await browser.keys(Key.Escape);
|
|
53
|
+
await expect(menu).not.toBeDisplayedInViewport();
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* eslint-disable max-lines */
|
|
2
|
-
/* eslint-disable wdio/no-pause */
|
|
3
|
-
import { Key } from 'webdriverio';
|
|
4
1
|
import DSDataTableCO from '../DSDataTableCO';
|
|
5
2
|
import { mouseOver } from '../../helpers';
|
|
6
3
|
import CellCO from '../components/CellCO';
|
|
@@ -55,55 +52,4 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
55
52
|
await expect(menu).not.toBeDisplayedInViewport();
|
|
56
53
|
});
|
|
57
54
|
});
|
|
58
|
-
|
|
59
|
-
describe('PUI-16414 - DataTable, MenuButton (keyboard) - Functional Test', async () => {
|
|
60
|
-
before('loading page', async () => {
|
|
61
|
-
const errorOnGo = await DSDataTableCO.withMenuButton.go();
|
|
62
|
-
if (errorOnGo) throw errorOnGo;
|
|
63
|
-
await DSDataTableCO.waitForDataTable();
|
|
64
|
-
});
|
|
65
|
-
it('01: should focus menuTrigger with keyboard', async () => {
|
|
66
|
-
await browser.keys(Key.Tab);
|
|
67
|
-
await browser.keys(Key.Tab);
|
|
68
|
-
await browser.keys(Key.Tab);
|
|
69
|
-
await browser.keys(Key.Tab);
|
|
70
|
-
await browser.keys(Key.Return);
|
|
71
|
-
const menuButtonTrigger = await DSDataTableCO.getButtons(0);
|
|
72
|
-
await expect(menuButtonTrigger).toBeFocused();
|
|
73
|
-
});
|
|
74
|
-
it('02: should expand menuButton for datatable row with keyboard', async () => {
|
|
75
|
-
await browser.keys(Key.Return);
|
|
76
|
-
const submenuTriggerItem = await DSMenuButtonCO.getMenuItemWrapper(1);
|
|
77
|
-
const menuItems = (await DSMenuButtonCO.getMenuItems()).length;
|
|
78
|
-
await expect(menuItems).toEqual(5);
|
|
79
|
-
await expect(submenuTriggerItem).toBeDisplayedInViewport();
|
|
80
|
-
});
|
|
81
|
-
it('03: should trigger menuButton item with keyboard', async () => {
|
|
82
|
-
await browser.keys(Key.ArrowUp);
|
|
83
|
-
await browser.keys(Key.Return);
|
|
84
|
-
const alertText = await browser.getAlertText();
|
|
85
|
-
await expect(alertText).toEqual('item selected: log actions - undefined');
|
|
86
|
-
});
|
|
87
|
-
it('03: should expand menuButton submenu for datatable row with keyboard', async () => {
|
|
88
|
-
await browser.dismissAlert();
|
|
89
|
-
await browser.keys(Key.Return);
|
|
90
|
-
await browser.keys(Key.ArrowDown);
|
|
91
|
-
const menuItems = (await DSMenuButtonCO.getMenuItems()).length;
|
|
92
|
-
await expect(menuItems).toEqual(6);
|
|
93
|
-
});
|
|
94
|
-
it('04: should trigger menuButton submenu item with keyboard', async () => {
|
|
95
|
-
await browser.keys(Key.ArrowRight);
|
|
96
|
-
await browser.keys(Key.Return);
|
|
97
|
-
const alertText = await browser.getAlertText();
|
|
98
|
-
await expect(alertText).toEqual('item selected: Realtor Phone - (424) 000-0000');
|
|
99
|
-
});
|
|
100
|
-
it('05: should close menuButton menu with keyboard', async () => {
|
|
101
|
-
await browser.dismissAlert();
|
|
102
|
-
await browser.keys(Key.Return);
|
|
103
|
-
const menu = await DSMenuButtonCO.getMenuRoot();
|
|
104
|
-
await menu.waitForDisplayed();
|
|
105
|
-
await browser.keys(Key.Escape);
|
|
106
|
-
await expect(menu).not.toBeDisplayedInViewport();
|
|
107
|
-
});
|
|
108
|
-
});
|
|
109
55
|
}
|
|
@@ -77,21 +77,21 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
77
77
|
});
|
|
78
78
|
|
|
79
79
|
describe('PUI-9587 - DropdownMenuV2, Basic keyboard selection and submenus -Visual.', () => {
|
|
80
|
-
|
|
80
|
+
beforeEach(async () => {
|
|
81
81
|
const errorOnGo = await DSDDMenuV2CO.basicURL.go();
|
|
82
82
|
if (errorOnGo) throw errorOnGo;
|
|
83
83
|
});
|
|
84
84
|
it('01: should display a dropdown submenu expanded and selected', async () => {
|
|
85
|
-
|
|
86
|
-
await
|
|
85
|
+
await browser.keys(Key.Tab);
|
|
86
|
+
await browser.keys(Key.Enter);
|
|
87
87
|
await browser.keys(Key.Space);
|
|
88
88
|
await browser.keys(Key.ArrowRight);
|
|
89
89
|
const snapshot = await browser.checkSnapshot(DSDDMenuV2CO.snapshotPath('ds-ddmenuv2-one-submenu'));
|
|
90
90
|
await expect(snapshot).toEqual(0);
|
|
91
91
|
});
|
|
92
92
|
it('02: should display a dropdown double submenu ', async () => {
|
|
93
|
-
|
|
94
|
-
await
|
|
93
|
+
await browser.keys(Key.Tab);
|
|
94
|
+
await browser.keys(Key.Enter);
|
|
95
95
|
await browser.keys(Key.ArrowLeft);
|
|
96
96
|
await browser.keys(Key.Space);
|
|
97
97
|
await browser.keys(Key.ArrowDown);
|
|
@@ -53,18 +53,25 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
53
53
|
if (errorOnGo) throw errorOnGo;
|
|
54
54
|
});
|
|
55
55
|
it('01: should display the combobox multi closed properly', async () => {
|
|
56
|
-
|
|
56
|
+
await browser.eyesOpen();
|
|
57
|
+
const snapshot = await browser.eyesCheckSnapshot(DSQueryBuilderCO.snapshotPath('qb-error-combo-multi-closed'));
|
|
57
58
|
await expect(snapshot).toEqual(0);
|
|
58
59
|
});
|
|
59
60
|
it('02: should display the combobox with all options selected properly opened', async () => {
|
|
61
|
+
await browser.eyesOpen();
|
|
60
62
|
await DSQueryBuilderCO.openComboBox(0);
|
|
61
63
|
await browser.keys([Key.Control, Key.Command, 'a']);
|
|
62
|
-
const snapshot = await browser.
|
|
64
|
+
const snapshot = await browser.eyesCheckSnapshot(
|
|
65
|
+
DSQueryBuilderCO.snapshotPath('qb-error-combo-multi-all-selected'),
|
|
66
|
+
);
|
|
63
67
|
await expect(snapshot).toEqual(0);
|
|
64
68
|
});
|
|
65
69
|
it('03: should display the combobox with all options selected properly closed', async () => {
|
|
70
|
+
await browser.eyesOpen();
|
|
66
71
|
await $('body').click();
|
|
67
|
-
const snapshot = await browser.
|
|
72
|
+
const snapshot = await browser.eyesCheckSnapshot(
|
|
73
|
+
DSQueryBuilderCO.snapshotPath('qb-error-combo-multi-all-selected'),
|
|
74
|
+
);
|
|
68
75
|
await expect(snapshot).toEqual(0);
|
|
69
76
|
});
|
|
70
77
|
});
|
|
@@ -201,6 +201,10 @@ export default class DSTreeViewCO extends PageObject {
|
|
|
201
201
|
return (await this.getRows())[index];
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
+
static async getRowContent(index) {
|
|
205
|
+
return $$('[data-testid="tree-item-content"]')[index];
|
|
206
|
+
}
|
|
207
|
+
|
|
204
208
|
static async getDraggedItem() {
|
|
205
209
|
return $('[data-testid="dragged-item"]');
|
|
206
210
|
}
|
|
@@ -304,6 +308,10 @@ export default class DSTreeViewCO extends PageObject {
|
|
|
304
308
|
value: '\uE024',
|
|
305
309
|
pause: 1000,
|
|
306
310
|
},
|
|
311
|
+
{
|
|
312
|
+
type: 'pause',
|
|
313
|
+
duration: 800,
|
|
314
|
+
},
|
|
307
315
|
],
|
|
308
316
|
},
|
|
309
317
|
]);
|
|
@@ -51,54 +51,4 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
51
51
|
});
|
|
52
52
|
});
|
|
53
53
|
}
|
|
54
|
-
describe('PUI-11320 - TreeView, Basic Drag and Drop Functionality', () => {
|
|
55
|
-
before(async () => {
|
|
56
|
-
const errorOnGo = await DSTreeViewCO.dragAndDrop.go();
|
|
57
|
-
if (errorOnGo) throw errorOnGo;
|
|
58
|
-
});
|
|
59
|
-
it('01: drag and drop in the same position - parent item', async () => {
|
|
60
|
-
const firstRow = await DSTreeViewCO.getRow(0);
|
|
61
|
-
const dragHandleFirstRow = await DSTreeViewCO.getDragHandle(0);
|
|
62
|
-
await dragHandleFirstRow.dragAndDrop(firstRow);
|
|
63
|
-
await expect(firstRow).toHaveText(expect.stringContaining('Parent. id: 1'));
|
|
64
|
-
});
|
|
65
|
-
it('02: drag and drop in the same position - child item', async () => {
|
|
66
|
-
const expandableBtnFirstRow = await DSTreeViewCO.getToggleBtn(0);
|
|
67
|
-
await expandableBtnFirstRow.click();
|
|
68
|
-
const firstChildRow = await DSTreeViewCO.getRow(1);
|
|
69
|
-
const dragHandleFirstChild = await DSTreeViewCO.getDragHandle(1);
|
|
70
|
-
await dragHandleFirstChild.dragAndDrop(firstChildRow);
|
|
71
|
-
await expect(firstChildRow).toHaveText(expect.stringContaining('Child of 1. id: 2'));
|
|
72
|
-
});
|
|
73
|
-
it('03: drag a parent and drop it in another parent', async () => {
|
|
74
|
-
const parentId4 = await DSTreeViewCO.getRow(3);
|
|
75
|
-
const dragHandleParentId1 = await DSTreeViewCO.getDragHandle(0);
|
|
76
|
-
await dragHandleParentId1.dragAndDrop(parentId4);
|
|
77
|
-
await DSTreeViewCO.expandCollapseAll();
|
|
78
|
-
const firstRow = await DSTreeViewCO.getRow(0);
|
|
79
|
-
await expect(firstRow).toHaveText(expect.stringContaining('Parent. id: 4'));
|
|
80
|
-
});
|
|
81
|
-
it('04: drag a child of a parent and drop it in another parent with no children', async () => {
|
|
82
|
-
const dragHandleChildOfParent1 = await DSTreeViewCO.getDragHandle(5);
|
|
83
|
-
const parentId7 = await DSTreeViewCO.getRow(8);
|
|
84
|
-
await dragHandleChildOfParent1.dragAndDrop(parentId7);
|
|
85
|
-
await browser.pause(300);
|
|
86
|
-
await DSTreeViewCO.expandCollapseAll();
|
|
87
|
-
const sixthRow = await DSTreeViewCO.getRow(6);
|
|
88
|
-
const sixthRowValue = await sixthRow.getText();
|
|
89
|
-
await expect(sixthRowValue).toEqual('Child of 1. Also parent. id: 3');
|
|
90
|
-
});
|
|
91
|
-
it('05: drag a parent and drop it into last row', async () => {
|
|
92
|
-
const parentId8 = await DSTreeViewCO.getRow(9);
|
|
93
|
-
const dragHandleParentId4 = await DSTreeViewCO.getDragHandle(0);
|
|
94
|
-
await dragHandleParentId4.dragAndDrop(parentId8);
|
|
95
|
-
await browser.pause(500);
|
|
96
|
-
const expandableBtnLastRow = await DSTreeViewCO.getToggleBtn(1);
|
|
97
|
-
await expandableBtnLastRow.click();
|
|
98
|
-
await DSTreeViewCO.expandCollapseAll();
|
|
99
|
-
const parentId4 = await DSTreeViewCO.getRow(5);
|
|
100
|
-
const parentId4Value = await parentId4.getText();
|
|
101
|
-
await expect(parentId4Value).toEqual('Parent. id: 4');
|
|
102
|
-
});
|
|
103
|
-
});
|
|
104
54
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/* eslint-disable wdio/no-pause */
|
|
2
|
+
import DSTreeViewCO from '../DSTreeViewCO';
|
|
3
|
+
|
|
4
|
+
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
|
+
describe('PUI-11320 - TreeView, Basic Drag and Drop Functionality', () => {
|
|
6
|
+
before(async () => {
|
|
7
|
+
const errorOnGo = await DSTreeViewCO.dragAndDrop.go();
|
|
8
|
+
if (errorOnGo) throw errorOnGo;
|
|
9
|
+
});
|
|
10
|
+
it('01: drag and drop in the same position - parent item', async () => {
|
|
11
|
+
const firstRow = await DSTreeViewCO.getRowContent(0);
|
|
12
|
+
const dragHandleFirstRow = await DSTreeViewCO.getDragHandle(0);
|
|
13
|
+
await dragHandleFirstRow.dragAndDrop(firstRow, { duration: 1000 });
|
|
14
|
+
await expect(firstRow).toHaveText(expect.stringContaining('Parent. id: 1'));
|
|
15
|
+
});
|
|
16
|
+
it('02: drag and drop in the same position - child item', async () => {
|
|
17
|
+
const expandableBtnFirstRow = await DSTreeViewCO.getToggleBtn(0);
|
|
18
|
+
await expandableBtnFirstRow.click();
|
|
19
|
+
const firstChildRow = await DSTreeViewCO.getRowContent(1);
|
|
20
|
+
const dragHandleFirstChild = await DSTreeViewCO.getDragHandle(1);
|
|
21
|
+
await dragHandleFirstChild.dragAndDrop(firstChildRow, { duration: 1000 });
|
|
22
|
+
await expect(firstChildRow).toHaveText(expect.stringContaining('Child of 1. id: 2'));
|
|
23
|
+
});
|
|
24
|
+
it('03: drag a parent and drop it in another parent', async () => {
|
|
25
|
+
const parentId4 = await DSTreeViewCO.getRowContent(3);
|
|
26
|
+
const dragHandleParentId1 = await DSTreeViewCO.getDragHandle(0);
|
|
27
|
+
await dragHandleParentId1.dragAndDrop(parentId4, { duration: 1000 });
|
|
28
|
+
await browser.pause(300);
|
|
29
|
+
await DSTreeViewCO.expandCollapseAll();
|
|
30
|
+
await browser.pause(300);
|
|
31
|
+
const firstRow = await DSTreeViewCO.getRowContent(0);
|
|
32
|
+
await expect(firstRow).toHaveText(expect.stringContaining('Parent. id: 4'));
|
|
33
|
+
});
|
|
34
|
+
it('04: drag a child of a parent and drop it in another parent with no children', async () => {
|
|
35
|
+
const dragHandleChildOfParent1 = await DSTreeViewCO.getDragHandle(5);
|
|
36
|
+
const parentId7 = await DSTreeViewCO.getRowContent(8);
|
|
37
|
+
await dragHandleChildOfParent1.dragAndDrop(parentId7, { duration: 1000 });
|
|
38
|
+
await browser.pause(300);
|
|
39
|
+
await DSTreeViewCO.expandCollapseAll();
|
|
40
|
+
await browser.pause(300);
|
|
41
|
+
|
|
42
|
+
const sixthRow = await DSTreeViewCO.getRowContent(6);
|
|
43
|
+
const sixthRowValue = await sixthRow.getText();
|
|
44
|
+
await expect(sixthRowValue).toEqual('Child of 1. Also parent. id: 3');
|
|
45
|
+
});
|
|
46
|
+
it('05: drag a parent and drop it into last row', async () => {
|
|
47
|
+
const parentId8 = await DSTreeViewCO.getRowContent(9);
|
|
48
|
+
const dragHandleParentId4 = await DSTreeViewCO.getDragHandle(0);
|
|
49
|
+
await dragHandleParentId4.click();
|
|
50
|
+
await dragHandleParentId4.dragAndDrop(parentId8, { duration: 1000 });
|
|
51
|
+
await DSTreeViewCO.expandCollapseAll();
|
|
52
|
+
await DSTreeViewCO.expandCollapseAll();
|
|
53
|
+
await browser.pause(300);
|
|
54
|
+
|
|
55
|
+
await $('span*=Parent. id: 4').waitForDisplayed({ timeout: 5000 });
|
|
56
|
+
const parentId4 = await DSTreeViewCO.getRowContent(5);
|
|
57
|
+
const parentId4Value = await parentId4.getText();
|
|
58
|
+
await expect(parentId4Value).toEqual('Parent. id: 4');
|
|
59
|
+
});
|
|
60
|
+
});
|
|
61
|
+
}
|
package/package.json
CHANGED
|
@@ -1,194 +1,194 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "dimsum-e2e-tests",
|
|
4
|
-
"version": "3.54.0-next.
|
|
4
|
+
"version": "3.54.0-next.3",
|
|
5
5
|
"description": "End-to-end tests for dimsum library",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@elliemae/ds-accessibility": "3.54.0-next.
|
|
8
|
-
"@elliemae/ds-
|
|
9
|
-
"@elliemae/ds-
|
|
10
|
-
"@elliemae/ds-app-picker": "3.54.0-next.
|
|
11
|
-
"@elliemae/ds-banner": "3.54.0-next.
|
|
12
|
-
"@elliemae/ds-
|
|
13
|
-
"@elliemae/ds-
|
|
14
|
-
"@elliemae/ds-button": "3.54.0-next.
|
|
15
|
-
"@elliemae/ds-button-
|
|
16
|
-
"@elliemae/ds-button-
|
|
17
|
-
"@elliemae/ds-card": "3.54.0-next.
|
|
18
|
-
"@elliemae/ds-card-array": "3.54.0-next.
|
|
19
|
-
"@elliemae/ds-
|
|
20
|
-
"@elliemae/ds-
|
|
21
|
-
"@elliemae/ds-card-v1": "3.54.0-next.
|
|
22
|
-
"@elliemae/ds-card-
|
|
23
|
-
"@elliemae/ds-card-v2-action-addon": "3.54.0-next.
|
|
24
|
-
"@elliemae/ds-card-
|
|
25
|
-
"@elliemae/ds-card-
|
|
26
|
-
"@elliemae/ds-card-v3
|
|
27
|
-
"@elliemae/ds-card-
|
|
28
|
-
"@elliemae/ds-chat": "3.54.0-next.
|
|
29
|
-
"@elliemae/ds-chat-
|
|
30
|
-
"@elliemae/ds-chat-container": "3.54.0-next.
|
|
31
|
-
"@elliemae/ds-chat-
|
|
32
|
-
"@elliemae/ds-chat-container
|
|
33
|
-
"@elliemae/ds-chat-
|
|
34
|
-
"@elliemae/ds-chat-
|
|
35
|
-
"@elliemae/ds-chat-
|
|
36
|
-
"@elliemae/ds-chat-
|
|
37
|
-
"@elliemae/ds-chat-
|
|
38
|
-
"@elliemae/ds-
|
|
39
|
-
"@elliemae/ds-
|
|
40
|
-
"@elliemae/ds-circular-progress-indicator": "3.54.0-next.
|
|
41
|
-
"@elliemae/ds-classnames": "3.54.0-next.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-data-table-
|
|
49
|
-
"@elliemae/ds-data-table-cell": "3.54.0-next.
|
|
50
|
-
"@elliemae/ds-data-table-
|
|
51
|
-
"@elliemae/ds-data-table-cell
|
|
52
|
-
"@elliemae/ds-data-table-expand-cell": "3.54.0-next.
|
|
53
|
-
"@elliemae/ds-data-table-filters": "3.54.0-next.
|
|
54
|
-
"@elliemae/ds-data-table-
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-
|
|
57
|
-
"@elliemae/ds-dataviz": "3.54.0-next.
|
|
58
|
-
"@elliemae/ds-dataviz-pie": "3.54.0-next.
|
|
59
|
-
"@elliemae/ds-date-picker": "3.54.0-next.
|
|
60
|
-
"@elliemae/ds-date-
|
|
61
|
-
"@elliemae/ds-date-range-
|
|
62
|
-
"@elliemae/ds-date-time-recurrence-picker": "3.54.0-next.
|
|
63
|
-
"@elliemae/ds-date-time-picker": "3.54.0-next.
|
|
64
|
-
"@elliemae/ds-
|
|
65
|
-
"@elliemae/ds-
|
|
66
|
-
"@elliemae/ds-
|
|
67
|
-
"@elliemae/ds-
|
|
68
|
-
"@elliemae/ds-dropdownmenu-v2": "3.54.0-next.
|
|
69
|
-
"@elliemae/ds-dropzone": "3.54.0-next.
|
|
70
|
-
"@elliemae/ds-fast-list": "3.54.0-next.
|
|
71
|
-
"@elliemae/ds-filterbar": "3.54.0-next.
|
|
72
|
-
"@elliemae/ds-
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-form": "3.54.0-next.
|
|
75
|
-
"@elliemae/ds-form-combobox": "3.54.0-next.
|
|
76
|
-
"@elliemae/ds-form-date-range-picker": "3.54.0-next.
|
|
77
|
-
"@elliemae/ds-form-date-time-picker": "3.54.0-next.
|
|
78
|
-
"@elliemae/ds-form-input-text": "3.54.0-next.
|
|
79
|
-
"@elliemae/ds-form-helpers-mask-hooks": "3.54.0-next.
|
|
80
|
-
"@elliemae/ds-form-input-textarea": "3.54.0-next.
|
|
81
|
-
"@elliemae/ds-form-layout-
|
|
82
|
-
"@elliemae/ds-form-layout-
|
|
83
|
-
"@elliemae/ds-form-layout-
|
|
84
|
-
"@elliemae/ds-form-
|
|
85
|
-
"@elliemae/ds-form-
|
|
86
|
-
"@elliemae/ds-form-
|
|
87
|
-
"@elliemae/ds-form-
|
|
88
|
-
"@elliemae/ds-form-select": "3.54.0-next.
|
|
89
|
-
"@elliemae/ds-form-single-combobox": "3.54.0-next.
|
|
90
|
-
"@elliemae/ds-
|
|
91
|
-
"@elliemae/ds-
|
|
92
|
-
"@elliemae/ds-
|
|
93
|
-
"@elliemae/ds-
|
|
94
|
-
"@elliemae/ds-
|
|
95
|
-
"@elliemae/ds-
|
|
96
|
-
"@elliemae/ds-
|
|
97
|
-
"@elliemae/ds-hooks-focus-trap": "3.54.0-next.
|
|
98
|
-
"@elliemae/ds-hooks-fontsize-
|
|
99
|
-
"@elliemae/ds-hooks-fontsize-
|
|
100
|
-
"@elliemae/ds-hooks-headless-tooltip": "3.54.0-next.
|
|
101
|
-
"@elliemae/ds-hooks-is-mobile": "3.54.0-next.
|
|
102
|
-
"@elliemae/ds-hooks-is-showing-ellipsis": "3.54.0-next.
|
|
103
|
-
"@elliemae/ds-hooks-keyboard-navigation": "3.54.0-next.
|
|
104
|
-
"@elliemae/ds-
|
|
105
|
-
"@elliemae/ds-hooks-on-
|
|
106
|
-
"@elliemae/ds-
|
|
107
|
-
"@elliemae/ds-
|
|
108
|
-
"@elliemae/ds-
|
|
109
|
-
"@elliemae/ds-icons": "3.54.0-next.
|
|
110
|
-
"@elliemae/ds-
|
|
111
|
-
"@elliemae/ds-label-value": "3.54.0-next.
|
|
112
|
-
"@elliemae/ds-
|
|
113
|
-
"@elliemae/ds-
|
|
114
|
-
"@elliemae/ds-
|
|
115
|
-
"@elliemae/ds-
|
|
116
|
-
"@elliemae/ds-menu": "3.54.0-next.
|
|
117
|
-
"@elliemae/ds-menu-
|
|
118
|
-
"@elliemae/ds-menu-items": "3.54.0-next.
|
|
119
|
-
"@elliemae/ds-menu
|
|
120
|
-
"@elliemae/ds-menu-items-
|
|
121
|
-
"@elliemae/ds-menu-items-
|
|
122
|
-
"@elliemae/ds-menu-items-
|
|
123
|
-
"@elliemae/ds-menu-items-
|
|
124
|
-
"@elliemae/ds-menu-items-
|
|
125
|
-
"@elliemae/ds-menu-items-single-with-submenu": "3.54.0-next.
|
|
126
|
-
"@elliemae/ds-menu-tree-item": "3.54.0-next.
|
|
127
|
-
"@elliemae/ds-mini-toolbar": "3.54.0-next.
|
|
128
|
-
"@elliemae/ds-menu-items-skeleton": "3.54.0-next.
|
|
129
|
-
"@elliemae/ds-menu-items-submenu": "3.54.0-next.
|
|
130
|
-
"@elliemae/ds-mobile": "3.54.0-next.
|
|
131
|
-
"@elliemae/ds-modal": "3.54.0-next.
|
|
132
|
-
"@elliemae/ds-modal-slide": "3.54.0-next.
|
|
133
|
-
"@elliemae/ds-notification-badge": "3.54.0-next.
|
|
134
|
-
"@elliemae/ds-overlay": "3.54.0-next.
|
|
135
|
-
"@elliemae/ds-number-range-field": "3.54.0-next.
|
|
136
|
-
"@elliemae/ds-page-header": "3.54.0-next.
|
|
137
|
-
"@elliemae/ds-page-header-v1": "3.54.0-next.
|
|
138
|
-
"@elliemae/ds-page-header-v2": "3.54.0-next.
|
|
139
|
-
"@elliemae/ds-page-number": "3.54.0-next.
|
|
140
|
-
"@elliemae/ds-pagination": "3.54.0-next.
|
|
141
|
-
"@elliemae/ds-page-layout": "3.54.0-next.
|
|
142
|
-
"@elliemae/ds-pills": "3.54.0-next.
|
|
143
|
-
"@elliemae/ds-pills-v2": "3.54.0-next.
|
|
144
|
-
"@elliemae/ds-
|
|
145
|
-
"@elliemae/ds-
|
|
146
|
-
"@elliemae/ds-
|
|
147
|
-
"@elliemae/ds-
|
|
148
|
-
"@elliemae/ds-
|
|
149
|
-
"@elliemae/ds-
|
|
150
|
-
"@elliemae/ds-query-builder": "3.54.0-next.
|
|
151
|
-
"@elliemae/ds-
|
|
152
|
-
"@elliemae/ds-
|
|
153
|
-
"@elliemae/ds-
|
|
154
|
-
"@elliemae/ds-
|
|
155
|
-
"@elliemae/ds-
|
|
156
|
-
"@elliemae/ds-
|
|
157
|
-
"@elliemae/ds-shared": "3.54.0-next.
|
|
158
|
-
"@elliemae/ds-shuttle": "3.54.0-next.
|
|
159
|
-
"@elliemae/ds-shuttle-v2": "3.54.0-next.
|
|
160
|
-
"@elliemae/ds-side-panel": "3.54.0-next.
|
|
161
|
-
"@elliemae/ds-
|
|
162
|
-
"@elliemae/ds-
|
|
163
|
-
"@elliemae/ds-
|
|
164
|
-
"@elliemae/ds-slider
|
|
165
|
-
"@elliemae/ds-
|
|
166
|
-
"@elliemae/ds-
|
|
167
|
-
"@elliemae/ds-
|
|
168
|
-
"@elliemae/ds-
|
|
169
|
-
"@elliemae/ds-
|
|
170
|
-
"@elliemae/ds-
|
|
171
|
-
"@elliemae/ds-
|
|
172
|
-
"@elliemae/ds-text-wrapper": "3.54.0-next.
|
|
173
|
-
"@elliemae/ds-time-picker": "3.54.0-next.
|
|
174
|
-
"@elliemae/ds-toast": "3.54.0-next.
|
|
175
|
-
"@elliemae/ds-toolbar": "3.54.0-next.
|
|
176
|
-
"@elliemae/ds-toolbar-v1": "3.54.0-next.
|
|
177
|
-
"@elliemae/ds-tooltip-v3": "3.54.0-next.
|
|
178
|
-
"@elliemae/ds-toolbar-v2": "3.54.0-next.
|
|
179
|
-
"@elliemae/ds-transition": "3.54.0-next.
|
|
180
|
-
"@elliemae/ds-tree-model": "3.54.0-next.
|
|
181
|
-
"@elliemae/ds-treeview": "3.54.0-next.
|
|
182
|
-
"@elliemae/ds-truncated-expandable-text": "3.54.0-next.
|
|
183
|
-
"@elliemae/ds-typescript-helpers": "3.54.0-next.
|
|
184
|
-
"@elliemae/ds-
|
|
185
|
-
"@elliemae/ds-truncated-tooltip-text": "3.54.0-next.
|
|
186
|
-
"@elliemae/ds-
|
|
187
|
-
"@elliemae/ds-
|
|
188
|
-
"@elliemae/ds-wizard": "3.54.0-next.
|
|
189
|
-
"@elliemae/ds-wysiwygeditor": "3.54.0-next.
|
|
190
|
-
"@elliemae/ds-
|
|
191
|
-
"@elliemae/ds-
|
|
192
|
-
"@elliemae/ds-zustand-helpers": "3.54.0-next.
|
|
7
|
+
"@elliemae/ds-accessibility": "3.54.0-next.3",
|
|
8
|
+
"@elliemae/ds-backdrop": "3.54.0-next.3",
|
|
9
|
+
"@elliemae/ds-accordion": "3.54.0-next.3",
|
|
10
|
+
"@elliemae/ds-app-picker": "3.54.0-next.3",
|
|
11
|
+
"@elliemae/ds-banner": "3.54.0-next.3",
|
|
12
|
+
"@elliemae/ds-breadcrumb": "3.54.0-next.3",
|
|
13
|
+
"@elliemae/ds-basic": "3.54.0-next.3",
|
|
14
|
+
"@elliemae/ds-button": "3.54.0-next.3",
|
|
15
|
+
"@elliemae/ds-button-group": "3.54.0-next.3",
|
|
16
|
+
"@elliemae/ds-button-v2": "3.54.0-next.3",
|
|
17
|
+
"@elliemae/ds-card": "3.54.0-next.3",
|
|
18
|
+
"@elliemae/ds-card-array": "3.54.0-next.3",
|
|
19
|
+
"@elliemae/ds-button-v1": "3.54.0-next.3",
|
|
20
|
+
"@elliemae/ds-card-navigation": "3.54.0-next.3",
|
|
21
|
+
"@elliemae/ds-card-v1": "3.54.0-next.3",
|
|
22
|
+
"@elliemae/ds-card-v2": "3.54.0-next.3",
|
|
23
|
+
"@elliemae/ds-card-v2-action-addon": "3.54.0-next.3",
|
|
24
|
+
"@elliemae/ds-card-v1-detail": "3.54.0-next.3",
|
|
25
|
+
"@elliemae/ds-card-v2-group": "3.54.0-next.3",
|
|
26
|
+
"@elliemae/ds-card-v3": "3.54.0-next.3",
|
|
27
|
+
"@elliemae/ds-card-v3-poc": "3.54.0-next.3",
|
|
28
|
+
"@elliemae/ds-chat": "3.54.0-next.3",
|
|
29
|
+
"@elliemae/ds-chat-card": "3.54.0-next.3",
|
|
30
|
+
"@elliemae/ds-chat-container-header": "3.54.0-next.3",
|
|
31
|
+
"@elliemae/ds-chat-bubble": "3.54.0-next.3",
|
|
32
|
+
"@elliemae/ds-chat-container": "3.54.0-next.3",
|
|
33
|
+
"@elliemae/ds-chat-floating-button": "3.54.0-next.3",
|
|
34
|
+
"@elliemae/ds-chat-empty-state": "3.54.0-next.3",
|
|
35
|
+
"@elliemae/ds-chat-message-delimeter": "3.54.0-next.3",
|
|
36
|
+
"@elliemae/ds-chat-sidebar": "3.54.0-next.3",
|
|
37
|
+
"@elliemae/ds-chat-tile": "3.54.0-next.3",
|
|
38
|
+
"@elliemae/ds-chip": "3.54.0-next.3",
|
|
39
|
+
"@elliemae/ds-chat-system-message": "3.54.0-next.3",
|
|
40
|
+
"@elliemae/ds-circular-progress-indicator": "3.54.0-next.3",
|
|
41
|
+
"@elliemae/ds-classnames": "3.54.0-next.3",
|
|
42
|
+
"@elliemae/ds-codeeditor": "3.54.0-next.3",
|
|
43
|
+
"@elliemae/ds-comments": "3.54.0-next.3",
|
|
44
|
+
"@elliemae/ds-controlled-form": "3.54.0-next.3",
|
|
45
|
+
"@elliemae/ds-common": "3.54.0-next.3",
|
|
46
|
+
"@elliemae/ds-csv-converter": "3.54.0-next.3",
|
|
47
|
+
"@elliemae/ds-data-table": "3.54.0-next.3",
|
|
48
|
+
"@elliemae/ds-data-table-cell": "3.54.0-next.3",
|
|
49
|
+
"@elliemae/ds-data-table-action-cell": "3.54.0-next.3",
|
|
50
|
+
"@elliemae/ds-data-table-cell-header": "3.54.0-next.3",
|
|
51
|
+
"@elliemae/ds-data-table-drag-and-drop-cell": "3.54.0-next.3",
|
|
52
|
+
"@elliemae/ds-data-table-expand-cell": "3.54.0-next.3",
|
|
53
|
+
"@elliemae/ds-data-table-filters": "3.54.0-next.3",
|
|
54
|
+
"@elliemae/ds-data-table-single-select-cell": "3.54.0-next.3",
|
|
55
|
+
"@elliemae/ds-datagrids": "3.54.0-next.3",
|
|
56
|
+
"@elliemae/ds-data-table-multi-select-cell": "3.54.0-next.3",
|
|
57
|
+
"@elliemae/ds-dataviz": "3.54.0-next.3",
|
|
58
|
+
"@elliemae/ds-dataviz-pie": "3.54.0-next.3",
|
|
59
|
+
"@elliemae/ds-date-range-picker": "3.54.0-next.3",
|
|
60
|
+
"@elliemae/ds-date-picker": "3.54.0-next.3",
|
|
61
|
+
"@elliemae/ds-date-range-selector": "3.54.0-next.3",
|
|
62
|
+
"@elliemae/ds-date-time-recurrence-picker": "3.54.0-next.3",
|
|
63
|
+
"@elliemae/ds-date-time-picker": "3.54.0-next.3",
|
|
64
|
+
"@elliemae/ds-decision-graph": "3.54.0-next.3",
|
|
65
|
+
"@elliemae/ds-drag-and-drop": "3.54.0-next.3",
|
|
66
|
+
"@elliemae/ds-dropdownmenu": "3.54.0-next.3",
|
|
67
|
+
"@elliemae/ds-dialog": "3.54.0-next.3",
|
|
68
|
+
"@elliemae/ds-dropdownmenu-v2": "3.54.0-next.3",
|
|
69
|
+
"@elliemae/ds-dropzone": "3.54.0-next.3",
|
|
70
|
+
"@elliemae/ds-fast-list": "3.54.0-next.3",
|
|
71
|
+
"@elliemae/ds-filterbar": "3.54.0-next.3",
|
|
72
|
+
"@elliemae/ds-form": "3.54.0-next.3",
|
|
73
|
+
"@elliemae/ds-floating-context": "3.54.0-next.3",
|
|
74
|
+
"@elliemae/ds-form-checkbox": "3.54.0-next.3",
|
|
75
|
+
"@elliemae/ds-form-combobox": "3.54.0-next.3",
|
|
76
|
+
"@elliemae/ds-form-date-range-picker": "3.54.0-next.3",
|
|
77
|
+
"@elliemae/ds-form-date-time-picker": "3.54.0-next.3",
|
|
78
|
+
"@elliemae/ds-form-input-text": "3.54.0-next.3",
|
|
79
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.54.0-next.3",
|
|
80
|
+
"@elliemae/ds-form-input-textarea": "3.54.0-next.3",
|
|
81
|
+
"@elliemae/ds-form-layout-blocks": "3.54.0-next.3",
|
|
82
|
+
"@elliemae/ds-form-layout-autocomplete": "3.54.0-next.3",
|
|
83
|
+
"@elliemae/ds-form-layout-label": "3.54.0-next.3",
|
|
84
|
+
"@elliemae/ds-form-multi-combobox": "3.54.0-next.3",
|
|
85
|
+
"@elliemae/ds-form-radio": "3.54.0-next.3",
|
|
86
|
+
"@elliemae/ds-form-layout-input-group": "3.54.0-next.3",
|
|
87
|
+
"@elliemae/ds-form-native-select": "3.54.0-next.3",
|
|
88
|
+
"@elliemae/ds-form-select": "3.54.0-next.3",
|
|
89
|
+
"@elliemae/ds-form-single-combobox": "3.54.0-next.3",
|
|
90
|
+
"@elliemae/ds-form-toggle": "3.54.0-next.3",
|
|
91
|
+
"@elliemae/ds-global-header": "3.54.0-next.3",
|
|
92
|
+
"@elliemae/ds-grid": "3.54.0-next.3",
|
|
93
|
+
"@elliemae/ds-header": "3.54.0-next.3",
|
|
94
|
+
"@elliemae/ds-group-box": "3.54.0-next.3",
|
|
95
|
+
"@elliemae/ds-hooks-focus-stack": "3.54.0-next.3",
|
|
96
|
+
"@elliemae/ds-hidden": "3.54.0-next.3",
|
|
97
|
+
"@elliemae/ds-hooks-focus-trap": "3.54.0-next.3",
|
|
98
|
+
"@elliemae/ds-hooks-fontsize-media": "3.54.0-next.3",
|
|
99
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.54.0-next.3",
|
|
100
|
+
"@elliemae/ds-hooks-headless-tooltip": "3.54.0-next.3",
|
|
101
|
+
"@elliemae/ds-hooks-is-mobile": "3.54.0-next.3",
|
|
102
|
+
"@elliemae/ds-hooks-is-showing-ellipsis": "3.54.0-next.3",
|
|
103
|
+
"@elliemae/ds-hooks-keyboard-navigation": "3.54.0-next.3",
|
|
104
|
+
"@elliemae/ds-icon": "3.54.0-next.3",
|
|
105
|
+
"@elliemae/ds-hooks-on-first-focus-in": "3.54.0-next.3",
|
|
106
|
+
"@elliemae/ds-hooks-on-blur-out": "3.54.0-next.3",
|
|
107
|
+
"@elliemae/ds-image": "3.54.0-next.3",
|
|
108
|
+
"@elliemae/ds-imagelibrarymodal": "3.54.0-next.3",
|
|
109
|
+
"@elliemae/ds-icons": "3.54.0-next.3",
|
|
110
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.54.0-next.3",
|
|
111
|
+
"@elliemae/ds-label-value": "3.54.0-next.3",
|
|
112
|
+
"@elliemae/ds-left-navigation": "3.54.0-next.3",
|
|
113
|
+
"@elliemae/ds-loading-indicator": "3.54.0-next.3",
|
|
114
|
+
"@elliemae/ds-layout-provider": "3.54.0-next.3",
|
|
115
|
+
"@elliemae/ds-list-section-header": "3.54.0-next.3",
|
|
116
|
+
"@elliemae/ds-menu-button": "3.54.0-next.3",
|
|
117
|
+
"@elliemae/ds-menu-items": "3.54.0-next.3",
|
|
118
|
+
"@elliemae/ds-menu-items-action": "3.54.0-next.3",
|
|
119
|
+
"@elliemae/ds-menu": "3.54.0-next.3",
|
|
120
|
+
"@elliemae/ds-menu-items-multi": "3.54.0-next.3",
|
|
121
|
+
"@elliemae/ds-menu-items-single": "3.54.0-next.3",
|
|
122
|
+
"@elliemae/ds-menu-items-separator": "3.54.0-next.3",
|
|
123
|
+
"@elliemae/ds-menu-items-commons": "3.54.0-next.3",
|
|
124
|
+
"@elliemae/ds-menu-items-section": "3.54.0-next.3",
|
|
125
|
+
"@elliemae/ds-menu-items-single-with-submenu": "3.54.0-next.3",
|
|
126
|
+
"@elliemae/ds-menu-tree-item": "3.54.0-next.3",
|
|
127
|
+
"@elliemae/ds-mini-toolbar": "3.54.0-next.3",
|
|
128
|
+
"@elliemae/ds-menu-items-skeleton": "3.54.0-next.3",
|
|
129
|
+
"@elliemae/ds-menu-items-submenu": "3.54.0-next.3",
|
|
130
|
+
"@elliemae/ds-mobile": "3.54.0-next.3",
|
|
131
|
+
"@elliemae/ds-modal": "3.54.0-next.3",
|
|
132
|
+
"@elliemae/ds-modal-slide": "3.54.0-next.3",
|
|
133
|
+
"@elliemae/ds-notification-badge": "3.54.0-next.3",
|
|
134
|
+
"@elliemae/ds-overlay": "3.54.0-next.3",
|
|
135
|
+
"@elliemae/ds-number-range-field": "3.54.0-next.3",
|
|
136
|
+
"@elliemae/ds-page-header": "3.54.0-next.3",
|
|
137
|
+
"@elliemae/ds-page-header-v1": "3.54.0-next.3",
|
|
138
|
+
"@elliemae/ds-page-header-v2": "3.54.0-next.3",
|
|
139
|
+
"@elliemae/ds-page-number": "3.54.0-next.3",
|
|
140
|
+
"@elliemae/ds-pagination": "3.54.0-next.3",
|
|
141
|
+
"@elliemae/ds-page-layout": "3.54.0-next.3",
|
|
142
|
+
"@elliemae/ds-pills": "3.54.0-next.3",
|
|
143
|
+
"@elliemae/ds-pills-v2": "3.54.0-next.3",
|
|
144
|
+
"@elliemae/ds-popper": "3.54.0-next.3",
|
|
145
|
+
"@elliemae/ds-popover": "3.54.0-next.3",
|
|
146
|
+
"@elliemae/ds-progress-indicator": "3.54.0-next.3",
|
|
147
|
+
"@elliemae/ds-popperjs": "3.54.0-next.3",
|
|
148
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.3",
|
|
149
|
+
"@elliemae/ds-portal": "3.54.0-next.3",
|
|
150
|
+
"@elliemae/ds-query-builder": "3.54.0-next.3",
|
|
151
|
+
"@elliemae/ds-read-more": "3.54.0-next.3",
|
|
152
|
+
"@elliemae/ds-resizeable-container": "3.54.0-next.3",
|
|
153
|
+
"@elliemae/ds-ribbon": "3.54.0-next.3",
|
|
154
|
+
"@elliemae/ds-scrollable-container": "3.54.0-next.3",
|
|
155
|
+
"@elliemae/ds-separator": "3.54.0-next.3",
|
|
156
|
+
"@elliemae/ds-search-field": "3.54.0-next.3",
|
|
157
|
+
"@elliemae/ds-shared": "3.54.0-next.3",
|
|
158
|
+
"@elliemae/ds-shuttle": "3.54.0-next.3",
|
|
159
|
+
"@elliemae/ds-shuttle-v2": "3.54.0-next.3",
|
|
160
|
+
"@elliemae/ds-side-panel-header": "3.54.0-next.3",
|
|
161
|
+
"@elliemae/ds-side-panel": "3.54.0-next.3",
|
|
162
|
+
"@elliemae/ds-skeleton": "3.54.0-next.3",
|
|
163
|
+
"@elliemae/ds-spinner": "3.54.0-next.3",
|
|
164
|
+
"@elliemae/ds-slider": "3.54.0-next.3",
|
|
165
|
+
"@elliemae/ds-square-indicator": "3.54.0-next.3",
|
|
166
|
+
"@elliemae/ds-stepper": "3.54.0-next.3",
|
|
167
|
+
"@elliemae/ds-svg": "3.54.0-next.3",
|
|
168
|
+
"@elliemae/ds-system": "3.54.0-next.3",
|
|
169
|
+
"@elliemae/ds-slider-v2": "3.54.0-next.3",
|
|
170
|
+
"@elliemae/ds-test-utils": "3.54.0-next.3",
|
|
171
|
+
"@elliemae/ds-tabs": "3.54.0-next.3",
|
|
172
|
+
"@elliemae/ds-text-wrapper": "3.54.0-next.3",
|
|
173
|
+
"@elliemae/ds-time-picker": "3.54.0-next.3",
|
|
174
|
+
"@elliemae/ds-toast": "3.54.0-next.3",
|
|
175
|
+
"@elliemae/ds-toolbar": "3.54.0-next.3",
|
|
176
|
+
"@elliemae/ds-toolbar-v1": "3.54.0-next.3",
|
|
177
|
+
"@elliemae/ds-tooltip-v3": "3.54.0-next.3",
|
|
178
|
+
"@elliemae/ds-toolbar-v2": "3.54.0-next.3",
|
|
179
|
+
"@elliemae/ds-transition": "3.54.0-next.3",
|
|
180
|
+
"@elliemae/ds-tree-model": "3.54.0-next.3",
|
|
181
|
+
"@elliemae/ds-treeview": "3.54.0-next.3",
|
|
182
|
+
"@elliemae/ds-truncated-expandable-text": "3.54.0-next.3",
|
|
183
|
+
"@elliemae/ds-typescript-helpers": "3.54.0-next.3",
|
|
184
|
+
"@elliemae/ds-typography": "3.54.0-next.3",
|
|
185
|
+
"@elliemae/ds-truncated-tooltip-text": "3.54.0-next.3",
|
|
186
|
+
"@elliemae/ds-virtual-list": "3.54.0-next.3",
|
|
187
|
+
"@elliemae/ds-uploader": "3.54.0-next.3",
|
|
188
|
+
"@elliemae/ds-wizard": "3.54.0-next.3",
|
|
189
|
+
"@elliemae/ds-wysiwygeditor": "3.54.0-next.3",
|
|
190
|
+
"@elliemae/ds-zoom": "3.54.0-next.3",
|
|
191
|
+
"@elliemae/ds-zipcode-search": "3.54.0-next.3",
|
|
192
|
+
"@elliemae/ds-zustand-helpers": "3.54.0-next.3"
|
|
193
193
|
}
|
|
194
194
|
}
|