dimsum-e2e-tests 1.0.0-rc.7 → 1.0.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 +100 -9
- package/ds-number-range-field/NumberRangeField.func.spec.js +75 -0
- package/ds-number-range-field/NumberRangeFieldCO.js +25 -0
- package/ds-page-number/DSPageNumber.func.spec.js +37 -0
- package/ds-page-number/DSPageNumberCO.js +36 -0
- package/ds-search-field/SearchField.func.spec.js +109 -0
- package/ds-search-field/SearchFieldCO.js +103 -0
- package/package.json +119 -119
package/CHANGELOG.md
CHANGED
|
@@ -3,34 +3,125 @@
|
|
|
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
|
-
##
|
|
6
|
+
## 1.0.0 (2023-12-29)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- spin off legacy package monorepo ([8ac26dd](https://git.elliemae.io/platform-ui/dimsum-legacy/commit/8ac26ddda2676128aa4b4e446b7d201f688c8a8a))
|
|
11
|
+
|
|
12
|
+
## [3.24.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.23.0...v3.24.0) (2023-11-23)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- 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))
|
|
17
|
+
|
|
18
|
+
## [3.23.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0...v3.23.0) (2023-11-15)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
21
|
+
|
|
22
|
+
## [3.22.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.21.2...v3.22.0) (2023-11-08)
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
- 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))
|
|
27
|
+
- 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))
|
|
28
|
+
- 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))
|
|
29
|
+
- 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))
|
|
30
|
+
- 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))
|
|
31
|
+
- 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))
|
|
32
|
+
- 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))
|
|
33
|
+
- 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))
|
|
34
|
+
- 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))
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
- 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))
|
|
39
|
+
- 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))
|
|
40
|
+
- 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))
|
|
41
|
+
- 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))
|
|
42
|
+
|
|
43
|
+
## [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)
|
|
7
44
|
|
|
8
45
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
9
46
|
|
|
10
|
-
## [
|
|
47
|
+
## [3.22.0-rc.9](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.8...v3.22.0-rc.9) (2023-11-06)
|
|
11
48
|
|
|
12
49
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
13
50
|
|
|
14
|
-
## [
|
|
51
|
+
## [3.22.0-rc.8](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.7...v3.22.0-rc.8) (2023-11-02)
|
|
15
52
|
|
|
16
53
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
17
54
|
|
|
18
|
-
## [
|
|
55
|
+
## [3.22.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.6...v3.22.0-rc.7) (2023-11-02)
|
|
19
56
|
|
|
20
57
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
21
58
|
|
|
22
|
-
## [
|
|
59
|
+
## [3.22.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.5...v3.22.0-rc.6) (2023-11-01)
|
|
23
60
|
|
|
24
61
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
25
62
|
|
|
26
|
-
## [
|
|
63
|
+
## [3.22.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.4...v3.22.0-rc.5) (2023-11-01)
|
|
27
64
|
|
|
28
65
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
29
66
|
|
|
30
|
-
##
|
|
67
|
+
## [3.22.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.3...v3.22.0-rc.4) (2023-10-31)
|
|
68
|
+
|
|
69
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
70
|
+
|
|
71
|
+
## [3.22.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.2...v3.22.0-rc.3) (2023-10-31)
|
|
72
|
+
|
|
73
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
74
|
+
|
|
75
|
+
## [3.22.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.1...v3.22.0-rc.2) (2023-10-31)
|
|
76
|
+
|
|
77
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
78
|
+
|
|
79
|
+
## [3.22.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.0...v3.22.0-rc.1) (2023-10-31)
|
|
80
|
+
|
|
81
|
+
### Bug Fixes
|
|
82
|
+
|
|
83
|
+
- 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))
|
|
84
|
+
|
|
85
|
+
## [3.22.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.21.2-rc.10...v3.22.0-rc.0) (2023-10-30)
|
|
31
86
|
|
|
32
87
|
### Features
|
|
33
88
|
|
|
34
|
-
-
|
|
89
|
+
- 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))
|
|
90
|
+
- 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))
|
|
91
|
+
- 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))
|
|
92
|
+
- 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))
|
|
93
|
+
- 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))
|
|
94
|
+
- 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))
|
|
95
|
+
- 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))
|
|
96
|
+
- 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))
|
|
97
|
+
- 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))
|
|
35
98
|
|
|
36
|
-
|
|
99
|
+
### Bug Fixes
|
|
100
|
+
|
|
101
|
+
- 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))
|
|
102
|
+
- 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))
|
|
103
|
+
|
|
104
|
+
## [3.22.0-next.38](https://git.elliemae.io/platform-ui/dimsum/compare/v3.21.2-rc.10...v3.22.0-next.38) (2023-10-30)
|
|
105
|
+
|
|
106
|
+
### Features
|
|
107
|
+
|
|
108
|
+
- 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))
|
|
109
|
+
- 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))
|
|
110
|
+
- 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))
|
|
111
|
+
- 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))
|
|
112
|
+
- 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))
|
|
113
|
+
- 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))
|
|
114
|
+
- 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))
|
|
115
|
+
- 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))
|
|
116
|
+
- 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))
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
- 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))
|
|
121
|
+
- 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))
|
|
122
|
+
|
|
123
|
+
## [3.22.0-next.36](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.35...v3.22.0-next.36) (2023-10-26)
|
|
124
|
+
|
|
125
|
+
### Features
|
|
126
|
+
|
|
127
|
+
- 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))
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Key } from 'webdriverio';
|
|
2
|
+
import NumberRangeFieldCO from './NumberRangeFieldCO';
|
|
3
|
+
|
|
4
|
+
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
|
+
describe('PUI-4285 - NumberRangeField, minFrom/maxFrom/minTo/maxTo props', () => {
|
|
6
|
+
beforeEach(async () => {
|
|
7
|
+
const errorOnGo = await NumberRangeFieldCO.basicURL.go();
|
|
8
|
+
if (errorOnGo) throw errorOnGo;
|
|
9
|
+
});
|
|
10
|
+
it('input value less than minFrom', async () => {
|
|
11
|
+
await (await NumberRangeFieldCO.getFromInput()).addValue('0');
|
|
12
|
+
await browser.keys(Key.Tab);
|
|
13
|
+
const fromInput = await NumberRangeFieldCO.getFromInput();
|
|
14
|
+
await expect(fromInput).toHaveValue('5');
|
|
15
|
+
});
|
|
16
|
+
it('input value equal than minFrom', async () => {
|
|
17
|
+
await (await NumberRangeFieldCO.getFromInput()).addValue('5');
|
|
18
|
+
await browser.keys(Key.Tab);
|
|
19
|
+
const fromInput = await NumberRangeFieldCO.getFromInput();
|
|
20
|
+
await expect(fromInput).toHaveValue('5');
|
|
21
|
+
});
|
|
22
|
+
it('input value larger than maxFrom', async () => {
|
|
23
|
+
await (await NumberRangeFieldCO.getFromInput()).addValue('21');
|
|
24
|
+
await browser.keys(Key.Tab);
|
|
25
|
+
const fromInput = await NumberRangeFieldCO.getFromInput();
|
|
26
|
+
await expect(fromInput).toHaveValue('5');
|
|
27
|
+
});
|
|
28
|
+
it('input value less than minTo', async () => {
|
|
29
|
+
await (await NumberRangeFieldCO.getToInput()).addValue('3');
|
|
30
|
+
await browser.keys(Key.Tab);
|
|
31
|
+
const toInput = await NumberRangeFieldCO.getToInput();
|
|
32
|
+
await expect(toInput).toHaveValue('5');
|
|
33
|
+
});
|
|
34
|
+
it('input value equal than minTo', async () => {
|
|
35
|
+
await (await NumberRangeFieldCO.getToInput()).addValue('5');
|
|
36
|
+
await browser.keys(Key.Tab);
|
|
37
|
+
const toInput = await NumberRangeFieldCO.getToInput();
|
|
38
|
+
await expect(toInput).toHaveValue('5');
|
|
39
|
+
});
|
|
40
|
+
it('input value between minTo and maxTo', async () => {
|
|
41
|
+
await (await NumberRangeFieldCO.getToInput()).addValue('10');
|
|
42
|
+
await browser.keys(Key.Tab);
|
|
43
|
+
const toInput = await NumberRangeFieldCO.getToInput();
|
|
44
|
+
await expect(toInput).toHaveValue('10');
|
|
45
|
+
});
|
|
46
|
+
it('input value larger than minTo', async () => {
|
|
47
|
+
await (await NumberRangeFieldCO.getToInput()).addValue('31');
|
|
48
|
+
await browser.keys(Key.Tab);
|
|
49
|
+
const toInput = await NumberRangeFieldCO.getToInput();
|
|
50
|
+
await expect(toInput).toHaveValue('5');
|
|
51
|
+
});
|
|
52
|
+
});
|
|
53
|
+
describe('PUI-3331 - NumberRangeField, input mask verification', () => {
|
|
54
|
+
beforeEach(async () => {
|
|
55
|
+
const errorOnGo = await NumberRangeFieldCO.basicURL.go();
|
|
56
|
+
if (errorOnGo) throw errorOnGo;
|
|
57
|
+
});
|
|
58
|
+
it('special characters and letters are not allowed', async () => {
|
|
59
|
+
await (await NumberRangeFieldCO.getFromInput()).addValue('`~!@#$%^&*()_+-={[}]/|;"\'";\\,<.>?');
|
|
60
|
+
await (await NumberRangeFieldCO.getToInput()).addValue('qwertyuiopasdfghjklzxcvbnm');
|
|
61
|
+
const fromInput = await NumberRangeFieldCO.getFromInput();
|
|
62
|
+
const toInput = await NumberRangeFieldCO.getToInput();
|
|
63
|
+
await expect(fromInput).toHaveValue('');
|
|
64
|
+
await expect(toInput).toHaveValue('');
|
|
65
|
+
});
|
|
66
|
+
it('whole numbers are allowed', async () => {
|
|
67
|
+
await (await NumberRangeFieldCO.getFromInput()).addValue('6');
|
|
68
|
+
await (await NumberRangeFieldCO.getToInput()).addValue('12');
|
|
69
|
+
const fromInput = await NumberRangeFieldCO.getFromInput();
|
|
70
|
+
const toInput = await NumberRangeFieldCO.getToInput();
|
|
71
|
+
await expect(fromInput).toHaveValue('6');
|
|
72
|
+
await expect(toInput).toHaveValue('12');
|
|
73
|
+
});
|
|
74
|
+
});
|
|
75
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PATH_NUMBER_RANGE_FIELD } from '../../environments/storybook/paths';
|
|
2
|
+
import { PageObject, Urlbuilder } from '../helpers';
|
|
3
|
+
|
|
4
|
+
export const knobs = {
|
|
5
|
+
minFrom: 'knob-minFrom',
|
|
6
|
+
maxFrom: 'knob-maxFrom',
|
|
7
|
+
minTo: 'knob-minTo',
|
|
8
|
+
maxTo: 'knob-maxTo',
|
|
9
|
+
};
|
|
10
|
+
export default class NumberRangeField extends PageObject {
|
|
11
|
+
static basicURL = new Urlbuilder(PATH_NUMBER_RANGE_FIELD, 'basic');
|
|
12
|
+
|
|
13
|
+
static async getFromInput() {
|
|
14
|
+
return $('[data-testid="ds-number-range-field__from-input"]');
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static async getToInput() {
|
|
18
|
+
return $('[data-testid="ds-number-range-field__to-input"]');
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// Snapshots
|
|
22
|
+
static snapshotPath(example = 'basic') {
|
|
23
|
+
return PageObject.getSnapshotPathBuilder('DSNumberRangeField', example, 'ds-number-range-field');
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Key } from 'webdriverio';
|
|
2
|
+
import DSPageNumberCO from './DSPageNumberCO';
|
|
3
|
+
|
|
4
|
+
if (!browser.capabilities['ice:options'].isPhone) {
|
|
5
|
+
describe('Page Number', () => {
|
|
6
|
+
before('loading page', async () => {
|
|
7
|
+
const errorOnGo = await DSPageNumberCO.basicURL.go();
|
|
8
|
+
if (errorOnGo) throw errorOnGo;
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
it('changes the current page to the last page', async () => {
|
|
12
|
+
await (await DSPageNumberCO.getPageNumber()).waitForDisplayed();
|
|
13
|
+
const currentPageInput = await DSPageNumberCO.getCurrentPageInput();
|
|
14
|
+
const totalPages = await (await DSPageNumberCO.getTotalPages()).getText();
|
|
15
|
+
await currentPageInput.setValue(totalPages);
|
|
16
|
+
const pageInputValue = await currentPageInput.getValue();
|
|
17
|
+
await expect(pageInputValue).toEqual('10');
|
|
18
|
+
});
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
23
|
+
describe('Page Number - Desktop', () => {
|
|
24
|
+
before('loading page', async () => {
|
|
25
|
+
const errorOnGo = await DSPageNumberCO.basicURL.go();
|
|
26
|
+
if (errorOnGo) throw errorOnGo;
|
|
27
|
+
});
|
|
28
|
+
it('should display always a number', async () => {
|
|
29
|
+
await (await DSPageNumberCO.getCurrentPageInput()).click();
|
|
30
|
+
await browser.keys(Key.ArrowRight);
|
|
31
|
+
await browser.keys(Key.Backspace);
|
|
32
|
+
await (await DSPageNumberCO.getPageNumberIncrease()).click();
|
|
33
|
+
const currentPageInput = await DSPageNumberCO.getCurrentPageInput();
|
|
34
|
+
await expect(currentPageInput).toHaveValue('1');
|
|
35
|
+
});
|
|
36
|
+
});
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { PATH_PAGE_NUMBER } from '../../environments/storybook/paths';
|
|
2
|
+
import { PageObject, Urlbuilder } from '../helpers';
|
|
3
|
+
|
|
4
|
+
export default class DSPageNumberCO extends PageObject {
|
|
5
|
+
// Desktop
|
|
6
|
+
static basicURL = new Urlbuilder(PATH_PAGE_NUMBER, 'basic');
|
|
7
|
+
|
|
8
|
+
static getUrl(component = 'basic') {
|
|
9
|
+
return PageObject.getUrl(PATH_PAGE_NUMBER, component);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// Snapshots
|
|
13
|
+
static snapshotPath(example = 'basic') {
|
|
14
|
+
return PageObject.getSnapshotPathBuilder('PageNumber', example);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static async getCurrentPageInput() {
|
|
18
|
+
return $('//input[@data-testid="page-number__current-page"]');
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
static async getTotalPages() {
|
|
22
|
+
return $('[data-testid="page-number__total-pages"]');
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
static async getPageNumberIncrease() {
|
|
26
|
+
return $('[data-testid="page-number__increase"]');
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static async getPageNumber() {
|
|
30
|
+
return $('[data-testid="ds-page-number"]');
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// selectors
|
|
34
|
+
// actions
|
|
35
|
+
// utils
|
|
36
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { Key } from 'webdriverio';
|
|
2
|
+
import SearchFieldCO from './SearchFieldCO';
|
|
3
|
+
|
|
4
|
+
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
|
+
describe('PUI-4628 - SearchField, search funcionality', () => {
|
|
6
|
+
before(async () => {
|
|
7
|
+
const errorOnGo = await SearchFieldCO.withoutLookupIndicator.go();
|
|
8
|
+
if (errorOnGo) throw errorOnGo;
|
|
9
|
+
});
|
|
10
|
+
it('01: searchField should be displayed', async () => {
|
|
11
|
+
const comboBoxField = await SearchFieldCO.getCombobox(0);
|
|
12
|
+
await expect(comboBoxField).toBeDisplayed();
|
|
13
|
+
});
|
|
14
|
+
it('02: option should be selected', async () => {
|
|
15
|
+
await (await SearchFieldCO.getDropDownBtn()).click();
|
|
16
|
+
await (await SearchFieldCO.getComboboxOption(1)).click();
|
|
17
|
+
await browser.keys(Key.Tab);
|
|
18
|
+
// eslint-disable-next-line wdio/no-pause
|
|
19
|
+
await browser.pause(500);
|
|
20
|
+
const textInput = await SearchFieldCO.getTextInput(1);
|
|
21
|
+
await expect(textInput).toHaveTextContaining('Lorem ipsum dolor sit amet consectetur adipiscing elit');
|
|
22
|
+
});
|
|
23
|
+
it('03: should filter a value correctly', async () => {
|
|
24
|
+
await (await SearchFieldCO.getImput()).setValue('test');
|
|
25
|
+
const comboOptions = await SearchFieldCO.getComboboxOptions();
|
|
26
|
+
await expect(comboOptions).toHaveLength(2);
|
|
27
|
+
await (await SearchFieldCO.getComboboxOption(0)).click();
|
|
28
|
+
});
|
|
29
|
+
it('04: should display modal for advanced search', async () => {
|
|
30
|
+
await (await SearchFieldCO.getDropDownBtn()).click();
|
|
31
|
+
await (await SearchFieldCO.getComboboxOption(3)).click();
|
|
32
|
+
const modalBtn = await SearchFieldCO.getModalStandardBtn();
|
|
33
|
+
await expect(modalBtn).toBeDisplayed();
|
|
34
|
+
});
|
|
35
|
+
it('05: should display option selected in advanced search', async () => {
|
|
36
|
+
await (await SearchFieldCO.getRadioBtn(4)).click();
|
|
37
|
+
await (await SearchFieldCO.getApplyBtn()).click();
|
|
38
|
+
await browser.keys(Key.Tab);
|
|
39
|
+
const textInput = await SearchFieldCO.getTextInput(1);
|
|
40
|
+
await expect(textInput).toHaveTextContaining('name 4');
|
|
41
|
+
});
|
|
42
|
+
});
|
|
43
|
+
describe('PUI-5843 - SearchField, Modal should not open when typing', () => {
|
|
44
|
+
before(async () => {
|
|
45
|
+
const errorOnGo = await SearchFieldCO.withoutLookupIndicator.go();
|
|
46
|
+
if (errorOnGo) throw errorOnGo;
|
|
47
|
+
});
|
|
48
|
+
it('01: should not open modal when typing', async () => {
|
|
49
|
+
const textInput = await SearchFieldCO.getImput();
|
|
50
|
+
await textInput.click();
|
|
51
|
+
await browser.keys('test');
|
|
52
|
+
const modalBtn = await SearchFieldCO.getModalStandardBtn();
|
|
53
|
+
await expect(modalBtn).not.toBeDisplayed();
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
describe('PUI-5845 - SearchField, Modal search behavior - Filtering', () => {
|
|
57
|
+
before(async () => {
|
|
58
|
+
const errorOnGo = await SearchFieldCO.modalStandaloneURL.go();
|
|
59
|
+
if (errorOnGo) throw errorOnGo;
|
|
60
|
+
});
|
|
61
|
+
it('01: should filter grid rows', async () => {
|
|
62
|
+
await SearchFieldCO.executeSearchOnModal('9');
|
|
63
|
+
const names = await SearchFieldCO.getRowsNames();
|
|
64
|
+
const filtered = names.filter((name) => !name.includes('9'));
|
|
65
|
+
await expect(filtered).toHaveLength(0);
|
|
66
|
+
});
|
|
67
|
+
});
|
|
68
|
+
describe('PUI-5851 - SearchField, Modal active tab callback', () => {
|
|
69
|
+
before(async () => {
|
|
70
|
+
const errorOnGo = await SearchFieldCO.tabsCallbackInSearchFieldURL.go();
|
|
71
|
+
if (errorOnGo) throw errorOnGo;
|
|
72
|
+
});
|
|
73
|
+
it('01: should show activeTab as standardFields', async () => {
|
|
74
|
+
const activeTab = await SearchFieldCO.getActiveTab();
|
|
75
|
+
await expect(activeTab).toHaveTextContaining('standardFields');
|
|
76
|
+
});
|
|
77
|
+
it('02: should show activeTab as additionalFields', async () => {
|
|
78
|
+
await (await SearchFieldCO.getDropDownBtn(0)).click();
|
|
79
|
+
await (await SearchFieldCO.getComboboxOption(4)).click();
|
|
80
|
+
await (await SearchFieldCO.getModalExtraBtn()).click();
|
|
81
|
+
await (await SearchFieldCO.getApplyBtn()).click();
|
|
82
|
+
const activeTab = await SearchFieldCO.getActiveTab();
|
|
83
|
+
await expect(activeTab).toHaveTextContaining('additionalFields');
|
|
84
|
+
});
|
|
85
|
+
});
|
|
86
|
+
describe('PUI-5835 - SearchField, Modal search behavior', () => {
|
|
87
|
+
before(async () => {
|
|
88
|
+
const errorOnGo = await SearchFieldCO.modalStandaloneURL.go();
|
|
89
|
+
if (errorOnGo) throw errorOnGo;
|
|
90
|
+
});
|
|
91
|
+
it('01: should add the shearch value to the pills', async () => {
|
|
92
|
+
await SearchFieldCO.executeSearchOnModal('filter one');
|
|
93
|
+
const pillText = await SearchFieldCO.getPillsText();
|
|
94
|
+
await expect(pillText).toContain('filter one');
|
|
95
|
+
});
|
|
96
|
+
it('02: should not display the pills anymore', async () => {
|
|
97
|
+
await (await SearchFieldCO.getClearButton()).click();
|
|
98
|
+
const removePillBtns = await SearchFieldCO.getRemovePillButtons();
|
|
99
|
+
await expect(removePillBtns).toHaveLength(0);
|
|
100
|
+
});
|
|
101
|
+
it('03: should remove a pill correctly', async () => {
|
|
102
|
+
await SearchFieldCO.executeSearchOnModal('filter one');
|
|
103
|
+
await SearchFieldCO.executeSearchOnModal('filter two');
|
|
104
|
+
await (await SearchFieldCO.getRemovePillButtons())[1].click();
|
|
105
|
+
const removePillBtns = await SearchFieldCO.getRemovePillButtons();
|
|
106
|
+
await expect(removePillBtns).toHaveLength(1);
|
|
107
|
+
});
|
|
108
|
+
});
|
|
109
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { Key } from 'webdriverio';
|
|
2
|
+
import { PATH_SEARCH_FIELD } from '../../environments/storybook/paths';
|
|
3
|
+
import { PageObject, Urlbuilder, type } from '../helpers';
|
|
4
|
+
|
|
5
|
+
export default class QueryBuilderCO extends PageObject {
|
|
6
|
+
static withoutLookupIndicator = new Urlbuilder(PATH_SEARCH_FIELD, 'without-lookup-indicator');
|
|
7
|
+
|
|
8
|
+
static modalStandaloneURL = new Urlbuilder(PATH_SEARCH_FIELD, 'modal-search-field-standalone');
|
|
9
|
+
|
|
10
|
+
static tabsCallbackInSearchFieldURL = new Urlbuilder(PATH_SEARCH_FIELD, 'tabs-callback-in-search-field');
|
|
11
|
+
|
|
12
|
+
static async getDropDownBtn() {
|
|
13
|
+
return $('[data-testid="combobox-dropdown-btn"]');
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
static async getComboboxOption(index) {
|
|
17
|
+
return $$('[data-testid="combobox-option"]')[index];
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static async getComboboxOptions() {
|
|
21
|
+
return $$('[data-testid="combobox-option"]');
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
static async getCombobox(index) {
|
|
25
|
+
return $$('[data-testid="combobox"]')[index];
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
static async getTextInput(index) {
|
|
29
|
+
return $$('//div[@data-testid="combobox"]//span')[index];
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
static async getClearButton() {
|
|
33
|
+
return $('//span[@data-testid="button-label"]/span[contains(text(), "CLEAR")]');
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// static async getImput() {
|
|
37
|
+
// return $('#react-select-2-input');
|
|
38
|
+
// }
|
|
39
|
+
|
|
40
|
+
static async getImput() {
|
|
41
|
+
return $('[data-testid="combobox"]').$('input');
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
static async getPillsText() {
|
|
45
|
+
const pillsText = [];
|
|
46
|
+
// eslint-disable-next-line no-restricted-syntax, no-unused-vars
|
|
47
|
+
for (const pill of await $$('[data-testid="removable-pill"]')) {
|
|
48
|
+
// eslint-disable-next-line no-await-in-loop
|
|
49
|
+
pillsText.push(await (await pill.$('span')).getText());
|
|
50
|
+
}
|
|
51
|
+
return pillsText;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
static async getModalExtraBtn() {
|
|
55
|
+
return $('#additionalFields-label');
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
static async getModalStandardBtn() {
|
|
59
|
+
return $('#standardFields-label');
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
static async getRadioBtn(index) {
|
|
63
|
+
return $$('[data-testid="column-metaData.selected"]')[index];
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
static async getMoadlSearchBox() {
|
|
67
|
+
return $('[data-testid="ds-input_main-component"]');
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
static async getApplyBtn() {
|
|
71
|
+
return $('span*=Apply');
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
static async getActiveTab() {
|
|
75
|
+
return $('#ds-sb-main > div > p');
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
static async getRowsNames() {
|
|
79
|
+
return $$('[data-testid="column-name"]').map((elem) => elem.getText());
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
static async getRemovePillButtons() {
|
|
83
|
+
return $$('[data-testid="remove-pill-button"]');
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// Snapshots
|
|
87
|
+
static snapshotPath(example = 'basic') {
|
|
88
|
+
return PageObject.getSnapshotPathBuilder('SearchField', example);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
static async executeSearchOnModal(queryString) {
|
|
92
|
+
const searchBox = await this.getMoadlSearchBox();
|
|
93
|
+
await searchBox.click();
|
|
94
|
+
await type(queryString);
|
|
95
|
+
await browser.keys(Key.Enter);
|
|
96
|
+
await searchBox.click();
|
|
97
|
+
// eslint-disable-next-line no-restricted-syntax, no-unused-vars
|
|
98
|
+
for (const qString of queryString) {
|
|
99
|
+
// eslint-disable-next-line no-await-in-loop
|
|
100
|
+
await browser.keys(Key.Backspace);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
package/package.json
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dimsum-e2e-tests",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "End-to-end tests for dimsum library",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@elliemae/ds-legacy-accessibility": "1.0.0
|
|
7
|
-
"@elliemae/ds-legacy-
|
|
8
|
-
"@elliemae/ds-legacy-
|
|
9
|
-
"@elliemae/ds-legacy-
|
|
10
|
-
"@elliemae/ds-legacy-
|
|
11
|
-
"@elliemae/ds-legacy-breadcrumb": "1.0.0
|
|
12
|
-
"@elliemae/ds-legacy-button": "1.0.0
|
|
13
|
-
"@elliemae/ds-legacy-
|
|
14
|
-
"@elliemae/ds-legacy-button-
|
|
15
|
-
"@elliemae/ds-legacy-button-
|
|
16
|
-
"@elliemae/ds-legacy-card": "1.0.0
|
|
17
|
-
"@elliemae/ds-legacy-card-array": "1.0.0
|
|
18
|
-
"@elliemae/ds-legacy-card-navigation": "1.0.0
|
|
19
|
-
"@elliemae/ds-legacy-
|
|
20
|
-
"@elliemae/ds-legacy-card-v2
|
|
21
|
-
"@elliemae/ds-legacy-card-v2-group": "1.0.0
|
|
22
|
-
"@elliemae/ds-legacy-
|
|
23
|
-
"@elliemae/ds-legacy-chat
|
|
24
|
-
"@elliemae/ds-legacy-chat-
|
|
25
|
-
"@elliemae/ds-legacy-
|
|
26
|
-
"@elliemae/ds-legacy-
|
|
27
|
-
"@elliemae/ds-legacy-
|
|
28
|
-
"@elliemae/ds-legacy-
|
|
29
|
-
"@elliemae/ds-legacy-
|
|
30
|
-
"@elliemae/ds-legacy-
|
|
31
|
-
"@elliemae/ds-legacy-
|
|
32
|
-
"@elliemae/ds-legacy-
|
|
33
|
-
"@elliemae/ds-legacy-
|
|
34
|
-
"@elliemae/ds-legacy-
|
|
35
|
-
"@elliemae/ds-legacy-date-
|
|
36
|
-
"@elliemae/ds-legacy-
|
|
37
|
-
"@elliemae/ds-legacy-
|
|
38
|
-
"@elliemae/ds-legacy-
|
|
39
|
-
"@elliemae/ds-legacy-
|
|
40
|
-
"@elliemae/ds-legacy-
|
|
41
|
-
"@elliemae/ds-legacy-
|
|
42
|
-
"@elliemae/ds-legacy-
|
|
43
|
-
"@elliemae/ds-legacy-
|
|
44
|
-
"@elliemae/ds-legacy-
|
|
45
|
-
"@elliemae/ds-legacy-
|
|
46
|
-
"@elliemae/ds-legacy-
|
|
47
|
-
"@elliemae/ds-legacy-
|
|
48
|
-
"@elliemae/ds-legacy-form
|
|
49
|
-
"@elliemae/ds-legacy-
|
|
50
|
-
"@elliemae/ds-legacy-
|
|
51
|
-
"@elliemae/ds-legacy-
|
|
52
|
-
"@elliemae/ds-legacy-
|
|
53
|
-
"@elliemae/ds-legacy-
|
|
54
|
-
"@elliemae/ds-legacy-
|
|
55
|
-
"@elliemae/ds-legacy-
|
|
56
|
-
"@elliemae/ds-legacy-
|
|
57
|
-
"@elliemae/ds-legacy-
|
|
58
|
-
"@elliemae/ds-legacy-
|
|
59
|
-
"@elliemae/ds-legacy-
|
|
60
|
-
"@elliemae/ds-legacy-
|
|
61
|
-
"@elliemae/ds-legacy-
|
|
62
|
-
"@elliemae/ds-legacy-
|
|
63
|
-
"@elliemae/ds-legacy-
|
|
64
|
-
"@elliemae/ds-legacy-
|
|
65
|
-
"@elliemae/ds-legacy-
|
|
66
|
-
"@elliemae/ds-legacy-
|
|
67
|
-
"@elliemae/ds-legacy-
|
|
68
|
-
"@elliemae/ds-legacy-
|
|
69
|
-
"@elliemae/ds-legacy-
|
|
70
|
-
"@elliemae/ds-legacy-
|
|
71
|
-
"@elliemae/ds-legacy-
|
|
72
|
-
"@elliemae/ds-legacy-
|
|
73
|
-
"@elliemae/ds-legacy-
|
|
74
|
-
"@elliemae/ds-legacy-
|
|
75
|
-
"@elliemae/ds-legacy-
|
|
76
|
-
"@elliemae/ds-legacy-page-
|
|
77
|
-
"@elliemae/ds-legacy-
|
|
78
|
-
"@elliemae/ds-legacy-
|
|
79
|
-
"@elliemae/ds-legacy-
|
|
80
|
-
"@elliemae/ds-legacy-
|
|
81
|
-
"@elliemae/ds-legacy-
|
|
82
|
-
"@elliemae/ds-legacy-
|
|
83
|
-
"@elliemae/ds-legacy-
|
|
84
|
-
"@elliemae/ds-legacy-
|
|
85
|
-
"@elliemae/ds-legacy-
|
|
86
|
-
"@elliemae/ds-legacy-
|
|
87
|
-
"@elliemae/ds-legacy-
|
|
88
|
-
"@elliemae/ds-legacy-
|
|
89
|
-
"@elliemae/ds-legacy-
|
|
90
|
-
"@elliemae/ds-legacy-
|
|
91
|
-
"@elliemae/ds-legacy-
|
|
92
|
-
"@elliemae/ds-legacy-
|
|
93
|
-
"@elliemae/ds-legacy-
|
|
94
|
-
"@elliemae/ds-legacy-
|
|
95
|
-
"@elliemae/ds-legacy-
|
|
96
|
-
"@elliemae/ds-legacy-
|
|
97
|
-
"@elliemae/ds-legacy-
|
|
98
|
-
"@elliemae/ds-legacy-
|
|
99
|
-
"@elliemae/ds-legacy-
|
|
100
|
-
"@elliemae/ds-legacy-
|
|
101
|
-
"@elliemae/ds-legacy-
|
|
102
|
-
"@elliemae/ds-legacy-
|
|
103
|
-
"@elliemae/ds-legacy-
|
|
104
|
-
"@elliemae/ds-legacy-
|
|
105
|
-
"@elliemae/ds-legacy-
|
|
106
|
-
"@elliemae/ds-legacy-
|
|
107
|
-
"@elliemae/ds-legacy-
|
|
108
|
-
"@elliemae/ds-legacy-
|
|
109
|
-
"@elliemae/ds-legacy-
|
|
110
|
-
"@elliemae/ds-legacy-
|
|
111
|
-
"@elliemae/ds-legacy-
|
|
112
|
-
"@elliemae/ds-legacy-
|
|
113
|
-
"@elliemae/ds-legacy-
|
|
114
|
-
"@elliemae/ds-legacy-
|
|
115
|
-
"@elliemae/ds-legacy-
|
|
116
|
-
"@elliemae/ds-legacy-
|
|
117
|
-
"@elliemae/ds-legacy-
|
|
118
|
-
"@elliemae/ds-legacy-
|
|
119
|
-
"@elliemae/ds-legacy-
|
|
120
|
-
"@elliemae/ds-legacy-
|
|
121
|
-
"@elliemae/ds-legacy-
|
|
122
|
-
"@elliemae/ds-legacy-
|
|
123
|
-
"@elliemae/ds-legacy-
|
|
6
|
+
"@elliemae/ds-legacy-accessibility": "1.0.0",
|
|
7
|
+
"@elliemae/ds-legacy-accordion": "1.0.0",
|
|
8
|
+
"@elliemae/ds-legacy-app-picker": "1.0.0",
|
|
9
|
+
"@elliemae/ds-legacy-backdrop": "1.0.0",
|
|
10
|
+
"@elliemae/ds-legacy-banner": "1.0.0",
|
|
11
|
+
"@elliemae/ds-legacy-breadcrumb": "1.0.0",
|
|
12
|
+
"@elliemae/ds-legacy-button": "1.0.0",
|
|
13
|
+
"@elliemae/ds-legacy-basic": "1.0.0",
|
|
14
|
+
"@elliemae/ds-legacy-button-group": "1.0.0",
|
|
15
|
+
"@elliemae/ds-legacy-button-v1": "1.0.0",
|
|
16
|
+
"@elliemae/ds-legacy-card": "1.0.0",
|
|
17
|
+
"@elliemae/ds-legacy-card-array": "1.0.0",
|
|
18
|
+
"@elliemae/ds-legacy-card-navigation": "1.0.0",
|
|
19
|
+
"@elliemae/ds-legacy-button-v2": "1.0.0",
|
|
20
|
+
"@elliemae/ds-legacy-card-v2": "1.0.0",
|
|
21
|
+
"@elliemae/ds-legacy-card-v2-group": "1.0.0",
|
|
22
|
+
"@elliemae/ds-legacy-card-v2-action-addon": "1.0.0",
|
|
23
|
+
"@elliemae/ds-legacy-chat": "1.0.0",
|
|
24
|
+
"@elliemae/ds-legacy-chat-bubble": "1.0.0",
|
|
25
|
+
"@elliemae/ds-legacy-chat-tile": "1.0.0",
|
|
26
|
+
"@elliemae/ds-legacy-chip": "1.0.0",
|
|
27
|
+
"@elliemae/ds-legacy-circular-progress-indicator": "1.0.0",
|
|
28
|
+
"@elliemae/ds-legacy-codeeditor": "1.0.0",
|
|
29
|
+
"@elliemae/ds-legacy-comments": "1.0.0",
|
|
30
|
+
"@elliemae/ds-legacy-controlled-form": "1.0.0",
|
|
31
|
+
"@elliemae/ds-legacy-csv-converter": "1.0.0",
|
|
32
|
+
"@elliemae/ds-legacy-datagrids": "1.0.0",
|
|
33
|
+
"@elliemae/ds-legacy-data-table": "1.0.0",
|
|
34
|
+
"@elliemae/ds-legacy-dataviz-pie": "1.0.0",
|
|
35
|
+
"@elliemae/ds-legacy-date-picker": "1.0.0",
|
|
36
|
+
"@elliemae/ds-legacy-dataviz": "1.0.0",
|
|
37
|
+
"@elliemae/ds-legacy-date-range-picker": "1.0.0",
|
|
38
|
+
"@elliemae/ds-legacy-date-range-selector": "1.0.0",
|
|
39
|
+
"@elliemae/ds-legacy-date-time-picker": "1.0.0",
|
|
40
|
+
"@elliemae/ds-legacy-date-time-recurrence-picker": "1.0.0",
|
|
41
|
+
"@elliemae/ds-legacy-decision-graph": "1.0.0",
|
|
42
|
+
"@elliemae/ds-legacy-dialog": "1.0.0",
|
|
43
|
+
"@elliemae/ds-legacy-drag-and-drop": "1.0.0",
|
|
44
|
+
"@elliemae/ds-legacy-dropdownmenu": "1.0.0",
|
|
45
|
+
"@elliemae/ds-legacy-dropzone": "1.0.0",
|
|
46
|
+
"@elliemae/ds-legacy-fast-list": "1.0.0",
|
|
47
|
+
"@elliemae/ds-legacy-filterbar": "1.0.0",
|
|
48
|
+
"@elliemae/ds-legacy-form": "1.0.0",
|
|
49
|
+
"@elliemae/ds-legacy-form-date-range-picker": "1.0.0",
|
|
50
|
+
"@elliemae/ds-legacy-form-date-time-picker": "1.0.0",
|
|
51
|
+
"@elliemae/ds-legacy-form-layout-blocks": "1.0.0",
|
|
52
|
+
"@elliemae/ds-legacy-form-layout-label": "1.0.0",
|
|
53
|
+
"@elliemae/ds-legacy-global-header": "1.0.0",
|
|
54
|
+
"@elliemae/ds-legacy-grid": "1.0.0",
|
|
55
|
+
"@elliemae/ds-legacy-group-box": "1.0.0",
|
|
56
|
+
"@elliemae/ds-legacy-header": "1.0.0",
|
|
57
|
+
"@elliemae/ds-legacy-hooks-fontsize-detector": "1.0.0",
|
|
58
|
+
"@elliemae/ds-legacy-hooks-fontsize-media": "1.0.0",
|
|
59
|
+
"@elliemae/ds-legacy-icon": "1.0.0",
|
|
60
|
+
"@elliemae/ds-legacy-image": "1.0.0",
|
|
61
|
+
"@elliemae/ds-legacy-icons": "1.0.0",
|
|
62
|
+
"@elliemae/ds-legacy-imagelibrarymodal": "1.0.0",
|
|
63
|
+
"@elliemae/ds-legacy-indeterminate-progress-indicator": "1.0.0",
|
|
64
|
+
"@elliemae/ds-legacy-label-value": "1.0.0",
|
|
65
|
+
"@elliemae/ds-legacy-left-navigation": "1.0.0",
|
|
66
|
+
"@elliemae/ds-legacy-list-section-header": "1.0.0",
|
|
67
|
+
"@elliemae/ds-legacy-loading-indicator": "1.0.0",
|
|
68
|
+
"@elliemae/ds-legacy-menu": "1.0.0",
|
|
69
|
+
"@elliemae/ds-legacy-menu-items": "1.0.0",
|
|
70
|
+
"@elliemae/ds-legacy-mini-toolbar": "1.0.0",
|
|
71
|
+
"@elliemae/ds-legacy-mobile": "1.0.0",
|
|
72
|
+
"@elliemae/ds-legacy-modal": "1.0.0",
|
|
73
|
+
"@elliemae/ds-legacy-modal-slide": "1.0.0",
|
|
74
|
+
"@elliemae/ds-legacy-notification-badge": "1.0.0",
|
|
75
|
+
"@elliemae/ds-legacy-number-range-field": "1.0.0",
|
|
76
|
+
"@elliemae/ds-legacy-page-header": "1.0.0",
|
|
77
|
+
"@elliemae/ds-legacy-page-header-v1": "1.0.0",
|
|
78
|
+
"@elliemae/ds-legacy-page-header-v2": "1.0.0",
|
|
79
|
+
"@elliemae/ds-legacy-page-layout": "1.0.0",
|
|
80
|
+
"@elliemae/ds-legacy-page-number": "1.0.0",
|
|
81
|
+
"@elliemae/ds-legacy-pagination": "1.0.0",
|
|
82
|
+
"@elliemae/ds-legacy-pills": "1.0.0",
|
|
83
|
+
"@elliemae/ds-legacy-popover": "1.0.0",
|
|
84
|
+
"@elliemae/ds-legacy-popper": "1.0.0",
|
|
85
|
+
"@elliemae/ds-legacy-popperjs": "1.0.0",
|
|
86
|
+
"@elliemae/ds-legacy-progress-indicator": "1.0.0",
|
|
87
|
+
"@elliemae/ds-legacy-query-builder": "1.0.0",
|
|
88
|
+
"@elliemae/ds-legacy-read-more": "1.0.0",
|
|
89
|
+
"@elliemae/ds-legacy-resizeable-container": "1.0.0",
|
|
90
|
+
"@elliemae/ds-legacy-ribbon": "1.0.0",
|
|
91
|
+
"@elliemae/ds-legacy-search-field": "1.0.0",
|
|
92
|
+
"@elliemae/ds-legacy-separator": "1.0.0",
|
|
93
|
+
"@elliemae/ds-legacy-shuttle": "1.0.0",
|
|
94
|
+
"@elliemae/ds-legacy-shuttle-v2": "1.0.0",
|
|
95
|
+
"@elliemae/ds-legacy-side-panel": "1.0.0",
|
|
96
|
+
"@elliemae/ds-legacy-skeleton": "1.0.0",
|
|
97
|
+
"@elliemae/ds-legacy-slider": "1.0.0",
|
|
98
|
+
"@elliemae/ds-legacy-spinner": "1.0.0",
|
|
99
|
+
"@elliemae/ds-legacy-square-indicator": "1.0.0",
|
|
100
|
+
"@elliemae/ds-legacy-stepper": "1.0.0",
|
|
101
|
+
"@elliemae/ds-legacy-svg": "1.0.0",
|
|
102
|
+
"@elliemae/ds-legacy-system": "1.0.0",
|
|
103
|
+
"@elliemae/ds-legacy-tabs": "1.0.0",
|
|
104
|
+
"@elliemae/ds-legacy-test-utils": "1.0.0",
|
|
105
|
+
"@elliemae/ds-legacy-text-wrapper": "1.0.0",
|
|
106
|
+
"@elliemae/ds-legacy-time-picker": "1.0.0",
|
|
107
|
+
"@elliemae/ds-legacy-toast": "1.0.0",
|
|
108
|
+
"@elliemae/ds-legacy-toolbar": "1.0.0",
|
|
109
|
+
"@elliemae/ds-legacy-toolbar-v2": "1.0.0",
|
|
110
|
+
"@elliemae/ds-legacy-tooltip": "1.0.0",
|
|
111
|
+
"@elliemae/ds-legacy-transition": "1.0.0",
|
|
112
|
+
"@elliemae/ds-legacy-tree-model": "1.0.0",
|
|
113
|
+
"@elliemae/ds-legacy-treeview": "1.0.0",
|
|
114
|
+
"@elliemae/ds-legacy-truncated-expandable-text": "1.0.0",
|
|
115
|
+
"@elliemae/ds-legacy-truncated-tooltip-text": "1.0.0",
|
|
116
|
+
"@elliemae/ds-legacy-typography": "1.0.0",
|
|
117
|
+
"@elliemae/ds-legacy-uploader": "1.0.0",
|
|
118
|
+
"@elliemae/ds-legacy-utilities": "1.0.0",
|
|
119
|
+
"@elliemae/ds-legacy-virtual-list": "1.0.0",
|
|
120
|
+
"@elliemae/ds-legacy-wizard": "1.0.0",
|
|
121
|
+
"@elliemae/ds-legacy-wysiwygeditor": "1.0.0",
|
|
122
|
+
"@elliemae/ds-legacy-zipcode-search": "1.0.0",
|
|
123
|
+
"@elliemae/ds-legacy-zoom": "1.0.0"
|
|
124
124
|
}
|
|
125
125
|
}
|