bfg-common 1.4.693 → 1.4.695

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 (112) hide show
  1. package/assets/scss/common/normalize.scss +355 -355
  2. package/components/atoms/TheIcon3.vue +50 -50
  3. package/components/atoms/modal/bySteps/BySteps.vue +253 -253
  4. package/components/atoms/stack/StackBlock.vue +185 -185
  5. package/components/atoms/table/dataGrid/DataGrid.vue +1696 -1696
  6. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
  7. package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +91 -91
  8. package/components/common/browse/BrowseNew.vue +237 -237
  9. package/components/common/browse/BrowseOld.vue +217 -217
  10. package/components/common/browse/blocks/contents/Files.vue +37 -37
  11. package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
  12. package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +96 -96
  13. package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
  14. package/components/common/context/lib/models/interfaces.ts +30 -30
  15. package/components/common/context/recursion/Recursion.vue +86 -86
  16. package/components/common/context/recursion/RecursionNew.vue +199 -199
  17. package/components/common/context/recursion/RecursionOld.vue +213 -213
  18. package/components/common/layout/theHeader/helpMenu/About.vue +79 -79
  19. package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
  20. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +150 -150
  21. package/components/common/modals/confirmByInput/ConfirmByInput.vue +206 -206
  22. package/components/common/modals/unsavedChanges/UnsavedChanges.vue +56 -56
  23. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +299 -298
  24. package/components/common/pages/home/StatusContent.vue +49 -49
  25. package/components/common/pages/home/headline/Headline.vue +44 -44
  26. package/components/common/pages/home/headline/HeadlineNew.vue +71 -71
  27. package/components/common/pages/home/lib/models/interfaces.ts +48 -48
  28. package/components/common/pages/home/widgets/hosts/HostsNew.vue +100 -100
  29. package/components/common/pages/home/widgets/hosts/lib/config/items.ts +23 -23
  30. package/components/common/pages/home/widgets/services/lib/config/config.ts +108 -108
  31. package/components/common/pages/home/widgets/vms/VmsNew.vue +101 -101
  32. package/components/common/pages/home/widgets/vms/lib/config/items.ts +19 -19
  33. package/components/common/select/button/ButtonDropdown.vue +108 -108
  34. package/components/common/spiceConsole/Drawer.vue +370 -370
  35. package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
  36. package/components/common/split/vertical/Vertical.vue +160 -160
  37. package/components/common/vm/actions/add/Add.vue +616 -616
  38. package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
  39. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
  40. package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +269 -269
  41. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
  42. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +117 -117
  43. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
  44. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
  45. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
  46. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -55
  47. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +338 -338
  48. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
  49. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +220 -220
  50. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +56 -56
  51. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
  52. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +281 -281
  53. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
  54. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
  55. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
  56. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
  57. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
  58. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
  59. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
  60. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
  61. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
  62. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
  63. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
  64. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
  65. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
  66. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
  67. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
  68. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
  69. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
  70. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
  71. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +30 -30
  72. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardNew.vue +104 -104
  73. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardOld.vue +112 -112
  74. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
  75. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
  76. package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
  77. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
  78. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
  79. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
  80. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
  81. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
  82. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
  83. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
  84. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
  85. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
  86. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
  87. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
  88. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
  89. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
  90. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
  91. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +103 -103
  92. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +102 -102
  93. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordOld.vue +94 -94
  94. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +28 -28
  95. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
  96. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
  97. package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
  98. package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
  99. package/components/common/vm/actions/editSettings/EditSettings.vue +232 -232
  100. package/components/common/vm/actions/editSettings/EditSettingsOld.vue +183 -183
  101. package/components/common/vm/actions/editSettings/new/New.vue +177 -177
  102. package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
  103. package/composables/productNameLocal.ts +30 -30
  104. package/composables/useAppVersion.ts +21 -21
  105. package/package.json +1 -1
  106. package/plugins/date.ts +233 -233
  107. package/plugins/recursion.ts +311 -311
  108. package/public/spice-console/lib/images/bitmap.js +203 -203
  109. package/public/spice-console/network/spicechannel.js +383 -383
  110. package/store/main/mutations.ts +7 -7
  111. package/store/main/state.ts +7 -7
  112. package/store/tasks/mappers/recentTasks.ts +64 -64
@@ -1,355 +1,355 @@
1
- @import 'mixins';
2
- * {
3
- box-sizing: border-box;
4
- }
5
-
6
- html:not(.is-new-view) {
7
- &.dark-theme body {
8
- *:not(select, option, svg, path, rect, line, defs, g, clipPath, .alert-text) {
9
- color: #e9ecef;
10
- }
11
- select {
12
- color: #adbbc4;
13
-
14
- option {
15
- color: #000000;
16
- }
17
- }
18
- .main-container {
19
- background: #1b2a32;
20
- }
21
- }
22
-
23
- input,
24
- textarea {
25
- font-family: sans-serif !important;
26
- }
27
- }
28
-
29
- * button:focus {
30
- outline: none;
31
- }
32
- body span,
33
- body p,
34
- body *,
35
- body {
36
- @include text();
37
- }
38
- h1,
39
- h2,
40
- h3,
41
- h4,
42
- h5,
43
- h6,
44
- body p {
45
- margin: 0;
46
- }
47
- html:not(.is-new-view) {
48
- h1,
49
- h2,
50
- h3,
51
- h4,
52
- h5,
53
- h6,
54
- body p {
55
- color: #565656;
56
- }
57
- }
58
-
59
- b {
60
- font-weight: bolder;
61
- }
62
- .font-weight-bold {
63
- font-weight: 700;
64
- }
65
-
66
- .flex {
67
- display: flex;
68
- }
69
- .inline-block {
70
- display: inline-block;
71
- }
72
- .table-row {
73
- display: table-row;
74
- }
75
- .table-cell {
76
- display: table-cell;
77
- }
78
-
79
- .flex-1 {
80
- flex: 1;
81
- }
82
-
83
- .flex-align-center {
84
- @include flex($align: center);
85
- }
86
- .flex-align-start {
87
- @include flex($align: flex-start);
88
- }
89
- .flex-space-between {
90
- @include flex($just: space-between);
91
- }
92
- .flex-justify-end {
93
- @include flex($just: flex-end);
94
- }
95
- .flex-justify-center {
96
- @include flex($just: center);
97
- }
98
- .flex-direction-column {
99
- @include flex($dir: column);
100
- }
101
-
102
- .z-index-1 {
103
- z-index: 1;
104
- }
105
- .z-index-10 {
106
- z-index: 10;
107
- }
108
- .z-index-100 {
109
- z-index: 100;
110
- }
111
- .z-index-1000 {
112
- z-index: 1000;
113
- }
114
- .z-index-10000 {
115
- z-index: 10000;
116
- }
117
- .z-index-100000 {
118
- z-index: 100000;
119
- }
120
- .z-index-1000000 {
121
- z-index: 1000000;
122
- }
123
-
124
- .relative {
125
- position: relative;
126
- }
127
- .absolute-center {
128
- position: absolute;
129
- top: 50%;
130
- left: 50%;
131
- transform: translateX(-50%) translateY(-50%);
132
- }
133
- .absolute-cover {
134
- position: absolute;
135
- top: 0;
136
- left: 0;
137
- right: 0;
138
- bottom: 0;
139
- }
140
-
141
- .text-ellipsis {
142
- text-overflow: ellipsis;
143
- white-space: nowrap;
144
- overflow: hidden;
145
- }
146
-
147
- .pre-line {
148
- white-space: pre-line;
149
- }
150
-
151
- .word-break-all {
152
- word-break: break-all;
153
- }
154
-
155
- .color-red {
156
- color: red;
157
- }
158
-
159
- .div-disabled {
160
- pointer-events: none;
161
- cursor: not-allowed;
162
- opacity: 0.6;
163
- }
164
-
165
- .pointer {
166
- cursor: pointer !important;
167
- }
168
-
169
- .default {
170
- cursor: default !important;
171
- }
172
-
173
- .text-decoration-none {
174
- text-decoration: none !important;
175
- }
176
- //
177
- //a.active,
178
- //a.router-link-active {
179
- // pointer-events: none;
180
- //}
181
-
182
- .no-selection {
183
- user-select: none;
184
- -webkit-user-select: none;
185
- -moz-user-select: none;
186
- -khtml-user-select: none;
187
- -ms-user-select: none;
188
- }
189
-
190
- .fill-parent {
191
- display: flex;
192
- height: 100%;
193
- width: 100%;
194
- overflow: visible;
195
- }
196
- .horizontal {
197
- flex-direction: row;
198
- }
199
- .vertical {
200
- flex-direction: column;
201
- }
202
- .gutter {
203
- background-color: #eee;
204
- transition-property: background-color;
205
- transition-delay: 0.25s;
206
- transition-duration: 0.25s;
207
- }
208
-
209
- .clr-icon {
210
- display: inline-block;
211
- margin: 0;
212
- height: 16px;
213
- width: 16px;
214
- vertical-align: middle;
215
- }
216
-
217
- .select {
218
- select {
219
- appearance: none;
220
- margin: 0;
221
- border: 0;
222
- border-radius: 0;
223
- box-shadow: none;
224
- background: 0 0;
225
- height: 1.2rem;
226
- color: #000;
227
- display: inline-block;
228
- min-width: 3rem;
229
- border-bottom: 1px solid #9a9a9a;
230
- background: linear-gradient(180deg, transparent 95%, #0095d3 0) no-repeat;
231
- background-size: 0 100%;
232
- transition: background-size 0.2s ease;
233
- position: relative;
234
- padding: 0 1.1rem 0 0.3rem;
235
- cursor: pointer;
236
- width: 100%;
237
- z-index: 2;
238
- }
239
-
240
- &:after {
241
- position: absolute;
242
- content: '';
243
- height: 0.5rem;
244
- width: 0.5rem;
245
- top: 0.3499998rem;
246
- right: 0.3rem;
247
- //top: 2px;
248
- //right: -16px;
249
- background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cstyle%3E.cls-1%7Bfill%3A%239a9a9a%3B%7D%3C%2Fstyle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Ctitle%3ECaret%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C9L1.2%2C4.2a0.68%2C0.68%2C0%2C0%2C1%2C1-1L6%2C7.08%2C9.84%2C3.24a0.68%2C0.68%2C0%2C1%2C1%2C1%2C1Z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
250
- background-repeat: no-repeat;
251
- background-size: contain;
252
- vertical-align: middle;
253
- margin: 0;
254
- }
255
- }
256
-
257
- .signpost-trigger {
258
- position: relative;
259
- overflow: unset;
260
- }
261
-
262
- .tooltip-content {
263
- position: absolute;
264
- top: calc(100% + 12px);
265
- left: 50%;
266
- background-color: var(--tooltip-content-bg-color);
267
- color: var(--tooltip-content-text-color) !important;
268
- border-radius: 3px;
269
- padding: 4px 6px;
270
- z-index: 9999;
271
- &.right {
272
- left: inherit;
273
- right: 50%;
274
- &::before {
275
- left: inherit;
276
- right: 0;
277
- border-left: 5px solid transparent;
278
- border-right: 5px solid var(--tooltip-content-bg-color);
279
- }
280
- }
281
-
282
- &::before {
283
- content: '';
284
- position: absolute;
285
- top: -8px;
286
- left: 0;
287
- border-left: 5px solid var(--tooltip-content-bg-color);
288
- border-bottom: 6px solid var(--tooltip-content-bg-color);
289
- border-top: 6px solid transparent;
290
- border-right: 5px solid transparent;
291
- }
292
- }
293
- .tooltip {
294
- .tooltip-content {
295
- &.tooltip-top-left {
296
- &.error {
297
- background-color: var(--tooltip-content-error-bg-color);
298
- color: white;
299
- &::before {
300
- border-left: 5px solid transparent;
301
- border-bottom: 6px solid transparent;
302
- border-top: 6px solid var(--tooltip-content-error-bg-color);
303
- border-right: 5px solid var(--tooltip-content-error-bg-color);
304
- }
305
- }
306
- }
307
- &.tooltip-top-right {
308
- &.error {
309
- }
310
- }
311
- }
312
- }
313
-
314
- li {
315
- list-style-type: none;
316
- &::marker {
317
- content: '';
318
- }
319
- }
320
-
321
- //.main-container:has(.notification-bar) {
322
- // height: calc(100vh - 36px);
323
- //}
324
- .dropdown-menu {
325
- &.position-right {
326
- left: auto;
327
- right: 0;
328
- min-width: 30ch;
329
- }
330
- }
331
- .description {
332
- color: var(--global-font-color) !important;
333
- }
334
-
335
- /* after refactoring */
336
-
337
- .related-objects {
338
- &__list {
339
- }
340
- &__item {
341
- display: grid;
342
- grid-template-columns: 1fr 1fr;
343
- }
344
- &__heading {
345
- color: var(--global-text-color3) !important;
346
- }
347
- &__link {
348
- cursor: pointer;
349
- color: var(--global-text-color2) !important;
350
- margin-left: 4px;
351
- }
352
- .footer {
353
- height: 30px;
354
- }
355
- }
1
+ @import 'mixins';
2
+ * {
3
+ box-sizing: border-box;
4
+ }
5
+
6
+ html:not(.is-new-view) {
7
+ &.dark-theme body {
8
+ *:not(select, option, svg, path, rect, line, defs, g, clipPath, .alert-text) {
9
+ color: #e9ecef;
10
+ }
11
+ select {
12
+ color: #adbbc4;
13
+
14
+ option {
15
+ color: #000000;
16
+ }
17
+ }
18
+ .main-container {
19
+ background: #1b2a32;
20
+ }
21
+ }
22
+
23
+ input,
24
+ textarea {
25
+ font-family: sans-serif !important;
26
+ }
27
+ }
28
+
29
+ * button:focus {
30
+ outline: none;
31
+ }
32
+ body span,
33
+ body p,
34
+ body *,
35
+ body {
36
+ @include text();
37
+ }
38
+ h1,
39
+ h2,
40
+ h3,
41
+ h4,
42
+ h5,
43
+ h6,
44
+ body p {
45
+ margin: 0;
46
+ }
47
+ html:not(.is-new-view) {
48
+ h1,
49
+ h2,
50
+ h3,
51
+ h4,
52
+ h5,
53
+ h6,
54
+ body p {
55
+ color: #565656;
56
+ }
57
+ }
58
+
59
+ b {
60
+ font-weight: bolder;
61
+ }
62
+ .font-weight-bold {
63
+ font-weight: 700;
64
+ }
65
+
66
+ .flex {
67
+ display: flex;
68
+ }
69
+ .inline-block {
70
+ display: inline-block;
71
+ }
72
+ .table-row {
73
+ display: table-row;
74
+ }
75
+ .table-cell {
76
+ display: table-cell;
77
+ }
78
+
79
+ .flex-1 {
80
+ flex: 1;
81
+ }
82
+
83
+ .flex-align-center {
84
+ @include flex($align: center);
85
+ }
86
+ .flex-align-start {
87
+ @include flex($align: flex-start);
88
+ }
89
+ .flex-space-between {
90
+ @include flex($just: space-between);
91
+ }
92
+ .flex-justify-end {
93
+ @include flex($just: flex-end);
94
+ }
95
+ .flex-justify-center {
96
+ @include flex($just: center);
97
+ }
98
+ .flex-direction-column {
99
+ @include flex($dir: column);
100
+ }
101
+
102
+ .z-index-1 {
103
+ z-index: 1;
104
+ }
105
+ .z-index-10 {
106
+ z-index: 10;
107
+ }
108
+ .z-index-100 {
109
+ z-index: 100;
110
+ }
111
+ .z-index-1000 {
112
+ z-index: 1000;
113
+ }
114
+ .z-index-10000 {
115
+ z-index: 10000;
116
+ }
117
+ .z-index-100000 {
118
+ z-index: 100000;
119
+ }
120
+ .z-index-1000000 {
121
+ z-index: 1000000;
122
+ }
123
+
124
+ .relative {
125
+ position: relative;
126
+ }
127
+ .absolute-center {
128
+ position: absolute;
129
+ top: 50%;
130
+ left: 50%;
131
+ transform: translateX(-50%) translateY(-50%);
132
+ }
133
+ .absolute-cover {
134
+ position: absolute;
135
+ top: 0;
136
+ left: 0;
137
+ right: 0;
138
+ bottom: 0;
139
+ }
140
+
141
+ .text-ellipsis {
142
+ text-overflow: ellipsis;
143
+ white-space: nowrap;
144
+ overflow: hidden;
145
+ }
146
+
147
+ .pre-line {
148
+ white-space: pre-line;
149
+ }
150
+
151
+ .word-break-all {
152
+ word-break: break-all;
153
+ }
154
+
155
+ .color-red {
156
+ color: red;
157
+ }
158
+
159
+ .div-disabled {
160
+ pointer-events: none;
161
+ cursor: not-allowed;
162
+ opacity: 0.6;
163
+ }
164
+
165
+ .pointer {
166
+ cursor: pointer !important;
167
+ }
168
+
169
+ .default {
170
+ cursor: default !important;
171
+ }
172
+
173
+ .text-decoration-none {
174
+ text-decoration: none !important;
175
+ }
176
+ //
177
+ //a.active,
178
+ //a.router-link-active {
179
+ // pointer-events: none;
180
+ //}
181
+
182
+ .no-selection {
183
+ user-select: none;
184
+ -webkit-user-select: none;
185
+ -moz-user-select: none;
186
+ -khtml-user-select: none;
187
+ -ms-user-select: none;
188
+ }
189
+
190
+ .fill-parent {
191
+ display: flex;
192
+ height: 100%;
193
+ width: 100%;
194
+ overflow: visible;
195
+ }
196
+ .horizontal {
197
+ flex-direction: row;
198
+ }
199
+ .vertical {
200
+ flex-direction: column;
201
+ }
202
+ .gutter {
203
+ background-color: #eee;
204
+ transition-property: background-color;
205
+ transition-delay: 0.25s;
206
+ transition-duration: 0.25s;
207
+ }
208
+
209
+ .clr-icon {
210
+ display: inline-block;
211
+ margin: 0;
212
+ height: 16px;
213
+ width: 16px;
214
+ vertical-align: middle;
215
+ }
216
+
217
+ .select {
218
+ select {
219
+ appearance: none;
220
+ margin: 0;
221
+ border: 0;
222
+ border-radius: 0;
223
+ box-shadow: none;
224
+ background: 0 0;
225
+ height: 1.2rem;
226
+ color: #000;
227
+ display: inline-block;
228
+ min-width: 3rem;
229
+ border-bottom: 1px solid #9a9a9a;
230
+ background: linear-gradient(180deg, transparent 95%, #0095d3 0) no-repeat;
231
+ background-size: 0 100%;
232
+ transition: background-size 0.2s ease;
233
+ position: relative;
234
+ padding: 0 1.1rem 0 0.3rem;
235
+ cursor: pointer;
236
+ width: 100%;
237
+ z-index: 2;
238
+ }
239
+
240
+ &:after {
241
+ position: absolute;
242
+ content: '';
243
+ height: 0.5rem;
244
+ width: 0.5rem;
245
+ top: 0.3499998rem;
246
+ right: 0.3rem;
247
+ //top: 2px;
248
+ //right: -16px;
249
+ background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cstyle%3E.cls-1%7Bfill%3A%239a9a9a%3B%7D%3C%2Fstyle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Ctitle%3ECaret%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C9L1.2%2C4.2a0.68%2C0.68%2C0%2C0%2C1%2C1-1L6%2C7.08%2C9.84%2C3.24a0.68%2C0.68%2C0%2C1%2C1%2C1%2C1Z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
250
+ background-repeat: no-repeat;
251
+ background-size: contain;
252
+ vertical-align: middle;
253
+ margin: 0;
254
+ }
255
+ }
256
+
257
+ .signpost-trigger {
258
+ position: relative;
259
+ overflow: unset;
260
+ }
261
+
262
+ .tooltip-content {
263
+ position: absolute;
264
+ top: calc(100% + 12px);
265
+ left: 50%;
266
+ background-color: var(--tooltip-content-bg-color);
267
+ color: var(--tooltip-content-text-color) !important;
268
+ border-radius: 3px;
269
+ padding: 4px 6px;
270
+ z-index: 9999;
271
+ &.right {
272
+ left: inherit;
273
+ right: 50%;
274
+ &::before {
275
+ left: inherit;
276
+ right: 0;
277
+ border-left: 5px solid transparent;
278
+ border-right: 5px solid var(--tooltip-content-bg-color);
279
+ }
280
+ }
281
+
282
+ &::before {
283
+ content: '';
284
+ position: absolute;
285
+ top: -8px;
286
+ left: 0;
287
+ border-left: 5px solid var(--tooltip-content-bg-color);
288
+ border-bottom: 6px solid var(--tooltip-content-bg-color);
289
+ border-top: 6px solid transparent;
290
+ border-right: 5px solid transparent;
291
+ }
292
+ }
293
+ .tooltip {
294
+ .tooltip-content {
295
+ &.tooltip-top-left {
296
+ &.error {
297
+ background-color: var(--tooltip-content-error-bg-color);
298
+ color: white;
299
+ &::before {
300
+ border-left: 5px solid transparent;
301
+ border-bottom: 6px solid transparent;
302
+ border-top: 6px solid var(--tooltip-content-error-bg-color);
303
+ border-right: 5px solid var(--tooltip-content-error-bg-color);
304
+ }
305
+ }
306
+ }
307
+ &.tooltip-top-right {
308
+ &.error {
309
+ }
310
+ }
311
+ }
312
+ }
313
+
314
+ li {
315
+ list-style-type: none;
316
+ &::marker {
317
+ content: '';
318
+ }
319
+ }
320
+
321
+ //.main-container:has(.notification-bar) {
322
+ // height: calc(100vh - 36px);
323
+ //}
324
+ .dropdown-menu {
325
+ &.position-right {
326
+ left: auto;
327
+ right: 0;
328
+ min-width: 30ch;
329
+ }
330
+ }
331
+ .description {
332
+ color: var(--global-font-color) !important;
333
+ }
334
+
335
+ /* after refactoring */
336
+
337
+ .related-objects {
338
+ &__list {
339
+ }
340
+ &__item {
341
+ display: grid;
342
+ grid-template-columns: 1fr 1fr;
343
+ }
344
+ &__heading {
345
+ color: var(--global-text-color3) !important;
346
+ }
347
+ &__link {
348
+ cursor: pointer;
349
+ color: var(--global-text-color2) !important;
350
+ margin-left: 4px;
351
+ }
352
+ .footer {
353
+ height: 30px;
354
+ }
355
+ }