@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
20 lines • 1.01 kB
JavaScript
import { __extends } from "tslib";
import { ESubthemeDefaultEditorShapeButton } from "./e-subtheme-default-editor-shape-button";
var ESubthemeDefaultJaJpEditorShapeButton = /** @class */ (function (_super) {
__extends(ESubthemeDefaultJaJpEditorShapeButton, _super);
function ESubthemeDefaultJaJpEditorShapeButton() {
return _super !== null && _super.apply(this, arguments) || this;
}
ESubthemeDefaultJaJpEditorShapeButton.prototype.getCheckIsToggleLabel = function () {
return "トグル";
};
ESubthemeDefaultJaJpEditorShapeButton.prototype.getCheckIsGroupedLabel = function () {
return "グルーピング";
};
ESubthemeDefaultJaJpEditorShapeButton.prototype.getCheckIsActiveLabel = function () {
return "アクティブ";
};
return ESubthemeDefaultJaJpEditorShapeButton;
}(ESubthemeDefaultEditorShapeButton));
export { ESubthemeDefaultJaJpEditorShapeButton };
//# sourceMappingURL=e-subtheme-default-ja-jp-editor-shape-button.js.map