@omniaz/vue-component-library 0.1.3 → 0.1.4
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/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
- make changes to package code if needed,
|
|
4
4
|
- run `npm adduser` to login to your npm account (create it if needed),
|
|
5
5
|
- change `version` in `package.json`,
|
|
6
|
+
- run `npm run build`,
|
|
6
7
|
- execute `npm publish --access public` to publish new version of the package.
|
|
7
8
|
|
|
8
9
|
### Testing local version of the package in other project:
|
|
@@ -59188,8 +59188,8 @@ const dEe = ["innerHTML"], hEe = { class: "flex flex-wrap md:flex-nowrap items-s
|
|
|
59188
59188
|
} else if (r.rowClickRoute) {
|
|
59189
59189
|
const te = r.rowClickRoute(se);
|
|
59190
59190
|
te && (r.rowClickTarget === "blank" ? window.open(te, "_blank") : $l.visit(te));
|
|
59191
|
-
}
|
|
59192
|
-
|
|
59191
|
+
}
|
|
59192
|
+
r.rowClickCallback && r.rowClickCallback(se);
|
|
59193
59193
|
}, A = Wne(() => {
|
|
59194
59194
|
r.ajaxUrl && (u.value = 0, N());
|
|
59195
59195
|
}, 500), x = (se) => {
|