dimsum-e2e-tests 3.40.0-rc.2 → 3.40.0
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 +52 -283
- package/ds-controlled-form/ds-controlled-large-input-text/max-height/DSLargeInputText.max-height.func.spec.js +39 -0
- package/ds-data-table-async/DSDataTableCO.js +2 -0
- package/ds-data-table-async/basic/DSDataTable.basic.axe-core.func.spec.js +13 -0
- package/ds-data-table-async/dnd/DSDataTable.dnd.func.spec.js +28 -0
- package/ds-mobile/MobileContextMenu/MobileContextMenu.func.spec.js +35 -5
- package/ds-mobile/MobileContextMenu/MobileContextMenu.visual.spec.js +5 -2
- package/ds-mobile/MobileContextMenu/MobileContextMenuCO.js +7 -1
- package/helpers.js +6 -0
- package/package.json +119 -119
package/CHANGELOG.md
CHANGED
|
@@ -3,169 +3,90 @@
|
|
|
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.40.0
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
9
|
-
|
|
10
|
-
## [3.40.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.40.0-rc.0...v3.40.0-rc.1) (2024-07-11)
|
|
11
|
-
|
|
12
|
-
### Bug Fixes
|
|
13
|
-
|
|
14
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-14279](https://jira.elliemae.io/browse/PUI-14279) ([#6947](https://git.elliemae.io/platform-ui/dimsum/issues/6947)) ([956d146](https://git.elliemae.io/platform-ui/dimsum/commit/956d146d0a39c5353c8f38a5a257dd4fb452bb7d))
|
|
15
|
-
|
|
16
|
-
## [3.40.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.39.0-rc.4...v3.40.0-rc.0) (2024-07-11)
|
|
17
|
-
|
|
18
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
19
|
-
|
|
20
|
-
## [3.39.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.39.0-rc.3...v3.39.0-rc.4) (2024-07-10)
|
|
21
|
-
|
|
22
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
23
|
-
|
|
24
|
-
## [3.39.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.39.0-rc.2...v3.39.0-rc.3) (2024-07-08)
|
|
6
|
+
## [3.40.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.39.0...v3.40.0) (2024-07-22)
|
|
25
7
|
|
|
26
8
|
### Features
|
|
27
9
|
|
|
28
|
-
- ds-
|
|
10
|
+
- ds-data-table:: add new story for Table Caption attribute and implement Axe Core test [PUI-13246](https://jira.elliemae.io/browse/PUI-13246) ([#6953](https://git.elliemae.io/platform-ui/dimsum/issues/6953)) ([8118b8c](https://git.elliemae.io/platform-ui/dimsum/commit/8118b8ceee208e970f1db66557583d1854af1160))
|
|
11
|
+
- ds-data-table:: e2e - added e2e for tab after dnd [PUI-13552](https://jira.elliemae.io/browse/PUI-13552) ([#6924](https://git.elliemae.io/platform-ui/dimsum/issues/6924)) ([d27fcea](https://git.elliemae.io/platform-ui/dimsum/commit/d27fcea49f52cd2f642c9dd684ea46e037bc748b))
|
|
12
|
+
- ds-form:: e2e - added test for maxHeight for large text input [PUI-12528](https://jira.elliemae.io/browse/PUI-12525) ([#6951](https://git.elliemae.io/platform-ui/dimsum/issues/6951)) ([0db61df](https://git.elliemae.io/platform-ui/dimsum/commit/0db61dfce4d314810a61b1b314da354f2ed00163))
|
|
13
|
+
- ds-mobile:: MobileContextMenu e2e - add functional test for focus management on mobile [PUI-14295](https://jira.elliemae.io/browse/PUI-14295) ([#6955](https://git.elliemae.io/platform-ui/dimsum/issues/6955)) ([18e686d](https://git.elliemae.io/platform-ui/dimsum/commit/18e686de2c52d3f668a5032070a6bf15b5bcb7f5))
|
|
29
14
|
|
|
30
15
|
### Bug Fixes
|
|
31
16
|
|
|
32
|
-
-
|
|
33
|
-
- ds-controlled-form:: e2e - updated AxeCoreCheck and fixed axe e2e for combo [PUI-14048](https://jira.elliemae.io/browse/PUI-14048) ([#6914](https://git.elliemae.io/platform-ui/dimsum/issues/6914)) ([5c8d7ed](https://git.elliemae.io/platform-ui/dimsum/commit/5c8d7ed6b8d7f099ba02d52bcb13657e6bade9a7))
|
|
34
|
-
|
|
35
|
-
## [3.39.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.39.0-rc.1...v3.39.0-rc.2) (2024-07-08)
|
|
36
|
-
|
|
37
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
17
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-14279](https://jira.elliemae.io/browse/PUI-14279) ([#6947](https://git.elliemae.io/platform-ui/dimsum/issues/6947)) ([956d146](https://git.elliemae.io/platform-ui/dimsum/commit/956d146d0a39c5353c8f38a5a257dd4fb452bb7d))
|
|
38
18
|
|
|
39
|
-
## [3.39.0
|
|
19
|
+
## [3.39.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.38.0...v3.39.0) (2024-07-11)
|
|
40
20
|
|
|
41
21
|
### Features
|
|
42
22
|
|
|
43
23
|
- ds-data-table:: e2e - a11y test cases added [PUI-13683](https://jira.elliemae.io/browse/PUI-13683) ([#6915](https://git.elliemae.io/platform-ui/dimsum/issues/6915)) ([ee2645e](https://git.elliemae.io/platform-ui/dimsum/commit/ee2645e17ee280141e874ce5fd9deb7812451ffe))
|
|
24
|
+
- ds-form-input-textarea:: e2e - visual test added [PUI-13976](https://jira.elliemae.io/browse/PUI-13976) ([#6912](https://git.elliemae.io/platform-ui/dimsum/issues/6912)) ([bbebd14](https://git.elliemae.io/platform-ui/dimsum/commit/bbebd14801296883089a027648a64ac2561f06a5))
|
|
25
|
+
- ds-notification-badge:: e2e - add new visual test [PUI-14204](https://jira.elliemae.io/browse/PUI-14204) ([#6931](https://git.elliemae.io/platform-ui/dimsum/issues/6931)) ([ee79dca](https://git.elliemae.io/platform-ui/dimsum/commit/ee79dca197f1ac18dbbb1ac0d7c4dd76d9aee6ff))
|
|
44
26
|
|
|
45
27
|
### Bug Fixes
|
|
46
28
|
|
|
47
29
|
- dimsum:: e2e - fix broken e2e test cases [PUI-14160](https://jira.elliemae.io/browse/PUI-14160) ([#6925](https://git.elliemae.io/platform-ui/dimsum/issues/6925)) ([c98a226](https://git.elliemae.io/platform-ui/dimsum/commit/c98a226dbe0388c5d68954277527c38bd5f60e6a))
|
|
30
|
+
- ds-accordion:: e2e - unskipped tests [PUI-11922](https://jira.elliemae.io/browse/PUI-11922) ([#6917](https://git.elliemae.io/platform-ui/dimsum/issues/6917)) ([ce3bdfa](https://git.elliemae.io/platform-ui/dimsum/commit/ce3bdfa85920d569ef1d12daf5404b055dd45f02))
|
|
48
31
|
- ds-comments:: e2e - visual test fixed [PUI-13685](https://jira.elliemae.io/browse/PUI-13685) ([#6919](https://git.elliemae.io/platform-ui/dimsum/issues/6919)) ([12f4d66](https://git.elliemae.io/platform-ui/dimsum/commit/12f4d66cfcfe212a40132088960d8750883b2924))
|
|
32
|
+
- ds-controlled-form:: e2e - updated AxeCoreCheck and fixed axe e2e for combo [PUI-14048](https://jira.elliemae.io/browse/PUI-14048) ([#6914](https://git.elliemae.io/platform-ui/dimsum/issues/6914)) ([5c8d7ed](https://git.elliemae.io/platform-ui/dimsum/commit/5c8d7ed6b8d7f099ba02d52bcb13657e6bade9a7))
|
|
49
33
|
|
|
50
|
-
## [3.
|
|
51
|
-
|
|
52
|
-
### Features
|
|
53
|
-
|
|
54
|
-
- ds-form-input-textarea:: e2e - visual test added [PUI-13976](https://jira.elliemae.io/browse/PUI-13976) ([#6912](https://git.elliemae.io/platform-ui/dimsum/issues/6912)) ([bbebd14](https://git.elliemae.io/platform-ui/dimsum/commit/bbebd14801296883089a027648a64ac2561f06a5))
|
|
55
|
-
|
|
56
|
-
## [3.38.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v3.38.0-rc.5...v3.38.0-rc.6) (2024-07-03)
|
|
57
|
-
|
|
58
|
-
### Bug Fixes
|
|
59
|
-
|
|
60
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-14054](https://jira.elliemae.io/browse/PUI-14054) ([#6907](https://git.elliemae.io/platform-ui/dimsum/issues/6907)) ([a05bf39](https://git.elliemae.io/platform-ui/dimsum/commit/a05bf396e6249d859bbfe55bf13aee58088c4a20))
|
|
61
|
-
|
|
62
|
-
## [3.38.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.38.0-rc.4...v3.38.0-rc.5) (2024-07-02)
|
|
63
|
-
|
|
64
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
65
|
-
|
|
66
|
-
## [3.38.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.38.0-rc.2...v3.38.0-rc.4) (2024-07-01)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
69
|
-
|
|
70
|
-
## [3.38.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.38.0-rc.1...v3.38.0-rc.2) (2024-06-27)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
73
|
-
|
|
74
|
-
## [3.38.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.38.0-rc.0...v3.38.0-rc.1) (2024-06-26)
|
|
34
|
+
## [3.38.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.3...v3.38.0) (2024-07-05)
|
|
75
35
|
|
|
76
36
|
### Features
|
|
77
37
|
|
|
78
38
|
- ds-data-table: e2e - axe-core test added [PUI-13497](https://jira.elliemae.io/browse/PUI-13497) ([#6891](https://git.elliemae.io/platform-ui/dimsum/issues/6891)) ([cb13a86](https://git.elliemae.io/platform-ui/dimsum/commit/cb13a861ee93c4c55a20f5b0583b908f0a76498c))
|
|
79
39
|
- ds-toolbar-v2:: e2e - examples updated [PUI-12794](https://jira.elliemae.io/browse/PUI-12794) ([#6837](https://git.elliemae.io/platform-ui/dimsum/issues/6837)) ([257163e](https://git.elliemae.io/platform-ui/dimsum/commit/257163e973ddde323f0e1a5ee9fed86fe8a5f7be))
|
|
80
|
-
|
|
81
|
-
## [3.38.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0-rc.6...v3.38.0-rc.0) (2024-06-26)
|
|
82
|
-
|
|
83
|
-
### Features
|
|
84
|
-
|
|
85
40
|
- ds-typography:: e2e - storybook example updated [PUI-13096](https://jira.elliemae.io/browse/PUI-13096) ([#6838](https://git.elliemae.io/platform-ui/dimsum/issues/6838)) ([6de0e66](https://git.elliemae.io/platform-ui/dimsum/commit/6de0e66b3cde330be1ccfda35714bea0b301604d))
|
|
86
41
|
|
|
87
42
|
### Bug Fixes
|
|
88
43
|
|
|
44
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-14054](https://jira.elliemae.io/browse/PUI-14054) ([#6907](https://git.elliemae.io/platform-ui/dimsum/issues/6907)) ([a05bf39](https://git.elliemae.io/platform-ui/dimsum/commit/a05bf396e6249d859bbfe55bf13aee58088c4a20))
|
|
89
45
|
- ds-data-table:: e2e - functional tests fixed [PUI-13641](https://jira.elliemae.io/browse/PUI-13641) ([#6848](https://git.elliemae.io/platform-ui/dimsum/issues/6848)) ([87f8158](https://git.elliemae.io/platform-ui/dimsum/commit/87f8158b54a81370dd5c4a64f867ae6d637beeb2))
|
|
90
46
|
|
|
91
|
-
## [3.37.
|
|
92
|
-
|
|
93
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
94
|
-
|
|
95
|
-
## [3.37.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0-rc.4...v3.37.0-rc.5) (2024-06-20)
|
|
96
|
-
|
|
97
|
-
### Features
|
|
98
|
-
|
|
99
|
-
- dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://git.elliemae.io/platform-ui/dimsum/issues/6882)) ([dcc94db](https://git.elliemae.io/platform-ui/dimsum/commit/dcc94db05f03c554cff8ad8baada091feb7c8261))
|
|
100
|
-
|
|
101
|
-
## [3.37.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0-rc.3...v3.37.0-rc.4) (2024-06-19)
|
|
102
|
-
|
|
103
|
-
### Bug Fixes
|
|
104
|
-
|
|
105
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-13925](https://jira.elliemae.io/browse/PUI-13925) ([#6881](https://git.elliemae.io/platform-ui/dimsum/issues/6881)) ([c6f829d](https://git.elliemae.io/platform-ui/dimsum/commit/c6f829dfced73775ba6ae1a68656f3c28dbdbe04))
|
|
106
|
-
|
|
107
|
-
## [3.37.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0-rc.2...v3.37.0-rc.3) (2024-06-18)
|
|
47
|
+
## [3.37.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.2...v3.37.3) (2024-06-28)
|
|
108
48
|
|
|
109
49
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
110
50
|
|
|
111
|
-
## [3.37.
|
|
51
|
+
## [3.37.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.1...v3.37.2) (2024-06-25)
|
|
112
52
|
|
|
113
53
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
114
54
|
|
|
115
|
-
## [3.37.
|
|
55
|
+
## [3.37.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0...v3.37.1) (2024-06-25)
|
|
116
56
|
|
|
117
57
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
118
58
|
|
|
119
|
-
## [3.37.0
|
|
59
|
+
## [3.37.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.35.0...v3.37.0) (2024-06-24)
|
|
120
60
|
|
|
121
61
|
### Features
|
|
122
62
|
|
|
123
63
|
- dimsum:: move legacy component e2e tests to EOL folder [PUI-13688](https://jira.elliemae.io/browse/PUI-13688) ([#6851](https://git.elliemae.io/platform-ui/dimsum/issues/6851)) ([beb608b](https://git.elliemae.io/platform-ui/dimsum/commit/beb608b1d34e1861e19ca5d3ad8aea72b0397867))
|
|
64
|
+
- dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://git.elliemae.io/platform-ui/dimsum/issues/6882)) ([dcc94db](https://git.elliemae.io/platform-ui/dimsum/commit/dcc94db05f03c554cff8ad8baada091feb7c8261))
|
|
124
65
|
- ds-card-v3:: e2e - test cases added [PUI-13244](https://jira.elliemae.io/browse/PUI-1244) ([#6868](https://git.elliemae.io/platform-ui/dimsum/issues/6868)) ([5ea625b](https://git.elliemae.io/platform-ui/dimsum/commit/5ea625b49e33901db04b72002f0f916ac3988a33))
|
|
66
|
+
- ds-treeview:: e2e - functional test added [PUI-11615](https://jira.elliemae.io/browse/PUI-11615) ([#6824](https://git.elliemae.io/platform-ui/dimsum/issues/6824)) ([8387b25](https://git.elliemae.io/platform-ui/dimsum/commit/8387b25146d5eb1275ffce4a93d16003ed64b699))
|
|
125
67
|
- environment:: ds-storybook - migrate to storybook v8 with vite [PUI-13396](https://jira.elliemae.io/browse/PUI-13396) ([#6827](https://git.elliemae.io/platform-ui/dimsum/issues/6827)) ([6b0f4bb](https://git.elliemae.io/platform-ui/dimsum/commit/6b0f4bb6f4448c334b816966fe3aa1cf62bcfb48))
|
|
126
68
|
|
|
127
69
|
### Bug Fixes
|
|
128
70
|
|
|
71
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-13925](https://jira.elliemae.io/browse/PUI-13925) ([#6881](https://git.elliemae.io/platform-ui/dimsum/issues/6881)) ([c6f829d](https://git.elliemae.io/platform-ui/dimsum/commit/c6f829dfced73775ba6ae1a68656f3c28dbdbe04))
|
|
129
72
|
- environment:: fixed some broken (dimsum) dev flows ([#6846](https://git.elliemae.io/platform-ui/dimsum/issues/6846)) ([ae96d94](https://git.elliemae.io/platform-ui/dimsum/commit/ae96d94c4e866e5377329176c2987e5600cfaab2))
|
|
130
73
|
- environment:: storybook - remove legacy from portal [PUI-13704](https://jira.elliemae.io/browse/PUI-13704) ([#6870](https://git.elliemae.io/platform-ui/dimsum/issues/6870)) ([7321b2b](https://git.elliemae.io/platform-ui/dimsum/commit/7321b2b50c545a4f6f8a62af7aa64267608f7fa0))
|
|
131
74
|
- environment:: storybook - removed wysiwyg editor & datagrid from portal ([#6864](https://git.elliemae.io/platform-ui/dimsum/issues/6864)) ([3150a9b](https://git.elliemae.io/platform-ui/dimsum/commit/3150a9b483ab1e05ed4844b9be7ee11039515a2c))
|
|
132
75
|
|
|
133
|
-
## [3.
|
|
134
|
-
|
|
135
|
-
### Features
|
|
136
|
-
|
|
137
|
-
- ds-treeview:: e2e - functional test added [PUI-11615](https://jira.elliemae.io/browse/PUI-11615) ([#6824](https://git.elliemae.io/platform-ui/dimsum/issues/6824)) ([8387b25](https://git.elliemae.io/platform-ui/dimsum/commit/8387b25146d5eb1275ffce4a93d16003ed64b699))
|
|
138
|
-
|
|
139
|
-
## [3.35.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.35.0-rc.2...v3.35.0-rc.3) (2024-05-13)
|
|
76
|
+
## [3.35.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.34.0...v3.35.0) (2024-05-15)
|
|
140
77
|
|
|
141
78
|
### Features
|
|
142
79
|
|
|
143
80
|
- ds-button-v2:: ds-button-v3: e2e - visual test added [PUI-12812](https://jira.elliemae.io/browse/PUI-12812) ([#6819](https://git.elliemae.io/platform-ui/dimsum/issues/6819)) ([fcfc89e](https://git.elliemae.io/platform-ui/dimsum/commit/fcfc89eaa1ff2ed2a3983863a39fe5db4e336f8b))
|
|
144
|
-
|
|
145
|
-
## [3.35.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.35.0-rc.1...v3.35.0-rc.2) (2024-05-13)
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
|
-
- ds-side-panel:: fixed e2e tests [PUI-12786](https://jira.elliemae.io/browse/PUI-12786) ([#6814](https://git.elliemae.io/platform-ui/dimsum/issues/6814)) ([9040ef9](https://git.elliemae.io/platform-ui/dimsum/commit/9040ef97f1454b24f78bb440260207022e8a4d16))
|
|
150
|
-
|
|
151
|
-
## [3.35.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.35.0-rc.0...v3.35.0-rc.1) (2024-05-13)
|
|
152
|
-
|
|
153
|
-
### Features
|
|
154
|
-
|
|
155
81
|
- ds-chip:: slot tests added [PUI-12814](https://jira.elliemae.io/browse/PUI-12814) ([#6805](https://git.elliemae.io/platform-ui/dimsum/issues/6805)) ([9337e6a](https://git.elliemae.io/platform-ui/dimsum/commit/9337e6a9b176f844fc28cdb493b09e9ee8f465d2))
|
|
156
82
|
- ds-icons:: e2e folder cleanup, tests updated [PUI-12969](https://jira.elliemae.io/browse/PUI-12969) ([#6809](https://git.elliemae.io/platform-ui/dimsum/issues/6809)) ([9386651](https://git.elliemae.io/platform-ui/dimsum/commit/93866512d49e45d85b268cae627ad2b2119115a3))
|
|
157
83
|
|
|
158
|
-
## [3.35.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.34.0-rc.1...v3.35.0-rc.0) (2024-05-10)
|
|
159
|
-
|
|
160
84
|
### Bug Fixes
|
|
161
85
|
|
|
162
86
|
- dimsum: e2e - fix broken e2e test [PUI-13157](https://jira.elliemae.io/browse/PUI-13157) ([#6817](https://git.elliemae.io/platform-ui/dimsum/issues/6817)) ([2b68798](https://git.elliemae.io/platform-ui/dimsum/commit/2b687989c11a0b7b0dd4619f326824ff561d3461))
|
|
87
|
+
- ds-side-panel:: fixed e2e tests [PUI-12786](https://jira.elliemae.io/browse/PUI-12786) ([#6814](https://git.elliemae.io/platform-ui/dimsum/issues/6814)) ([9040ef9](https://git.elliemae.io/platform-ui/dimsum/commit/9040ef97f1454b24f78bb440260207022e8a4d16))
|
|
163
88
|
|
|
164
|
-
## [3.34.0
|
|
165
|
-
|
|
166
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
167
|
-
|
|
168
|
-
## [3.34.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.1-rc.2...v3.34.0-rc.0) (2024-05-07)
|
|
89
|
+
## [3.34.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.1...v3.34.0) (2024-05-10)
|
|
169
90
|
|
|
170
91
|
### Features
|
|
171
92
|
|
|
@@ -180,32 +101,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
180
101
|
- ds-data-table:: fixed e2e [PUI-12307](https://jira.elliemae.io/browse/PUI-12307) ([#6792](https://git.elliemae.io/platform-ui/dimsum/issues/6792)) ([0da0734](https://git.elliemae.io/platform-ui/dimsum/commit/0da0734d6061aaa0148b85330149c92eab230beb))
|
|
181
102
|
- ds-modal-slide:: unskipped basic axe-core test [PUI-13386](https://jira.elliemae.io/browse/PUI-13386) ([#6795](https://git.elliemae.io/platform-ui/dimsum/issues/6795)) ([837e83d](https://git.elliemae.io/platform-ui/dimsum/commit/837e83d7cda49642b3604c71d77ba91149ef9826))
|
|
182
103
|
|
|
183
|
-
## [3.33.1
|
|
104
|
+
## [3.33.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.0...v3.33.1) (2024-04-30)
|
|
184
105
|
|
|
185
106
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
186
107
|
|
|
187
|
-
## [3.33.
|
|
188
|
-
|
|
189
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
190
|
-
|
|
191
|
-
## [3.33.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.0-rc.2...v3.33.1-rc.0) (2024-05-01)
|
|
192
|
-
|
|
193
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
194
|
-
|
|
195
|
-
## [3.33.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.0-rc.1...v3.33.0-rc.2) (2024-04-24)
|
|
196
|
-
|
|
197
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
198
|
-
|
|
199
|
-
## [3.33.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.0-rc.0...v3.33.0-rc.1) (2024-04-23)
|
|
108
|
+
## [3.33.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.1...v3.33.0) (2024-04-25)
|
|
200
109
|
|
|
201
110
|
### Features
|
|
202
111
|
|
|
203
112
|
- dimsum:: e2e - update pui-e2e-test-sdk dependency to version 10.0.3 [PUI-13095](https://jira.elliemae.io/browse/PUI-13095) ([#6767](https://git.elliemae.io/platform-ui/dimsum/issues/6767)) ([b8a3665](https://git.elliemae.io/platform-ui/dimsum/commit/b8a3665a21e29d02cac9b02380dd7986b686d7a9))
|
|
204
|
-
|
|
205
|
-
## [3.33.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.1-rc.7...v3.33.0-rc.0) (2024-04-22)
|
|
206
|
-
|
|
207
|
-
### Features
|
|
208
|
-
|
|
209
113
|
- ds-data-table-filters:: new package [PUI-12748](https://jira.elliemae.io/browse/PUI-12748) ([#6722](https://git.elliemae.io/platform-ui/dimsum/issues/6722)) ([6d6467f](https://git.elliemae.io/platform-ui/dimsum/commit/6d6467f7e3c8b4412ceafc2ccb49a485b70ddc92))
|
|
210
114
|
- ds-form-layout-blocks:: e2e - added e2e test scenarios for DSFormLayoutRadioGroup [PUI-12714] ([#6737](https://git.elliemae.io/platform-ui/dimsum/issues/6737)) ([3f606c2](https://git.elliemae.io/platform-ui/dimsum/commit/3f606c2e21d95442ed12c7f702a156a71e4bf102))
|
|
211
115
|
- ds-side-panel:: added e2e tests for collapsable bar [PUI-12782](https://jira.elliemae.io/browse/PUI-12782) ([#6731](https://git.elliemae.io/platform-ui/dimsum/issues/6731)) ([9e15418](https://git.elliemae.io/platform-ui/dimsum/commit/9e154187ef66d83477398bef1edd348033f7dca7))
|
|
@@ -217,213 +121,78 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
217
121
|
- ds-dimsum:: fixed broken paths [PUI-13015](https://jira.elliemae.io/browse/PUI-13015) ([#6755](https://git.elliemae.io/platform-ui/dimsum/issues/6755)) ([4dfdfb7](https://git.elliemae.io/platform-ui/dimsum/commit/4dfdfb7675cc9f7bfe4d5b862e63cd0bb9923b8b))
|
|
218
122
|
- environment:: ds-chat - focus chat composer after sending a message [PUI-13006](https://jira.elliemae.io/browse/PUI-13006) ([#6759](https://git.elliemae.io/platform-ui/dimsum/issues/6759)) ([c2ca34d](https://git.elliemae.io/platform-ui/dimsum/commit/c2ca34d7806ee835dc6a0cb0dddf02afc03ee545))
|
|
219
123
|
|
|
220
|
-
## [3.
|
|
221
|
-
|
|
222
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
223
|
-
|
|
224
|
-
## [3.32.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.5...v3.32.0-rc.6) (2024-03-26)
|
|
225
|
-
|
|
226
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
227
|
-
|
|
228
|
-
## [3.32.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.4...v3.32.0-rc.5) (2024-03-26)
|
|
229
|
-
|
|
230
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
231
|
-
|
|
232
|
-
## [3.32.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.3...v3.32.0-rc.4) (2024-03-25)
|
|
233
|
-
|
|
234
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
235
|
-
|
|
236
|
-
## [3.32.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.2...v3.32.0-rc.3) (2024-03-25)
|
|
237
|
-
|
|
238
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
239
|
-
|
|
240
|
-
## [3.32.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.1...v3.32.0-rc.2) (2024-03-21)
|
|
124
|
+
## [3.31.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.0...v3.31.1) (2024-03-13)
|
|
241
125
|
|
|
242
126
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
243
127
|
|
|
244
|
-
## [3.
|
|
245
|
-
|
|
246
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
247
|
-
|
|
248
|
-
## [3.31.2-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.2-rc.0...v3.31.2-rc.1) (2024-03-18)
|
|
249
|
-
|
|
250
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
251
|
-
|
|
252
|
-
## [3.31.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.0-rc.2...v3.31.2-rc.0) (2024-03-15)
|
|
253
|
-
|
|
254
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
255
|
-
|
|
256
|
-
## [3.31.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.0-rc.0...v3.31.0-rc.2) (2024-03-08)
|
|
257
|
-
|
|
258
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
259
|
-
|
|
260
|
-
## [3.31.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.0-rc.0...v3.31.0-rc.1) (2024-03-07)
|
|
261
|
-
|
|
262
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
263
|
-
|
|
264
|
-
## [3.31.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.2-rc.0...v3.31.0-rc.0) (2024-03-06)
|
|
128
|
+
## [3.31.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.1...v3.31.0) (2024-03-12)
|
|
265
129
|
|
|
266
130
|
### Features
|
|
267
131
|
|
|
268
132
|
- ds-chip:: text resize [PUI-12595](https://jira.elliemae.io/browse/PUI-12595) ([#6603](https://git.elliemae.io/platform-ui/dimsum/issues/6603)) ([670dd13](https://git.elliemae.io/platform-ui/dimsum/commit/670dd13a89fb5eac6708d6f90232aa7c18d79acf))
|
|
269
133
|
|
|
270
|
-
## [3.30.
|
|
271
|
-
|
|
272
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
273
|
-
|
|
274
|
-
## [3.30.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.6...v3.30.0-rc.7) (2024-02-21)
|
|
275
|
-
|
|
276
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
277
|
-
|
|
278
|
-
## [3.30.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.5...v3.30.0-rc.6) (2024-02-20)
|
|
279
|
-
|
|
280
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
281
|
-
|
|
282
|
-
## [3.30.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.4...v3.30.0-rc.5) (2024-02-19)
|
|
283
|
-
|
|
284
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
285
|
-
|
|
286
|
-
## [3.30.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.3...v3.30.0-rc.4) (2024-02-16)
|
|
287
|
-
|
|
288
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
289
|
-
|
|
290
|
-
## [3.30.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.2...v3.30.0-rc.3) (2024-02-15)
|
|
291
|
-
|
|
292
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
293
|
-
|
|
294
|
-
## [3.30.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.1...v3.30.0-rc.2) (2024-02-15)
|
|
295
|
-
|
|
296
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
297
|
-
|
|
298
|
-
## [3.30.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.0...v3.30.0-rc.1) (2024-02-14)
|
|
299
|
-
|
|
300
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
301
|
-
|
|
302
|
-
## [3.30.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.2-rc.0...v3.30.0-rc.0) (2024-02-13)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
305
|
-
|
|
306
|
-
## [3.29.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.1-rc.1...v3.29.2-rc.0) (2024-02-09)
|
|
134
|
+
## [3.30.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0...v3.30.1) (2024-02-23)
|
|
307
135
|
|
|
308
136
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
309
137
|
|
|
310
|
-
## [3.
|
|
138
|
+
## [3.30.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.1...v3.30.0) (2024-02-23)
|
|
311
139
|
|
|
312
140
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
313
141
|
|
|
314
|
-
## [3.29.1
|
|
142
|
+
## [3.29.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.0...v3.29.1) (2024-02-08)
|
|
315
143
|
|
|
316
144
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
317
145
|
|
|
318
|
-
## [3.29.0
|
|
146
|
+
## [3.29.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0...v3.29.0) (2024-02-01)
|
|
319
147
|
|
|
320
148
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
321
149
|
|
|
322
|
-
## [3.
|
|
323
|
-
|
|
324
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
325
|
-
|
|
326
|
-
## [3.28.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.28.1-rc.0...v3.28.1-rc.1) (2024-01-25)
|
|
327
|
-
|
|
328
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
329
|
-
|
|
330
|
-
## [3.28.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-rc.0...v3.28.1-rc.0) (2024-01-25)
|
|
331
|
-
|
|
332
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
333
|
-
|
|
334
|
-
## [3.27.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.1-rc.1...v3.27.0-rc.0) (2024-01-23)
|
|
150
|
+
## [3.27.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0...v3.27.0) (2024-01-24)
|
|
335
151
|
|
|
336
152
|
### Features
|
|
337
153
|
|
|
338
154
|
- ds-menu-items:: refactored components + improved typescript & useKeyboardNavigation fixes [PUI-12351](https://jira.elliemae.io/browse/PUI-12351) [PUI-12068](https://jira.elliemae.io/browse/PUI-12068) ([#6527](https://git.elliemae.io/platform-ui/dimsum/issues/6527)) ([eb5e14b](https://git.elliemae.io/platform-ui/dimsum/commit/eb5e14bab88287cc302ff6506f695ec6875e85ce))
|
|
339
155
|
|
|
340
|
-
## [3.26.
|
|
341
|
-
|
|
342
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
343
|
-
|
|
344
|
-
## [3.26.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.4...v3.26.1-rc.0) (2023-12-28)
|
|
345
|
-
|
|
346
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
347
|
-
|
|
348
|
-
## [3.26.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.3...v3.26.0-rc.4) (2023-12-26)
|
|
349
|
-
|
|
350
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
351
|
-
|
|
352
|
-
## [3.26.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.2...v3.26.0-rc.3) (2023-12-22)
|
|
353
|
-
|
|
354
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
355
|
-
|
|
356
|
-
## [3.26.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.0...v3.26.0-rc.2) (2023-12-21)
|
|
357
|
-
|
|
358
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
359
|
-
|
|
360
|
-
## [3.26.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.1...v3.26.0-rc.0) (2023-12-20)
|
|
156
|
+
## [3.26.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0...v3.26.0) (2023-12-27)
|
|
361
157
|
|
|
362
158
|
### Features
|
|
363
159
|
|
|
364
160
|
- ds-form-combobox:: single multi packages and native select [PUI-12092](https://jira.elliemae.io/browse/PUI-12092) ([#6435](https://git.elliemae.io/platform-ui/dimsum/issues/6435)) ([ed12c39](https://git.elliemae.io/platform-ui/dimsum/commit/ed12c3976a6e3eb4262f7554673cb28a72e90159))
|
|
365
161
|
|
|
366
|
-
## [3.
|
|
367
|
-
|
|
368
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
369
|
-
|
|
370
|
-
## [3.25.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.1-rc.2...v3.25.0-rc.0) (2023-12-06)
|
|
371
|
-
|
|
372
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
373
|
-
|
|
374
|
-
## [3.24.1-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.1-rc.1...v3.24.1-rc.2) (2023-11-29)
|
|
375
|
-
|
|
376
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
377
|
-
|
|
378
|
-
## [3.24.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.1-rc.0...v3.24.1-rc.1) (2023-11-26)
|
|
379
|
-
|
|
380
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
381
|
-
|
|
382
|
-
## [3.24.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-rc.2...v3.24.1-rc.0) (2023-11-24)
|
|
383
|
-
|
|
384
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
385
|
-
|
|
386
|
-
## [3.24.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-rc.1...v3.24.0-rc.2) (2023-11-22)
|
|
387
|
-
|
|
388
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
389
|
-
|
|
390
|
-
## [3.24.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-rc.0...v3.24.0-rc.1) (2023-11-22)
|
|
162
|
+
## [3.24.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0...v3.24.1) (2023-12-21)
|
|
391
163
|
|
|
392
164
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
393
165
|
|
|
394
|
-
## [3.24.0
|
|
166
|
+
## [3.24.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.23.0...v3.24.0) (2023-11-23)
|
|
395
167
|
|
|
396
168
|
### Features
|
|
397
169
|
|
|
398
170
|
- ds-number-range-field:: eol component [PUI-11807](https://jira.elliemae.io/browse/PUI-11807) ([#6328](https://git.elliemae.io/platform-ui/dimsum/issues/6328)) ([77af41d](https://git.elliemae.io/platform-ui/dimsum/commit/77af41dcc446490c756238ee7c365bf2f3308014))
|
|
399
171
|
|
|
400
|
-
## [3.23.
|
|
172
|
+
## [3.23.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0...v3.23.0) (2023-11-15)
|
|
401
173
|
|
|
402
174
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
403
175
|
|
|
404
|
-
## [3.
|
|
176
|
+
## [3.22.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.21.2...v3.22.0) (2023-11-08)
|
|
405
177
|
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
## [3.23.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.23.0-rc.1...v3.23.0-rc.2) (2023-11-14)
|
|
409
|
-
|
|
410
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
411
|
-
|
|
412
|
-
## [3.23.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.23.0-rc.0...v3.23.0-rc.1) (2023-11-13)
|
|
413
|
-
|
|
414
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
415
|
-
|
|
416
|
-
## [3.23.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.1-rc.0...v3.23.0-rc.0) (2023-11-10)
|
|
417
|
-
|
|
418
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
419
|
-
|
|
420
|
-
## [3.22.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.11...v3.22.1-rc.0) (2023-11-09)
|
|
178
|
+
### Features
|
|
421
179
|
|
|
422
|
-
|
|
180
|
+
- dimsum:: change packages structure [PUI-10876](https://jira.elliemae.io/browse/PUI-10876) ([#6266](https://git.elliemae.io/platform-ui/dimsum/issues/6266)) ([565871f](https://git.elliemae.io/platform-ui/dimsum/commit/565871faf8fd8edf056e923cacb1de36f3c5beaa))
|
|
181
|
+
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://git.elliemae.io/platform-ui/dimsum/issues/6284)) ([daa70f0](https://git.elliemae.io/platform-ui/dimsum/commit/daa70f0c26508d0b3dc0e861d8c103888f5e5c4b))
|
|
182
|
+
- ds-dropzone:: dropzone poc [PUI-11334](https://jira.elliemae.io/browse/PUI-11334) ([#6262](https://git.elliemae.io/platform-ui/dimsum/issues/6262)) ([8e973fa](https://git.elliemae.io/platform-ui/dimsum/commit/8e973fa22e8ee6e39db422480f04e4302e0881ed))
|
|
183
|
+
- ds-form-toggle:: update toggle patterns, add axe core tests, add doc [PUI-11035] (https://jira.elliemae.io/browse/PUI-11035) ([#6134](https://git.elliemae.io/platform-ui/dimsum/issues/6134)) ([297340e](https://git.elliemae.io/platform-ui/dimsum/commit/297340ee3b6a234f2b4dc76aa330aa55a218c1e0))
|
|
184
|
+
- ds-side-panel:: slots for side panel header and closeButtonRef [PUI-11333](https://jira.elliemae.io/browse/PUI-11333), [PUI-11558](https://jira.elliemae.io/browse/PUI-11558), [PUI-11494](https://jira.elliemae.io/browse/PUI-11494), [PUI-11493](https://jira.elliemae.io/browse/PUI-11493) ([#6204](https://git.elliemae.io/platform-ui/dimsum/issues/6204)) ([69704dc](https://git.elliemae.io/platform-ui/dimsum/commit/69704dc3fd8f2b529f0ec2176a1f6a6f8299f537))
|
|
185
|
+
- ds-uploader:: slots, styled components migration and customization example [PUI-11217](https://jira.elliemae.io/browse/PUI-11217), [PUI-11218](https://jira.elliemae.io/browse/PUI-11218), [PUI-11210](https://jira.elliemae.io/browse/PUI-11210), [PUI-11286](https://jira.elliemae.io/browse/PUI-11286), [PUI-11256](https://jira.elliemae.io/browse/PUI-11256), [PUI-11314](https://jira.elliemae.io/browse/PUI-11314), [PUI-11322](https://jira.elliemae.io/browse/PUI-11322) ([#6106](https://git.elliemae.io/platform-ui/dimsum/issues/6106)) ([3ccc45a](https://git.elliemae.io/platform-ui/dimsum/commit/3ccc45af0c3eeb6fbe943affe5f4bbd91dbba22d))
|
|
186
|
+
- ds-wizard:: ts, styled components, eslint, global and xstyled attrs, axe-core [PUI-10387](https://jira.elliemae.io/browse/PUI-10387) ([#6111](https://git.elliemae.io/platform-ui/dimsum/issues/6111)) ([0b56b7a](https://git.elliemae.io/platform-ui/dimsum/commit/0b56b7ae2b92b71b9f9a5080d372c5ed1ac5d704))
|
|
187
|
+
- environment:: deprecated components removed [PUI-11186] (https://jira.elliemae.io/browse/PUI-11186) ([#6129](https://git.elliemae.io/platform-ui/dimsum/issues/6129)) ([df8a110](https://git.elliemae.io/platform-ui/dimsum/commit/df8a11025e91cac529ebb5cd180d9840c714d396))
|
|
188
|
+
- environment:: move ds-group-box to EOL [PUI-11411](https://jira.elliemae.io/browse/PUI-11411) ([#6181](https://git.elliemae.io/platform-ui/dimsum/issues/6181)) ([09ad019](https://git.elliemae.io/platform-ui/dimsum/commit/09ad019472e5d5d65f6f0080d22a31ec6b630d1f))
|
|
423
189
|
|
|
424
|
-
|
|
190
|
+
### Bug Fixes
|
|
425
191
|
|
|
426
|
-
|
|
192
|
+
- ds-backdrop:: change backdrop background color [PUI-11073] (https://jira.elliemae.io/browse/PUI-11073) ([#6109](https://git.elliemae.io/platform-ui/dimsum/issues/6109)) ([90d2948](https://git.elliemae.io/platform-ui/dimsum/commit/90d2948d89623802ce1bbd5f81513ac96bb67025))
|
|
193
|
+
- ds-modal-slide:: fixed stories for e2e + fixed changelog generation [PUI-11744](https://jira.elliemae.io/browse/PUI-11744) ([#6297](https://git.elliemae.io/platform-ui/dimsum/issues/6297)) ([cc08d36](https://git.elliemae.io/platform-ui/dimsum/commit/cc08d36c6ed6f785233e7b2cb284677d1cbe2329))
|
|
194
|
+
- ds-shuttle-v2:: fixing amp issues [PUI-11630](https://jira.elliemae.io/browse/PUI-11630), [PUI-10912](https://jira.elliemae.io/browse/PUI-10912) ([#6301](https://git.elliemae.io/platform-ui/dimsum/issues/6301)) ([f721213](https://git.elliemae.io/platform-ui/dimsum/commit/f721213ac324ac23d6824a71627cc13dfaa5f141))
|
|
195
|
+
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://git.elliemae.io/platform-ui/dimsum/issues/6171)) ([021d741](https://git.elliemae.io/platform-ui/dimsum/commit/021d741a0c568adcec4fb1d191e543801b1d63d2))
|
|
427
196
|
|
|
428
197
|
## [3.22.0-rc.10](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.9...v3.22.0-rc.10) (2023-11-07)
|
|
429
198
|
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
import { Key } from 'webdriverio';
|
|
3
|
+
import DSLargeInputTextCO from '../DSLargeInputTextCO';
|
|
4
|
+
import { sendKeyRepeat, type, hasVScrollbar } from '../../../helpers';
|
|
5
|
+
|
|
6
|
+
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
7
|
+
// This test avoids using the 4th line for assertions since the scrollbar behavior for
|
|
8
|
+
// exactly the maxHeight depend on the browser and can change over time
|
|
9
|
+
describe('PUI-13431 - LargeInputText:: No unnecesary scrollbar - Visual Test', () => {
|
|
10
|
+
before('loading page', async () => {
|
|
11
|
+
const errorOnGo = await DSLargeInputTextCO.maxHeightURL.go();
|
|
12
|
+
if (errorOnGo) throw errorOnGo;
|
|
13
|
+
});
|
|
14
|
+
it('01: should display LargeInputText with less than maxHeight and no scrollbar', async () => {
|
|
15
|
+
const input = await DSLargeInputTextCO.getInputByIndex(1);
|
|
16
|
+
await input.waitForDisplayed();
|
|
17
|
+
await browser.keys(Key.Tab);
|
|
18
|
+
await browser.keys(Key.Tab);
|
|
19
|
+
await type(
|
|
20
|
+
'TestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbsTestAbTestAbTest',
|
|
21
|
+
);
|
|
22
|
+
const hasVerticalScrollbar = await hasVScrollbar(input);
|
|
23
|
+
await expect(hasVerticalScrollbar).toBe(false);
|
|
24
|
+
});
|
|
25
|
+
it('02: should display LargeInputText with more than maxHeight and scrollbar', async () => {
|
|
26
|
+
const input = await DSLargeInputTextCO.getInputByIndex(1);
|
|
27
|
+
await input.waitForDisplayed();
|
|
28
|
+
await type('TestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAbTestAb');
|
|
29
|
+
const hasVerticalScrollbar = await hasVScrollbar(input);
|
|
30
|
+
await expect(hasVerticalScrollbar).toBe(true);
|
|
31
|
+
});
|
|
32
|
+
it('03: should display LargeInputText with less than maxHeight and no scrollbar after deletion', async () => {
|
|
33
|
+
const input = await DSLargeInputTextCO.getInputByIndex(1);
|
|
34
|
+
await sendKeyRepeat(Key.Backspace, 60);
|
|
35
|
+
const hasVerticalScrollbar = await hasVScrollbar(input);
|
|
36
|
+
await expect(hasVerticalScrollbar).toBe(false);
|
|
37
|
+
});
|
|
38
|
+
});
|
|
39
|
+
}
|
|
@@ -182,6 +182,8 @@ export default class DataTableCO extends PageObject {
|
|
|
182
182
|
|
|
183
183
|
static paginatedTableAjaxTest = new Urlbuilder(PATH_E2E_DATATABLE, 'paginated-table-ajax-test');
|
|
184
184
|
|
|
185
|
+
static captionTest = new Urlbuilder(PATH_E2E_DATATABLE, 'caption-test');
|
|
186
|
+
|
|
185
187
|
// SELECTORS
|
|
186
188
|
|
|
187
189
|
static getTable = async () => $('[data-testid="data-table-table"]');
|
|
@@ -95,4 +95,17 @@ if (
|
|
|
95
95
|
await expect(result.length).toBe(0);
|
|
96
96
|
});
|
|
97
97
|
});
|
|
98
|
+
describe('PUI-14218 - DataTable:: Table Caption test - AxeCore', async () => {
|
|
99
|
+
before('loading page', async () => {
|
|
100
|
+
const errorOnGo = await DSDataTableCO.captionTest.go();
|
|
101
|
+
if (errorOnGo) throw errorOnGo;
|
|
102
|
+
await DSDataTableCO.waitForDataTable();
|
|
103
|
+
});
|
|
104
|
+
it('01: should have a custom aria-label and pass axe-core scan', async () => {
|
|
105
|
+
const datatable = await DSDataTableCO.getTable();
|
|
106
|
+
await expect(datatable).toHaveAttribute('aria-label', 'Employees status table');
|
|
107
|
+
const result = await axeCoreCheck();
|
|
108
|
+
await expect(result.length).toBe(0);
|
|
109
|
+
});
|
|
110
|
+
});
|
|
98
111
|
}
|
|
@@ -168,4 +168,32 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
168
168
|
await expect(dndBtn2ndChdRow4).toBeFocused();
|
|
169
169
|
});
|
|
170
170
|
});
|
|
171
|
+
|
|
172
|
+
describe('PUI-14169 - DataTable, Dont skip IEs after DND', () => {
|
|
173
|
+
before('loading page', async () => {
|
|
174
|
+
const errorOnGo = await DSDataTableCO.DNDRestricted.go();
|
|
175
|
+
if (errorOnGo) throw errorOnGo;
|
|
176
|
+
await DSDataTableCO.waitForDataTable();
|
|
177
|
+
});
|
|
178
|
+
it('01: should be focusing dragged row dnd handler after dnd', async () => {
|
|
179
|
+
const dndBtnRow3 = await RowCO.getRowDragHlandlerByIndex(2);
|
|
180
|
+
await dndBtnRow3.click();
|
|
181
|
+
await browser.keys(Key.Space);
|
|
182
|
+
await browser.keys(Key.ArrowDown);
|
|
183
|
+
await browser.keys(Key.ArrowDown);
|
|
184
|
+
await browser.keys(Key.Space);
|
|
185
|
+
const dndBtnRow3after = await RowCO.getRowDragHlandlerByIndex(3);
|
|
186
|
+
await expect(dndBtnRow3after).toBeFocused();
|
|
187
|
+
});
|
|
188
|
+
it('02: should be focusing dragged row chevron after tab', async () => {
|
|
189
|
+
await browser.keys(Key.Tab);
|
|
190
|
+
const chevronBtnRow3 = await RowCO.getRowExpandButtonByIndex(3);
|
|
191
|
+
await expect(chevronBtnRow3).toBeFocused();
|
|
192
|
+
});
|
|
193
|
+
it('03: should be focusing next row after tab', async () => {
|
|
194
|
+
await browser.keys(Key.Tab);
|
|
195
|
+
const chevronBtnRow3 = await RowCO.getRowFocuseableByIndex(4);
|
|
196
|
+
await expect(chevronBtnRow3).toBeFocused();
|
|
197
|
+
});
|
|
198
|
+
});
|
|
171
199
|
}
|
|
@@ -7,7 +7,8 @@ if (browser.capabilities['ice:options'].isPhone) {
|
|
|
7
7
|
if (errorOnGo) throw errorOnGo;
|
|
8
8
|
});
|
|
9
9
|
it('only one item can be selected', async () => {
|
|
10
|
-
|
|
10
|
+
const triggerBtn = await MCMCO.getHandleOpenButton();
|
|
11
|
+
await triggerBtn.click();
|
|
11
12
|
await (await MCMCO.getMenuItem(1)).click();
|
|
12
13
|
await (await MCMCO.getHandleOpenButton()).click();
|
|
13
14
|
const checkMark1 = await MCMCO.getCheckMark(1);
|
|
@@ -22,8 +23,8 @@ if (browser.capabilities['ice:options'].isPhone) {
|
|
|
22
23
|
if (errorOnGo) throw errorOnGo;
|
|
23
24
|
});
|
|
24
25
|
it('should display items checked', async () => {
|
|
25
|
-
|
|
26
|
-
await
|
|
26
|
+
const triggerBtn = await MCMCO.getHandleOpenButton();
|
|
27
|
+
await triggerBtn.click();
|
|
27
28
|
await (await MCMCO.getContextMenu()).waitForDisplayed();
|
|
28
29
|
await (await MCMCO.getMenuItem(0)).click();
|
|
29
30
|
await (await MCMCO.getMenuItem(2)).click();
|
|
@@ -47,12 +48,41 @@ if (browser.capabilities['ice:options'].isPhone) {
|
|
|
47
48
|
if (errorOnGo) throw errorOnGo;
|
|
48
49
|
});
|
|
49
50
|
it('should close contextmenu onClick event', async () => {
|
|
50
|
-
|
|
51
|
-
await
|
|
51
|
+
const triggerBtn = await MCMCO.getHandleOpenButton();
|
|
52
|
+
await triggerBtn.click();
|
|
52
53
|
await (await MCMCO.getContextMenu()).waitForDisplayed();
|
|
53
54
|
await (await MCMCO.getMenuItem(0)).click();
|
|
54
55
|
const contextMenu = await MCMCO.getContextMenu();
|
|
55
56
|
await expect(contextMenu).not.toBeDisplayed();
|
|
56
57
|
});
|
|
57
58
|
});
|
|
59
|
+
describe('PUI-14291 - MobileContextMenu:: Handle Focus', () => {
|
|
60
|
+
before('loading page', async () => {
|
|
61
|
+
const errorOnGo = await MCMCO.handleFocus.go();
|
|
62
|
+
if (errorOnGo) throw errorOnGo;
|
|
63
|
+
});
|
|
64
|
+
it('01: MobileContextMenu should be opened and focus should be on first option', async () => {
|
|
65
|
+
const triggerBtn = await MCMCO.getHandleOpenButton();
|
|
66
|
+
await triggerBtn.click();
|
|
67
|
+
const firstOption = await MCMCO.getMenuItem(0);
|
|
68
|
+
await expect(firstOption).toBeFocused();
|
|
69
|
+
});
|
|
70
|
+
it('02: focus should return to trigger button after clicking outside menu', async () => {
|
|
71
|
+
const backdrop = await MCMCO.getBackDrop();
|
|
72
|
+
if (browser.capabilities.browserName === 'safari') {
|
|
73
|
+
await backdrop.click();
|
|
74
|
+
} else {
|
|
75
|
+
await backdrop.click({ y: 50 });
|
|
76
|
+
}
|
|
77
|
+
const triggerBtn = await MCMCO.getHandleOpenButton();
|
|
78
|
+
await expect(triggerBtn).toBeFocused();
|
|
79
|
+
});
|
|
80
|
+
it('03: focus should return to trigger button after clicking outside menu', async () => {
|
|
81
|
+
const triggerBtn = await MCMCO.getHandleOpenButton();
|
|
82
|
+
await triggerBtn.click();
|
|
83
|
+
const firstOption = await MCMCO.getMenuItem(0);
|
|
84
|
+
await firstOption.click();
|
|
85
|
+
await expect(triggerBtn).toBeFocused();
|
|
86
|
+
});
|
|
87
|
+
});
|
|
58
88
|
}
|
|
@@ -19,8 +19,11 @@ if (browser.capabilities['ice:options'].isPhone) {
|
|
|
19
19
|
if (errorOnGo) throw errorOnGo;
|
|
20
20
|
});
|
|
21
21
|
it('should display mobile context menu basic', async () => {
|
|
22
|
-
|
|
23
|
-
await
|
|
22
|
+
const triggerBtn = await MCMCO.getHandleOpenButton();
|
|
23
|
+
await triggerBtn.click();
|
|
24
|
+
await (await MCMCO.getContextMenu()).waitForDisplayed();
|
|
25
|
+
const firstOption = await MCMCO.getMenuItem(0);
|
|
26
|
+
await firstOption.click();
|
|
24
27
|
const snapshot = await browser.checkSnapshot(MCMCO.snapshotPath());
|
|
25
28
|
await expect(snapshot).toEqual(0);
|
|
26
29
|
});
|
|
@@ -18,8 +18,10 @@ export default class MobileContextMenu extends PageObject {
|
|
|
18
18
|
|
|
19
19
|
static multiSelectGroup = new Urlbuilder(PATH_MOBILE_CONTEXT_MENU, 'multi-select-group');
|
|
20
20
|
|
|
21
|
+
static handleFocus = new Urlbuilder(PATH_E2E_MOBILE_CONTEXT_MENU, 'handle-focus-test');
|
|
22
|
+
|
|
21
23
|
static async getHandleOpenButton() {
|
|
22
|
-
return $('[data-testid="button
|
|
24
|
+
return $('[data-testid="ds-button"]');
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
static async getCounterButton() {
|
|
@@ -59,6 +61,10 @@ export default class MobileContextMenu extends PageObject {
|
|
|
59
61
|
return $('[aria-checked="true"]');
|
|
60
62
|
}
|
|
61
63
|
|
|
64
|
+
static async getBackDrop() {
|
|
65
|
+
return $('[data-testid="ds-backdrop"]');
|
|
66
|
+
}
|
|
67
|
+
|
|
62
68
|
// Snapshots
|
|
63
69
|
static snapshotPath(example = 'basic') {
|
|
64
70
|
return PageObject.getSnapshotPathBuilder('MobileContextMenu', example, 'ds-mobile');
|
package/helpers.js
CHANGED
|
@@ -369,6 +369,12 @@ export async function getTestData(index) {
|
|
|
369
369
|
return $(`[data-testid="test-data-${index}"]`);
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
+
export async function hasVScrollbar(elem) {
|
|
373
|
+
const inputScrollHeight = await elem.getProperty('scrollHeight');
|
|
374
|
+
const inputClientHeight = await elem.getProperty('clientHeight');
|
|
375
|
+
return inputScrollHeight > inputClientHeight;
|
|
376
|
+
}
|
|
377
|
+
|
|
372
378
|
export async function getLocationByDataTestId(dataTest, index) {
|
|
373
379
|
const result = await browser.executeAsync(
|
|
374
380
|
async (dataTest, index = 0, doneExc) => {
|
package/package.json
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dimsum-e2e-tests",
|
|
3
|
-
"version": "3.40.0
|
|
3
|
+
"version": "3.40.0",
|
|
4
4
|
"description": "End-to-end tests for dimsum library",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@elliemae/ds-accessibility": "3.40.0
|
|
7
|
-
"@elliemae/ds-
|
|
8
|
-
"@elliemae/ds-
|
|
9
|
-
"@elliemae/ds-
|
|
10
|
-
"@elliemae/ds-
|
|
11
|
-
"@elliemae/ds-
|
|
12
|
-
"@elliemae/ds-
|
|
13
|
-
"@elliemae/ds-button
|
|
14
|
-
"@elliemae/ds-button-
|
|
15
|
-
"@elliemae/ds-button-
|
|
16
|
-
"@elliemae/ds-
|
|
17
|
-
"@elliemae/ds-card
|
|
18
|
-
"@elliemae/ds-card-navigation": "3.40.0
|
|
19
|
-
"@elliemae/ds-card-v2-action-addon": "3.40.0
|
|
20
|
-
"@elliemae/ds-card-
|
|
21
|
-
"@elliemae/ds-
|
|
22
|
-
"@elliemae/ds-card-v2
|
|
23
|
-
"@elliemae/ds-chat
|
|
24
|
-
"@elliemae/ds-
|
|
25
|
-
"@elliemae/ds-
|
|
26
|
-
"@elliemae/ds-
|
|
27
|
-
"@elliemae/ds-
|
|
28
|
-
"@elliemae/ds-comments": "3.40.0
|
|
29
|
-
"@elliemae/ds-
|
|
30
|
-
"@elliemae/ds-
|
|
31
|
-
"@elliemae/ds-csv-converter": "3.40.0
|
|
32
|
-
"@elliemae/ds-
|
|
33
|
-
"@elliemae/ds-
|
|
34
|
-
"@elliemae/ds-
|
|
35
|
-
"@elliemae/ds-
|
|
36
|
-
"@elliemae/ds-
|
|
37
|
-
"@elliemae/ds-
|
|
38
|
-
"@elliemae/ds-date-range-
|
|
39
|
-
"@elliemae/ds-date-range-
|
|
40
|
-
"@elliemae/ds-date-time-picker": "3.40.0
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-drag-and-drop": "3.40.0
|
|
45
|
-
"@elliemae/ds-dropdownmenu": "3.40.0
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-filterbar": "3.40.0
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
50
|
-
"@elliemae/ds-form-
|
|
51
|
-
"@elliemae/ds-form-date-
|
|
52
|
-
"@elliemae/ds-form-
|
|
53
|
-
"@elliemae/ds-global-header": "3.40.0
|
|
54
|
-
"@elliemae/ds-form-layout-
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-
|
|
57
|
-
"@elliemae/ds-header": "3.40.0
|
|
58
|
-
"@elliemae/ds-hooks-fontsize-detector": "3.40.0
|
|
59
|
-
"@elliemae/ds-
|
|
60
|
-
"@elliemae/ds-
|
|
61
|
-
"@elliemae/ds-image": "3.40.0
|
|
62
|
-
"@elliemae/ds-icons": "3.40.0
|
|
63
|
-
"@elliemae/ds-
|
|
64
|
-
"@elliemae/ds-
|
|
65
|
-
"@elliemae/ds-
|
|
66
|
-
"@elliemae/ds-
|
|
67
|
-
"@elliemae/ds-
|
|
68
|
-
"@elliemae/ds-
|
|
69
|
-
"@elliemae/ds-menu": "3.40.0
|
|
70
|
-
"@elliemae/ds-menu-items": "3.40.0
|
|
71
|
-
"@elliemae/ds-
|
|
72
|
-
"@elliemae/ds-
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-
|
|
75
|
-
"@elliemae/ds-
|
|
76
|
-
"@elliemae/ds-number-range-field": "3.40.0
|
|
77
|
-
"@elliemae/ds-page-header": "3.40.0
|
|
78
|
-
"@elliemae/ds-page-header
|
|
79
|
-
"@elliemae/ds-page-
|
|
80
|
-
"@elliemae/ds-page-
|
|
81
|
-
"@elliemae/ds-page-number": "3.40.0
|
|
82
|
-
"@elliemae/ds-pagination": "3.40.0
|
|
83
|
-
"@elliemae/ds-pills": "3.40.0
|
|
84
|
-
"@elliemae/ds-
|
|
85
|
-
"@elliemae/ds-
|
|
86
|
-
"@elliemae/ds-
|
|
87
|
-
"@elliemae/ds-
|
|
88
|
-
"@elliemae/ds-query-builder": "3.40.0
|
|
89
|
-
"@elliemae/ds-
|
|
90
|
-
"@elliemae/ds-
|
|
91
|
-
"@elliemae/ds-
|
|
92
|
-
"@elliemae/ds-
|
|
93
|
-
"@elliemae/ds-search-field": "3.40.0
|
|
94
|
-
"@elliemae/ds-shuttle": "3.40.0
|
|
95
|
-
"@elliemae/ds-shuttle-v2": "3.40.0
|
|
96
|
-
"@elliemae/ds-side-panel": "3.40.0
|
|
97
|
-
"@elliemae/ds-
|
|
98
|
-
"@elliemae/ds-
|
|
99
|
-
"@elliemae/ds-spinner": "3.40.0
|
|
100
|
-
"@elliemae/ds-
|
|
101
|
-
"@elliemae/ds-
|
|
102
|
-
"@elliemae/ds-
|
|
103
|
-
"@elliemae/ds-
|
|
104
|
-
"@elliemae/ds-
|
|
105
|
-
"@elliemae/ds-
|
|
106
|
-
"@elliemae/ds-time-picker": "3.40.0
|
|
107
|
-
"@elliemae/ds-
|
|
108
|
-
"@elliemae/ds-
|
|
109
|
-
"@elliemae/ds-
|
|
110
|
-
"@elliemae/ds-tooltip": "3.40.0
|
|
111
|
-
"@elliemae/ds-toolbar
|
|
112
|
-
"@elliemae/ds-transition": "3.40.0
|
|
113
|
-
"@elliemae/ds-tree-model": "3.40.0
|
|
114
|
-
"@elliemae/ds-
|
|
115
|
-
"@elliemae/ds-
|
|
116
|
-
"@elliemae/ds-
|
|
117
|
-
"@elliemae/ds-
|
|
118
|
-
"@elliemae/ds-uploader": "3.40.0
|
|
119
|
-
"@elliemae/ds-
|
|
120
|
-
"@elliemae/ds-
|
|
121
|
-
"@elliemae/ds-zipcode-search": "3.40.0
|
|
122
|
-
"@elliemae/ds-
|
|
123
|
-
"@elliemae/ds-
|
|
6
|
+
"@elliemae/ds-accessibility": "3.40.0",
|
|
7
|
+
"@elliemae/ds-accordion": "3.40.0",
|
|
8
|
+
"@elliemae/ds-banner": "3.40.0",
|
|
9
|
+
"@elliemae/ds-backdrop": "3.40.0",
|
|
10
|
+
"@elliemae/ds-app-picker": "3.40.0",
|
|
11
|
+
"@elliemae/ds-basic": "3.40.0",
|
|
12
|
+
"@elliemae/ds-breadcrumb": "3.40.0",
|
|
13
|
+
"@elliemae/ds-button": "3.40.0",
|
|
14
|
+
"@elliemae/ds-button-group": "3.40.0",
|
|
15
|
+
"@elliemae/ds-button-v1": "3.40.0",
|
|
16
|
+
"@elliemae/ds-button-v2": "3.40.0",
|
|
17
|
+
"@elliemae/ds-card": "3.40.0",
|
|
18
|
+
"@elliemae/ds-card-navigation": "3.40.0",
|
|
19
|
+
"@elliemae/ds-card-v2-action-addon": "3.40.0",
|
|
20
|
+
"@elliemae/ds-card-array": "3.40.0",
|
|
21
|
+
"@elliemae/ds-card-v2-group": "3.40.0",
|
|
22
|
+
"@elliemae/ds-card-v2": "3.40.0",
|
|
23
|
+
"@elliemae/ds-chat": "3.40.0",
|
|
24
|
+
"@elliemae/ds-chat-bubble": "3.40.0",
|
|
25
|
+
"@elliemae/ds-chat-tile": "3.40.0",
|
|
26
|
+
"@elliemae/ds-chip": "3.40.0",
|
|
27
|
+
"@elliemae/ds-circular-progress-indicator": "3.40.0",
|
|
28
|
+
"@elliemae/ds-comments": "3.40.0",
|
|
29
|
+
"@elliemae/ds-controlled-form": "3.40.0",
|
|
30
|
+
"@elliemae/ds-codeeditor": "3.40.0",
|
|
31
|
+
"@elliemae/ds-csv-converter": "3.40.0",
|
|
32
|
+
"@elliemae/ds-data-table": "3.40.0",
|
|
33
|
+
"@elliemae/ds-datagrids": "3.40.0",
|
|
34
|
+
"@elliemae/ds-dataviz": "3.40.0",
|
|
35
|
+
"@elliemae/ds-data-table-cell-header": "3.40.0",
|
|
36
|
+
"@elliemae/ds-date-picker": "3.40.0",
|
|
37
|
+
"@elliemae/ds-dataviz-pie": "3.40.0",
|
|
38
|
+
"@elliemae/ds-date-range-selector": "3.40.0",
|
|
39
|
+
"@elliemae/ds-date-range-picker": "3.40.0",
|
|
40
|
+
"@elliemae/ds-date-time-picker": "3.40.0",
|
|
41
|
+
"@elliemae/ds-dialog": "3.40.0",
|
|
42
|
+
"@elliemae/ds-date-time-recurrence-picker": "3.40.0",
|
|
43
|
+
"@elliemae/ds-decision-graph": "3.40.0",
|
|
44
|
+
"@elliemae/ds-drag-and-drop": "3.40.0",
|
|
45
|
+
"@elliemae/ds-dropdownmenu": "3.40.0",
|
|
46
|
+
"@elliemae/ds-fast-list": "3.40.0",
|
|
47
|
+
"@elliemae/ds-filterbar": "3.40.0",
|
|
48
|
+
"@elliemae/ds-form": "3.40.0",
|
|
49
|
+
"@elliemae/ds-dropzone": "3.40.0",
|
|
50
|
+
"@elliemae/ds-form-layout-blocks": "3.40.0",
|
|
51
|
+
"@elliemae/ds-form-date-range-picker": "3.40.0",
|
|
52
|
+
"@elliemae/ds-form-date-time-picker": "3.40.0",
|
|
53
|
+
"@elliemae/ds-global-header": "3.40.0",
|
|
54
|
+
"@elliemae/ds-form-layout-label": "3.40.0",
|
|
55
|
+
"@elliemae/ds-grid": "3.40.0",
|
|
56
|
+
"@elliemae/ds-group-box": "3.40.0",
|
|
57
|
+
"@elliemae/ds-header": "3.40.0",
|
|
58
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.40.0",
|
|
59
|
+
"@elliemae/ds-icon": "3.40.0",
|
|
60
|
+
"@elliemae/ds-hooks-fontsize-media": "3.40.0",
|
|
61
|
+
"@elliemae/ds-image": "3.40.0",
|
|
62
|
+
"@elliemae/ds-icons": "3.40.0",
|
|
63
|
+
"@elliemae/ds-imagelibrarymodal": "3.40.0",
|
|
64
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.40.0",
|
|
65
|
+
"@elliemae/ds-left-navigation": "3.40.0",
|
|
66
|
+
"@elliemae/ds-label-value": "3.40.0",
|
|
67
|
+
"@elliemae/ds-loading-indicator": "3.40.0",
|
|
68
|
+
"@elliemae/ds-list-section-header": "3.40.0",
|
|
69
|
+
"@elliemae/ds-menu": "3.40.0",
|
|
70
|
+
"@elliemae/ds-menu-items": "3.40.0",
|
|
71
|
+
"@elliemae/ds-modal": "3.40.0",
|
|
72
|
+
"@elliemae/ds-mini-toolbar": "3.40.0",
|
|
73
|
+
"@elliemae/ds-notification-badge": "3.40.0",
|
|
74
|
+
"@elliemae/ds-mobile": "3.40.0",
|
|
75
|
+
"@elliemae/ds-modal-slide": "3.40.0",
|
|
76
|
+
"@elliemae/ds-number-range-field": "3.40.0",
|
|
77
|
+
"@elliemae/ds-page-header-v1": "3.40.0",
|
|
78
|
+
"@elliemae/ds-page-header": "3.40.0",
|
|
79
|
+
"@elliemae/ds-page-layout": "3.40.0",
|
|
80
|
+
"@elliemae/ds-page-header-v2": "3.40.0",
|
|
81
|
+
"@elliemae/ds-page-number": "3.40.0",
|
|
82
|
+
"@elliemae/ds-pagination": "3.40.0",
|
|
83
|
+
"@elliemae/ds-pills": "3.40.0",
|
|
84
|
+
"@elliemae/ds-popper": "3.40.0",
|
|
85
|
+
"@elliemae/ds-progress-indicator": "3.40.0",
|
|
86
|
+
"@elliemae/ds-popover": "3.40.0",
|
|
87
|
+
"@elliemae/ds-popperjs": "3.40.0",
|
|
88
|
+
"@elliemae/ds-query-builder": "3.40.0",
|
|
89
|
+
"@elliemae/ds-read-more": "3.40.0",
|
|
90
|
+
"@elliemae/ds-ribbon": "3.40.0",
|
|
91
|
+
"@elliemae/ds-separator": "3.40.0",
|
|
92
|
+
"@elliemae/ds-resizeable-container": "3.40.0",
|
|
93
|
+
"@elliemae/ds-search-field": "3.40.0",
|
|
94
|
+
"@elliemae/ds-shuttle": "3.40.0",
|
|
95
|
+
"@elliemae/ds-shuttle-v2": "3.40.0",
|
|
96
|
+
"@elliemae/ds-side-panel": "3.40.0",
|
|
97
|
+
"@elliemae/ds-slider": "3.40.0",
|
|
98
|
+
"@elliemae/ds-skeleton": "3.40.0",
|
|
99
|
+
"@elliemae/ds-spinner": "3.40.0",
|
|
100
|
+
"@elliemae/ds-square-indicator": "3.40.0",
|
|
101
|
+
"@elliemae/ds-stepper": "3.40.0",
|
|
102
|
+
"@elliemae/ds-svg": "3.40.0",
|
|
103
|
+
"@elliemae/ds-tabs": "3.40.0",
|
|
104
|
+
"@elliemae/ds-system": "3.40.0",
|
|
105
|
+
"@elliemae/ds-text-wrapper": "3.40.0",
|
|
106
|
+
"@elliemae/ds-time-picker": "3.40.0",
|
|
107
|
+
"@elliemae/ds-test-utils": "3.40.0",
|
|
108
|
+
"@elliemae/ds-toast": "3.40.0",
|
|
109
|
+
"@elliemae/ds-toolbar-v2": "3.40.0",
|
|
110
|
+
"@elliemae/ds-tooltip": "3.40.0",
|
|
111
|
+
"@elliemae/ds-toolbar": "3.40.0",
|
|
112
|
+
"@elliemae/ds-transition": "3.40.0",
|
|
113
|
+
"@elliemae/ds-tree-model": "3.40.0",
|
|
114
|
+
"@elliemae/ds-treeview": "3.40.0",
|
|
115
|
+
"@elliemae/ds-truncated-expandable-text": "3.40.0",
|
|
116
|
+
"@elliemae/ds-typography": "3.40.0",
|
|
117
|
+
"@elliemae/ds-truncated-tooltip-text": "3.40.0",
|
|
118
|
+
"@elliemae/ds-uploader": "3.40.0",
|
|
119
|
+
"@elliemae/ds-virtual-list": "3.40.0",
|
|
120
|
+
"@elliemae/ds-wizard": "3.40.0",
|
|
121
|
+
"@elliemae/ds-zipcode-search": "3.40.0",
|
|
122
|
+
"@elliemae/ds-wysiwygeditor": "3.40.0",
|
|
123
|
+
"@elliemae/ds-zoom": "3.40.0"
|
|
124
124
|
}
|
|
125
125
|
}
|