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:
|
|
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:
|
|
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:
|
|
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:
|
|
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.
|
|
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