comand-component-library 4.0.70 → 4.0.72

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.
@@ -6,7 +6,7 @@
6
6
  <!-- end CmdHeadline -->
7
7
 
8
8
  <div v-if="allowUserToToggleOrientation" class="options-wrapper">
9
- <a v-if="allowUserToToggleOrientation" href="#" @click.prevent="toggleOrientation" :title="rowView ? iconRowView.tooltip : iconGridView.tooltip">
9
+ <a href="#" @click.prevent="toggleOrientation" :title="rowView ? iconRowView.tooltip : iconGridView.tooltip">
10
10
  <!-- begin CmdIcon -->
11
11
  <CmdIcon :iconClass="rowView ? iconGridView.iconClass : iconRowView.iconClass" :type="rowView ? iconGridView.iconType : iconRowView.iconType" />
12
12
  <!-- end CmdIcon -->
@@ -155,7 +155,7 @@ export default {
155
155
  return ""
156
156
  },
157
157
  setInnerClass() {
158
- return "inner-content-wrapper " + this.textAlign + " " + (this.innerClass || "")
158
+ return "inner-text-wrapper " + this.textAlign + " " + (this.innerClass || "")
159
159
  }
160
160
  },
161
161
  methods: {
@@ -3,10 +3,7 @@
3
3
  <template v-for="(segment, index) in segments" :key="index">
4
4
  <!-- begin CmdBoxWrapper -->
5
5
  <CmdBoxWrapper
6
- :boxesPerRow="segment.boxesPerRow"
7
- :useRowViewAsDefault="segment.useRowViewAsDefault"
8
- :useGap="segment.useGap"
9
- :cmdHeadline="segment.cmdHeadline"
6
+ v-bind="segment"
10
7
  >
11
8
  <template v-slot="slotProps">
12
9
  <!-- begin CmdBox -->