comand-component-library 4.2.51 → 4.2.53

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 (79) hide show
  1. package/dist/comand-component-library.js +4040 -3388
  2. package/dist/style.css +1 -1
  3. package/package.json +2 -2
  4. package/src/ComponentLibrary.vue +179 -41
  5. package/src/assets/data/box-product.json +15 -10
  6. package/src/assets/data/box-user.json +8 -8
  7. package/src/assets/data/list-description-list.json +74 -0
  8. package/src/assets/data/listOfComponents.json +3 -1
  9. package/src/assets/data/pages/boxes-team-overview.json +8 -8
  10. package/src/assets/styles/component-library-global-styles.scss +0 -14
  11. package/src/componentSettingsDataAndControls.vue +131 -10
  12. package/src/components/CmdAddressData.vue +2 -0
  13. package/src/components/CmdAddressDataItem.vue +2 -1
  14. package/src/components/CmdBackToTopButton.vue +12 -3
  15. package/src/components/CmdBankAccountData.vue +2 -0
  16. package/src/components/CmdBasicForm.vue +6 -2
  17. package/src/components/CmdBox.vue +62 -35
  18. package/src/components/CmdBoxWrapper.vue +6 -0
  19. package/src/components/CmdBreadcrumbs.vue +2 -0
  20. package/src/components/CmdCodeOutput.vue +2 -2
  21. package/src/components/CmdCompanyLogo.vue +2 -0
  22. package/src/components/CmdContainer.vue +100 -87
  23. package/src/components/CmdCookieDisclaimer.vue +12 -1
  24. package/src/components/CmdCopyrightInformation.vue +2 -0
  25. package/src/components/CmdFakeSelect.vue +10 -6
  26. package/src/components/CmdFancyBox.vue +2 -0
  27. package/src/components/CmdFlexibleScrollContainer.vue +2 -0
  28. package/src/components/CmdForm.vue +2 -0
  29. package/src/components/CmdFormElement.vue +11 -1
  30. package/src/components/CmdFormFilters.vue +2 -0
  31. package/src/components/CmdGoogleMaps.vue +2 -0
  32. package/src/components/CmdHeadline.vue +23 -1
  33. package/src/components/CmdIcon.vue +2 -0
  34. package/src/components/CmdImage.vue +3 -0
  35. package/src/components/CmdImageGallery.vue +3 -1
  36. package/src/components/CmdImageZoom.vue +2 -0
  37. package/src/components/CmdInnerLink.vue +2 -0
  38. package/src/components/CmdInputGroup.vue +2 -0
  39. package/src/components/CmdLink.vue +17 -10
  40. package/src/components/CmdList.vue +191 -99
  41. package/src/components/CmdListOfLinksItem.vue +2 -0
  42. package/src/components/CmdListOfRequirements.vue +2 -0
  43. package/src/components/CmdLoginForm.vue +2 -2
  44. package/src/components/CmdMailTool.vue +2 -0
  45. package/src/components/CmdMailToolEntry.vue +2 -1
  46. package/src/components/CmdMailToolFilter.vue +2 -0
  47. package/src/components/CmdMainNavigation.vue +2 -0
  48. package/src/components/CmdMultistepFormProgressBar.vue +35 -14
  49. package/src/components/CmdNewsletterSubscription.vue +2 -0
  50. package/src/components/CmdOpeningHours.vue +2 -0
  51. package/src/components/CmdOpeningHoursItem.vue +2 -0
  52. package/src/components/CmdPageFooter.vue +2 -0
  53. package/src/components/CmdPageHeader.vue +2 -0
  54. package/src/components/CmdPagination.vue +2 -0
  55. package/src/components/CmdParagraph.vue +50 -0
  56. package/src/components/CmdProgressBar.vue +1 -1
  57. package/src/components/CmdSection.vue +2 -0
  58. package/src/components/CmdSidebar.vue +2 -0
  59. package/src/components/CmdSiteFooter.vue +2 -0
  60. package/src/components/CmdSiteHeader.vue +2 -0
  61. package/src/components/CmdSiteSearch.vue +12 -1
  62. package/src/components/CmdSlideButton.vue +5 -4
  63. package/src/components/CmdSlideshow.vue +10 -1
  64. package/src/components/CmdSmartSearch.vue +42 -11
  65. package/src/components/CmdSocialNetworks.vue +2 -0
  66. package/src/components/CmdSocialNetworksItem.vue +2 -0
  67. package/src/components/CmdSwitchLanguage.vue +2 -0
  68. package/src/components/CmdSystemMessage.vue +10 -5
  69. package/src/components/CmdTable.vue +10 -6
  70. package/src/components/CmdTabs.vue +39 -3
  71. package/src/components/CmdTag.vue +101 -0
  72. package/src/components/CmdTextImageBlock.vue +2 -0
  73. package/src/components/CmdThumbnailScroller.vue +14 -3
  74. package/src/components/CmdToggleDarkMode.vue +2 -0
  75. package/src/components/CmdTooltip.vue +2 -0
  76. package/src/components/CmdTooltipForFormElements.vue +2 -0
  77. package/src/components/CmdUploadForm.vue +14 -1
  78. package/src/components/CmdWidthLimitationWrapper.vue +2 -0
  79. package/src/components/CmdFlexContainer.vue +0 -109
@@ -20,10 +20,7 @@
20
20
  <span>Select template</span>
21
21
  <select id="select-template" v-model="selectedTemplate">
22
22
  <option value="blank">Blank/Unstyled</option>
23
- <option value="business">Business</option>
24
- <option value="casual">Casual</option>
25
- <option value="dating">Dating</option>
26
- <option value="influencer">Influencer</option>
23
+ <option value="dating">Material-Web</option>
27
24
  </select>
28
25
  </label>
29
26
  <div>
@@ -780,25 +777,44 @@
780
777
  headlinePosition="body" :cmdIcon="{ iconClass: 'icon-home', type: 'auto' }"
781
778
  textBody="Box with large icon, headline in body and content all given by properties." />
782
779
  </CmdBoxWrapper>
780
+
781
+ <!-- begin product boxes -->
783
782
  <h3>Product boxes</h3>
784
- <div class="grid-container-create-columns">
785
- <div class="grid-small-item" v-for="(product, index) in boxProductData" :key="index">
786
- <CmdBox boxType="product" :product="product" :cmdHeadline="{ headlineLevel: 4 }" />
787
- </div>
788
- </div>
783
+ <CmdBoxWrapper :boxesPerRow="[5, 2, 1]" :useRowViewAsDefault="true" :useGap="true">
784
+ <template v-slot="slotProps">
785
+ <CmdBox
786
+ v-for="(product, index) in boxProductData"
787
+ :key="index"
788
+ boxType="product"
789
+ :product="product"
790
+ :cmdHeadline="{ headlineLevel: 4 }"
791
+ :rowView="slotProps.rowView"
792
+ />
793
+ </template>
794
+ </CmdBoxWrapper>
795
+ <!-- end product boxes -->
796
+
797
+ <!-- begin user boxes -->
789
798
  <h3>User boxes</h3>
790
799
  <CmdBoxWrapper :boxesPerRow="[5, 2, 1]" :useRowViewAsDefault="true" :useGap="true">
791
800
  <template v-slot="slotProps">
792
- <CmdBox v-for="index in boxUserData.length" :key="index" boxType="user"
793
- :user="boxUserData[index - 1]" :cmdHeadline="{ headlineLevel: 5 }"
794
- :rowView="slotProps.rowView" />
801
+ <CmdBox
802
+ v-for="index in boxUserData.length"
803
+ :key="index"
804
+ boxType="user"
805
+ :user="boxUserData[index - 1]"
806
+ :cmdHeadline="{ headlineLevel: 5 }"
807
+ :rowView="slotProps.rowView"
808
+ />
795
809
  </template>
796
810
  </CmdBoxWrapper>
811
+ <!-- end user boxes -->
812
+
797
813
  <h3><span>Boxes in BoxWrapper (collapsible)</span>
798
814
  <a href="#" class="button small icon-cog" title="Open Component Settings"
799
815
  @click.prevent="openSettingsSidebar('CmdBoxWrapper')"></a>
800
816
  </h3>
801
- <CmdBoxWrapper ref="CmdBoxWrapper" :boxesPerRow="[5, 2, 1]" :openBoxesByDefault="[2]"
817
+ <CmdBoxWrapper ref="CmdBoxWrapper" :boxesPerRow="[4, 1]" :openBoxesByDefault="[2]"
802
818
  :useRowViewAsDefault="true" :allowMultipleExpandedBoxes="false" :stretch-boxes-vertically="true"
803
819
  :useGap="true">
804
820
  <template v-slot="slotProps">
@@ -854,26 +870,57 @@
854
870
  <!-- begin container --------------------------------------------------------------------------------------------------->
855
871
  <CmdWidthLimitationWrapper>
856
872
  <h2 class="headline-demopage" id="section-container">
857
- <span>Container</span>
873
+ <span>Containers</span>
858
874
  <a href="#" class="button small icon-cog" title="Open Component Settings"
859
875
  @click.prevent="openSettingsSidebar('CmdContainer')"></a>
860
876
  </h2>
861
- <h3>Default Container</h3>
862
- <CmdContainer style="border: 1px dotted gray" ref="CmdContainer" v-bind="cmdContainerSettingsData" />
863
- <h3>Container with default-text</h3>
864
- <CmdContainer style="border: 1px dotted gray" ref="CmdContainer" innerText="Some inner text"
865
- containerType="flex" contentOrientation="horizontal" />
866
- <h3>Container with vertical slots</h3>
867
- <CmdContainer style="border: 1px dotted gray" ref="CmdContainer" v-bind="cmdContainerSettingsData">
877
+ <h3>Container (type "default")</h3>
878
+ <CmdContainer
879
+ style="border: 1px dashed var(--color-gray-30)"
880
+ ref="CmdContainer"
881
+ v-bind="cmdContainerSettingsData"
882
+ >
883
+ <p>Slot-content</p>
884
+ <p>Slot-content</p>
885
+ <p>Slot-content</p>
886
+ </CmdContainer>
887
+ <h3>Container (type "flex", horizontal)</h3>
888
+ <CmdContainer
889
+ style="border: 1px dashed var(--color-gray-30)"
890
+ ref="CmdContainer"
891
+ v-bind="cmdContainerSettingsData"
892
+ containerType="flex"
893
+ contentOrientation="horizontal"
894
+ >
895
+ <p>Slot-content</p>
896
+ <p>Slot-content</p>
897
+ <p>Slot-content</p>
898
+ </CmdContainer>
899
+ <h3>Container (type "flex", vertical)</h3>
900
+ <CmdContainer
901
+ style="border: 1px dashed var(--color-gray-30)"
902
+ ref="CmdContainer"
903
+ v-bind="cmdContainerSettingsData"
904
+ containerType="flex"
905
+ contentOrientation="vertical"
906
+ >
868
907
  <p>Slot-content</p>
869
908
  <p>Slot-content</p>
870
909
  <p>Slot-content</p>
871
910
  </CmdContainer>
872
911
  <h3>Container with horizontal slots</h3>
873
- <CmdContainer style="border: 1px dotted gray" ref="CmdContainer" v-bind="cmdContainerSettingsData"
874
- contentOrientation="horizontal" innerClass="inner-class">
875
- <component :is="componentNameForContainer" headlineText="Headline 1" headlineLevel="6" />
876
- <component :is="componentNameForContainer" headlineText="Headline 2" headlineLevel="6" />
912
+ <CmdContainer
913
+ style="border: 1px dashed var(--color-gray-30)"
914
+ ref="CmdContainer"
915
+ v-bind="cmdContainerSettingsData"
916
+ containerType="grid"
917
+ >
918
+ <p>Slot-content</p>
919
+ <p>Slot-content</p>
920
+ <p>Slot-content</p>
921
+ <p>Slot-content</p>
922
+ <p>Slot-content</p>
923
+ <p>Slot-content</p>
877
924
  </CmdContainer>
878
925
  </CmdWidthLimitationWrapper>
879
926
  <!-- end container --------------------------------------------------------------------------------------------------->
@@ -940,14 +987,14 @@
940
987
  <!-- begin flexible-scroll-container --------------------------------------------------------------------------------------------------->
941
988
  <CmdWidthLimitationWrapper>
942
989
  <h2 class="headline-demopage" id="section-flexible-scroll-container">Flexible Scroll-Container</h2>
943
- <CmdFlexibleScrollContainer style="border: 1px dotted gray">
990
+ <CmdFlexibleScrollContainer style="border: 1px dashed var(--color-gray-30)">
944
991
  <template v-slot:fixed-wrapper>
945
- <div class="default-padding" style="border: 1px dotted gray">
992
+ <div class="default-padding" style="border: 1px dashed var(--color-gray-30)">
946
993
  Fixed content
947
994
  </div>
948
995
  </template>
949
996
  <template v-slot:scroll-wrapper>
950
- <div class="default-padding" style="border: 1px dotted gray">
997
+ <div class="default-padding" style="border: 1px dashed var(--color-gray-30)">
951
998
  <ul>
952
999
  <li>Dynamic Content</li>
953
1000
  <li>Dynamic Content</li>
@@ -1110,7 +1157,7 @@
1110
1157
  </CmdWidthLimitationWrapper>
1111
1158
  <!-- end link --------------------------------------------------------------------------------------------------->
1112
1159
 
1113
- <!-- begin list --------------------------------------------------------------------------------------------------->
1160
+ <!-- begin lists --------------------------------------------------------------------------------------------------->
1114
1161
  <CmdWidthLimitationWrapper>
1115
1162
  <h2 class="headline-demopage" id="section-list">
1116
1163
  <span>List</span>
@@ -1118,7 +1165,7 @@
1118
1165
  @click.prevent="openSettingsSidebar('CmdList')"></a>
1119
1166
  </h2>
1120
1167
  <CmdList :cmdHeadline="{ headlineText: 'List of links', headlineLevel: 3 }" ref="CmdList"
1121
- v-bind="cmdListSettingsData" :items="listData" listType="links" @click="cmdLinkOutput" />
1168
+ v-bind="cmdListSettingsData" :items="listData" listContentType="links" @click="cmdLinkOutput" />
1122
1169
  <dl class="output">
1123
1170
  <dt>Event:</dt>
1124
1171
  <dd>{{ outputCmdLink?.event?.originalEvent }}</dd>
@@ -1128,11 +1175,57 @@
1128
1175
  <dd>{{ outputCmdLink?.event?.linkType }}</dd>
1129
1176
  </dl>
1130
1177
  <CmdList :cmdHeadline="{ headlineText: 'List of images', headlineLevel: 3 }" :items="imageGalleryData"
1131
- orientation="horizontal" listType="images" />
1132
- <CmdList :cmdHeadline="{ headlineText: 'List of tags', headlineLevel: 3 }" :items="listOfTagsData"
1133
- orientation="horizontal" listType="tags" />
1178
+ orientation="horizontal" listContentType="images" />
1179
+ <div class="flex-container">
1180
+ <CmdList
1181
+ :cmdHeadline="{ headlineText: 'List of tags (default)', headlineLevel: 3 }"
1182
+ :items="listOfTagsData"
1183
+ orientation="horizontal"
1184
+ listContentType="tags"
1185
+ />
1186
+ <CmdList
1187
+ :cmdHeadline="{ headlineText: 'List of tags (primary)', headlineLevel: 3 }"
1188
+ :items="listOfTagsData"
1189
+ orientation="horizontal"
1190
+ listContentType="tags"
1191
+ highlightLevel="primary"
1192
+ />
1193
+ <CmdList
1194
+ :cmdHeadline="{ headlineText: 'List of tags (secondary)', headlineLevel: 3 }"
1195
+ :items="listOfTagsData"
1196
+ orientation="horizontal"
1197
+ listContentType="tags"
1198
+ highlightLevel="secondary"
1199
+ />
1200
+ <CmdList
1201
+ :cmdHeadline="{ headlineText: 'List of tags (tertiary)', headlineLevel: 3 }"
1202
+ :items="listOfTagsData"
1203
+ orientation="horizontal"
1204
+ listContentType="tags"
1205
+ highlightLevel="tertiary"
1206
+ />
1207
+ </div>
1208
+ <h3>Description Lists</h3>
1209
+ <div class="flex-container">
1210
+ <CmdList
1211
+ listType="description"
1212
+ :cmdHeadline="{ headlineText: 'List with text', headlineLevel: 4 }"
1213
+ :items="descriptionListData.text"
1214
+ />
1215
+ <CmdList
1216
+ listType="description"
1217
+ :cmdHeadline="{ headlineText: 'List with text (term right aligned)', headlineLevel: 4 }"
1218
+ :alignDescriptionTermRight="true"
1219
+ :items="descriptionListData.text"
1220
+ />
1221
+ <CmdList
1222
+ listType="description"
1223
+ :cmdHeadline="{ headlineText: 'List with icons', headlineLevel: 4 }"
1224
+ :items="descriptionListData.icons"
1225
+ />
1226
+ </div>
1134
1227
  </CmdWidthLimitationWrapper>
1135
- <!-- end list --------------------------------------------------------------------------------------------------->
1228
+ <!-- end lists --------------------------------------------------------------------------------------------------->
1136
1229
 
1137
1230
  <!-- begin login-form --------------------------------------------------------------------------------------------------->
1138
1231
  <CmdWidthLimitationWrapper>
@@ -1266,6 +1359,17 @@
1266
1359
  </CmdWidthLimitationWrapper>
1267
1360
  <!-- end pagination --------------------------------------------------------------------------------------------------->
1268
1361
 
1362
+ <!-- begin paragraph --------------------------------------------------------------------------------------------------->
1363
+ <CmdWidthLimitationWrapper>
1364
+ <h2 class="headline-demopage" id="section-paragraph">
1365
+ <span>Paragraph</span>
1366
+ <a href="#" class="button small icon-cog" title="Open Component Settings"
1367
+ @click.prevent="openSettingsSidebar('CmdParagraph')"></a>
1368
+ </h2>
1369
+ <CmdParagraph ref="CmdParagraph" v-bind="cmdParagraphSettingsData" />
1370
+ </CmdWidthLimitationWrapper>
1371
+ <!-- end paragraph --------------------------------------------------------------------------------------------------->
1372
+
1269
1373
  <!-- begin section --------------------------------------------------------------------------------------------------->
1270
1374
  <CmdWidthLimitationWrapper>
1271
1375
  <h2 class="headline-demopage" id="section-section">
@@ -1342,6 +1446,31 @@
1342
1446
  </CmdWidthLimitationWrapper>
1343
1447
  <!-- end slideshow --------------------------------------------------------------------------------------------------->
1344
1448
 
1449
+
1450
+ <!-- begin smart-search --------------------------------------------------------------------------------------------------->
1451
+ <CmdWidthLimitationWrapper>
1452
+ <h2 class="headline-demopage" id="section-smart-search">
1453
+ <span>Smart Search</span>
1454
+ <a href="#" class="button small icon-cog" title="Open Component Settings"
1455
+ @click.prevent="openSettingsSidebar('CmdSmartSearch')"></a>
1456
+ </h2>
1457
+ smartSearchString: {{ smartSearchString }}
1458
+ <CmdSmartSearch
1459
+ ref="CmdSmartSearch"
1460
+ v-bind="smartSearchSettingsData"
1461
+ :listOfRecommendations="smartSearchData.listOfRecommendations"
1462
+ v-model="smartSearchString"
1463
+ />
1464
+ smartSearchObject: {{ smartSearchObject }}
1465
+ <CmdSmartSearch
1466
+ ref="CmdSmartSearch"
1467
+ v-bind="smartSearchSettingsData"
1468
+ :listOfRecommendations="smartSearchData.listOfRecommendations"
1469
+ v-model="smartSearchObject"
1470
+ />
1471
+ </CmdWidthLimitationWrapper>
1472
+ <!-- end smart-search --------------------------------------------------------------------------------------------------->
1473
+
1345
1474
  <!-- begin social-networks --------------------------------------------------------------------------------------------------->
1346
1475
  <CmdWidthLimitationWrapper>
1347
1476
  <h2 class="headline-demopage" id="section-social-networks">
@@ -1372,11 +1501,6 @@
1372
1501
  </h2>
1373
1502
  <CmdSystemMessage ref="CmdSystemMessage" v-bind="cmdSystemMessageSettingsData"
1374
1503
  :iconMessage="{ iconClass: 'icon-error-circle', show: true }">
1375
- <ul>
1376
- <li>Error #1</li>
1377
- <li>Error #2</li>
1378
- <li>Error #3</li>
1379
- </ul>
1380
1504
  </CmdSystemMessage>
1381
1505
  </CmdWidthLimitationWrapper>
1382
1506
  <!-- end system-message --------------------------------------------------------------------------------------------------->
@@ -1420,6 +1544,18 @@
1420
1544
  </CmdWidthLimitationWrapper>
1421
1545
  <!-- end tabs --------------------------------------------------------------------------------------------------->
1422
1546
 
1547
+ <!-- begin tags --------------------------------------------------------------------------------------------------->
1548
+ <CmdWidthLimitationWrapper>
1549
+ <h2 class="headline-demopage" id="section-tag">
1550
+ <span>Tag</span>
1551
+ <a href="#" class="button small icon-cog" title="Open Component Settings"
1552
+ @click.prevent="openSettingsSidebar('CmdTag')">
1553
+ </a>
1554
+ </h2>
1555
+ <CmdTag ref="CmdTag" v-bind="cmdTagSettingsData" />
1556
+ </CmdWidthLimitationWrapper>
1557
+ <!-- end tags --------------------------------------------------------------------------------------------------->
1558
+
1423
1559
  <!-- begin text-image-block --------------------------------------------------------------------------------------------------->
1424
1560
  <CmdWidthLimitationWrapper>
1425
1561
  <h2 class="headline-demopage" id="section-text-image-block">
@@ -1537,7 +1673,7 @@
1537
1673
  <a href="#" class="button small icon-cog" title="Open Component Settings"
1538
1674
  @click.prevent="openSettingsSidebar('CmdWidthLimitationWrapper')"></a>
1539
1675
  </h2>
1540
- <CmdWidthLimitationWrapper style="border: 1px dotted gray" ref="CmdWidthLimitationWrapper"
1676
+ <CmdWidthLimitationWrapper style="border: 1px dashed var(--color-gray-30)" ref="CmdWidthLimitationWrapper"
1541
1677
  v-bind="cmdWidthLimitationWrapperSettingsData">
1542
1678
  <p>Slot-content</p>
1543
1679
  <p>Slot-content</p>
@@ -1617,6 +1753,7 @@ import inputGroupRadiobuttonsData from '@/assets/data/input-group-radiobuttons.j
1617
1753
  import inputGroupReplacedRadiobuttonsData from '@/assets/data/input-group-replaced-radiobuttons.json'
1618
1754
  import inputGroupToggleSwitchRadiobuttonsData from '@/assets/data/input-group-toggle-switch-radiobuttons.json'
1619
1755
  import listData from '@/assets/data/list.json'
1756
+ import descriptionListData from '@/assets/data/list-description-list.json'
1620
1757
  import listOfTagsData from '@/assets/data/list-of-tags.json'
1621
1758
  import switchLanguage from '@/assets/data/switch-language.json'
1622
1759
  import mailToolData from '@/assets/data/mail-tool.json'
@@ -1664,7 +1801,7 @@ export default {
1664
1801
  },
1665
1802
  data() {
1666
1803
  return {
1667
- smartSearchObject: {},
1804
+ smartSearchObject: {id: 3, displayValue: "smartSearchDisplayValue"},
1668
1805
  smartSearchString: "",
1669
1806
  selectedLanguage: "none",
1670
1807
  fancyBoxCookieDisclaimer: false,
@@ -1816,6 +1953,7 @@ export default {
1816
1953
  switchLanguage,
1817
1954
  listData,
1818
1955
  listOfTagsData,
1956
+ descriptionListData,
1819
1957
  multistepsData,
1820
1958
  mailToolData,
1821
1959
  navigationData,
@@ -2,8 +2,9 @@
2
2
  {
3
3
  "name": "Product name 1",
4
4
  "image": {
5
- "src": "media/images/demo-images/medium/landscape-01.jpg",
6
- "alt": "Alternative text"
5
+ "src": "/media/images/demo-images/medium/landscape-01.jpg",
6
+ "alt": "Alternative text",
7
+ "figcaption": "Product name 1"
7
8
  },
8
9
  "articleNumber": "AB12345",
9
10
  "price": 123.45,
@@ -14,8 +15,9 @@
14
15
  {
15
16
  "name": "Product name 2",
16
17
  "image": {
17
- "src": "media/images/demo-images/medium/landscape-02.jpg",
18
- "alt": "Alternative text"
18
+ "src": "/media/images/demo-images/medium/landscape-02.jpg",
19
+ "alt": "Alternative text",
20
+ "figcaption": "Product name 2"
19
21
  },
20
22
  "articleNumber": "AB12346",
21
23
  "price": 123.46,
@@ -26,8 +28,9 @@
26
28
  {
27
29
  "name": "Product name 3",
28
30
  "image": {
29
- "src": "media/images/demo-images/medium/landscape-03.jpg",
30
- "alt": "Alternative text"
31
+ "src": "/media/images/demo-images/medium/landscape-03.jpg",
32
+ "alt": "Alternative text",
33
+ "figcaption": "Product name 3"
31
34
  },
32
35
  "articleNumber": "AB12347",
33
36
  "price": 123.47,
@@ -38,8 +41,9 @@
38
41
  {
39
42
  "name": "Product name 4",
40
43
  "image": {
41
- "src": "media/images/demo-images/medium/landscape-04.jpg",
42
- "alt": "Alternative text"
44
+ "src": "/media/images/demo-images/medium/landscape-04.jpg",
45
+ "alt": "Alternative text",
46
+ "figcaption": "Product name 4"
43
47
  },
44
48
  "articleNumber": "AB12348",
45
49
  "price": 123.48,
@@ -50,8 +54,9 @@
50
54
  {
51
55
  "name": "Product name 5",
52
56
  "image": {
53
- "src": "media/images/demo-images/medium/landscape-05.jpg",
54
- "alt": "Alternative text"
57
+ "src": "/media/images/demo-images/medium/landscape-05.jpg",
58
+ "alt": "Alternative text",
59
+ "figcaption": "Product name 5"
55
60
  },
56
61
  "articleNumber": "AB12349",
57
62
  "price": 123.49,
@@ -5,7 +5,7 @@
5
5
  "gender": "m",
6
6
  "image": {
7
7
  "src": "/media/images/user-images/fake-user-1.jpg",
8
- "altText": "Alt text"
8
+ "alt": "Alt text"
9
9
  },
10
10
  "profession": "User profession",
11
11
  "position": "User position",
@@ -41,7 +41,7 @@
41
41
  }
42
42
  },
43
43
  {
44
- "path": "https://www.comand-cms.com",
44
+ "path": "https://www.comand-ui.com",
45
45
  "target": "comand",
46
46
  "icon": {
47
47
  "iconClass": "icon-globe",
@@ -56,7 +56,7 @@
56
56
  "gender": "m",
57
57
  "image": {
58
58
  "src": "/media/images/user-images/fake-user-3.jpg",
59
- "altText": "Alt text"
59
+ "alt": "Alt text"
60
60
  },
61
61
  "profession": "User profession",
62
62
  "position": "User position",
@@ -70,7 +70,7 @@
70
70
  }
71
71
  },
72
72
  {
73
- "path": "https://www.comand-cms.com",
73
+ "path": "https://www.comand-ui.com",
74
74
  "target": "comand",
75
75
  "icon": {
76
76
  "iconClass": "icon-globe",
@@ -92,7 +92,7 @@
92
92
  "gender": "m",
93
93
  "image": {
94
94
  "src": "/media/images/user-images/fake-user-4.jpg",
95
- "altText": "Alt text"
95
+ "alt": "Alt text"
96
96
  },
97
97
  "profession": "User profession",
98
98
  "position": "User position",
@@ -106,7 +106,7 @@
106
106
  }
107
107
  },
108
108
  {
109
- "path": "https://www.comand-cms.com",
109
+ "path": "https://www.comand-ui.com",
110
110
  "target": "comand",
111
111
  "icon": {
112
112
  "iconClass": "icon-globe",
@@ -128,7 +128,7 @@
128
128
  "gender": "m",
129
129
  "image": {
130
130
  "src": "/media/images/user-images/fake-user-5.jpg",
131
- "altText": "Alt text"
131
+ "alt": "Alt text"
132
132
  },
133
133
  "profession": "User profession",
134
134
  "position": "User position",
@@ -142,7 +142,7 @@
142
142
  }
143
143
  },
144
144
  {
145
- "path": "https://www.comand-cms.com",
145
+ "path": "https://www.comand-ui.com",
146
146
  "target": "comand",
147
147
  "icon": {
148
148
  "iconClass": "icon-globe",
@@ -0,0 +1,74 @@
1
+ {
2
+ "text": [
3
+ {
4
+ "descriptionTerm": {
5
+ "text": "Description Term #1"
6
+ },
7
+ "descriptionData": {
8
+ "text": "Description Data #1"
9
+ }
10
+ },
11
+ {
12
+ "descriptionTerm": {
13
+ "text": "Description Term #2"
14
+ },
15
+ "descriptionData": {
16
+ "text": "Description Data #2"
17
+ }
18
+ },
19
+ {
20
+ "descriptionTerm": {
21
+ "text": "Description Term #3"
22
+ },
23
+ "descriptionData": {
24
+ "text": "Description Data #3"
25
+ }
26
+ }
27
+ ],
28
+ "icons": [
29
+ {
30
+ "descriptionTerm": {
31
+ "cmdIcon": {
32
+ "show": true,
33
+ "iconClass": "icon-home",
34
+ "tooltip": "Href with anchor"
35
+ }
36
+ },
37
+ "descriptionData": {
38
+ "cmdLink": {
39
+ "linkType": "href",
40
+ "text": "Description data in link ",
41
+ "path": "#anchor-back-to-top"
42
+ }
43
+ }
44
+ },
45
+ {
46
+ "descriptionTerm": {
47
+ "cmdIcon": {
48
+ "show": true,
49
+ "iconClass": "icon-user-profile",
50
+ "tooltip": "Href with anchor"
51
+ }
52
+ },
53
+ "descriptionData": {
54
+ "text": "Data without link"
55
+ }
56
+ },
57
+ {
58
+ "descriptionTerm": {
59
+ "cmdIcon": {
60
+ "show": true,
61
+ "iconClass": "icon-phone",
62
+ "tooltip": "Href with anchor"
63
+ }
64
+ },
65
+ "descriptionData": {
66
+ "cmdLink": {
67
+ "linkType": "href",
68
+ "text": "Description data in link",
69
+ "path": "#anchor-back-to-top"
70
+ }
71
+ }
72
+ }
73
+ ]
74
+ }
@@ -29,6 +29,7 @@
29
29
  "PageFooter",
30
30
  "PageHeader",
31
31
  "Pagination",
32
+ "Paragraph",
32
33
  "Section",
33
34
  "SiteFooter",
34
35
  "SiteHeader",
@@ -39,7 +40,8 @@
39
40
  "SwitchLanguage",
40
41
  "SystemMessage",
41
42
  "Tables",
42
- "Tags",
43
+ "Tabs",
44
+ "Tag",
43
45
  "TextImageBlock",
44
46
  "ThumbnailScroller",
45
47
  "ToggleDarkMode",
@@ -49,7 +49,7 @@
49
49
  "tooltip": "Send mail"
50
50
  },
51
51
  {
52
- "path": "https://www.comand-cms.com",
52
+ "path": "https://www.comand-ui.com",
53
53
  "target": "comand",
54
54
  "iconClass": "icon-globe",
55
55
  "tooltip": "Visit website"
@@ -74,7 +74,7 @@
74
74
  "tooltip": "Send mail"
75
75
  },
76
76
  {
77
- "path": "https://www.comand-cms.com",
77
+ "path": "https://www.comand-ui.com",
78
78
  "target": "comand",
79
79
  "iconClass": "icon-globe",
80
80
  "tooltip": "Visit website"
@@ -104,7 +104,7 @@
104
104
  "tooltip": "Send mail"
105
105
  },
106
106
  {
107
- "path": "https://www.comand-cms.com",
107
+ "path": "https://www.comand-ui.com",
108
108
  "target": "comand",
109
109
  "iconClass": "icon-globe",
110
110
  "tooltip": "Visit website"
@@ -134,7 +134,7 @@
134
134
  "tooltip": "Send mail"
135
135
  },
136
136
  {
137
- "path": "https://www.comand-cms.com",
137
+ "path": "https://www.comand-ui.com",
138
138
  "target": "comand",
139
139
  "iconClass": "icon-globe",
140
140
  "tooltip": "Visit website"
@@ -199,7 +199,7 @@
199
199
  "tooltip": "Send mail"
200
200
  },
201
201
  {
202
- "path": "https://www.comand-cms.com",
202
+ "path": "https://www.comand-ui.com",
203
203
  "target": "comand",
204
204
  "iconClass": "icon-globe",
205
205
  "tooltip": "Visit website"
@@ -224,7 +224,7 @@
224
224
  "tooltip": "Send mail"
225
225
  },
226
226
  {
227
- "path": "https://www.comand-cms.com",
227
+ "path": "https://www.comand-ui.com",
228
228
  "target": "comand",
229
229
  "iconClass": "icon-globe",
230
230
  "tooltip": "Visit website"
@@ -254,7 +254,7 @@
254
254
  "tooltip": "Send mail"
255
255
  },
256
256
  {
257
- "path": "https://www.comand-cms.com",
257
+ "path": "https://www.comand-ui.com",
258
258
  "target": "comand",
259
259
  "iconClass": "icon-globe",
260
260
  "tooltip": "Visit website"
@@ -284,7 +284,7 @@
284
284
  "tooltip": "Send mail"
285
285
  },
286
286
  {
287
- "path": "https://www.comand-cms.com",
287
+ "path": "https://www.comand-ui.com",
288
288
  "target": "comand",
289
289
  "iconClass": "icon-globe",
290
290
  "tooltip": "Visit website"