ninemoon-ui 0.1.12 → 0.1.14
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/js/table/table.js +8 -2
- package/package.json +1 -1
package/dist/js/table/table.js
CHANGED
|
@@ -4,13 +4,19 @@ const _hoisted_1 = ["width"];
|
|
|
4
4
|
const _hoisted_2 = { key: 0 };
|
|
5
5
|
const _hoisted_3 = ["colspan"];
|
|
6
6
|
const _hoisted_4 = { class: "border-b" };
|
|
7
|
-
const _hoisted_5 = {
|
|
7
|
+
const _hoisted_5 = {
|
|
8
|
+
key: 0,
|
|
9
|
+
class: "text-center"
|
|
10
|
+
};
|
|
8
11
|
const _hoisted_6 = {
|
|
9
12
|
class: "px-1",
|
|
10
13
|
for: "checkbox"
|
|
11
14
|
};
|
|
12
15
|
const _hoisted_7 = ["checked", "onChange"];
|
|
13
|
-
const _hoisted_8 = {
|
|
16
|
+
const _hoisted_8 = {
|
|
17
|
+
key: 1,
|
|
18
|
+
class: "text-center"
|
|
19
|
+
};
|
|
14
20
|
const _hoisted_9 = {
|
|
15
21
|
key: 1,
|
|
16
22
|
class: "border-b"
|