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
|
@@ -97,6 +97,16 @@ export declare class TabsWindow extends React.Component<React.HTMLAttributes<Ele
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
|
@@ -176,6 +176,28 @@ class TabsWindow extends React.Component {
|
|
|
176
176
|
this.nativeElement.disableSnap = value;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
180
|
+
* Property type: boolean
|
|
181
|
+
*/
|
|
182
|
+
get disableEscape() {
|
|
183
|
+
return this.nativeElement ? this.nativeElement.disableEscape : undefined;
|
|
184
|
+
}
|
|
185
|
+
set disableEscape(value) {
|
|
186
|
+
if (this.nativeElement) {
|
|
187
|
+
this.nativeElement.disableEscape = value;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
191
|
+
* Property type: boolean
|
|
192
|
+
*/
|
|
193
|
+
get disableKeyboard() {
|
|
194
|
+
return this.nativeElement ? this.nativeElement.disableKeyboard : undefined;
|
|
195
|
+
}
|
|
196
|
+
set disableKeyboard(value) {
|
|
197
|
+
if (this.nativeElement) {
|
|
198
|
+
this.nativeElement.disableKeyboard = value;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
179
201
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
180
202
|
* Property type: WindowDisplayMode
|
|
181
203
|
*/
|
|
@@ -783,7 +805,7 @@ class TabsWindow extends React.Component {
|
|
|
783
805
|
}
|
|
784
806
|
// Gets the properties of the React component.
|
|
785
807
|
get properties() {
|
|
786
|
-
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
808
|
+
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "disableEscape", "disableKeyboard", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
787
809
|
}
|
|
788
810
|
// Gets the events of the React component.
|
|
789
811
|
get eventListeners() {
|
|
@@ -182,6 +182,28 @@ require('../source/modules/smart.tabswindow');
|
|
|
182
182
|
this.nativeElement.disableSnap = value;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
186
|
+
* Property type: boolean
|
|
187
|
+
*/
|
|
188
|
+
get disableEscape() {
|
|
189
|
+
return this.nativeElement ? this.nativeElement.disableEscape : undefined;
|
|
190
|
+
}
|
|
191
|
+
set disableEscape(value) {
|
|
192
|
+
if (this.nativeElement) {
|
|
193
|
+
this.nativeElement.disableEscape = value;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
197
|
+
* Property type: boolean
|
|
198
|
+
*/
|
|
199
|
+
get disableKeyboard() {
|
|
200
|
+
return this.nativeElement ? this.nativeElement.disableKeyboard : undefined;
|
|
201
|
+
}
|
|
202
|
+
set disableKeyboard(value) {
|
|
203
|
+
if (this.nativeElement) {
|
|
204
|
+
this.nativeElement.disableKeyboard = value;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
185
207
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
186
208
|
* Property type: WindowDisplayMode
|
|
187
209
|
*/
|
|
@@ -789,7 +811,7 @@ require('../source/modules/smart.tabswindow');
|
|
|
789
811
|
}
|
|
790
812
|
// Gets the properties of the React component.
|
|
791
813
|
get properties() {
|
|
792
|
-
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
814
|
+
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "disableEscape", "disableKeyboard", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
793
815
|
}
|
|
794
816
|
// Gets the events of the React component.
|
|
795
817
|
get eventListeners() {
|
|
@@ -351,6 +351,14 @@ export declare class DateTimePicker extends React.Component<React.HTMLAttributes
|
|
|
351
351
|
/** Selects the text inside the input.
|
|
352
352
|
*/
|
|
353
353
|
select(): void;
|
|
354
|
+
/** Gets a Date object.
|
|
355
|
+
* @returns {Date}
|
|
356
|
+
*/
|
|
357
|
+
getDate(): Promise<any>;
|
|
358
|
+
/** Sets the date of the DateTimePicker.
|
|
359
|
+
* @param {Date} date. The date object to be set.
|
|
360
|
+
*/
|
|
361
|
+
setDate(date: Date): void;
|
|
354
362
|
constructor(props: any);
|
|
355
363
|
componentDidRender(initialize: boolean): void;
|
|
356
364
|
componentDidMount(): void;
|
package/tree/tree.d.ts
CHANGED
|
@@ -395,6 +395,10 @@ export declare class Tree extends React.Component<React.HTMLAttributes<Element>
|
|
|
395
395
|
* @returns {HTMLElement}
|
|
396
396
|
*/
|
|
397
397
|
getItem(id: string): Promise<any>;
|
|
398
|
+
/** Gets the selected values. If value is not defined, returns the selected labels.
|
|
399
|
+
* @returns {string[]}
|
|
400
|
+
*/
|
|
401
|
+
getSelectedValues(): Promise<any>;
|
|
398
402
|
/** Returns SmartTree's state
|
|
399
403
|
* @returns {any}
|
|
400
404
|
*/
|
|
@@ -424,14 +428,22 @@ export declare class Tree extends React.Component<React.HTMLAttributes<Element>
|
|
|
424
428
|
* @returns {any}
|
|
425
429
|
*/
|
|
426
430
|
saveState(): Promise<any>;
|
|
427
|
-
/** Selects an item.
|
|
431
|
+
/** Selects an item by its index or by HTMLElement id.
|
|
428
432
|
* @param {HTMLElement | string} item. The jqx-tree-item/jqx-tree-items-group (or its id or numeric path) to remove.
|
|
429
433
|
*/
|
|
430
434
|
select(item: HTMLElement | string): void;
|
|
431
|
-
/**
|
|
435
|
+
/** Selects an item or items by values.
|
|
436
|
+
* @param {string | string[]} items. The jqx-tree-item/jqx-tree-items-group values or labels, if values are not defined.
|
|
437
|
+
*/
|
|
438
|
+
setSelectedValues(items: string | string[]): void;
|
|
439
|
+
/** Unselects an item by its index or by HTMLElement id.
|
|
432
440
|
* @param {HTMLElement | string} item. The jqx-tree-item/jqx-tree-items-group (or its id or numeric path) to remove.
|
|
433
441
|
*/
|
|
434
442
|
unselect(item: HTMLElement | string): void;
|
|
443
|
+
/** Unselects an item or items by values.
|
|
444
|
+
* @param {string | string[]} items. The jqx-tree-item/jqx-tree-items-group values or labels, if values are not defined.
|
|
445
|
+
*/
|
|
446
|
+
unselectValues(items: string | string[]): void;
|
|
435
447
|
/** Updates an item.
|
|
436
448
|
* @param {HTMLElement | string} item. jqx-tree-item/jqx-tree-items-group (or its id or numeric path).
|
|
437
449
|
* @param {any} newItem. An object with updated properties.
|
package/tree/tree.esm.js
CHANGED
|
@@ -1088,6 +1088,23 @@ class Tree extends React.Component {
|
|
|
1088
1088
|
return result;
|
|
1089
1089
|
});
|
|
1090
1090
|
}
|
|
1091
|
+
/** Gets the selected values. If value is not defined, returns the selected labels.
|
|
1092
|
+
* @returns {string[]}
|
|
1093
|
+
*/
|
|
1094
|
+
getSelectedValues() {
|
|
1095
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1096
|
+
const getResultOnRender = () => {
|
|
1097
|
+
return new Promise(resolve => {
|
|
1098
|
+
this.nativeElement.whenRendered(() => {
|
|
1099
|
+
const result = this.nativeElement.getSelectedValues();
|
|
1100
|
+
resolve(result);
|
|
1101
|
+
});
|
|
1102
|
+
});
|
|
1103
|
+
};
|
|
1104
|
+
const result = yield getResultOnRender();
|
|
1105
|
+
return result;
|
|
1106
|
+
});
|
|
1107
|
+
}
|
|
1091
1108
|
/** Returns SmartTree's state
|
|
1092
1109
|
* @returns {any}
|
|
1093
1110
|
*/
|
|
@@ -1188,7 +1205,7 @@ class Tree extends React.Component {
|
|
|
1188
1205
|
return result;
|
|
1189
1206
|
});
|
|
1190
1207
|
}
|
|
1191
|
-
/** Selects an item.
|
|
1208
|
+
/** Selects an item by its index or by HTMLElement id.
|
|
1192
1209
|
* @param {HTMLElement | string} item. The jqx-tree-item/jqx-tree-items-group (or its id or numeric path) to remove.
|
|
1193
1210
|
*/
|
|
1194
1211
|
select(item) {
|
|
@@ -1201,7 +1218,20 @@ class Tree extends React.Component {
|
|
|
1201
1218
|
});
|
|
1202
1219
|
}
|
|
1203
1220
|
}
|
|
1204
|
-
/**
|
|
1221
|
+
/** Selects an item or items by values.
|
|
1222
|
+
* @param {string | string[]} items. The jqx-tree-item/jqx-tree-items-group values or labels, if values are not defined.
|
|
1223
|
+
*/
|
|
1224
|
+
setSelectedValues(items) {
|
|
1225
|
+
if (this.nativeElement.isRendered) {
|
|
1226
|
+
this.nativeElement.setSelectedValues(items);
|
|
1227
|
+
}
|
|
1228
|
+
else {
|
|
1229
|
+
this.nativeElement.whenRendered(() => {
|
|
1230
|
+
this.nativeElement.setSelectedValues(items);
|
|
1231
|
+
});
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
/** Unselects an item by its index or by HTMLElement id.
|
|
1205
1235
|
* @param {HTMLElement | string} item. The jqx-tree-item/jqx-tree-items-group (or its id or numeric path) to remove.
|
|
1206
1236
|
*/
|
|
1207
1237
|
unselect(item) {
|
|
@@ -1214,6 +1244,19 @@ class Tree extends React.Component {
|
|
|
1214
1244
|
});
|
|
1215
1245
|
}
|
|
1216
1246
|
}
|
|
1247
|
+
/** Unselects an item or items by values.
|
|
1248
|
+
* @param {string | string[]} items. The jqx-tree-item/jqx-tree-items-group values or labels, if values are not defined.
|
|
1249
|
+
*/
|
|
1250
|
+
unselectValues(items) {
|
|
1251
|
+
if (this.nativeElement.isRendered) {
|
|
1252
|
+
this.nativeElement.unselectValues(items);
|
|
1253
|
+
}
|
|
1254
|
+
else {
|
|
1255
|
+
this.nativeElement.whenRendered(() => {
|
|
1256
|
+
this.nativeElement.unselectValues(items);
|
|
1257
|
+
});
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1217
1260
|
/** Updates an item.
|
|
1218
1261
|
* @param {HTMLElement | string} item. jqx-tree-item/jqx-tree-items-group (or its id or numeric path).
|
|
1219
1262
|
* @param {any} newItem. An object with updated properties.
|
package/tree/tree.umd.js
CHANGED
|
@@ -1094,6 +1094,23 @@ require('../source/modules/smart.tree');
|
|
|
1094
1094
|
return result;
|
|
1095
1095
|
});
|
|
1096
1096
|
}
|
|
1097
|
+
/** Gets the selected values. If value is not defined, returns the selected labels.
|
|
1098
|
+
* @returns {string[]}
|
|
1099
|
+
*/
|
|
1100
|
+
getSelectedValues() {
|
|
1101
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1102
|
+
const getResultOnRender = () => {
|
|
1103
|
+
return new Promise(resolve => {
|
|
1104
|
+
this.nativeElement.whenRendered(() => {
|
|
1105
|
+
const result = this.nativeElement.getSelectedValues();
|
|
1106
|
+
resolve(result);
|
|
1107
|
+
});
|
|
1108
|
+
});
|
|
1109
|
+
};
|
|
1110
|
+
const result = yield getResultOnRender();
|
|
1111
|
+
return result;
|
|
1112
|
+
});
|
|
1113
|
+
}
|
|
1097
1114
|
/** Returns SmartTree's state
|
|
1098
1115
|
* @returns {any}
|
|
1099
1116
|
*/
|
|
@@ -1194,7 +1211,7 @@ require('../source/modules/smart.tree');
|
|
|
1194
1211
|
return result;
|
|
1195
1212
|
});
|
|
1196
1213
|
}
|
|
1197
|
-
/** Selects an item.
|
|
1214
|
+
/** Selects an item by its index or by HTMLElement id.
|
|
1198
1215
|
* @param {HTMLElement | string} item. The jqx-tree-item/jqx-tree-items-group (or its id or numeric path) to remove.
|
|
1199
1216
|
*/
|
|
1200
1217
|
select(item) {
|
|
@@ -1207,7 +1224,20 @@ require('../source/modules/smart.tree');
|
|
|
1207
1224
|
});
|
|
1208
1225
|
}
|
|
1209
1226
|
}
|
|
1210
|
-
/**
|
|
1227
|
+
/** Selects an item or items by values.
|
|
1228
|
+
* @param {string | string[]} items. The jqx-tree-item/jqx-tree-items-group values or labels, if values are not defined.
|
|
1229
|
+
*/
|
|
1230
|
+
setSelectedValues(items) {
|
|
1231
|
+
if (this.nativeElement.isRendered) {
|
|
1232
|
+
this.nativeElement.setSelectedValues(items);
|
|
1233
|
+
}
|
|
1234
|
+
else {
|
|
1235
|
+
this.nativeElement.whenRendered(() => {
|
|
1236
|
+
this.nativeElement.setSelectedValues(items);
|
|
1237
|
+
});
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
/** Unselects an item by its index or by HTMLElement id.
|
|
1211
1241
|
* @param {HTMLElement | string} item. The jqx-tree-item/jqx-tree-items-group (or its id or numeric path) to remove.
|
|
1212
1242
|
*/
|
|
1213
1243
|
unselect(item) {
|
|
@@ -1220,6 +1250,19 @@ require('../source/modules/smart.tree');
|
|
|
1220
1250
|
});
|
|
1221
1251
|
}
|
|
1222
1252
|
}
|
|
1253
|
+
/** Unselects an item or items by values.
|
|
1254
|
+
* @param {string | string[]} items. The jqx-tree-item/jqx-tree-items-group values or labels, if values are not defined.
|
|
1255
|
+
*/
|
|
1256
|
+
unselectValues(items) {
|
|
1257
|
+
if (this.nativeElement.isRendered) {
|
|
1258
|
+
this.nativeElement.unselectValues(items);
|
|
1259
|
+
}
|
|
1260
|
+
else {
|
|
1261
|
+
this.nativeElement.whenRendered(() => {
|
|
1262
|
+
this.nativeElement.unselectValues(items);
|
|
1263
|
+
});
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1223
1266
|
/** Updates an item.
|
|
1224
1267
|
* @param {HTMLElement | string} item. jqx-tree-item/jqx-tree-items-group (or its id or numeric path).
|
|
1225
1268
|
* @param {any} newItem. An object with updated properties.
|
|
@@ -97,6 +97,16 @@ export declare class WaitWindow extends React.Component<React.HTMLAttributes<Ele
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
|
@@ -176,6 +176,28 @@ class WaitWindow extends React.Component {
|
|
|
176
176
|
this.nativeElement.disableSnap = value;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
180
|
+
* Property type: boolean
|
|
181
|
+
*/
|
|
182
|
+
get disableEscape() {
|
|
183
|
+
return this.nativeElement ? this.nativeElement.disableEscape : undefined;
|
|
184
|
+
}
|
|
185
|
+
set disableEscape(value) {
|
|
186
|
+
if (this.nativeElement) {
|
|
187
|
+
this.nativeElement.disableEscape = value;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
191
|
+
* Property type: boolean
|
|
192
|
+
*/
|
|
193
|
+
get disableKeyboard() {
|
|
194
|
+
return this.nativeElement ? this.nativeElement.disableKeyboard : undefined;
|
|
195
|
+
}
|
|
196
|
+
set disableKeyboard(value) {
|
|
197
|
+
if (this.nativeElement) {
|
|
198
|
+
this.nativeElement.disableKeyboard = value;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
179
201
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
180
202
|
* Property type: WindowDisplayMode
|
|
181
203
|
*/
|
|
@@ -783,7 +805,7 @@ class WaitWindow extends React.Component {
|
|
|
783
805
|
}
|
|
784
806
|
// Gets the properties of the React component.
|
|
785
807
|
get properties() {
|
|
786
|
-
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
808
|
+
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "disableEscape", "disableKeyboard", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
787
809
|
}
|
|
788
810
|
// Gets the events of the React component.
|
|
789
811
|
get eventListeners() {
|
|
@@ -182,6 +182,28 @@ require('../source/modules/smart.waitwindow');
|
|
|
182
182
|
this.nativeElement.disableSnap = value;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
186
|
+
* Property type: boolean
|
|
187
|
+
*/
|
|
188
|
+
get disableEscape() {
|
|
189
|
+
return this.nativeElement ? this.nativeElement.disableEscape : undefined;
|
|
190
|
+
}
|
|
191
|
+
set disableEscape(value) {
|
|
192
|
+
if (this.nativeElement) {
|
|
193
|
+
this.nativeElement.disableEscape = value;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
197
|
+
* Property type: boolean
|
|
198
|
+
*/
|
|
199
|
+
get disableKeyboard() {
|
|
200
|
+
return this.nativeElement ? this.nativeElement.disableKeyboard : undefined;
|
|
201
|
+
}
|
|
202
|
+
set disableKeyboard(value) {
|
|
203
|
+
if (this.nativeElement) {
|
|
204
|
+
this.nativeElement.disableKeyboard = value;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
185
207
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
186
208
|
* Property type: WindowDisplayMode
|
|
187
209
|
*/
|
|
@@ -789,7 +811,7 @@ require('../source/modules/smart.waitwindow');
|
|
|
789
811
|
}
|
|
790
812
|
// Gets the properties of the React component.
|
|
791
813
|
get properties() {
|
|
792
|
-
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
814
|
+
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "disableEscape", "disableKeyboard", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
793
815
|
}
|
|
794
816
|
// Gets the events of the React component.
|
|
795
817
|
get eventListeners() {
|
package/window/alertwindow.d.ts
CHANGED
|
@@ -97,6 +97,16 @@ export declare class AlertWindow extends React.Component<React.HTMLAttributes<El
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
package/window/dialogwindow.d.ts
CHANGED
|
@@ -97,6 +97,16 @@ export declare class DialogWindow extends React.Component<React.HTMLAttributes<E
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
|
@@ -97,6 +97,16 @@ export declare class MultilineWindow extends React.Component<React.HTMLAttribute
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
|
@@ -97,6 +97,16 @@ export declare class ProgressWindow extends React.Component<React.HTMLAttributes
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
package/window/promptwindow.d.ts
CHANGED
|
@@ -97,6 +97,16 @@ export declare class PromptWindow extends React.Component<React.HTMLAttributes<E
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
package/window/tabswindow.d.ts
CHANGED
|
@@ -97,6 +97,16 @@ export declare class TabsWindow extends React.Component<React.HTMLAttributes<Ele
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
package/window/waitwindow.d.ts
CHANGED
|
@@ -97,6 +97,16 @@ export declare class WaitWindow extends React.Component<React.HTMLAttributes<Ele
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
package/window/window.d.ts
CHANGED
|
@@ -97,6 +97,16 @@ export declare class Window extends React.Component<React.HTMLAttributes<Element
|
|
|
97
97
|
*/
|
|
98
98
|
get disableSnap(): boolean;
|
|
99
99
|
set disableSnap(value: boolean);
|
|
100
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
101
|
+
* Property type: boolean
|
|
102
|
+
*/
|
|
103
|
+
get disableEscape(): boolean;
|
|
104
|
+
set disableEscape(value: boolean);
|
|
105
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
106
|
+
* Property type: boolean
|
|
107
|
+
*/
|
|
108
|
+
get disableKeyboard(): boolean;
|
|
109
|
+
set disableKeyboard(value: boolean);
|
|
100
110
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
101
111
|
* Property type: WindowDisplayMode
|
|
102
112
|
*/
|
package/window/window.esm.js
CHANGED
|
@@ -176,6 +176,28 @@ class Window extends React.Component {
|
|
|
176
176
|
this.nativeElement.disableSnap = value;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
180
|
+
* Property type: boolean
|
|
181
|
+
*/
|
|
182
|
+
get disableEscape() {
|
|
183
|
+
return this.nativeElement ? this.nativeElement.disableEscape : undefined;
|
|
184
|
+
}
|
|
185
|
+
set disableEscape(value) {
|
|
186
|
+
if (this.nativeElement) {
|
|
187
|
+
this.nativeElement.disableEscape = value;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
191
|
+
* Property type: boolean
|
|
192
|
+
*/
|
|
193
|
+
get disableKeyboard() {
|
|
194
|
+
return this.nativeElement ? this.nativeElement.disableKeyboard : undefined;
|
|
195
|
+
}
|
|
196
|
+
set disableKeyboard(value) {
|
|
197
|
+
if (this.nativeElement) {
|
|
198
|
+
this.nativeElement.disableKeyboard = value;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
179
201
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
180
202
|
* Property type: WindowDisplayMode
|
|
181
203
|
*/
|
|
@@ -783,7 +805,7 @@ class Window extends React.Component {
|
|
|
783
805
|
}
|
|
784
806
|
// Gets the properties of the React component.
|
|
785
807
|
get properties() {
|
|
786
|
-
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
808
|
+
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "disableEscape", "disableKeyboard", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
787
809
|
}
|
|
788
810
|
// Gets the events of the React component.
|
|
789
811
|
get eventListeners() {
|
package/window/window.umd.js
CHANGED
|
@@ -182,6 +182,28 @@ require('../source/modules/smart.window');
|
|
|
182
182
|
this.nativeElement.disableSnap = value;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
|
+
/** By default the window is closing after the 'Escape' key is pressed. Set this property to true, if you want to disable that.
|
|
186
|
+
* Property type: boolean
|
|
187
|
+
*/
|
|
188
|
+
get disableEscape() {
|
|
189
|
+
return this.nativeElement ? this.nativeElement.disableEscape : undefined;
|
|
190
|
+
}
|
|
191
|
+
set disableEscape(value) {
|
|
192
|
+
if (this.nativeElement) {
|
|
193
|
+
this.nativeElement.disableEscape = value;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
/** By default the window is handling keyboard keys like 'Arrows', 'Escape', etc. Set this property to true, if you want to disable that.
|
|
197
|
+
* Property type: boolean
|
|
198
|
+
*/
|
|
199
|
+
get disableKeyboard() {
|
|
200
|
+
return this.nativeElement ? this.nativeElement.disableKeyboard : undefined;
|
|
201
|
+
}
|
|
202
|
+
set disableKeyboard(value) {
|
|
203
|
+
if (this.nativeElement) {
|
|
204
|
+
this.nativeElement.disableKeyboard = value;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
185
207
|
/** Determines how the characters are displayed inside the input. Applicable to Prompt Window.
|
|
186
208
|
* Property type: WindowDisplayMode
|
|
187
209
|
*/
|
|
@@ -789,7 +811,7 @@ require('../source/modules/smart.window');
|
|
|
789
811
|
}
|
|
790
812
|
// Gets the properties of the React component.
|
|
791
813
|
get properties() {
|
|
792
|
-
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
814
|
+
return ["addNewTab", "animation", "autoCapitalize", "autoExpand", "cancelLabel", "completeLabel", "confirmLabel", "collapsed", "closeOnMaskClick", "dataSource", "disabled", "disableSnap", "disableEscape", "disableKeyboard", "displayMode", "dropPosition", "formatFunction", "footerPosition", "footerTemplate", "headerButtons", "headerTemplate", "headerPosition", "hint", "indeterminate", "inverted", "label", "liveResize", "layout", "locale", "locked", "localizeFormatFunction", "maximized", "messages", "modal", "max", "min", "minimized", "maxLength", "minLength", "opened", "pinned", "placeholder", "promptLabel", "readonly", "resizeIndicator", "resizeMode", "rightToLeft", "required", "requiredMessage", "selectAllOnFocus", "selectedIndex", "selectionMode", "selectionEnd", "selectionStart", "showProgressValue", "siblings", "size", "spellCheck", "tabCloseButtons", "tabCloseButtonMode", "tabOverflow", "tabPosition", "tabScrollButtonsPosition", "tabTextOrientation", "theme", "unfocusable", "value", "windowParent", "wrap"];
|
|
793
815
|
}
|
|
794
816
|
// Gets the events of the React component.
|
|
795
817
|
get eventListeners() {
|