tntd 3.1.2 → 3.1.4
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/es/checkbox/checkbox-group.js +16 -0
- package/es/checkbox/checkbox-group.js.map +1 -0
- package/es/prev-locale.js +15 -101
- package/es/prev-locale.js.map +1 -1
- package/es/query-form/Field/Composition/FieldPopover.js +363 -0
- package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
- package/es/query-form/Field/Composition/Select.js +157 -0
- package/es/query-form/Field/Composition/Select.js.map +1 -0
- package/es/query-form/Field/Composition/SelectInput.js +34 -0
- package/es/query-form/Field/Composition/SelectInput.js.map +1 -0
- package/es/query-form/Field/Composition/ValueTag.js +163 -0
- package/es/query-form/Field/Composition/ValueTag.js.map +1 -0
- package/es/query-form/Field/Composition/index.js +337 -0
- package/es/query-form/Field/Composition/index.js.map +1 -0
- package/es/query-form/Field/Composition/utils.js +169 -0
- package/es/query-form/Field/Composition/utils.js.map +1 -0
- package/es/radio/radio-group.js +16 -0
- package/es/radio/radio-group.js.map +1 -0
- package/es/svg-components/illustration-check-circle.js +43 -0
- package/es/svg-components/illustration-check-circle.js.map +1 -0
- package/es/svg-components/illustration-error-circle.js +41 -0
- package/es/svg-components/illustration-error-circle.js.map +1 -0
- package/es/table/total-shower.js +20 -0
- package/es/table/total-shower.js.map +1 -0
- package/es/utils/simple-template.js +19 -0
- package/es/utils/simple-template.js.map +1 -0
- package/lib/checkbox/checkbox-group.d.ts +8 -0
- package/lib/checkbox/checkbox-group.d.ts.map +1 -0
- package/lib/checkbox/checkbox-group.js +16 -0
- package/lib/checkbox/checkbox-group.js.map +1 -0
- package/lib/prev-locale.d.ts +5 -74
- package/lib/prev-locale.d.ts.map +1 -1
- package/lib/prev-locale.js +15 -109
- package/lib/prev-locale.js.map +1 -1
- package/lib/query-form/Field/Composition/FieldPopover.d.ts +19 -0
- package/lib/query-form/Field/Composition/FieldPopover.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/FieldPopover.js +459 -0
- package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -0
- package/lib/query-form/Field/Composition/Select.d.ts +4 -0
- package/lib/query-form/Field/Composition/Select.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/Select.js +253 -0
- package/lib/query-form/Field/Composition/Select.js.map +1 -0
- package/lib/query-form/Field/Composition/SelectInput.d.ts +3 -0
- package/lib/query-form/Field/Composition/SelectInput.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/SelectInput.js +111 -0
- package/lib/query-form/Field/Composition/SelectInput.js.map +1 -0
- package/lib/query-form/Field/Composition/ValueTag.d.ts +13 -0
- package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/ValueTag.js +240 -0
- package/lib/query-form/Field/Composition/ValueTag.js.map +1 -0
- package/lib/query-form/Field/Composition/index.d.ts +15 -0
- package/lib/query-form/Field/Composition/index.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/index.js +441 -0
- package/lib/query-form/Field/Composition/index.js.map +1 -0
- package/lib/query-form/Field/Composition/utils.d.ts +21 -0
- package/lib/query-form/Field/Composition/utils.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/utils.js +173 -0
- package/lib/query-form/Field/Composition/utils.js.map +1 -0
- package/lib/radio/radio-group.d.ts +8 -0
- package/lib/radio/radio-group.d.ts.map +1 -0
- package/lib/radio/radio-group.js +16 -0
- package/lib/radio/radio-group.js.map +1 -0
- package/lib/svg-components/illustration-check-circle.d.ts +4 -0
- package/lib/svg-components/illustration-check-circle.d.ts.map +1 -0
- package/lib/svg-components/illustration-check-circle.js +74 -0
- package/lib/svg-components/illustration-check-circle.js.map +1 -0
- package/lib/svg-components/illustration-error-circle.d.ts +4 -0
- package/lib/svg-components/illustration-error-circle.d.ts.map +1 -0
- package/lib/svg-components/illustration-error-circle.js +72 -0
- package/lib/svg-components/illustration-error-circle.js.map +1 -0
- package/lib/table/total-shower.d.ts +9 -0
- package/lib/table/total-shower.d.ts.map +1 -0
- package/lib/table/total-shower.js +20 -0
- package/lib/table/total-shower.js.map +1 -0
- package/lib/utils/simple-template.d.ts +9 -0
- package/lib/utils/simple-template.d.ts.map +1 -0
- package/lib/utils/simple-template.js +19 -0
- package/lib/utils/simple-template.js.map +1 -0
- package/package.json +1 -1
- package/es/tntd-reference/ReferenceBatchCheck/index.less +0 -21
- package/es/tntd-reference/ReferenceBatchDrawer/index.less +0 -0
- package/es/tntd-reference/ReferenceCheck/index.less +0 -10
- package/es/tntd-reference/ReferenceDrawer/index.less +0 -0
- package/es/tntd-reference/ReferenceInfo/index.less +0 -31
- package/lib/tntd-reference/ReferenceBatchCheck/index.less +0 -21
- package/lib/tntd-reference/ReferenceBatchDrawer/index.less +0 -0
- package/lib/tntd-reference/ReferenceCheck/index.less +0 -10
- package/lib/tntd-reference/ReferenceDrawer/index.less +0 -0
- package/lib/tntd-reference/ReferenceInfo/index.less +0 -31
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
.reference-online-check-modal {
|
|
2
|
-
.mb16 {
|
|
3
|
-
margin-bottom: 16px;
|
|
4
|
-
}
|
|
5
|
-
.refer-panel-head {
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
width: 100%;
|
|
9
|
-
> span {
|
|
10
|
-
max-width: 90%;
|
|
11
|
-
margin-right: 4px;
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
white-space: nowrap;
|
|
14
|
-
text-overflow: ellipsis;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
.ant-collapse-content-box {
|
|
18
|
-
padding: 16px;
|
|
19
|
-
background-color: @bg-color-quaternary;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
.reference-body {
|
|
2
|
-
.tntd-title {
|
|
3
|
-
margin-bottom: 12px;
|
|
4
|
-
}
|
|
5
|
-
.reference-body-item {
|
|
6
|
-
padding: 8px 16px 16px 16px;
|
|
7
|
-
background: #fff;
|
|
8
|
-
border-radius: @border-radius-base;
|
|
9
|
-
&:not(:last-of-type) {
|
|
10
|
-
margin-bottom: 16px;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
.ant-table-tbody > tr > td {
|
|
14
|
-
&.refer-warning-txt {
|
|
15
|
-
* {
|
|
16
|
-
color: #d96156 !important;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.content-span {
|
|
22
|
-
display: block;
|
|
23
|
-
max-width: 100%;
|
|
24
|
-
height: 24px;
|
|
25
|
-
overflow: hidden;
|
|
26
|
-
line-height: 24px;
|
|
27
|
-
white-space: nowrap;
|
|
28
|
-
text-overflow: ellipsis;
|
|
29
|
-
word-break: keep-all;
|
|
30
|
-
}
|
|
31
|
-
}
|