@demos-europe/demosplan-ui 0.3.15 → 0.3.16
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/.idea/demosplan-ui.iml +8 -0
- package/.idea/encodings.xml +6 -0
- package/.idea/git_toolbox_prj.xml +15 -0
- package/.idea/modules.xml +8 -0
- package/.idea/php.xml +19 -0
- package/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
- package/.idea/sonarlint/issuestore/7/9/793162cb1b4e542cbf5f8db45406f4e91f736c0e +21 -0
- package/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
- package/.idea/sonarlint/issuestore/9/c/9cc6b3192a90fe4d986d791c393ab1ac7101ac48 +0 -0
- package/.idea/sonarlint/issuestore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
- package/.idea/sonarlint/issuestore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7 +0 -0
- package/.idea/sonarlint/issuestore/b/7/b7d694611d1aa415d97c7872253457c54d8f1ed7 +3 -0
- package/.idea/sonarlint/issuestore/index.pb +16 -0
- package/.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/9/793162cb1b4e542cbf5f8db45406f4e91f736c0e +7 -0
- package/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
- package/.idea/sonarlint/securityhotspotstore/9/c/9cc6b3192a90fe4d986d791c393ab1ac7101ac48 +0 -0
- package/.idea/sonarlint/securityhotspotstore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
- package/.idea/sonarlint/securityhotspotstore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7 +0 -0
- package/.idea/sonarlint/securityhotspotstore/b/7/b7d694611d1aa415d97c7872253457c54d8f1ed7 +2 -0
- package/.idea/sonarlint/securityhotspotstore/index.pb +16 -0
- package/.idea/sonarlint-state.xml +6 -0
- package/.idea/sonarlint.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/CHANGELOG.md +9 -0
- package/dist/demosplan-ui.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/DpEditableList/DpEditableList.vue +12 -6
- package/style/style.css +1002 -0
- package/tokens/dist/js/boxShadow.js +1 -1
- package/tokens/dist/js/breakpoints.js +1 -1
- package/tokens/dist/js/color.brand.js +1 -1
- package/tokens/dist/js/color.data.js +1 -1
- package/tokens/dist/js/color.palette.js +1 -1
- package/tokens/dist/js/color.ui.js +1 -1
- package/tokens/dist/js/fontSize.js +1 -1
- package/tokens/dist/js/rounded.js +1 -1
- package/tokens/dist/js/space.js +1 -1
- package/tokens/dist/js/zIndex.js +1 -1
- package/tokens/dist/scss/_boxShadow.scss +1 -1
- package/tokens/dist/scss/_breakpoints.scss +1 -1
- package/tokens/dist/scss/_color.brand.scss +1 -1
- package/tokens/dist/scss/_color.data.scss +1 -1
- package/tokens/dist/scss/_color.palette.scss +1 -1
- package/tokens/dist/scss/_color.ui.scss +1 -1
- package/tokens/dist/scss/_fontSize.scss +1 -1
- package/tokens/dist/scss/_rounded.scss +1 -1
- package/tokens/dist/scss/_space.scss +1 -1
- package/tokens/dist/scss/_zIndex.scss +1 -1
- package/tokens/scss/_color.scss +1 -1
- package/tokens/scss/_fontSize.scss +23 -23
- package/tokens/scss/_space.scss +10 -10
- package/tokens/scss/_boxShadow.scss +0 -8
- package/tokens/scss/_color.brand.scss +0 -10
- package/tokens/scss/_color.data.scss +0 -32
- package/tokens/scss/_color.palette.scss +0 -62
- package/tokens/scss/_color.ui.scss +0 -61
- package/tokens/scss/_rounded.scss +0 -9
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
|
5
|
+
<orderEntry type="inheritedJdk" />
|
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
+
</component>
|
|
8
|
+
</module>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="GitToolBoxProjectSettings">
|
|
4
|
+
<option name="commitMessageIssueKeyValidationOverride">
|
|
5
|
+
<BoolValueOverride>
|
|
6
|
+
<option name="enabled" value="true" />
|
|
7
|
+
</BoolValueOverride>
|
|
8
|
+
</option>
|
|
9
|
+
<option name="commitMessageValidationEnabledOverride">
|
|
10
|
+
<BoolValueOverride>
|
|
11
|
+
<option name="enabled" value="true" />
|
|
12
|
+
</BoolValueOverride>
|
|
13
|
+
</option>
|
|
14
|
+
</component>
|
|
15
|
+
</project>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/demosplan-ui.iml" filepath="$PROJECT_DIR$/.idea/demosplan-ui.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
package/.idea/php.xml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="MessDetectorOptionsConfiguration">
|
|
4
|
+
<option name="transferred" value="true" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="PHPCSFixerOptionsConfiguration">
|
|
7
|
+
<option name="transferred" value="true" />
|
|
8
|
+
</component>
|
|
9
|
+
<component name="PHPCodeSnifferOptionsConfiguration">
|
|
10
|
+
<option name="highlightLevel" value="WARNING" />
|
|
11
|
+
<option name="transferred" value="true" />
|
|
12
|
+
</component>
|
|
13
|
+
<component name="PhpStanOptionsConfiguration">
|
|
14
|
+
<option name="transferred" value="true" />
|
|
15
|
+
</component>
|
|
16
|
+
<component name="PsalmOptionsConfiguration">
|
|
17
|
+
<option name="transferred" value="true" />
|
|
18
|
+
</component>
|
|
19
|
+
</project>
|
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
�
|
|
3
|
+
AYpFnz78bthwHmhpig61javascript:S1128�"$Remove this unused import of 'Link'.(�֘�8�ɿߣ1J$7181e320-615c-491a-b9de-ade17d25f839
|
|
4
|
+
�
|
|
5
|
+
AYSLpcFkLPKTMZ_3Uj10javascript:S1125�"6Refactor the code to avoid using this boolean literal.(釶������8�����0J$1396d114-1fb7-4034-9a00-007bdf626299
|
|
6
|
+
�
|
|
7
|
+
AYjSnwVhuUDrM6Gl11G8javascript:S6638�"JUnexpected constant truthiness on the left-hand side of a `||` expression.(釶������8�����0J$3b4cf604-3931-4911-aeca-d642cdf923b6
|
|
8
|
+
�
|
|
9
|
+
AYSLpcFkLPKTMZ_3Uj11javascript:S1125�"6Refactor the code to avoid using this boolean literal.(ގ��8�����0J$daecc082-1631-4e5e-b6cc-a04812e88639
|
|
10
|
+
�
|
|
11
|
+
AYjSnwVhuUDrM6Gl11G9javascript:S6638�"JUnexpected constant truthiness on the left-hand side of a `||` expression.(ގ��8�����0J$10cc8d7d-70ed-409b-ac7c-9c67919e6616
|
|
12
|
+
�
|
|
13
|
+
AYnexz2JogfdeT5ZiGLwjavascript:S6661�"AUse an object spread instead of `Object.assign` eg: `{ ...foo }`.(���������8�����0J$6b810225-13b2-4025-924d-02444745801d
|
|
14
|
+
�
|
|
15
|
+
AYpFnz78bthwHmhpig63javascript:S5869�"*Remove duplicates in this character class.(�Ӹ������8跖��1J$d73726a6-0552-4384-a098-09d986884d84
|
|
16
|
+
�
|
|
17
|
+
AYpFnz78bthwHmhpig64javascript:S5869�"*Remove duplicates in this character class.(ŕ�������8跖��1J$6532cb69-c5e4-485f-b7ee-85a3973dae0a
|
|
18
|
+
�
|
|
19
|
+
AYpFnz78bthwHmhpig65javascript:S5869�"*Remove duplicates in this character class.(����8跖��1J$e0732e95-1177-436c-b3b0-b3b65f6339cd
|
|
20
|
+
�
|
|
21
|
+
AYSLpcFkLPKTMZ_3Uj1-javascript:S3776�"TRefactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed.(���������8�����0J$9c24911d-0ca3-4e6d-b692-a9fa1ba93847
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
9
|
|
3
|
+
README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d
|
|
4
|
+
:
|
|
5
|
+
|
|
6
|
+
.gitignore,a/5/a5cc2925ca8258af241be7e5b0381edf30266302
|
|
7
|
+
<
|
|
8
|
+
package.json,7/0/7030d0b2f71b999ff89a343de08c414af32fc93a
|
|
9
|
+
T
|
|
10
|
+
$src/components/DpEditor/DpEditor.vue,7/9/793162cb1b4e542cbf5f8db45406f4e91f736c0e
|
|
11
|
+
\
|
|
12
|
+
,src/components/DpDataTable/DpTableHeader.vue,9/c/9cc6b3192a90fe4d986d791c393ab1ac7101ac48
|
|
13
|
+
Z
|
|
14
|
+
*src/components/DpDataTable/DpDataTable.vue,b/7/b7d694611d1aa415d97c7872253457c54d8f1ed7
|
|
15
|
+
<
|
|
16
|
+
CHANGELOG.md,a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7
|
|
File without changes
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
�
|
|
3
|
+
AYSLpcFkLPKTMZ_3Uj16javascript:S5852�"�Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service.(�橞�����8�����0J$85241683-5906-4fa2-a725-8f281ac6697b
|
|
4
|
+
�
|
|
5
|
+
AYSLpcFkLPKTMZ_3Uj17javascript:S5852�"�Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service.(�橞�����8�����0J$c545a0eb-82fb-427b-864c-8f9fb63d3b3f
|
|
6
|
+
�
|
|
7
|
+
AYSLpcFkLPKTMZ_3Uj19javascript:S5852�"�Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service.(��~8�����0J$8db35d63-1a08-4773-a599-61d4e17db055
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
9
|
|
3
|
+
README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d
|
|
4
|
+
:
|
|
5
|
+
|
|
6
|
+
.gitignore,a/5/a5cc2925ca8258af241be7e5b0381edf30266302
|
|
7
|
+
<
|
|
8
|
+
package.json,7/0/7030d0b2f71b999ff89a343de08c414af32fc93a
|
|
9
|
+
T
|
|
10
|
+
$src/components/DpEditor/DpEditor.vue,7/9/793162cb1b4e542cbf5f8db45406f4e91f736c0e
|
|
11
|
+
\
|
|
12
|
+
,src/components/DpDataTable/DpTableHeader.vue,9/c/9cc6b3192a90fe4d986d791c393ab1ac7101ac48
|
|
13
|
+
Z
|
|
14
|
+
*src/components/DpDataTable/DpDataTable.vue,b/7/b7d694611d1aa415d97c7872253457c54d8f1ed7
|
|
15
|
+
<
|
|
16
|
+
CHANGELOG.md,a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="SonarLintProjectSettings">
|
|
4
|
+
<option name="bindingEnabled" value="true" />
|
|
5
|
+
<option name="projectKey" value="demos-europe_demosplan-ui" />
|
|
6
|
+
<option name="serverId" value="dplan" />
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
package/.idea/vcs.xml
ADDED
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
Since v0.0.10, this Changelog is formatted according to the [Common Changelog][common-changelog] recommendations.
|
|
4
4
|
|
|
5
5
|
## UNRELEASED
|
|
6
|
+
## v0.3.16 - 2024-05-24
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
|
|
10
|
+
- ([#856](https://github.com/demos-europe/demosplan-ui/pull/856)) Bump @tiptap to 2.4.0 ([@spiess-demos](https://github.com/spiess-demos))
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- ([#868](https://github.com/demos-europe/demosplan-ui/pull/868)) Add data attributes for E-2-E Test ([@ahmad-demos](https://github.com/ahmad-demos))
|
|
6
15
|
|
|
7
16
|
## v0.3.15 - 2024-05-22
|
|
8
17
|
|