smart-webcomponents-react 13.1.1 → 13.1.26
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/alertwindow/alertwindow.d.ts +10 -0
- package/alertwindow/alertwindow.esm.js +23 -1
- package/alertwindow/alertwindow.umd.js +23 -1
- package/barcode/barcode.d.ts +4 -2
- package/datetimepicker/datetimepicker.d.ts +8 -0
- package/datetimepicker/datetimepicker.esm.js +55 -0
- package/datetimepicker/datetimepicker.umd.js +860 -805
- package/dialogwindow/dialogwindow.d.ts +10 -0
- package/dialogwindow/dialogwindow.esm.js +23 -1
- package/dialogwindow/dialogwindow.umd.js +23 -1
- package/dockinglayout/dockinglayout.d.ts +6 -0
- package/dockinglayout/dockinglayout.esm.js +15 -0
- package/dockinglayout/dockinglayout.umd.js +15 -0
- package/grid/grid.d.ts +16 -1
- package/grid/grid.esm.js +29 -0
- package/grid/grid.umd.js +29 -0
- package/index.d.ts +225 -7
- package/kanban/kanban.d.ts +26 -1
- package/kanban/kanban.esm.js +56 -1
- package/kanban/kanban.umd.js +56 -1
- package/layout/dockinglayout.d.ts +6 -0
- package/multilinewindow/multilinewindow.d.ts +10 -0
- package/multilinewindow/multilinewindow.esm.js +23 -1
- package/multilinewindow/multilinewindow.umd.js +23 -1
- package/package.json +1 -1
- package/progresswindow/progresswindow.d.ts +10 -0
- package/progresswindow/progresswindow.esm.js +23 -1
- package/progresswindow/progresswindow.umd.js +23 -1
- package/promptwindow/promptwindow.d.ts +10 -0
- package/promptwindow/promptwindow.esm.js +23 -1
- package/promptwindow/promptwindow.umd.js +23 -1
- package/qrcode/package.json +7 -0
- package/qrcode/qrcode.d.ts +141 -0
- package/qrcode/qrcode.esm.js +376 -0
- package/qrcode/qrcode.umd.js +387 -0
- package/source/modules/smart.accordion.js +1 -1
- package/source/modules/smart.array.js +1 -1
- package/source/modules/smart.barcode.js +2 -2
- package/source/modules/smart.breadcrumb.js +1 -1
- package/source/modules/smart.button.js +1 -1
- package/source/modules/smart.buttongroup.js +1 -1
- package/source/modules/smart.calendar.js +2 -2
- package/source/modules/smart.card.js +1 -1
- package/source/modules/smart.cardview.js +5 -5
- package/source/modules/smart.carousel.js +1 -1
- package/source/modules/smart.chart.js +2 -2
- package/source/modules/smart.checkbox.js +1 -1
- package/source/modules/smart.checkinput.js +1 -1
- package/source/modules/smart.chip.js +1 -1
- package/source/modules/smart.colorinput.js +1 -1
- package/source/modules/smart.colorpanel.js +1 -1
- package/source/modules/smart.colorpicker.js +1 -1
- package/source/modules/smart.combobox.js +1 -1
- package/source/modules/smart.common.js +3 -3
- package/source/modules/smart.countryinput.js +1 -1
- package/source/modules/smart.dateinput.js +3 -3
- package/source/modules/smart.daterangeinput.js +3 -3
- package/source/modules/smart.datetimepicker.js +3 -3
- package/source/modules/smart.dockinglayout.js +4 -4
- package/source/modules/smart.dropdownbutton.js +1 -1
- package/source/modules/smart.dropdownlist.js +1 -1
- package/source/modules/smart.editor.js +3 -3
- package/source/modules/smart.element.js +1 -1
- package/source/modules/smart.fileupload.js +1 -1
- package/source/modules/smart.form.js +1 -1
- package/source/modules/smart.formulaparser.js +1 -1
- package/source/modules/smart.ganttchart.js +7 -7
- package/source/modules/smart.gauge.js +2 -2
- package/source/modules/smart.grid.js +16 -16
- package/source/modules/smart.gridpanel.js +5 -5
- package/source/modules/smart.input.js +1 -1
- package/source/modules/smart.kanban.js +6 -6
- package/source/modules/smart.layout.js +1 -1
- package/source/modules/smart.led.js +1 -1
- package/source/modules/smart.listbox.js +1 -1
- package/source/modules/smart.listmenu.js +1 -1
- package/source/modules/smart.map.js +1 -1
- package/source/modules/smart.maskedtextbox.js +1 -1
- package/source/modules/smart.menu.js +1 -1
- package/source/modules/smart.multicomboinput.js +1 -1
- package/source/modules/smart.multiinput.js +1 -1
- package/source/modules/smart.multilinetextbox.js +1 -1
- package/source/modules/smart.multisplitbutton.js +1 -1
- package/source/modules/smart.numberinput.js +1 -1
- package/source/modules/smart.numerictextbox.js +1 -1
- package/source/modules/smart.pager.js +1 -1
- package/source/modules/smart.passwordinput.js +1 -1
- package/source/modules/smart.passwordtextbox.js +1 -1
- package/source/modules/smart.path.js +1 -1
- package/source/modules/smart.phoneinput.js +1 -1
- package/source/modules/smart.pivottable.js +6 -6
- package/source/modules/smart.progressbar.js +1 -1
- package/source/modules/smart.qrcode.js +117 -0
- package/source/modules/smart.querybuilder.js +3 -3
- package/source/modules/smart.radiobutton.js +1 -1
- package/source/modules/smart.rating.js +1 -1
- package/source/modules/smart.router.js +2 -2
- package/source/modules/smart.scheduler.js +5 -5
- package/source/modules/smart.scrollbar.js +1 -1
- package/source/modules/smart.slider.js +2 -2
- package/source/modules/smart.sortable.js +1 -1
- package/source/modules/smart.splitter.js +1 -1
- package/source/modules/smart.switchbutton.js +1 -1
- package/source/modules/smart.table.js +5 -5
- package/source/modules/smart.tabs.js +2 -2
- package/source/modules/smart.tank.js +2 -2
- package/source/modules/smart.textarea.js +1 -1
- package/source/modules/smart.textbox.js +1 -1
- package/source/modules/smart.timeinput.js +1 -1
- package/source/modules/smart.timepicker.js +1 -1
- package/source/modules/smart.toast.js +1 -1
- package/source/modules/smart.tooltip.js +1 -1
- package/source/modules/smart.tree.js +2 -2
- package/source/modules/smart.validator.js +1 -1
- package/source/modules/smart.window.js +2 -2
- package/source/smart.accordion.js +1 -1
- package/source/smart.ajax.js +1 -1
- package/source/smart.array.js +1 -1
- package/source/smart.barcode.js +2 -2
- package/source/smart.bootstrap.js +1 -1
- package/source/smart.breadcrumb.js +1 -1
- package/source/smart.button.js +1 -1
- package/source/smart.buttongroup.js +1 -1
- package/source/smart.calendar.js +1 -1
- package/source/smart.card.js +1 -1
- package/source/smart.cardview.js +1 -1
- package/source/smart.carousel.js +1 -1
- package/source/smart.chart.annotations.js +1 -1
- package/source/smart.chart.api.js +1 -1
- package/source/smart.chart.core.js +1 -1
- package/source/smart.chart.js +1 -1
- package/source/smart.chart.rangeselector.js +1 -1
- package/source/smart.chart.waterfall.js +1 -1
- package/source/smart.checkbox.js +1 -1
- package/source/smart.checkinput.js +1 -1
- package/source/smart.chip.js +1 -1
- package/source/smart.colorinput.js +1 -1
- package/source/smart.colorpanel.js +1 -1
- package/source/smart.colorpicker.js +1 -1
- package/source/smart.combobox.js +1 -1
- package/source/smart.complex.js +1 -1
- package/source/smart.core.js +1 -1
- package/source/smart.countryinput.js +1 -1
- package/source/smart.data.js +2 -2
- package/source/smart.date.js +2 -2
- package/source/smart.dateformatpanel.js +1 -1
- package/source/smart.dateinput.js +2 -2
- package/source/smart.daterangeinput.js +1 -1
- package/source/smart.datetimepicker.js +2 -2
- package/source/smart.dockinglayout.js +2 -2
- package/source/smart.draw.js +1 -1
- package/source/smart.dropdownbutton.js +1 -1
- package/source/smart.dropdownlist.js +1 -1
- package/source/smart.editor.js +2 -2
- package/source/smart.element.js +1 -1
- package/source/smart.elements.js +21 -21
- package/source/smart.export.js +1 -1
- package/source/smart.fileupload.js +1 -1
- package/source/smart.filter.js +1 -1
- package/source/smart.filterbuilder.js +1 -1
- package/source/smart.filterpanel.js +1 -1
- package/source/smart.form.js +1 -1
- package/source/smart.format.js +1 -1
- package/source/smart.formulaparser.js +1 -1
- package/source/smart.ganttchart.js +1 -1
- package/source/smart.gauge.js +1 -1
- package/source/smart.grid.cell.js +2 -2
- package/source/smart.grid.chart.js +1 -1
- package/source/smart.grid.column.js +2 -2
- package/source/smart.grid.core.js +2 -2
- package/source/smart.grid.dialog.js +2 -2
- package/source/smart.grid.edit.js +2 -2
- package/source/smart.grid.export.js +1 -1
- package/source/smart.grid.filter.js +2 -2
- package/source/smart.grid.group.js +1 -1
- package/source/smart.grid.js +1 -1
- package/source/smart.grid.menu.js +1 -1
- package/source/smart.grid.pager.js +1 -1
- package/source/smart.grid.reorder.js +2 -2
- package/source/smart.grid.resize.js +1 -1
- package/source/smart.grid.row.js +1 -1
- package/source/smart.grid.select.js +2 -2
- package/source/smart.grid.sort.js +2 -2
- package/source/smart.grid.toolbar.js +1 -1
- package/source/smart.grid.tree.js +1 -1
- package/source/smart.grid.view.js +2 -2
- package/source/smart.gridpanel.js +1 -1
- package/source/smart.input.js +1 -1
- package/source/smart.kanban.js +2 -2
- package/source/smart.layout.js +1 -1
- package/source/smart.led.js +1 -1
- package/source/smart.listbox.js +1 -1
- package/source/smart.listmenu.js +1 -1
- package/source/smart.map.js +1 -1
- package/source/smart.maskedtextbox.js +1 -1
- package/source/smart.math.js +1 -1
- package/source/smart.menu.js +1 -1
- package/source/smart.multicomboinput.js +1 -1
- package/source/smart.multiinput.js +1 -1
- package/source/smart.multilinetextbox.js +1 -1
- package/source/smart.multisplitbutton.js +1 -1
- package/source/smart.numberformatpanel.js +1 -1
- package/source/smart.numberinput.js +1 -1
- package/source/smart.numeric.js +1 -1
- package/source/smart.numerictextbox.js +1 -1
- package/source/smart.pager.js +1 -1
- package/source/smart.passwordinput.js +1 -1
- package/source/smart.passwordtextbox.js +1 -1
- package/source/smart.path.js +1 -1
- package/source/smart.phoneinput.js +1 -1
- package/source/smart.pivottable.js +1 -1
- package/source/smart.powerbutton.js +1 -1
- package/source/smart.progressbar.js +1 -1
- package/source/smart.qrcode.js +6 -0
- package/source/smart.radiobutton.js +1 -1
- package/source/smart.rating.js +1 -1
- package/source/smart.router.js +1 -1
- package/source/smart.scheduler.js +1 -1
- package/source/smart.scrollbar.js +1 -1
- package/source/smart.slider.js +1 -1
- package/source/smart.sortable.js +1 -1
- package/source/smart.splitter.js +1 -1
- package/source/smart.switchbutton.js +1 -1
- package/source/smart.table.js +2 -2
- package/source/smart.tabs.js +2 -2
- package/source/smart.tank.js +1 -1
- package/source/smart.textarea.js +1 -1
- package/source/smart.textbox.js +1 -1
- package/source/smart.tickintervalhandler.js +1 -1
- package/source/smart.timeinput.js +1 -1
- package/source/smart.timepicker.js +1 -1
- package/source/smart.toast.js +1 -1
- package/source/smart.tooltip.js +1 -1
- package/source/smart.tree.js +2 -2
- package/source/smart.validationpanel.js +1 -1
- package/source/smart.validator.js +1 -1
- package/source/smart.window.js +2 -2
- package/source/styles/components/smart.base.css +1 -1
- package/source/styles/components/smart.grid.css +1 -1
- package/source/styles/components/smart.kanban.css +1 -1
- package/source/styles/default/scss/smart.grid.scss +13 -17
- package/source/styles/default/scss/smart.kanban.scss +289 -233
- package/source/styles/default/scss/smart.qrcode.scss +6 -0
- package/source/styles/default/smart.grid.css +15 -16
- package/source/styles/default/smart.kanban.css +247 -200
- package/source/styles/default/smart.qrcode.css +6 -0
- package/source/styles/default/smart.variables.css +2 -2
- package/source/styles/smart.default.css +3 -3
- package/source/typescript/smart.barcode.d.ts +4 -2
- package/source/typescript/smart.datetimepicker.d.ts +10 -0
- package/source/typescript/smart.dockinglayout.d.ts +7 -0
- package/source/typescript/smart.elements.d.ts +225 -7
- package/source/typescript/smart.grid.d.ts +18 -1
- package/source/typescript/smart.kanban.d.ts +27 -2
- package/source/typescript/smart.qrcode.d.ts +134 -0
- package/source/typescript/smart.tree.d.ts +17 -2
- package/source/typescript/smart.window.d.ts +10 -0
- package/tabs/tabswindow.d.ts +10 -0
- package/tabswindow/tabswindow.d.ts +10 -0
- package/tabswindow/tabswindow.esm.js +23 -1
- package/tabswindow/tabswindow.umd.js +23 -1
- package/timepicker/datetimepicker.d.ts +8 -0
- package/tree/tree.d.ts +14 -2
- package/tree/tree.esm.js +45 -2
- package/tree/tree.umd.js +45 -2
- package/waitwindow/waitwindow.d.ts +10 -0
- package/waitwindow/waitwindow.esm.js +23 -1
- package/waitwindow/waitwindow.umd.js +23 -1
- package/window/alertwindow.d.ts +10 -0
- package/window/dialogwindow.d.ts +10 -0
- package/window/multilinewindow.d.ts +10 -0
- package/window/progresswindow.d.ts +10 -0
- package/window/promptwindow.d.ts +10 -0
- package/window/tabswindow.d.ts +10 -0
- package/window/waitwindow.d.ts +10 -0
- package/window/window.d.ts +10 -0
- package/window/window.esm.js +23 -1
- package/window/window.umd.js +23 -1
|
@@ -3,6 +3,27 @@
|
|
|
3
3
|
height: var(--smart-kanban-default-height);
|
|
4
4
|
padding: var(--smart-data-view-padding);
|
|
5
5
|
}
|
|
6
|
+
.smart-kanban.smart-kanban-column-color .smart-kanban-column:not(.smart-kanban-add-new-column) {
|
|
7
|
+
background: var(--smart-surface);
|
|
8
|
+
padding: 5px;
|
|
9
|
+
border: 1px solid var(--smart-border);
|
|
10
|
+
border-radius: 5px;
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
}
|
|
13
|
+
.smart-kanban.smart-kanban-column-color .smart-kanban-column:not(.smart-kanban-add-new-column) .smart-kanban-column-header {
|
|
14
|
+
background: transparent;
|
|
15
|
+
border: none;
|
|
16
|
+
}
|
|
17
|
+
.smart-kanban .smart-kanban-column-footer {
|
|
18
|
+
display: flex;
|
|
19
|
+
font-family: var(--smart-font-family);
|
|
20
|
+
font-size: 11px;
|
|
21
|
+
color: var(--smart-surface-color);
|
|
22
|
+
opacity: 0.5;
|
|
23
|
+
align-items: center;
|
|
24
|
+
text-align: center;
|
|
25
|
+
padding: 8px;
|
|
26
|
+
}
|
|
6
27
|
.smart-kanban > .smart-container, .smart-kanban.smart-container {
|
|
7
28
|
position: relative;
|
|
8
29
|
}
|
|
@@ -271,130 +292,6 @@
|
|
|
271
292
|
.smart-kanban .smart-kanban-task-comments:focus {
|
|
272
293
|
outline: 1px solid var(--smart-primary);
|
|
273
294
|
}
|
|
274
|
-
.smart-kanban .smart-kanban-list {
|
|
275
|
-
position: absolute;
|
|
276
|
-
border: var(--smart-border-width) solid var(--smart-border);
|
|
277
|
-
border-top-left-radius: var(--smart-border-top-left-radius);
|
|
278
|
-
border-top-right-radius: var(--smart-border-top-right-radius);
|
|
279
|
-
border-bottom-left-radius: var(--smart-border-bottom-left-radius);
|
|
280
|
-
border-bottom-right-radius: var(--smart-border-bottom-right-radius);
|
|
281
|
-
width: var(--smart-kanban-user-list-width);
|
|
282
|
-
max-height: var(--smart-kanban-user-list-max-height);
|
|
283
|
-
background-color: var(--smart-background);
|
|
284
|
-
box-shadow: var(--smart-elevation-8);
|
|
285
|
-
overflow: auto;
|
|
286
|
-
transform: scaleY(1);
|
|
287
|
-
transform-origin: top;
|
|
288
|
-
opacity: 1;
|
|
289
|
-
z-index: 15;
|
|
290
|
-
}
|
|
291
|
-
.smart-kanban .smart-kanban-list:focus {
|
|
292
|
-
outline: 1px solid var(--smart-primary);
|
|
293
|
-
}
|
|
294
|
-
.smart-kanban .smart-kanban-list .item {
|
|
295
|
-
display: flex;
|
|
296
|
-
align-items: center;
|
|
297
|
-
min-height: calc(var(--smart-kanban-user-icon-size) + 10px);
|
|
298
|
-
padding: 5px 10px;
|
|
299
|
-
cursor: pointer;
|
|
300
|
-
}
|
|
301
|
-
.smart-kanban .smart-kanban-list .item:hover {
|
|
302
|
-
background-color: var(--smart-ui-state-hover);
|
|
303
|
-
color: var(--smart-ui-state-color-hover);
|
|
304
|
-
}
|
|
305
|
-
.smart-kanban .smart-kanban-list .item.selected {
|
|
306
|
-
border-left: var(--smart-kanban-color-band-width) solid var(--smart-primary);
|
|
307
|
-
padding-left: 7px;
|
|
308
|
-
background-color: var(--smart-ui-state-selected);
|
|
309
|
-
color: var(--smart-ui-state-color-selected);
|
|
310
|
-
}
|
|
311
|
-
.smart-kanban .smart-kanban-list .item[disabled] {
|
|
312
|
-
opacity: 0.55;
|
|
313
|
-
pointer-events: none;
|
|
314
|
-
}
|
|
315
|
-
.smart-kanban .smart-kanban-list .icon {
|
|
316
|
-
margin-right: 10px;
|
|
317
|
-
border-radius: 50%;
|
|
318
|
-
width: var(--smart-kanban-user-icon-size);
|
|
319
|
-
min-width: var(--smart-kanban-user-icon-size);
|
|
320
|
-
height: var(--smart-kanban-user-icon-size);
|
|
321
|
-
background-size: cover;
|
|
322
|
-
background-position: center;
|
|
323
|
-
}
|
|
324
|
-
.smart-kanban .smart-kanban-list .name {
|
|
325
|
-
overflow: hidden;
|
|
326
|
-
text-overflow: ellipsis;
|
|
327
|
-
}
|
|
328
|
-
.smart-kanban .smart-kanban-list.smart-visibility-hidden {
|
|
329
|
-
transform: scaleY(0);
|
|
330
|
-
opacity: 0;
|
|
331
|
-
}
|
|
332
|
-
.smart-kanban .smart-kanban-list.actions.edit-comment .item[data-id="1"] {
|
|
333
|
-
display: none;
|
|
334
|
-
}
|
|
335
|
-
.smart-kanban .smart-kanban-list.comments {
|
|
336
|
-
width: var(--smart-kanban-comments-list-width);
|
|
337
|
-
height: var(--smart-kanban-comments-list-height);
|
|
338
|
-
max-height: 100%;
|
|
339
|
-
}
|
|
340
|
-
.smart-kanban .smart-kanban-list.comments .smart-kanban-comments {
|
|
341
|
-
height: calc(100% - var(--smart-kanban-new-comment-height));
|
|
342
|
-
overflow: auto;
|
|
343
|
-
}
|
|
344
|
-
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment {
|
|
345
|
-
border-top: var(--smart-border-width) solid var(--smart-border);
|
|
346
|
-
height: var(--smart-kanban-new-comment-height);
|
|
347
|
-
padding: var(--smart-data-view-padding);
|
|
348
|
-
overflow: hidden;
|
|
349
|
-
}
|
|
350
|
-
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment textarea {
|
|
351
|
-
resize: none;
|
|
352
|
-
width: 100%;
|
|
353
|
-
height: 100%;
|
|
354
|
-
border: var(--smart-border-width) solid var(--smart-border);
|
|
355
|
-
border-top-right-radius: var(--smart-border-top-right-radius);
|
|
356
|
-
border-top-left-radius: var(--smart-border-top-left-radius);
|
|
357
|
-
border-bottom-left-radius: var(--smart-border-bottom-left-radius);
|
|
358
|
-
border-bottom-right-radius: var(--smart-border-bottom-right-radius);
|
|
359
|
-
background-color: var(--smart-background);
|
|
360
|
-
color: var(--smart-background-color);
|
|
361
|
-
font-family: inherit;
|
|
362
|
-
font-size: inherit;
|
|
363
|
-
}
|
|
364
|
-
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment textarea:focus {
|
|
365
|
-
outline: none;
|
|
366
|
-
border-color: var(--smart-outline);
|
|
367
|
-
}
|
|
368
|
-
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment textarea:hover {
|
|
369
|
-
border-color: var(--smart-ui-state-border-hover);
|
|
370
|
-
}
|
|
371
|
-
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment textarea[disabled] {
|
|
372
|
-
opacity: 0.5;
|
|
373
|
-
}
|
|
374
|
-
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment smart-button {
|
|
375
|
-
--smart-button-padding: 0;
|
|
376
|
-
display: none;
|
|
377
|
-
margin-left: auto;
|
|
378
|
-
height: var(--smart-kanban-send-button-height);
|
|
379
|
-
}
|
|
380
|
-
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment smart-button[disabled] {
|
|
381
|
-
pointer-events: unset;
|
|
382
|
-
cursor: not-allowed;
|
|
383
|
-
}
|
|
384
|
-
.smart-kanban .smart-kanban-list.comments.expanded .smart-kanban-comments {
|
|
385
|
-
height: calc(100% - var(--smart-kanban-new-comment-height-expanded));
|
|
386
|
-
}
|
|
387
|
-
.smart-kanban .smart-kanban-list.comments.expanded .smart-kanban-new-comment {
|
|
388
|
-
height: var(--smart-kanban-new-comment-height-expanded);
|
|
389
|
-
}
|
|
390
|
-
.smart-kanban .smart-kanban-list.comments.expanded .smart-kanban-new-comment textarea {
|
|
391
|
-
margin-bottom: var(--smart-data-view-padding);
|
|
392
|
-
height: calc(100% - var(--smart-data-view-padding) - var(--smart-kanban-send-button-height));
|
|
393
|
-
display: block;
|
|
394
|
-
}
|
|
395
|
-
.smart-kanban .smart-kanban-list.comments.expanded .smart-kanban-new-comment smart-button {
|
|
396
|
-
display: block;
|
|
397
|
-
}
|
|
398
295
|
.smart-kanban .smart-data-view-header {
|
|
399
296
|
border: var(--smart-border-width) solid var(--smart-border);
|
|
400
297
|
border-top-left-radius: var(--smart-border-top-left-radius);
|
|
@@ -407,6 +304,9 @@
|
|
|
407
304
|
.smart-kanban .smart-kanban-add-new-column {
|
|
408
305
|
cursor: pointer;
|
|
409
306
|
}
|
|
307
|
+
.smart-kanban .smart-kanban-add-new-column .smart-kanban-column-content {
|
|
308
|
+
display: none;
|
|
309
|
+
}
|
|
410
310
|
.smart-kanban .smart-kanban-add-new-column-label {
|
|
411
311
|
overflow: hidden;
|
|
412
312
|
text-overflow: ellipsis;
|
|
@@ -454,73 +354,9 @@
|
|
|
454
354
|
.smart-kanban .remove-button:focus {
|
|
455
355
|
outline: 1px solid var(--smart-primary);
|
|
456
356
|
}
|
|
457
|
-
.smart-kanban .comment {
|
|
458
|
-
display: grid;
|
|
459
|
-
grid-template-columns: var(--smart-kanban-user-icon-size) 1fr;
|
|
460
|
-
grid-column-gap: var(--smart-data-view-padding);
|
|
461
|
-
margin: var(--smart-data-view-padding);
|
|
462
|
-
}
|
|
463
|
-
.smart-kanban .comment .comment-header {
|
|
464
|
-
display: grid;
|
|
465
|
-
grid-template-columns: 1fr auto auto;
|
|
466
|
-
grid-column-gap: calc(var(--smart-data-view-padding) / 2);
|
|
467
|
-
margin-bottom: var(--smart-data-view-padding);
|
|
468
|
-
}
|
|
469
|
-
.smart-kanban .comment .user-icon {
|
|
470
|
-
width: 100%;
|
|
471
|
-
height: var(--smart-kanban-user-icon-size);
|
|
472
|
-
border-radius: 50%;
|
|
473
|
-
background-size: cover;
|
|
474
|
-
background-position: center;
|
|
475
|
-
}
|
|
476
|
-
.smart-kanban .comment .user-icon.empty {
|
|
477
|
-
background: var(--smart-surface);
|
|
478
|
-
display: flex;
|
|
479
|
-
align-items: center;
|
|
480
|
-
justify-content: center;
|
|
481
|
-
border-radius: 50%;
|
|
482
|
-
border: 1px solid var(--smart-border);
|
|
483
|
-
}
|
|
484
|
-
.smart-kanban .comment .user-icon.empty:after {
|
|
485
|
-
content: var(--smart-icon-user);
|
|
486
|
-
font-family: var(--smart-font-family-icon);
|
|
487
|
-
font-size: 20px;
|
|
488
|
-
}
|
|
489
|
-
.smart-kanban .comment .user-name {
|
|
490
|
-
font-weight: bold;
|
|
491
|
-
}
|
|
492
|
-
.smart-kanban .comment .time {
|
|
493
|
-
opacity: 0.8;
|
|
494
|
-
}
|
|
495
|
-
.smart-kanban .comment .remove-button {
|
|
496
|
-
visibility: hidden;
|
|
497
|
-
transform: rotate(90deg);
|
|
498
|
-
width: 16px;
|
|
499
|
-
cursor: pointer;
|
|
500
|
-
}
|
|
501
|
-
.smart-kanban .comment .remove-button:after {
|
|
502
|
-
content: var(--smart-icon-ellipsis);
|
|
503
|
-
display: flex;
|
|
504
|
-
align-items: center;
|
|
505
|
-
justify-content: center;
|
|
506
|
-
height: 100%;
|
|
507
|
-
font-family: var(--smart-font-family-icon);
|
|
508
|
-
cursor: pointer;
|
|
509
|
-
}
|
|
510
|
-
.smart-kanban .comment .remove-button.enabled {
|
|
511
|
-
visibility: visible;
|
|
512
|
-
}
|
|
513
357
|
.smart-kanban:not([right-to-left]) .smart-kanban-column.collapsed > .smart-kanban-column-header > .smart-arrow {
|
|
514
358
|
transform: rotate(180deg);
|
|
515
359
|
}
|
|
516
|
-
.smart-kanban:not([animation="none"]) .smart-kanban-list {
|
|
517
|
-
transition: transform 0.2s ease-in, visibility 0.2s ease-in, opacity 0.2s ease-in;
|
|
518
|
-
}
|
|
519
|
-
.smart-kanban:not([animation="none"]) .smart-kanban-list.comments .smart-kanban-comments,
|
|
520
|
-
.smart-kanban:not([animation="none"]) .smart-kanban-list.comments .smart-kanban-new-comment,
|
|
521
|
-
.smart-kanban:not([animation="none"]) .smart-kanban-list.comments .smart-kanban-new-comment textarea {
|
|
522
|
-
transition: height 0.2s ease-in;
|
|
523
|
-
}
|
|
524
360
|
.smart-kanban[add-new-button] .smart-kanban-column[add-new-button] > .smart-kanban-column-header > .smart-kanban-column-header-add:after {
|
|
525
361
|
content: var(--smart-icon-plus-circled);
|
|
526
362
|
font-family: var(--smart-font-family-icon);
|
|
@@ -537,8 +373,8 @@
|
|
|
537
373
|
display: block;
|
|
538
374
|
}
|
|
539
375
|
.smart-kanban[add-new-button] .smart-kanban-add-new-button {
|
|
540
|
-
width:
|
|
541
|
-
height:
|
|
376
|
+
width: 30px;
|
|
377
|
+
height: 30px;
|
|
542
378
|
border-radius: 50%;
|
|
543
379
|
background: var(--smart-primary);
|
|
544
380
|
color: var(--smart-primary-color);
|
|
@@ -1060,26 +896,26 @@
|
|
|
1060
896
|
.smart-window.smart-kanban-window .comments {
|
|
1061
897
|
margin: 0 auto;
|
|
1062
898
|
}
|
|
1063
|
-
.smart-window.smart-kanban-window .comments .comment {
|
|
899
|
+
.smart-window.smart-kanban-window .comments .smart-comment {
|
|
1064
900
|
display: grid;
|
|
1065
901
|
grid-template-columns: var(--smart-kanban-user-icon-size) 1fr;
|
|
1066
902
|
grid-column-gap: var(--smart-data-view-padding);
|
|
1067
903
|
margin: var(--smart-data-view-padding);
|
|
1068
904
|
}
|
|
1069
|
-
.smart-window.smart-kanban-window .comments .comment .comment-header {
|
|
905
|
+
.smart-window.smart-kanban-window .comments .smart-comment .comment-header {
|
|
1070
906
|
display: grid;
|
|
1071
907
|
grid-template-columns: 1fr auto auto;
|
|
1072
908
|
grid-column-gap: calc(var(--smart-data-view-padding) / 2);
|
|
1073
909
|
margin-bottom: var(--smart-data-view-padding);
|
|
1074
910
|
}
|
|
1075
|
-
.smart-window.smart-kanban-window .comments .comment .user-icon {
|
|
911
|
+
.smart-window.smart-kanban-window .comments .smart-comment .user-icon {
|
|
1076
912
|
width: 100%;
|
|
1077
913
|
height: var(--smart-kanban-user-icon-size);
|
|
1078
914
|
border-radius: 50%;
|
|
1079
915
|
background-size: cover;
|
|
1080
916
|
background-position: center;
|
|
1081
917
|
}
|
|
1082
|
-
.smart-window.smart-kanban-window .comments .comment .user-icon.empty {
|
|
918
|
+
.smart-window.smart-kanban-window .comments .smart-comment .user-icon.empty {
|
|
1083
919
|
background: var(--smart-surface);
|
|
1084
920
|
display: flex;
|
|
1085
921
|
align-items: center;
|
|
@@ -1087,24 +923,24 @@
|
|
|
1087
923
|
border-radius: 50%;
|
|
1088
924
|
border: 1px solid var(--smart-border);
|
|
1089
925
|
}
|
|
1090
|
-
.smart-window.smart-kanban-window .comments .comment .user-icon.empty:after {
|
|
926
|
+
.smart-window.smart-kanban-window .comments .smart-comment .user-icon.empty:after {
|
|
1091
927
|
content: var(--smart-icon-user);
|
|
1092
928
|
font-family: var(--smart-font-family-icon);
|
|
1093
929
|
font-size: 20px;
|
|
1094
930
|
}
|
|
1095
|
-
.smart-window.smart-kanban-window .comments .comment .user-name {
|
|
931
|
+
.smart-window.smart-kanban-window .comments .smart-comment .user-name {
|
|
1096
932
|
font-weight: bold;
|
|
1097
933
|
}
|
|
1098
|
-
.smart-window.smart-kanban-window .comments .comment .time {
|
|
934
|
+
.smart-window.smart-kanban-window .comments .smart-comment .time {
|
|
1099
935
|
opacity: 0.8;
|
|
1100
936
|
}
|
|
1101
|
-
.smart-window.smart-kanban-window .comments .comment .remove-button {
|
|
937
|
+
.smart-window.smart-kanban-window .comments .smart-comment .remove-button {
|
|
1102
938
|
visibility: hidden;
|
|
1103
939
|
transform: rotate(90deg);
|
|
1104
940
|
width: 16px;
|
|
1105
941
|
cursor: pointer;
|
|
1106
942
|
}
|
|
1107
|
-
.smart-window.smart-kanban-window .comments .comment .remove-button:after {
|
|
943
|
+
.smart-window.smart-kanban-window .comments .smart-comment .remove-button:after {
|
|
1108
944
|
content: var(--smart-icon-close);
|
|
1109
945
|
display: flex;
|
|
1110
946
|
align-items: center;
|
|
@@ -1113,7 +949,7 @@
|
|
|
1113
949
|
font-family: var(--smart-font-family-icon);
|
|
1114
950
|
cursor: pointer;
|
|
1115
951
|
}
|
|
1116
|
-
.smart-window.smart-kanban-window .comments .comment .remove-button.enabled {
|
|
952
|
+
.smart-window.smart-kanban-window .comments .smart-comment .remove-button.enabled {
|
|
1117
953
|
visibility: visible;
|
|
1118
954
|
}
|
|
1119
955
|
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments {
|
|
@@ -1374,6 +1210,217 @@
|
|
|
1374
1210
|
display: none;
|
|
1375
1211
|
}
|
|
1376
1212
|
|
|
1213
|
+
.smart-kanban-list.dialog {
|
|
1214
|
+
position: absolute;
|
|
1215
|
+
border: var(--smart-border-width) solid var(--smart-border);
|
|
1216
|
+
border-top-left-radius: var(--smart-border-top-left-radius);
|
|
1217
|
+
border-top-right-radius: var(--smart-border-top-right-radius);
|
|
1218
|
+
border-bottom-left-radius: var(--smart-border-bottom-left-radius);
|
|
1219
|
+
border-bottom-right-radius: var(--smart-border-bottom-right-radius);
|
|
1220
|
+
width: var(--smart-kanban-user-list-width);
|
|
1221
|
+
max-height: var(--smart-kanban-user-list-max-height);
|
|
1222
|
+
background-color: var(--smart-background);
|
|
1223
|
+
box-shadow: var(--smart-elevation-8);
|
|
1224
|
+
overflow: auto;
|
|
1225
|
+
transform: scaleY(1);
|
|
1226
|
+
transform-origin: top;
|
|
1227
|
+
opacity: 1;
|
|
1228
|
+
z-index: 15;
|
|
1229
|
+
}
|
|
1230
|
+
.smart-kanban-list.dialog.comments .smart-kanban-comments,
|
|
1231
|
+
.smart-kanban-list.dialog.comments .smart-kanban-new-comment,
|
|
1232
|
+
.smart-kanban-list.dialog.comments .smart-kanban-new-comment textarea {
|
|
1233
|
+
transition: height 0.2s ease-in;
|
|
1234
|
+
}
|
|
1235
|
+
.smart-kanban-list.dialog:focus {
|
|
1236
|
+
outline: 1px solid var(--smart-primary);
|
|
1237
|
+
}
|
|
1238
|
+
.smart-kanban-list.dialog .item {
|
|
1239
|
+
display: flex;
|
|
1240
|
+
align-items: center;
|
|
1241
|
+
min-height: calc(var(--smart-kanban-user-icon-size) + 10px);
|
|
1242
|
+
padding: 5px 10px;
|
|
1243
|
+
cursor: pointer;
|
|
1244
|
+
}
|
|
1245
|
+
.smart-kanban-list.dialog .item:hover {
|
|
1246
|
+
background-color: var(--smart-ui-state-hover);
|
|
1247
|
+
color: var(--smart-ui-state-color-hover);
|
|
1248
|
+
}
|
|
1249
|
+
.smart-kanban-list.dialog .item.selected {
|
|
1250
|
+
border-left: var(--smart-kanban-color-band-width) solid var(--smart-primary);
|
|
1251
|
+
padding-left: 7px;
|
|
1252
|
+
background-color: var(--smart-ui-state-selected);
|
|
1253
|
+
color: var(--smart-ui-state-color-selected);
|
|
1254
|
+
}
|
|
1255
|
+
.smart-kanban-list.dialog .item[disabled] {
|
|
1256
|
+
opacity: 0.55;
|
|
1257
|
+
pointer-events: none;
|
|
1258
|
+
}
|
|
1259
|
+
.smart-kanban-list.dialog .icon {
|
|
1260
|
+
margin-right: 10px;
|
|
1261
|
+
border-radius: 50%;
|
|
1262
|
+
width: var(--smart-kanban-user-icon-size);
|
|
1263
|
+
min-width: var(--smart-kanban-user-icon-size);
|
|
1264
|
+
height: var(--smart-kanban-user-icon-size);
|
|
1265
|
+
background-size: cover;
|
|
1266
|
+
background-position: center;
|
|
1267
|
+
}
|
|
1268
|
+
.smart-kanban-list.dialog .name {
|
|
1269
|
+
overflow: hidden;
|
|
1270
|
+
text-overflow: ellipsis;
|
|
1271
|
+
}
|
|
1272
|
+
.smart-kanban-list.dialog.smart-visibility-hidden {
|
|
1273
|
+
transform: scaleY(0);
|
|
1274
|
+
opacity: 0;
|
|
1275
|
+
}
|
|
1276
|
+
.smart-kanban-list.dialog.actions.edit-comment .item[data-id="1"] {
|
|
1277
|
+
display: none;
|
|
1278
|
+
}
|
|
1279
|
+
.smart-kanban-list.dialog.comments {
|
|
1280
|
+
width: var(--smart-kanban-comments-list-width);
|
|
1281
|
+
height: var(--smart-kanban-comments-list-height);
|
|
1282
|
+
max-height: 100%;
|
|
1283
|
+
}
|
|
1284
|
+
.smart-kanban-list.dialog.comments .smart-kanban-comments {
|
|
1285
|
+
height: calc(100% - var(--smart-kanban-new-comment-height));
|
|
1286
|
+
overflow: auto;
|
|
1287
|
+
}
|
|
1288
|
+
.smart-kanban-list.dialog.comments .smart-kanban-new-comment {
|
|
1289
|
+
border-top: var(--smart-border-width) solid var(--smart-border);
|
|
1290
|
+
height: var(--smart-kanban-new-comment-height);
|
|
1291
|
+
padding: var(--smart-data-view-padding);
|
|
1292
|
+
overflow: hidden;
|
|
1293
|
+
}
|
|
1294
|
+
.smart-kanban-list.dialog.comments .smart-kanban-new-comment textarea {
|
|
1295
|
+
resize: none;
|
|
1296
|
+
width: 100%;
|
|
1297
|
+
height: 100%;
|
|
1298
|
+
border: var(--smart-border-width) solid var(--smart-border);
|
|
1299
|
+
border-top-right-radius: var(--smart-border-top-right-radius);
|
|
1300
|
+
border-top-left-radius: var(--smart-border-top-left-radius);
|
|
1301
|
+
border-bottom-left-radius: var(--smart-border-bottom-left-radius);
|
|
1302
|
+
border-bottom-right-radius: var(--smart-border-bottom-right-radius);
|
|
1303
|
+
background-color: var(--smart-background);
|
|
1304
|
+
color: var(--smart-background-color);
|
|
1305
|
+
font-family: inherit;
|
|
1306
|
+
font-size: inherit;
|
|
1307
|
+
}
|
|
1308
|
+
.smart-kanban-list.dialog.comments .smart-kanban-new-comment textarea:focus {
|
|
1309
|
+
outline: none;
|
|
1310
|
+
border-color: var(--smart-outline);
|
|
1311
|
+
}
|
|
1312
|
+
.smart-kanban-list.dialog.comments .smart-kanban-new-comment textarea:hover {
|
|
1313
|
+
border-color: var(--smart-ui-state-border-hover);
|
|
1314
|
+
}
|
|
1315
|
+
.smart-kanban-list.dialog.comments .smart-kanban-new-comment textarea[disabled] {
|
|
1316
|
+
opacity: 0.5;
|
|
1317
|
+
}
|
|
1318
|
+
.smart-kanban-list.dialog.comments .smart-kanban-new-comment smart-button {
|
|
1319
|
+
--smart-button-padding: 0;
|
|
1320
|
+
display: none;
|
|
1321
|
+
margin-left: auto;
|
|
1322
|
+
height: var(--smart-kanban-send-button-height);
|
|
1323
|
+
}
|
|
1324
|
+
.smart-kanban-list.dialog.comments .smart-kanban-new-comment smart-button[disabled] {
|
|
1325
|
+
pointer-events: unset;
|
|
1326
|
+
cursor: not-allowed;
|
|
1327
|
+
}
|
|
1328
|
+
.smart-kanban-list.dialog.comments.expanded .smart-kanban-comments {
|
|
1329
|
+
height: calc(100% - var(--smart-kanban-new-comment-height-expanded));
|
|
1330
|
+
}
|
|
1331
|
+
.smart-kanban-list.dialog.comments.expanded .smart-kanban-new-comment {
|
|
1332
|
+
height: var(--smart-kanban-new-comment-height-expanded);
|
|
1333
|
+
}
|
|
1334
|
+
.smart-kanban-list.dialog.comments.expanded .smart-kanban-new-comment textarea {
|
|
1335
|
+
margin-bottom: var(--smart-data-view-padding);
|
|
1336
|
+
height: calc(100% - var(--smart-data-view-padding) - var(--smart-kanban-send-button-height));
|
|
1337
|
+
display: block;
|
|
1338
|
+
}
|
|
1339
|
+
.smart-kanban-list.dialog.comments.expanded .smart-kanban-new-comment smart-button {
|
|
1340
|
+
display: block;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.smart-comment {
|
|
1344
|
+
display: grid;
|
|
1345
|
+
grid-template-columns: var(--smart-kanban-user-icon-size) 1fr;
|
|
1346
|
+
grid-column-gap: var(--smart-data-view-padding);
|
|
1347
|
+
margin: var(--smart-data-view-padding);
|
|
1348
|
+
}
|
|
1349
|
+
.smart-comment .comment-header {
|
|
1350
|
+
display: grid;
|
|
1351
|
+
grid-template-columns: 1fr auto auto;
|
|
1352
|
+
grid-column-gap: calc(var(--smart-data-view-padding) / 2);
|
|
1353
|
+
margin-bottom: var(--smart-data-view-padding);
|
|
1354
|
+
}
|
|
1355
|
+
.smart-comment .user-icon {
|
|
1356
|
+
width: 100%;
|
|
1357
|
+
height: var(--smart-kanban-user-icon-size);
|
|
1358
|
+
border-radius: 50%;
|
|
1359
|
+
background-size: cover;
|
|
1360
|
+
background-position: center;
|
|
1361
|
+
}
|
|
1362
|
+
.smart-comment .user-icon.empty {
|
|
1363
|
+
background: var(--smart-surface);
|
|
1364
|
+
display: flex;
|
|
1365
|
+
align-items: center;
|
|
1366
|
+
justify-content: center;
|
|
1367
|
+
border-radius: 50%;
|
|
1368
|
+
border: 1px solid var(--smart-border);
|
|
1369
|
+
}
|
|
1370
|
+
.smart-comment .user-icon.empty:after {
|
|
1371
|
+
content: var(--smart-icon-user);
|
|
1372
|
+
font-family: var(--smart-font-family-icon);
|
|
1373
|
+
font-size: 20px;
|
|
1374
|
+
}
|
|
1375
|
+
.smart-comment .user-name {
|
|
1376
|
+
font-weight: bold;
|
|
1377
|
+
}
|
|
1378
|
+
.smart-comment .time {
|
|
1379
|
+
opacity: 0.8;
|
|
1380
|
+
}
|
|
1381
|
+
.smart-comment .remove-button {
|
|
1382
|
+
visibility: hidden;
|
|
1383
|
+
transform: rotate(90deg);
|
|
1384
|
+
width: 16px;
|
|
1385
|
+
cursor: pointer;
|
|
1386
|
+
}
|
|
1387
|
+
.smart-comment .remove-button:after {
|
|
1388
|
+
content: var(--smart-icon-ellipsis);
|
|
1389
|
+
display: flex;
|
|
1390
|
+
align-items: center;
|
|
1391
|
+
justify-content: center;
|
|
1392
|
+
height: 100%;
|
|
1393
|
+
font-family: var(--smart-font-family-icon);
|
|
1394
|
+
cursor: pointer;
|
|
1395
|
+
}
|
|
1396
|
+
.smart-comment .remove-button.enabled {
|
|
1397
|
+
visibility: visible;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.smart-kanban-task-text {
|
|
1401
|
+
display: flex;
|
|
1402
|
+
align-items: center;
|
|
1403
|
+
}
|
|
1404
|
+
.smart-kanban-task-text .priority {
|
|
1405
|
+
font-family: var(--smart-font-family-icon);
|
|
1406
|
+
margin-left: 5px;
|
|
1407
|
+
display: inline-block;
|
|
1408
|
+
width: 16px;
|
|
1409
|
+
height: 16px;
|
|
1410
|
+
}
|
|
1411
|
+
.smart-kanban-task-text .priority.low {
|
|
1412
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232666BE'%3E%3Cpath d='M2.73804 7.00207C1.96611 5.66874 2.92823 4 4.46889 4H19.5311C21.0718 4 22.0339 5.66874 21.262 7.00207L13.7309 20.0103C12.9605 21.3409 11.0395 21.3409 10.2691 20.0103L2.73804 7.00207Z'/%3E%3C/svg%3E");
|
|
1413
|
+
}
|
|
1414
|
+
.smart-kanban-task-text .priority.average {
|
|
1415
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23005C99'%3E%3Cpath d='M12 5.98999L19.53 19H4.47L12 5.98999ZM2.74 18C1.97 19.33 2.93 21 4.47 21H19.53C21.07 21 22.03 19.33 21.26 18L13.73 4.98999C12.96 3.65999 11.04 3.65999 10.27 4.98999L2.74 18Z'/%3E%3C/svg%3E");
|
|
1416
|
+
}
|
|
1417
|
+
.smart-kanban-task-text .priority.high {
|
|
1418
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23DD5347'%3E%3Cpath d='M2.73804 17.9979C1.96611 19.3313 2.92823 21 4.46889 21H19.5311C21.0718 21 22.0339 19.3313 21.262 17.9979L13.7309 4.98965C12.9605 3.65908 11.0395 3.65908 10.2691 4.98965L2.73804 17.9979Z'/%3E%3C/svg%3E");
|
|
1419
|
+
}
|
|
1420
|
+
.smart-kanban-task-text .priority.critical {
|
|
1421
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23AF0020'%3E%3Cpath d='M2.73804 17.9979C1.96611 19.3313 2.92823 21 4.46889 21H19.5311C21.0718 21 22.0339 19.3313 21.262 17.9979L13.7309 4.98965C12.9605 3.65908 11.0395 3.65908 10.2691 4.98965L2.73804 17.9979ZM13.5 17.5C13.5 18.3284 12.8284 19 12 19V19C11.1716 19 10.5 18.3284 10.5 17.5V17.5C10.5 16.6716 11.1716 16 12 16V16C12.8284 16 13.5 16.6716 13.5 17.5V17.5ZM13.5 13.5C13.5 14.3284 12.8284 15 12 15V15C11.1716 15 10.5 14.3284 10.5 13.5V9.5C10.5 8.67157 11.1716 8 12 8V8C12.8284 8 13.5 8.67157 13.5 9.5V13.5Z'/%3E%3C/svg%3E");
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1377
1424
|
.smart-kanban[right-to-left] .smart-kanban-body,
|
|
1378
1425
|
.smart-kanban[right-to-left] .smart-kanban-column-header-label,
|
|
1379
1426
|
.smart-kanban[right-to-left] .swimlane {
|
|
@@ -1172,11 +1172,11 @@
|
|
|
1172
1172
|
/* Kanban user icon size */
|
|
1173
1173
|
--smart-kanban-user-list-width: 150px;
|
|
1174
1174
|
/* Kanban user list width */
|
|
1175
|
-
--smart-kanban-user-list-max-height:
|
|
1175
|
+
--smart-kanban-user-list-max-height: 500px;
|
|
1176
1176
|
/* Kanban user list max height */
|
|
1177
1177
|
--smart-kanban-comments-list-width: 350px;
|
|
1178
1178
|
/* Kanban comments list width */
|
|
1179
|
-
--smart-kanban-comments-list-height:
|
|
1179
|
+
--smart-kanban-comments-list-height: auto;
|
|
1180
1180
|
/* Kanban comments list height */
|
|
1181
1181
|
--smart-kanban-new-comment-height: 50px;
|
|
1182
1182
|
/* Height of new comment section */
|