comand-component-library 4.3.13 → 4.3.14

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.
@@ -1681,7 +1681,7 @@ const Ce = /* @__PURE__ */ I(na, [["render", ba]]), J = {
1681
1681
  */
1682
1682
  textAlign: {
1683
1683
  type: String,
1684
- default: "left",
1684
+ required: !1,
1685
1685
  validator(e) {
1686
1686
  return e === "left" || e === "center" || e === "right";
1687
1687
  }
@@ -21137,7 +21137,7 @@ const Nx = /* @__PURE__ */ I(Rx, [["render", jx]]), Ux = [
21137
21137
  text: "Zimbabwe",
21138
21138
  value: "zw"
21139
21139
  }
21140
- ], a1 = "comand-component-library", s1 = "4.3.13", r1 = "GPL-3.0-only", d1 = "CoManD-UI", u1 = "module", c1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, m1 = ["dist", "src"], p1 = { ".": "./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" }, f1 = { "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" }, h1 = { "@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" }, g1 = {
21140
+ ], a1 = "comand-component-library", s1 = "4.3.14", r1 = "GPL-3.0-only", d1 = "CoManD-UI", u1 = "module", c1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, m1 = ["dist", "src"], p1 = { ".": "./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" }, f1 = { "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" }, h1 = { "@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" }, g1 = {
21141
21141
  name: a1,
21142
21142
  version: s1,
21143
21143
  license: r1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.3.13",
3
+ "version": "4.3.14",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -180,7 +180,7 @@ export default {
180
180
  */
181
181
  textAlign: {
182
182
  type: String,
183
- default: "left",
183
+ required: false,
184
184
  validator(value) {
185
185
  return value === "left" ||
186
186
  value === "center" ||