@amsom-habitat/amsom-table 2.1.0 → 2.1.1
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/amsom-table.js +4 -4
- package/dist/amsom-table.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/amsom-table.js
CHANGED
|
@@ -11117,7 +11117,7 @@ const ud = {
|
|
|
11117
11117
|
class: "mb-3 text-center"
|
|
11118
11118
|
}, hd = {
|
|
11119
11119
|
key: 1,
|
|
11120
|
-
class: "row mb-1"
|
|
11120
|
+
class: "row mb-1 ms-auto"
|
|
11121
11121
|
}, Ld = {
|
|
11122
11122
|
key: 0,
|
|
11123
11123
|
class: "col d-flex justify-content-start p-0"
|
|
@@ -11127,13 +11127,13 @@ const ud = {
|
|
|
11127
11127
|
}, Bd = { class: "d-flex align-items-center" }, Xd = {
|
|
11128
11128
|
key: 0,
|
|
11129
11129
|
class: "d-flex"
|
|
11130
|
-
}, gd = { class: "row mb-3 rounded-0" }, yd = { class: "col-12 p-0 overflow-x-auto" }, Td = ["id"], _d = ["id", "onDragstart", "onDragend"], vd = {
|
|
11130
|
+
}, gd = { class: "row ms-auto mb-3 rounded-0" }, yd = { class: "col-12 p-0 overflow-x-auto" }, Td = ["id"], _d = ["id", "onDragstart", "onDragend"], vd = {
|
|
11131
11131
|
key: 0,
|
|
11132
11132
|
class: "mx-auto my-auto mb-2 mt-2"
|
|
11133
11133
|
}, Sd = { class: "d-inline-flex text-nowrap" }, wd = {
|
|
11134
11134
|
key: 0,
|
|
11135
11135
|
class: "ms-2 float-end"
|
|
11136
|
-
}, Dd = { key: 0 }, kd = ["colspan"], Ed = ["onClick"], Cd = ["data-column-id", "onClick"], Pd = ["id", "value"], xd = ["data-column-id"], Id = { class: "row mb-2" }, Yd = {
|
|
11136
|
+
}, Dd = { key: 0 }, kd = ["colspan"], Ed = ["onClick"], Cd = ["data-column-id", "onClick"], Pd = ["id", "value"], xd = ["data-column-id"], Id = { class: "row ms-auto mb-2" }, Yd = {
|
|
11137
11137
|
key: 0,
|
|
11138
11138
|
class: "col p-0"
|
|
11139
11139
|
}, Fd = { class: "m-0 pagination pagination-sm" }, Ud = { class: "page-item hoverable" }, Hd = { class: "page-item hoverable" }, jd = ["onClick"], Gd = { class: "page-item hoverable" }, Vd = { class: "page-item hoverable" };
|
|
@@ -11387,7 +11387,7 @@ function Kd(M, b, z, p, o, e) {
|
|
|
11387
11387
|
])
|
|
11388
11388
|
], 64);
|
|
11389
11389
|
}
|
|
11390
|
-
const Jd = /* @__PURE__ */ ld(ud, [["render", Kd], ["__scopeId", "data-v-
|
|
11390
|
+
const Jd = /* @__PURE__ */ ld(ud, [["render", Kd], ["__scopeId", "data-v-1ea2c3aa"]]);
|
|
11391
11391
|
export {
|
|
11392
11392
|
Jd as AmsomTableDraggable,
|
|
11393
11393
|
Jd as default
|