comand-component-library 4.2.31 → 4.2.32

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.
@@ -9366,7 +9366,7 @@ const Sm = /* @__PURE__ */ F(Cm, [["render", Tm]]), _m = {
9366
9366
  *
9367
9367
  * component cannot handle native disabled-attribute, because it is no native form-element
9368
9368
  */
9369
- disabled: {
9369
+ disableGroup: {
9370
9370
  type: Boolean,
9371
9371
  default: !1
9372
9372
  }
@@ -9433,7 +9433,7 @@ function Pm(e, t, n, s, i, l) {
9433
9433
  {
9434
9434
  inline: n.labelInline,
9435
9435
  "multiple-switch": n.multipleSwitch,
9436
- disabled: n.disabled,
9436
+ disabled: n.disableGroup,
9437
9437
  "toggle-switches": n.toggleSwitches,
9438
9438
  "has-state": e.validationStatus
9439
9439
  }
@@ -9490,7 +9490,7 @@ function Pm(e, t, n, s, i, l) {
9490
9490
  name: c.name,
9491
9491
  value: c.value,
9492
9492
  "onUpdate:modelValue": t[1] || (t[1] = (f) => l.inputValue = f),
9493
- disabled: n.disabled,
9493
+ disabled: c.disabled,
9494
9494
  class: x({ "replace-input-type": n.replaceInputType })
9495
9495
  }, null, 10, Fm), [
9496
9496
  [Rl, l.inputValue]
@@ -18882,60 +18882,60 @@ const px = /* @__PURE__ */ F(cx, [["render", mx]]), fx = [
18882
18882
  outbox: Gx
18883
18883
  }, Yx = [
18884
18884
  {
18885
- type: "href",
18885
+ linkType: "href",
18886
18886
  path: "#",
18887
18887
  text: "Contact",
18888
18888
  tooltip: "This is a tooltip for step 1",
18889
18889
  iconClass: "icon-address"
18890
18890
  },
18891
18891
  {
18892
- type: "href",
18892
+ linkType: "href",
18893
18893
  path: "#",
18894
18894
  text: "Settings",
18895
18895
  iconClass: "icon-configuration"
18896
18896
  },
18897
18897
  {
18898
- type: "href",
18898
+ linkType: "href",
18899
18899
  path: "#",
18900
18900
  text: "Attachments",
18901
18901
  iconClass: "icon-attachment"
18902
18902
  },
18903
18903
  {
18904
- type: "href",
18904
+ linkType: "href",
18905
18905
  path: "#",
18906
18906
  text: "Terms and Conditions",
18907
18907
  iconClass: "icon-section-sign"
18908
18908
  },
18909
18909
  {
18910
- type: "href",
18910
+ linkType: "href",
18911
18911
  path: "#",
18912
18912
  text: "Summary",
18913
18913
  iconClass: "icon-rows"
18914
18914
  }
18915
18915
  ], Jx = [
18916
18916
  {
18917
- type: "href",
18917
+ linkType: "href",
18918
18918
  path: "#",
18919
18919
  text: "Contact",
18920
18920
  tooltip: "This is a tooltip for step 1"
18921
18921
  },
18922
18922
  {
18923
- type: "href",
18923
+ linkType: "href",
18924
18924
  path: "#",
18925
18925
  text: "Settings"
18926
18926
  },
18927
18927
  {
18928
- type: "href",
18928
+ linkType: "href",
18929
18929
  path: "#",
18930
18930
  text: "Attachments"
18931
18931
  },
18932
18932
  {
18933
- type: "href",
18933
+ linkType: "href",
18934
18934
  path: "#",
18935
18935
  text: "Terms and Conditions"
18936
18936
  },
18937
18937
  {
18938
- type: "href",
18938
+ linkType: "href",
18939
18939
  path: "#",
18940
18940
  text: "Summary"
18941
18941
  }
@@ -20456,7 +20456,7 @@ const px = /* @__PURE__ */ F(cx, [["render", mx]]), fx = [
20456
20456
  text: "Zimbabwe",
20457
20457
  value: "zw"
20458
20458
  }
20459
- ], _C = "comand-component-library", OC = "4.2.31", LC = "GPL-3.0-only", IC = "CoManD-UI", BC = "module", DC = {
20459
+ ], _C = "comand-component-library", OC = "4.2.32", LC = "GPL-3.0-only", IC = "CoManD-UI", BC = "module", DC = {
20460
20460
  prepublishOnly: "npm run build-lib",
20461
20461
  dev: "vite",
20462
20462
  build: "vite build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.2.31",
3
+ "version": "4.2.32",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "withIcon": [
3
3
  {
4
- "type": "href",
4
+ "linkType": "href",
5
5
  "path": "#",
6
6
  "text": "Contact",
7
7
  "tooltip": "This is a tooltip for step 1",
8
8
  "iconClass": "icon-address"
9
9
  },
10
10
  {
11
- "type": "href",
11
+ "linkType": "href",
12
12
  "path": "#",
13
13
  "text": "Settings",
14
14
  "iconClass": "icon-configuration"
15
15
  },
16
16
  {
17
- "type": "href",
17
+ "linkType": "href",
18
18
  "path": "#",
19
19
  "text": "Attachments",
20
20
  "iconClass": "icon-attachment"
21
21
  },
22
22
  {
23
- "type": "href",
23
+ "linkType": "href",
24
24
  "path": "#",
25
25
  "text": "Terms and Conditions",
26
26
  "iconClass": "icon-section-sign"
27
27
  },
28
28
  {
29
- "type": "href",
29
+ "linkType": "href",
30
30
  "path": "#",
31
31
  "text": "Summary",
32
32
  "iconClass": "icon-rows"
@@ -34,28 +34,28 @@
34
34
  ],
35
35
  "withoutIcon": [
36
36
  {
37
- "type": "href",
37
+ "linkType": "href",
38
38
  "path": "#",
39
39
  "text": "Contact",
40
40
  "tooltip": "This is a tooltip for step 1"
41
41
  },
42
42
  {
43
- "type": "href",
43
+ "linkType": "href",
44
44
  "path": "#",
45
45
  "text": "Settings"
46
46
  },
47
47
  {
48
- "type": "href",
48
+ "linkType": "href",
49
49
  "path": "#",
50
50
  "text": "Attachments"
51
51
  },
52
52
  {
53
- "type": "href",
53
+ "linkType": "href",
54
54
  "path": "#",
55
55
  "text": "Terms and Conditions"
56
56
  },
57
57
  {
58
- "type": "href",
58
+ "linkType": "href",
59
59
  "path": "#",
60
60
  "text": "Summary"
61
61
  }
@@ -5,7 +5,7 @@
5
5
  {
6
6
  inline: labelInline,
7
7
  'multiple-switch': multipleSwitch,
8
- disabled: disabled,
8
+ disabled: disableGroup,
9
9
  'toggle-switches': toggleSwitches,
10
10
  'has-state': validationStatus
11
11
  }
@@ -57,7 +57,7 @@
57
57
  :name="inputElement.name"
58
58
  :value="inputElement.value"
59
59
  v-model="inputValue"
60
- :disabled="disabled"
60
+ :disabled="inputElement.disabled"
61
61
  :class="{'replace-input-type': replaceInputType}"
62
62
  />
63
63
  <!-- begin CmdIcon -->
@@ -259,7 +259,7 @@ export default {
259
259
  *
260
260
  * component cannot handle native disabled-attribute, because it is no native form-element
261
261
  */
262
- disabled: {
262
+ disableGroup: {
263
263
  type: Boolean,
264
264
  default: false
265
265
  }