@wcardinal/wcardinal-ui 0.434.0 → 0.436.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 (45) hide show
  1. package/dist/types/wcardinal/ui/d-layout-board.d.ts +16 -0
  2. package/dist/types/wcardinal/ui/index.d.ts +1 -0
  3. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-layout-board.d.ts +10 -0
  4. package/dist/types/wcardinal/ui/theme/dark/index-zz-zz.d.ts +1 -0
  5. package/dist/types/wcardinal/ui/theme/white/d-theme-white-layout-board.d.ts +10 -0
  6. package/dist/types/wcardinal/ui/theme/white/index-zz-zz.d.ts +1 -0
  7. package/dist/wcardinal/ui/d-diagram-canvas-editor-snap.js +10 -5
  8. package/dist/wcardinal/ui/d-diagram-canvas-editor-snap.js.map +1 -1
  9. package/dist/wcardinal/ui/d-layout-board.js +26 -0
  10. package/dist/wcardinal/ui/d-layout-board.js.map +1 -0
  11. package/dist/wcardinal/ui/index.js +1 -0
  12. package/dist/wcardinal/ui/index.js.map +1 -1
  13. package/dist/wcardinal/ui/theme/dark/d-theme-dark-layout-board.js +29 -0
  14. package/dist/wcardinal/ui/theme/dark/d-theme-dark-layout-board.js.map +1 -0
  15. package/dist/wcardinal/ui/theme/dark/index-zz-zz.js +1 -0
  16. package/dist/wcardinal/ui/theme/dark/index-zz-zz.js.map +1 -1
  17. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-layout.js +2 -0
  18. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-layout.js.map +1 -1
  19. package/dist/wcardinal/ui/theme/white/d-theme-white-layout-board.js +29 -0
  20. package/dist/wcardinal/ui/theme/white/d-theme-white-layout-board.js.map +1 -0
  21. package/dist/wcardinal/ui/theme/white/index-zz-zz.js +1 -0
  22. package/dist/wcardinal/ui/theme/white/index-zz-zz.js.map +1 -1
  23. package/dist/wcardinal/ui/theme/white/load/load-theme-white-layout.js +2 -0
  24. package/dist/wcardinal/ui/theme/white/load/load-theme-white-layout.js.map +1 -1
  25. package/dist/wcardinal-ui-theme-dark-en-us.js +28 -1
  26. package/dist/wcardinal-ui-theme-dark-en-us.min.js +2 -2
  27. package/dist/wcardinal-ui-theme-dark-en-us.min.js.map +1 -1
  28. package/dist/wcardinal-ui-theme-dark-ja-jp.js +28 -1
  29. package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +2 -2
  30. package/dist/wcardinal-ui-theme-dark-ja-jp.min.js.map +1 -1
  31. package/dist/wcardinal-ui-theme-dark.js +28 -1
  32. package/dist/wcardinal-ui-theme-dark.min.js +2 -2
  33. package/dist/wcardinal-ui-theme-white-en-us.js +28 -1
  34. package/dist/wcardinal-ui-theme-white-en-us.min.js +2 -2
  35. package/dist/wcardinal-ui-theme-white-en-us.min.js.map +1 -1
  36. package/dist/wcardinal-ui-theme-white-ja-jp.js +28 -1
  37. package/dist/wcardinal-ui-theme-white-ja-jp.min.js +2 -2
  38. package/dist/wcardinal-ui-theme-white-ja-jp.min.js.map +1 -1
  39. package/dist/wcardinal-ui-theme-white.js +28 -1
  40. package/dist/wcardinal-ui-theme-white.min.js +2 -2
  41. package/dist/wcardinal-ui.cjs.js +89 -6
  42. package/dist/wcardinal-ui.js +35 -6
  43. package/dist/wcardinal-ui.min.js +2 -2
  44. package/dist/wcardinal-ui.min.js.map +1 -1
  45. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- Winter Cardinal UI v0.434.0
2
+ Winter Cardinal UI v0.436.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -3184,6 +3184,31 @@
3184
3184
  DThemeWhite.set("DInputText", DThemeWhiteInputText);
3185
3185
  };
3186
3186
 
3187
+ /*
3188
+ * Copyright (C) 2019 Toshiba Corporation
3189
+ * SPDX-License-Identifier: Apache-2.0
3190
+ */
3191
+ var DThemeWhiteLayoutBoard = /** @class */ (function (_super) {
3192
+ __extends(DThemeWhiteLayoutBoard, _super);
3193
+ function DThemeWhiteLayoutBoard() {
3194
+ return _super !== null && _super.apply(this, arguments) || this;
3195
+ }
3196
+ DThemeWhiteLayoutBoard.prototype.getBackgroundColor = function (state) {
3197
+ return null;
3198
+ };
3199
+ DThemeWhiteLayoutBoard.prototype.getBorderColor = function (state) {
3200
+ return null;
3201
+ };
3202
+ DThemeWhiteLayoutBoard.prototype.getInteractive = function () {
3203
+ return DBaseInteractive.CHILDREN;
3204
+ };
3205
+ DThemeWhiteLayoutBoard.prototype.newState = function (state) {
3206
+ _super.prototype.newState.call(this, state);
3207
+ state.isFocusable = false;
3208
+ };
3209
+ return DThemeWhiteLayoutBoard;
3210
+ }(DThemeWhiteBase));
3211
+
3187
3212
  /*
3188
3213
  * Copyright (C) 2019 Toshiba Corporation
3189
3214
  * SPDX-License-Identifier: Apache-2.0
@@ -3227,6 +3252,7 @@
3227
3252
  DThemeWhite.set("DLayoutHorizontal", DThemeWhiteLayoutHorizontal);
3228
3253
  DThemeWhite.set("DLayoutSpace", DThemeWhiteLayoutSpace);
3229
3254
  DThemeWhite.set("DLayoutVertical", DThemeWhiteLayoutVertical);
3255
+ DThemeWhite.set("DLayoutBoard", DThemeWhiteLayoutBoard);
3230
3256
  };
3231
3257
 
3232
3258
  const UtilGestureMode = wcardinal.ui.UtilGestureMode;
@@ -10042,6 +10068,7 @@
10042
10068
  DThemeWhiteInputTextArea: DThemeWhiteInputTextArea,
10043
10069
  DThemeWhiteInputText: DThemeWhiteInputText,
10044
10070
  DThemeWhiteInput: DThemeWhiteInput,
10071
+ DThemeWhiteLayoutBoard: DThemeWhiteLayoutBoard,
10045
10072
  DThemeWhiteLayoutHorizontal: DThemeWhiteLayoutHorizontal,
10046
10073
  DThemeWhiteLayoutSpace: DThemeWhiteLayoutSpace,
10047
10074
  DThemeWhiteLayoutVertical: DThemeWhiteLayoutVertical,