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
package/kanban/kanban.esm.js
CHANGED
|
@@ -187,6 +187,39 @@ class Kanban extends React.Component {
|
|
|
187
187
|
this.nativeElement.columnColors = value;
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
+
/** Displays background in the Kanban column.
|
|
191
|
+
* Property type: boolean
|
|
192
|
+
*/
|
|
193
|
+
get columnColorEntireSurface() {
|
|
194
|
+
return this.nativeElement ? this.nativeElement.columnColorEntireSurface : undefined;
|
|
195
|
+
}
|
|
196
|
+
set columnColorEntireSurface(value) {
|
|
197
|
+
if (this.nativeElement) {
|
|
198
|
+
this.nativeElement.columnColorEntireSurface = value;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
/** Displays a column footer which shows the summary of the column.
|
|
202
|
+
* Property type: boolean
|
|
203
|
+
*/
|
|
204
|
+
get columnFooter() {
|
|
205
|
+
return this.nativeElement ? this.nativeElement.columnFooter : undefined;
|
|
206
|
+
}
|
|
207
|
+
set columnFooter(value) {
|
|
208
|
+
if (this.nativeElement) {
|
|
209
|
+
this.nativeElement.columnFooter = value;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
/** Callback function which can be used for customizing the column footer rendering. The Kanban calls it with 3 arguments - column header html element and column data and column data field.
|
|
213
|
+
* Property type: any
|
|
214
|
+
*/
|
|
215
|
+
get onColumnFooterRender() {
|
|
216
|
+
return this.nativeElement ? this.nativeElement.onColumnFooterRender : undefined;
|
|
217
|
+
}
|
|
218
|
+
set onColumnFooterRender(value) {
|
|
219
|
+
if (this.nativeElement) {
|
|
220
|
+
this.nativeElement.onColumnFooterRender = value;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
190
223
|
/** Describes the columns properties.
|
|
191
224
|
* Property type: KanbanColumn[]
|
|
192
225
|
*/
|
|
@@ -253,6 +286,28 @@ class Kanban extends React.Component {
|
|
|
253
286
|
this.nativeElement.currentUser = value;
|
|
254
287
|
}
|
|
255
288
|
}
|
|
289
|
+
/** Sets or gets whether the default dialog for adding/removing tasks or comments is disabled.
|
|
290
|
+
* Property type: boolean
|
|
291
|
+
*/
|
|
292
|
+
get disableDialog() {
|
|
293
|
+
return this.nativeElement ? this.nativeElement.disableDialog : undefined;
|
|
294
|
+
}
|
|
295
|
+
set disableDialog(value) {
|
|
296
|
+
if (this.nativeElement) {
|
|
297
|
+
this.nativeElement.disableDialog = value;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
/** Sets or gets whether a customization function for the dialog. The Kanban calls this function with 4 arguments - 'dialog', 'taskOrComment', 'purpose' and 'type'. The dialog is the 'smart-window' instance used as a default Kanban dialog. 'taskOrComment' is object which could be Kanban task or comment. 'purpose' could be 'add' or 'edit' and 'type' could be 'task' or 'column' depending on the action.
|
|
301
|
+
* Property type: any
|
|
302
|
+
*/
|
|
303
|
+
get dialogCustomizationFunction() {
|
|
304
|
+
return this.nativeElement ? this.nativeElement.dialogCustomizationFunction : undefined;
|
|
305
|
+
}
|
|
306
|
+
set dialogCustomizationFunction(value) {
|
|
307
|
+
if (this.nativeElement) {
|
|
308
|
+
this.nativeElement.dialogCustomizationFunction = value;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
256
311
|
/** Determines the data source to be visualized in the kanban board.
|
|
257
312
|
* Property type: KanbanDataSource[]
|
|
258
313
|
*/
|
|
@@ -651,7 +706,7 @@ class Kanban extends React.Component {
|
|
|
651
706
|
}
|
|
652
707
|
// Gets the properties of the React component.
|
|
653
708
|
get properties() {
|
|
654
|
-
return ["allowColumnReorder", "allowColumnEdit", "allowColumnRemove", "allowColumnHide", "addNewButton", "addNewButtonDisplayMode", "addNewColumn", "allowDrag", "allowDrop", "autoLoadState", "autoSaveState", "collapsible", "columnColors", "columns", "columnActions", "columnSummary", "columnHeaderTemplate", "columnEditMode", "currentUser", "dataSource", "dataSourceMap", "dragOffset", "editable", "formatStringDate", "formatStringTime", "headerPosition", "hierarchy", "locale", "messages", "selectionMode", "storeHistory", "storeHistoryItems", "rightToLeft", "swimlanes", "swimlanesFrom", "swimlanesTo", "tags", "taskActions", "taskComments", "taskDue", "taskPosition", "taskPriority", "taskProgress", "taskCustomFields", "taskColorEntireSurface", "taskSubTasksInput", "taskSubTasks", "taskTags", "taskUserIcon", "textTemplate", "theme", "priorityList", "priority", "userList", "users"];
|
|
709
|
+
return ["allowColumnReorder", "allowColumnEdit", "allowColumnRemove", "allowColumnHide", "addNewButton", "addNewButtonDisplayMode", "addNewColumn", "allowDrag", "allowDrop", "autoLoadState", "autoSaveState", "collapsible", "columnColors", "columnColorEntireSurface", "columnFooter", "onColumnFooterRender", "columns", "columnActions", "columnSummary", "columnHeaderTemplate", "columnEditMode", "currentUser", "disableDialog", "dialogCustomizationFunction", "dataSource", "dataSourceMap", "dragOffset", "editable", "formatStringDate", "formatStringTime", "headerPosition", "hierarchy", "locale", "messages", "selectionMode", "storeHistory", "storeHistoryItems", "rightToLeft", "swimlanes", "swimlanesFrom", "swimlanesTo", "tags", "taskActions", "taskComments", "taskDue", "taskPosition", "taskPriority", "taskProgress", "taskCustomFields", "taskColorEntireSurface", "taskSubTasksInput", "taskSubTasks", "taskTags", "taskUserIcon", "textTemplate", "theme", "priorityList", "priority", "userList", "users"];
|
|
655
710
|
}
|
|
656
711
|
// Gets the events of the React component.
|
|
657
712
|
get eventListeners() {
|
package/kanban/kanban.umd.js
CHANGED
|
@@ -193,6 +193,39 @@ require('../source/modules/smart.kanban');
|
|
|
193
193
|
this.nativeElement.columnColors = value;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
+
/** Displays background in the Kanban column.
|
|
197
|
+
* Property type: boolean
|
|
198
|
+
*/
|
|
199
|
+
get columnColorEntireSurface() {
|
|
200
|
+
return this.nativeElement ? this.nativeElement.columnColorEntireSurface : undefined;
|
|
201
|
+
}
|
|
202
|
+
set columnColorEntireSurface(value) {
|
|
203
|
+
if (this.nativeElement) {
|
|
204
|
+
this.nativeElement.columnColorEntireSurface = value;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
/** Displays a column footer which shows the summary of the column.
|
|
208
|
+
* Property type: boolean
|
|
209
|
+
*/
|
|
210
|
+
get columnFooter() {
|
|
211
|
+
return this.nativeElement ? this.nativeElement.columnFooter : undefined;
|
|
212
|
+
}
|
|
213
|
+
set columnFooter(value) {
|
|
214
|
+
if (this.nativeElement) {
|
|
215
|
+
this.nativeElement.columnFooter = value;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
/** Callback function which can be used for customizing the column footer rendering. The Kanban calls it with 3 arguments - column header html element and column data and column data field.
|
|
219
|
+
* Property type: any
|
|
220
|
+
*/
|
|
221
|
+
get onColumnFooterRender() {
|
|
222
|
+
return this.nativeElement ? this.nativeElement.onColumnFooterRender : undefined;
|
|
223
|
+
}
|
|
224
|
+
set onColumnFooterRender(value) {
|
|
225
|
+
if (this.nativeElement) {
|
|
226
|
+
this.nativeElement.onColumnFooterRender = value;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
196
229
|
/** Describes the columns properties.
|
|
197
230
|
* Property type: KanbanColumn[]
|
|
198
231
|
*/
|
|
@@ -259,6 +292,28 @@ require('../source/modules/smart.kanban');
|
|
|
259
292
|
this.nativeElement.currentUser = value;
|
|
260
293
|
}
|
|
261
294
|
}
|
|
295
|
+
/** Sets or gets whether the default dialog for adding/removing tasks or comments is disabled.
|
|
296
|
+
* Property type: boolean
|
|
297
|
+
*/
|
|
298
|
+
get disableDialog() {
|
|
299
|
+
return this.nativeElement ? this.nativeElement.disableDialog : undefined;
|
|
300
|
+
}
|
|
301
|
+
set disableDialog(value) {
|
|
302
|
+
if (this.nativeElement) {
|
|
303
|
+
this.nativeElement.disableDialog = value;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
/** Sets or gets whether a customization function for the dialog. The Kanban calls this function with 4 arguments - 'dialog', 'taskOrComment', 'purpose' and 'type'. The dialog is the 'smart-window' instance used as a default Kanban dialog. 'taskOrComment' is object which could be Kanban task or comment. 'purpose' could be 'add' or 'edit' and 'type' could be 'task' or 'column' depending on the action.
|
|
307
|
+
* Property type: any
|
|
308
|
+
*/
|
|
309
|
+
get dialogCustomizationFunction() {
|
|
310
|
+
return this.nativeElement ? this.nativeElement.dialogCustomizationFunction : undefined;
|
|
311
|
+
}
|
|
312
|
+
set dialogCustomizationFunction(value) {
|
|
313
|
+
if (this.nativeElement) {
|
|
314
|
+
this.nativeElement.dialogCustomizationFunction = value;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
262
317
|
/** Determines the data source to be visualized in the kanban board.
|
|
263
318
|
* Property type: KanbanDataSource[]
|
|
264
319
|
*/
|
|
@@ -657,7 +712,7 @@ require('../source/modules/smart.kanban');
|
|
|
657
712
|
}
|
|
658
713
|
// Gets the properties of the React component.
|
|
659
714
|
get properties() {
|
|
660
|
-
return ["allowColumnReorder", "allowColumnEdit", "allowColumnRemove", "allowColumnHide", "addNewButton", "addNewButtonDisplayMode", "addNewColumn", "allowDrag", "allowDrop", "autoLoadState", "autoSaveState", "collapsible", "columnColors", "columns", "columnActions", "columnSummary", "columnHeaderTemplate", "columnEditMode", "currentUser", "dataSource", "dataSourceMap", "dragOffset", "editable", "formatStringDate", "formatStringTime", "headerPosition", "hierarchy", "locale", "messages", "selectionMode", "storeHistory", "storeHistoryItems", "rightToLeft", "swimlanes", "swimlanesFrom", "swimlanesTo", "tags", "taskActions", "taskComments", "taskDue", "taskPosition", "taskPriority", "taskProgress", "taskCustomFields", "taskColorEntireSurface", "taskSubTasksInput", "taskSubTasks", "taskTags", "taskUserIcon", "textTemplate", "theme", "priorityList", "priority", "userList", "users"];
|
|
715
|
+
return ["allowColumnReorder", "allowColumnEdit", "allowColumnRemove", "allowColumnHide", "addNewButton", "addNewButtonDisplayMode", "addNewColumn", "allowDrag", "allowDrop", "autoLoadState", "autoSaveState", "collapsible", "columnColors", "columnColorEntireSurface", "columnFooter", "onColumnFooterRender", "columns", "columnActions", "columnSummary", "columnHeaderTemplate", "columnEditMode", "currentUser", "disableDialog", "dialogCustomizationFunction", "dataSource", "dataSourceMap", "dragOffset", "editable", "formatStringDate", "formatStringTime", "headerPosition", "hierarchy", "locale", "messages", "selectionMode", "storeHistory", "storeHistoryItems", "rightToLeft", "swimlanes", "swimlanesFrom", "swimlanesTo", "tags", "taskActions", "taskComments", "taskDue", "taskPosition", "taskPriority", "taskProgress", "taskCustomFields", "taskColorEntireSurface", "taskSubTasksInput", "taskSubTasks", "taskTags", "taskUserIcon", "textTemplate", "theme", "priorityList", "priority", "userList", "users"];
|
|
661
716
|
}
|
|
662
717
|
// Gets the events of the React component.
|
|
663
718
|
get eventListeners() {
|
|
@@ -250,6 +250,12 @@ export declare class DockingLayout extends React.Component<React.HTMLAttributes<
|
|
|
250
250
|
* @param {any} tabsWindow. An instance of a TabsWindow or an Object with the fields "label", "items" and other additional.
|
|
251
251
|
*/
|
|
252
252
|
insertOutsideTargetGroupRight(index: number | HTMLElement | string, tabsWindow: any): void;
|
|
253
|
+
/** Inserts a new TabsWindow. The window is in floating mode and is undocked.
|
|
254
|
+
* @param {any} item. An instance of a TabsWindow or an Object with the fields "label", "items" and other additional.
|
|
255
|
+
* @param {number | string} left?. The left position of the new window. You can use number, px or %. For example: '10px'.
|
|
256
|
+
* @param {number | string} top?. The top position of the new window. You can use number, px or %. For example: '10px'.
|
|
257
|
+
*/
|
|
258
|
+
insertFloatingWindow(item: any, left?: number | string, top?: number | string): void;
|
|
253
259
|
/** The method returns an array of all autohidden items.
|
|
254
260
|
* @param {string} orientation?. Determines which auto hidden items to return ( vertical or horizontal ). If not set the method will return all autohidden items. Possible values: 'vertical', 'horizontal'.
|
|
255
261
|
* @returns {any[]}
|
|
@@ -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
|
*/
|
|
@@ -176,6 +176,28 @@ class MultilineWindow 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 MultilineWindow 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.multilinewindow');
|
|
|
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.multilinewindow');
|
|
|
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/package.json
CHANGED
|
@@ -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
|
*/
|
|
@@ -176,6 +176,28 @@ class ProgressWindow 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 ProgressWindow 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.progresswindow');
|
|
|
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.progresswindow');
|
|
|
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() {
|
|
@@ -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
|
*/
|
|
@@ -176,6 +176,28 @@ class PromptWindow 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 PromptWindow 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.promptwindow');
|
|
|
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.promptwindow');
|
|
|
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() {
|