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,32 @@
|
|
|
3
3
|
height: var(--smart-kanban-default-height);
|
|
4
4
|
padding: var(--smart-data-view-padding);
|
|
5
5
|
|
|
6
|
+
&.smart-kanban-column-color {
|
|
7
|
+
.smart-kanban-column:not(.smart-kanban-add-new-column) {
|
|
8
|
+
background: var(--smart-surface);
|
|
9
|
+
padding: 5px;
|
|
10
|
+
border: 1px solid var(--smart-border);
|
|
11
|
+
border-radius: 5px;
|
|
12
|
+
box-sizing: border-box;
|
|
13
|
+
|
|
14
|
+
.smart-kanban-column-header {
|
|
15
|
+
background: transparent;
|
|
16
|
+
border: none;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.smart-kanban-column-footer {
|
|
22
|
+
display: flex;
|
|
23
|
+
font-family: var(--smart-font-family);
|
|
24
|
+
font-size: 11px;
|
|
25
|
+
color: var(--smart-surface-color);
|
|
26
|
+
opacity: 0.5;
|
|
27
|
+
align-items: center;
|
|
28
|
+
text-align: center;
|
|
29
|
+
padding: 8px;
|
|
30
|
+
}
|
|
31
|
+
|
|
6
32
|
>.smart-container,
|
|
7
33
|
&.smart-container {
|
|
8
34
|
position: relative;
|
|
@@ -368,156 +394,7 @@
|
|
|
368
394
|
}
|
|
369
395
|
}
|
|
370
396
|
|
|
371
|
-
.smart-kanban-list {
|
|
372
|
-
position: absolute;
|
|
373
|
-
border: var(--smart-border-width) solid var(--smart-border);
|
|
374
|
-
border-top-left-radius: var(--smart-border-top-left-radius);
|
|
375
|
-
border-top-right-radius: var(--smart-border-top-right-radius);
|
|
376
|
-
border-bottom-left-radius: var(--smart-border-bottom-left-radius);
|
|
377
|
-
border-bottom-right-radius: var(--smart-border-bottom-right-radius);
|
|
378
|
-
width: var(--smart-kanban-user-list-width);
|
|
379
|
-
max-height: var(--smart-kanban-user-list-max-height);
|
|
380
|
-
background-color: var(--smart-background);
|
|
381
|
-
box-shadow: var(--smart-elevation-8);
|
|
382
|
-
overflow: auto;
|
|
383
|
-
transform: scaleY(1);
|
|
384
|
-
transform-origin: top;
|
|
385
|
-
opacity: 1;
|
|
386
|
-
z-index: 15;
|
|
387
|
-
|
|
388
|
-
&:focus {
|
|
389
|
-
outline: 1px solid var(--smart-primary);
|
|
390
|
-
}
|
|
391
397
|
|
|
392
|
-
.item {
|
|
393
|
-
display: flex;
|
|
394
|
-
align-items: center;
|
|
395
|
-
min-height: calc(var(--smart-kanban-user-icon-size) + 10px);
|
|
396
|
-
padding: 5px 10px;
|
|
397
|
-
cursor: pointer;
|
|
398
|
-
|
|
399
|
-
&:hover {
|
|
400
|
-
background-color: var(--smart-ui-state-hover);
|
|
401
|
-
color: var(--smart-ui-state-color-hover);
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
&.selected {
|
|
405
|
-
border-left: var(--smart-kanban-color-band-width) solid var(--smart-primary);
|
|
406
|
-
padding-left: 7px;
|
|
407
|
-
background-color: var(--smart-ui-state-selected);
|
|
408
|
-
color: var(--smart-ui-state-color-selected);
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
&[disabled] {
|
|
412
|
-
opacity: 0.55;
|
|
413
|
-
pointer-events: none;
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.icon {
|
|
418
|
-
margin-right: 10px;
|
|
419
|
-
border-radius: 50%;
|
|
420
|
-
width: var(--smart-kanban-user-icon-size);
|
|
421
|
-
min-width: var(--smart-kanban-user-icon-size);
|
|
422
|
-
height: var(--smart-kanban-user-icon-size);
|
|
423
|
-
background-size: cover;
|
|
424
|
-
background-position: center;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
.name {
|
|
428
|
-
overflow: hidden;
|
|
429
|
-
text-overflow: ellipsis;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
&.smart-visibility-hidden {
|
|
433
|
-
transform: scaleY(0);
|
|
434
|
-
opacity: 0;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
&.actions.edit-comment {
|
|
438
|
-
.item[data-id="1"] {
|
|
439
|
-
display: none;
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
&.comments {
|
|
444
|
-
width: var(--smart-kanban-comments-list-width);
|
|
445
|
-
height: var(--smart-kanban-comments-list-height);
|
|
446
|
-
max-height: 100%;
|
|
447
|
-
|
|
448
|
-
.smart-kanban-comments {
|
|
449
|
-
height: calc(100% - var(--smart-kanban-new-comment-height));
|
|
450
|
-
overflow: auto;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
.smart-kanban-new-comment {
|
|
454
|
-
border-top: var(--smart-border-width) solid var(--smart-border);
|
|
455
|
-
height: var(--smart-kanban-new-comment-height);
|
|
456
|
-
padding: var(--smart-data-view-padding);
|
|
457
|
-
overflow: hidden;
|
|
458
|
-
|
|
459
|
-
textarea {
|
|
460
|
-
resize: none;
|
|
461
|
-
width: 100%;
|
|
462
|
-
height: 100%;
|
|
463
|
-
border: var(--smart-border-width) solid var(--smart-border);
|
|
464
|
-
border-top-right-radius: var(--smart-border-top-right-radius);
|
|
465
|
-
border-top-left-radius: var(--smart-border-top-left-radius);
|
|
466
|
-
border-bottom-left-radius: var(--smart-border-bottom-left-radius);
|
|
467
|
-
border-bottom-right-radius: var(--smart-border-bottom-right-radius);
|
|
468
|
-
background-color: var(--smart-background);
|
|
469
|
-
color: var(--smart-background-color);
|
|
470
|
-
font-family: inherit;
|
|
471
|
-
font-size: inherit;
|
|
472
|
-
|
|
473
|
-
&:focus {
|
|
474
|
-
outline: none;
|
|
475
|
-
border-color: var(--smart-outline);
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
&:hover {
|
|
479
|
-
border-color: var(--smart-ui-state-border-hover);
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
&[disabled] {
|
|
483
|
-
opacity: 0.5;
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
smart-button {
|
|
488
|
-
--smart-button-padding: 0;
|
|
489
|
-
display: none;
|
|
490
|
-
margin-left: auto;
|
|
491
|
-
height: var(--smart-kanban-send-button-height);
|
|
492
|
-
|
|
493
|
-
&[disabled] {
|
|
494
|
-
pointer-events: unset;
|
|
495
|
-
cursor: not-allowed;
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
&.expanded {
|
|
501
|
-
.smart-kanban-comments {
|
|
502
|
-
height: calc(100% - var(--smart-kanban-new-comment-height-expanded));
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.smart-kanban-new-comment {
|
|
506
|
-
height: var(--smart-kanban-new-comment-height-expanded);
|
|
507
|
-
|
|
508
|
-
textarea {
|
|
509
|
-
margin-bottom: var(--smart-data-view-padding);
|
|
510
|
-
height: calc(100% - var(--smart-data-view-padding) - var(--smart-kanban-send-button-height));
|
|
511
|
-
display: block;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
smart-button {
|
|
515
|
-
display: block;
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
}
|
|
521
398
|
|
|
522
399
|
.smart-data-view-header {
|
|
523
400
|
border: var(--smart-border-width) solid var(--smart-border);
|
|
@@ -531,6 +408,10 @@
|
|
|
531
408
|
|
|
532
409
|
.smart-kanban-add-new-column {
|
|
533
410
|
cursor: pointer;
|
|
411
|
+
|
|
412
|
+
.smart-kanban-column-content {
|
|
413
|
+
display: none;
|
|
414
|
+
}
|
|
534
415
|
}
|
|
535
416
|
|
|
536
417
|
.smart-kanban-add-new-column-label {
|
|
@@ -590,71 +471,6 @@
|
|
|
590
471
|
}
|
|
591
472
|
}
|
|
592
473
|
|
|
593
|
-
.comment {
|
|
594
|
-
display: grid;
|
|
595
|
-
grid-template-columns: var(--smart-kanban-user-icon-size) 1fr;
|
|
596
|
-
grid-column-gap: var(--smart-data-view-padding);
|
|
597
|
-
margin: var(--smart-data-view-padding);
|
|
598
|
-
|
|
599
|
-
.comment-header {
|
|
600
|
-
display: grid;
|
|
601
|
-
grid-template-columns: 1fr auto auto;
|
|
602
|
-
grid-column-gap: calc(var(--smart-data-view-padding) / 2);
|
|
603
|
-
margin-bottom: var(--smart-data-view-padding);
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
.user-icon {
|
|
607
|
-
width: 100%;
|
|
608
|
-
height: var(--smart-kanban-user-icon-size);
|
|
609
|
-
border-radius: 50%;
|
|
610
|
-
background-size: cover;
|
|
611
|
-
background-position: center;
|
|
612
|
-
|
|
613
|
-
&.empty {
|
|
614
|
-
background: var(--smart-surface);
|
|
615
|
-
display: flex;
|
|
616
|
-
align-items: center;
|
|
617
|
-
justify-content: center;
|
|
618
|
-
border-radius: 50%;
|
|
619
|
-
border: 1px solid var(--smart-border);
|
|
620
|
-
|
|
621
|
-
&:after {
|
|
622
|
-
content: var(--smart-icon-user);
|
|
623
|
-
font-family: var(--smart-font-family-icon);
|
|
624
|
-
font-size: 20px;
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
.user-name {
|
|
630
|
-
font-weight: bold;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
.time {
|
|
634
|
-
opacity: 0.8;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
.remove-button {
|
|
638
|
-
visibility: hidden;
|
|
639
|
-
transform: rotate(90deg);
|
|
640
|
-
width: 16px;
|
|
641
|
-
cursor: pointer;
|
|
642
|
-
|
|
643
|
-
&:after {
|
|
644
|
-
content: var(--smart-icon-ellipsis);
|
|
645
|
-
display: flex;
|
|
646
|
-
align-items: center;
|
|
647
|
-
justify-content: center;
|
|
648
|
-
height: 100%;
|
|
649
|
-
font-family: var(--smart-font-family-icon);
|
|
650
|
-
cursor: pointer;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
&.enabled {
|
|
654
|
-
visibility: visible;
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
474
|
|
|
659
475
|
&:not([right-to-left]) {
|
|
660
476
|
.smart-kanban-column.collapsed>.smart-kanban-column-header>.smart-arrow {
|
|
@@ -662,22 +478,6 @@
|
|
|
662
478
|
}
|
|
663
479
|
}
|
|
664
480
|
|
|
665
|
-
&:not([animation="none"]) {
|
|
666
|
-
.smart-kanban-list {
|
|
667
|
-
transition: transform 0.2s ease-in, visibility 0.2s ease-in, opacity 0.2s ease-in;
|
|
668
|
-
|
|
669
|
-
&.comments {
|
|
670
|
-
|
|
671
|
-
.smart-kanban-comments,
|
|
672
|
-
.smart-kanban-new-comment,
|
|
673
|
-
.smart-kanban-new-comment textarea {
|
|
674
|
-
transition: height 0.2s ease-in;
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
|
|
681
481
|
|
|
682
482
|
|
|
683
483
|
&[add-new-button] {
|
|
@@ -711,8 +511,8 @@
|
|
|
711
511
|
}
|
|
712
512
|
|
|
713
513
|
.smart-kanban-add-new-button {
|
|
714
|
-
width:
|
|
715
|
-
height:
|
|
514
|
+
width: 30px;
|
|
515
|
+
height: 30px;
|
|
716
516
|
border-radius: 50%;
|
|
717
517
|
background: var(--smart-primary);
|
|
718
518
|
color: var(--smart-primary-color);
|
|
@@ -1359,7 +1159,7 @@
|
|
|
1359
1159
|
.comments {
|
|
1360
1160
|
margin: 0 auto;
|
|
1361
1161
|
|
|
1362
|
-
.comment {
|
|
1162
|
+
.smart-comment {
|
|
1363
1163
|
display: grid;
|
|
1364
1164
|
grid-template-columns: var(--smart-kanban-user-icon-size) 1fr;
|
|
1365
1165
|
grid-column-gap: var(--smart-data-view-padding);
|
|
@@ -1708,4 +1508,260 @@
|
|
|
1708
1508
|
display: none;
|
|
1709
1509
|
}
|
|
1710
1510
|
}
|
|
1511
|
+
|
|
1512
|
+
.smart-kanban-list.dialog {
|
|
1513
|
+
position: absolute;
|
|
1514
|
+
border: var(--smart-border-width) solid var(--smart-border);
|
|
1515
|
+
border-top-left-radius: var(--smart-border-top-left-radius);
|
|
1516
|
+
border-top-right-radius: var(--smart-border-top-right-radius);
|
|
1517
|
+
border-bottom-left-radius: var(--smart-border-bottom-left-radius);
|
|
1518
|
+
border-bottom-right-radius: var(--smart-border-bottom-right-radius);
|
|
1519
|
+
width: var(--smart-kanban-user-list-width);
|
|
1520
|
+
max-height: var(--smart-kanban-user-list-max-height);
|
|
1521
|
+
background-color: var(--smart-background);
|
|
1522
|
+
box-shadow: var(--smart-elevation-8);
|
|
1523
|
+
overflow: auto;
|
|
1524
|
+
transform: scaleY(1);
|
|
1525
|
+
transform-origin: top;
|
|
1526
|
+
opacity: 1;
|
|
1527
|
+
z-index: 15;
|
|
1528
|
+
|
|
1529
|
+
&.comments {
|
|
1530
|
+
|
|
1531
|
+
.smart-kanban-comments,
|
|
1532
|
+
.smart-kanban-new-comment,
|
|
1533
|
+
.smart-kanban-new-comment textarea {
|
|
1534
|
+
transition: height 0.2s ease-in;
|
|
1535
|
+
}
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
&:focus {
|
|
1539
|
+
outline: 1px solid var(--smart-primary);
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.item {
|
|
1543
|
+
display: flex;
|
|
1544
|
+
align-items: center;
|
|
1545
|
+
min-height: calc(var(--smart-kanban-user-icon-size) + 10px);
|
|
1546
|
+
padding: 5px 10px;
|
|
1547
|
+
cursor: pointer;
|
|
1548
|
+
|
|
1549
|
+
&:hover {
|
|
1550
|
+
background-color: var(--smart-ui-state-hover);
|
|
1551
|
+
color: var(--smart-ui-state-color-hover);
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
&.selected {
|
|
1555
|
+
border-left: var(--smart-kanban-color-band-width) solid var(--smart-primary);
|
|
1556
|
+
padding-left: 7px;
|
|
1557
|
+
background-color: var(--smart-ui-state-selected);
|
|
1558
|
+
color: var(--smart-ui-state-color-selected);
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
&[disabled] {
|
|
1562
|
+
opacity: 0.55;
|
|
1563
|
+
pointer-events: none;
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.icon {
|
|
1568
|
+
margin-right: 10px;
|
|
1569
|
+
border-radius: 50%;
|
|
1570
|
+
width: var(--smart-kanban-user-icon-size);
|
|
1571
|
+
min-width: var(--smart-kanban-user-icon-size);
|
|
1572
|
+
height: var(--smart-kanban-user-icon-size);
|
|
1573
|
+
background-size: cover;
|
|
1574
|
+
background-position: center;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
.name {
|
|
1578
|
+
overflow: hidden;
|
|
1579
|
+
text-overflow: ellipsis;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
&.smart-visibility-hidden {
|
|
1583
|
+
transform: scaleY(0);
|
|
1584
|
+
opacity: 0;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
&.actions.edit-comment {
|
|
1588
|
+
.item[data-id="1"] {
|
|
1589
|
+
display: none;
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
&.comments {
|
|
1594
|
+
width: var(--smart-kanban-comments-list-width);
|
|
1595
|
+
height: var(--smart-kanban-comments-list-height);
|
|
1596
|
+
max-height: 100%;
|
|
1597
|
+
|
|
1598
|
+
.smart-kanban-comments {
|
|
1599
|
+
height: calc(100% - var(--smart-kanban-new-comment-height));
|
|
1600
|
+
overflow: auto;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
.smart-kanban-new-comment {
|
|
1604
|
+
border-top: var(--smart-border-width) solid var(--smart-border);
|
|
1605
|
+
height: var(--smart-kanban-new-comment-height);
|
|
1606
|
+
padding: var(--smart-data-view-padding);
|
|
1607
|
+
overflow: hidden;
|
|
1608
|
+
|
|
1609
|
+
textarea {
|
|
1610
|
+
resize: none;
|
|
1611
|
+
width: 100%;
|
|
1612
|
+
height: 100%;
|
|
1613
|
+
border: var(--smart-border-width) solid var(--smart-border);
|
|
1614
|
+
border-top-right-radius: var(--smart-border-top-right-radius);
|
|
1615
|
+
border-top-left-radius: var(--smart-border-top-left-radius);
|
|
1616
|
+
border-bottom-left-radius: var(--smart-border-bottom-left-radius);
|
|
1617
|
+
border-bottom-right-radius: var(--smart-border-bottom-right-radius);
|
|
1618
|
+
background-color: var(--smart-background);
|
|
1619
|
+
color: var(--smart-background-color);
|
|
1620
|
+
font-family: inherit;
|
|
1621
|
+
font-size: inherit;
|
|
1622
|
+
|
|
1623
|
+
&:focus {
|
|
1624
|
+
outline: none;
|
|
1625
|
+
border-color: var(--smart-outline);
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
&:hover {
|
|
1629
|
+
border-color: var(--smart-ui-state-border-hover);
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
&[disabled] {
|
|
1633
|
+
opacity: 0.5;
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
smart-button {
|
|
1638
|
+
--smart-button-padding: 0;
|
|
1639
|
+
display: none;
|
|
1640
|
+
margin-left: auto;
|
|
1641
|
+
height: var(--smart-kanban-send-button-height);
|
|
1642
|
+
|
|
1643
|
+
&[disabled] {
|
|
1644
|
+
pointer-events: unset;
|
|
1645
|
+
cursor: not-allowed;
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
&.expanded {
|
|
1651
|
+
.smart-kanban-comments {
|
|
1652
|
+
height: calc(100% - var(--smart-kanban-new-comment-height-expanded));
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
.smart-kanban-new-comment {
|
|
1656
|
+
height: var(--smart-kanban-new-comment-height-expanded);
|
|
1657
|
+
|
|
1658
|
+
textarea {
|
|
1659
|
+
margin-bottom: var(--smart-data-view-padding);
|
|
1660
|
+
height: calc(100% - var(--smart-data-view-padding) - var(--smart-kanban-send-button-height));
|
|
1661
|
+
display: block;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
smart-button {
|
|
1665
|
+
display: block;
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
.smart-comment {
|
|
1673
|
+
display: grid;
|
|
1674
|
+
grid-template-columns: var(--smart-kanban-user-icon-size) 1fr;
|
|
1675
|
+
grid-column-gap: var(--smart-data-view-padding);
|
|
1676
|
+
margin: var(--smart-data-view-padding);
|
|
1677
|
+
|
|
1678
|
+
.comment-header {
|
|
1679
|
+
display: grid;
|
|
1680
|
+
grid-template-columns: 1fr auto auto;
|
|
1681
|
+
grid-column-gap: calc(var(--smart-data-view-padding) / 2);
|
|
1682
|
+
margin-bottom: var(--smart-data-view-padding);
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
.user-icon {
|
|
1686
|
+
width: 100%;
|
|
1687
|
+
height: var(--smart-kanban-user-icon-size);
|
|
1688
|
+
border-radius: 50%;
|
|
1689
|
+
background-size: cover;
|
|
1690
|
+
background-position: center;
|
|
1691
|
+
|
|
1692
|
+
&.empty {
|
|
1693
|
+
background: var(--smart-surface);
|
|
1694
|
+
display: flex;
|
|
1695
|
+
align-items: center;
|
|
1696
|
+
justify-content: center;
|
|
1697
|
+
border-radius: 50%;
|
|
1698
|
+
border: 1px solid var(--smart-border);
|
|
1699
|
+
|
|
1700
|
+
&:after {
|
|
1701
|
+
content: var(--smart-icon-user);
|
|
1702
|
+
font-family: var(--smart-font-family-icon);
|
|
1703
|
+
font-size: 20px;
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
.user-name {
|
|
1709
|
+
font-weight: bold;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
.time {
|
|
1713
|
+
opacity: 0.8;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
.remove-button {
|
|
1717
|
+
visibility: hidden;
|
|
1718
|
+
transform: rotate(90deg);
|
|
1719
|
+
width: 16px;
|
|
1720
|
+
cursor: pointer;
|
|
1721
|
+
|
|
1722
|
+
&:after {
|
|
1723
|
+
content: var(--smart-icon-ellipsis);
|
|
1724
|
+
display: flex;
|
|
1725
|
+
align-items: center;
|
|
1726
|
+
justify-content: center;
|
|
1727
|
+
height: 100%;
|
|
1728
|
+
font-family: var(--smart-font-family-icon);
|
|
1729
|
+
cursor: pointer;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
&.enabled {
|
|
1733
|
+
visibility: visible;
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.smart-kanban-task-text {
|
|
1739
|
+
display: flex;
|
|
1740
|
+
align-items: center;
|
|
1741
|
+
|
|
1742
|
+
.priority {
|
|
1743
|
+
font-family: var(--smart-font-family-icon);
|
|
1744
|
+
margin-left: 5px;
|
|
1745
|
+
display: inline-block;
|
|
1746
|
+
width: 16px;
|
|
1747
|
+
height: 16px;
|
|
1748
|
+
|
|
1749
|
+
&.low {
|
|
1750
|
+
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");
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
&.average {
|
|
1754
|
+
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");
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
&.high {
|
|
1758
|
+
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");
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
&.critical {
|
|
1762
|
+
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")
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1711
1767
|
@import 'rtl/_kanban';
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
header.smart-grid-pager {
|
|
2
|
-
border-bottom: var(--smart-border-width) solid var(--smart-border);
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
footer.smart-grid-pager {
|
|
6
|
-
border-top: var(--smart-border-width) solid var(--smart-border);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
1
|
input[type=number]::-webkit-outer-spin-button {
|
|
10
2
|
-webkit-appearance: none;
|
|
11
3
|
margin: 0;
|
|
@@ -849,18 +841,18 @@ input[type=number]::-webkit-outer-spin-button {
|
|
|
849
841
|
width: 100%;
|
|
850
842
|
}
|
|
851
843
|
.smart-grid-summary-row-cell .summary-value .smart-arrow-down,
|
|
852
|
-
.smart-grid-summary-row-cell .summary-value .placeholder {
|
|
844
|
+
.smart-grid-summary-row-cell .summary-value .smart-summary-placeholder {
|
|
853
845
|
opacity: 0;
|
|
854
846
|
transition: opacity 0.2s ease-in-out;
|
|
855
847
|
}
|
|
856
848
|
.smart-grid-summary-row-cell .summary-value[has-summary] .smart-arrow-down,
|
|
857
|
-
.smart-grid-summary-row-cell .summary-value[has-summary] .placeholder {
|
|
849
|
+
.smart-grid-summary-row-cell .summary-value[has-summary] .smart-summary-placeholder {
|
|
858
850
|
display: inherit;
|
|
859
851
|
opacity: 0.7;
|
|
860
852
|
}
|
|
861
853
|
.smart-grid-summary-row-cell .summary-value.summary-chooser .smart-arrow-down,
|
|
862
|
-
.smart-grid-summary-row-cell .summary-value.summary-chooser .placeholder, .smart-grid-summary-row-cell .summary-value:hover .smart-arrow-down,
|
|
863
|
-
.smart-grid-summary-row-cell .summary-value:hover .placeholder {
|
|
854
|
+
.smart-grid-summary-row-cell .summary-value.summary-chooser .smart-summary-placeholder, .smart-grid-summary-row-cell .summary-value:hover .smart-arrow-down,
|
|
855
|
+
.smart-grid-summary-row-cell .summary-value:hover .smart-summary-placeholder {
|
|
864
856
|
opacity: 1;
|
|
865
857
|
}
|
|
866
858
|
.smart-grid-summary-row-cell .summary-value .label {
|
|
@@ -1358,7 +1350,7 @@ input[type=number]::-webkit-outer-spin-button {
|
|
|
1358
1350
|
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container > div {
|
|
1359
1351
|
height: 100%;
|
|
1360
1352
|
}
|
|
1361
|
-
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .row {
|
|
1353
|
+
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .smart-grid-edit-dialog-row {
|
|
1362
1354
|
height: 100%;
|
|
1363
1355
|
display: grid;
|
|
1364
1356
|
grid-template-rows: 40px 40px 40px 40px 40px 1fr;
|
|
@@ -1651,6 +1643,9 @@ smart-grid .smart-grid-add-row-button.show:hover.float {
|
|
|
1651
1643
|
transform: scale(1.2);
|
|
1652
1644
|
box-shadow: var(--smart-elevation-6);
|
|
1653
1645
|
}
|
|
1646
|
+
smart-grid.smart-kanban-view {
|
|
1647
|
+
background: #fafafa;
|
|
1648
|
+
}
|
|
1654
1649
|
smart-grid.smart-kanban-view .smart-grid-add-row-button {
|
|
1655
1650
|
display: none !important;
|
|
1656
1651
|
}
|
|
@@ -1723,13 +1718,17 @@ smart-grid[selection_allow-cell-selection] smart-grid-row[focus] smart-grid-cell
|
|
|
1723
1718
|
height: var(--smart-pager-default-height);
|
|
1724
1719
|
overflow: hidden;
|
|
1725
1720
|
z-index: 99;
|
|
1726
|
-
border-
|
|
1727
|
-
border-
|
|
1728
|
-
border-
|
|
1721
|
+
border-top-width: 1px;
|
|
1722
|
+
border-top-style: solid;
|
|
1723
|
+
border-top-color: var(--smart-border);
|
|
1729
1724
|
width: 100%;
|
|
1730
1725
|
background: var(--smart-surface);
|
|
1731
1726
|
color: var(--smart-surface-color);
|
|
1732
1727
|
}
|
|
1728
|
+
.smart-grid > .smart-container .smart-grid-pager[top], .smart-grid.smart-container .smart-grid-pager[top] {
|
|
1729
|
+
border-top-color: transparent;
|
|
1730
|
+
border-bottom: 1px solid var(--smart-border);
|
|
1731
|
+
}
|
|
1733
1732
|
.smart-grid > .smart-container .smart-grid-content, .smart-grid.smart-container .smart-grid-content {
|
|
1734
1733
|
width: 100%;
|
|
1735
1734
|
height: 100%;
|