@amirjalili1374/ui-kit 1.5.60 → 1.5.61
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/ui-kit.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +2 -2
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
package/dist/ui-kit.es.js
CHANGED
|
@@ -19572,7 +19572,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19572
19572
|
(openBlock(true), createElementBlock(Fragment, null, renderList(getRoutesForItem(item), (routePath, routeKey) => {
|
|
19573
19573
|
return openBlock(), createBlock(VBtn, {
|
|
19574
19574
|
key: routeKey,
|
|
19575
|
-
color: "
|
|
19575
|
+
color: "primary",
|
|
19576
19576
|
size: "small",
|
|
19577
19577
|
class: "me-2",
|
|
19578
19578
|
onClick: ($event) => goToRoute(routeKey, item)
|
|
@@ -19604,7 +19604,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19604
19604
|
}, [
|
|
19605
19605
|
!action.condition || action.condition(item) ? (openBlock(), createBlock(VBtn, {
|
|
19606
19606
|
key: 0,
|
|
19607
|
-
color: "
|
|
19607
|
+
color: "primary",
|
|
19608
19608
|
size: "small",
|
|
19609
19609
|
class: "me-2",
|
|
19610
19610
|
onClick: ($event) => openCustomActionDialog(action, item)
|