rtcpts 0.0.62 → 0.0.63
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/components/j-q-table/pagination.d.ts +19 -20
- package/dist/index.css +1 -1
- package/dist/rtcpt.cjs.js +1 -1
- package/dist/rtcpt.es.js +6 -6
- package/package.json +1 -1
package/dist/rtcpt.es.js
CHANGED
|
@@ -8863,9 +8863,9 @@ function pd(e, t, n, o, l, r) {
|
|
|
8863
8863
|
"direction-links": "",
|
|
8864
8864
|
"icon-prev": "app:navigation-arrow-left",
|
|
8865
8865
|
"icon-next": "app:navigation-arrow-right",
|
|
8866
|
-
color: "
|
|
8867
|
-
"active-color": "
|
|
8868
|
-
"active-text-color": "
|
|
8866
|
+
color: "black",
|
|
8867
|
+
"active-color": "white",
|
|
8868
|
+
"active-text-color": "black",
|
|
8869
8869
|
ripple: !1
|
|
8870
8870
|
}, null, 8, ["modelValue", "max", "onUpdate:modelValue"]),
|
|
8871
8871
|
w("p", fd, $(e.t("messages.pagination.goto")), 1),
|
|
@@ -9526,9 +9526,9 @@ function Od(e, t, n, o, l, r) {
|
|
|
9526
9526
|
"direction-links": "",
|
|
9527
9527
|
"icon-prev": "app:navigation-arrow-left",
|
|
9528
9528
|
"icon-next": "app:navigation-arrow-right",
|
|
9529
|
-
color: "
|
|
9530
|
-
"active-color": "
|
|
9531
|
-
"active-text-color": "
|
|
9529
|
+
color: "black",
|
|
9530
|
+
"active-color": "white",
|
|
9531
|
+
"active-text-color": "black",
|
|
9532
9532
|
ripple: !1
|
|
9533
9533
|
}, null, 8, ["modelValue", "max", "onUpdate:modelValue"]),
|
|
9534
9534
|
w("p", kd, $(e.t("messages.pagination.goto")), 1),
|
package/package.json
CHANGED