smart-webcomponents-react 14.0.0 → 14.0.35
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.umd.js +1 -1
- package/combobox/combobox.d.ts +5 -0
- package/combobox/combobox.esm.js +12 -1
- package/combobox/combobox.umd.js +12 -1
- package/dialogwindow/dialogwindow.umd.js +1 -1
- package/grid/grid.d.ts +74 -38
- package/grid/grid.esm.js +60 -26
- package/grid/grid.umd.js +60 -26
- package/index.d.ts +99 -30
- package/kanban/kanban.d.ts +10 -0
- package/kanban/kanban.esm.js +23 -1
- package/kanban/kanban.umd.js +23 -1
- package/multilinewindow/multilinewindow.umd.js +1 -1
- package/package.json +1 -1
- package/progresswindow/progresswindow.umd.js +1 -1
- package/promptwindow/promptwindow.umd.js +1 -1
- package/source/modules/smart.accordion.js +1 -1
- package/source/modules/smart.array.js +2 -2
- package/source/modules/smart.barcode.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 +1 -1
- package/source/modules/smart.card.js +1 -1
- package/source/modules/smart.cardview.js +2 -2
- 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 +2 -2
- package/source/modules/smart.common.js +2 -2
- package/source/modules/smart.countryinput.js +1 -1
- package/source/modules/smart.dateinput.js +2 -2
- package/source/modules/smart.daterangeinput.js +2 -2
- package/source/modules/smart.datetimepicker.js +1 -1
- 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 +1 -1
- 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 +4 -4
- package/source/modules/smart.gauge.js +1 -1
- package/source/modules/smart.grid.js +15 -15
- package/source/modules/smart.gridpanel.js +3 -3
- package/source/modules/smart.input.js +1 -1
- package/source/modules/smart.kanban.js +4 -4
- 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 +2 -2
- package/source/modules/smart.multisplitbutton.js +1 -1
- package/source/modules/smart.numberinput.js +1 -1
- package/source/modules/smart.numerictextbox.js +2 -2
- 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 +4 -4
- package/source/modules/smart.progressbar.js +1 -1
- package/source/modules/smart.qrcode.js +1 -1
- package/source/modules/smart.querybuilder.js +2 -2
- 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 +2 -2
- package/source/modules/smart.scrollbar.js +1 -1
- package/source/modules/smart.slider.js +1 -1
- 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 +3 -3
- package/source/modules/smart.tabs.js +1 -1
- package/source/modules/smart.tank.js +1 -1
- package/source/modules/smart.textarea.js +1 -1
- package/source/modules/smart.textbox.js +2 -2
- 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 +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 +2 -2
- 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 +1 -1
- 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 +1 -1
- 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 +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 +2 -2
- 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 +2 -2
- package/source/smart.grid.pager.js +1 -1
- package/source/smart.grid.reorder.js +1 -1
- package/source/smart.grid.resize.js +1 -1
- 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 +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 +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 +2 -2
- 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 +2 -2
- 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.ganttchart.css +1 -1
- package/source/styles/components/smart.kanban.css +1 -1
- package/source/styles/components/smart.pivottable.css +1 -1
- package/source/styles/components/smart.table.css +1 -1
- package/source/styles/default/scss/smart.kanban.scss +20 -3
- package/source/styles/default/scss/smart.table.scss +22 -4
- package/source/styles/default/scss/textbox/_check-input.scss +1 -0
- package/source/styles/default/scss/textbox/_multi-combo-input.scss +1 -1
- package/source/styles/default/smart.kanban.css +17 -1
- package/source/styles/default/smart.table.css +30 -12
- package/source/styles/smart.default.css +2 -2
- package/source/typescript/smart.combobox.d.ts +5 -0
- package/source/typescript/smart.elements.d.ts +99 -30
- package/source/typescript/smart.grid.d.ts +77 -28
- package/source/typescript/smart.kanban.d.ts +10 -0
- package/source/typescript/smart.scheduler.d.ts +1 -1
- package/source/typescript/smart.table.d.ts +1 -1
- package/source/typescript/smart.tree.d.ts +5 -0
- package/table/table.d.ts +1 -1
- package/table/table.esm.js +1 -1
- package/table/table.umd.js +1 -1
- package/tabswindow/tabswindow.umd.js +1 -1
- package/tree/tree.d.ts +5 -0
- package/tree/tree.esm.js +12 -1
- package/tree/tree.umd.js +12 -1
- package/waitwindow/waitwindow.umd.js +1 -1
|
@@ -81,6 +81,11 @@ export interface TreeProperties {
|
|
|
81
81
|
* Default value: false
|
|
82
82
|
*/
|
|
83
83
|
filterable?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Applies a filter only after the 'Enter' key is pressed.
|
|
86
|
+
* Default value: false
|
|
87
|
+
*/
|
|
88
|
+
filterOnEnter?: boolean;
|
|
84
89
|
/**
|
|
85
90
|
* Sets custom text for placeholder in the filter input.
|
|
86
91
|
* Default value: ""
|
package/table/table.d.ts
CHANGED
|
@@ -470,7 +470,7 @@ export declare class Table extends React.Component<React.HTMLAttributes<Element>
|
|
|
470
470
|
addRow(data: any): void;
|
|
471
471
|
/** Adds a filter to a specific column.
|
|
472
472
|
* @param {string} dataField. The column's data field.
|
|
473
|
-
* @param {any} filter. FilterGroup object.
|
|
473
|
+
* @param {any} filter. FilterGroup object or a Filter expression. Filter expression like: 'startsWith B'. Example 2: ['contains Andrew or contains Nancy'], Example 3: ['quantity', '<= 3 and >= 8']. Filter conditions which you can use in the expressions: '=', 'EQUAL','<>', 'NOT_EQUAL', '!=', '<', 'LESS_THAN','>', 'GREATER_THAN', '<=', 'LESS_THAN_OR_EQUAL', '>=', 'GREATER_THAN_OR_EQUAL','starts with', 'STARTS_WITH','ends with', 'ENDS_WITH', '', 'EMPTY', 'CONTAINS','DOES_NOT_CONTAIN', 'NULL','NOT_NULL'
|
|
474
474
|
*/
|
|
475
475
|
addFilter(dataField: string, filter: any): void;
|
|
476
476
|
/** Groups by a column.
|
package/table/table.esm.js
CHANGED
|
@@ -683,7 +683,7 @@ class Table extends React.Component {
|
|
|
683
683
|
}
|
|
684
684
|
/** Adds a filter to a specific column.
|
|
685
685
|
* @param {string} dataField. The column's data field.
|
|
686
|
-
* @param {any} filter. FilterGroup object.
|
|
686
|
+
* @param {any} filter. FilterGroup object or a Filter expression. Filter expression like: 'startsWith B'. Example 2: ['contains Andrew or contains Nancy'], Example 3: ['quantity', '<= 3 and >= 8']. Filter conditions which you can use in the expressions: '=', 'EQUAL','<>', 'NOT_EQUAL', '!=', '<', 'LESS_THAN','>', 'GREATER_THAN', '<=', 'LESS_THAN_OR_EQUAL', '>=', 'GREATER_THAN_OR_EQUAL','starts with', 'STARTS_WITH','ends with', 'ENDS_WITH', '', 'EMPTY', 'CONTAINS','DOES_NOT_CONTAIN', 'NULL','NOT_NULL'
|
|
687
687
|
*/
|
|
688
688
|
addFilter(dataField, filter) {
|
|
689
689
|
if (this.nativeElement.isRendered) {
|
package/table/table.umd.js
CHANGED
|
@@ -689,7 +689,7 @@ require('../source/modules/smart.table');
|
|
|
689
689
|
}
|
|
690
690
|
/** Adds a filter to a specific column.
|
|
691
691
|
* @param {string} dataField. The column's data field.
|
|
692
|
-
* @param {any} filter. FilterGroup object.
|
|
692
|
+
* @param {any} filter. FilterGroup object or a Filter expression. Filter expression like: 'startsWith B'. Example 2: ['contains Andrew or contains Nancy'], Example 3: ['quantity', '<= 3 and >= 8']. Filter conditions which you can use in the expressions: '=', 'EQUAL','<>', 'NOT_EQUAL', '!=', '<', 'LESS_THAN','>', 'GREATER_THAN', '<=', 'LESS_THAN_OR_EQUAL', '>=', 'GREATER_THAN_OR_EQUAL','starts with', 'STARTS_WITH','ends with', 'ENDS_WITH', '', 'EMPTY', 'CONTAINS','DOES_NOT_CONTAIN', 'NULL','NOT_NULL'
|
|
693
693
|
*/
|
|
694
694
|
addFilter(dataField, filter) {
|
|
695
695
|
if (this.nativeElement.isRendered) {
|
package/tree/tree.d.ts
CHANGED
|
@@ -114,6 +114,11 @@ export declare class Tree extends React.Component<React.HTMLAttributes<Element>
|
|
|
114
114
|
*/
|
|
115
115
|
get filterable(): boolean;
|
|
116
116
|
set filterable(value: boolean);
|
|
117
|
+
/** Applies a filter only after the 'Enter' key is pressed.
|
|
118
|
+
* Property type: boolean
|
|
119
|
+
*/
|
|
120
|
+
get filterOnEnter(): boolean;
|
|
121
|
+
set filterOnEnter(value: boolean);
|
|
117
122
|
/** Sets custom text for placeholder in the filter input.
|
|
118
123
|
* Property type: string
|
|
119
124
|
*/
|
package/tree/tree.esm.js
CHANGED
|
@@ -620,6 +620,17 @@ class Tree extends React.Component {
|
|
|
620
620
|
this.nativeElement.filterable = value;
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
|
+
/** Applies a filter only after the 'Enter' key is pressed.
|
|
624
|
+
* Property type: boolean
|
|
625
|
+
*/
|
|
626
|
+
get filterOnEnter() {
|
|
627
|
+
return this.nativeElement ? this.nativeElement.filterOnEnter : undefined;
|
|
628
|
+
}
|
|
629
|
+
set filterOnEnter(value) {
|
|
630
|
+
if (this.nativeElement) {
|
|
631
|
+
this.nativeElement.filterOnEnter = value;
|
|
632
|
+
}
|
|
633
|
+
}
|
|
623
634
|
/** Sets custom text for placeholder in the filter input.
|
|
624
635
|
* Property type: string
|
|
625
636
|
*/
|
|
@@ -930,7 +941,7 @@ class Tree extends React.Component {
|
|
|
930
941
|
}
|
|
931
942
|
// Gets the properties of the React component.
|
|
932
943
|
get properties() {
|
|
933
|
-
return ["allowDrag", "allowDrop", "animation", "autoHideToggleElement", "autoLoadState", "autoSaveState", "autoSort", "dataSource", "disabled", "displayLoadingIndicator", "displayMember", "dragFeedbackFormatFunction", "dragOffset", "editable", "expandMode", "filterable", "filterInputPlaceholder", "filterMember", "filterMode", "hasThreeStates", "itemsMember", "loadingIndicatorPlaceholder", "loadingIndicatorPosition", "locale", "localizeFormatFunction", "messages", "overflow", "readonly", "rightToLeft", "scrollMode", "selectedIndexes", "selectionDisplayMode", "selectionMode", "selectionTarget", "showLines", "showRootLines", "sort", "sortDirection", "sorted", "theme", "toggleElementPosition", "toggleMode", "unfocusable", "valueMember"];
|
|
944
|
+
return ["allowDrag", "allowDrop", "animation", "autoHideToggleElement", "autoLoadState", "autoSaveState", "autoSort", "dataSource", "disabled", "displayLoadingIndicator", "displayMember", "dragFeedbackFormatFunction", "dragOffset", "editable", "expandMode", "filterable", "filterOnEnter", "filterInputPlaceholder", "filterMember", "filterMode", "hasThreeStates", "itemsMember", "loadingIndicatorPlaceholder", "loadingIndicatorPosition", "locale", "localizeFormatFunction", "messages", "overflow", "readonly", "rightToLeft", "scrollMode", "selectedIndexes", "selectionDisplayMode", "selectionMode", "selectionTarget", "showLines", "showRootLines", "sort", "sortDirection", "sorted", "theme", "toggleElementPosition", "toggleMode", "unfocusable", "valueMember"];
|
|
934
945
|
}
|
|
935
946
|
// Gets the events of the React component.
|
|
936
947
|
get eventListeners() {
|
package/tree/tree.umd.js
CHANGED
|
@@ -626,6 +626,17 @@ require('../source/modules/smart.tree');
|
|
|
626
626
|
this.nativeElement.filterable = value;
|
|
627
627
|
}
|
|
628
628
|
}
|
|
629
|
+
/** Applies a filter only after the 'Enter' key is pressed.
|
|
630
|
+
* Property type: boolean
|
|
631
|
+
*/
|
|
632
|
+
get filterOnEnter() {
|
|
633
|
+
return this.nativeElement ? this.nativeElement.filterOnEnter : undefined;
|
|
634
|
+
}
|
|
635
|
+
set filterOnEnter(value) {
|
|
636
|
+
if (this.nativeElement) {
|
|
637
|
+
this.nativeElement.filterOnEnter = value;
|
|
638
|
+
}
|
|
639
|
+
}
|
|
629
640
|
/** Sets custom text for placeholder in the filter input.
|
|
630
641
|
* Property type: string
|
|
631
642
|
*/
|
|
@@ -936,7 +947,7 @@ require('../source/modules/smart.tree');
|
|
|
936
947
|
}
|
|
937
948
|
// Gets the properties of the React component.
|
|
938
949
|
get properties() {
|
|
939
|
-
return ["allowDrag", "allowDrop", "animation", "autoHideToggleElement", "autoLoadState", "autoSaveState", "autoSort", "dataSource", "disabled", "displayLoadingIndicator", "displayMember", "dragFeedbackFormatFunction", "dragOffset", "editable", "expandMode", "filterable", "filterInputPlaceholder", "filterMember", "filterMode", "hasThreeStates", "itemsMember", "loadingIndicatorPlaceholder", "loadingIndicatorPosition", "locale", "localizeFormatFunction", "messages", "overflow", "readonly", "rightToLeft", "scrollMode", "selectedIndexes", "selectionDisplayMode", "selectionMode", "selectionTarget", "showLines", "showRootLines", "sort", "sortDirection", "sorted", "theme", "toggleElementPosition", "toggleMode", "unfocusable", "valueMember"];
|
|
950
|
+
return ["allowDrag", "allowDrop", "animation", "autoHideToggleElement", "autoLoadState", "autoSaveState", "autoSort", "dataSource", "disabled", "displayLoadingIndicator", "displayMember", "dragFeedbackFormatFunction", "dragOffset", "editable", "expandMode", "filterable", "filterOnEnter", "filterInputPlaceholder", "filterMember", "filterMode", "hasThreeStates", "itemsMember", "loadingIndicatorPlaceholder", "loadingIndicatorPosition", "locale", "localizeFormatFunction", "messages", "overflow", "readonly", "rightToLeft", "scrollMode", "selectedIndexes", "selectionDisplayMode", "selectionMode", "selectionTarget", "showLines", "showRootLines", "sort", "sortDirection", "sorted", "theme", "toggleElementPosition", "toggleMode", "unfocusable", "valueMember"];
|
|
940
951
|
}
|
|
941
952
|
// Gets the events of the React component.
|
|
942
953
|
get eventListeners() {
|