comand-component-library 4.0.39 → 4.0.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,9 +5,7 @@
5
5
  <!-- begin cmd-headline -->
6
6
  <CmdHeadline
7
7
  v-if="cmdHeadline"
8
- :pre-headline-text="cmdHeadline.preHeadlineText"
9
- :headline-text="cmdHeadline.headlineText"
10
- :headline-level="cmdHeadline.headlineLevel"
8
+ v-bind="cmdHeadline"
11
9
  />
12
10
  <!-- end cmd-headline -->
13
11
 
@@ -2,7 +2,7 @@
2
2
  <CmdBox
3
3
  :use-slots="['body']"
4
4
  :collapsible="true"
5
- :cmdHeadline="{headlineText: readableName(componentName), headlineLevel: 4, headlineIcon: {iconClass: 'icon-settings-template'}}"
5
+ :cmdHeadline="{headlineText: readableName(componentName), headlineLevel: 4, cmdIcon: {iconClass: 'icon-settings-template'}}"
6
6
  :openCollapsedBox="true"
7
7
  boxBodyClass="settings-body"
8
8
  >
@@ -14,7 +14,7 @@
14
14
  "small pre-headline-text above main-headline"
15
15
  ]
16
16
  },
17
- "headlineIcon": {
17
+ "cmdIcon": {
18
18
  "comments": [
19
19
  "icon-class for icon shown left/before headline"
20
20
  ]