tntd 2.8.27 → 2.8.28

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.
Files changed (65) hide show
  1. package/es/tntd-rc-select/style/index.less +2 -2
  2. package/es/tntd-virtual-tree/index.js +4 -4
  3. package/es/tntd-virtual-tree/index.js.map +1 -1
  4. package/es/tntd-virtual-tree/index.less +4 -0
  5. package/lib/tntd-rc-select/style/index.less +2 -2
  6. package/lib/tntd-virtual-tree/index.js +4 -4
  7. package/lib/tntd-virtual-tree/index.js.map +1 -1
  8. package/lib/tntd-virtual-tree/index.less +4 -0
  9. package/package.json +1 -1
  10. package/es/alert/alert.less +0 -128
  11. package/es/cascader/cascader.less +0 -16
  12. package/es/checkbox/check.png +0 -0
  13. package/es/checkbox/checkbox.less +0 -69
  14. package/es/date-picker/index.less +0 -294
  15. package/es/input-number/inputNumber.less +0 -12
  16. package/es/modal/index.less +0 -36
  17. package/es/popconfirm/index.less +0 -32
  18. package/es/popover/index.less +0 -57
  19. package/es/progress/progress.less +0 -82
  20. package/es/query-form-backup/Field/Composition/FieldPopover.less +0 -35
  21. package/es/query-form-backup/Field/Composition/index.less +0 -114
  22. package/es/query-form-backup/index.less +0 -90
  23. package/es/radio/radio.less +0 -43
  24. package/es/spin/spin.less +0 -9
  25. package/es/steps/assets/background_left.svg +0 -12
  26. package/es/steps/assets/background_right.svg +0 -12
  27. package/es/steps/assets/horizontal_line.svg +0 -3
  28. package/es/steps/assets/vertical_line.svg +0 -3
  29. package/es/steps/stepStyle/icon.less +0 -51
  30. package/es/steps/stepStyle/progress-dot.less +0 -10
  31. package/es/steps/stepStyle/variables.less +0 -8
  32. package/es/steps/stepStyle/vertical.less +0 -41
  33. package/es/switch/index.less +0 -45
  34. package/es/tabs/tabs.less +0 -125
  35. package/es/time-picker/index.less +0 -38
  36. package/es/tntd-action/index.less +0 -61
  37. package/es/tntd-select/index.less +0 -7
  38. package/lib/alert/alert.less +0 -128
  39. package/lib/cascader/cascader.less +0 -16
  40. package/lib/checkbox/check.png +0 -0
  41. package/lib/checkbox/checkbox.less +0 -69
  42. package/lib/date-picker/index.less +0 -294
  43. package/lib/input-number/inputNumber.less +0 -12
  44. package/lib/modal/index.less +0 -36
  45. package/lib/popconfirm/index.less +0 -32
  46. package/lib/popover/index.less +0 -57
  47. package/lib/progress/progress.less +0 -82
  48. package/lib/query-form-backup/Field/Composition/FieldPopover.less +0 -35
  49. package/lib/query-form-backup/Field/Composition/index.less +0 -114
  50. package/lib/query-form-backup/index.less +0 -90
  51. package/lib/radio/radio.less +0 -43
  52. package/lib/spin/spin.less +0 -9
  53. package/lib/steps/assets/background_left.svg +0 -12
  54. package/lib/steps/assets/background_right.svg +0 -12
  55. package/lib/steps/assets/horizontal_line.svg +0 -3
  56. package/lib/steps/assets/vertical_line.svg +0 -3
  57. package/lib/steps/stepStyle/icon.less +0 -51
  58. package/lib/steps/stepStyle/progress-dot.less +0 -10
  59. package/lib/steps/stepStyle/variables.less +0 -8
  60. package/lib/steps/stepStyle/vertical.less +0 -41
  61. package/lib/switch/index.less +0 -45
  62. package/lib/tabs/tabs.less +0 -125
  63. package/lib/time-picker/index.less +0 -38
  64. package/lib/tntd-action/index.less +0 -61
  65. package/lib/tntd-select/index.less +0 -7
@@ -1,38 +0,0 @@
1
- @import '../style/themes/index';
2
-
3
- @timepicker-prefix-cls: ~'@{ant-prefix}-time-picker';
4
- .@{timepicker-prefix-cls} {
5
- input{
6
- border-color: @border-color-secondary;
7
- }
8
- &:has(input:not([value=''])),&:hover {
9
- .@{timepicker-prefix-cls}-icon{
10
- i{
11
- color: @text-color-secondary;
12
- }
13
- }
14
- }
15
- &:has(input[disabled]){
16
- .@{timepicker-prefix-cls}-icon{
17
- i{
18
- color: @disabled-color;
19
- }
20
- }
21
- }
22
- &-fill{
23
- input {
24
- background-color: @fill-color-quaternary;
25
- border-color: @fill-color-quaternary;
26
- &[disabled] {
27
- border: none;
28
- }
29
- &:focus{
30
- background-color: @white;
31
- }
32
- &:not([value='']):hover {
33
- background-color: @white;
34
- }
35
- }
36
- }
37
- }
38
-
@@ -1,61 +0,0 @@
1
- .tnt-action {
2
- position: fixed;
3
- // bottom: 100px;
4
- // width: @tnt-action-width;
5
- // left: calc(50vw - @tnt-action-width / 2);
6
- padding: 10px 16px;
7
- background-color: @text-color;
8
- border-radius: @border-radius-base;
9
- z-index: 200;
10
- cursor: grab;
11
- box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25), 0px 1px 1px 0px #263354 inset;
12
- &-text {
13
- color: @white;
14
- margin-left: 20px;
15
- font-size: 14px;
16
- user-select: none;
17
- .num {
18
- display: inline-block;
19
- width: 16px;
20
- height: 16px;
21
- background: #454f64;
22
- border-radius: 8px;
23
- font-size: 10px;
24
- margin-right: 4px;
25
- vertical-align: text-bottom;
26
- text-align: center;
27
- }
28
- }
29
- > .tnt-btn-tertiary {
30
- opacity: 0.5;
31
- background: #454f64;
32
- color: @white;
33
- border-width: 0;
34
- width: @tnt-action-close-width;
35
- height: @tnt-action-close-width;
36
- min-width: @tnt-action-close-width;
37
- line-height: @tnt-action-close-width;
38
- margin-top: 4px;
39
- font-size: 14px;
40
- &:hover {
41
- opacity: 0.8;
42
- }
43
- }
44
- .fr {
45
- float: right;
46
- .ant-btn {
47
- margin-left: 10px;
48
- .tntd-anticon {
49
- margin-right: 4px;
50
- }
51
- }
52
- .ant-btn:not(.ant-btn-danger) {
53
- background: rgba(69, 79, 100, 0.5);
54
- color: @white;
55
- border-width: 0;
56
- &:hover {
57
- background: rgba(69, 79, 100, 0.8);
58
- }
59
- }
60
- }
61
- }
@@ -1,7 +0,0 @@
1
- .tntd-select-empty-container {
2
- padding: 5px 12px;
3
-
4
- & > .ant-empty > .ant-empty-image > svg {
5
- width: 100%;
6
- }
7
- }