comand-component-library 4.3.4 → 4.3.5

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.
@@ -2800,7 +2800,7 @@ const Kt = {
2800
2800
  */
2801
2801
  showStatusIcon: {
2802
2802
  type: Boolean,
2803
- default: !0
2803
+ default: !1
2804
2804
  },
2805
2805
  /**
2806
2806
  * native button
@@ -4233,7 +4233,7 @@ const mr = /* @__PURE__ */ I(ar, [["render", cr]]), pr = {
4233
4233
  */
4234
4234
  showStatusIcon: {
4235
4235
  type: Boolean,
4236
- default: !0
4236
+ default: !1
4237
4237
  },
4238
4238
  /**
4239
4239
  * on/off-, yes/no-color-styling
@@ -4626,7 +4626,7 @@ const Yt = /* @__PURE__ */ I(pr, [["render", wr]]), Tr = {
4626
4626
  */
4627
4627
  showStatusIcon: {
4628
4628
  type: Boolean,
4629
- default: !0
4629
+ default: !1
4630
4630
  },
4631
4631
  /**
4632
4632
  * path to flag-files (will be combined with flag isoCode to load svg)
@@ -20970,7 +20970,7 @@ const Mx = /* @__PURE__ */ I(Fx, [["render", Px]]), Vx = [
20970
20970
  text: "Zimbabwe",
20971
20971
  value: "zw"
20972
20972
  }
20973
- ], XC = "comand-component-library", $C = "4.3.4", e1 = "GPL-3.0-only", t1 = "CoManD-UI", n1 = "module", i1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, l1 = ["dist", "src"], o1 = { ".": "./dist/comand-component-library.js", "./css.js": "./src/css.js", "./comand-component-library.css": "./dist/comand-component-library.css", "./variables.scss": "./src/assets/styles/variables.scss", "./export-example-data.js": "./src/assets/data/export-example-data.js", "./countries.json": "./src/assets/lists-of-data/countries.json", "./currencies.json": "./src/assets/lists-of-data/currencies.json", "./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json", "./us-cities.json": "./src/assets/lists-of-data/us-cities.json" }, a1 = { "clickout-event": "^1.1.2", "comand-frontend-framework": "^4.3.29", "comand-ui-iconfonts": "^1.0.19", "core-js": "^3.20.1", prismjs: "^1.27.0", vue: "^3.5.25", "vue-router": "^4.0.12", vuex: "^4.0.2" }, s1 = { "@iconify/vue": "^4.0.0", "@vitejs/plugin-vue": "^6.0.2", "@vue/test-utils": "^2.0.0-0", axios: "^1.7.2", gulp: "^4.0.2", sass: "^1.54.9", "unplugin-vue-components": "^0.24.0", vite: "^7.2.4", "vue-jest": "^5.0.0-0" }, r1 = {
20973
+ ], XC = "comand-component-library", $C = "4.3.5", e1 = "GPL-3.0-only", t1 = "CoManD-UI", n1 = "module", i1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, l1 = ["dist", "src"], o1 = { ".": "./dist/comand-component-library.js", "./css.js": "./src/css.js", "./comand-component-library.css": "./dist/comand-component-library.css", "./variables.scss": "./src/assets/styles/variables.scss", "./export-example-data.js": "./src/assets/data/export-example-data.js", "./countries.json": "./src/assets/lists-of-data/countries.json", "./currencies.json": "./src/assets/lists-of-data/currencies.json", "./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json", "./us-cities.json": "./src/assets/lists-of-data/us-cities.json" }, a1 = { "clickout-event": "^1.1.2", "comand-frontend-framework": "^4.3.29", "comand-ui-iconfonts": "^1.0.19", "core-js": "^3.20.1", prismjs: "^1.27.0", vue: "^3.5.25", "vue-router": "^4.0.12", vuex: "^4.0.2" }, s1 = { "@iconify/vue": "^4.0.0", "@vitejs/plugin-vue": "^6.0.2", "@vue/test-utils": "^2.0.0-0", axios: "^1.7.2", gulp: "^4.0.2", sass: "^1.54.9", "unplugin-vue-components": "^0.24.0", vite: "^7.2.4", "vue-jest": "^5.0.0-0" }, r1 = {
20974
20974
  name: XC,
20975
20975
  version: $C,
20976
20976
  license: e1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.3.4",
3
+ "version": "4.3.5",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -312,7 +312,7 @@ export default {
312
312
  */
313
313
  showStatusIcon: {
314
314
  type: Boolean,
315
- default: true
315
+ default: false
316
316
  },
317
317
  /**
318
318
  * path to flag-files (will be combined with flag isoCode to load svg)
@@ -381,7 +381,7 @@ export default {
381
381
  */
382
382
  showStatusIcon: {
383
383
  type: Boolean,
384
- default: true
384
+ default: false
385
385
  },
386
386
  /**
387
387
  * native button
@@ -131,7 +131,7 @@ export default {
131
131
  */
132
132
  showStatusIcon: {
133
133
  type: Boolean,
134
- default: true
134
+ default: false
135
135
  },
136
136
  /**
137
137
  * on/off-, yes/no-color-styling