@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.
Files changed (192) hide show
  1. package/dist/types/wcardinal/ui/d-application-like.d.ts +1 -1
  2. package/dist/types/wcardinal/ui/d-button-link.d.ts +2 -2
  3. package/dist/types/wcardinal/ui/d-chart-axis-x-datetime.d.ts +1 -1
  4. package/dist/types/wcardinal/ui/d-chart-axis-y.d.ts +1 -1
  5. package/dist/types/wcardinal/ui/d-dialog-select.d.ts +13 -14
  6. package/dist/types/wcardinal/ui/d-item-updater.d.ts +19 -0
  7. package/dist/types/wcardinal/ui/d-link.d.ts +23 -12
  8. package/dist/types/wcardinal/ui/d-list-data-selection.d.ts +2 -2
  9. package/dist/types/wcardinal/ui/d-list-item-accessor-impl.d.ts +3 -1
  10. package/dist/types/wcardinal/ui/d-list-item-accessor.d.ts +19 -4
  11. package/dist/types/wcardinal/ui/d-list-item-ambient.d.ts +8 -0
  12. package/dist/types/wcardinal/ui/d-list-item.d.ts +7 -2
  13. package/dist/types/wcardinal/ui/d-menu-item-link.d.ts +2 -2
  14. package/dist/types/wcardinal/ui/d-note-error.d.ts +8 -0
  15. package/dist/types/wcardinal/ui/d-note-no-items-found.d.ts +8 -0
  16. package/dist/types/wcardinal/ui/d-note-searching.d.ts +8 -0
  17. package/dist/types/wcardinal/ui/d-note.d.ts +4 -5
  18. package/dist/types/wcardinal/ui/d-table-body-cell-link.d.ts +2 -2
  19. package/dist/types/wcardinal/ui/d-table-body-cell-tree.d.ts +2 -2
  20. package/dist/types/wcardinal/ui/index.d.ts +4 -0
  21. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-button-link.d.ts +0 -3
  22. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.d.ts +2 -2
  23. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-input-search.d.ts +0 -1
  24. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-link.d.ts +12 -0
  25. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-list-item-ambient.d.ts +6 -0
  26. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-menu-item-link.d.ts +3 -3
  27. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-error.d.ts +8 -0
  28. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.d.ts +8 -0
  29. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-searching.d.ts +8 -0
  30. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note.d.ts +11 -2
  31. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-link.d.ts +3 -3
  32. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-tree.d.ts +0 -3
  33. package/dist/types/wcardinal/ui/theme/dark/index.d.ts +7 -2
  34. package/dist/types/wcardinal/ui/theme/dark/load/index.d.ts +1 -0
  35. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-link.d.ts +1 -0
  36. package/dist/types/wcardinal/ui/theme/white/d-theme-white-button-link.d.ts +0 -3
  37. package/dist/types/wcardinal/ui/theme/white/d-theme-white-diagram-canvas.d.ts +1 -1
  38. package/dist/types/wcardinal/ui/theme/white/d-theme-white-dialog-select.d.ts +2 -2
  39. package/dist/types/wcardinal/ui/theme/white/d-theme-white-input-search.d.ts +0 -1
  40. package/dist/types/wcardinal/ui/theme/white/d-theme-white-link.d.ts +12 -0
  41. package/dist/types/wcardinal/ui/theme/white/d-theme-white-list-item-ambient.d.ts +6 -0
  42. package/dist/types/wcardinal/ui/theme/white/d-theme-white-menu-item-link.d.ts +3 -3
  43. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-error.d.ts +8 -0
  44. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.d.ts +8 -0
  45. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-searching.d.ts +8 -0
  46. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note.d.ts +11 -2
  47. package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-body-cell-link.d.ts +3 -3
  48. package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-body-cell-tree.d.ts +0 -3
  49. package/dist/types/wcardinal/ui/theme/white/index.d.ts +5 -0
  50. package/dist/types/wcardinal/ui/theme/white/load/index.d.ts +1 -0
  51. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-link.d.ts +1 -0
  52. package/dist/types/wcardinal/ui/util/dynamic-font-atlas.d.ts +2 -0
  53. package/dist/types/wcardinal/ui/util/util-transition.d.ts +3 -3
  54. package/dist/wcardinal/ui/d-application-like.js.map +1 -1
  55. package/dist/wcardinal/ui/d-button-link.js +1 -1
  56. package/dist/wcardinal/ui/d-button-link.js.map +1 -1
  57. package/dist/wcardinal/ui/d-chart-axis-x-datetime.js.map +1 -1
  58. package/dist/wcardinal/ui/d-chart-axis-y.js.map +1 -1
  59. package/dist/wcardinal/ui/d-dialog-select.js +55 -34
  60. package/dist/wcardinal/ui/d-dialog-select.js.map +1 -1
  61. package/dist/wcardinal/ui/d-item-updater.js +48 -11
  62. package/dist/wcardinal/ui/d-item-updater.js.map +1 -1
  63. package/dist/wcardinal/ui/d-link.js +58 -25
  64. package/dist/wcardinal/ui/d-link.js.map +1 -1
  65. package/dist/wcardinal/ui/d-list-data-selection.js.map +1 -1
  66. package/dist/wcardinal/ui/d-list-item-accessor-impl.js +22 -0
  67. package/dist/wcardinal/ui/d-list-item-accessor-impl.js.map +1 -1
  68. package/dist/wcardinal/ui/d-list-item-accessor.js.map +1 -1
  69. package/dist/wcardinal/ui/d-list-item-ambient.js +18 -0
  70. package/dist/wcardinal/ui/d-list-item-ambient.js.map +1 -0
  71. package/dist/wcardinal/ui/d-list-item.js +50 -8
  72. package/dist/wcardinal/ui/d-list-item.js.map +1 -1
  73. package/dist/wcardinal/ui/d-menu-item-link.js +1 -1
  74. package/dist/wcardinal/ui/d-menu-item-link.js.map +1 -1
  75. package/dist/wcardinal/ui/d-note-error.js +18 -0
  76. package/dist/wcardinal/ui/d-note-error.js.map +1 -0
  77. package/dist/wcardinal/ui/d-note-no-items-found.js +18 -0
  78. package/dist/wcardinal/ui/d-note-no-items-found.js.map +1 -0
  79. package/dist/wcardinal/ui/d-note-searching.js +18 -0
  80. package/dist/wcardinal/ui/d-note-searching.js.map +1 -0
  81. package/dist/wcardinal/ui/d-note.js +2 -6
  82. package/dist/wcardinal/ui/d-note.js.map +1 -1
  83. package/dist/wcardinal/ui/d-table-body-cell-link.js +1 -1
  84. package/dist/wcardinal/ui/d-table-body-cell-link.js.map +1 -1
  85. package/dist/wcardinal/ui/d-table-body-cell-tree.js +1 -1
  86. package/dist/wcardinal/ui/d-table-body-cell-tree.js.map +1 -1
  87. package/dist/wcardinal/ui/d-table-body-row.js +1 -1
  88. package/dist/wcardinal/ui/d-table-body-row.js.map +1 -1
  89. package/dist/wcardinal/ui/index.js +4 -0
  90. package/dist/wcardinal/ui/index.js.map +1 -1
  91. package/dist/wcardinal/ui/theme/dark/d-theme-dark-button-link.js +0 -5
  92. package/dist/wcardinal/ui/theme/dark/d-theme-dark-button-link.js.map +1 -1
  93. package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.js +3 -6
  94. package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.js.map +1 -1
  95. package/dist/wcardinal/ui/theme/dark/d-theme-dark-input-search.js +0 -4
  96. package/dist/wcardinal/ui/theme/dark/d-theme-dark-input-search.js.map +1 -1
  97. package/dist/wcardinal/ui/theme/dark/d-theme-dark-link.js +53 -0
  98. package/dist/wcardinal/ui/theme/dark/d-theme-dark-link.js.map +1 -0
  99. package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-item-ambient.js +19 -0
  100. package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-item-ambient.js.map +1 -0
  101. package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-items.js +8 -8
  102. package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-items.js.map +1 -1
  103. package/dist/wcardinal/ui/theme/dark/d-theme-dark-menu-item-link.js +5 -7
  104. package/dist/wcardinal/ui/theme/dark/d-theme-dark-menu-item-link.js.map +1 -1
  105. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js +27 -0
  106. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js.map +1 -0
  107. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js +28 -0
  108. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js.map +1 -0
  109. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js +29 -0
  110. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js.map +1 -0
  111. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js +22 -2
  112. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js.map +1 -1
  113. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-link.js +5 -7
  114. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-link.js.map +1 -1
  115. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-tree.js +0 -5
  116. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-tree.js.map +1 -1
  117. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-row.js +2 -2
  118. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-row.js.map +1 -1
  119. package/dist/wcardinal/ui/theme/dark/index.js +7 -2
  120. package/dist/wcardinal/ui/theme/dark/index.js.map +1 -1
  121. package/dist/wcardinal/ui/theme/dark/load/index.js +1 -0
  122. package/dist/wcardinal/ui/theme/dark/load/index.js.map +1 -1
  123. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-all.js +2 -0
  124. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-all.js.map +1 -1
  125. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-link.js +10 -0
  126. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-link.js.map +1 -0
  127. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-list.js +2 -0
  128. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-list.js.map +1 -1
  129. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-note.js +6 -0
  130. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-note.js.map +1 -1
  131. package/dist/wcardinal/ui/theme/white/d-theme-white-button-link.js +0 -5
  132. package/dist/wcardinal/ui/theme/white/d-theme-white-button-link.js.map +1 -1
  133. package/dist/wcardinal/ui/theme/white/d-theme-white-diagram-canvas.js.map +1 -1
  134. package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-select.js +3 -6
  135. package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-select.js.map +1 -1
  136. package/dist/wcardinal/ui/theme/white/d-theme-white-input-search.js +0 -4
  137. package/dist/wcardinal/ui/theme/white/d-theme-white-input-search.js.map +1 -1
  138. package/dist/wcardinal/ui/theme/white/d-theme-white-link.js +53 -0
  139. package/dist/wcardinal/ui/theme/white/d-theme-white-link.js.map +1 -0
  140. package/dist/wcardinal/ui/theme/white/d-theme-white-list-item-ambient.js +19 -0
  141. package/dist/wcardinal/ui/theme/white/d-theme-white-list-item-ambient.js.map +1 -0
  142. package/dist/wcardinal/ui/theme/white/d-theme-white-list-items.js +8 -8
  143. package/dist/wcardinal/ui/theme/white/d-theme-white-list-items.js.map +1 -1
  144. package/dist/wcardinal/ui/theme/white/d-theme-white-menu-item-link.js +5 -7
  145. package/dist/wcardinal/ui/theme/white/d-theme-white-menu-item-link.js.map +1 -1
  146. package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js +27 -0
  147. package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js.map +1 -0
  148. package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js +28 -0
  149. package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js.map +1 -0
  150. package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js +29 -0
  151. package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js.map +1 -0
  152. package/dist/wcardinal/ui/theme/white/d-theme-white-note.js +22 -2
  153. package/dist/wcardinal/ui/theme/white/d-theme-white-note.js.map +1 -1
  154. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-link.js +5 -7
  155. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-link.js.map +1 -1
  156. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-tree.js +0 -5
  157. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cell-tree.js.map +1 -1
  158. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-row.js +2 -2
  159. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-row.js.map +1 -1
  160. package/dist/wcardinal/ui/theme/white/index.js +5 -0
  161. package/dist/wcardinal/ui/theme/white/index.js.map +1 -1
  162. package/dist/wcardinal/ui/theme/white/load/index.js +1 -0
  163. package/dist/wcardinal/ui/theme/white/load/index.js.map +1 -1
  164. package/dist/wcardinal/ui/theme/white/load/load-theme-white-all.js +2 -0
  165. package/dist/wcardinal/ui/theme/white/load/load-theme-white-all.js.map +1 -1
  166. package/dist/wcardinal/ui/theme/white/load/load-theme-white-link.js +10 -0
  167. package/dist/wcardinal/ui/theme/white/load/load-theme-white-link.js.map +1 -0
  168. package/dist/wcardinal/ui/theme/white/load/load-theme-white-list.js +2 -0
  169. package/dist/wcardinal/ui/theme/white/load/load-theme-white-list.js.map +1 -1
  170. package/dist/wcardinal/ui/theme/white/load/load-theme-white-note.js +6 -0
  171. package/dist/wcardinal/ui/theme/white/load/load-theme-white-note.js.map +1 -1
  172. package/dist/wcardinal/ui/util/dynamic-font-atlas.js +9 -4
  173. package/dist/wcardinal/ui/util/dynamic-font-atlas.js.map +1 -1
  174. package/dist/wcardinal/ui/util/util-transition.js +1 -1
  175. package/dist/wcardinal/ui/util/util-transition.js.map +1 -1
  176. package/dist/wcardinal-ui-theme-dark.js +201 -97
  177. package/dist/wcardinal-ui-theme-dark.min.js +2 -2
  178. package/dist/wcardinal-ui-theme-dark.min.js.map +1 -1
  179. package/dist/wcardinal-ui-theme-white.js +199 -95
  180. package/dist/wcardinal-ui-theme-white.min.js +2 -2
  181. package/dist/wcardinal-ui-theme-white.min.js.map +1 -1
  182. package/dist/wcardinal-ui.cjs.js +701 -277
  183. package/dist/wcardinal-ui.js +309 -93
  184. package/dist/wcardinal-ui.min.js +2 -2
  185. package/dist/wcardinal-ui.min.js.map +1 -1
  186. package/package.json +1 -1
  187. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-links.d.ts +0 -12
  188. package/dist/types/wcardinal/ui/theme/white/d-theme-white-links.d.ts +0 -12
  189. package/dist/wcardinal/ui/theme/dark/d-theme-dark-links.js +0 -55
  190. package/dist/wcardinal/ui/theme/dark/d-theme-dark-links.js.map +0 -1
  191. package/dist/wcardinal/ui/theme/white/d-theme-white-links.js +0 -55
  192. 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.141.0
2
+ Winter Cardinal UI v0.145.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -1877,73 +1877,15 @@
1877
1877
  DThemeDark.set("DButtonFile", DThemeDarkButtonFile);
1878
1878
  };
1879
1879
 
1880
- const DLinkMenuItemId = wcardinal.ui.DLinkMenuItemId;
1881
-
1882
- var DThemeDarkLinks = /** @class */ (function () {
1883
- function DThemeDarkLinks() {
1884
- }
1885
- DThemeDarkLinks.init = function () {
1886
- /* eslint-disable prettier/prettier */
1887
- DThemeDarkAtlas.add("link_mark", 24, 24, "<g>" +
1888
- "<path fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" " +
1889
- "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\" />" +
1890
- "</g>");
1891
- /* eslint-enable prettier/prettier */
1892
- };
1893
- DThemeDarkLinks.getImageSource = function (state) {
1894
- return DThemeDarkAtlas.mappings.link_mark;
1895
- };
1896
- DThemeDarkLinks.getLinkMenuOptions = function () {
1897
- return {
1898
- sticky: true,
1899
- align: "RIGHT",
1900
- items: [
1901
- {
1902
- value: DLinkMenuItemId.OPEN_LINK,
1903
- text: {
1904
- value: this.getOpenLink()
1905
- }
1906
- },
1907
- {
1908
- value: DLinkMenuItemId.OPEN_LINK_IN_NEW_WINDOW,
1909
- text: {
1910
- value: this.getOpenLinkInNewWindow()
1911
- }
1912
- },
1913
- {
1914
- value: DLinkMenuItemId.COPY_LINK_ADDRESS,
1915
- text: {
1916
- value: this.getCopyLinkAddress()
1917
- }
1918
- }
1919
- ]
1920
- };
1921
- };
1922
- DThemeDarkLinks.getOpenLink = function () {
1923
- return "Open";
1924
- };
1925
- DThemeDarkLinks.getOpenLinkInNewWindow = function () {
1926
- return "Open in new window";
1927
- };
1928
- DThemeDarkLinks.getCopyLinkAddress = function () {
1929
- return "Copy link address";
1930
- };
1931
- return DThemeDarkLinks;
1932
- }());
1933
-
1934
1880
  /*
1935
1881
  * Copyright (C) 2019 Toshiba Corporation
1936
1882
  * SPDX-License-Identifier: Apache-2.0
1937
1883
  */
1938
- DThemeDarkLinks.init();
1939
1884
  var DThemeDarkButtonLink = /** @class */ (function (_super) {
1940
1885
  __extends(DThemeDarkButtonLink, _super);
1941
1886
  function DThemeDarkButtonLink() {
1942
1887
  return _super !== null && _super.apply(this, arguments) || this;
1943
1888
  }
1944
- DThemeDarkButtonLink.prototype.getLinkMenuOptions = function () {
1945
- return DThemeDarkLinks.getLinkMenuOptions();
1946
- };
1947
1889
  return DThemeDarkButtonLink;
1948
1890
  }(DThemeDarkButtonAmbient));
1949
1891
 
@@ -2184,18 +2126,15 @@
2184
2126
  function DThemeDarkDialogSelect() {
2185
2127
  return _super !== null && _super.apply(this, arguments) || this;
2186
2128
  }
2129
+ DThemeDarkDialogSelect.prototype.getWidth = function () {
2130
+ return 480;
2131
+ };
2187
2132
  DThemeDarkDialogSelect.prototype.getOk = function () {
2188
2133
  return null;
2189
2134
  };
2190
2135
  DThemeDarkDialogSelect.prototype.getCancel = function () {
2191
2136
  return null;
2192
2137
  };
2193
- DThemeDarkDialogSelect.prototype.getNoteNoItemsText = function () {
2194
- return "No Items";
2195
- };
2196
- DThemeDarkDialogSelect.prototype.getNoteSearchingText = function () {
2197
- return "Searching...";
2198
- };
2199
2138
  DThemeDarkDialogSelect.prototype.getInputMarginVertical = function () {
2200
2139
  return 0;
2201
2140
  };
@@ -2344,10 +2283,10 @@
2344
2283
  if (state.inDisabled) {
2345
2284
  if (this._isStripeEnabled) {
2346
2285
  if (state.isAlternated) {
2347
- return this._backgroundColorEven;
2286
+ return this._backgroundColorOdd;
2348
2287
  }
2349
2288
  else {
2350
- return this._backgroundColorOdd;
2289
+ return this._backgroundColorEven;
2351
2290
  }
2352
2291
  }
2353
2292
  else {
@@ -2366,10 +2305,10 @@
2366
2305
  else {
2367
2306
  if (this._isStripeEnabled) {
2368
2307
  if (state.isAlternated) {
2369
- return this._backgroundColorEven;
2308
+ return this._backgroundColorOdd;
2370
2309
  }
2371
2310
  else {
2372
- return this._backgroundColorOdd;
2311
+ return this._backgroundColorEven;
2373
2312
  }
2374
2313
  }
2375
2314
  else {
@@ -2381,10 +2320,10 @@
2381
2320
  if (state.inDisabled) {
2382
2321
  if (this._isStripeEnabled) {
2383
2322
  if (state.isAlternated) {
2384
- return this._backgroundAlphaEven;
2323
+ return this._backgroundAlphaOdd;
2385
2324
  }
2386
2325
  else {
2387
- return this._backgroundAlphaOdd;
2326
+ return this._backgroundAlphaEven;
2388
2327
  }
2389
2328
  }
2390
2329
  else {
@@ -2403,10 +2342,10 @@
2403
2342
  else {
2404
2343
  if (this._isStripeEnabled) {
2405
2344
  if (state.isAlternated) {
2406
- return this._backgroundAlphaEven;
2345
+ return this._backgroundAlphaOdd;
2407
2346
  }
2408
2347
  else {
2409
- return this._backgroundAlphaOdd;
2348
+ return this._backgroundAlphaEven;
2410
2349
  }
2411
2350
  }
2412
2351
  else {
@@ -4954,9 +4893,6 @@
4954
4893
  DThemeDarkInputSearch.prototype.getPaddingRight = function () {
4955
4894
  return 31;
4956
4895
  };
4957
- DThemeDarkInputSearch.prototype.getImageTintColor = function (state) {
4958
- return DThemeDarkConstants.WEAK_HIGHLIGHT_COLOR;
4959
- };
4960
4896
  DThemeDarkInputSearch.prototype.getImageSource = function (state) {
4961
4897
  return DThemeDarkAtlas.mappings.input_search;
4962
4898
  };
@@ -5144,11 +5080,87 @@
5144
5080
  DThemeDark.set("DLayoutVertical", DThemeDarkLayoutVertical);
5145
5081
  };
5146
5082
 
5083
+ const DLinkMenuItemId = wcardinal.ui.DLinkMenuItemId;
5084
+
5085
+ /* eslint-disable prettier/prettier */
5086
+ DThemeDarkAtlas.add("link_mark", 24, 24, "<g>" +
5087
+ "<path fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" " +
5088
+ "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\" />" +
5089
+ "</g>");
5090
+ /* eslint-enable prettier/prettier */
5091
+ var DThemeDarkLink = /** @class */ (function () {
5092
+ function DThemeDarkLink() {
5093
+ }
5094
+ DThemeDarkLink.prototype.getImageSource = function (state) {
5095
+ return DThemeDarkAtlas.mappings.link_mark;
5096
+ };
5097
+ DThemeDarkLink.prototype.getMenuOptions = function () {
5098
+ return {
5099
+ sticky: true,
5100
+ align: "RIGHT",
5101
+ items: [
5102
+ {
5103
+ value: DLinkMenuItemId.OPEN_LINK,
5104
+ text: {
5105
+ value: this.getLabelOpenLink()
5106
+ }
5107
+ },
5108
+ {
5109
+ value: DLinkMenuItemId.OPEN_LINK_IN_NEW_WINDOW,
5110
+ text: {
5111
+ value: this.getLabelOpenLinkInNewWindow()
5112
+ }
5113
+ },
5114
+ {
5115
+ value: DLinkMenuItemId.COPY_LINK_ADDRESS,
5116
+ text: {
5117
+ value: this.getLabelCopyLinkAddress()
5118
+ }
5119
+ }
5120
+ ]
5121
+ };
5122
+ };
5123
+ DThemeDarkLink.prototype.getLabelOpenLink = function () {
5124
+ return "Open";
5125
+ };
5126
+ DThemeDarkLink.prototype.getLabelOpenLinkInNewWindow = function () {
5127
+ return "Open in new window";
5128
+ };
5129
+ DThemeDarkLink.prototype.getLabelCopyLinkAddress = function () {
5130
+ return "Copy link address";
5131
+ };
5132
+ return DThemeDarkLink;
5133
+ }());
5134
+
5135
+ /*
5136
+ * Copyright (C) 2019 Toshiba Corporation
5137
+ * SPDX-License-Identifier: Apache-2.0
5138
+ */
5139
+ var loadThemeDarkLink = function () {
5140
+ DThemeDark.set("DLink", DThemeDarkLink);
5141
+ };
5142
+
5143
+ /*
5144
+ * Copyright (C) 2019 Toshiba Corporation
5145
+ * SPDX-License-Identifier: Apache-2.0
5146
+ */
5147
+ var DThemeDarkListItemAmbient = /** @class */ (function (_super) {
5148
+ __extends(DThemeDarkListItemAmbient, _super);
5149
+ function DThemeDarkListItemAmbient() {
5150
+ return _super !== null && _super.apply(this, arguments) || this;
5151
+ }
5152
+ DThemeDarkListItemAmbient.prototype.newStyle = function () {
5153
+ return new DThemeDarkListItems(null, false, true);
5154
+ };
5155
+ return DThemeDarkListItemAmbient;
5156
+ }(DThemeDarkListItem));
5157
+
5147
5158
  /*
5148
5159
  * Copyright (C) 2019 Toshiba Corporation
5149
5160
  * SPDX-License-Identifier: Apache-2.0
5150
5161
  */
5151
5162
  var loadThemeDarkList = function () {
5163
+ DThemeDark.set("DListItemAmbient", DThemeDarkListItemAmbient);
5152
5164
  DThemeDark.set("DListItem", DThemeDarkListItem);
5153
5165
  DThemeDark.set("DList", DThemeDarkList);
5154
5166
  };
@@ -5509,15 +5521,16 @@
5509
5521
  * Copyright (C) 2019 Toshiba Corporation
5510
5522
  * SPDX-License-Identifier: Apache-2.0
5511
5523
  */
5512
- DThemeDarkLinks.init();
5513
5524
  var DThemeDarkMenuItemLink = /** @class */ (function (_super) {
5514
5525
  __extends(DThemeDarkMenuItemLink, _super);
5515
5526
  function DThemeDarkMenuItemLink() {
5516
- return _super !== null && _super.apply(this, arguments) || this;
5527
+ var _this = _super.call(this) || this;
5528
+ _this._link = DThemes.getInstance().get("DLink");
5529
+ return _this;
5517
5530
  }
5518
5531
  DThemeDarkMenuItemLink.prototype.getImageSource = function (state) {
5519
5532
  if (state.is(DBaseState.NEW_WINDOW)) {
5520
- return DThemeDarkLinks.getImageSource(state);
5533
+ return this._link.getImageSource(state);
5521
5534
  }
5522
5535
  return null;
5523
5536
  };
@@ -5533,9 +5546,6 @@
5533
5546
  DThemeDarkMenuItemLink.prototype.getImageAlignHorizontal = function () {
5534
5547
  return DAlignHorizontal.RIGHT;
5535
5548
  };
5536
- DThemeDarkMenuItemLink.prototype.getLinkMenuOptions = function () {
5537
- return DThemeDarkLinks.getLinkMenuOptions();
5538
- };
5539
5549
  return DThemeDarkMenuItemLink;
5540
5550
  }(DThemeDarkMenuItemText));
5541
5551
 
@@ -6067,8 +6077,98 @@
6067
6077
  DThemeDarkNote.prototype.getInteractive = function () {
6068
6078
  return DBaseInteractive.NONE;
6069
6079
  };
6080
+ DThemeDarkNote.prototype.getAlpha = function () {
6081
+ return 0.25;
6082
+ };
6083
+ DThemeDarkNote.prototype.getFontSize = function () {
6084
+ return 26;
6085
+ };
6086
+ DThemeDarkNote.prototype.getImageTintAlpha = function (state) {
6087
+ return 0.15;
6088
+ };
6089
+ DThemeDarkNote.prototype.getImageAlignWith = function () {
6090
+ return DAlignWith.TEXT;
6091
+ };
6092
+ DThemeDarkNote.prototype.getImageAlignHorizontal = function () {
6093
+ return DAlignHorizontal.LEFT;
6094
+ };
6095
+ DThemeDarkNote.prototype.getImageAlignVertical = function () {
6096
+ return DAlignVertical.MIDDLE;
6097
+ };
6070
6098
  return DThemeDarkNote;
6071
- }(DThemeDarkText));
6099
+ }(DThemeDarkImageBase));
6100
+
6101
+ /*
6102
+ * Copyright (C) 2019 Toshiba Corporation
6103
+ * SPDX-License-Identifier: Apache-2.0
6104
+ */
6105
+ /* eslint-disable prettier/prettier */
6106
+ DThemeDarkAtlas.add("note_erorr", 48, 48, "<g transform=\"translate(-3,3) scale(3,3)\">" +
6107
+ '<path d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z" fill="#fff"/>' +
6108
+ "</g>");
6109
+ /* eslint-enable prettier/prettier */
6110
+ var DThemeDarkNoteError = /** @class */ (function (_super) {
6111
+ __extends(DThemeDarkNoteError, _super);
6112
+ function DThemeDarkNoteError() {
6113
+ return _super !== null && _super.apply(this, arguments) || this;
6114
+ }
6115
+ DThemeDarkNoteError.prototype.newTextValue = function () {
6116
+ return "Error";
6117
+ };
6118
+ DThemeDarkNoteError.prototype.getImageSource = function (state) {
6119
+ return DThemeDarkAtlas.mappings.note_erorr;
6120
+ };
6121
+ return DThemeDarkNoteError;
6122
+ }(DThemeDarkNote));
6123
+
6124
+ /*
6125
+ * Copyright (C) 2019 Toshiba Corporation
6126
+ * SPDX-License-Identifier: Apache-2.0
6127
+ */
6128
+ /* eslint-disable prettier/prettier */
6129
+ DThemeDarkAtlas.add("note_no_items_found", 48, 48, "<g transform=\"translate(-3,3) scale(3,3)\">" +
6130
+ '<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' +
6131
+ '-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#fff"/>' +
6132
+ "</g>");
6133
+ /* eslint-enable prettier/prettier */
6134
+ var DThemeDarkNoteNoItemsFound = /** @class */ (function (_super) {
6135
+ __extends(DThemeDarkNoteNoItemsFound, _super);
6136
+ function DThemeDarkNoteNoItemsFound() {
6137
+ return _super !== null && _super.apply(this, arguments) || this;
6138
+ }
6139
+ DThemeDarkNoteNoItemsFound.prototype.newTextValue = function () {
6140
+ return "No items found";
6141
+ };
6142
+ DThemeDarkNoteNoItemsFound.prototype.getImageSource = function (state) {
6143
+ return DThemeDarkAtlas.mappings.note_no_items_found;
6144
+ };
6145
+ return DThemeDarkNoteNoItemsFound;
6146
+ }(DThemeDarkNote));
6147
+
6148
+ /*
6149
+ * Copyright (C) 2019 Toshiba Corporation
6150
+ * SPDX-License-Identifier: Apache-2.0
6151
+ */
6152
+ /* eslint-disable prettier/prettier */
6153
+ DThemeDarkAtlas.add("note_searching", 48, 48, "<g transform=\"translate(-3,3) scale(3,3)\">" +
6154
+ "<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 " +
6155
+ "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 " +
6156
+ "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\"/>" +
6157
+ "</g>");
6158
+ /* eslint-enable prettier/prettier */
6159
+ var DThemeDarkNoteSearching = /** @class */ (function (_super) {
6160
+ __extends(DThemeDarkNoteSearching, _super);
6161
+ function DThemeDarkNoteSearching() {
6162
+ return _super !== null && _super.apply(this, arguments) || this;
6163
+ }
6164
+ DThemeDarkNoteSearching.prototype.newTextValue = function () {
6165
+ return "Searching";
6166
+ };
6167
+ DThemeDarkNoteSearching.prototype.getImageSource = function (state) {
6168
+ return DThemeDarkAtlas.mappings.note_searching;
6169
+ };
6170
+ return DThemeDarkNoteSearching;
6171
+ }(DThemeDarkNote));
6072
6172
 
6073
6173
  /*
6074
6174
  * Copyright (C) 2019 Toshiba Corporation
@@ -6076,6 +6176,9 @@
6076
6176
  */
6077
6177
  var loadThemeDarkNote = function () {
6078
6178
  DThemeDark.set("DNote", DThemeDarkNote);
6179
+ DThemeDark.set("DNoteError", DThemeDarkNoteError);
6180
+ DThemeDark.set("DNoteNoItemsFound", DThemeDarkNoteNoItemsFound);
6181
+ DThemeDark.set("DNoteSearching", DThemeDarkNoteSearching);
6079
6182
  };
6080
6183
 
6081
6184
  /*
@@ -7652,20 +7755,18 @@
7652
7755
  * Copyright (C) 2019 Toshiba Corporation
7653
7756
  * SPDX-License-Identifier: Apache-2.0
7654
7757
  */
7655
- DThemeDarkLinks.init();
7656
7758
  var DThemeDarkTableBodyCellLink = /** @class */ (function (_super) {
7657
7759
  __extends(DThemeDarkTableBodyCellLink, _super);
7658
7760
  function DThemeDarkTableBodyCellLink() {
7659
- return _super !== null && _super.apply(this, arguments) || this;
7761
+ var _this = _super.call(this) || this;
7762
+ _this._link = DThemes.getInstance().get("DLink");
7763
+ return _this;
7660
7764
  }
7661
7765
  DThemeDarkTableBodyCellLink.prototype.getImageTintColor = function (state) {
7662
7766
  return DThemeDarkTableBodyCells.getImageTintColor(state, true);
7663
7767
  };
7664
7768
  DThemeDarkTableBodyCellLink.prototype.getImageSource = function (state) {
7665
- return DThemeDarkLinks.getImageSource(state);
7666
- };
7667
- DThemeDarkTableBodyCellLink.prototype.getLinkMenuOptions = function () {
7668
- return DThemeDarkLinks.getLinkMenuOptions();
7769
+ return this._link.getImageSource(state);
7669
7770
  };
7670
7771
  return DThemeDarkTableBodyCellLink;
7671
7772
  }(DThemeDarkTableBodyCellButton));
@@ -7809,7 +7910,6 @@
7809
7910
  * Copyright (C) 2019 Toshiba Corporation
7810
7911
  * SPDX-License-Identifier: Apache-2.0
7811
7912
  */
7812
- DThemeDarkLinks.init();
7813
7913
  DThemeDarkTableBodyCellTrees.init();
7814
7914
  var DThemeDarkTableBodyCellTree = /** @class */ (function (_super) {
7815
7915
  __extends(DThemeDarkTableBodyCellTree, _super);
@@ -7834,9 +7934,6 @@
7834
7934
  DThemeDarkTableBodyCellTree.prototype.getImageTintAlpha = function (state) {
7835
7935
  return this.getAlpha(state) * 0.5;
7836
7936
  };
7837
- DThemeDarkTableBodyCellTree.prototype.getLinkMenuOptions = function () {
7838
- return DThemeDarkLinks.getLinkMenuOptions();
7839
- };
7840
7937
  return DThemeDarkTableBodyCellTree;
7841
7938
  }(DThemeDarkTableBodyCellButton));
7842
7939
 
@@ -7882,7 +7979,7 @@
7882
7979
  }
7883
7980
  DThemeDarkTableBodyRow.prototype.getBackgroundColor = function (state) {
7884
7981
  if (state.inDisabled) {
7885
- return state.isAlternated ? this.BACKGROUND_COLOR_EVEN : this.BACKGROUND_COLOR_ODD;
7982
+ return state.isAlternated ? this.BACKGROUND_COLOR_ODD : this.BACKGROUND_COLOR_EVEN;
7886
7983
  }
7887
7984
  else if (state.isActive) {
7888
7985
  return DThemeDarkConstants.HIGHLIGHT_BLENDED_ON_BOARD;
@@ -7891,7 +7988,7 @@
7891
7988
  return DThemeDarkConstants.WEAK_HIGHLIGHT_BLENDED_ON_BOARD;
7892
7989
  }
7893
7990
  else {
7894
- return state.isAlternated ? this.BACKGROUND_COLOR_EVEN : this.BACKGROUND_COLOR_ODD;
7991
+ return state.isAlternated ? this.BACKGROUND_COLOR_ODD : this.BACKGROUND_COLOR_EVEN;
7895
7992
  }
7896
7993
  };
7897
7994
  DThemeDarkTableBodyRow.prototype.getWidth = function () {
@@ -8391,6 +8488,7 @@
8391
8488
  loadThemeDarkImage();
8392
8489
  loadThemeDarkInputAll();
8393
8490
  loadThemeDarkLayout();
8491
+ loadThemeDarkLink();
8394
8492
  loadThemeDarkList();
8395
8493
  loadThemeDarkTree();
8396
8494
  loadThemeDarkMenu();
@@ -8476,6 +8574,7 @@
8476
8574
  loadThemeDarkInputTextArea: loadThemeDarkInputTextArea,
8477
8575
  loadThemeDarkInputText: loadThemeDarkInputText,
8478
8576
  loadThemeDarkLayout: loadThemeDarkLayout,
8577
+ loadThemeDarkLink: loadThemeDarkLink,
8479
8578
  loadThemeDarkList: loadThemeDarkList,
8480
8579
  loadThemeDarkTree: loadThemeDarkTree,
8481
8580
  loadThemeDarkMenu: loadThemeDarkMenu,
@@ -8562,6 +8661,8 @@
8562
8661
  DThemeDarkDialogSelectListItem: DThemeDarkDialogSelectListItem,
8563
8662
  DThemeDarkDialogTime: DThemeDarkDialogTime,
8564
8663
  DThemeDarkDropdown: DThemeDarkDropdown,
8664
+ DThemeDarkExpandable: DThemeDarkExpandable,
8665
+ DThemeDarkExpandableHeader: DThemeDarkExpandableHeader,
8565
8666
  DThemeDarkFont: DThemeDarkFont,
8566
8667
  DThemeDarkHtmlElement: DThemeDarkHtmlElement,
8567
8668
  DThemeDarkImage: DThemeDarkImage,
@@ -8583,8 +8684,8 @@
8583
8684
  DThemeDarkLayoutSpace: DThemeDarkLayoutSpace,
8584
8685
  DThemeDarkLayoutVertical: DThemeDarkLayoutVertical,
8585
8686
  DThemeDarkLayout: DThemeDarkLayout,
8586
- DThemeDarkExpandable: DThemeDarkExpandable,
8587
- DThemeDarkExpandableHeader: DThemeDarkExpandableHeader,
8687
+ DThemeDarkLink: DThemeDarkLink,
8688
+ DThemeDarkListItemAmbient: DThemeDarkListItemAmbient,
8588
8689
  DThemeDarkListItem: DThemeDarkListItem,
8589
8690
  DThemeDarkListItems: DThemeDarkListItems,
8590
8691
  DThemeDarkList: DThemeDarkList,
@@ -8623,6 +8724,9 @@
8623
8724
  DThemeDarkMenuSidedItemSeparator: DThemeDarkMenuSidedItemSeparator,
8624
8725
  DThemeDarkMenuSidedItemSpace: DThemeDarkMenuSidedItemSpace,
8625
8726
  DThemeDarkMenuSidedItemText: DThemeDarkMenuSidedItemText,
8727
+ DThemeDarkNoteError: DThemeDarkNoteError,
8728
+ DThemeDarkNoteNoItemsFound: DThemeDarkNoteNoItemsFound,
8729
+ DThemeDarkNoteSearching: DThemeDarkNoteSearching,
8626
8730
  DThemeDarkNote: DThemeDarkNote,
8627
8731
  DThemeDarkPagination: DThemeDarkPagination,
8628
8732
  DThemeDarkPaginationNavigationButton: DThemeDarkPaginationNavigationButton,