@snabcentr/vue-ui-lib 3.5.10 → 3.5.11
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.
package/dist/manifest.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "index",
|
|
5
5
|
"src": "src/index.ts",
|
|
6
6
|
"isEntry": true,
|
|
7
|
-
"integrity": "sha384-
|
|
7
|
+
"integrity": "sha384-eFDfKG8H8dmqTKmxLWb/UV+qq2l+Rq+yMkQkkcfVAHVR/HEpPYp68onp4lEDLymt"
|
|
8
8
|
},
|
|
9
9
|
"style.css": {
|
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/sc-vue-ui-lib.js
CHANGED
|
@@ -21315,7 +21315,7 @@ const D0 = { class: "flex max-w-[50rem] flex-col gap-3" }, N0 = {}, H0 = /* @__P
|
|
|
21315
21315
|
loading: { type: Boolean, default: !1 },
|
|
21316
21316
|
client: { default: void 0 },
|
|
21317
21317
|
filteredItems: { default: void 0 },
|
|
21318
|
-
isCategoryItemSelected: { type: [Boolean, String, Function] },
|
|
21318
|
+
isCategoryItemSelected: { type: [Boolean, String, Function], default: void 0 },
|
|
21319
21319
|
showCategoryHideForClientButton: { type: [Boolean, String, Function] },
|
|
21320
21320
|
showCategoryRequiredButton: { type: [Boolean, String, Function] },
|
|
21321
21321
|
showCategoryPinButton: { type: [Boolean, String, Function] },
|
|
@@ -21331,7 +21331,7 @@ const D0 = { class: "flex max-w-[50rem] flex-col gap-3" }, N0 = {}, H0 = /* @__P
|
|
|
21331
21331
|
allowPriceClick: { type: [Boolean, Function], default: !1 },
|
|
21332
21332
|
showPriceHistory: { type: [Boolean, Function], default: !1 },
|
|
21333
21333
|
showCostDate: { type: [Boolean, Function], default: !1 },
|
|
21334
|
-
isProductItemSelected: {},
|
|
21334
|
+
isProductItemSelected: { type: Function, default: void 0 },
|
|
21335
21335
|
showProductAddToCartButton: { type: [Boolean, String, Function], default: !1 },
|
|
21336
21336
|
showProductRequiredButton: { type: [Boolean, String, Function] },
|
|
21337
21337
|
showProductEditButton: { type: [Boolean, String, Function], default: !1 },
|