@wcardinal/wcardinal-ui 0.367.0 → 0.369.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/wcardinal/ui/d-table-body-cell-action-menu.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-check.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-color.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-date.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-datetime.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-index.d.ts +3 -2
- package/dist/types/wcardinal/ui/d-table-body-cell-input-integer.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-input-real.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-input-text-area.d.ts +24 -0
- package/dist/types/wcardinal/ui/d-table-body-cell-input-text.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-input-tree.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-select-dialog.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-select-menu.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-select-multiple.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-select-promise.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-text-area.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-table-body-cell-text.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-time.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell-tree.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-table-body-cell.d.ts +3 -2
- package/dist/types/wcardinal/ui/d-table-body-row.d.ts +11 -7
- package/dist/types/wcardinal/ui/d-table-body.d.ts +1 -0
- package/dist/types/wcardinal/ui/d-table-column-type.d.ts +1 -0
- package/dist/types/wcardinal/ui/d-table-column-update.d.ts +13 -0
- package/dist/types/wcardinal/ui/d-table-column.d.ts +10 -0
- package/dist/types/wcardinal/ui/d-table-data-list-mapped.d.ts +2 -2
- package/dist/types/wcardinal/ui/d-table-data-list.d.ts +2 -2
- package/dist/types/wcardinal/ui/d-table-data-tree.d.ts +7 -5
- package/dist/types/wcardinal/ui/d-table-data.d.ts +7 -1
- package/dist/types/wcardinal/ui/index.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-input-text-area.d.ts +16 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-text-area.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/dark/index.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-body-cell-input-text-area.d.ts +16 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-body-cell-text-area.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/index.d.ts +2 -0
- package/dist/types/wcardinal/ui/util/util-attach.d.ts +1 -0
- package/dist/wcardinal/ui/d-dialog.js +3 -0
- package/dist/wcardinal/ui/d-dialog.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-action-menu.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-action-menu.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-button.js +2 -1
- package/dist/wcardinal/ui/d-table-body-cell-button.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-check.js +6 -5
- package/dist/wcardinal/ui/d-table-body-cell-check.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-color.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-color.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-date.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-date.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-datetime.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-datetime.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-index.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-input-integer.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-input-integer.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-input-real.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-input-real.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-input-text-area.js +73 -0
- package/dist/wcardinal/ui/d-table-body-cell-input-text-area.js.map +1 -0
- package/dist/wcardinal/ui/d-table-body-cell-input-text.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-input-text.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-input-tree.js +4 -4
- package/dist/wcardinal/ui/d-table-body-cell-input-tree.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-select-dialog.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-select-dialog.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-select-menu.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-select-menu.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-select-multiple.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-select-multiple.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-select-promise.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-select-promise.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-text-area.js +18 -0
- package/dist/wcardinal/ui/d-table-body-cell-text-area.js.map +1 -0
- package/dist/wcardinal/ui/d-table-body-cell-text.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-time.js +3 -2
- package/dist/wcardinal/ui/d-table-body-cell-time.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-tree.js +1 -2
- package/dist/wcardinal/ui/d-table-body-cell-tree.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-row.js +27 -4
- package/dist/wcardinal/ui/d-table-body-row.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body.js +10 -2
- package/dist/wcardinal/ui/d-table-body.js.map +1 -1
- package/dist/wcardinal/ui/d-table-column-type.js +2 -1
- package/dist/wcardinal/ui/d-table-column-type.js.map +1 -1
- package/dist/wcardinal/ui/d-table-column-update.js +13 -0
- package/dist/wcardinal/ui/d-table-column-update.js.map +1 -0
- package/dist/wcardinal/ui/d-table-column.js.map +1 -1
- package/dist/wcardinal/ui/d-table-data-list-mapped.js.map +1 -1
- package/dist/wcardinal/ui/d-table-data-list.js +22 -14
- package/dist/wcardinal/ui/d-table-data-list.js.map +1 -1
- package/dist/wcardinal/ui/d-table-data-tree.js +12 -0
- package/dist/wcardinal/ui/d-table-data-tree.js.map +1 -1
- package/dist/wcardinal/ui/d-table-data.js.map +1 -1
- package/dist/wcardinal/ui/d-table-header-cell-check.js.map +1 -1
- package/dist/wcardinal/ui/d-table.js +5 -2
- package/dist/wcardinal/ui/d-table.js.map +1 -1
- package/dist/wcardinal/ui/index.js +3 -0
- package/dist/wcardinal/ui/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-input-text-area.js +40 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-input-text-area.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-text-area.js +19 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-text-area.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/index.js +2 -0
- package/dist/wcardinal/ui/theme/dark/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-table.js +6 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-table.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-input-text-area.js +40 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-input-text-area.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-text-area.js +19 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-text-area.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/index.js +2 -0
- package/dist/wcardinal/ui/theme/white/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-table.js +6 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-table.js.map +1 -1
- package/dist/wcardinal/ui/util/util-attach.js +5 -1
- package/dist/wcardinal/ui/util/util-attach.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +57 -1
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +57 -1
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui-theme-white.min.js.map +1 -1
- package/dist/wcardinal-ui.cjs.js +342 -59
- package/dist/wcardinal-ui.js +230 -59
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
package/dist/wcardinal-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Winter Cardinal UI v0.
|
|
2
|
+
Winter Cardinal UI v0.369.0
|
|
3
3
|
Copyright (C) 2019 Toshiba Corporation
|
|
4
4
|
SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
|
|
@@ -25932,12 +25932,16 @@
|
|
|
25932
25932
|
BOTTOM_LEFT: 13,
|
|
25933
25933
|
BOTTOM_CENTER: 14,
|
|
25934
25934
|
BOTTOM_RIGHT: 15,
|
|
25935
|
-
OVER: 16
|
|
25935
|
+
OVER: 16,
|
|
25936
|
+
NONE: 17
|
|
25936
25937
|
};
|
|
25937
25938
|
var UtilAttach = /** @class */ (function () {
|
|
25938
25939
|
function UtilAttach() {
|
|
25939
25940
|
}
|
|
25940
25941
|
UtilAttach.attach = function (target, bounds, offsetX, offsetY, clippingWidth, clippingHeight, align) {
|
|
25942
|
+
if (align === UtilAttachAlign.NONE) {
|
|
25943
|
+
return;
|
|
25944
|
+
}
|
|
25941
25945
|
var width = target.width;
|
|
25942
25946
|
var height = target.height;
|
|
25943
25947
|
var x = 0;
|
|
@@ -26553,6 +26557,9 @@
|
|
|
26553
26557
|
return;
|
|
26554
26558
|
}
|
|
26555
26559
|
var align = this._align;
|
|
26560
|
+
if (align === UtilAttachAlign.NONE) {
|
|
26561
|
+
return;
|
|
26562
|
+
}
|
|
26556
26563
|
var opener = this._opener;
|
|
26557
26564
|
if (align != null && opener != null) {
|
|
26558
26565
|
var mode = this._mode;
|
|
@@ -68534,9 +68541,10 @@
|
|
|
68534
68541
|
if (row !== undefined) {
|
|
68535
68542
|
var rowIndex = this._rowIndex;
|
|
68536
68543
|
var columnIndex = this._columnIndex;
|
|
68537
|
-
this._column
|
|
68544
|
+
var column = this._column;
|
|
68545
|
+
column.setter(row, columnIndex, newValue);
|
|
68538
68546
|
this.emit("change", newValue, oldValue, this);
|
|
68539
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
68547
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
68540
68548
|
}
|
|
68541
68549
|
};
|
|
68542
68550
|
Object.defineProperty(DTableBodyCellSelectDialog.prototype, "row", {
|
|
@@ -68639,9 +68647,10 @@
|
|
|
68639
68647
|
if (row !== undefined) {
|
|
68640
68648
|
var rowIndex = this._rowIndex;
|
|
68641
68649
|
var columnIndex = this._columnIndex;
|
|
68642
|
-
this._column
|
|
68650
|
+
var column = this._column;
|
|
68651
|
+
column.setter(row, columnIndex, selected);
|
|
68643
68652
|
_super.prototype.onMenuSelect.call(this, selected, item, menu);
|
|
68644
|
-
this._onChange(selected, null, row, rowIndex, columnIndex, this);
|
|
68653
|
+
this._onChange(selected, null, row, rowIndex, columnIndex, column, this);
|
|
68645
68654
|
}
|
|
68646
68655
|
};
|
|
68647
68656
|
DTableBodyCellActionMenu.prototype.onKeyDownArrowDown = function (e) {
|
|
@@ -68734,9 +68743,10 @@
|
|
|
68734
68743
|
if (row !== undefined) {
|
|
68735
68744
|
var rowIndex = this._rowIndex;
|
|
68736
68745
|
var columnIndex = this._columnIndex;
|
|
68737
|
-
this._column
|
|
68746
|
+
var column = this._column;
|
|
68747
|
+
column.setter(row, columnIndex, newValue);
|
|
68738
68748
|
this.emit("change", newValue, oldValue, this);
|
|
68739
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
68749
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
68740
68750
|
}
|
|
68741
68751
|
};
|
|
68742
68752
|
Object.defineProperty(DTableBodyCellSelectPromise.prototype, "row", {
|
|
@@ -68914,8 +68924,9 @@
|
|
|
68914
68924
|
if (row !== undefined) {
|
|
68915
68925
|
var rowIndex = this._rowIndex;
|
|
68916
68926
|
var columnIndex = this._columnIndex;
|
|
68927
|
+
var column = this._column;
|
|
68917
68928
|
this.emit("change", null, null, this);
|
|
68918
|
-
this._onChange(null, null, row, rowIndex, columnIndex, this);
|
|
68929
|
+
this._onChange(null, null, row, rowIndex, columnIndex, column, this);
|
|
68919
68930
|
}
|
|
68920
68931
|
};
|
|
68921
68932
|
DTableBodyCellButton.prototype.onActivateKeyDown = function (e) {
|
|
@@ -68968,7 +68979,21 @@
|
|
|
68968
68979
|
TIME: 11,
|
|
68969
68980
|
ACTION: 12,
|
|
68970
68981
|
LINK: 13,
|
|
68971
|
-
TREE: 14
|
|
68982
|
+
TREE: 14,
|
|
68983
|
+
TEXT_AREA: 15
|
|
68984
|
+
};
|
|
68985
|
+
|
|
68986
|
+
/**
|
|
68987
|
+
* An update region when table cells get edited.
|
|
68988
|
+
*
|
|
68989
|
+
* * CELL: Edited cells (Default).
|
|
68990
|
+
* * ROW: Rows that edited cells belongs to.
|
|
68991
|
+
* * ALL: All the rows.
|
|
68992
|
+
*/
|
|
68993
|
+
var DTableColumnUpdate = {
|
|
68994
|
+
CELL: 0,
|
|
68995
|
+
ROW: 1,
|
|
68996
|
+
ALL: 2
|
|
68972
68997
|
};
|
|
68973
68998
|
|
|
68974
68999
|
/*
|
|
@@ -69002,7 +69027,7 @@
|
|
|
69002
69027
|
column.setter(row, columnIndex, newValue);
|
|
69003
69028
|
this.emit("change", newValue, oldValue, this);
|
|
69004
69029
|
var onChange = this._onChange;
|
|
69005
|
-
onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
69030
|
+
onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69006
69031
|
if (newValue && column.type === DTableColumnType.CHECK_SINGLE) {
|
|
69007
69032
|
this.onChangeSingle(rowIndex, columnIndex, column, onChange);
|
|
69008
69033
|
}
|
|
@@ -69011,9 +69036,9 @@
|
|
|
69011
69036
|
DTableBodyCellCheck.prototype.onChangeSingle = function (rowIndex, columnIndex, column, onChange) {
|
|
69012
69037
|
var _this = this;
|
|
69013
69038
|
var tableBodyRow = this.parent;
|
|
69014
|
-
if (tableBodyRow) {
|
|
69039
|
+
if (tableBodyRow != null) {
|
|
69015
69040
|
var tableBody = tableBodyRow.parent;
|
|
69016
|
-
if (tableBody) {
|
|
69041
|
+
if (tableBody != null) {
|
|
69017
69042
|
var isChanged_1 = false;
|
|
69018
69043
|
var getter_1 = column.getter;
|
|
69019
69044
|
var setter_1 = column.setter;
|
|
@@ -69022,12 +69047,12 @@
|
|
|
69022
69047
|
if (rowIndex !== index && getter_1(row, columnIndex)) {
|
|
69023
69048
|
setter_1(row, columnIndex, false);
|
|
69024
69049
|
isChanged_1 = true;
|
|
69025
|
-
onChange(false, true, row, index, columnIndex, _this);
|
|
69050
|
+
onChange(false, true, row, index, columnIndex, column, _this);
|
|
69026
69051
|
return false;
|
|
69027
69052
|
}
|
|
69028
69053
|
return true;
|
|
69029
69054
|
});
|
|
69030
|
-
if (isChanged_1) {
|
|
69055
|
+
if (isChanged_1 && column.update !== DTableColumnUpdate.ALL) {
|
|
69031
69056
|
tableBody.update(true);
|
|
69032
69057
|
}
|
|
69033
69058
|
}
|
|
@@ -69096,9 +69121,10 @@
|
|
|
69096
69121
|
if (row !== undefined) {
|
|
69097
69122
|
var rowIndex = this._rowIndex;
|
|
69098
69123
|
var columnIndex = this._columnIndex;
|
|
69099
|
-
this._column
|
|
69124
|
+
var column = this._column;
|
|
69125
|
+
column.setter(row, columnIndex, newValue);
|
|
69100
69126
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
69101
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
69127
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69102
69128
|
}
|
|
69103
69129
|
else {
|
|
69104
69130
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
@@ -69186,9 +69212,10 @@
|
|
|
69186
69212
|
if (row !== undefined) {
|
|
69187
69213
|
var rowIndex = this._rowIndex;
|
|
69188
69214
|
var columnIndex = this._columnIndex;
|
|
69189
|
-
this._column
|
|
69215
|
+
var column = this._column;
|
|
69216
|
+
column.setter(row, columnIndex, newValue);
|
|
69190
69217
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
69191
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
69218
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69192
69219
|
}
|
|
69193
69220
|
else {
|
|
69194
69221
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
@@ -69278,9 +69305,10 @@
|
|
|
69278
69305
|
if (row !== undefined) {
|
|
69279
69306
|
var rowIndex = this._rowIndex;
|
|
69280
69307
|
var columnIndex = this._columnIndex;
|
|
69281
|
-
this._column
|
|
69308
|
+
var column = this._column;
|
|
69309
|
+
column.setter(row, columnIndex, newValue);
|
|
69282
69310
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
69283
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
69311
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69284
69312
|
}
|
|
69285
69313
|
else {
|
|
69286
69314
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
@@ -69428,9 +69456,10 @@
|
|
|
69428
69456
|
if (row !== undefined) {
|
|
69429
69457
|
var rowIndex = this._rowIndex;
|
|
69430
69458
|
var columnIndex = this._columnIndex;
|
|
69431
|
-
this._column
|
|
69459
|
+
var column = this._column;
|
|
69460
|
+
column.setter(row, columnIndex, newValue);
|
|
69432
69461
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
69433
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
69462
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69434
69463
|
}
|
|
69435
69464
|
};
|
|
69436
69465
|
Object.defineProperty(DTableBodyCellInputInteger.prototype, "row", {
|
|
@@ -69496,9 +69525,10 @@
|
|
|
69496
69525
|
if (row !== undefined) {
|
|
69497
69526
|
var rowIndex = this._rowIndex;
|
|
69498
69527
|
var columnIndex = this._columnIndex;
|
|
69499
|
-
this._column
|
|
69528
|
+
var column = this._column;
|
|
69529
|
+
column.setter(row, columnIndex, newValue);
|
|
69500
69530
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
69501
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
69531
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69502
69532
|
}
|
|
69503
69533
|
};
|
|
69504
69534
|
Object.defineProperty(DTableBodyCellInputReal.prototype, "row", {
|
|
@@ -69545,6 +69575,75 @@
|
|
|
69545
69575
|
return DTableBodyCellInputReal;
|
|
69546
69576
|
}(DInputReal));
|
|
69547
69577
|
|
|
69578
|
+
/*
|
|
69579
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
69580
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
69581
|
+
*/
|
|
69582
|
+
var DTableBodyCellInputTextArea = /** @class */ (function (_super) {
|
|
69583
|
+
__extends(DTableBodyCellInputTextArea, _super);
|
|
69584
|
+
function DTableBodyCellInputTextArea(columnIndex, column, onChange, options) {
|
|
69585
|
+
var _this = _super.call(this, options) || this;
|
|
69586
|
+
_this._rowIndex = -1;
|
|
69587
|
+
_this._columnIndex = columnIndex;
|
|
69588
|
+
_this._column = column;
|
|
69589
|
+
_this._onChange = onChange;
|
|
69590
|
+
return _this;
|
|
69591
|
+
}
|
|
69592
|
+
DTableBodyCellInputTextArea.prototype.onValueChange = function (newValue, oldValue) {
|
|
69593
|
+
var row = this._row;
|
|
69594
|
+
if (row !== undefined) {
|
|
69595
|
+
var rowIndex = this._rowIndex;
|
|
69596
|
+
var columnIndex = this._columnIndex;
|
|
69597
|
+
var column = this._column;
|
|
69598
|
+
column.setter(row, columnIndex, newValue);
|
|
69599
|
+
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
69600
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69601
|
+
}
|
|
69602
|
+
};
|
|
69603
|
+
Object.defineProperty(DTableBodyCellInputTextArea.prototype, "row", {
|
|
69604
|
+
get: function () {
|
|
69605
|
+
return this._row;
|
|
69606
|
+
},
|
|
69607
|
+
enumerable: false,
|
|
69608
|
+
configurable: true
|
|
69609
|
+
});
|
|
69610
|
+
Object.defineProperty(DTableBodyCellInputTextArea.prototype, "rowIndex", {
|
|
69611
|
+
get: function () {
|
|
69612
|
+
return this._rowIndex;
|
|
69613
|
+
},
|
|
69614
|
+
enumerable: false,
|
|
69615
|
+
configurable: true
|
|
69616
|
+
});
|
|
69617
|
+
Object.defineProperty(DTableBodyCellInputTextArea.prototype, "columnIndex", {
|
|
69618
|
+
get: function () {
|
|
69619
|
+
return this._columnIndex;
|
|
69620
|
+
},
|
|
69621
|
+
enumerable: false,
|
|
69622
|
+
configurable: true
|
|
69623
|
+
});
|
|
69624
|
+
Object.defineProperty(DTableBodyCellInputTextArea.prototype, "column", {
|
|
69625
|
+
get: function () {
|
|
69626
|
+
return this._column;
|
|
69627
|
+
},
|
|
69628
|
+
enumerable: false,
|
|
69629
|
+
configurable: true
|
|
69630
|
+
});
|
|
69631
|
+
DTableBodyCellInputTextArea.prototype.set = function (value, row, supplimental, rowIndex, columnIndex, forcibly) {
|
|
69632
|
+
this._row = row;
|
|
69633
|
+
this._rowIndex = rowIndex;
|
|
69634
|
+
this.text = String(value);
|
|
69635
|
+
DTableBodyCells.set(this, row, columnIndex, this._column);
|
|
69636
|
+
};
|
|
69637
|
+
DTableBodyCellInputTextArea.prototype.unset = function () {
|
|
69638
|
+
this._row = undefined;
|
|
69639
|
+
this._rowIndex = -1;
|
|
69640
|
+
};
|
|
69641
|
+
DTableBodyCellInputTextArea.prototype.getType = function () {
|
|
69642
|
+
return "DTableBodyCellInputTextArea";
|
|
69643
|
+
};
|
|
69644
|
+
return DTableBodyCellInputTextArea;
|
|
69645
|
+
}(DInputTextArea));
|
|
69646
|
+
|
|
69548
69647
|
/*
|
|
69549
69648
|
* Copyright (C) 2019 Toshiba Corporation
|
|
69550
69649
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -69564,9 +69663,10 @@
|
|
|
69564
69663
|
if (row !== undefined) {
|
|
69565
69664
|
var rowIndex = this._rowIndex;
|
|
69566
69665
|
var columnIndex = this._columnIndex;
|
|
69567
|
-
this._column
|
|
69666
|
+
var column = this._column;
|
|
69667
|
+
column.setter(row, columnIndex, newValue);
|
|
69568
69668
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
69569
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
69669
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69570
69670
|
}
|
|
69571
69671
|
};
|
|
69572
69672
|
Object.defineProperty(DTableBodyCellInputText.prototype, "row", {
|
|
@@ -69761,9 +69861,10 @@
|
|
|
69761
69861
|
if (row !== undefined) {
|
|
69762
69862
|
var rowIndex = this._rowIndex;
|
|
69763
69863
|
var columnIndex = this._columnIndex;
|
|
69764
|
-
this._column
|
|
69864
|
+
var column = this._column;
|
|
69865
|
+
column.setter(row, columnIndex, newValue);
|
|
69765
69866
|
this.emit("change", newValue, oldValue, this);
|
|
69766
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
69867
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69767
69868
|
}
|
|
69768
69869
|
};
|
|
69769
69870
|
DTableBodyCellInputTree.prototype.newMarker = function (options) {
|
|
@@ -69852,7 +69953,7 @@
|
|
|
69852
69953
|
input.visible = true;
|
|
69853
69954
|
input.text = String(value);
|
|
69854
69955
|
var marker = this._marker;
|
|
69855
|
-
if (
|
|
69956
|
+
if (supplimental != null) {
|
|
69856
69957
|
var isOpened = !!(supplimental & 0x1);
|
|
69857
69958
|
var hasChildren = !!(supplimental & 0x2);
|
|
69858
69959
|
var level = supplimental >> 2;
|
|
@@ -69988,9 +70089,10 @@
|
|
|
69988
70089
|
if (row !== undefined) {
|
|
69989
70090
|
var rowIndex = this._rowIndex;
|
|
69990
70091
|
var columnIndex = this._columnIndex;
|
|
69991
|
-
this._column
|
|
70092
|
+
var column = this._column;
|
|
70093
|
+
column.setter(row, columnIndex, newValue);
|
|
69992
70094
|
_super.prototype.onValueChange.call(this, newValue, oldValue, item);
|
|
69993
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
70095
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
69994
70096
|
}
|
|
69995
70097
|
};
|
|
69996
70098
|
DTableBodyCellSelectMenu.prototype.onKeyDownArrowDown = function (e) {
|
|
@@ -70059,9 +70161,10 @@
|
|
|
70059
70161
|
if (row !== undefined) {
|
|
70060
70162
|
var rowIndex = this._rowIndex;
|
|
70061
70163
|
var columnIndex = this._columnIndex;
|
|
70062
|
-
this._column
|
|
70164
|
+
var column = this._column;
|
|
70165
|
+
column.setter(row, columnIndex, newValues);
|
|
70063
70166
|
_super.prototype.onValueChange.call(this, newValues, oldValues, items);
|
|
70064
|
-
this._onChange(newValues, oldValues, row, rowIndex, columnIndex, this);
|
|
70167
|
+
this._onChange(newValues, oldValues, row, rowIndex, columnIndex, column, this);
|
|
70065
70168
|
}
|
|
70066
70169
|
};
|
|
70067
70170
|
DTableBodyCellSelectMultiple.prototype.onKeyDownArrowDown = function (e) {
|
|
@@ -70111,6 +70214,21 @@
|
|
|
70111
70214
|
return DTableBodyCellSelectMultiple;
|
|
70112
70215
|
}(DSelectMultiple));
|
|
70113
70216
|
|
|
70217
|
+
/*
|
|
70218
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
70219
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
70220
|
+
*/
|
|
70221
|
+
var DTableBodyCellTextArea = /** @class */ (function (_super) {
|
|
70222
|
+
__extends(DTableBodyCellTextArea, _super);
|
|
70223
|
+
function DTableBodyCellTextArea() {
|
|
70224
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
70225
|
+
}
|
|
70226
|
+
DTableBodyCellTextArea.prototype.getType = function () {
|
|
70227
|
+
return "DTableBodyCellTextArea";
|
|
70228
|
+
};
|
|
70229
|
+
return DTableBodyCellTextArea;
|
|
70230
|
+
}(DTableBodyCellText));
|
|
70231
|
+
|
|
70114
70232
|
/*
|
|
70115
70233
|
* Copyright (C) 2019 Toshiba Corporation
|
|
70116
70234
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -70130,9 +70248,10 @@
|
|
|
70130
70248
|
if (row !== undefined) {
|
|
70131
70249
|
var rowIndex = this._rowIndex;
|
|
70132
70250
|
var columnIndex = this._columnIndex;
|
|
70133
|
-
this._column
|
|
70251
|
+
var column = this._column;
|
|
70252
|
+
column.setter(row, columnIndex, newValue);
|
|
70134
70253
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
70135
|
-
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
70254
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
70136
70255
|
}
|
|
70137
70256
|
else {
|
|
70138
70257
|
_super.prototype.onValueChange.call(this, newValue, oldValue);
|
|
@@ -70295,7 +70414,7 @@
|
|
|
70295
70414
|
DTableBodyCells.set(this, row, columnIndex, this._column, false);
|
|
70296
70415
|
var link = this.link;
|
|
70297
70416
|
var padding = this._padding;
|
|
70298
|
-
if (
|
|
70417
|
+
if (supplimental != null) {
|
|
70299
70418
|
var isOpened = !!(supplimental & 0x1);
|
|
70300
70419
|
var hasChildren = !!(supplimental & 0x2);
|
|
70301
70420
|
var level = supplimental >> 2;
|
|
@@ -70446,15 +70565,27 @@
|
|
|
70446
70565
|
function DTableBodyRow(onChange, isEven, columnIndexToCellOptions, options) {
|
|
70447
70566
|
var _this = _super.call(this, options) || this;
|
|
70448
70567
|
_this._index = -1;
|
|
70449
|
-
_this.
|
|
70450
|
-
|
|
70451
|
-
|
|
70568
|
+
_this._onChange = onChange;
|
|
70569
|
+
_this._onCellChangeBound = function (newValue, oldValue, row, rowIndex, columnIndex, column) {
|
|
70570
|
+
_this.onCellChange(newValue, oldValue, row, rowIndex, columnIndex, column);
|
|
70452
70571
|
};
|
|
70453
70572
|
_this._columnIndexToCellOptions = columnIndexToCellOptions;
|
|
70454
70573
|
_this.state.isAlternated = !isEven;
|
|
70455
70574
|
_this.initCells(options, _this._columns, _this._frozen);
|
|
70456
70575
|
return _this;
|
|
70457
70576
|
}
|
|
70577
|
+
DTableBodyRow.prototype.onCellChange = function (newValue, oldValue, row, rowIndex, columnIndex, column) {
|
|
70578
|
+
this.emit("change", newValue, oldValue, row, rowIndex, columnIndex, this);
|
|
70579
|
+
if (column.update === DTableColumnUpdate.ROW) {
|
|
70580
|
+
var value = this._value;
|
|
70581
|
+
var supplimental = this._supplimental;
|
|
70582
|
+
var index = this._index;
|
|
70583
|
+
if (value !== undefined && supplimental !== undefined) {
|
|
70584
|
+
this.set(value, supplimental, index, true);
|
|
70585
|
+
}
|
|
70586
|
+
}
|
|
70587
|
+
this._onChange(newValue, oldValue, row, rowIndex, columnIndex, column, this);
|
|
70588
|
+
};
|
|
70458
70589
|
DTableBodyRow.prototype.newCell = function (columnIndex, column, columns, options) {
|
|
70459
70590
|
var onChange = this._onCellChangeBound;
|
|
70460
70591
|
var columnIndexToCellOptions = this._columnIndexToCellOptions;
|
|
@@ -70480,6 +70611,8 @@
|
|
|
70480
70611
|
return new DTableBodyCellIndex(columnIndex, column, onChange, options);
|
|
70481
70612
|
case DTableColumnType.TEXT:
|
|
70482
70613
|
return new DTableBodyCellInputText(columnIndex, column, onChange, options);
|
|
70614
|
+
case DTableColumnType.TEXT_AREA:
|
|
70615
|
+
return new DTableBodyCellInputTextArea(columnIndex, column, onChange, options);
|
|
70483
70616
|
case DTableColumnType.TREE:
|
|
70484
70617
|
return new DTableBodyCellInputTree(columnIndex, column, onChange, options);
|
|
70485
70618
|
case DTableColumnType.INTEGER:
|
|
@@ -70515,6 +70648,8 @@
|
|
|
70515
70648
|
return new DTableBodyCellIndex(columnIndex, column, onChange, options);
|
|
70516
70649
|
case DTableColumnType.TEXT:
|
|
70517
70650
|
return new DTableBodyCellText(columnIndex, column, onChange, options);
|
|
70651
|
+
case DTableColumnType.TEXT_AREA:
|
|
70652
|
+
return new DTableBodyCellTextArea(columnIndex, column, onChange, options);
|
|
70518
70653
|
case DTableColumnType.TREE:
|
|
70519
70654
|
return new DTableBodyCellTree(columnIndex, column, onChange, options);
|
|
70520
70655
|
case DTableColumnType.INTEGER:
|
|
@@ -70664,8 +70799,12 @@
|
|
|
70664
70799
|
return target != null && "set" in target;
|
|
70665
70800
|
};
|
|
70666
70801
|
DTableBodyRow.prototype.set = function (value, supplimental, rowIndex, forcibly) {
|
|
70667
|
-
if (forcibly ||
|
|
70802
|
+
if (forcibly ||
|
|
70803
|
+
this._value !== value ||
|
|
70804
|
+
this._supplimental !== supplimental ||
|
|
70805
|
+
this._index !== rowIndex) {
|
|
70668
70806
|
this._value = value;
|
|
70807
|
+
this._supplimental = supplimental;
|
|
70669
70808
|
this._index = rowIndex;
|
|
70670
70809
|
var cells = this.children;
|
|
70671
70810
|
var cellsLength = cells.length;
|
|
@@ -71454,10 +71593,10 @@
|
|
|
71454
71593
|
enumerable: false,
|
|
71455
71594
|
configurable: true
|
|
71456
71595
|
});
|
|
71457
|
-
DTableDataList.prototype.update = function () {
|
|
71596
|
+
DTableDataList.prototype.update = function (forcibly) {
|
|
71458
71597
|
var parent = this._parent;
|
|
71459
71598
|
if (parent) {
|
|
71460
|
-
parent.update();
|
|
71599
|
+
parent.update(forcibly);
|
|
71461
71600
|
}
|
|
71462
71601
|
};
|
|
71463
71602
|
DTableDataList.prototype.lock = function () {
|
|
@@ -71466,11 +71605,10 @@
|
|
|
71466
71605
|
parent.lock();
|
|
71467
71606
|
}
|
|
71468
71607
|
};
|
|
71469
|
-
DTableDataList.prototype.unlock = function () {
|
|
71608
|
+
DTableDataList.prototype.unlock = function (callIfNeeded) {
|
|
71470
71609
|
var parent = this._parent;
|
|
71471
71610
|
if (parent) {
|
|
71472
|
-
parent.unlock(
|
|
71473
|
-
parent.update();
|
|
71611
|
+
parent.unlock(callIfNeeded);
|
|
71474
71612
|
}
|
|
71475
71613
|
};
|
|
71476
71614
|
DTableDataList.prototype.size = function () {
|
|
@@ -71484,7 +71622,8 @@
|
|
|
71484
71622
|
this._selection.clear();
|
|
71485
71623
|
this._sorter.toDirty();
|
|
71486
71624
|
this._filter.toDirty();
|
|
71487
|
-
this.
|
|
71625
|
+
this.update();
|
|
71626
|
+
this.unlock(true);
|
|
71488
71627
|
}
|
|
71489
71628
|
};
|
|
71490
71629
|
DTableDataList.prototype.clearAndAdd = function (row) {
|
|
@@ -71495,7 +71634,8 @@
|
|
|
71495
71634
|
this._selection.clear();
|
|
71496
71635
|
this._sorter.toDirty();
|
|
71497
71636
|
this._filter.toDirty();
|
|
71498
|
-
this.
|
|
71637
|
+
this.update();
|
|
71638
|
+
this.unlock(true);
|
|
71499
71639
|
};
|
|
71500
71640
|
DTableDataList.prototype.clearAndAddAll = function (newRows) {
|
|
71501
71641
|
var rows = this._rows;
|
|
@@ -71507,7 +71647,8 @@
|
|
|
71507
71647
|
this._selection.clear();
|
|
71508
71648
|
this._sorter.toDirty();
|
|
71509
71649
|
this._filter.toDirty();
|
|
71510
|
-
this.
|
|
71650
|
+
this.update();
|
|
71651
|
+
this.unlock(true);
|
|
71511
71652
|
};
|
|
71512
71653
|
DTableDataList.prototype.add = function (row, index) {
|
|
71513
71654
|
var rows = this._rows;
|
|
@@ -71519,7 +71660,8 @@
|
|
|
71519
71660
|
this.lock();
|
|
71520
71661
|
sorter.toDirty();
|
|
71521
71662
|
filter.toDirty();
|
|
71522
|
-
this.
|
|
71663
|
+
this.update();
|
|
71664
|
+
this.unlock(true);
|
|
71523
71665
|
}
|
|
71524
71666
|
else if (0 <= index && index < rows.length) {
|
|
71525
71667
|
rows.splice(index, 0, row);
|
|
@@ -71527,7 +71669,8 @@
|
|
|
71527
71669
|
selection.shift(index, 1);
|
|
71528
71670
|
sorter.toDirty();
|
|
71529
71671
|
filter.toDirty();
|
|
71530
|
-
this.
|
|
71672
|
+
this.update();
|
|
71673
|
+
this.unlock(true);
|
|
71531
71674
|
}
|
|
71532
71675
|
};
|
|
71533
71676
|
DTableDataList.prototype.addAll = function (newRows, index) {
|
|
@@ -71544,7 +71687,8 @@
|
|
|
71544
71687
|
this.lock();
|
|
71545
71688
|
sorter.toDirty();
|
|
71546
71689
|
filter.toDirty();
|
|
71547
|
-
this.
|
|
71690
|
+
this.update();
|
|
71691
|
+
this.unlock(true);
|
|
71548
71692
|
}
|
|
71549
71693
|
else if (0 <= index && index < rowsLength) {
|
|
71550
71694
|
var newRowsLength = newRows.length;
|
|
@@ -71555,7 +71699,8 @@
|
|
|
71555
71699
|
selection.shift(index, newRowsLength);
|
|
71556
71700
|
sorter.toDirty();
|
|
71557
71701
|
filter.toDirty();
|
|
71558
|
-
this.
|
|
71702
|
+
this.update();
|
|
71703
|
+
this.unlock(true);
|
|
71559
71704
|
}
|
|
71560
71705
|
};
|
|
71561
71706
|
DTableDataList.prototype.get = function (index) {
|
|
@@ -71573,7 +71718,8 @@
|
|
|
71573
71718
|
this.lock();
|
|
71574
71719
|
this._sorter.toDirty();
|
|
71575
71720
|
this._filter.toDirty();
|
|
71576
|
-
this.
|
|
71721
|
+
this.update();
|
|
71722
|
+
this.unlock(true);
|
|
71577
71723
|
return result;
|
|
71578
71724
|
}
|
|
71579
71725
|
return null;
|
|
@@ -71586,7 +71732,8 @@
|
|
|
71586
71732
|
this._selection.remove(index);
|
|
71587
71733
|
this._sorter.toDirty();
|
|
71588
71734
|
this._filter.toDirty();
|
|
71589
|
-
this.
|
|
71735
|
+
this.update();
|
|
71736
|
+
this.unlock(true);
|
|
71590
71737
|
return result;
|
|
71591
71738
|
}
|
|
71592
71739
|
return null;
|
|
@@ -71692,13 +71839,20 @@
|
|
|
71692
71839
|
_this._isUpdateRowsCalled = false;
|
|
71693
71840
|
_this._isUpdateRowsCalledForcibly = false;
|
|
71694
71841
|
_this._workRows = [];
|
|
71695
|
-
_this._onRowChangeBound = function (newValue, oldValue, row, rowIndex, columnIndex) {
|
|
71696
|
-
|
|
71842
|
+
_this._onRowChangeBound = function (newValue, oldValue, row, rowIndex, columnIndex, column) {
|
|
71843
|
+
_this.onRowChange(newValue, oldValue, row, rowIndex, columnIndex, column);
|
|
71697
71844
|
};
|
|
71698
71845
|
_this._columnIndexToCellOptions = new Map();
|
|
71699
71846
|
_this._data.emit("init", _this._data);
|
|
71700
71847
|
return _this;
|
|
71701
71848
|
}
|
|
71849
|
+
DTableBody.prototype.onRowChange = function (newValue, oldValue, row, rowIndex, columnIndex, column) {
|
|
71850
|
+
var data = this._data;
|
|
71851
|
+
data.emit("change", newValue, oldValue, row, rowIndex, columnIndex, data);
|
|
71852
|
+
if (column.update === DTableColumnUpdate.ALL) {
|
|
71853
|
+
this.update(true);
|
|
71854
|
+
}
|
|
71855
|
+
};
|
|
71702
71856
|
DTableBody.prototype.toData = function (options) {
|
|
71703
71857
|
if (this.isData(options)) {
|
|
71704
71858
|
return options;
|
|
@@ -72917,6 +73071,18 @@
|
|
|
72917
73071
|
parent.update(forcibly);
|
|
72918
73072
|
}
|
|
72919
73073
|
};
|
|
73074
|
+
DTableDataTree.prototype.lock = function () {
|
|
73075
|
+
var parent = this._parent;
|
|
73076
|
+
if (parent) {
|
|
73077
|
+
parent.lock();
|
|
73078
|
+
}
|
|
73079
|
+
};
|
|
73080
|
+
DTableDataTree.prototype.unlock = function (callIfNeeded) {
|
|
73081
|
+
var parent = this._parent;
|
|
73082
|
+
if (parent) {
|
|
73083
|
+
parent.unlock(callIfNeeded);
|
|
73084
|
+
}
|
|
73085
|
+
};
|
|
72920
73086
|
DTableDataTree.prototype.size = function () {
|
|
72921
73087
|
return this.rows.length;
|
|
72922
73088
|
};
|
|
@@ -73572,6 +73738,7 @@
|
|
|
73572
73738
|
}
|
|
73573
73739
|
switch (type) {
|
|
73574
73740
|
case DTableColumnType.TEXT:
|
|
73741
|
+
case DTableColumnType.TEXT_AREA:
|
|
73575
73742
|
return DAlignHorizontal.LEFT;
|
|
73576
73743
|
case DTableColumnType.REAL:
|
|
73577
73744
|
case DTableColumnType.INTEGER:
|
|
@@ -73791,7 +73958,7 @@
|
|
|
73791
73958
|
return true;
|
|
73792
73959
|
};
|
|
73793
73960
|
var toColumn = function (index, options) {
|
|
73794
|
-
var _a;
|
|
73961
|
+
var _a, _b;
|
|
73795
73962
|
var weight = options.weight;
|
|
73796
73963
|
var width = options.width;
|
|
73797
73964
|
if (weight != null) {
|
|
@@ -73827,7 +73994,8 @@
|
|
|
73827
73994
|
category: options.category,
|
|
73828
73995
|
frozen: options.frozen,
|
|
73829
73996
|
offset: 0.0,
|
|
73830
|
-
link: options.link
|
|
73997
|
+
link: options.link,
|
|
73998
|
+
update: toEnum((_b = options.update) !== null && _b !== void 0 ? _b : DTableColumnUpdate.CELL, DTableColumnUpdate)
|
|
73831
73999
|
};
|
|
73832
74000
|
};
|
|
73833
74001
|
var toColumns = function (options) {
|
|
@@ -76766,6 +76934,7 @@
|
|
|
76766
76934
|
DTableBodyCellIndex: DTableBodyCellIndex,
|
|
76767
76935
|
DTableBodyCellInputInteger: DTableBodyCellInputInteger,
|
|
76768
76936
|
DTableBodyCellInputReal: DTableBodyCellInputReal,
|
|
76937
|
+
DTableBodyCellInputTextArea: DTableBodyCellInputTextArea,
|
|
76769
76938
|
DTableBodyCellInputText: DTableBodyCellInputText,
|
|
76770
76939
|
DTableBodyCellInputTreeInput: DTableBodyCellInputTreeInput,
|
|
76771
76940
|
DTableBodyCellInputTreeMarker: DTableBodyCellInputTreeMarker,
|
|
@@ -76778,6 +76947,7 @@
|
|
|
76778
76947
|
DTableBodyCellSelectMenu: DTableBodyCellSelectMenu,
|
|
76779
76948
|
DTableBodyCellSelectMultiple: DTableBodyCellSelectMultiple,
|
|
76780
76949
|
DTableBodyCellSelectPromise: DTableBodyCellSelectPromise,
|
|
76950
|
+
DTableBodyCellTextArea: DTableBodyCellTextArea,
|
|
76781
76951
|
DTableBodyCellText: DTableBodyCellText,
|
|
76782
76952
|
DTableBodyCellTime: DTableBodyCellTime,
|
|
76783
76953
|
DTableBodyCellTree: DTableBodyCellTree,
|
|
@@ -76787,6 +76957,7 @@
|
|
|
76787
76957
|
DTableCategoryCell: DTableCategoryCell,
|
|
76788
76958
|
DTableCategory: DTableCategory,
|
|
76789
76959
|
DTableColumnType: DTableColumnType,
|
|
76960
|
+
DTableColumnUpdate: DTableColumnUpdate,
|
|
76790
76961
|
DTableDataListFilter: DTableDataListFilter,
|
|
76791
76962
|
DTableDataListMapped: DTableDataListMapped,
|
|
76792
76963
|
DTableDataListSelection: DTableDataListSelection,
|