d2coreui 21.0.15 → 21.0.17

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 (137) hide show
  1. package/components/clipboard/clipboardUtils.js.map +1 -1
  2. package/components/codemirror/SyntaxHighlighter.js.map +1 -1
  3. package/components/collapse/expandable.js.map +1 -1
  4. package/components/color/colorPicker.d.ts +1 -0
  5. package/components/color/colorPicker.js +1 -1
  6. package/components/color/colorPicker.js.map +1 -1
  7. package/components/color/colorSwatch.js.map +1 -1
  8. package/components/color/colorUtils.js.map +1 -1
  9. package/components/date/dateRangeInput.js +2 -2
  10. package/components/date/dateRangeInput.js.map +1 -1
  11. package/components/date/dateRangeInputAdvancedPanel.js.map +1 -1
  12. package/components/date/dateRangeInputConfirm.js.map +1 -1
  13. package/components/date/dateTimeInput.d.ts +2 -0
  14. package/components/date/dateTimeInput.js +10 -4
  15. package/components/date/dateTimeInput.js.map +1 -1
  16. package/components/date/durationInput.d.ts +7 -7
  17. package/components/date/durationInput.js +128 -75
  18. package/components/date/durationInput.js.map +1 -1
  19. package/components/form/NiceFormItem.d.ts +13 -0
  20. package/components/form/NiceFormItem.js +29 -0
  21. package/components/form/NiceFormItem.js.map +1 -0
  22. package/components/grid/cell/cellEditorUtils.js.map +1 -1
  23. package/components/grid/cell/customEnumCellEditor.js.map +1 -1
  24. package/components/grid/cell/dateCellEditor.js +1 -1
  25. package/components/grid/cell/dateCellEditor.js.map +1 -1
  26. package/components/grid/cell/durationCellEditor.js.map +1 -1
  27. package/components/grid/cell/hexaOctetStringCellEditor.js.map +1 -1
  28. package/components/grid/cell/hexaValueCellEditor.js.map +1 -1
  29. package/components/grid/cell/numberCellEditor.js.map +1 -1
  30. package/components/grid/cell/rangeSelector.js.map +1 -1
  31. package/components/grid/cell/simpleStatusTextCellEditor.js.map +1 -1
  32. package/components/grid/cell/statusTextCellEditor.js.map +1 -1
  33. package/components/grid/cell/tableDefaultRowStyleRules.js.map +1 -1
  34. package/components/grid/cell/textCellEditor.js +5 -1
  35. package/components/grid/cell/textCellEditor.js.map +1 -1
  36. package/components/grid/cell/wildcardQuickFilter.js.map +1 -1
  37. package/components/grid/columnUtils.js.map +1 -1
  38. package/components/grid/config/columnTransfer.js.map +1 -1
  39. package/components/grid/config/dataGridEditor.js.map +1 -1
  40. package/components/grid/config/rowStylePicker.js.map +1 -1
  41. package/components/grid/dataGrid.d.ts +3 -2
  42. package/components/grid/dataGrid.js +51 -54
  43. package/components/grid/dataGrid.js.map +1 -1
  44. package/components/grid/export/contextMenu.d.ts +2 -1
  45. package/components/grid/export/contextMenu.js +3 -3
  46. package/components/grid/export/contextMenu.js.map +1 -1
  47. package/components/grid/export/progressPopup.js.map +1 -1
  48. package/components/grid/export/worker/clipboardExport.js.map +1 -1
  49. package/components/grid/export/worker/csvExport.js.map +1 -1
  50. package/components/grid/export/worker/pdfExport.js.map +1 -1
  51. package/components/grid/export/worker/txtExport.js.map +1 -1
  52. package/components/grid/extendedDataGrid.d.ts +1 -0
  53. package/components/grid/extendedDataGrid.js +6 -2
  54. package/components/grid/extendedDataGrid.js.map +1 -1
  55. package/components/grid/filter/customColumnFilter.js.map +1 -1
  56. package/components/grid/filter/dateColumnFilter.js.map +1 -1
  57. package/components/grid/filter/textColumnFilter.js.map +1 -1
  58. package/components/grid/header/simpleHeader.js.map +1 -1
  59. package/components/grid/panel/dataGridPagination.d.ts +16 -0
  60. package/components/grid/panel/dataGridPagination.js +59 -0
  61. package/components/grid/panel/dataGridPagination.js.map +1 -0
  62. package/components/grid/panel/loadingOverlay.js.map +1 -1
  63. package/components/grid/panel/noRecordsOverlay.js.map +1 -1
  64. package/components/grid/panel/tablePagination.js.map +1 -1
  65. package/components/icons/ant-design-double-right-outline.svg +5 -5
  66. package/components/icons/ant-design_close-outline.svg +5 -5
  67. package/components/icons/undoIcon.js.map +1 -1
  68. package/components/input/autoCompleteInput.js.map +1 -1
  69. package/components/input/draftUtils.js.map +1 -1
  70. package/components/input/draftail.js.map +1 -1
  71. package/components/input/hexaFormattedInput.js.map +1 -1
  72. package/components/input/mask/helpers.js.map +1 -1
  73. package/components/input/mask/inputMaskCore.js.map +1 -1
  74. package/components/input/mask/pattern.js.map +1 -1
  75. package/components/input/maskedInput.d.ts +2 -2
  76. package/components/input/maskedInput.js.map +1 -1
  77. package/components/input/passwordInput.js.map +1 -1
  78. package/components/input/simpleAutoComplete.js.map +1 -1
  79. package/components/input/textarea/extractSpansOfClasses.js.map +1 -1
  80. package/components/input/textarea/getRanges.js.map +1 -1
  81. package/components/input/textarea/getType.js.map +1 -1
  82. package/components/input/textarea/highlighedContents.js.map +1 -1
  83. package/components/input/textarea/mentionsWithHighlighting.js +1 -1
  84. package/components/input/textarea/mentionsWithHighlighting.js.map +1 -1
  85. package/components/keyboard/keyboardUtils.js.map +1 -1
  86. package/components/modal/draggableModalProvider.js.map +1 -1
  87. package/components/modal/impl/clamp.js.map +1 -1
  88. package/components/modal/impl/draggableModal.js.map +1 -1
  89. package/components/modal/impl/draggableModalContext.js.map +1 -1
  90. package/components/modal/impl/draggableModalInner.js.map +1 -1
  91. package/components/modal/impl/draggableModalReducer.js.map +1 -1
  92. package/components/modal/impl/getWindowSize.js.map +1 -1
  93. package/components/modal/impl/index.js.map +1 -1
  94. package/components/modal/impl/resizeHandle.js.map +1 -1
  95. package/components/modal/impl/useDrag.js.map +1 -1
  96. package/components/modal/impl/usePrevious.js.map +1 -1
  97. package/components/modal/impl/useResize.js.map +1 -1
  98. package/components/modal/modalDialog.js.map +1 -1
  99. package/components/picker/enumValuePicker.js.map +1 -1
  100. package/components/platformSpecific.js.map +1 -1
  101. package/components/scrollTo/onlyText.js.map +1 -1
  102. package/components/scrollTo/scrollTo.js.map +1 -1
  103. package/components/table/dataTable.d.ts +1 -0
  104. package/components/table/dataTable.js.map +1 -1
  105. package/components/table/dragSortingTable.js.map +1 -1
  106. package/components/text/impl/innerSize.js.map +1 -1
  107. package/components/text/impl/series.js.map +1 -1
  108. package/components/text/impl/shallowEqual.js.map +1 -1
  109. package/components/text/impl/uniqueId.js.map +1 -1
  110. package/components/text/impl/whilst.js.map +1 -1
  111. package/components/text/textFit.js.map +1 -1
  112. package/i18n/components.cs.json +100 -0
  113. package/i18n/components.sk.json +5 -1
  114. package/i18n/componentsLocaleHolder.d.ts +1 -1
  115. package/i18n/componentsLocaleHolder.js +6 -4
  116. package/i18n/componentsLocaleHolder.js.map +1 -1
  117. package/package.json +70 -70
  118. package/style/ag-grid/_ag-theme-antd-vars.scss +194 -194
  119. package/style/ag-grid/ag-theme-antd.scss +87 -87
  120. package/style/ag-grid/aggrid-adaptations.css +42 -42
  121. package/style/ag-grid/aggrid.scss +11 -11
  122. package/style/antd/antd-tree-showline.css +24 -24
  123. package/style/antd/full-height-tabs.scss +62 -62
  124. package/style/draftail/draftail-editor.css +179 -179
  125. package/style/flexLayout/flexLayout.scss +130 -130
  126. package/style/flexLayout/flexLayoutBase.scss +623 -623
  127. package/style/flexLayout/new/flexLayoutBase.scss +621 -621
  128. package/style/form/niceFormItem.css +39 -0
  129. package/style/index.less +291 -291
  130. package/style/loading.css +31 -31
  131. package/style/modal/DraggableModal.css +40 -40
  132. package/style/modal/ResizeHandle.css +19 -19
  133. package/style/splitPane/splitPane.css +48 -48
  134. package/style/table/dragSortingTable.css +6 -6
  135. package/components/date/millisecondDatePicker.d.ts +0 -16
  136. package/components/date/millisecondDatePicker.js +0 -56
  137. package/components/date/millisecondDatePicker.js.map +0 -1
@@ -0,0 +1,39 @@
1
+
2
+ .nice-form-item {
3
+ padding-top: 24px;
4
+ }
5
+
6
+ .nice-float-label {
7
+ position: relative;
8
+ }
9
+
10
+ .nice-label {
11
+ font-size: 12px;
12
+ font-weight: normal;
13
+ position: absolute;
14
+ pointer-events: none;
15
+ left: 12px;
16
+ top: 6px;
17
+ transition: 0.2s ease all;
18
+ color: rgba(0,0,0,.70);
19
+ }
20
+
21
+ .nice-label-float {
22
+ top: -15px;
23
+ z-index: 1;
24
+ font-size: 12px !important;
25
+ background: white;
26
+ padding: 0 4px;
27
+ margin-left: -4px;
28
+ margin-bottom: 1px;
29
+ }
30
+
31
+ .nice-form-item-box {
32
+ position: relative;
33
+ display: inline-block;
34
+ width: 100%;
35
+ border: 1px solid rgba(0,0,0,.06);
36
+ border-radius: 2px;
37
+ transition: all .2s;
38
+ padding: 8px;
39
+ }
package/style/index.less CHANGED
@@ -1,291 +1,291 @@
1
- @import "antd/dist/antd.less";
2
-
3
- //@primary-color: #5B83AD;
4
- @tree-node-padding: 2px;
5
- @page-header-padding: 12px;
6
-
7
- @pageheader-prefix-cls: ~'@{ant-prefix}-page-header';
8
- .@{pageheader-prefix-cls} {
9
- &-heading {
10
- &-title {
11
- font-size: @heading-4-size;
12
- }
13
- }
14
- }
15
-
16
- .ant-tree .ant-tree-switcher {
17
- height: 26px;
18
- }
19
-
20
- .stronger-divider-with-text.ant-divider-horizontal.ant-divider-with-text-center::before,
21
- .stronger-divider-with-text.ant-divider-horizontal.ant-divider-with-text-center::after {
22
- border-top: 1px solid #bbb;
23
- }
24
-
25
- .stronger-divider.ant-divider-horizontal {
26
- border-top: 1px solid #bbb;
27
- }
28
-
29
- .dictionary-autocomplete > textarea {
30
- width: calc(100% - 2rem);
31
- }
32
-
33
- .autocomplete-open {
34
- .dropdown-arrow {
35
- &-icon svg {
36
- transform: rotate(180deg);
37
- }
38
- }
39
- }
40
-
41
- .ant-tabs-content-left, .ant-tabs-tabpane-active {
42
- height: 100% !important;
43
- }
44
-
45
- .dropdown-arrow {
46
- .iconfont-mixin();
47
- transform-origin: 50% 50%;
48
- margin-left: @control-padding-horizontal-sm;
49
-
50
- &-icon {
51
- color: @disabled-color;
52
- font-size: @font-size-sm;
53
- vertical-align: center;
54
- cursor: pointer;
55
- transition: color 0.3s;
56
-
57
- &:hover {
58
- color: @text-color-secondary;
59
- }
60
-
61
- &:active {
62
- color: @text-color;
63
- }
64
-
65
- + i {
66
- margin-left: 6px;
67
- }
68
- }
69
-
70
- & &-icon svg {
71
- transition: transform 0.3s;
72
- }
73
- }
74
-
75
- // fixing input group button selection
76
- .ant-input-group > .ant-btn:hover {
77
- z-index: 2;
78
- }
79
-
80
- .ant-collapse-borderless {
81
- background-color: white;
82
- }
83
-
84
- // special tooltips
85
- .control-panel-popover .ant-popover-arrow {
86
- border-top-color: #fafafa !important;
87
- border-left-color: #fafafa !important;
88
- }
89
-
90
- .control-panel-popover .ant-popover-inner {
91
- background-color: #fafafa;
92
- }
93
-
94
- // table
95
- .react-resizable {
96
- position: relative;
97
- background-clip: padding-box;
98
- }
99
-
100
- .react-resizable-handle {
101
- position: absolute;
102
- width: 10px;
103
- height: 100%;
104
- bottom: 0;
105
- right: -5px;
106
- cursor: col-resize;
107
- z-index: 1;
108
- }
109
-
110
- .ant-table th {
111
- white-space: nowrap;
112
- }
113
-
114
- .ant-table-body {
115
- overflow-x: auto !important;
116
- }
117
-
118
- @table-padding-vertical-xsm: @table-padding-vertical / 4;
119
- @table-padding-horizontal-xsm: @table-padding-horizontal / 4;
120
- .datatable-xsm {
121
- thead > tr > th,
122
- tbody > tr > td {
123
- padding: @table-padding-vertical-xsm @table-padding-horizontal-xsm !important;
124
- }
125
- }
126
-
127
- .ant-transfer-list-header {
128
- text-align: right;
129
- }
130
-
131
- .ant-transfer-list-header-title {
132
- left: 12px;
133
- right: unset !important;
134
- }
135
-
136
- .ant-modal-content {
137
- resize: both;
138
- }
139
-
140
- .ant-descriptions-view {
141
- overflow: auto;
142
- }
143
-
144
- .selected:focus {
145
- outline: none;
146
- }
147
-
148
- .search-string-not-found .ant-tooltip-inner {
149
- color: #ff4d4f;
150
- }
151
-
152
- .disabled .ant-input-disabled {
153
- color: rgba(0, 0, 0, 0.65);
154
- }
155
-
156
- .disabled .ant-input-number-input {
157
- color: rgba(0, 0, 0, 0.65);
158
- }
159
-
160
- .ant-descriptions-item-label {
161
- white-space: nowrap;
162
- }
163
-
164
- .readonly {
165
- background-color: @disabled-bg;
166
- cursor: not-allowed;
167
- }
168
-
169
- .readonly:hover {
170
- background-color: @disabled-bg;
171
- }
172
-
173
- .readonly span {
174
- background-color: @disabled-bg;
175
- }
176
-
177
- .readonly input {
178
- color: rgba(0, 0, 0, 0.65);
179
- background-color: @disabled-bg;
180
- }
181
-
182
- .select-with-one-item .ant-select-selector {
183
- height: 28px;
184
- overflow: auto;
185
- }
186
-
187
- .ant-select-selection-item {
188
- max-width: calc(100% - 16px);
189
- }
190
-
191
- .public-DraftEditor-content {
192
- max-height: 100px !important;
193
- overflow: auto !important;
194
- }
195
-
196
- .Draftail-Editor .public-DraftEditorPlaceholder-inner {
197
- color: #cccccc !important;
198
- }
199
-
200
- .Draftail-Editor .public-DraftEditorPlaceholder:focus {
201
- color: #525760 !important;
202
- }
203
-
204
- .invalid input {
205
- color: red;
206
- }
207
-
208
- .custom-date-time-picker .ant-input-affix-wrapper {
209
- padding-right: 26px;
210
- }
211
-
212
- .custom-date-time-picker .ant-input-affix-wrapper {
213
- padding-right: 26px;
214
- }
215
-
216
- .date-range-picker-popup .ant-tooltip-inner {
217
- width: 538px;
218
- }
219
-
220
-
221
- // adaptations of date-picker calendar styles
222
- .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner:not(.date-picker-item-marked) {
223
- color: inherit;
224
- background: inherit;
225
- }
226
-
227
- //.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.date-picker-item-marked {
228
- // border: 1px solid #595959;
229
- //}
230
-
231
- .ant-picker-panel:focus > .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner:before {
232
- position: absolute;
233
- top: 0;
234
- right: 0;
235
- bottom: 0;
236
- left: 0;
237
- z-index: 1;
238
- border: 1px solid #096dd9;
239
- border-radius: 2px;
240
- content: '';
241
- }
242
-
243
- .ant-picker-content thead {
244
- user-select: none;
245
- }
246
-
247
- .date-picker-item-marked {
248
- color: #fff;
249
- background: #1890ff;
250
- }
251
-
252
- .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
253
- border: 1px solid #13c2c2;
254
- }
255
-
256
- .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner, .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
257
- background: #1890ff;
258
- color: rgba(0, 0, 0, 0.85);
259
- }
260
-
261
- .react-codemirror2.ant-input {
262
- padding: 0;
263
- }
264
-
265
- .CodeMirror {
266
- height: auto !important;
267
- max-height: 90px;
268
- }
269
-
270
- .CodeMirror-scroll {
271
- height: auto;
272
- max-height: 90px;
273
- }
274
-
275
- .CodeMirror-line {
276
- padding-right: 28px !important;
277
- }
278
-
279
- .code-disabled .CodeMirror {
280
- background-color: #f5f5f5;
281
- }
282
-
283
- .ReactCollapse--collapse {
284
- transition: height 500ms;
285
- }
286
-
287
- .hoverable-primary-ghost-button:hover {
288
- color: #fff !important;
289
- background-color: #1890ff !important;
290
- transform: scale(1.08);
291
- }
1
+ @import "antd/dist/antd.less";
2
+
3
+ //@primary-color: #5B83AD;
4
+ @tree-node-padding: 2px;
5
+ @page-header-padding: 12px;
6
+
7
+ @pageheader-prefix-cls: ~'@{ant-prefix}-page-header';
8
+ .@{pageheader-prefix-cls} {
9
+ &-heading {
10
+ &-title {
11
+ font-size: @heading-4-size;
12
+ }
13
+ }
14
+ }
15
+
16
+ .ant-tree .ant-tree-switcher {
17
+ height: 26px;
18
+ }
19
+
20
+ .stronger-divider-with-text.ant-divider-horizontal.ant-divider-with-text-center::before,
21
+ .stronger-divider-with-text.ant-divider-horizontal.ant-divider-with-text-center::after {
22
+ border-top: 1px solid #bbb;
23
+ }
24
+
25
+ .stronger-divider.ant-divider-horizontal {
26
+ border-top: 1px solid #bbb;
27
+ }
28
+
29
+ .dictionary-autocomplete > textarea {
30
+ width: calc(100% - 2rem);
31
+ }
32
+
33
+ .autocomplete-open {
34
+ .dropdown-arrow {
35
+ &-icon svg {
36
+ transform: rotate(180deg);
37
+ }
38
+ }
39
+ }
40
+
41
+ .ant-tabs-content-left, .ant-tabs-tabpane-active {
42
+ height: 100% !important;
43
+ }
44
+
45
+ .dropdown-arrow {
46
+ .iconfont-mixin();
47
+ transform-origin: 50% 50%;
48
+ margin-left: @control-padding-horizontal-sm;
49
+
50
+ &-icon {
51
+ color: @disabled-color;
52
+ font-size: @font-size-sm;
53
+ vertical-align: center;
54
+ cursor: pointer;
55
+ transition: color 0.3s;
56
+
57
+ &:hover {
58
+ color: @text-color-secondary;
59
+ }
60
+
61
+ &:active {
62
+ color: @text-color;
63
+ }
64
+
65
+ + i {
66
+ margin-left: 6px;
67
+ }
68
+ }
69
+
70
+ & &-icon svg {
71
+ transition: transform 0.3s;
72
+ }
73
+ }
74
+
75
+ // fixing input group button selection
76
+ .ant-input-group > .ant-btn:hover {
77
+ z-index: 2;
78
+ }
79
+
80
+ .ant-collapse-borderless {
81
+ background-color: white;
82
+ }
83
+
84
+ // special tooltips
85
+ .control-panel-popover .ant-popover-arrow {
86
+ border-top-color: #fafafa !important;
87
+ border-left-color: #fafafa !important;
88
+ }
89
+
90
+ .control-panel-popover .ant-popover-inner {
91
+ background-color: #fafafa;
92
+ }
93
+
94
+ // table
95
+ .react-resizable {
96
+ position: relative;
97
+ background-clip: padding-box;
98
+ }
99
+
100
+ .react-resizable-handle {
101
+ position: absolute;
102
+ width: 10px;
103
+ height: 100%;
104
+ bottom: 0;
105
+ right: -5px;
106
+ cursor: col-resize;
107
+ z-index: 1;
108
+ }
109
+
110
+ .ant-table th {
111
+ white-space: nowrap;
112
+ }
113
+
114
+ .ant-table-body {
115
+ overflow-x: auto !important;
116
+ }
117
+
118
+ @table-padding-vertical-xsm: @table-padding-vertical / 4;
119
+ @table-padding-horizontal-xsm: @table-padding-horizontal / 4;
120
+ .datatable-xsm {
121
+ thead > tr > th,
122
+ tbody > tr > td {
123
+ padding: @table-padding-vertical-xsm @table-padding-horizontal-xsm !important;
124
+ }
125
+ }
126
+
127
+ .ant-transfer-list-header {
128
+ text-align: right;
129
+ }
130
+
131
+ .ant-transfer-list-header-title {
132
+ left: 12px;
133
+ right: unset !important;
134
+ }
135
+
136
+ .ant-modal-content {
137
+ resize: both;
138
+ }
139
+
140
+ .ant-descriptions-view {
141
+ overflow: auto;
142
+ }
143
+
144
+ .selected:focus {
145
+ outline: none;
146
+ }
147
+
148
+ .search-string-not-found .ant-tooltip-inner {
149
+ color: #ff4d4f;
150
+ }
151
+
152
+ .disabled .ant-input-disabled {
153
+ color: rgba(0, 0, 0, 0.65);
154
+ }
155
+
156
+ .disabled .ant-input-number-input {
157
+ color: rgba(0, 0, 0, 0.65);
158
+ }
159
+
160
+ .ant-descriptions-item-label {
161
+ white-space: nowrap;
162
+ }
163
+
164
+ .readonly {
165
+ background-color: @disabled-bg;
166
+ cursor: not-allowed;
167
+ }
168
+
169
+ .readonly:hover {
170
+ background-color: @disabled-bg;
171
+ }
172
+
173
+ .readonly span {
174
+ background-color: @disabled-bg;
175
+ }
176
+
177
+ .readonly input {
178
+ color: rgba(0, 0, 0, 0.65);
179
+ background-color: @disabled-bg;
180
+ }
181
+
182
+ .select-with-one-item .ant-select-selector {
183
+ height: 28px;
184
+ overflow: auto;
185
+ }
186
+
187
+ .ant-select-selection-item {
188
+ max-width: calc(100% - 16px);
189
+ }
190
+
191
+ .public-DraftEditor-content {
192
+ max-height: 100px !important;
193
+ overflow: auto !important;
194
+ }
195
+
196
+ .Draftail-Editor .public-DraftEditorPlaceholder-inner {
197
+ color: #cccccc !important;
198
+ }
199
+
200
+ .Draftail-Editor .public-DraftEditorPlaceholder:focus {
201
+ color: #525760 !important;
202
+ }
203
+
204
+ .invalid input {
205
+ color: red;
206
+ }
207
+
208
+ .custom-date-time-picker .ant-input-affix-wrapper {
209
+ padding-right: 26px;
210
+ }
211
+
212
+ .custom-date-time-picker .ant-input-affix-wrapper {
213
+ padding-right: 26px;
214
+ }
215
+
216
+ .date-range-picker-popup .ant-tooltip-inner {
217
+ width: 538px;
218
+ }
219
+
220
+
221
+ // adaptations of date-picker calendar styles
222
+ .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner:not(.date-picker-item-marked) {
223
+ color: inherit;
224
+ background: inherit;
225
+ }
226
+
227
+ //.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.date-picker-item-marked {
228
+ // border: 1px solid #595959;
229
+ //}
230
+
231
+ .ant-picker-panel:focus > .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner:before {
232
+ position: absolute;
233
+ top: 0;
234
+ right: 0;
235
+ bottom: 0;
236
+ left: 0;
237
+ z-index: 1;
238
+ border: 1px solid #096dd9;
239
+ border-radius: 2px;
240
+ content: '';
241
+ }
242
+
243
+ .ant-picker-content thead {
244
+ user-select: none;
245
+ }
246
+
247
+ .date-picker-item-marked {
248
+ color: #fff;
249
+ background: #1890ff;
250
+ }
251
+
252
+ .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
253
+ border: 1px solid #13c2c2;
254
+ }
255
+
256
+ .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner, .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
257
+ background: #1890ff;
258
+ color: rgba(0, 0, 0, 0.85);
259
+ }
260
+
261
+ .react-codemirror2.ant-input {
262
+ padding: 0;
263
+ }
264
+
265
+ .CodeMirror {
266
+ height: auto !important;
267
+ max-height: 90px;
268
+ }
269
+
270
+ .CodeMirror-scroll {
271
+ height: auto;
272
+ max-height: 90px;
273
+ }
274
+
275
+ .CodeMirror-line {
276
+ padding-right: 28px !important;
277
+ }
278
+
279
+ .code-disabled .CodeMirror {
280
+ background-color: #f5f5f5;
281
+ }
282
+
283
+ .ReactCollapse--collapse {
284
+ transition: height 500ms;
285
+ }
286
+
287
+ .hoverable-primary-ghost-button:hover {
288
+ color: #fff !important;
289
+ background-color: #1890ff !important;
290
+ transform: scale(1.08);
291
+ }
package/style/loading.css CHANGED
@@ -1,32 +1,32 @@
1
- .loadingPage {
2
- position: fixed;
3
- top: 0;
4
- left: 0;
5
- width: 100%;
6
- height: 100%;
7
- background-position: center center;
8
- background-repeat: no-repeat;
9
- background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDFweCIgIGhlaWdodD0iNDFweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciPiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuY29sb3J9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIHN0cm9rZT0iIzAxOTBmZSIgc3Ryb2tlLXdpZHRoPSIxMCIgcj0iMzUiIHN0cm9rZS1kYXNoYXJyYXk9IjE2NC45MzM2MTQzMTM0NjQxNSA1Ni45Nzc4NzE0Mzc4MjEzOCIgdHJhbnNmb3JtPSJyb3RhdGUoODQgNTAgNTApIj4gICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPiAgICA8L2NpcmNsZT4gIDwvc3ZnPg==);
10
- }
11
-
12
- .handle {
13
- position: absolute;
14
- bottom: 0px;
15
- right: 0px;
16
- z-index: 1000;
17
- display: flex;
18
- align-items: center;
19
- justify-content: center;
20
- width: 48px;
21
- height: 48px;
22
- font-size: 16px;
23
- text-align: center;
24
- background: #1890ff;
25
- border-radius: 4px 0 0 4px;
26
- cursor: pointer;
27
- pointer-events: auto;
28
- }
29
-
30
- body {
31
- border-top: #aaaaaa 1px;
1
+ .loadingPage {
2
+ position: fixed;
3
+ top: 0;
4
+ left: 0;
5
+ width: 100%;
6
+ height: 100%;
7
+ background-position: center center;
8
+ background-repeat: no-repeat;
9
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDFweCIgIGhlaWdodD0iNDFweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciPiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuY29sb3J9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIHN0cm9rZT0iIzAxOTBmZSIgc3Ryb2tlLXdpZHRoPSIxMCIgcj0iMzUiIHN0cm9rZS1kYXNoYXJyYXk9IjE2NC45MzM2MTQzMTM0NjQxNSA1Ni45Nzc4NzE0Mzc4MjEzOCIgdHJhbnNmb3JtPSJyb3RhdGUoODQgNTAgNTApIj4gICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPiAgICA8L2NpcmNsZT4gIDwvc3ZnPg==);
10
+ }
11
+
12
+ .handle {
13
+ position: absolute;
14
+ bottom: 0px;
15
+ right: 0px;
16
+ z-index: 1000;
17
+ display: flex;
18
+ align-items: center;
19
+ justify-content: center;
20
+ width: 48px;
21
+ height: 48px;
22
+ font-size: 16px;
23
+ text-align: center;
24
+ background: #1890ff;
25
+ border-radius: 4px 0 0 4px;
26
+ cursor: pointer;
27
+ pointer-events: auto;
28
+ }
29
+
30
+ body {
31
+ border-top: #aaaaaa 1px;
32
32
  }