@wcardinal/wcardinal-ui 0.145.0 → 0.149.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-note-small-error.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-note-small-no-items-found.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-note-small-searching.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-note-small.d.ts +8 -0
- package/dist/types/wcardinal/ui/index.d.ts +4 -0
- package/dist/types/wcardinal/ui/shape/e-shape-connector-bodies.d.ts +3 -0
- package/dist/types/wcardinal/ui/shape/e-shape-connector-body-impl.d.ts +24 -0
- package/dist/types/wcardinal/ui/shape/e-shape-connector-body.d.ts +14 -0
- package/dist/types/wcardinal/ui/shape/e-shape-connector-edge-container.d.ts +3 -0
- package/dist/types/wcardinal/ui/shape/index.d.ts +3 -0
- package/dist/types/wcardinal/ui/shape/variant/e-shape-connector-line.d.ts +9 -2
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-error.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-searching.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small-error.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small-no-items-found.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small-searching.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-slider-thumb.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-slider-track.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.d.ts +4 -2
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/index.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-error.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-searching.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small-error.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small-no-items-found.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small-searching.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-slider-thumb.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-slider-track.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-body-cells.d.ts +4 -2
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-header-cell.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/index.d.ts +4 -0
- package/dist/types/wcardinal/ui/util/util-svg-atlas-builder.d.ts +1 -0
- package/dist/wcardinal/ui/d-dialog-select.js +6 -6
- package/dist/wcardinal/ui/d-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/d-note-small-error.js +18 -0
- package/dist/wcardinal/ui/d-note-small-error.js.map +1 -0
- package/dist/wcardinal/ui/d-note-small-no-items-found.js +18 -0
- package/dist/wcardinal/ui/d-note-small-no-items-found.js.map +1 -0
- package/dist/wcardinal/ui/d-note-small-searching.js +18 -0
- package/dist/wcardinal/ui/d-note-small-searching.js.map +1 -0
- package/dist/wcardinal/ui/d-note-small.js +18 -0
- package/dist/wcardinal/ui/d-note-small.js.map +1 -0
- package/dist/wcardinal/ui/d-view-gesture-impl.js +12 -4
- package/dist/wcardinal/ui/d-view-gesture-impl.js.map +1 -1
- package/dist/wcardinal/ui/index.js +4 -0
- package/dist/wcardinal/ui/index.js.map +1 -1
- package/dist/wcardinal/ui/shape/e-shape-connector-bodies.js +36 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-bodies.js.map +1 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-body-impl.js +88 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-body-impl.js.map +1 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-body.js +6 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-body.js.map +1 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-edge-container-impl.js.map +1 -1
- package/dist/wcardinal/ui/shape/e-shape-connector-edge-container.js.map +1 -1
- package/dist/wcardinal/ui/shape/e-shape-runtime.js +6 -4
- package/dist/wcardinal/ui/shape/e-shape-runtime.js.map +1 -1
- package/dist/wcardinal/ui/shape/index.js +3 -0
- package/dist/wcardinal/ui/shape/index.js.map +1 -1
- package/dist/wcardinal/ui/shape/variant/deserialize-connector-line.js +19 -1
- package/dist/wcardinal/ui/shape/variant/deserialize-connector-line.js.map +1 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-connector-line.js +104 -81
- package/dist/wcardinal/ui/shape/variant/e-shape-connector-line.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js +0 -9
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js +0 -10
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js +0 -11
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-error.js +18 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-error.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-no-items-found.js +18 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-no-items-found.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-searching.js +18 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-searching.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small.js +18 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js +9 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-thumb.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-thumb.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-track.js +10 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-track.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-value.js +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-value.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js +13 -5
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.js +7 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index.js +4 -0
- package/dist/wcardinal/ui/theme/dark/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-note.js +6 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-note.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js +0 -9
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js +0 -10
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js +0 -11
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-error.js +18 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-error.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-no-items-found.js +18 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-no-items-found.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-searching.js +18 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-searching.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small.js +18 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note.js +9 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-note.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-thumb.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-thumb.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-track.js +10 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-track.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-value.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-value.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js +16 -5
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header-cell.js +7 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header-cell.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index.js +4 -0
- package/dist/wcardinal/ui/theme/white/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-note.js +6 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-note.js.map +1 -1
- package/dist/wcardinal/ui/util/util-svg-atlas-builder.js +3 -0
- package/dist/wcardinal/ui/util/util-svg-atlas-builder.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +111 -38
- 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 +114 -38
- 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 +577 -188
- package/dist/wcardinal-ui.js +354 -114
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Winter Cardinal UI v0.
|
|
2
|
+
Winter Cardinal UI v0.149.0
|
|
3
3
|
Copyright (C) 2019 Toshiba Corporation
|
|
4
4
|
SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
|
|
@@ -6077,13 +6077,16 @@
|
|
|
6077
6077
|
return DBaseInteractive.NONE;
|
|
6078
6078
|
};
|
|
6079
6079
|
DThemeWhiteNote.prototype.getAlpha = function () {
|
|
6080
|
-
return 0.
|
|
6080
|
+
return 0.2;
|
|
6081
6081
|
};
|
|
6082
6082
|
DThemeWhiteNote.prototype.getFontSize = function () {
|
|
6083
6083
|
return 26;
|
|
6084
6084
|
};
|
|
6085
|
+
DThemeWhiteNote.prototype.getFontWeight = function () {
|
|
6086
|
+
return "bold";
|
|
6087
|
+
};
|
|
6085
6088
|
DThemeWhiteNote.prototype.getImageTintAlpha = function (state) {
|
|
6086
|
-
return 0.
|
|
6089
|
+
return 0.2;
|
|
6087
6090
|
};
|
|
6088
6091
|
DThemeWhiteNote.prototype.getImageAlignWith = function () {
|
|
6089
6092
|
return DAlignWith.TEXT;
|
|
@@ -6094,6 +6097,10 @@
|
|
|
6094
6097
|
DThemeWhiteNote.prototype.getImageAlignVertical = function () {
|
|
6095
6098
|
return DAlignVertical.MIDDLE;
|
|
6096
6099
|
};
|
|
6100
|
+
DThemeWhiteNote.prototype.newState = function (state) {
|
|
6101
|
+
_super.prototype.newState.call(this, state);
|
|
6102
|
+
state.isFocusable = false;
|
|
6103
|
+
};
|
|
6097
6104
|
return DThemeWhiteNote;
|
|
6098
6105
|
}(DThemeWhiteImageBase));
|
|
6099
6106
|
|
|
@@ -6101,11 +6108,6 @@
|
|
|
6101
6108
|
* Copyright (C) 2019 Toshiba Corporation
|
|
6102
6109
|
* SPDX-License-Identifier: Apache-2.0
|
|
6103
6110
|
*/
|
|
6104
|
-
/* eslint-disable prettier/prettier */
|
|
6105
|
-
DThemeWhiteAtlas.add("note_erorr", 48, 48, "<g transform=\"translate(-3,3) scale(2,2)\">" +
|
|
6106
|
-
'<path d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z" fill="#fff"/>' +
|
|
6107
|
-
"</g>");
|
|
6108
|
-
/* eslint-enable prettier/prettier */
|
|
6109
6111
|
var DThemeWhiteNoteError = /** @class */ (function (_super) {
|
|
6110
6112
|
__extends(DThemeWhiteNoteError, _super);
|
|
6111
6113
|
function DThemeWhiteNoteError() {
|
|
@@ -6114,9 +6116,6 @@
|
|
|
6114
6116
|
DThemeWhiteNoteError.prototype.newTextValue = function () {
|
|
6115
6117
|
return "Something went wrong";
|
|
6116
6118
|
};
|
|
6117
|
-
DThemeWhiteNoteError.prototype.getImageSource = function (state) {
|
|
6118
|
-
return DThemeWhiteAtlas.mappings.note_erorr;
|
|
6119
|
-
};
|
|
6120
6119
|
return DThemeWhiteNoteError;
|
|
6121
6120
|
}(DThemeWhiteNote));
|
|
6122
6121
|
|
|
@@ -6124,12 +6123,6 @@
|
|
|
6124
6123
|
* Copyright (C) 2019 Toshiba Corporation
|
|
6125
6124
|
* SPDX-License-Identifier: Apache-2.0
|
|
6126
6125
|
*/
|
|
6127
|
-
/* eslint-disable prettier/prettier */
|
|
6128
|
-
DThemeWhiteAtlas.add("note_no_items_found", 48, 48, "<g transform=\"translate(-3,3) scale(2,2)\">" +
|
|
6129
|
-
'<path d="M11 15h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c' +
|
|
6130
|
-
'-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#fff"/>' +
|
|
6131
|
-
"</g>");
|
|
6132
|
-
/* eslint-enable prettier/prettier */
|
|
6133
6126
|
var DThemeWhiteNoteNoItemsFound = /** @class */ (function (_super) {
|
|
6134
6127
|
__extends(DThemeWhiteNoteNoItemsFound, _super);
|
|
6135
6128
|
function DThemeWhiteNoteNoItemsFound() {
|
|
@@ -6138,9 +6131,6 @@
|
|
|
6138
6131
|
DThemeWhiteNoteNoItemsFound.prototype.newTextValue = function () {
|
|
6139
6132
|
return "No items found";
|
|
6140
6133
|
};
|
|
6141
|
-
DThemeWhiteNoteNoItemsFound.prototype.getImageSource = function (state) {
|
|
6142
|
-
return DThemeWhiteAtlas.mappings.note_no_items_found;
|
|
6143
|
-
};
|
|
6144
6134
|
return DThemeWhiteNoteNoItemsFound;
|
|
6145
6135
|
}(DThemeWhiteNote));
|
|
6146
6136
|
|
|
@@ -6148,13 +6138,6 @@
|
|
|
6148
6138
|
* Copyright (C) 2019 Toshiba Corporation
|
|
6149
6139
|
* SPDX-License-Identifier: Apache-2.0
|
|
6150
6140
|
*/
|
|
6151
|
-
/* eslint-disable prettier/prettier */
|
|
6152
|
-
DThemeWhiteAtlas.add("note_searching", 48, 48, "<g transform=\"translate(-3,3) scale(2,2)\">" +
|
|
6153
|
-
"<path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 " +
|
|
6154
|
-
"9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 " +
|
|
6155
|
-
"14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\" fill=\"#fff\"/>" +
|
|
6156
|
-
"</g>");
|
|
6157
|
-
/* eslint-enable prettier/prettier */
|
|
6158
6141
|
var DThemeWhiteNoteSearching = /** @class */ (function (_super) {
|
|
6159
6142
|
__extends(DThemeWhiteNoteSearching, _super);
|
|
6160
6143
|
function DThemeWhiteNoteSearching() {
|
|
@@ -6163,12 +6146,69 @@
|
|
|
6163
6146
|
DThemeWhiteNoteSearching.prototype.newTextValue = function () {
|
|
6164
6147
|
return "Searching";
|
|
6165
6148
|
};
|
|
6166
|
-
DThemeWhiteNoteSearching.prototype.getImageSource = function (state) {
|
|
6167
|
-
return DThemeWhiteAtlas.mappings.note_searching;
|
|
6168
|
-
};
|
|
6169
6149
|
return DThemeWhiteNoteSearching;
|
|
6170
6150
|
}(DThemeWhiteNote));
|
|
6171
6151
|
|
|
6152
|
+
/*
|
|
6153
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
6154
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
6155
|
+
*/
|
|
6156
|
+
var DThemeWhiteNoteSmall = /** @class */ (function (_super) {
|
|
6157
|
+
__extends(DThemeWhiteNoteSmall, _super);
|
|
6158
|
+
function DThemeWhiteNoteSmall() {
|
|
6159
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
6160
|
+
}
|
|
6161
|
+
DThemeWhiteNoteSmall.prototype.getFontSize = function () {
|
|
6162
|
+
return 18;
|
|
6163
|
+
};
|
|
6164
|
+
return DThemeWhiteNoteSmall;
|
|
6165
|
+
}(DThemeWhiteNote));
|
|
6166
|
+
|
|
6167
|
+
/*
|
|
6168
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
6169
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
6170
|
+
*/
|
|
6171
|
+
var DThemeWhiteNoteSmallError = /** @class */ (function (_super) {
|
|
6172
|
+
__extends(DThemeWhiteNoteSmallError, _super);
|
|
6173
|
+
function DThemeWhiteNoteSmallError() {
|
|
6174
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
6175
|
+
}
|
|
6176
|
+
DThemeWhiteNoteSmallError.prototype.newTextValue = function () {
|
|
6177
|
+
return "Something went wrong";
|
|
6178
|
+
};
|
|
6179
|
+
return DThemeWhiteNoteSmallError;
|
|
6180
|
+
}(DThemeWhiteNoteSmall));
|
|
6181
|
+
|
|
6182
|
+
/*
|
|
6183
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
6184
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
6185
|
+
*/
|
|
6186
|
+
var DThemeWhiteNoteSmallNoItemsFound = /** @class */ (function (_super) {
|
|
6187
|
+
__extends(DThemeWhiteNoteSmallNoItemsFound, _super);
|
|
6188
|
+
function DThemeWhiteNoteSmallNoItemsFound() {
|
|
6189
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
6190
|
+
}
|
|
6191
|
+
DThemeWhiteNoteSmallNoItemsFound.prototype.newTextValue = function () {
|
|
6192
|
+
return "No items found";
|
|
6193
|
+
};
|
|
6194
|
+
return DThemeWhiteNoteSmallNoItemsFound;
|
|
6195
|
+
}(DThemeWhiteNoteSmall));
|
|
6196
|
+
|
|
6197
|
+
/*
|
|
6198
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
6199
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
6200
|
+
*/
|
|
6201
|
+
var DThemeWhiteNoteSmallSearching = /** @class */ (function (_super) {
|
|
6202
|
+
__extends(DThemeWhiteNoteSmallSearching, _super);
|
|
6203
|
+
function DThemeWhiteNoteSmallSearching() {
|
|
6204
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
6205
|
+
}
|
|
6206
|
+
DThemeWhiteNoteSmallSearching.prototype.newTextValue = function () {
|
|
6207
|
+
return "Searching";
|
|
6208
|
+
};
|
|
6209
|
+
return DThemeWhiteNoteSmallSearching;
|
|
6210
|
+
}(DThemeWhiteNoteSmall));
|
|
6211
|
+
|
|
6172
6212
|
/*
|
|
6173
6213
|
* Copyright (C) 2019 Toshiba Corporation
|
|
6174
6214
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -6178,6 +6218,9 @@
|
|
|
6178
6218
|
DThemeWhite.set("DNoteError", DThemeWhiteNoteError);
|
|
6179
6219
|
DThemeWhite.set("DNoteNoItemsFound", DThemeWhiteNoteNoItemsFound);
|
|
6180
6220
|
DThemeWhite.set("DNoteSearching", DThemeWhiteNoteSearching);
|
|
6221
|
+
DThemeWhite.set("DNoteSmallError", DThemeWhiteNoteSmallError);
|
|
6222
|
+
DThemeWhite.set("DNoteSmallNoItemsFound", DThemeWhiteNoteSmallNoItemsFound);
|
|
6223
|
+
DThemeWhite.set("DNoteSmallSearching", DThemeWhiteNoteSmallSearching);
|
|
6181
6224
|
};
|
|
6182
6225
|
|
|
6183
6226
|
/*
|
|
@@ -6697,6 +6740,9 @@
|
|
|
6697
6740
|
DThemeWhiteSliderThumb.prototype.getImageAlignHorizontal = function () {
|
|
6698
6741
|
return DAlignHorizontal.CENTER;
|
|
6699
6742
|
};
|
|
6743
|
+
DThemeWhiteSliderThumb.prototype.getOutlineOffset = function (state) {
|
|
6744
|
+
return this.getOutlineOffsetNonActive(state) + 2;
|
|
6745
|
+
};
|
|
6700
6746
|
return DThemeWhiteSliderThumb;
|
|
6701
6747
|
}(DThemeWhiteButton));
|
|
6702
6748
|
|
|
@@ -6715,6 +6761,16 @@
|
|
|
6715
6761
|
DThemeWhiteSliderTrack.prototype.getBorderColor = function (state) {
|
|
6716
6762
|
return null;
|
|
6717
6763
|
};
|
|
6764
|
+
DThemeWhiteSliderTrack.prototype.getOutlineColor = function (state) {
|
|
6765
|
+
return _super.prototype.getOutlineColorNonActive.call(this, state);
|
|
6766
|
+
};
|
|
6767
|
+
DThemeWhiteSliderTrack.prototype.getOutlineOffset = function (state) {
|
|
6768
|
+
return _super.prototype.getOutlineOffsetNonActive.call(this, state);
|
|
6769
|
+
};
|
|
6770
|
+
DThemeWhiteSliderTrack.prototype.newState = function (state) {
|
|
6771
|
+
_super.prototype.newState.call(this, state);
|
|
6772
|
+
state.isFocusable = false;
|
|
6773
|
+
};
|
|
6718
6774
|
return DThemeWhiteSliderTrack;
|
|
6719
6775
|
}(DThemeWhiteButton));
|
|
6720
6776
|
|
|
@@ -6785,7 +6841,7 @@
|
|
|
6785
6841
|
return "AUTO";
|
|
6786
6842
|
};
|
|
6787
6843
|
DThemeWhiteSliderValue.prototype.getHeight = function () {
|
|
6788
|
-
return
|
|
6844
|
+
return this.getLineHeight();
|
|
6789
6845
|
};
|
|
6790
6846
|
DThemeWhiteSliderValue.prototype.getBackgroundColor = function (state) {
|
|
6791
6847
|
if (state.inDisabled) {
|
|
@@ -6916,7 +6972,9 @@
|
|
|
6916
6972
|
DThemeWhiteTableBodyCells.getBackgroundColor = function (state) {
|
|
6917
6973
|
if (state.inDisabled) {
|
|
6918
6974
|
if (state.is(DTableState.FROZEN)) {
|
|
6919
|
-
return state.onAlternated
|
|
6975
|
+
return state.onAlternated
|
|
6976
|
+
? this.BACKGROUND_COLOR_FROZEN_ODD
|
|
6977
|
+
: this.BACKGROUND_COLOR_FROZEN_EVEN;
|
|
6920
6978
|
}
|
|
6921
6979
|
else {
|
|
6922
6980
|
return null;
|
|
@@ -6933,7 +6991,9 @@
|
|
|
6933
6991
|
}
|
|
6934
6992
|
else {
|
|
6935
6993
|
if (state.is(DTableState.FROZEN)) {
|
|
6936
|
-
return state.onAlternated
|
|
6994
|
+
return state.onAlternated
|
|
6995
|
+
? this.BACKGROUND_COLOR_FROZEN_ODD
|
|
6996
|
+
: this.BACKGROUND_COLOR_FROZEN_EVEN;
|
|
6937
6997
|
}
|
|
6938
6998
|
else {
|
|
6939
6999
|
return null;
|
|
@@ -6944,6 +7004,9 @@
|
|
|
6944
7004
|
return 1;
|
|
6945
7005
|
};
|
|
6946
7006
|
DThemeWhiteTableBodyCells.getBorderColor = function (state) {
|
|
7007
|
+
if (state.is(DTableState.FROZEN_END)) {
|
|
7008
|
+
return this.BORDER_COLOR_FROZEN;
|
|
7009
|
+
}
|
|
6947
7010
|
return this.BORDER_COLOR;
|
|
6948
7011
|
};
|
|
6949
7012
|
DThemeWhiteTableBodyCells.getBorderMask = function (state) {
|
|
@@ -6977,9 +7040,13 @@
|
|
|
6977
7040
|
DThemeWhiteTableBodyCells.getCornerMask = function () {
|
|
6978
7041
|
return DCornerMask.ALL;
|
|
6979
7042
|
};
|
|
6980
|
-
|
|
6981
|
-
|
|
6982
|
-
DThemeWhiteTableBodyCells.
|
|
7043
|
+
var _a;
|
|
7044
|
+
_a = DThemeWhiteTableBodyCells;
|
|
7045
|
+
DThemeWhiteTableBodyCells.BACKGROUND_COLOR = DThemeWhiteConstants.BACKGROUND_COLOR_ON_BOARD;
|
|
7046
|
+
DThemeWhiteTableBodyCells.BACKGROUND_COLOR_FROZEN_EVEN = UtilRgb.darken(_a.BACKGROUND_COLOR, 0.01);
|
|
7047
|
+
DThemeWhiteTableBodyCells.BACKGROUND_COLOR_FROZEN_ODD = UtilRgb.darken(_a.BACKGROUND_COLOR_FROZEN_EVEN, 0.01);
|
|
7048
|
+
DThemeWhiteTableBodyCells.BORDER_COLOR = UtilRgb.darken(_a.BACKGROUND_COLOR, 0.035);
|
|
7049
|
+
DThemeWhiteTableBodyCells.BORDER_COLOR_FROZEN = UtilRgb.darken(_a.BORDER_COLOR, 0.035);
|
|
6983
7050
|
return DThemeWhiteTableBodyCells;
|
|
6984
7051
|
}());
|
|
6985
7052
|
|
|
@@ -8058,12 +8125,14 @@
|
|
|
8058
8125
|
_this.BACKGROUND_COLOR = UtilRgb.darken(DThemeWhiteConstants.BACKGROUND_COLOR_ON_BOARD, 0.02);
|
|
8059
8126
|
_this.BACKGROUND_COLOR_HOVERED = UtilRgb.darken(_this.BACKGROUND_COLOR, 0.017);
|
|
8060
8127
|
_this.BACKGROUND_COLOR_PRESSED = UtilRgb.darken(_this.BACKGROUND_COLOR, 0.034);
|
|
8128
|
+
_this.BACKGROUND_COLOR_FROZEN = UtilRgb.darken(_this.BACKGROUND_COLOR, 0.02);
|
|
8061
8129
|
_this.BORDER_COLOR = UtilRgb.darken(DThemeWhiteConstants.BACKGROUND_COLOR_ON_BOARD, 0.055);
|
|
8130
|
+
_this.BORDER_COLOR_FROZEN = UtilRgb.darken(_this.BORDER_COLOR, 0.055);
|
|
8062
8131
|
return _this;
|
|
8063
8132
|
}
|
|
8064
8133
|
DThemeWhiteTableHeaderCell.prototype.getBackgroundColor = function (state) {
|
|
8065
8134
|
if (state.inDisabled) {
|
|
8066
|
-
return state.is(DTableState.FROZEN) ? this.
|
|
8135
|
+
return state.is(DTableState.FROZEN) ? this.BACKGROUND_COLOR_FROZEN : null;
|
|
8067
8136
|
}
|
|
8068
8137
|
else if (state.isPressed) {
|
|
8069
8138
|
return this.BACKGROUND_COLOR_PRESSED;
|
|
@@ -8072,13 +8141,16 @@
|
|
|
8072
8141
|
return this.BACKGROUND_COLOR_HOVERED;
|
|
8073
8142
|
}
|
|
8074
8143
|
else {
|
|
8075
|
-
return state.is(DTableState.FROZEN) ? this.
|
|
8144
|
+
return state.is(DTableState.FROZEN) ? this.BACKGROUND_COLOR_FROZEN : null;
|
|
8076
8145
|
}
|
|
8077
8146
|
};
|
|
8078
8147
|
DThemeWhiteTableHeaderCell.prototype.getBackgroundAlpha = function (state) {
|
|
8079
8148
|
return 1;
|
|
8080
8149
|
};
|
|
8081
8150
|
DThemeWhiteTableHeaderCell.prototype.getBorderColor = function (state) {
|
|
8151
|
+
if (state.is(DTableState.FROZEN_END)) {
|
|
8152
|
+
return this.BORDER_COLOR_FROZEN;
|
|
8153
|
+
}
|
|
8082
8154
|
return this.BORDER_COLOR;
|
|
8083
8155
|
};
|
|
8084
8156
|
DThemeWhiteTableHeaderCell.prototype.getBorderMask = function (state) {
|
|
@@ -8718,6 +8790,10 @@
|
|
|
8718
8790
|
DThemeWhiteNoteError: DThemeWhiteNoteError,
|
|
8719
8791
|
DThemeWhiteNoteNoItemsFound: DThemeWhiteNoteNoItemsFound,
|
|
8720
8792
|
DThemeWhiteNoteSearching: DThemeWhiteNoteSearching,
|
|
8793
|
+
DThemeWhiteNoteSmallError: DThemeWhiteNoteSmallError,
|
|
8794
|
+
DThemeWhiteNoteSmallNoItemsFound: DThemeWhiteNoteSmallNoItemsFound,
|
|
8795
|
+
DThemeWhiteNoteSmallSearching: DThemeWhiteNoteSmallSearching,
|
|
8796
|
+
DThemeWhiteNoteSmall: DThemeWhiteNoteSmall,
|
|
8721
8797
|
DThemeWhiteNote: DThemeWhiteNote,
|
|
8722
8798
|
DThemeWhitePagination: DThemeWhitePagination,
|
|
8723
8799
|
DThemeWhitePaginationNavigationButton: DThemeWhitePaginationNavigationButton,
|