@everchron/ec-shards 3.3.3 → 3.4.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.
Files changed (86) hide show
  1. package/dist/ec-shards.common.js +109 -75
  2. package/dist/ec-shards.common.js.map +1 -1
  3. package/dist/ec-shards.css +1 -1
  4. package/dist/ec-shards.umd.js +109 -75
  5. package/dist/ec-shards.umd.js.map +1 -1
  6. package/dist/ec-shards.umd.min.js +2 -2
  7. package/dist/ec-shards.umd.min.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/.DS_Store +0 -0
  10. package/src/assets/.DS_Store +0 -0
  11. package/src/assets/images/.DS_Store +0 -0
  12. package/src/assets/images/flags/.DS_Store +0 -0
  13. package/src/components/index.js +3 -1
  14. package/src/components/jumper-index/jumper-index.vue +0 -18
  15. package/src/components/tree-list/tree-list-headline.vue +17 -0
  16. package/src/components/{tree-list-item → tree-list}/tree-list-item.vue +0 -0
  17. package/src/stories/Changelog.stories.mdx +6 -0
  18. package/src/stories/collection-control/.DS_Store +0 -0
  19. package/src/stories/comment/.DS_Store +0 -0
  20. package/src/stories/data-card/.DS_Store +0 -0
  21. package/src/stories/data-list/.DS_Store +0 -0
  22. package/src/stories/dialog/.DS_Store +0 -0
  23. package/src/stories/dialog-header/.DS_Store +0 -0
  24. package/src/stories/directory-entry/.DS_Store +0 -0
  25. package/src/stories/document-state/.DS_Store +0 -0
  26. package/src/stories/dropzone/.DS_Store +0 -0
  27. package/src/stories/empty-state/.DS_Store +0 -0
  28. package/src/stories/excerpt-snippet/.DS_Store +0 -0
  29. package/src/stories/file-icon/.DS_Store +0 -0
  30. package/src/stories/file-list-item/.DS_Store +0 -0
  31. package/src/stories/flag/.DS_Store +0 -0
  32. package/src/stories/form-group/.DS_Store +0 -0
  33. package/src/stories/form-headline/.DS_Store +0 -0
  34. package/src/stories/form-set/.DS_Store +0 -0
  35. package/src/stories/formatted/.DS_Store +0 -0
  36. package/src/stories/icon/.DS_Store +0 -0
  37. package/src/stories/index-toolbar/.DS_Store +0 -0
  38. package/src/stories/info-tooltip/.DS_Store +0 -0
  39. package/src/stories/input/.DS_Store +0 -0
  40. package/src/stories/input-group/.DS_Store +0 -0
  41. package/src/stories/input-search/.DS_Store +0 -0
  42. package/src/stories/jumper-document/.DS_Store +0 -0
  43. package/src/stories/jumper-index/.DS_Store +0 -0
  44. package/src/stories/jumper-page/.DS_Store +0 -0
  45. package/src/stories/layout-data-table/.DS_Store +0 -0
  46. package/src/stories/layout-directory/.DS_Store +0 -0
  47. package/src/stories/layout-index/.DS_Store +0 -0
  48. package/src/stories/map/.DS_Store +0 -0
  49. package/src/stories/modal/.DS_Store +0 -0
  50. package/src/stories/multiselect-option/.DS_Store +0 -0
  51. package/src/stories/multiselect-search-token/.DS_Store +0 -0
  52. package/src/stories/multiselect-token/.DS_Store +0 -0
  53. package/src/stories/overlay/.DS_Store +0 -0
  54. package/src/stories/pagination/.DS_Store +0 -0
  55. package/src/stories/party-entry/.DS_Store +0 -0
  56. package/src/stories/popover-header/.DS_Store +0 -0
  57. package/src/stories/popover-list/.DS_Store +0 -0
  58. package/src/stories/popover-list-headline/.DS_Store +0 -0
  59. package/src/stories/popover-list-item/.DS_Store +0 -0
  60. package/src/stories/progress/.DS_Store +0 -0
  61. package/src/stories/quicklink/.DS_Store +0 -0
  62. package/src/stories/radiobutton/.DS_Store +0 -0
  63. package/src/stories/rating-favorability/.DS_Store +0 -0
  64. package/src/stories/rating-star-read/.DS_Store +0 -0
  65. package/src/stories/rating-star-write/.DS_Store +0 -0
  66. package/src/stories/scroll-container/.DS_Store +0 -0
  67. package/src/stories/section/.DS_Store +0 -0
  68. package/src/stories/segment/.DS_Store +0 -0
  69. package/src/stories/select/.DS_Store +0 -0
  70. package/src/stories/separator/.DS_Store +0 -0
  71. package/src/stories/sequence-map-button/.DS_Store +0 -0
  72. package/src/stories/sidebar/.DS_Store +0 -0
  73. package/src/stories/skeleton-loader/.DS_Store +0 -0
  74. package/src/stories/sortbutton/.DS_Store +0 -0
  75. package/src/stories/sticker/.DS_Store +0 -0
  76. package/src/stories/structured-content/.DS_Store +0 -0
  77. package/src/stories/switch/.DS_Store +0 -0
  78. package/src/stories/tabs/.DS_Store +0 -0
  79. package/src/stories/tag/.DS_Store +0 -0
  80. package/src/stories/toast/.DS_Store +0 -0
  81. package/src/stories/transcript-state/.DS_Store +0 -0
  82. package/src/stories/tree-list/.DS_Store +0 -0
  83. package/src/stories/tree-list/tree-list.stories.js +1 -1
  84. package/src/stories/tree-list-headline/tree-list-headline.stories.js +21 -0
  85. package/src/stories/tree-list-item/tree-list-item.stories.js +1 -1
  86. package/src/stories/video/.DS_Store +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "3.3.3",
3
+ "version": "3.4.0",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
package/src/.DS_Store ADDED
Binary file
Binary file
Binary file
@@ -123,7 +123,8 @@ import EcsToasts from "./toasts/toasts.vue"
123
123
  import EcsToolbar from "./toolbar/toolbar.vue"
124
124
  import EcsTranscriptState from "./transcript-state/transcript-state.vue"
125
125
  import EcsTreeList from "./tree-list/tree-list.vue"
126
- import EcsTreeListItem from "./tree-list-item/tree-list-item.vue"
126
+ import EcsTreeListItem from "./tree-list/tree-list-item.vue"
127
+ import EcsTreeListHeadline from "./tree-list/tree-list-headline.vue"
127
128
  import EcsVideo from "./video/video.vue"
128
129
 
129
130
  const Components = {
@@ -250,6 +251,7 @@ const Components = {
250
251
  EcsTranscriptState,
251
252
  EcsTreeList,
252
253
  EcsTreeListItem,
254
+ EcsTreeListHeadline,
253
255
  EcsVideo
254
256
  }
255
257
 
@@ -85,24 +85,6 @@
85
85
  if (e.key == 'Enter')
86
86
  e.preventDefault()
87
87
  }
88
- },
89
-
90
- mounted() {
91
- console.log('m:currentCount', this.currentCount)
92
- console.log('m:currentPosition', this.currentPosition)
93
- console.log('m:maxCount', this.maxCount)
94
- },
95
-
96
- watch: {
97
- currentCount(){
98
- console.warn('w:currentCount', this.currentCount)
99
- },
100
- currentPosition(){
101
- console.log('w:currentPosition', this.currentPosition)
102
- },
103
- maxCount(){
104
- console.warn('w:maxCount', this.maxCount)
105
- }
106
88
  }
107
89
  }
108
90
  </script>
@@ -0,0 +1,17 @@
1
+ <template>
2
+ <div class="ecs-tree-view-headline">
3
+ <slot></slot>
4
+ </div>
5
+ </template>
6
+
7
+ <style lang="scss" scoped>
8
+ @import "../../tokens/build/scss/tokens.scss";
9
+ @import "../mixins/svg-uri";
10
+
11
+ .ecs-tree-view-headline{
12
+ color: $color-gray-10;
13
+ font-size: $type-scale-2-font-size;
14
+ line-height: $type-scale-2-line-height;
15
+ padding: $spacing-5 10px;
16
+ }
17
+ </style>
@@ -6,6 +6,12 @@ import { Meta } from '@storybook/addon-docs/blocks';
6
6
  Changelog
7
7
  </h1>
8
8
 
9
+ ## Version 3.4.0 (1 February 2023)
10
+
11
+ ### Features
12
+
13
+ - Added new EcsTreeListHeadline component
14
+
9
15
  ## Version 3.3.0 (12 January 2023)
10
16
 
11
17
  ### Features
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,4 +1,4 @@
1
- import EcsTreeListItem from '@components/tree-list-item/tree-list-item'
1
+ import EcsTreeListItem from '@components/tree-list/tree-list-item'
2
2
  import EcsTreeList from '@components/tree-list/tree-list'
3
3
 
4
4
  export default {
@@ -0,0 +1,21 @@
1
+ import EcsTreeListItem from '@components/tree-list/tree-list-item'
2
+ import EcsTreeListHeadline from '@components/tree-list/tree-list-headline'
3
+ import EcsTreeList from '@components/tree-list/tree-list'
4
+
5
+ export default {
6
+ title: 'Data/Tree List/Tree List Headline',
7
+ component: EcsTreeListHeadline
8
+ };
9
+
10
+ export const treeListHeadline = () => ({
11
+ components: { EcsTreeListItem, EcsTreeList, EcsTreeListHeadline },
12
+ template: `<ecs-tree-list>
13
+ <ecs-tree-list-headline>Headline</ecs-tree-list-headline>
14
+ <ecs-tree-list-item :after-label="13">
15
+ List Item
16
+ </ecs-tree-list-item>
17
+ <ecs-tree-list-item :after-label="13">
18
+ List Item
19
+ </ecs-tree-list-item>
20
+ </ecs-tree-list>`,
21
+ });
@@ -1,4 +1,4 @@
1
- import EcsTreeListItem from '@components/tree-list-item/tree-list-item'
1
+ import EcsTreeListItem from '@components/tree-list/tree-list-item'
2
2
  import EcsTreeList from '@components/tree-list/tree-list'
3
3
  import EcsButton from '@components/button/button'
4
4
  import EcsCheckbox from '@components/checkbox/checkbox'
Binary file