@pie-element/inline-dropdown 10.2.1 → 10.2.2-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -46
- package/configure/CHANGELOG.md +29 -43
- package/configure/lib/__tests__/inline-dropdown-toolbar.test.js +1654 -0
- package/configure/lib/__tests__/main.test.js +598 -0
- package/configure/lib/__tests__/markupUtils.test.js +107 -0
- package/configure/lib/inline-dropdown-toolbar.js +6 -5
- package/configure/lib/inline-dropdown-toolbar.js.map +1 -1
- package/configure/package.json +4 -4
- package/controller/CHANGELOG.md +42 -6
- package/controller/lib/__tests__/index.test.js +705 -0
- package/controller/package.json +1 -1
- package/docs/demo/pie.manifest.json +11 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,85 +3,69 @@
|
|
|
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
|
-
## [10.2.
|
|
6
|
+
## [10.2.2-beta.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.2.2-beta.2...@pie-element/inline-dropdown@10.2.2-beta.3) (2026-09-04)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
- PIE-518 ([f19ac71](https://github.com/pie-framework/pie-elements/commit/f19ac7145e5daf9dde0377ac6d634b44c9201973))
|
|
8
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
11
9
|
|
|
12
|
-
|
|
10
|
+
## [10.2.2-beta.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.4.0-beta.7...@pie-element/inline-dropdown@10.2.2-beta.2) (2026-08-26)
|
|
13
11
|
|
|
14
|
-
|
|
12
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
15
13
|
|
|
16
|
-
|
|
17
|
-
- **theming:** move the grey palette reads onto --pie-\* tokens PIE-856 ([d7d005b](https://github.com/pie-framework/pie-elements/commit/d7d005bf081843335b4b0377852f2ecd075cb62d)), closes [#000000](https://github.com/pie-framework/pie-elements/issues/000000) [#E0E1E6](https://github.com/pie-framework/pie-elements/issues/E0E1E6) [#646464](https://github.com/pie-framework/pie-elements/issues/646464) [#616161](https://github.com/pie-framework/pie-elements/issues/616161) [#E0E1E6](https://github.com/pie-framework/pie-elements/issues/E0E1E6) [#C0C3](https://github.com/pie-framework/pie-elements/issues/C0C3)
|
|
14
|
+
# [10.4.0-beta.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.4.0-beta.6...@pie-element/inline-dropdown@10.4.0-beta.7) (2026-08-20)
|
|
18
15
|
|
|
19
|
-
|
|
16
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
20
17
|
|
|
21
|
-
|
|
18
|
+
# [10.4.0-beta.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.4.0-beta.5...@pie-element/inline-dropdown@10.4.0-beta.6) (2026-08-14)
|
|
22
19
|
|
|
23
|
-
|
|
20
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
24
21
|
|
|
25
|
-
|
|
22
|
+
# [10.4.0-beta.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.4.0-beta.4...@pie-element/inline-dropdown@10.4.0-beta.5) (2026-08-11)
|
|
26
23
|
|
|
27
|
-
|
|
24
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
28
25
|
|
|
29
|
-
|
|
26
|
+
# [10.4.0-beta.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.4.0-beta.3...@pie-element/inline-dropdown@10.4.0-beta.4) (2026-08-11)
|
|
30
27
|
|
|
31
28
|
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
32
29
|
|
|
33
|
-
|
|
30
|
+
# [10.4.0-beta.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.4.0-beta.2...@pie-element/inline-dropdown@10.4.0-beta.3) (2026-08-11)
|
|
34
31
|
|
|
35
32
|
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
36
33
|
|
|
37
|
-
|
|
34
|
+
# [10.4.0-beta.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.4.0-beta.1...@pie-element/inline-dropdown@10.4.0-beta.2) (2026-08-11)
|
|
38
35
|
|
|
39
36
|
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
40
37
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Bug Fixes
|
|
38
|
+
# [10.4.0-beta.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.4.0-beta.0...@pie-element/inline-dropdown@10.4.0-beta.1) (2026-08-07)
|
|
44
39
|
|
|
45
|
-
|
|
40
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
46
41
|
|
|
47
|
-
|
|
42
|
+
# [10.4.0-beta.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.3.0-beta.0...@pie-element/inline-dropdown@10.4.0-beta.0) (2026-08-07)
|
|
48
43
|
|
|
49
|
-
|
|
44
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
50
45
|
|
|
51
|
-
|
|
52
|
-
- sync libs versions ([48b5be9](https://github.com/pie-framework/pie-elements/commit/48b5be9559eb5b5235ca05f51c5f0161032a7041))
|
|
46
|
+
# [10.3.0-beta.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.3.0-beta.0...@pie-element/inline-dropdown@10.3.0-beta.1) (2026-08-07)
|
|
53
47
|
|
|
54
|
-
|
|
48
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
55
49
|
|
|
56
|
-
|
|
50
|
+
# [10.3.0-beta.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.2.0-beta.0...@pie-element/inline-dropdown@10.3.0-beta.0) (2026-08-07)
|
|
57
51
|
|
|
58
|
-
|
|
59
|
-
- bump shared modules and libs PIE-674, PIE-662, PIE-705, PIE-674, PIE-963 ([78a3f64](https://github.com/pie-framework/pie-elements/commit/78a3f64652c9581c61bd4159f3210fc1e32d8bcf))
|
|
60
|
-
- handle webcomponent lifecycle on every element that misses it PIE-703 ([9d5923f](https://github.com/pie-framework/pie-elements/commit/9d5923f973f0471e1e8f69ad4309cfc63d980d93))
|
|
52
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
61
53
|
|
|
62
|
-
|
|
54
|
+
# [10.2.0-beta.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.1.0...@pie-element/inline-dropdown@10.2.0-beta.0) (2026-08-07)
|
|
63
55
|
|
|
64
56
|
### Bug Fixes
|
|
65
57
|
|
|
58
|
+
- add done button when editing choice [PIE-683] ([4e07188](https://github.com/pie-framework/pie-elements/commit/4e071883666d7bf33906379ac1f433077a3db8d7))
|
|
59
|
+
- bump libs & shared modules PIE-706, PIE-702, PIE-679, PIE-698 ([5b1a8c4](https://github.com/pie-framework/pie-elements/commit/5b1a8c4c3eba2126fc43d78fd0187e7cd11d5424))
|
|
60
|
+
- bump shared modules and libs PIE-600, PIE-602 ([ce99f6a](https://github.com/pie-framework/pie-elements/commit/ce99f6af50cb855b666a6df9340f9f5445fde4c4))
|
|
66
61
|
- bump shared modules and libs PIE-661 PIE-664 PIE-683 PIE-666 PIE-656 PIE-657 PIE-658 PIE-659 PIE-670 ([ebd6be4](https://github.com/pie-framework/pie-elements/commit/ebd6be4fd48fca41ad4c4908f606b25334731aed))
|
|
67
|
-
-
|
|
68
|
-
|
|
69
|
-
## [10.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.1.2...@pie-element/inline-dropdown@10.1.3) (2026-06-12)
|
|
70
|
-
|
|
71
|
-
### Bug Fixes
|
|
72
|
-
|
|
62
|
+
- bump shared modules and libs PIE-674, PIE-662, PIE-705, PIE-674, PIE-963 ([78a3f64](https://github.com/pie-framework/pie-elements/commit/78a3f64652c9581c61bd4159f3210fc1e32d8bcf))
|
|
63
|
+
- bump shared modules and libs PIE-695, PIE-697, PIE-699, PIE-680, PIE-714, PIE-665, PIE-656 ([4b76ae7](https://github.com/pie-framework/pie-elements/commit/4b76ae75d1c5ea6d55f7c6fb53f299dfcbda2b1f))
|
|
73
64
|
- bump shared modules and libsPIE-603, PIE-604, PIE-663, PIE-662, PIE-678 ([e61c7a7](https://github.com/pie-framework/pie-elements/commit/e61c7a7d23744586337dfbb17a18ebfc656c202f))
|
|
74
|
-
|
|
75
|
-
## [10.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.1.1...@pie-element/inline-dropdown@10.1.2) (2026-06-04)
|
|
76
|
-
|
|
77
|
-
### Bug Fixes
|
|
78
|
-
|
|
79
|
-
- bump shared modules and libs PIE-600, PIE-602 ([ce99f6a](https://github.com/pie-framework/pie-elements/commit/ce99f6af50cb855b666a6df9340f9f5445fde4c4))
|
|
65
|
+
- handle webcomponent lifecycle on every element that misses it PIE-703 ([9d5923f](https://github.com/pie-framework/pie-elements/commit/9d5923f973f0471e1e8f69ad4309cfc63d980d93))
|
|
80
66
|
- **inline-dropdown:** run validation when a response area toolbar component is closed PIE-574 ([166f539](https://github.com/pie-framework/pie-elements/commit/166f539ad51fdd96effada1bd7d65d9d6cc5b713))
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @pie-element/inline-dropdown
|
|
67
|
+
- made sure inline dropdown toolbar is rendered inside the editor [PIE-683] ([2923c6f](https://github.com/pie-framework/pie-elements/commit/2923c6f3e2c1898a9e7e97ba7d19bc61cc2351fa))
|
|
68
|
+
- sync libs versions ([48b5be9](https://github.com/pie-framework/pie-elements/commit/48b5be9559eb5b5235ca05f51c5f0161032a7041))
|
|
85
69
|
|
|
86
70
|
# [10.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.1.0-next.1...@pie-element/inline-dropdown@10.1.0) (2026-05-21)
|
|
87
71
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,83 +3,69 @@
|
|
|
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
|
+
# [9.4.0-beta.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.4.0-beta.8...@pie-element/inline-dropdown-configure@9.4.0-beta.9) (2026-09-04)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
9
9
|
|
|
10
|
-
# [9.
|
|
10
|
+
# [9.4.0-beta.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.4.0-beta.7...@pie-element/inline-dropdown-configure@9.4.0-beta.8) (2026-08-26)
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
- **theming:** move the grey palette reads onto --pie-\* tokens PIE-856 ([d7d005b](https://github.com/pie-framework/pie-elements/commit/d7d005bf081843335b4b0377852f2ecd075cb62d)), closes [#000000](https://github.com/pie-framework/pie-elements/issues/000000) [#E0E1E6](https://github.com/pie-framework/pie-elements/issues/E0E1E6) [#646464](https://github.com/pie-framework/pie-elements/issues/646464) [#616161](https://github.com/pie-framework/pie-elements/issues/616161) [#E0E1E6](https://github.com/pie-framework/pie-elements/issues/E0E1E6) [#C0C3](https://github.com/pie-framework/pie-elements/issues/C0C3)
|
|
14
|
+
# [9.4.0-beta.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.4.0-beta.6...@pie-element/inline-dropdown-configure@9.4.0-beta.7) (2026-08-20)
|
|
16
15
|
|
|
17
|
-
|
|
16
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
18
17
|
|
|
19
|
-
|
|
18
|
+
# [9.4.0-beta.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.4.0-beta.5...@pie-element/inline-dropdown-configure@9.4.0-beta.6) (2026-08-14)
|
|
20
19
|
|
|
21
|
-
|
|
20
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
22
21
|
|
|
23
|
-
|
|
22
|
+
# [9.4.0-beta.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.4.0-beta.4...@pie-element/inline-dropdown-configure@9.4.0-beta.5) (2026-08-11)
|
|
24
23
|
|
|
25
|
-
|
|
24
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
26
25
|
|
|
27
|
-
|
|
26
|
+
# [9.4.0-beta.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.4.0-beta.3...@pie-element/inline-dropdown-configure@9.4.0-beta.4) (2026-08-11)
|
|
28
27
|
|
|
29
28
|
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
30
29
|
|
|
31
|
-
|
|
30
|
+
# [9.4.0-beta.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.4.0-beta.2...@pie-element/inline-dropdown-configure@9.4.0-beta.3) (2026-08-11)
|
|
32
31
|
|
|
33
32
|
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
34
33
|
|
|
35
|
-
|
|
34
|
+
# [9.4.0-beta.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.4.0-beta.1...@pie-element/inline-dropdown-configure@9.4.0-beta.2) (2026-08-11)
|
|
36
35
|
|
|
37
36
|
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
38
37
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Bug Fixes
|
|
38
|
+
# [9.4.0-beta.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.4.0-beta.0...@pie-element/inline-dropdown-configure@9.4.0-beta.1) (2026-08-07)
|
|
42
39
|
|
|
43
|
-
|
|
40
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
44
41
|
|
|
45
|
-
|
|
42
|
+
# [9.4.0-beta.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.3.0-beta.0...@pie-element/inline-dropdown-configure@9.4.0-beta.0) (2026-08-07)
|
|
46
43
|
|
|
47
|
-
|
|
44
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
48
45
|
|
|
49
|
-
|
|
50
|
-
- sync libs versions ([48b5be9](https://github.com/pie-framework/pie-elements/commit/48b5be9559eb5b5235ca05f51c5f0161032a7041))
|
|
46
|
+
# [9.3.0-beta.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.3.0-beta.0...@pie-element/inline-dropdown-configure@9.3.0-beta.1) (2026-08-07)
|
|
51
47
|
|
|
52
|
-
|
|
48
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
53
49
|
|
|
54
|
-
|
|
50
|
+
# [9.3.0-beta.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.2.0-beta.0...@pie-element/inline-dropdown-configure@9.3.0-beta.0) (2026-08-07)
|
|
55
51
|
|
|
56
|
-
|
|
57
|
-
- bump shared modules and libs PIE-674, PIE-662, PIE-705, PIE-674, PIE-963 ([78a3f64](https://github.com/pie-framework/pie-elements/commit/78a3f64652c9581c61bd4159f3210fc1e32d8bcf))
|
|
58
|
-
- handle webcomponent lifecycle on every element that misses it PIE-703 ([9d5923f](https://github.com/pie-framework/pie-elements/commit/9d5923f973f0471e1e8f69ad4309cfc63d980d93))
|
|
52
|
+
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
59
53
|
|
|
60
|
-
|
|
54
|
+
# [9.2.0-beta.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.1.0...@pie-element/inline-dropdown-configure@9.2.0-beta.0) (2026-08-07)
|
|
61
55
|
|
|
62
56
|
### Bug Fixes
|
|
63
57
|
|
|
58
|
+
- add done button when editing choice [PIE-683] ([4e07188](https://github.com/pie-framework/pie-elements/commit/4e071883666d7bf33906379ac1f433077a3db8d7))
|
|
59
|
+
- bump libs & shared modules PIE-706, PIE-702, PIE-679, PIE-698 ([5b1a8c4](https://github.com/pie-framework/pie-elements/commit/5b1a8c4c3eba2126fc43d78fd0187e7cd11d5424))
|
|
60
|
+
- bump shared modules and libs PIE-600, PIE-602 ([ce99f6a](https://github.com/pie-framework/pie-elements/commit/ce99f6af50cb855b666a6df9340f9f5445fde4c4))
|
|
64
61
|
- bump shared modules and libs PIE-661 PIE-664 PIE-683 PIE-666 PIE-656 PIE-657 PIE-658 PIE-659 PIE-670 ([ebd6be4](https://github.com/pie-framework/pie-elements/commit/ebd6be4fd48fca41ad4c4908f606b25334731aed))
|
|
65
|
-
-
|
|
66
|
-
|
|
67
|
-
## [9.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.1.2...@pie-element/inline-dropdown-configure@9.1.3) (2026-06-12)
|
|
68
|
-
|
|
69
|
-
### Bug Fixes
|
|
70
|
-
|
|
62
|
+
- bump shared modules and libs PIE-674, PIE-662, PIE-705, PIE-674, PIE-963 ([78a3f64](https://github.com/pie-framework/pie-elements/commit/78a3f64652c9581c61bd4159f3210fc1e32d8bcf))
|
|
63
|
+
- bump shared modules and libs PIE-695, PIE-697, PIE-699, PIE-680, PIE-714, PIE-665, PIE-656 ([4b76ae7](https://github.com/pie-framework/pie-elements/commit/4b76ae75d1c5ea6d55f7c6fb53f299dfcbda2b1f))
|
|
71
64
|
- bump shared modules and libsPIE-603, PIE-604, PIE-663, PIE-662, PIE-678 ([e61c7a7](https://github.com/pie-framework/pie-elements/commit/e61c7a7d23744586337dfbb17a18ebfc656c202f))
|
|
72
|
-
|
|
73
|
-
## [9.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.1.1...@pie-element/inline-dropdown-configure@9.1.2) (2026-06-04)
|
|
74
|
-
|
|
75
|
-
### Bug Fixes
|
|
76
|
-
|
|
77
|
-
- bump shared modules and libs PIE-600, PIE-602 ([ce99f6a](https://github.com/pie-framework/pie-elements/commit/ce99f6af50cb855b666a6df9340f9f5445fde4c4))
|
|
65
|
+
- handle webcomponent lifecycle on every element that misses it PIE-703 ([9d5923f](https://github.com/pie-framework/pie-elements/commit/9d5923f973f0471e1e8f69ad4309cfc63d980d93))
|
|
78
66
|
- **inline-dropdown:** run validation when a response area toolbar component is closed PIE-574 ([166f539](https://github.com/pie-framework/pie-elements/commit/166f539ad51fdd96effada1bd7d65d9d6cc5b713))
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
**Note:** Version bump only for package @pie-element/inline-dropdown-configure
|
|
67
|
+
- made sure inline dropdown toolbar is rendered inside the editor [PIE-683] ([2923c6f](https://github.com/pie-framework/pie-elements/commit/2923c6f3e2c1898a9e7e97ba7d19bc61cc2351fa))
|
|
68
|
+
- sync libs versions ([48b5be9](https://github.com/pie-framework/pie-elements/commit/48b5be9559eb5b5235ca05f51c5f0161032a7041))
|
|
83
69
|
|
|
84
70
|
# [9.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.1.0-next.1...@pie-element/inline-dropdown-configure@9.1.0) (2026-05-21)
|
|
85
71
|
|