@demos-europe/demosplan-ui 0.3.21 → 0.3.23

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.
Files changed (37) hide show
  1. package/.idea/workspace.xml +110 -49
  2. package/.yarn/install-state.gz +0 -0
  3. package/CHANGELOG.md +10 -0
  4. package/dist/demosplan-ui.umd.js +1 -1
  5. package/package.json +1 -1
  6. package/src/components/DpDataTable/DpDataTable.vue +6 -2
  7. package/src/components/DpDataTable/DpTableHeader.vue +6 -2
  8. package/src/lib/DpApi.js +2 -2
  9. package/tokens/dist/js/boxShadow.js +1 -1
  10. package/tokens/dist/js/breakpoints.js +1 -1
  11. package/tokens/dist/js/color.brand.js +1 -1
  12. package/tokens/dist/js/color.data.js +1 -1
  13. package/tokens/dist/js/color.palette.js +1 -1
  14. package/tokens/dist/js/color.ui-tailwind.js +1 -1
  15. package/tokens/dist/js/color.ui.js +1 -1
  16. package/tokens/dist/js/fontSize.js +1 -1
  17. package/tokens/dist/js/rounded.js +1 -1
  18. package/tokens/dist/js/space.js +1 -1
  19. package/tokens/dist/js/zIndex.js +1 -1
  20. package/tokens/dist/scss/_boxShadow.scss +1 -1
  21. package/tokens/dist/scss/_breakpoints.scss +1 -1
  22. package/tokens/dist/scss/_color.brand.scss +1 -1
  23. package/tokens/dist/scss/_color.data.scss +1 -1
  24. package/tokens/dist/scss/_color.palette.scss +1 -1
  25. package/tokens/dist/scss/_color.ui.scss +1 -1
  26. package/tokens/dist/scss/_fontSize.scss +1 -1
  27. package/tokens/dist/scss/_rounded.scss +1 -1
  28. package/tokens/dist/scss/_space.scss +1 -1
  29. package/tokens/dist/scss/_zIndex.scss +1 -1
  30. package/tokens/dist/tailwind/boxShadow.js +6 -0
  31. package/tokens/dist/tailwind/breakpoints.js +6 -0
  32. package/tokens/dist/tailwind/fontSize.js +16 -0
  33. package/tokens/dist/tailwind/rounded.js +8 -0
  34. package/tokens/dist/tailwind/space.js +20 -0
  35. package/tokens/dist/tailwind/zIndex.js +10 -0
  36. package/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21_[Changes]/shelved.patch +0 -36
  37. package/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21__Changes_.xml +0 -4
@@ -4,9 +4,7 @@
4
4
  <option name="autoReloadType" value="SELECTIVE" />
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
- <list default="true" id="0afade99-d5c9-4644-8d94-9e61461e1bbe" name="Changes" comment="chore: prepare release">
8
- <change beforePath="$PROJECT_DIR$/CHANGELOG.md" beforeDir="false" afterPath="$PROJECT_DIR$/CHANGELOG.md" afterDir="false" />
9
- </list>
7
+ <list default="true" id="0afade99-d5c9-4644-8d94-9e61461e1bbe" name="Changes" comment="fix: Check if data is set" />
10
8
  <option name="SHOW_DIALOG" value="false" />
11
9
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
10
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -24,7 +22,7 @@
24
22
  </option>
25
23
  <option name="RECENT_BRANCH_BY_REPOSITORY">
26
24
  <map>
27
- <entry key="$PROJECT_DIR$" value="f_tw_colors" />
25
+ <entry key="$PROJECT_DIR$" value="f_allow_300_as_response" />
28
26
  </map>
29
27
  </option>
30
28
  <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
@@ -43,49 +41,49 @@
43
41
  <option name="hideEmptyMiddlePackages" value="true" />
44
42
  <option name="showLibraryContents" value="true" />
45
43
  </component>
46
- <component name="PropertiesComponent">{
47
- &quot;keyToString&quot;: {
48
- &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
49
- &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
50
- &quot;SONARLINT_PRECOMMIT_ANALYSIS&quot;: &quot;true&quot;,
51
- &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
52
- &quot;git-widget-placeholder&quot;: &quot;main&quot;,
53
- &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
54
- &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
55
- &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
56
- &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
57
- &quot;nodejs_package_manager_path&quot;: &quot;yarn&quot;,
58
- &quot;settings.editor.selected.configurable&quot;: &quot;preferences.sourceCode.JavaScript&quot;,
59
- &quot;timeTracker.activityTracker&quot;: &quot;null&quot;,
60
- &quot;timeTracker.comment&quot;: &quot;&quot;,
61
- &quot;timeTracker.inactivityPeriodInMills&quot;: &quot;600000&quot;,
62
- &quot;timeTracker.isAutoTrackingEnable&quot;: &quot;false&quot;,
63
- &quot;timeTracker.isAutoTrackingTemporaryDisabled&quot;: &quot;false&quot;,
64
- &quot;timeTracker.isManualTrackingEnable&quot;: &quot;false&quot;,
65
- &quot;timeTracker.isPaused&quot;: &quot;true&quot;,
66
- &quot;timeTracker.isPostAfterCommitEnabled&quot;: &quot;false&quot;,
67
- &quot;timeTracker.isPostedScheduled&quot;: &quot;true&quot;,
68
- &quot;timeTracker.isRunning&quot;: &quot;false&quot;,
69
- &quot;timeTracker.isScheduledEnabled&quot;: &quot;false&quot;,
70
- &quot;timeTracker.isWhenProjectClosedEnabled&quot;: &quot;false&quot;,
71
- &quot;timeTracker.issueId&quot;: &quot;Default&quot;,
72
- &quot;timeTracker.issueIdReadable&quot;: &quot;Default&quot;,
73
- &quot;timeTracker.pausedTime&quot;: &quot;0&quot;,
74
- &quot;timeTracker.query&quot;: &quot;&quot;,
75
- &quot;timeTracker.recordedTime&quot;: &quot;0&quot;,
76
- &quot;timeTracker.scheduledPeriod&quot;: &quot;19:00:0&quot;,
77
- &quot;timeTracker.startTime&quot;: &quot;0&quot;,
78
- &quot;timeTracker.timeInMills&quot;: &quot;0&quot;,
79
- &quot;timeTracker.type&quot;: &quot;None&quot;,
80
- &quot;ts.external.directory.path&quot;: &quot;/home/florian/Dev/demosplan-ui/node_modules/typescript/lib&quot;,
81
- &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
44
+ <component name="PropertiesComponent"><![CDATA[{
45
+ "keyToString": {
46
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
47
+ "RunOnceActivity.ShowReadmeOnStart": "true",
48
+ "SONARLINT_PRECOMMIT_ANALYSIS": "true",
49
+ "WebServerToolWindowFactoryState": "false",
50
+ "git-widget-placeholder": "f__refactor-style-dictionary-script",
51
+ "node.js.detected.package.eslint": "true",
52
+ "node.js.detected.package.tslint": "true",
53
+ "node.js.selected.package.eslint": "(autodetect)",
54
+ "node.js.selected.package.tslint": "(autodetect)",
55
+ "nodejs_package_manager_path": "yarn",
56
+ "settings.editor.selected.configurable": "preferences.sourceCode.JavaScript",
57
+ "timeTracker.activityTracker": "null",
58
+ "timeTracker.comment": "",
59
+ "timeTracker.inactivityPeriodInMills": "600000",
60
+ "timeTracker.isAutoTrackingEnable": "false",
61
+ "timeTracker.isAutoTrackingTemporaryDisabled": "false",
62
+ "timeTracker.isManualTrackingEnable": "false",
63
+ "timeTracker.isPaused": "true",
64
+ "timeTracker.isPostAfterCommitEnabled": "false",
65
+ "timeTracker.isPostedScheduled": "true",
66
+ "timeTracker.isRunning": "false",
67
+ "timeTracker.isScheduledEnabled": "false",
68
+ "timeTracker.isWhenProjectClosedEnabled": "false",
69
+ "timeTracker.issueId": "Default",
70
+ "timeTracker.issueIdReadable": "Default",
71
+ "timeTracker.pausedTime": "0",
72
+ "timeTracker.query": "",
73
+ "timeTracker.recordedTime": "0",
74
+ "timeTracker.scheduledPeriod": "19:00:0",
75
+ "timeTracker.startTime": "0",
76
+ "timeTracker.timeInMills": "0",
77
+ "timeTracker.type": "None",
78
+ "ts.external.directory.path": "/home/florian/Dev/demosplan-ui/node_modules/typescript/lib",
79
+ "vue.rearranger.settings.migration": "true"
82
80
  },
83
- &quot;keyToStringList&quot;: {
84
- &quot;com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File&quot;: [
85
- &quot;Markdown&quot;
81
+ "keyToStringList": {
82
+ "com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
83
+ "Markdown"
86
84
  ]
87
85
  }
88
- }</component>
86
+ }]]></component>
89
87
  <component name="SharedIndexes">
90
88
  <attachedChunks>
91
89
  <set>
@@ -224,7 +222,12 @@
224
222
  <workItem from="1721287089937" duration="2344000" />
225
223
  <workItem from="1721310632876" duration="606000" />
226
224
  <workItem from="1721372293858" duration="1506000" />
227
- <workItem from="1721639326885" duration="1251000" />
225
+ <workItem from="1721639326885" duration="1619000" />
226
+ <workItem from="1721719188516" duration="1695000" />
227
+ <workItem from="1721807353191" duration="632000" />
228
+ <workItem from="1721830434433" duration="4415000" />
229
+ <workItem from="1721901749927" duration="1627000" />
230
+ <workItem from="1721986905740" duration="1679000" />
228
231
  </task>
229
232
  <task id="LOCAL-00001" summary="chore: update yarn.lock">
230
233
  <option name="closed" value="true" />
@@ -458,7 +461,63 @@
458
461
  <option name="project" value="LOCAL" />
459
462
  <updated>1721378076383</updated>
460
463
  </task>
461
- <option name="localTasksCounter" value="30" />
464
+ <task id="LOCAL-00030" summary="chore: prepare release">
465
+ <option name="closed" value="true" />
466
+ <created>1721640742082</created>
467
+ <option name="number" value="00030" />
468
+ <option name="presentableId" value="LOCAL-00030" />
469
+ <option name="project" value="LOCAL" />
470
+ <updated>1721640742082</updated>
471
+ </task>
472
+ <task id="LOCAL-00031" summary="fix: Pass Data to tableHeader">
473
+ <option name="closed" value="true" />
474
+ <created>1721833636008</created>
475
+ <option name="number" value="00031" />
476
+ <option name="presentableId" value="LOCAL-00031" />
477
+ <option name="project" value="LOCAL" />
478
+ <updated>1721833636008</updated>
479
+ </task>
480
+ <task id="LOCAL-00032" summary="fix: Allow 201 and 302 (and others) as response with payload">
481
+ <option name="closed" value="true" />
482
+ <created>1721833695594</created>
483
+ <option name="number" value="00032" />
484
+ <option name="presentableId" value="LOCAL-00032" />
485
+ <option name="project" value="LOCAL" />
486
+ <updated>1721833695594</updated>
487
+ </task>
488
+ <task id="LOCAL-00033" summary="add changelog">
489
+ <option name="closed" value="true" />
490
+ <created>1721833830350</created>
491
+ <option name="number" value="00033" />
492
+ <option name="presentableId" value="LOCAL-00033" />
493
+ <option name="project" value="LOCAL" />
494
+ <updated>1721833830350</updated>
495
+ </task>
496
+ <task id="LOCAL-00034" summary="add changelog">
497
+ <option name="closed" value="true" />
498
+ <created>1721833848933</created>
499
+ <option name="number" value="00034" />
500
+ <option name="presentableId" value="LOCAL-00034" />
501
+ <option name="project" value="LOCAL" />
502
+ <updated>1721833848933</updated>
503
+ </task>
504
+ <task id="LOCAL-00035" summary="add changelog">
505
+ <option name="closed" value="true" />
506
+ <created>1721834026093</created>
507
+ <option name="number" value="00035" />
508
+ <option name="presentableId" value="LOCAL-00035" />
509
+ <option name="project" value="LOCAL" />
510
+ <updated>1721834026093</updated>
511
+ </task>
512
+ <task id="LOCAL-00036" summary="fix: Check if data is set">
513
+ <option name="closed" value="true" />
514
+ <created>1721835395957</created>
515
+ <option name="number" value="00036" />
516
+ <option name="presentableId" value="LOCAL-00036" />
517
+ <option name="project" value="LOCAL" />
518
+ <updated>1721835395958</updated>
519
+ </task>
520
+ <option name="localTasksCounter" value="37" />
462
521
  <servers>
463
522
  <YouTrack url="https://demoseurope.youtrack.cloud">
464
523
  <username>random</username>
@@ -495,8 +554,6 @@
495
554
  </option>
496
555
  </component>
497
556
  <component name="VcsManagerConfiguration">
498
- <MESSAGE value="chore: update yarn.lock" />
499
- <MESSAGE value="fix: Restore original functionality" />
500
557
  <MESSAGE value="chore: Add try Catch for api requests" />
501
558
  <MESSAGE value="chore: remove obsolet comment" />
502
559
  <MESSAGE value="chore: Update yarn lock" />
@@ -518,6 +575,10 @@
518
575
  <MESSAGE value="chore: Move changelog entry to the right place" />
519
576
  <MESSAGE value="chore: fix merge issues" />
520
577
  <MESSAGE value="chore: prepare release" />
521
- <option name="LAST_COMMIT_MESSAGE" value="chore: prepare release" />
578
+ <MESSAGE value="fix: Pass Data to tableHeader" />
579
+ <MESSAGE value="fix: Allow 201 and 302 (and others) as response with payload" />
580
+ <MESSAGE value="add changelog" />
581
+ <MESSAGE value="fix: Check if data is set" />
582
+ <option name="LAST_COMMIT_MESSAGE" value="fix: Check if data is set" />
522
583
  </component>
523
584
  </project>
Binary file
package/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
4
4
 
5
5
  ## UNRELEASED
6
6
 
7
+ ## v0.3.22 - 2024-07-26
8
+
9
+ ### Changed
10
+
11
+ - ([#954](https://github.com/demos-europe/demosplan-ui/pull/954)) Allow all 2xx and 3xx as response Codes in DpApi (not only 200). ([@salisdemos](https://github.com/salisdemos))
12
+
13
+ ### Fixed
14
+
15
+ - ([#955](https://github.com/demos-europe/demosplan-ui/pull/955)) BREAKING: Pass headerFields-Data to tableHeader slot so the content gets rendered ([@salisdemos](https://github.com/salisdemos))
16
+
7
17
  ## v0.3.21 - 2024-07-22
8
18
 
9
19
  ### Added