comand-component-library 4.2.54 → 4.2.55

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.
@@ -7098,9 +7098,9 @@ function ru(e, t, n, s, i, l) {
7098
7098
  p(f, {
7099
7099
  tagText: S,
7100
7100
  highlightLevel: n.highlightLevel,
7101
- removeTagByClick: !0,
7101
+ removeTagByClick: n.removeTagByClick,
7102
7102
  onClick: _((D) => l.removeTag(e.event, T), ["prevent"])
7103
- }, null, 8, ["tagText", "highlightLevel", "onClick"])
7103
+ }, null, 8, ["tagText", "highlightLevel", "removeTagByClick", "onClick"])
7104
7104
  ]))), 128))
7105
7105
  ]) : m("", !0)
7106
7106
  ]),
@@ -21182,7 +21182,7 @@ const Vx = /* @__PURE__ */ F(Mx, [["render", Fx]]), Ax = [
21182
21182
  text: "Zimbabwe",
21183
21183
  value: "zw"
21184
21184
  }
21185
- ], QC = "comand-component-library", XC = "4.2.54", $C = "GPL-3.0-only", e1 = "CoManD-UI", t1 = "module", n1 = {
21185
+ ], QC = "comand-component-library", XC = "4.2.55", $C = "GPL-3.0-only", e1 = "CoManD-UI", t1 = "module", n1 = {
21186
21186
  prepublishOnly: "npm run build-lib",
21187
21187
  dev: "vite",
21188
21188
  build: "vite build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.2.54",
3
+ "version": "4.2.55",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -73,7 +73,7 @@
73
73
  <CmdTag
74
74
  :tagText="tag"
75
75
  :highlightLevel="highlightLevel"
76
- :removeTagByClick="true"
76
+ :removeTagByClick="removeTagByClick"
77
77
  @click.prevent="removeTag(event, index)"
78
78
  />
79
79
  <!-- end CmdTag -->