smart-webcomponents-react 11.0.55 → 12.0.0
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/index.d.ts +34 -0
- package/kanban/kanban.d.ts +16 -0
- package/kanban/kanban.esm.js +50 -1
- package/kanban/kanban.umd.js +50 -1
- package/package.json +1 -1
- package/source/modules/smart.accordion.js +1 -1
- package/source/modules/smart.array.js +1 -1
- 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 +3 -3
- package/source/modules/smart.card.js +1 -1
- package/source/modules/smart.cardview.js +6 -6
- package/source/modules/smart.carousel.js +1 -1
- package/source/modules/smart.chart.js +3 -3
- package/source/modules/smart.checkbox.js +1 -1
- package/source/modules/smart.checkinput.js +2 -2
- package/source/modules/smart.chip.js +1 -1
- package/source/modules/smart.colorinput.js +2 -2
- 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 +4 -4
- package/source/modules/smart.countryinput.js +2 -2
- 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 +1 -1
- 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 +2 -2
- 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 +18 -18
- package/source/modules/smart.gridpanel.js +6 -6
- package/source/modules/smart.input.js +2 -2
- package/source/modules/smart.kanban.js +9 -9
- 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 +2 -2
- package/source/modules/smart.menu.js +1 -1
- package/source/modules/smart.multicomboinput.js +3 -3
- package/source/modules/smart.multiinput.js +2 -2
- package/source/modules/smart.multilinetextbox.js +1 -1
- package/source/modules/smart.multisplitbutton.js +1 -1
- package/source/modules/smart.numberinput.js +2 -2
- package/source/modules/smart.numerictextbox.js +1 -1
- package/source/modules/smart.pager.js +2 -2
- package/source/modules/smart.passwordinput.js +2 -2
- package/source/modules/smart.passwordtextbox.js +2 -2
- package/source/modules/smart.path.js +1 -1
- package/source/modules/smart.phoneinput.js +2 -2
- package/source/modules/smart.pivottable.js +6 -6
- package/source/modules/smart.progressbar.js +1 -1
- package/source/modules/smart.querybuilder.js +4 -4
- 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 +6 -6
- 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 +6 -6
- package/source/modules/smart.tabs.js +1 -1
- package/source/modules/smart.tank.js +2 -2
- package/source/modules/smart.textarea.js +2 -2
- package/source/modules/smart.textbox.js +1 -1
- package/source/modules/smart.timeinput.js +2 -2
- 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 +1 -1
- package/source/modules/smart.validator.js +1 -1
- package/source/modules/smart.window.js +1 -1
- package/source/smart.accordion.js +1 -1
- package/source/smart.ajax.js +1 -1
- package/source/smart.array.js +1 -1
- 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 +1 -1
- package/source/smart.daterangeinput.js +1 -1
- package/source/smart.datetimepicker.js +2 -2
- package/source/smart.dockinglayout.js +1 -1
- 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 +1 -1
- package/source/smart.element.js +1 -1
- package/source/smart.elements.js +18 -18
- package/source/smart.export.js +2 -2
- 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 +1 -1
- 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 +1 -1
- package/source/smart.grid.resize.js +2 -2
- package/source/smart.grid.row.js +2 -2
- package/source/smart.grid.select.js +2 -2
- package/source/smart.grid.sort.js +1 -1
- package/source/smart.grid.toolbar.js +2 -2
- package/source/smart.grid.tree.js +1 -1
- package/source/smart.grid.view.js +2 -2
- package/source/smart.gridpanel.js +2 -2
- package/source/smart.input.js +2 -2
- 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 +2 -2
- 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.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 +1 -1
- package/source/smart.tabs.js +1 -1
- 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 +1 -1
- package/source/smart.validationpanel.js +1 -1
- package/source/smart.validator.js +1 -1
- package/source/smart.window.js +1 -1
- package/source/styles/components/smart.array.css +1 -1
- package/source/styles/components/smart.calendar.css +1 -1
- package/source/styles/components/smart.cardview.css +1 -1
- package/source/styles/components/smart.checkinput.css +1 -1
- package/source/styles/components/smart.colorinput.css +1 -1
- package/source/styles/components/smart.columnpanel.css +1 -1
- package/source/styles/components/smart.countryinput.css +1 -1
- package/source/styles/components/smart.dateinput.css +1 -1
- package/source/styles/components/smart.daterangeinput.css +1 -1
- package/source/styles/components/smart.datetimeformatpanel.css +1 -1
- package/source/styles/components/smart.editor.css +1 -1
- package/source/styles/components/smart.filterbuilder.css +1 -1
- package/source/styles/components/smart.filterpanel.css +1 -1
- package/source/styles/components/smart.ganttchart.css +1 -1
- package/source/styles/components/smart.grid.css +2 -2
- package/source/styles/components/smart.gridpanel.css +1 -1
- package/source/styles/components/smart.input.css +1 -1
- package/source/styles/components/smart.kanban.css +2 -2
- package/source/styles/components/smart.maskedtextbox.css +1 -1
- package/source/styles/components/smart.multicolumnfilterpanel.css +1 -1
- package/source/styles/components/smart.multicomboinput.css +1 -1
- package/source/styles/components/smart.multiinput.css +1 -1
- package/source/styles/components/smart.multilinetextbox.css +1 -1
- package/source/styles/components/smart.numberformatpanel.css +1 -1
- package/source/styles/components/smart.numberinput.css +1 -1
- package/source/styles/components/smart.pager.css +1 -1
- package/source/styles/components/smart.passwordinput.css +1 -1
- package/source/styles/components/smart.passwordtextbox.css +1 -1
- package/source/styles/components/smart.phoneinput.css +1 -1
- package/source/styles/components/smart.pivottable.css +1 -1
- package/source/styles/components/smart.querybuilder.css +1 -1
- package/source/styles/components/smart.scheduler.css +1 -1
- package/source/styles/components/smart.sortpanel.css +1 -1
- package/source/styles/components/smart.table.css +1 -1
- package/source/styles/components/smart.textarea.css +1 -1
- package/source/styles/components/smart.textbox.css +1 -1
- package/source/styles/components/smart.timeinput.css +1 -1
- package/source/styles/components/smart.validationpanel.css +1 -1
- package/source/styles/components/smart.window.css +1 -1
- package/source/styles/default/scss/smart.grid.scss +97 -36
- package/source/styles/default/scss/smart.kanban.scss +22 -0
- package/source/styles/default/scss/textbox/_multi-combo-input.scss +42 -1
- package/source/styles/default/smart.grid.css +77 -26
- package/source/styles/default/smart.kanban.css +18 -0
- package/source/styles/default/smart.textbox.css +28 -1
- package/source/styles/smart.default.css +3 -3
- package/source/typescript/smart.elements.d.ts +34 -0
- package/source/typescript/smart.kanban.d.ts +34 -0
|
@@ -17169,6 +17169,11 @@ export interface KanbanProperties {
|
|
|
17169
17169
|
* Default value: false
|
|
17170
17170
|
*/
|
|
17171
17171
|
allowColumnRemove?: boolean;
|
|
17172
|
+
/**
|
|
17173
|
+
* Enables or disables column hiding. When this property is set to true, users will be able to dynamically hide a column through the column actions menu. the 'columnActions' property should be true.
|
|
17174
|
+
* Default value: false
|
|
17175
|
+
*/
|
|
17176
|
+
allowColumnHide?: boolean;
|
|
17172
17177
|
/**
|
|
17173
17178
|
* Toggles the visibility of the column buttons for adding tasks. A particular button can be disabled by setting addNewButton in the column's definition to false.
|
|
17174
17179
|
* Default value: false
|
|
@@ -17600,6 +17605,11 @@ export interface Kanban extends BaseElement, KanbanProperties {
|
|
|
17600
17605
|
* @param {number | string} column. The index or dataField of the column to collapse
|
|
17601
17606
|
*/
|
|
17602
17607
|
collapse(column: number | string): void;
|
|
17608
|
+
/**
|
|
17609
|
+
* Hides a Kanban column.
|
|
17610
|
+
* @param {number | string} column. The index or dataField of the column to hide
|
|
17611
|
+
*/
|
|
17612
|
+
hide(column: number | string): void;
|
|
17603
17613
|
/**
|
|
17604
17614
|
* Creates a copy of a task in the same column.
|
|
17605
17615
|
* @param {number | string | HTMLElement} task. The task's id or corresponding HTMLElement
|
|
@@ -17689,6 +17699,15 @@ export interface Kanban extends BaseElement, KanbanProperties {
|
|
|
17689
17699
|
* Saves the Kanban's state to the browser's localStorage.
|
|
17690
17700
|
*/
|
|
17691
17701
|
saveState(): void;
|
|
17702
|
+
/**
|
|
17703
|
+
* Shows a Kanban column.
|
|
17704
|
+
* @param {number | string} column. The index or dataField of the column to show
|
|
17705
|
+
*/
|
|
17706
|
+
show(column: number | string): void;
|
|
17707
|
+
/**
|
|
17708
|
+
* Shows all Kanban columns.
|
|
17709
|
+
*/
|
|
17710
|
+
showAllColumns(): void;
|
|
17692
17711
|
/**
|
|
17693
17712
|
* Updates a task.
|
|
17694
17713
|
* @param {number | string | HTMLElement} task. The task's id or corresponding HTMLElement
|
|
@@ -17744,6 +17763,11 @@ export interface KanbanColumn {
|
|
|
17744
17763
|
* Default value: true
|
|
17745
17764
|
*/
|
|
17746
17765
|
editable?: boolean;
|
|
17766
|
+
/**
|
|
17767
|
+
* Sets or gets whether a column is visible.
|
|
17768
|
+
* Default value: true
|
|
17769
|
+
*/
|
|
17770
|
+
visible?: boolean;
|
|
17747
17771
|
/**
|
|
17748
17772
|
* Sets or gets whether a column can be reordered.
|
|
17749
17773
|
* Default value: true
|
|
@@ -17792,6 +17816,16 @@ export interface KanbanDataSource {
|
|
|
17792
17816
|
* Default value: null
|
|
17793
17817
|
*/
|
|
17794
17818
|
dueDate?: Date;
|
|
17819
|
+
/**
|
|
17820
|
+
* Callback function which can be used for customizing the tasks rendering. The Kanban calls it with 2 arguments - task html element and task data.
|
|
17821
|
+
* Default value: null
|
|
17822
|
+
*/
|
|
17823
|
+
onTaskRender?: any;
|
|
17824
|
+
/**
|
|
17825
|
+
* Callback function which can be used for customizing the column header rendering. The Kanban calls it with 2 arguments - column header html element and column data.
|
|
17826
|
+
* Default value: null
|
|
17827
|
+
*/
|
|
17828
|
+
onColumnHeaderRender?: any;
|
|
17795
17829
|
/**
|
|
17796
17830
|
* The task's priority.
|
|
17797
17831
|
* Default value: normal
|
|
@@ -16,6 +16,11 @@ export interface KanbanProperties {
|
|
|
16
16
|
* Default value: false
|
|
17
17
|
*/
|
|
18
18
|
allowColumnRemove?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Enables or disables column hiding. When this property is set to true, users will be able to dynamically hide a column through the column actions menu. the 'columnActions' property should be true.
|
|
21
|
+
* Default value: false
|
|
22
|
+
*/
|
|
23
|
+
allowColumnHide?: boolean;
|
|
19
24
|
/**
|
|
20
25
|
* Toggles the visibility of the column buttons for adding tasks. A particular button can be disabled by setting addNewButton in the column's definition to false.
|
|
21
26
|
* Default value: false
|
|
@@ -447,6 +452,11 @@ export interface Kanban extends BaseElement, KanbanProperties {
|
|
|
447
452
|
* @param {number | string} column. The index or dataField of the column to collapse
|
|
448
453
|
*/
|
|
449
454
|
collapse(column: number | string): void;
|
|
455
|
+
/**
|
|
456
|
+
* Hides a Kanban column.
|
|
457
|
+
* @param {number | string} column. The index or dataField of the column to hide
|
|
458
|
+
*/
|
|
459
|
+
hide(column: number | string): void;
|
|
450
460
|
/**
|
|
451
461
|
* Creates a copy of a task in the same column.
|
|
452
462
|
* @param {number | string | HTMLElement} task. The task's id or corresponding HTMLElement
|
|
@@ -536,6 +546,15 @@ export interface Kanban extends BaseElement, KanbanProperties {
|
|
|
536
546
|
* Saves the Kanban's state to the browser's localStorage.
|
|
537
547
|
*/
|
|
538
548
|
saveState(): void;
|
|
549
|
+
/**
|
|
550
|
+
* Shows a Kanban column.
|
|
551
|
+
* @param {number | string} column. The index or dataField of the column to show
|
|
552
|
+
*/
|
|
553
|
+
show(column: number | string): void;
|
|
554
|
+
/**
|
|
555
|
+
* Shows all Kanban columns.
|
|
556
|
+
*/
|
|
557
|
+
showAllColumns(): void;
|
|
539
558
|
/**
|
|
540
559
|
* Updates a task.
|
|
541
560
|
* @param {number | string | HTMLElement} task. The task's id or corresponding HTMLElement
|
|
@@ -591,6 +610,11 @@ export interface KanbanColumn {
|
|
|
591
610
|
* Default value: true
|
|
592
611
|
*/
|
|
593
612
|
editable?: boolean;
|
|
613
|
+
/**
|
|
614
|
+
* Sets or gets whether a column is visible.
|
|
615
|
+
* Default value: true
|
|
616
|
+
*/
|
|
617
|
+
visible?: boolean;
|
|
594
618
|
/**
|
|
595
619
|
* Sets or gets whether a column can be reordered.
|
|
596
620
|
* Default value: true
|
|
@@ -639,6 +663,16 @@ export interface KanbanDataSource {
|
|
|
639
663
|
* Default value: null
|
|
640
664
|
*/
|
|
641
665
|
dueDate?: Date;
|
|
666
|
+
/**
|
|
667
|
+
* Callback function which can be used for customizing the tasks rendering. The Kanban calls it with 2 arguments - task html element and task data.
|
|
668
|
+
* Default value: null
|
|
669
|
+
*/
|
|
670
|
+
onTaskRender?: any;
|
|
671
|
+
/**
|
|
672
|
+
* Callback function which can be used for customizing the column header rendering. The Kanban calls it with 2 arguments - column header html element and column data.
|
|
673
|
+
* Default value: null
|
|
674
|
+
*/
|
|
675
|
+
onColumnHeaderRender?: any;
|
|
642
676
|
/**
|
|
643
677
|
* The task's priority.
|
|
644
678
|
* Default value: normal
|