knt-shared 1.1.5 → 1.1.7
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/Modal/BasicModal.vue.d.ts +3 -0
- package/dist/components/Modal/BasicModal.vue.d.ts.map +1 -1
- package/dist/components/Table/BasicTable.vue.d.ts +1 -11
- package/dist/components/Table/BasicTable.vue.d.ts.map +1 -1
- package/dist/components/Table/types.d.ts +10 -8
- package/dist/components/Table/types.d.ts.map +1 -1
- package/dist/index.cjs.js +16 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +16 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +16 -16
- package/dist/types/global.d.ts +8 -0
- package/dist/types/global.d.ts.map +1 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
|
|
2
|
-
.basic-table-wrapper[data-v-
|
|
2
|
+
.basic-table-wrapper[data-v-f0b71ff8] {
|
|
3
3
|
background: var(--color-bg-2, #fff);
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
padding: 16px;
|
|
6
6
|
}
|
|
7
|
-
.basic-table-toolbar[data-v-
|
|
7
|
+
.basic-table-toolbar[data-v-f0b71ff8] {
|
|
8
8
|
display: flex;
|
|
9
9
|
justify-content: space-between;
|
|
10
10
|
align-items: center;
|
|
11
11
|
/* padding: 12px 0; */
|
|
12
12
|
margin-bottom: 12px;
|
|
13
13
|
}
|
|
14
|
-
.toolbar-left[data-v-
|
|
14
|
+
.toolbar-left[data-v-f0b71ff8] {
|
|
15
15
|
display: flex;
|
|
16
16
|
align-items: center;
|
|
17
17
|
}
|
|
18
|
-
.toolbar-title[data-v-
|
|
18
|
+
.toolbar-title[data-v-f0b71ff8] {
|
|
19
19
|
font-size: 16px;
|
|
20
20
|
font-weight: 600;
|
|
21
21
|
color: var(--color-text-1, #1d2129);
|
|
22
22
|
}
|
|
23
|
-
.toolbar-right[data-v-
|
|
23
|
+
.toolbar-right[data-v-f0b71ff8] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
26
26
|
}
|
|
27
|
-
.basic-table-search[data-v-
|
|
27
|
+
.basic-table-search[data-v-f0b71ff8] {
|
|
28
28
|
/* margin-bottom: 16px; */
|
|
29
29
|
/* padding: 16px; */
|
|
30
30
|
background: var(--color-bg-1, #fff);
|
|
31
31
|
border-radius: 4px;
|
|
32
32
|
padding: 10px 0;
|
|
33
33
|
}
|
|
34
|
-
.basic-table-search .arco-form-layout-inline[data-v-
|
|
34
|
+
.basic-table-search .arco-form-layout-inline[data-v-f0b71ff8] {
|
|
35
35
|
}
|
|
36
|
-
.column-setting[data-v-
|
|
36
|
+
.column-setting[data-v-f0b71ff8] {
|
|
37
37
|
width: 200px;
|
|
38
38
|
max-height: 400px;
|
|
39
39
|
overflow-y: auto;
|
|
40
40
|
}
|
|
41
|
-
.column-setting-item[data-v-
|
|
41
|
+
.column-setting-item[data-v-f0b71ff8] {
|
|
42
42
|
padding: 8px 0;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.modal-wrapper[data-v-
|
|
45
|
+
.modal-wrapper[data-v-4117f967] {
|
|
46
46
|
padding: 0;
|
|
47
47
|
}
|
|
48
|
-
.modal-title-actions[data-v-
|
|
48
|
+
.modal-title-actions[data-v-4117f967] {
|
|
49
49
|
position: absolute;
|
|
50
50
|
right: 0;
|
|
51
51
|
top: 50%;
|
|
@@ -55,19 +55,19 @@
|
|
|
55
55
|
gap: 0.5rem;
|
|
56
56
|
pointer-events: auto;
|
|
57
57
|
}
|
|
58
|
-
.modal-title-actions.has-close[data-v-
|
|
58
|
+
.modal-title-actions.has-close[data-v-4117f967] {
|
|
59
59
|
right: 1.5rem;
|
|
60
60
|
}
|
|
61
|
-
.cursor-help[data-v-
|
|
61
|
+
.cursor-help[data-v-4117f967] {
|
|
62
62
|
cursor: help;
|
|
63
63
|
}
|
|
64
|
-
.cursor-pointer[data-v-
|
|
64
|
+
.cursor-pointer[data-v-4117f967] {
|
|
65
65
|
cursor: pointer;
|
|
66
66
|
}
|
|
67
|
-
.text-gray-400[data-v-
|
|
67
|
+
.text-gray-400[data-v-4117f967] {
|
|
68
68
|
color: #9ca3af;
|
|
69
69
|
}
|
|
70
|
-
.w-full[data-v-
|
|
70
|
+
.w-full[data-v-4117f967] {
|
|
71
71
|
width: 100%;
|
|
72
72
|
}
|
|
73
73
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global.d.ts","sourceRoot":"","sources":["../../src/types/global.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAEjC,OAAO,CAAC,MAAM,CAAC;IAEb,UAAU,GAAG,CAAC;QAEZ,KAAK,OAAO,GAAG,KAAK,CAAC;KACtB;CACF"}
|