@iankibetsh/shframework 5.1.8 → 5.1.9

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/library.js CHANGED
@@ -4540,7 +4540,7 @@ return (_ctx, _cache) => {
4540
4540
  ? (vue.openBlock(), vue.createElementBlock("button", {
4541
4541
  key: 3,
4542
4542
  title: __props.action.title,
4543
- class: vue.normalizeClass(__props.action.class ? __props.action.class:'btn btn-default ' + __props.actionClass),
4543
+ class: vue.normalizeClass(__props.action.class ? __props.action.class+' btn':'btn btn-default ' + __props.actionClass),
4544
4544
  onClick: _cache[6] || (_cache[6] = $event => (doEmitAction(__props.action.emits, __props.record)))
4545
4545
  }, [
4546
4546
  (__props.action.icon)
package/dist/library.mjs CHANGED
@@ -4528,7 +4528,7 @@ return (_ctx, _cache) => {
4528
4528
  ? (openBlock(), createElementBlock("button", {
4529
4529
  key: 3,
4530
4530
  title: __props.action.title,
4531
- class: normalizeClass(__props.action.class ? __props.action.class:'btn btn-default ' + __props.actionClass),
4531
+ class: normalizeClass(__props.action.class ? __props.action.class+' btn':'btn btn-default ' + __props.actionClass),
4532
4532
  onClick: _cache[6] || (_cache[6] = $event => (doEmitAction(__props.action.emits, __props.record)))
4533
4533
  }, [
4534
4534
  (__props.action.icon)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "5.1.8",
3
+ "version": "5.1.9",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",