comand-component-library 4.3.6 → 4.3.7

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.
@@ -1659,7 +1659,7 @@ const Ce = /* @__PURE__ */ I(Xo, [["render", fa]]), J = {
1659
1659
  * @allowedValues: "none", "primary", "secondary", "tertiary"
1660
1660
  */
1661
1661
  highlightLevel: {
1662
- type: Boolean,
1662
+ type: String,
1663
1663
  default: "none",
1664
1664
  validator(e) {
1665
1665
  return e === "none" || e === "primary" || e === "secondary" || e === "tertiary";
@@ -7554,7 +7554,7 @@ const fe = /* @__PURE__ */ I(hu, [["render", bu]]), xu = {
7554
7554
  * @allowedValues: "none", "primary", "secondary", "tertiary"
7555
7555
  */
7556
7556
  highlightLevel: {
7557
- type: Boolean,
7557
+ type: String,
7558
7558
  default: "none",
7559
7559
  validator(e) {
7560
7560
  return e === "none" || e === "primary" || e === "secondary" || e === "tertiary";
@@ -11041,7 +11041,7 @@ const Ii = /* @__PURE__ */ I(wp, [["render", Fp]]), Pp = {
11041
11041
  * @allowedValues: "none", "primary", "secondary", "tertiary"
11042
11042
  */
11043
11043
  highlightLevel: {
11044
- type: Boolean,
11044
+ type: String,
11045
11045
  default: "primary",
11046
11046
  validator(e) {
11047
11047
  return e === "none" || e === "primary" || e === "secondary" || e === "tertiary";
@@ -14330,7 +14330,7 @@ const lg = {
14330
14330
  * @allowedValues: "none", "primary", "secondary", "tertiary"
14331
14331
  */
14332
14332
  highlightLevel: {
14333
- type: Boolean,
14333
+ type: String,
14334
14334
  default: "primary",
14335
14335
  validator(e) {
14336
14336
  return e === "none" || e === "primary" || e === "secondary" || e === "tertiary";
@@ -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.6", 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.7", 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.6",
3
+ "version": "4.3.7",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -153,7 +153,7 @@ export default {
153
153
  * @allowedValues: "none", "primary", "secondary", "tertiary"
154
154
  */
155
155
  highlightLevel: {
156
- type: Boolean,
156
+ type: String,
157
157
  default: "none",
158
158
  validator(value) {
159
159
  return value === "none" ||
@@ -64,7 +64,7 @@ export default {
64
64
  * @allowedValues: "none", "primary", "secondary", "tertiary"
65
65
  */
66
66
  highlightLevel: {
67
- type: Boolean,
67
+ type: String,
68
68
  default: "primary",
69
69
  validator(value) {
70
70
  return value === "none" ||
@@ -96,7 +96,7 @@ export default {
96
96
  * @allowedValues: "none", "primary", "secondary", "tertiary"
97
97
  */
98
98
  highlightLevel: {
99
- type: Boolean,
99
+ type: String,
100
100
  default: "primary",
101
101
  validator(value) {
102
102
  return value === "none" ||
@@ -43,7 +43,7 @@ export default {
43
43
  * @allowedValues: "none", "primary", "secondary", "tertiary"
44
44
  */
45
45
  highlightLevel: {
46
- type: Boolean,
46
+ type: String,
47
47
  default: "none",
48
48
  validator(value) {
49
49
  return value === "none" ||