@wcardinal/wcardinal-ui 0.141.0 → 0.145.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-application-like.d.ts +1 -1
- package/dist/types/wcardinal/ui/d-button-link.d.ts +2 -2
- package/dist/types/wcardinal/ui/d-chart-axis-x-datetime.d.ts +1 -1
- package/dist/types/wcardinal/ui/d-chart-axis-y.d.ts +1 -1
- package/dist/types/wcardinal/ui/d-dialog-select.d.ts +13 -14
- package/dist/types/wcardinal/ui/d-item-updater.d.ts +19 -0
- package/dist/types/wcardinal/ui/d-link.d.ts +23 -12
- package/dist/types/wcardinal/ui/d-list-data-selection.d.ts +2 -2
- package/dist/types/wcardinal/ui/d-list-item-accessor-impl.d.ts +3 -1
- package/dist/types/wcardinal/ui/d-list-item-accessor.d.ts +19 -4
- package/dist/types/wcardinal/ui/d-list-item-ambient.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-list-item.d.ts +7 -2
- package/dist/types/wcardinal/ui/d-menu-item-link.d.ts +2 -2
- package/dist/types/wcardinal/ui/d-note-error.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-note-no-items-found.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-note-searching.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-note.d.ts +4 -5
- package/dist/types/wcardinal/ui/d-table-body-cell-link.d.ts +2 -2
- package/dist/types/wcardinal/ui/d-table-body-cell-tree.d.ts +2 -2
- package/dist/types/wcardinal/ui/index.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-button-link.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.d.ts +2 -2
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-input-search.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-link.d.ts +12 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-list-item-ambient.d.ts +6 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-menu-item-link.d.ts +3 -3
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-error.d.ts +8 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.d.ts +8 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-searching.d.ts +8 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note.d.ts +11 -2
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-link.d.ts +3 -3
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-tree.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/dark/index.d.ts +7 -2
- package/dist/types/wcardinal/ui/theme/dark/load/index.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-link.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-button-link.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-diagram-canvas.d.ts +1 -1
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-dialog-select.d.ts +2 -2
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-input-search.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-link.d.ts +12 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-list-item-ambient.d.ts +6 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-menu-item-link.d.ts +3 -3
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-error.d.ts +8 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.d.ts +8 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-searching.d.ts +8 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note.d.ts +11 -2
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-body-cell-link.d.ts +3 -3
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-body-cell-tree.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/white/index.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/load/index.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-link.d.ts +1 -0
- package/dist/types/wcardinal/ui/util/dynamic-font-atlas.d.ts +2 -0
- package/dist/types/wcardinal/ui/util/util-transition.d.ts +3 -3
- package/dist/wcardinal/ui/d-application-like.js.map +1 -1
- package/dist/wcardinal/ui/d-button-link.js +1 -1
- package/dist/wcardinal/ui/d-button-link.js.map +1 -1
- package/dist/wcardinal/ui/d-chart-axis-x-datetime.js.map +1 -1
- package/dist/wcardinal/ui/d-chart-axis-y.js.map +1 -1
- package/dist/wcardinal/ui/d-dialog-select.js +55 -34
- package/dist/wcardinal/ui/d-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/d-item-updater.js +48 -11
- package/dist/wcardinal/ui/d-item-updater.js.map +1 -1
- package/dist/wcardinal/ui/d-link.js +58 -25
- package/dist/wcardinal/ui/d-link.js.map +1 -1
- package/dist/wcardinal/ui/d-list-data-selection.js.map +1 -1
- package/dist/wcardinal/ui/d-list-item-accessor-impl.js +22 -0
- package/dist/wcardinal/ui/d-list-item-accessor-impl.js.map +1 -1
- package/dist/wcardinal/ui/d-list-item-accessor.js.map +1 -1
- package/dist/wcardinal/ui/d-list-item-ambient.js +18 -0
- package/dist/wcardinal/ui/d-list-item-ambient.js.map +1 -0
- package/dist/wcardinal/ui/d-list-item.js +50 -8
- package/dist/wcardinal/ui/d-list-item.js.map +1 -1
- package/dist/wcardinal/ui/d-menu-item-link.js +1 -1
- package/dist/wcardinal/ui/d-menu-item-link.js.map +1 -1
- package/dist/wcardinal/ui/d-note-error.js +18 -0
- package/dist/wcardinal/ui/d-note-error.js.map +1 -0
- package/dist/wcardinal/ui/d-note-no-items-found.js +18 -0
- package/dist/wcardinal/ui/d-note-no-items-found.js.map +1 -0
- package/dist/wcardinal/ui/d-note-searching.js +18 -0
- package/dist/wcardinal/ui/d-note-searching.js.map +1 -0
- package/dist/wcardinal/ui/d-note.js +2 -6
- package/dist/wcardinal/ui/d-note.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-link.js +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-link.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-tree.js +1 -1
- package/dist/wcardinal/ui/d-table-body-cell-tree.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body-row.js +1 -1
- package/dist/wcardinal/ui/d-table-body-row.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/theme/dark/d-theme-dark-button-link.js +0 -5
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-button-link.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.js +3 -6
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-input-search.js +0 -4
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-input-search.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-link.js +53 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-link.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-item-ambient.js +19 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-item-ambient.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-items.js +8 -8
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-items.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-menu-item-link.js +5 -7
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-menu-item-link.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js +27 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js +28 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js +29 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js +22 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-link.js +5 -7
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-link.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-tree.js +0 -5
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-tree.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-row.js +2 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-row.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index.js +7 -2
- package/dist/wcardinal/ui/theme/dark/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index.js +1 -0
- package/dist/wcardinal/ui/theme/dark/load/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-all.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-link.js +10 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-link.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-list.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-list.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-button-link.js +0 -5
- package/dist/wcardinal/ui/theme/white/d-theme-white-button-link.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-diagram-canvas.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-select.js +3 -6
- package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-input-search.js +0 -4
- package/dist/wcardinal/ui/theme/white/d-theme-white-input-search.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-link.js +53 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-link.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-list-item-ambient.js +19 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-list-item-ambient.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-list-items.js +8 -8
- package/dist/wcardinal/ui/theme/white/d-theme-white-list-items.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-menu-item-link.js +5 -7
- package/dist/wcardinal/ui/theme/white/d-theme-white-menu-item-link.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js +27 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js +28 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js +29 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note.js +22 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-note.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-link.js +5 -7
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-link.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-tree.js +0 -5
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-tree.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-row.js +2 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-row.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index.js +5 -0
- package/dist/wcardinal/ui/theme/white/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index.js +1 -0
- package/dist/wcardinal/ui/theme/white/load/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-all.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-link.js +10 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-link.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-list.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-list.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/dynamic-font-atlas.js +9 -4
- package/dist/wcardinal/ui/util/dynamic-font-atlas.js.map +1 -1
- package/dist/wcardinal/ui/util/util-transition.js +1 -1
- package/dist/wcardinal/ui/util/util-transition.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +201 -97
- 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 +199 -95
- 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 +701 -277
- package/dist/wcardinal-ui.js +309 -93
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-links.d.ts +0 -12
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-links.d.ts +0 -12
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-links.js +0 -55
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-links.js.map +0 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-links.js +0 -55
- package/dist/wcardinal/ui/theme/white/d-theme-white-links.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Winter Cardinal UI v0.
|
|
2
|
+
Winter Cardinal UI v0.145.0
|
|
3
3
|
Copyright (C) 2019 Toshiba Corporation
|
|
4
4
|
SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
|
|
@@ -1895,73 +1895,15 @@
|
|
|
1895
1895
|
DThemeWhite.set("DButtonFile", DThemeWhiteButtonFile);
|
|
1896
1896
|
};
|
|
1897
1897
|
|
|
1898
|
-
const DLinkMenuItemId = wcardinal.ui.DLinkMenuItemId;
|
|
1899
|
-
|
|
1900
|
-
var DThemeWhiteLinks = /** @class */ (function () {
|
|
1901
|
-
function DThemeWhiteLinks() {
|
|
1902
|
-
}
|
|
1903
|
-
DThemeWhiteLinks.init = function () {
|
|
1904
|
-
/* eslint-disable prettier/prettier */
|
|
1905
|
-
DThemeWhiteAtlas.add("link_mark", 24, 24, "<g>" +
|
|
1906
|
-
"<path fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" " +
|
|
1907
|
-
"d=\"M10 6H7c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h8c1.1 0 2-.9 2-2v-3 M19 11V4h-7 M18.75 4.5l-8 8\" />" +
|
|
1908
|
-
"</g>");
|
|
1909
|
-
/* eslint-enable prettier/prettier */
|
|
1910
|
-
};
|
|
1911
|
-
DThemeWhiteLinks.getImageSource = function (state) {
|
|
1912
|
-
return DThemeWhiteAtlas.mappings.link_mark;
|
|
1913
|
-
};
|
|
1914
|
-
DThemeWhiteLinks.getLinkMenuOptions = function () {
|
|
1915
|
-
return {
|
|
1916
|
-
sticky: true,
|
|
1917
|
-
align: "RIGHT",
|
|
1918
|
-
items: [
|
|
1919
|
-
{
|
|
1920
|
-
value: DLinkMenuItemId.OPEN_LINK,
|
|
1921
|
-
text: {
|
|
1922
|
-
value: this.getOpenLink()
|
|
1923
|
-
}
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
value: DLinkMenuItemId.OPEN_LINK_IN_NEW_WINDOW,
|
|
1927
|
-
text: {
|
|
1928
|
-
value: this.getOpenLinkInNewWindow()
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
|
-
{
|
|
1932
|
-
value: DLinkMenuItemId.COPY_LINK_ADDRESS,
|
|
1933
|
-
text: {
|
|
1934
|
-
value: this.getCopyLinkAddress()
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
|
-
]
|
|
1938
|
-
};
|
|
1939
|
-
};
|
|
1940
|
-
DThemeWhiteLinks.getOpenLink = function () {
|
|
1941
|
-
return "Open";
|
|
1942
|
-
};
|
|
1943
|
-
DThemeWhiteLinks.getOpenLinkInNewWindow = function () {
|
|
1944
|
-
return "Open in new window";
|
|
1945
|
-
};
|
|
1946
|
-
DThemeWhiteLinks.getCopyLinkAddress = function () {
|
|
1947
|
-
return "Copy link address";
|
|
1948
|
-
};
|
|
1949
|
-
return DThemeWhiteLinks;
|
|
1950
|
-
}());
|
|
1951
|
-
|
|
1952
1898
|
/*
|
|
1953
1899
|
* Copyright (C) 2019 Toshiba Corporation
|
|
1954
1900
|
* SPDX-License-Identifier: Apache-2.0
|
|
1955
1901
|
*/
|
|
1956
|
-
DThemeWhiteLinks.init();
|
|
1957
1902
|
var DThemeWhiteButtonLink = /** @class */ (function (_super) {
|
|
1958
1903
|
__extends(DThemeWhiteButtonLink, _super);
|
|
1959
1904
|
function DThemeWhiteButtonLink() {
|
|
1960
1905
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
1961
1906
|
}
|
|
1962
|
-
DThemeWhiteButtonLink.prototype.getLinkMenuOptions = function () {
|
|
1963
|
-
return DThemeWhiteLinks.getLinkMenuOptions();
|
|
1964
|
-
};
|
|
1965
1907
|
return DThemeWhiteButtonLink;
|
|
1966
1908
|
}(DThemeWhiteButtonAmbient));
|
|
1967
1909
|
|
|
@@ -2182,18 +2124,15 @@
|
|
|
2182
2124
|
function DThemeWhiteDialogSelect() {
|
|
2183
2125
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
2184
2126
|
}
|
|
2127
|
+
DThemeWhiteDialogSelect.prototype.getWidth = function () {
|
|
2128
|
+
return 480;
|
|
2129
|
+
};
|
|
2185
2130
|
DThemeWhiteDialogSelect.prototype.getOk = function () {
|
|
2186
2131
|
return null;
|
|
2187
2132
|
};
|
|
2188
2133
|
DThemeWhiteDialogSelect.prototype.getCancel = function () {
|
|
2189
2134
|
return null;
|
|
2190
2135
|
};
|
|
2191
|
-
DThemeWhiteDialogSelect.prototype.getNoteNoItemsText = function () {
|
|
2192
|
-
return "No Items";
|
|
2193
|
-
};
|
|
2194
|
-
DThemeWhiteDialogSelect.prototype.getNoteSearchingText = function () {
|
|
2195
|
-
return "Searching...";
|
|
2196
|
-
};
|
|
2197
2136
|
DThemeWhiteDialogSelect.prototype.getInputMarginVertical = function () {
|
|
2198
2137
|
return 0;
|
|
2199
2138
|
};
|
|
@@ -2342,10 +2281,10 @@
|
|
|
2342
2281
|
if (state.inDisabled) {
|
|
2343
2282
|
if (this._isStripeEnabled) {
|
|
2344
2283
|
if (state.isAlternated) {
|
|
2345
|
-
return this.
|
|
2284
|
+
return this._backgroundColorOdd;
|
|
2346
2285
|
}
|
|
2347
2286
|
else {
|
|
2348
|
-
return this.
|
|
2287
|
+
return this._backgroundColorEven;
|
|
2349
2288
|
}
|
|
2350
2289
|
}
|
|
2351
2290
|
else {
|
|
@@ -2364,10 +2303,10 @@
|
|
|
2364
2303
|
else {
|
|
2365
2304
|
if (this._isStripeEnabled) {
|
|
2366
2305
|
if (state.isAlternated) {
|
|
2367
|
-
return this.
|
|
2306
|
+
return this._backgroundColorOdd;
|
|
2368
2307
|
}
|
|
2369
2308
|
else {
|
|
2370
|
-
return this.
|
|
2309
|
+
return this._backgroundColorEven;
|
|
2371
2310
|
}
|
|
2372
2311
|
}
|
|
2373
2312
|
else {
|
|
@@ -2379,10 +2318,10 @@
|
|
|
2379
2318
|
if (state.inDisabled) {
|
|
2380
2319
|
if (this._isStripeEnabled) {
|
|
2381
2320
|
if (state.isAlternated) {
|
|
2382
|
-
return this.
|
|
2321
|
+
return this._backgroundAlphaOdd;
|
|
2383
2322
|
}
|
|
2384
2323
|
else {
|
|
2385
|
-
return this.
|
|
2324
|
+
return this._backgroundAlphaEven;
|
|
2386
2325
|
}
|
|
2387
2326
|
}
|
|
2388
2327
|
else {
|
|
@@ -2401,10 +2340,10 @@
|
|
|
2401
2340
|
else {
|
|
2402
2341
|
if (this._isStripeEnabled) {
|
|
2403
2342
|
if (state.isAlternated) {
|
|
2404
|
-
return this.
|
|
2343
|
+
return this._backgroundAlphaOdd;
|
|
2405
2344
|
}
|
|
2406
2345
|
else {
|
|
2407
|
-
return this.
|
|
2346
|
+
return this._backgroundAlphaEven;
|
|
2408
2347
|
}
|
|
2409
2348
|
}
|
|
2410
2349
|
else {
|
|
@@ -4951,9 +4890,6 @@
|
|
|
4951
4890
|
DThemeWhiteInputSearch.prototype.getPaddingRight = function () {
|
|
4952
4891
|
return 31;
|
|
4953
4892
|
};
|
|
4954
|
-
DThemeWhiteInputSearch.prototype.getImageTintColor = function (state) {
|
|
4955
|
-
return DThemeWhiteConstants.WEAK_HIGHLIGHT_COLOR;
|
|
4956
|
-
};
|
|
4957
4893
|
DThemeWhiteInputSearch.prototype.getImageSource = function (state) {
|
|
4958
4894
|
return DThemeWhiteAtlas.mappings.input_search;
|
|
4959
4895
|
};
|
|
@@ -5141,11 +5077,87 @@
|
|
|
5141
5077
|
DThemeWhite.set("DLayoutVertical", DThemeWhiteLayoutVertical);
|
|
5142
5078
|
};
|
|
5143
5079
|
|
|
5080
|
+
const DLinkMenuItemId = wcardinal.ui.DLinkMenuItemId;
|
|
5081
|
+
|
|
5082
|
+
/* eslint-disable prettier/prettier */
|
|
5083
|
+
DThemeWhiteAtlas.add("link_mark", 24, 24, "<g>" +
|
|
5084
|
+
"<path fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" " +
|
|
5085
|
+
"d=\"M10 6H7c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h8c1.1 0 2-.9 2-2v-3 M19 11V4h-7 M18.75 4.5l-8 8\" />" +
|
|
5086
|
+
"</g>");
|
|
5087
|
+
/* eslint-enable prettier/prettier */
|
|
5088
|
+
var DThemeWhiteLink = /** @class */ (function () {
|
|
5089
|
+
function DThemeWhiteLink() {
|
|
5090
|
+
}
|
|
5091
|
+
DThemeWhiteLink.prototype.getImageSource = function (state) {
|
|
5092
|
+
return DThemeWhiteAtlas.mappings.link_mark;
|
|
5093
|
+
};
|
|
5094
|
+
DThemeWhiteLink.prototype.getMenuOptions = function () {
|
|
5095
|
+
return {
|
|
5096
|
+
sticky: true,
|
|
5097
|
+
align: "RIGHT",
|
|
5098
|
+
items: [
|
|
5099
|
+
{
|
|
5100
|
+
value: DLinkMenuItemId.OPEN_LINK,
|
|
5101
|
+
text: {
|
|
5102
|
+
value: this.getLabelOpenLink()
|
|
5103
|
+
}
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
value: DLinkMenuItemId.OPEN_LINK_IN_NEW_WINDOW,
|
|
5107
|
+
text: {
|
|
5108
|
+
value: this.getLabelOpenInNewWindow()
|
|
5109
|
+
}
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
value: DLinkMenuItemId.COPY_LINK_ADDRESS,
|
|
5113
|
+
text: {
|
|
5114
|
+
value: this.getOpenCopyLinkAddress()
|
|
5115
|
+
}
|
|
5116
|
+
}
|
|
5117
|
+
]
|
|
5118
|
+
};
|
|
5119
|
+
};
|
|
5120
|
+
DThemeWhiteLink.prototype.getLabelOpenLink = function () {
|
|
5121
|
+
return "Open";
|
|
5122
|
+
};
|
|
5123
|
+
DThemeWhiteLink.prototype.getLabelOpenInNewWindow = function () {
|
|
5124
|
+
return "Open in new window";
|
|
5125
|
+
};
|
|
5126
|
+
DThemeWhiteLink.prototype.getOpenCopyLinkAddress = function () {
|
|
5127
|
+
return "Copy link address";
|
|
5128
|
+
};
|
|
5129
|
+
return DThemeWhiteLink;
|
|
5130
|
+
}());
|
|
5131
|
+
|
|
5132
|
+
/*
|
|
5133
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
5134
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5135
|
+
*/
|
|
5136
|
+
var loadThemeWhiteLink = function () {
|
|
5137
|
+
DThemeWhite.set("DLink", DThemeWhiteLink);
|
|
5138
|
+
};
|
|
5139
|
+
|
|
5140
|
+
/*
|
|
5141
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
5142
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5143
|
+
*/
|
|
5144
|
+
var DThemeWhiteListItemAmbient = /** @class */ (function (_super) {
|
|
5145
|
+
__extends(DThemeWhiteListItemAmbient, _super);
|
|
5146
|
+
function DThemeWhiteListItemAmbient() {
|
|
5147
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
5148
|
+
}
|
|
5149
|
+
DThemeWhiteListItemAmbient.prototype.newStyle = function () {
|
|
5150
|
+
return new DThemeWhiteListItems(null, false, true);
|
|
5151
|
+
};
|
|
5152
|
+
return DThemeWhiteListItemAmbient;
|
|
5153
|
+
}(DThemeWhiteListItem));
|
|
5154
|
+
|
|
5144
5155
|
/*
|
|
5145
5156
|
* Copyright (C) 2019 Toshiba Corporation
|
|
5146
5157
|
* SPDX-License-Identifier: Apache-2.0
|
|
5147
5158
|
*/
|
|
5148
5159
|
var loadThemeWhiteList = function () {
|
|
5160
|
+
DThemeWhite.set("DListItemAmbient", DThemeWhiteListItemAmbient);
|
|
5149
5161
|
DThemeWhite.set("DListItem", DThemeWhiteListItem);
|
|
5150
5162
|
DThemeWhite.set("DList", DThemeWhiteList);
|
|
5151
5163
|
};
|
|
@@ -5508,15 +5520,16 @@
|
|
|
5508
5520
|
* Copyright (C) 2019 Toshiba Corporation
|
|
5509
5521
|
* SPDX-License-Identifier: Apache-2.0
|
|
5510
5522
|
*/
|
|
5511
|
-
DThemeWhiteLinks.init();
|
|
5512
5523
|
var DThemeWhiteMenuItemLink = /** @class */ (function (_super) {
|
|
5513
5524
|
__extends(DThemeWhiteMenuItemLink, _super);
|
|
5514
5525
|
function DThemeWhiteMenuItemLink() {
|
|
5515
|
-
|
|
5526
|
+
var _this = _super.call(this) || this;
|
|
5527
|
+
_this._link = DThemes.getInstance().get("DLink");
|
|
5528
|
+
return _this;
|
|
5516
5529
|
}
|
|
5517
5530
|
DThemeWhiteMenuItemLink.prototype.getImageSource = function (state) {
|
|
5518
5531
|
if (state.is(DBaseState.NEW_WINDOW)) {
|
|
5519
|
-
return
|
|
5532
|
+
return this._link.getImageSource(state);
|
|
5520
5533
|
}
|
|
5521
5534
|
return null;
|
|
5522
5535
|
};
|
|
@@ -5532,9 +5545,6 @@
|
|
|
5532
5545
|
DThemeWhiteMenuItemLink.prototype.getImageAlignHorizontal = function () {
|
|
5533
5546
|
return DAlignHorizontal.RIGHT;
|
|
5534
5547
|
};
|
|
5535
|
-
DThemeWhiteMenuItemLink.prototype.getLinkMenuOptions = function () {
|
|
5536
|
-
return DThemeWhiteLinks.getLinkMenuOptions();
|
|
5537
|
-
};
|
|
5538
5548
|
return DThemeWhiteMenuItemLink;
|
|
5539
5549
|
}(DThemeWhiteMenuItemText));
|
|
5540
5550
|
|
|
@@ -6066,8 +6076,98 @@
|
|
|
6066
6076
|
DThemeWhiteNote.prototype.getInteractive = function () {
|
|
6067
6077
|
return DBaseInteractive.NONE;
|
|
6068
6078
|
};
|
|
6079
|
+
DThemeWhiteNote.prototype.getAlpha = function () {
|
|
6080
|
+
return 0.25;
|
|
6081
|
+
};
|
|
6082
|
+
DThemeWhiteNote.prototype.getFontSize = function () {
|
|
6083
|
+
return 26;
|
|
6084
|
+
};
|
|
6085
|
+
DThemeWhiteNote.prototype.getImageTintAlpha = function (state) {
|
|
6086
|
+
return 0.15;
|
|
6087
|
+
};
|
|
6088
|
+
DThemeWhiteNote.prototype.getImageAlignWith = function () {
|
|
6089
|
+
return DAlignWith.TEXT;
|
|
6090
|
+
};
|
|
6091
|
+
DThemeWhiteNote.prototype.getImageAlignHorizontal = function () {
|
|
6092
|
+
return DAlignHorizontal.LEFT;
|
|
6093
|
+
};
|
|
6094
|
+
DThemeWhiteNote.prototype.getImageAlignVertical = function () {
|
|
6095
|
+
return DAlignVertical.MIDDLE;
|
|
6096
|
+
};
|
|
6069
6097
|
return DThemeWhiteNote;
|
|
6070
|
-
}(
|
|
6098
|
+
}(DThemeWhiteImageBase));
|
|
6099
|
+
|
|
6100
|
+
/*
|
|
6101
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
6102
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
6103
|
+
*/
|
|
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
|
+
var DThemeWhiteNoteError = /** @class */ (function (_super) {
|
|
6110
|
+
__extends(DThemeWhiteNoteError, _super);
|
|
6111
|
+
function DThemeWhiteNoteError() {
|
|
6112
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
6113
|
+
}
|
|
6114
|
+
DThemeWhiteNoteError.prototype.newTextValue = function () {
|
|
6115
|
+
return "Something went wrong";
|
|
6116
|
+
};
|
|
6117
|
+
DThemeWhiteNoteError.prototype.getImageSource = function (state) {
|
|
6118
|
+
return DThemeWhiteAtlas.mappings.note_erorr;
|
|
6119
|
+
};
|
|
6120
|
+
return DThemeWhiteNoteError;
|
|
6121
|
+
}(DThemeWhiteNote));
|
|
6122
|
+
|
|
6123
|
+
/*
|
|
6124
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
6125
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
6126
|
+
*/
|
|
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
|
+
var DThemeWhiteNoteNoItemsFound = /** @class */ (function (_super) {
|
|
6134
|
+
__extends(DThemeWhiteNoteNoItemsFound, _super);
|
|
6135
|
+
function DThemeWhiteNoteNoItemsFound() {
|
|
6136
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
6137
|
+
}
|
|
6138
|
+
DThemeWhiteNoteNoItemsFound.prototype.newTextValue = function () {
|
|
6139
|
+
return "No items found";
|
|
6140
|
+
};
|
|
6141
|
+
DThemeWhiteNoteNoItemsFound.prototype.getImageSource = function (state) {
|
|
6142
|
+
return DThemeWhiteAtlas.mappings.note_no_items_found;
|
|
6143
|
+
};
|
|
6144
|
+
return DThemeWhiteNoteNoItemsFound;
|
|
6145
|
+
}(DThemeWhiteNote));
|
|
6146
|
+
|
|
6147
|
+
/*
|
|
6148
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
6149
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
6150
|
+
*/
|
|
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
|
+
var DThemeWhiteNoteSearching = /** @class */ (function (_super) {
|
|
6159
|
+
__extends(DThemeWhiteNoteSearching, _super);
|
|
6160
|
+
function DThemeWhiteNoteSearching() {
|
|
6161
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
6162
|
+
}
|
|
6163
|
+
DThemeWhiteNoteSearching.prototype.newTextValue = function () {
|
|
6164
|
+
return "Searching";
|
|
6165
|
+
};
|
|
6166
|
+
DThemeWhiteNoteSearching.prototype.getImageSource = function (state) {
|
|
6167
|
+
return DThemeWhiteAtlas.mappings.note_searching;
|
|
6168
|
+
};
|
|
6169
|
+
return DThemeWhiteNoteSearching;
|
|
6170
|
+
}(DThemeWhiteNote));
|
|
6071
6171
|
|
|
6072
6172
|
/*
|
|
6073
6173
|
* Copyright (C) 2019 Toshiba Corporation
|
|
@@ -6075,6 +6175,9 @@
|
|
|
6075
6175
|
*/
|
|
6076
6176
|
var loadThemeWhiteNote = function () {
|
|
6077
6177
|
DThemeWhite.set("DNote", DThemeWhiteNote);
|
|
6178
|
+
DThemeWhite.set("DNoteError", DThemeWhiteNoteError);
|
|
6179
|
+
DThemeWhite.set("DNoteNoItemsFound", DThemeWhiteNoteNoItemsFound);
|
|
6180
|
+
DThemeWhite.set("DNoteSearching", DThemeWhiteNoteSearching);
|
|
6078
6181
|
};
|
|
6079
6182
|
|
|
6080
6183
|
/*
|
|
@@ -7645,20 +7748,18 @@
|
|
|
7645
7748
|
* Copyright (C) 2019 Toshiba Corporation
|
|
7646
7749
|
* SPDX-License-Identifier: Apache-2.0
|
|
7647
7750
|
*/
|
|
7648
|
-
DThemeWhiteLinks.init();
|
|
7649
7751
|
var DThemeWhiteTableBodyCellLink = /** @class */ (function (_super) {
|
|
7650
7752
|
__extends(DThemeWhiteTableBodyCellLink, _super);
|
|
7651
7753
|
function DThemeWhiteTableBodyCellLink() {
|
|
7652
|
-
|
|
7754
|
+
var _this = _super.call(this) || this;
|
|
7755
|
+
_this._link = DThemes.getInstance().get("DLink");
|
|
7756
|
+
return _this;
|
|
7653
7757
|
}
|
|
7654
7758
|
DThemeWhiteTableBodyCellLink.prototype.getImageTintColor = function (state) {
|
|
7655
7759
|
return DThemeWhiteTableBodyCells.getImageTintColor(state, true);
|
|
7656
7760
|
};
|
|
7657
7761
|
DThemeWhiteTableBodyCellLink.prototype.getImageSource = function (state) {
|
|
7658
|
-
return
|
|
7659
|
-
};
|
|
7660
|
-
DThemeWhiteTableBodyCellLink.prototype.getLinkMenuOptions = function () {
|
|
7661
|
-
return DThemeWhiteLinks.getLinkMenuOptions();
|
|
7762
|
+
return this._link.getImageSource(state);
|
|
7662
7763
|
};
|
|
7663
7764
|
return DThemeWhiteTableBodyCellLink;
|
|
7664
7765
|
}(DThemeWhiteTableBodyCellButton));
|
|
@@ -7802,7 +7903,6 @@
|
|
|
7802
7903
|
* Copyright (C) 2019 Toshiba Corporation
|
|
7803
7904
|
* SPDX-License-Identifier: Apache-2.0
|
|
7804
7905
|
*/
|
|
7805
|
-
DThemeWhiteLinks.init();
|
|
7806
7906
|
DThemeWhiteTableBodyCellTrees.init();
|
|
7807
7907
|
var DThemeWhiteTableBodyCellTree = /** @class */ (function (_super) {
|
|
7808
7908
|
__extends(DThemeWhiteTableBodyCellTree, _super);
|
|
@@ -7827,9 +7927,6 @@
|
|
|
7827
7927
|
DThemeWhiteTableBodyCellTree.prototype.getImageTintAlpha = function (state) {
|
|
7828
7928
|
return this.getAlpha(state) * 0.5;
|
|
7829
7929
|
};
|
|
7830
|
-
DThemeWhiteTableBodyCellTree.prototype.getLinkMenuOptions = function () {
|
|
7831
|
-
return DThemeWhiteLinks.getLinkMenuOptions();
|
|
7832
|
-
};
|
|
7833
7930
|
return DThemeWhiteTableBodyCellTree;
|
|
7834
7931
|
}(DThemeWhiteTableBodyCellButton));
|
|
7835
7932
|
|
|
@@ -7875,7 +7972,7 @@
|
|
|
7875
7972
|
}
|
|
7876
7973
|
DThemeWhiteTableBodyRow.prototype.getBackgroundColor = function (state) {
|
|
7877
7974
|
if (state.inDisabled) {
|
|
7878
|
-
return state.isAlternated ? this.
|
|
7975
|
+
return state.isAlternated ? this.BACKGROUND_COLOR_ODD : this.BACKGROUND_COLOR_EVEN;
|
|
7879
7976
|
}
|
|
7880
7977
|
else if (state.isActive) {
|
|
7881
7978
|
return DThemeWhiteConstants.HIGHLIGHT_BLENDED_ON_BOARD;
|
|
@@ -7884,7 +7981,7 @@
|
|
|
7884
7981
|
return DThemeWhiteConstants.WEAK_HIGHLIGHT_BLENDED_ON_BOARD;
|
|
7885
7982
|
}
|
|
7886
7983
|
else {
|
|
7887
|
-
return state.isAlternated ? this.
|
|
7984
|
+
return state.isAlternated ? this.BACKGROUND_COLOR_ODD : this.BACKGROUND_COLOR_EVEN;
|
|
7888
7985
|
}
|
|
7889
7986
|
};
|
|
7890
7987
|
DThemeWhiteTableBodyRow.prototype.getWidth = function () {
|
|
@@ -8386,6 +8483,7 @@
|
|
|
8386
8483
|
loadThemeWhiteImage();
|
|
8387
8484
|
loadThemeWhiteInputAll();
|
|
8388
8485
|
loadThemeWhiteLayout();
|
|
8486
|
+
loadThemeWhiteLink();
|
|
8389
8487
|
loadThemeWhiteList();
|
|
8390
8488
|
loadThemeWhiteTree();
|
|
8391
8489
|
loadThemeWhiteMenuBar();
|
|
@@ -8467,6 +8565,7 @@
|
|
|
8467
8565
|
loadThemeWhiteInputTextArea: loadThemeWhiteInputTextArea,
|
|
8468
8566
|
loadThemeWhiteInputText: loadThemeWhiteInputText,
|
|
8469
8567
|
loadThemeWhiteLayout: loadThemeWhiteLayout,
|
|
8568
|
+
loadThemeWhiteLink: loadThemeWhiteLink,
|
|
8470
8569
|
loadThemeWhiteList: loadThemeWhiteList,
|
|
8471
8570
|
loadThemeWhiteTree: loadThemeWhiteTree,
|
|
8472
8571
|
loadThemeWhiteMenuBar: loadThemeWhiteMenuBar,
|
|
@@ -8576,6 +8675,8 @@
|
|
|
8576
8675
|
DThemeWhiteLayoutSpace: DThemeWhiteLayoutSpace,
|
|
8577
8676
|
DThemeWhiteLayoutVertical: DThemeWhiteLayoutVertical,
|
|
8578
8677
|
DThemeWhiteLayout: DThemeWhiteLayout,
|
|
8678
|
+
DThemeWhiteLink: DThemeWhiteLink,
|
|
8679
|
+
DThemeWhiteListItemAmbient: DThemeWhiteListItemAmbient,
|
|
8579
8680
|
DThemeWhiteListItem: DThemeWhiteListItem,
|
|
8580
8681
|
DThemeWhiteListItems: DThemeWhiteListItems,
|
|
8581
8682
|
DThemeWhiteList: DThemeWhiteList,
|
|
@@ -8614,6 +8715,9 @@
|
|
|
8614
8715
|
DThemeWhiteMenuSidedItemText: DThemeWhiteMenuSidedItemText,
|
|
8615
8716
|
DThemeWhiteMenuSided: DThemeWhiteMenuSided,
|
|
8616
8717
|
DThemeWhiteMenu: DThemeWhiteMenu,
|
|
8718
|
+
DThemeWhiteNoteError: DThemeWhiteNoteError,
|
|
8719
|
+
DThemeWhiteNoteNoItemsFound: DThemeWhiteNoteNoItemsFound,
|
|
8720
|
+
DThemeWhiteNoteSearching: DThemeWhiteNoteSearching,
|
|
8617
8721
|
DThemeWhiteNote: DThemeWhiteNote,
|
|
8618
8722
|
DThemeWhitePagination: DThemeWhitePagination,
|
|
8619
8723
|
DThemeWhitePaginationNavigationButton: DThemeWhitePaginationNavigationButton,
|