@wcardinal/wcardinal-ui 0.398.0 → 0.399.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-base-state-set-impl.d.ts +5 -0
- package/dist/types/wcardinal/ui/d-base-state-set.d.ts +4 -0
- package/dist/types/wcardinal/ui/d-base-state.d.ts +1 -0
- package/dist/types/wcardinal/ui/d-base.d.ts +13 -1
- package/dist/types/wcardinal/ui/d-button-color.d.ts +0 -3
- package/dist/types/wcardinal/ui/d-image-base-theme-wrapper-other.d.ts +19 -0
- package/dist/types/wcardinal/ui/d-image-base-theme-wrapper-secondary.d.ts +3 -1
- package/dist/types/wcardinal/ui/d-image-base-theme-wrapper-tertiary.d.ts +3 -1
- package/dist/types/wcardinal/ui/d-image-base.d.ts +11 -26
- package/dist/types/wcardinal/ui/d-image-piece-align-impl.d.ts +23 -0
- package/dist/types/wcardinal/ui/d-image-piece-align.d.ts +14 -0
- package/dist/types/wcardinal/ui/d-image-piece-container-impl.d.ts +24 -0
- package/dist/types/wcardinal/ui/d-image-piece-container.d.ts +12 -0
- package/dist/types/wcardinal/ui/d-image-piece-impl.d.ts +60 -0
- package/dist/types/wcardinal/ui/d-image-piece-layouter-part-bottom.d.ts +3 -0
- package/dist/types/wcardinal/ui/d-image-piece-layouter-part-center.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-image-piece-layouter-part-left.d.ts +3 -0
- package/dist/types/wcardinal/ui/d-image-piece-layouter-part-middle.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-image-piece-layouter-part-right.d.ts +3 -0
- package/dist/types/wcardinal/ui/d-image-piece-layouter-part-top.d.ts +3 -0
- package/dist/types/wcardinal/ui/d-image-piece-layouter-part.d.ts +4 -2
- package/dist/types/wcardinal/ui/d-image-piece-margin-impl.d.ts +17 -0
- package/dist/types/wcardinal/ui/d-image-piece-margin.d.ts +9 -0
- package/dist/types/wcardinal/ui/d-image-piece-tint-impl.d.ts +23 -0
- package/dist/types/wcardinal/ui/d-image-piece-tint.d.ts +13 -0
- package/dist/types/wcardinal/ui/d-image-piece.d.ts +14 -77
- package/dist/types/wcardinal/ui/d-indicator-processing.d.ts +69 -0
- package/dist/types/wcardinal/ui/index.d.ts +11 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-processing.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-en-us-indicator-processing.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-image-base.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-indicator-processing.d.ts +13 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-processing.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-indicator-processing.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/dark/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/index-zz-zz.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-indicator-processing.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-indicator-processing.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-processing.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-en-us-indicator-processing.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-image-base.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-indicator-processing.d.ts +13 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-processing.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-ja-jp-indicator-processing.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/index-zz-zz.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-indicator-processing.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-indicator-processing.d.ts +1 -0
- package/dist/wcardinal/ui/d-base-state-set-impl.js +31 -0
- package/dist/wcardinal/ui/d-base-state-set-impl.js.map +1 -1
- package/dist/wcardinal/ui/d-base-state-set.js.map +1 -1
- package/dist/wcardinal/ui/d-base-state.js +1 -0
- package/dist/wcardinal/ui/d-base-state.js.map +1 -1
- package/dist/wcardinal/ui/d-base.js +63 -7
- package/dist/wcardinal/ui/d-base.js.map +1 -1
- package/dist/wcardinal/ui/d-button-color.js +6 -29
- package/dist/wcardinal/ui/d-button-color.js.map +1 -1
- package/dist/wcardinal/ui/d-dialog-processing.js +3 -2
- package/dist/wcardinal/ui/d-dialog-processing.js.map +1 -1
- package/dist/wcardinal/ui/d-image-base-theme-wrapper-other.js +35 -0
- package/dist/wcardinal/ui/d-image-base-theme-wrapper-other.js.map +1 -0
- package/dist/wcardinal/ui/d-image-base-theme-wrapper-secondary.js +5 -1
- package/dist/wcardinal/ui/d-image-base-theme-wrapper-secondary.js.map +1 -1
- package/dist/wcardinal/ui/d-image-base-theme-wrapper-tertiary.js +5 -1
- package/dist/wcardinal/ui/d-image-base-theme-wrapper-tertiary.js.map +1 -1
- package/dist/wcardinal/ui/d-image-base.js +22 -51
- package/dist/wcardinal/ui/d-image-base.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-align-impl.js +89 -0
- package/dist/wcardinal/ui/d-image-piece-align-impl.js.map +1 -0
- package/dist/wcardinal/ui/d-image-piece-align.js +2 -0
- package/dist/wcardinal/ui/d-image-piece-align.js.map +1 -0
- package/dist/wcardinal/ui/d-image-piece-container-impl.js +108 -0
- package/dist/wcardinal/ui/d-image-piece-container-impl.js.map +1 -0
- package/dist/wcardinal/ui/d-image-piece-container.js +2 -0
- package/dist/wcardinal/ui/d-image-piece-container.js.map +1 -0
- package/dist/wcardinal/ui/d-image-piece-impl.js +235 -0
- package/dist/wcardinal/ui/d-image-piece-impl.js.map +1 -0
- package/dist/wcardinal/ui/d-image-piece-layouter-part-bottom.js +15 -4
- package/dist/wcardinal/ui/d-image-piece-layouter-part-bottom.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter-part-center.js +6 -3
- package/dist/wcardinal/ui/d-image-piece-layouter-part-center.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter-part-container.js +13 -17
- package/dist/wcardinal/ui/d-image-piece-layouter-part-container.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter-part-left.js +15 -4
- package/dist/wcardinal/ui/d-image-piece-layouter-part-left.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter-part-middle.js +8 -5
- package/dist/wcardinal/ui/d-image-piece-layouter-part-middle.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter-part-right.js +15 -4
- package/dist/wcardinal/ui/d-image-piece-layouter-part-right.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter-part-top.js +15 -4
- package/dist/wcardinal/ui/d-image-piece-layouter-part-top.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter-part.js +1 -6
- package/dist/wcardinal/ui/d-image-piece-layouter-part.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter.js +2 -2
- package/dist/wcardinal/ui/d-image-piece-layouter.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-margin-impl.js +55 -0
- package/dist/wcardinal/ui/d-image-piece-margin-impl.js.map +1 -0
- package/dist/wcardinal/ui/d-image-piece-margin.js +2 -0
- package/dist/wcardinal/ui/d-image-piece-margin.js.map +1 -0
- package/dist/wcardinal/ui/d-image-piece-tint-impl.js +90 -0
- package/dist/wcardinal/ui/d-image-piece-tint-impl.js.map +1 -0
- package/dist/wcardinal/ui/d-image-piece-tint.js +2 -0
- package/dist/wcardinal/ui/d-image-piece-tint.js.map +1 -0
- package/dist/wcardinal/ui/d-image-piece.js +1 -287
- package/dist/wcardinal/ui/d-image-piece.js.map +1 -1
- package/dist/wcardinal/ui/d-indicator-processing.js +216 -0
- package/dist/wcardinal/ui/d-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/d-table-header-cell.js +10 -5
- package/dist/wcardinal/ui/d-table-header-cell.js.map +1 -1
- package/dist/wcardinal/ui/d-text-base.js +9 -1
- package/dist/wcardinal/ui/d-text-base.js.map +1 -1
- package/dist/wcardinal/ui/index.js +11 -0
- package/dist/wcardinal/ui/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-processing.js +2 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-processing.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-indicator-processing.js +19 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-image-base.js +9 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-image-base.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-indicator-processing.js +68 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-processing.js +2 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-processing.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-indicator-processing.js +19 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index-zz-zz.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/dark/load/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-indicator-processing.js +10 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-indicator-processing.js +10 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-processing.js +2 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-processing.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-indicator-processing.js +19 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-image-base.js +9 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-image-base.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-indicator-processing.js +68 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-processing.js +2 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-processing.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-indicator-processing.js +19 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index-zz-zz.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/white/load/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-indicator-processing.js +10 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-indicator-processing.js +10 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-indicator-processing.js.map +1 -0
- package/dist/wcardinal/ui/util/util-svg-atlas-builder.js +1 -1
- package/dist/wcardinal/ui/util/util-svg-atlas-builder.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark-en-us.js +105 -3
- package/dist/wcardinal-ui-theme-dark-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark-ja-jp.js +105 -3
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +105 -3
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.js +105 -3
- package/dist/wcardinal-ui-theme-white-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white-ja-jp.js +105 -3
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +105 -3
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui.cjs.js +1391 -502
- package/dist/wcardinal-ui.js +1125 -494
- 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.399.0
|
|
3
3
|
Copyright (C) 2019 Toshiba Corporation
|
|
4
4
|
SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
|
|
@@ -467,6 +467,9 @@
|
|
|
467
467
|
DThemeWhiteImageBase.prototype.getImageTintAlpha = function (state) {
|
|
468
468
|
return this.getAlpha(state);
|
|
469
469
|
};
|
|
470
|
+
DThemeWhiteImageBase.prototype.getImageRotation = function (state) {
|
|
471
|
+
return 0;
|
|
472
|
+
};
|
|
470
473
|
DThemeWhiteImageBase.prototype.getImageSource = function (state) {
|
|
471
474
|
return null;
|
|
472
475
|
};
|
|
@@ -491,6 +494,9 @@
|
|
|
491
494
|
DThemeWhiteImageBase.prototype.getSecondaryImageTintAlpha = function (state) {
|
|
492
495
|
return this.getImageTintAlpha(state);
|
|
493
496
|
};
|
|
497
|
+
DThemeWhiteImageBase.prototype.getSecondaryImageRotation = function (state) {
|
|
498
|
+
return this.getImageRotation(state);
|
|
499
|
+
};
|
|
494
500
|
DThemeWhiteImageBase.prototype.getTertiaryImageAlignHorizontal = function () {
|
|
495
501
|
return this.getImageAlignHorizontal();
|
|
496
502
|
};
|
|
@@ -512,6 +518,9 @@
|
|
|
512
518
|
DThemeWhiteImageBase.prototype.getTertiaryImageTintAlpha = function (state) {
|
|
513
519
|
return this.getImageTintAlpha(state);
|
|
514
520
|
};
|
|
521
|
+
DThemeWhiteImageBase.prototype.getTertiaryImageRotation = function (state) {
|
|
522
|
+
return this.getImageRotation(state);
|
|
523
|
+
};
|
|
515
524
|
return DThemeWhiteImageBase;
|
|
516
525
|
}(DThemeWhiteTextBase));
|
|
517
526
|
|
|
@@ -7747,7 +7756,7 @@
|
|
|
7747
7756
|
* Copyright (C) 2019 Toshiba Corporation
|
|
7748
7757
|
* SPDX-License-Identifier: Apache-2.0
|
|
7749
7758
|
*/
|
|
7750
|
-
var
|
|
7759
|
+
var dThemeWhiteEnUsDialogProcessingMessage = function (state) {
|
|
7751
7760
|
if (state.isSucceeded) {
|
|
7752
7761
|
return "Processed successfully";
|
|
7753
7762
|
}
|
|
@@ -7772,7 +7781,7 @@
|
|
|
7772
7781
|
};
|
|
7773
7782
|
};
|
|
7774
7783
|
DThemeWhiteEnUsDialogProcessing.prototype.getMessage = function () {
|
|
7775
|
-
return
|
|
7784
|
+
return dThemeWhiteEnUsDialogProcessingMessage;
|
|
7776
7785
|
};
|
|
7777
7786
|
return DThemeWhiteEnUsDialogProcessing;
|
|
7778
7787
|
}(DThemeWhiteDialogProcessing));
|
|
@@ -9655,6 +9664,94 @@
|
|
|
9655
9664
|
loadThemeWhiteMenu();
|
|
9656
9665
|
};
|
|
9657
9666
|
|
|
9667
|
+
/*
|
|
9668
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
9669
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
9670
|
+
*/
|
|
9671
|
+
// Material Design icons by Google.
|
|
9672
|
+
// Apache license version 2.0.
|
|
9673
|
+
/* eslint-disable prettier/prettier */
|
|
9674
|
+
DThemeWhiteAtlas.add("button_process_processing", 24, 24, "<g transform=\"scale(0.025,0.025) translate(0,960)\">" +
|
|
9675
|
+
"<path d=\"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T" +
|
|
9676
|
+
"480-880q17 0 28.5 11.5T520-840q0 17-11.5 28.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133" +
|
|
9677
|
+
" 0 226.5-93.5T800-480q0-17 11.5-28.5T840-520q17 0 28.5 11.5T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 8" +
|
|
9678
|
+
"6T480-80Z\" fill=\"#fff\"/>" +
|
|
9679
|
+
"</g>");
|
|
9680
|
+
DThemeWhiteAtlas.add("button_process_success", 24, 24, "<g transform=\"scale(0.025,0.025) translate(0,960)\">" +
|
|
9681
|
+
"<path d=\"M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z\" fill=\"#fff\" />" +
|
|
9682
|
+
"</g>");
|
|
9683
|
+
DThemeWhiteAtlas.add("button_process_fail", 24, 24, "<g transform=\"scale(0.025,0.025) translate(0,960)\">" +
|
|
9684
|
+
"<path d=\"m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z\" fill=\"#fff\" />" +
|
|
9685
|
+
"</g>");
|
|
9686
|
+
/* eslint-enable prettier/prettier */
|
|
9687
|
+
var imageSource = function (state) {
|
|
9688
|
+
if (state.isProcessing) {
|
|
9689
|
+
return DThemeWhiteAtlas.mappings.button_process_processing;
|
|
9690
|
+
}
|
|
9691
|
+
else if (state.isSucceeded) {
|
|
9692
|
+
return DThemeWhiteAtlas.mappings.button_process_success;
|
|
9693
|
+
}
|
|
9694
|
+
else {
|
|
9695
|
+
return DThemeWhiteAtlas.mappings.button_process_fail;
|
|
9696
|
+
}
|
|
9697
|
+
};
|
|
9698
|
+
var imageRotation = function (state) {
|
|
9699
|
+
var value = state.valueOf(DBaseState.PROCESSING);
|
|
9700
|
+
if (value != null) {
|
|
9701
|
+
return value * Math.PI * 0.02;
|
|
9702
|
+
}
|
|
9703
|
+
return 0;
|
|
9704
|
+
};
|
|
9705
|
+
var DThemeWhiteIndicatorProcess = /** @class */ (function () {
|
|
9706
|
+
function DThemeWhiteIndicatorProcess() {
|
|
9707
|
+
}
|
|
9708
|
+
DThemeWhiteIndicatorProcess.prototype.getProcessDoneDelay = function () {
|
|
9709
|
+
return 400;
|
|
9710
|
+
};
|
|
9711
|
+
DThemeWhiteIndicatorProcess.prototype.getProcessCloseDelay = function () {
|
|
9712
|
+
return 3000;
|
|
9713
|
+
};
|
|
9714
|
+
DThemeWhiteIndicatorProcess.prototype.isProcessTextEnabled = function () {
|
|
9715
|
+
return false;
|
|
9716
|
+
};
|
|
9717
|
+
DThemeWhiteIndicatorProcess.prototype.isProcessImageEnabled = function () {
|
|
9718
|
+
return true;
|
|
9719
|
+
};
|
|
9720
|
+
DThemeWhiteIndicatorProcess.prototype.getProcessImageIndex = function () {
|
|
9721
|
+
return 0;
|
|
9722
|
+
};
|
|
9723
|
+
DThemeWhiteIndicatorProcess.prototype.newProcessImageSource = function () {
|
|
9724
|
+
return imageSource;
|
|
9725
|
+
};
|
|
9726
|
+
DThemeWhiteIndicatorProcess.prototype.newProcessImageRotation = function () {
|
|
9727
|
+
return imageRotation;
|
|
9728
|
+
};
|
|
9729
|
+
return DThemeWhiteIndicatorProcess;
|
|
9730
|
+
}());
|
|
9731
|
+
|
|
9732
|
+
/*
|
|
9733
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
9734
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
9735
|
+
*/
|
|
9736
|
+
var DThemeWhiteEnUsIndicatorProcessing = /** @class */ (function (_super) {
|
|
9737
|
+
__extends(DThemeWhiteEnUsIndicatorProcessing, _super);
|
|
9738
|
+
function DThemeWhiteEnUsIndicatorProcessing() {
|
|
9739
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
9740
|
+
}
|
|
9741
|
+
DThemeWhiteEnUsIndicatorProcessing.prototype.newProcessTextValue = function () {
|
|
9742
|
+
return dThemeWhiteEnUsDialogProcessingMessage;
|
|
9743
|
+
};
|
|
9744
|
+
return DThemeWhiteEnUsIndicatorProcessing;
|
|
9745
|
+
}(DThemeWhiteIndicatorProcess));
|
|
9746
|
+
|
|
9747
|
+
/*
|
|
9748
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
9749
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
9750
|
+
*/
|
|
9751
|
+
var loadThemeWhiteEnUsIndicatorProcessing = function () {
|
|
9752
|
+
DThemeWhite.set("DIndicatorProcessing", DThemeWhiteEnUsIndicatorProcessing);
|
|
9753
|
+
};
|
|
9754
|
+
|
|
9658
9755
|
/*
|
|
9659
9756
|
* Copyright (C) 2019 Toshiba Corporation
|
|
9660
9757
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -9674,6 +9771,7 @@
|
|
|
9674
9771
|
loadThemeWhiteExpandable();
|
|
9675
9772
|
loadThemeWhiteHtmlElement();
|
|
9676
9773
|
loadThemeWhiteImage();
|
|
9774
|
+
loadThemeWhiteEnUsIndicatorProcessing();
|
|
9677
9775
|
loadThemeWhiteEnUsInputAll();
|
|
9678
9776
|
loadThemeWhiteLayout();
|
|
9679
9777
|
loadThemeWhiteEnUsLink();
|
|
@@ -9788,6 +9886,7 @@
|
|
|
9788
9886
|
loadThemeWhiteEnUsDialogSaveAs: loadThemeWhiteEnUsDialogSaveAs,
|
|
9789
9887
|
loadThemeWhiteEnUsDialogSelect: loadThemeWhiteEnUsDialogSelect,
|
|
9790
9888
|
loadThemeWhiteEnUsDialogTime: loadThemeWhiteEnUsDialogTime,
|
|
9889
|
+
loadThemeWhiteEnUsIndicatorProcessing: loadThemeWhiteEnUsIndicatorProcessing,
|
|
9791
9890
|
loadThemeWhiteEnUsInputAll: loadThemeWhiteEnUsInputAll,
|
|
9792
9891
|
loadThemeWhiteEnUsInputBoolean: loadThemeWhiteEnUsInputBoolean,
|
|
9793
9892
|
loadThemeWhiteEnUsLink: loadThemeWhiteEnUsLink,
|
|
@@ -9887,6 +9986,7 @@
|
|
|
9887
9986
|
DThemeWhiteHtmlElement: DThemeWhiteHtmlElement,
|
|
9888
9987
|
DThemeWhiteImageBase: DThemeWhiteImageBase,
|
|
9889
9988
|
DThemeWhiteImage: DThemeWhiteImage,
|
|
9989
|
+
DThemeWhiteIndicatorProcess: DThemeWhiteIndicatorProcess,
|
|
9890
9990
|
DThemeWhiteInputAndLabel: DThemeWhiteInputAndLabel,
|
|
9891
9991
|
DThemeWhiteInputBooleanButtonOff: DThemeWhiteInputBooleanButtonOff,
|
|
9892
9992
|
DThemeWhiteInputBooleanButtonOn: DThemeWhiteInputBooleanButtonOn,
|
|
@@ -10038,9 +10138,11 @@
|
|
|
10038
10138
|
DThemeWhiteEnUsDialogConfirm: DThemeWhiteEnUsDialogConfirm,
|
|
10039
10139
|
DThemeWhiteEnUsDialogLayeredFooter: DThemeWhiteEnUsDialogLayeredFooter,
|
|
10040
10140
|
DThemeWhiteEnUsDialogMessage: DThemeWhiteEnUsDialogMessage,
|
|
10141
|
+
dThemeWhiteEnUsDialogProcessingMessage: dThemeWhiteEnUsDialogProcessingMessage,
|
|
10041
10142
|
DThemeWhiteEnUsDialogProcessing: DThemeWhiteEnUsDialogProcessing,
|
|
10042
10143
|
DThemeWhiteEnUsDialogSaveAs: DThemeWhiteEnUsDialogSaveAs,
|
|
10043
10144
|
DThemeWhiteEnUsDialogSelect: DThemeWhiteEnUsDialogSelect,
|
|
10145
|
+
DThemeWhiteEnUsIndicatorProcessing: DThemeWhiteEnUsIndicatorProcessing,
|
|
10044
10146
|
DThemeWhiteEnUsInputBooleanButtonOff: DThemeWhiteEnUsInputBooleanButtonOff,
|
|
10045
10147
|
DThemeWhiteEnUsInputBooleanButtonOn: DThemeWhiteEnUsInputBooleanButtonOn,
|
|
10046
10148
|
DThemeWhiteEnUsLink: DThemeWhiteEnUsLink,
|