@weni/unnnic-system 2.0.23 → 2.0.24
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/CHANGELOG.md +6 -0
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +12 -7
- package/dist/unnnic.umd.js +12 -12
- package/package.json +1 -1
- package/src/components/TableNext/TableNext.vue +9 -3
- package/src/stories/TableNext.stories.js +1 -0
package/dist/unnnic.mjs
CHANGED
|
@@ -69213,11 +69213,16 @@ const TJ = {
|
|
|
69213
69213
|
type: Number,
|
|
69214
69214
|
default: 1
|
|
69215
69215
|
},
|
|
69216
|
+
paginationInterval: {
|
|
69217
|
+
type: Number,
|
|
69218
|
+
default: 1
|
|
69219
|
+
},
|
|
69216
69220
|
isLoading: {
|
|
69217
69221
|
type: Boolean,
|
|
69218
69222
|
default: !1
|
|
69219
69223
|
}
|
|
69220
69224
|
},
|
|
69225
|
+
emits: ["update:pagination"],
|
|
69221
69226
|
data() {
|
|
69222
69227
|
return {
|
|
69223
69228
|
defaultTranslations: {
|
|
@@ -69234,7 +69239,7 @@ const TJ = {
|
|
|
69234
69239
|
return this.rows.length === 0 ? 0 : this.paginationTotal;
|
|
69235
69240
|
}
|
|
69236
69241
|
}
|
|
69237
|
-
}, SJ = (e) => (z1("data-v-
|
|
69242
|
+
}, SJ = (e) => (z1("data-v-276e3d21"), e = e(), T1(), e), BJ = { class: "unnnic-table-next" }, NJ = { class: "unnnic-table-next__header" }, HJ = { class: "unnnic-table-next__header-row" }, jJ = { class: "unnnic-table-next__body" }, IJ = {
|
|
69238
69243
|
key: 0,
|
|
69239
69244
|
class: "unnnic-table-next__body-row"
|
|
69240
69245
|
}, EJ = /* @__PURE__ */ SJ(() => /* @__PURE__ */ c("img", {
|
|
@@ -69269,13 +69274,13 @@ function YJ(e, i, n, s, r, o) {
|
|
|
69269
69274
|
href: p.link.url,
|
|
69270
69275
|
target: p.link.target || "_blank"
|
|
69271
69276
|
}, [
|
|
69272
|
-
(u(!0), m(Q, null, X(p.content, (_
|
|
69273
|
-
key: _ +
|
|
69277
|
+
(u(!0), m(Q, null, X(p.content, (_) => (u(), Z(l, {
|
|
69278
|
+
key: _ + w,
|
|
69274
69279
|
class: "unnnic-table-next__body-cell",
|
|
69275
69280
|
cell: _
|
|
69276
69281
|
}, null, 8, ["cell"]))), 128))
|
|
69277
|
-
], 8, VJ)) : (u(!0), m(Q, { key: 1 }, X(p.content, (_
|
|
69278
|
-
key: _ +
|
|
69282
|
+
], 8, VJ)) : (u(!0), m(Q, { key: 1 }, X(p.content, (_) => (u(), Z(l, {
|
|
69283
|
+
key: _ + w,
|
|
69279
69284
|
class: "unnnic-table-next__body-cell",
|
|
69280
69285
|
cell: _
|
|
69281
69286
|
}, null, 8, ["cell"]))), 128))
|
|
@@ -69288,12 +69293,12 @@ function YJ(e, i, n, s, r, o) {
|
|
|
69288
69293
|
O(h, {
|
|
69289
69294
|
modelValue: n.pagination,
|
|
69290
69295
|
total: o.treatedPaginationTotal,
|
|
69291
|
-
interval: n.
|
|
69296
|
+
interval: n.paginationInterval,
|
|
69292
69297
|
"onUpdate:modelValue": i[0] || (i[0] = (p) => e.$emit("update:pagination", p))
|
|
69293
69298
|
}, null, 8, ["modelValue", "total", "interval"])
|
|
69294
69299
|
]);
|
|
69295
69300
|
}
|
|
69296
|
-
const ZJ = /* @__PURE__ */ C(TJ, [["render", YJ], ["__scopeId", "data-v-
|
|
69301
|
+
const ZJ = /* @__PURE__ */ C(TJ, [["render", YJ], ["__scopeId", "data-v-276e3d21"]]), Ia = {
|
|
69297
69302
|
unnnicFormElement: Zc,
|
|
69298
69303
|
unnnicInput: Ka,
|
|
69299
69304
|
unnnicInputDatePicker: _O,
|