iguazio.dashboard-react-controls 3.0.4 → 3.1.1
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/ActionsMenu/ActionsMenu.d.ts +18 -0
- package/dist/components/ActionsMenu/ActionsMenu.d.ts.map +1 -0
- package/dist/components/ActionsMenu/ActionsMenu.mjs +126 -0
- package/dist/components/ActionsMenu/ActionsMenu.mjs.map +1 -0
- package/dist/components/BlockerSpy/BlockerSpy.d.ts +12 -0
- package/dist/components/BlockerSpy/BlockerSpy.d.ts.map +1 -0
- package/dist/components/BlockerSpy/BlockerSpy.mjs +18 -0
- package/dist/components/BlockerSpy/BlockerSpy.mjs.map +1 -0
- package/dist/components/Button/Button.mjs +21 -20
- package/dist/components/Button/Button.mjs.map +1 -1
- package/dist/components/Chip/Chip.d.ts +3 -0
- package/dist/components/Chip/Chip.d.ts.map +1 -0
- package/dist/components/Chip/Chip.mjs +153 -0
- package/dist/components/Chip/Chip.mjs.map +1 -0
- package/dist/components/Chip/Chip.stories.d.ts +26 -0
- package/dist/components/Chip/Chip.stories.d.ts.map +1 -0
- package/dist/components/ChipCell/ChipCell.d.ts +3 -0
- package/dist/components/ChipCell/ChipCell.d.ts.map +1 -0
- package/dist/components/ChipCell/ChipCell.mjs +212 -0
- package/dist/components/ChipCell/ChipCell.mjs.map +1 -0
- package/dist/components/ChipCell/ChipTooltip/ChipTooltip.d.ts +15 -0
- package/dist/components/ChipCell/ChipTooltip/ChipTooltip.d.ts.map +1 -0
- package/dist/components/ChipCell/ChipTooltip/ChipTooltip.mjs +36 -0
- package/dist/components/ChipCell/ChipTooltip/ChipTooltip.mjs.map +1 -0
- package/dist/components/ChipCell/HiddenChipsBlock/HiddenChipsBlock.d.ts +35 -0
- package/dist/components/ChipCell/HiddenChipsBlock/HiddenChipsBlock.d.ts.map +1 -0
- package/dist/components/ChipCell/HiddenChipsBlock/HiddenChipsBlock.mjs +73 -0
- package/dist/components/ChipCell/HiddenChipsBlock/HiddenChipsBlock.mjs.map +1 -0
- package/dist/components/ChipForm/ChipForm.d.ts +25 -0
- package/dist/components/ChipForm/ChipForm.d.ts.map +1 -0
- package/dist/components/ChipForm/ChipForm.mjs +184 -0
- package/dist/components/ChipForm/ChipForm.mjs.map +1 -0
- package/dist/components/CopyToClipboard/CopyToClipboard.d.ts +18 -0
- package/dist/components/CopyToClipboard/CopyToClipboard.d.ts.map +1 -0
- package/dist/components/CopyToClipboard/CopyToClipboard.mjs +51 -0
- package/dist/components/CopyToClipboard/CopyToClipboard.mjs.map +1 -0
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +12 -0
- package/dist/components/ErrorMessage/ErrorMessage.d.ts.map +1 -0
- package/dist/components/ErrorMessage/ErrorMessage.mjs +23 -0
- package/dist/components/ErrorMessage/ErrorMessage.mjs.map +1 -0
- package/dist/components/FormChipCell/FormChipCellView.mjs +1 -1
- package/dist/components/LoadButton/LoadButton.d.ts +16 -0
- package/dist/components/LoadButton/LoadButton.d.ts.map +1 -0
- package/dist/components/LoadButton/LoadButton.mjs +22 -0
- package/dist/components/LoadButton/LoadButton.mjs.map +1 -0
- package/dist/components/LoadButton/LoadButton.stories.d.ts +10 -0
- package/dist/components/LoadButton/LoadButton.stories.d.ts.map +1 -0
- package/dist/components/Loader/Loader.d.ts +3 -0
- package/dist/components/Loader/Loader.d.ts.map +1 -0
- package/dist/components/Loader/Loader.mjs +24 -0
- package/dist/components/Loader/Loader.mjs.map +1 -0
- package/dist/components/Loader/LoaderForSuspenseFallback.d.ts +3 -0
- package/dist/components/Loader/LoaderForSuspenseFallback.d.ts.map +1 -0
- package/dist/components/Loader/LoaderForSuspenseFallback.mjs +13 -0
- package/dist/components/Loader/LoaderForSuspenseFallback.mjs.map +1 -0
- package/dist/components/TableCell/TableCell.d.ts +28 -0
- package/dist/components/TableCell/TableCell.d.ts.map +1 -0
- package/dist/components/TableCell/TableCell.mjs +104 -0
- package/dist/components/TableCell/TableCell.mjs.map +1 -0
- package/dist/components/TabsSlider/TabsSlider.d.ts +20 -0
- package/dist/components/TabsSlider/TabsSlider.d.ts.map +1 -0
- package/dist/components/TabsSlider/TabsSlider.mjs +133 -0
- package/dist/components/TabsSlider/TabsSlider.mjs.map +1 -0
- package/dist/components/index.d.ts +12 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.mjs +60 -38
- package/dist/components/index.mjs.map +1 -1
- package/dist/constants.d.ts +8 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.mjs +34 -26
- package/dist/constants.mjs.map +1 -1
- package/dist/elements/ActionsMenuItem/ActionsMenuItem.d.ts +16 -0
- package/dist/elements/ActionsMenuItem/ActionsMenuItem.d.ts.map +1 -0
- package/dist/elements/ActionsMenuItem/ActionsMenuItem.mjs +51 -0
- package/dist/elements/ActionsMenuItem/ActionsMenuItem.mjs.map +1 -0
- package/dist/elements/TableHead/TableHead.d.ts +20 -0
- package/dist/elements/TableHead/TableHead.d.ts.map +1 -0
- package/dist/elements/TableHead/TableHead.mjs +58 -0
- package/dist/elements/TableHead/TableHead.mjs.map +1 -0
- package/dist/elements/TableLinkCell/TableLinkCell.d.ts +24 -0
- package/dist/elements/TableLinkCell/TableLinkCell.d.ts.map +1 -0
- package/dist/elements/TableLinkCell/TableLinkCell.mjs +87 -0
- package/dist/elements/TableLinkCell/TableLinkCell.mjs.map +1 -0
- package/dist/elements/TableTypeCell/TableTypeCell.d.ts +12 -0
- package/dist/elements/TableTypeCell/TableTypeCell.d.ts.map +1 -0
- package/dist/elements/TableTypeCell/TableTypeCell.mjs +37 -0
- package/dist/elements/TableTypeCell/TableTypeCell.mjs.map +1 -0
- package/dist/elements/index.d.ts +5 -1
- package/dist/elements/index.d.ts.map +1 -1
- package/dist/elements/index.mjs +18 -10
- package/dist/elements/index.mjs.map +1 -1
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.mjs +14 -8
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/hooks/useDetails.hook.d.ts +72 -0
- package/dist/hooks/useDetails.hook.d.ts.map +1 -0
- package/dist/hooks/useDetails.hook.mjs +204 -0
- package/dist/hooks/useDetails.hook.mjs.map +1 -0
- package/dist/hooks/useDetailsHeader.hook.d.ts +77 -0
- package/dist/hooks/useDetailsHeader.hook.d.ts.map +1 -0
- package/dist/hooks/useDetailsHeader.hook.mjs +219 -0
- package/dist/hooks/useDetailsHeader.hook.mjs.map +1 -0
- package/dist/hooks/useTable.hook.d.ts +60 -0
- package/dist/hooks/useTable.hook.d.ts.map +1 -0
- package/dist/hooks/useTable.hook.mjs +129 -0
- package/dist/hooks/useTable.hook.mjs.map +1 -0
- package/dist/images/add.svg.mjs +2 -3
- package/dist/images/add.svg.mjs.map +1 -1
- package/dist/images/add.svg2.mjs +6 -0
- package/dist/images/add.svg2.mjs.map +1 -0
- package/dist/images/cancel.svg +3 -0
- package/dist/images/copy-to-clipboard-icon.svg.mjs +6 -0
- package/dist/images/copy-to-clipboard-icon.svg.mjs.map +1 -0
- package/dist/images/elipsis.svg.mjs +6 -0
- package/dist/images/elipsis.svg.mjs.map +1 -0
- package/dist/images/history.svg.mjs +6 -0
- package/dist/images/history.svg.mjs.map +1 -0
- package/dist/images/ml-enlarge.svg.mjs +6 -0
- package/dist/images/ml-enlarge.svg.mjs.map +1 -0
- package/dist/images/ml-minimize.svg.mjs +6 -0
- package/dist/images/ml-minimize.svg.mjs.map +1 -0
- package/dist/images/refresh.svg.mjs +6 -0
- package/dist/images/refresh.svg.mjs.map +1 -0
- package/dist/images/unsuccess_alert.svg.mjs +6 -0
- package/dist/images/unsuccess_alert.svg.mjs.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +10 -8
- package/dist/index.mjs.map +1 -1
- package/dist/reducers/commonDetailsReducer.d.ts +12 -0
- package/dist/reducers/commonDetailsReducer.d.ts.map +1 -0
- package/dist/reducers/commonDetailsReducer.mjs +77 -0
- package/dist/reducers/commonDetailsReducer.mjs.map +1 -0
- package/dist/reducers/index.d.ts +3 -0
- package/dist/reducers/index.d.ts.map +1 -0
- package/dist/reducers/index.mjs +7 -0
- package/dist/reducers/index.mjs.map +1 -0
- package/dist/reducers/notificationReducer.d.ts +3 -0
- package/dist/reducers/notificationReducer.d.ts.map +1 -0
- package/dist/reducers/notificationReducer.mjs +21 -0
- package/dist/reducers/notificationReducer.mjs.map +1 -0
- package/dist/scss/common.scss +655 -0
- package/dist/scss/details.scss +376 -0
- package/dist/scss/mixins.scss +1 -1
- package/dist/scss/table.scss +283 -0
- package/dist/types.d.ts +6 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.mjs +89 -45
- package/dist/types.mjs.map +1 -1
- package/dist/utils/chips.util.d.ts +30 -0
- package/dist/utils/chips.util.d.ts.map +1 -0
- package/dist/utils/chips.util.mjs +75 -0
- package/dist/utils/chips.util.mjs.map +1 -0
- package/dist/utils/common.util.d.ts +5 -0
- package/dist/utils/common.util.d.ts.map +1 -1
- package/dist/utils/common.util.mjs +80 -33
- package/dist/utils/common.util.mjs.map +1 -1
- package/dist/utils/datetime.util.d.ts +9 -0
- package/dist/utils/datetime.util.d.ts.map +1 -0
- package/dist/utils/datetime.util.mjs +53 -0
- package/dist/utils/datetime.util.mjs.map +1 -0
- package/dist/utils/filter.util.d.ts +5 -0
- package/dist/utils/filter.util.d.ts.map +1 -0
- package/dist/utils/filter.util.mjs +23 -0
- package/dist/utils/filter.util.mjs.map +1 -0
- package/dist/utils/index.d.ts +5 -0
- package/dist/utils/index.mjs +22 -12
- package/dist/utils/index.mjs.map +1 -1
- package/dist/utils/notification.util.d.ts +2 -0
- package/dist/utils/notification.util.d.ts.map +1 -0
- package/dist/utils/notification.util.mjs +17 -0
- package/dist/utils/notification.util.mjs.map +1 -0
- package/dist/utils/string.util.d.ts +6 -0
- package/dist/utils/string.util.d.ts.map +1 -0
- package/dist/utils/string.util.mjs +13 -0
- package/dist/utils/string.util.mjs.map +1 -0
- package/package.json +11 -1
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
@use './colors';
|
|
2
|
+
@use './mixins';
|
|
3
|
+
@use './borders';
|
|
4
|
+
@use './shadows';
|
|
5
|
+
|
|
6
|
+
.table {
|
|
7
|
+
&__item {
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 0;
|
|
10
|
+
right: 0;
|
|
11
|
+
z-index: 2;
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
width: calc(100% - 250px);
|
|
15
|
+
height: 100%;
|
|
16
|
+
padding: 20px 30px;
|
|
17
|
+
overflow-y: auto;
|
|
18
|
+
color: colors.$mulledWine;
|
|
19
|
+
background-color: colors.$white;
|
|
20
|
+
border: 1px solid colors.$magnoliaWhite;
|
|
21
|
+
border-radius: 0 4px 4px 0;
|
|
22
|
+
|
|
23
|
+
&_big {
|
|
24
|
+
width: 100%;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&-popup {
|
|
28
|
+
border-radius: 8px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.error {
|
|
32
|
+
margin-bottom: 10px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.item {
|
|
36
|
+
&-header {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-wrap: wrap;
|
|
39
|
+
align-items: flex-start;
|
|
40
|
+
justify-content: flex-end;
|
|
41
|
+
margin: 0 0 1em 0;
|
|
42
|
+
|
|
43
|
+
&-wrapper {
|
|
44
|
+
position: sticky;
|
|
45
|
+
top: 0;
|
|
46
|
+
left: 0;
|
|
47
|
+
z-index: 6;
|
|
48
|
+
background-color: inherit;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&__title {
|
|
52
|
+
display: flex;
|
|
53
|
+
align-items: center;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&__status {
|
|
57
|
+
color: colors.$topaz;
|
|
58
|
+
line-height: 25px;
|
|
59
|
+
|
|
60
|
+
&-row {
|
|
61
|
+
display: flex;
|
|
62
|
+
flex: 1 0 100%;
|
|
63
|
+
flex-flow: row wrap;
|
|
64
|
+
align-items: center;
|
|
65
|
+
margin-bottom: 5px;
|
|
66
|
+
|
|
67
|
+
.info-banner {
|
|
68
|
+
display: flex;
|
|
69
|
+
gap: 8px;
|
|
70
|
+
align-items: center;
|
|
71
|
+
max-width: 100%;
|
|
72
|
+
height: 36px;
|
|
73
|
+
padding: 4px 8px;
|
|
74
|
+
background-color: colors.$magnoliaWhite;
|
|
75
|
+
border-radius: 4px;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
&__back-btn {
|
|
81
|
+
margin-right: 5px;
|
|
82
|
+
|
|
83
|
+
& > * {
|
|
84
|
+
margin: 0;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
&__navigation-buttons {
|
|
89
|
+
display: flex;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&__pods {
|
|
93
|
+
&-error {
|
|
94
|
+
color: colors.$spunPearl;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&__data {
|
|
99
|
+
flex: 1 0 0;
|
|
100
|
+
min-width: 250px;
|
|
101
|
+
margin-right: auto;
|
|
102
|
+
|
|
103
|
+
h3 {
|
|
104
|
+
margin: 0 0 5px 0;
|
|
105
|
+
font-size: 24px;
|
|
106
|
+
line-height: 28px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.state {
|
|
110
|
+
display: inline-block;
|
|
111
|
+
min-width: 18px;
|
|
112
|
+
|
|
113
|
+
i {
|
|
114
|
+
margin: 0 10px 0 5px;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.error-container {
|
|
119
|
+
flex: 1;
|
|
120
|
+
margin-left: 0;
|
|
121
|
+
|
|
122
|
+
&:not(:last-child) {
|
|
123
|
+
margin-right: 1em;
|
|
124
|
+
padding-right: 1em;
|
|
125
|
+
border-right: borders.$secondaryBorder;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
&__custom-elements {
|
|
131
|
+
z-index: 7;
|
|
132
|
+
display: flex;
|
|
133
|
+
align-items: center;
|
|
134
|
+
margin-right: 10px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
&__buttons {
|
|
138
|
+
z-index: 7;
|
|
139
|
+
display: flex;
|
|
140
|
+
align-items: center;
|
|
141
|
+
|
|
142
|
+
a {
|
|
143
|
+
display: inline-block;
|
|
144
|
+
margin: 21px 21px 21px 10px;
|
|
145
|
+
|
|
146
|
+
&.details-close-btn {
|
|
147
|
+
margin: 0;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.btn {
|
|
152
|
+
margin: 0 0.2rem;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.table-actions-container {
|
|
156
|
+
display: block;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.actions-menu {
|
|
160
|
+
&__container {
|
|
161
|
+
display: block;
|
|
162
|
+
|
|
163
|
+
.btn {
|
|
164
|
+
padding: 0;
|
|
165
|
+
border: none;
|
|
166
|
+
|
|
167
|
+
&:hover {
|
|
168
|
+
background-color: transparent;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
:first-child {
|
|
172
|
+
margin-right: 0;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.details-date-picker {
|
|
179
|
+
margin-right: 12px;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
&__content {
|
|
185
|
+
border-top: borders.$secondaryBorder;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
&_inputs {
|
|
190
|
+
width: 100%;
|
|
191
|
+
|
|
192
|
+
@include mixins.resetSpaces;
|
|
193
|
+
|
|
194
|
+
&_item {
|
|
195
|
+
display: flex;
|
|
196
|
+
flex-direction: row;
|
|
197
|
+
align-items: center;
|
|
198
|
+
padding: 27px 24px;
|
|
199
|
+
border-bottom: borders.$secondaryBorder;
|
|
200
|
+
|
|
201
|
+
div {
|
|
202
|
+
min-width: 237px;
|
|
203
|
+
padding: 0 5px;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
&-logs {
|
|
209
|
+
position: relative;
|
|
210
|
+
display: flex;
|
|
211
|
+
flex: 1;
|
|
212
|
+
width: 100%;
|
|
213
|
+
min-height: 200px;
|
|
214
|
+
padding: 10px 0;
|
|
215
|
+
color: colors.$white;
|
|
216
|
+
font-family: 'Source Code Pro', 'Courier New', monospace;
|
|
217
|
+
white-space: pre-wrap;
|
|
218
|
+
background-color: colors.$black;
|
|
219
|
+
|
|
220
|
+
&:not(:last-child) {
|
|
221
|
+
margin-bottom: 10px;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
&-container {
|
|
225
|
+
display: flex;
|
|
226
|
+
flex-direction: column;
|
|
227
|
+
height: 100%;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
&-content {
|
|
231
|
+
width: 100%;
|
|
232
|
+
height: 100%;
|
|
233
|
+
padding: 0 10px;
|
|
234
|
+
overflow-y: scroll;
|
|
235
|
+
|
|
236
|
+
/* Define the thumb style */
|
|
237
|
+
&::-webkit-scrollbar-thumb {
|
|
238
|
+
background: colors.$doveGray;
|
|
239
|
+
border-radius: 5px;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
&-panel {
|
|
244
|
+
padding: 0 10px;
|
|
245
|
+
|
|
246
|
+
.logs-refresh {
|
|
247
|
+
.btn {
|
|
248
|
+
min-width: 40px;
|
|
249
|
+
padding: 0;
|
|
250
|
+
border-radius: 50%;
|
|
251
|
+
|
|
252
|
+
& > * {
|
|
253
|
+
margin: 0;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.logs-loader {
|
|
259
|
+
width: 40px;
|
|
260
|
+
height: 40px;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
&_artifacts {
|
|
266
|
+
display: flex;
|
|
267
|
+
flex: 1;
|
|
268
|
+
flex-direction: column;
|
|
269
|
+
|
|
270
|
+
&_wrapper {
|
|
271
|
+
width: 100%;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.details-item {
|
|
276
|
+
&__buttons-block {
|
|
277
|
+
display: flex;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
&__apply-btn-wrapper {
|
|
281
|
+
width: 30px;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
&__apply-btn {
|
|
285
|
+
display: block;
|
|
286
|
+
min-width: 30px;
|
|
287
|
+
height: 30px;
|
|
288
|
+
margin: 0;
|
|
289
|
+
padding: 0;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.preview_container {
|
|
294
|
+
display: flex;
|
|
295
|
+
flex-flow: column;
|
|
296
|
+
width: 100%;
|
|
297
|
+
height: 100%;
|
|
298
|
+
|
|
299
|
+
&__header {
|
|
300
|
+
display: flex;
|
|
301
|
+
justify-content: space-between;
|
|
302
|
+
|
|
303
|
+
&-text {
|
|
304
|
+
align-self: center;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.inputs_container {
|
|
309
|
+
width: 100%;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.accordion {
|
|
313
|
+
&__container {
|
|
314
|
+
&.open {
|
|
315
|
+
.accordion__body {
|
|
316
|
+
overflow: initial;
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.preview {
|
|
323
|
+
&_popout {
|
|
324
|
+
margin: 0;
|
|
325
|
+
padding: 0;
|
|
326
|
+
background: colors.$white;
|
|
327
|
+
border: none;
|
|
328
|
+
outline: none;
|
|
329
|
+
cursor: pointer;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.json {
|
|
334
|
+
padding: 0 15px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.preview-table {
|
|
338
|
+
display: flex;
|
|
339
|
+
flex: 1;
|
|
340
|
+
flex-direction: column;
|
|
341
|
+
overflow: auto;
|
|
342
|
+
|
|
343
|
+
.table-header {
|
|
344
|
+
top: 0;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
&_code {
|
|
350
|
+
flex: 1;
|
|
351
|
+
overflow: auto;
|
|
352
|
+
|
|
353
|
+
h3 {
|
|
354
|
+
text-align: center;
|
|
355
|
+
vertical-align: middle;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
pre {
|
|
359
|
+
padding: 8px 16px;
|
|
360
|
+
white-space: pre-wrap;
|
|
361
|
+
word-break: break-word;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
&.pop-up-dialog-opened {
|
|
366
|
+
overflow-y: hidden;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.chips {
|
|
370
|
+
&-wrapper {
|
|
371
|
+
flex-wrap: wrap;
|
|
372
|
+
width: 100%;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
package/dist/scss/mixins.scss
CHANGED
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
@use './variables';
|
|
2
|
+
@use './colors';
|
|
3
|
+
@use './mixins';
|
|
4
|
+
@use './borders';
|
|
5
|
+
@use './shadows';
|
|
6
|
+
|
|
7
|
+
@mixin tableCellWidth {
|
|
8
|
+
flex: 0 0 auto;
|
|
9
|
+
min-width: 75px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.table {
|
|
13
|
+
&__flex {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex: 1;
|
|
16
|
+
flex-flow: row wrap;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&__content {
|
|
20
|
+
position: relative;
|
|
21
|
+
flex: 1;
|
|
22
|
+
|
|
23
|
+
[class*='icon'] {
|
|
24
|
+
flex-wrap: nowrap;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.text-bold {
|
|
28
|
+
font-weight: 500;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&__wrapper {
|
|
33
|
+
.content & {
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0;
|
|
36
|
+
right: 0;
|
|
37
|
+
z-index: 2;
|
|
38
|
+
display: flex;
|
|
39
|
+
width: 100%;
|
|
40
|
+
height: 100%;
|
|
41
|
+
overflow-y: auto;
|
|
42
|
+
color: colors.$mulledWine;
|
|
43
|
+
background-color: colors.$white;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
& [class*='table-cell-'] {
|
|
48
|
+
@include tableCellWidth;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.table-row {
|
|
52
|
+
.table-cell {
|
|
53
|
+
&-1 {
|
|
54
|
+
flex: 1;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&-2 {
|
|
58
|
+
flex: 2;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&-3 {
|
|
62
|
+
flex: 3;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&-4 {
|
|
66
|
+
flex: 4;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&-5 {
|
|
70
|
+
flex: 5;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&-6 {
|
|
74
|
+
flex: 6;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&-7 {
|
|
78
|
+
flex: 7;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&-8 {
|
|
82
|
+
flex: 8;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&-9 {
|
|
86
|
+
flex: 9;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&-10 {
|
|
90
|
+
flex: 10;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
&-extra-small {
|
|
94
|
+
flex: 1;
|
|
95
|
+
max-width: 85px;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&-small {
|
|
99
|
+
flex: 1;
|
|
100
|
+
max-width: 150px;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&:has(.actions-menu__container-active) {
|
|
105
|
+
background-color: colors.$ghostWhite;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&.table {
|
|
110
|
+
&__scrolled {
|
|
111
|
+
.table-cell-name {
|
|
112
|
+
&::after {
|
|
113
|
+
position: absolute;
|
|
114
|
+
top: 0;
|
|
115
|
+
right: 0;
|
|
116
|
+
bottom: 0;
|
|
117
|
+
width: 5px;
|
|
118
|
+
background-color: inherit;
|
|
119
|
+
border-right: borders.$secondaryBorder;
|
|
120
|
+
box-shadow: 2px 0 2px -1px rgba(colors.$black, 0.2);
|
|
121
|
+
content: '';
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.parent-row_expanded {
|
|
126
|
+
.row_grouped-by {
|
|
127
|
+
.table-cell-name {
|
|
128
|
+
border-right: none;
|
|
129
|
+
box-shadow: none;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.targets-cell {
|
|
137
|
+
flex-wrap: nowrap;
|
|
138
|
+
min-width: 130px;
|
|
139
|
+
|
|
140
|
+
svg {
|
|
141
|
+
margin: 0 5px;
|
|
142
|
+
|
|
143
|
+
&:first-child {
|
|
144
|
+
margin-left: 0;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
&__panel-container {
|
|
150
|
+
position: sticky;
|
|
151
|
+
top: 0;
|
|
152
|
+
z-index: 1;
|
|
153
|
+
width: auto;
|
|
154
|
+
border-left: borders.$primaryBorder;
|
|
155
|
+
box-shadow: shadows.$tablePanelShadow;
|
|
156
|
+
|
|
157
|
+
&.hidden {
|
|
158
|
+
display: none;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
&__panel {
|
|
163
|
+
height: 100%;
|
|
164
|
+
overflow: hidden auto;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.error-message {
|
|
168
|
+
justify-content: center;
|
|
169
|
+
width: 100%;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.table {
|
|
173
|
+
&-header {
|
|
174
|
+
&__cell {
|
|
175
|
+
@include tableCellWidth;
|
|
176
|
+
|
|
177
|
+
&.buttonPopout,
|
|
178
|
+
&.buttonDownload {
|
|
179
|
+
@include mixins.tableColumnFlex(0.5, 80px);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
&.align-right {
|
|
183
|
+
justify-content: flex-end;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.tip-container {
|
|
187
|
+
margin-left: 2px;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.icons-container {
|
|
192
|
+
min-width: 150px;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
&-body {
|
|
197
|
+
color: colors.$mulledWine;
|
|
198
|
+
|
|
199
|
+
&__cell {
|
|
200
|
+
@include tableCellWidth;
|
|
201
|
+
|
|
202
|
+
&_hidden {
|
|
203
|
+
font-size: 0;
|
|
204
|
+
|
|
205
|
+
* {
|
|
206
|
+
visibility: hidden;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.chip {
|
|
210
|
+
visibility: hidden;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.cell_name {
|
|
215
|
+
position: relative;
|
|
216
|
+
display: flex;
|
|
217
|
+
flex: 1;
|
|
218
|
+
flex-direction: column;
|
|
219
|
+
margin: 0;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.text_small {
|
|
223
|
+
min-width: 100%;
|
|
224
|
+
max-width: 50px;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
&.align-right {
|
|
228
|
+
justify-content: flex-end;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
&_type {
|
|
232
|
+
display: inline-flex;
|
|
233
|
+
text-transform: capitalize;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
a {
|
|
237
|
+
position: relative;
|
|
238
|
+
width: 100%;
|
|
239
|
+
margin: 0;
|
|
240
|
+
text-decoration: none;
|
|
241
|
+
|
|
242
|
+
span {
|
|
243
|
+
display: block;
|
|
244
|
+
width: 100%;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
i {
|
|
249
|
+
margin-right: 5px;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
button {
|
|
253
|
+
display: flex;
|
|
254
|
+
font-size: 15px;
|
|
255
|
+
background-color: transparent;
|
|
256
|
+
border: none;
|
|
257
|
+
|
|
258
|
+
&:disabled {
|
|
259
|
+
cursor: default;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
&:not(:disabled) {
|
|
263
|
+
cursor: pointer;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.path-tooltip {
|
|
268
|
+
cursor: pointer;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.chip_short {
|
|
272
|
+
max-width: 100px;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.alert-icon-cell {
|
|
276
|
+
display: flex;
|
|
277
|
+
gap: 4px;
|
|
278
|
+
align-items: center;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
package/dist/types.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export const BUTTON_VARIANTS: any;
|
|
2
2
|
export const CHIP: any;
|
|
3
3
|
export const CHIP_INPUT_LIST: any;
|
|
4
|
+
export const DENSITY_OPTIONS: any;
|
|
4
5
|
export const CHIP_OPTIONS: any;
|
|
5
6
|
export const CHIPS: any;
|
|
6
7
|
export const POP_UP_CUSTOM_POSITION: any;
|
|
@@ -22,4 +23,9 @@ export const ALLOW_SORT_BY: any;
|
|
|
22
23
|
export const DEFAULT_SORT_BY: any;
|
|
23
24
|
export const EXCLUDE_SORT_BY: any;
|
|
24
25
|
export const DENSITY: any;
|
|
26
|
+
export const VIRTUALIZATION_CONFIG: any;
|
|
27
|
+
export const SLIDER_TABS: any;
|
|
28
|
+
export const DETAILS_MENU: any;
|
|
29
|
+
export const ACTION_BUTTON: any;
|
|
30
|
+
export const ACTIONS_MENU: any;
|
|
25
31
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/lib/types.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/lib/types.js"],"names":[],"mappings":"AAmCA,kCAME;AAEF,uBAIE;AAEF,kCASC;AAED,kCAKE;AAEF,+BAgBE;AAEF,wBAA4C;AAE5C,yCAKE;AAEF,8BAAgG;AAEhG,+CAIE;AACF,yCAAgG;AAChG,+CAIE;AAEF,sCAQC;AAED,6BAGE;AAEF,gCASE;AAEF,iCAA8D;AAE9D,yCAOC;AAED,2CAMC;AAED,4CAMC;AAED,0CAMC;AAED,0CAQE;AAEF,6BAIE;AAEF,gCAIE;AAEF,kCAAwF;AAExF,kCAIE;AAEF,0BAA+E;AAE/E,wCAIE;AAEF,8BAOC;AAED,+BAMC;AAED,gCAOE;AAUF,+BAGE"}
|