| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415 |
- "use strict";
- var __extends = (this && this.__extends) || (function () {
- var extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return function (d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
- })();
- /*!
- * devextreme-angular
- * Version: 19.1.16
- * Build date: Tue Oct 18 2022
- *
- * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
- *
- * This software may be modified and distributed under the terms
- * of the MIT license. See the LICENSE file in the root of the project for details.
- *
- * https://github.com/DevExpress/devextreme-angular
- */
- Object.defineProperty(exports, "__esModule", { value: true });
- var platform_browser_1 = require("@angular/platform-browser");
- var platform_browser_2 = require("@angular/platform-browser");
- var core_1 = require("@angular/core");
- var button_1 = require("devextreme/ui/button");
- var component_1 = require("../core/component");
- var template_host_1 = require("../core/template-host");
- var integration_1 = require("../core/integration");
- var template_1 = require("../core/template");
- var nested_option_1 = require("../core/nested-option");
- var watcher_helper_1 = require("../core/watcher-helper");
- /**
- * The Button widget is a simple button that performs specified commands when a user clicks it.
- */
- var DxButtonComponent = (function (_super) {
- __extends(DxButtonComponent, _super);
- function DxButtonComponent(elementRef, ngZone, templateHost, _watcherHelper, optionHost, transferState, platformId) {
- var _this = _super.call(this, elementRef, ngZone, templateHost, _watcherHelper, transferState, platformId) || this;
- _this._createEventEmitters([
- { subscribe: 'click', emit: 'onClick' },
- { subscribe: 'contentReady', emit: 'onContentReady' },
- { subscribe: 'disposing', emit: 'onDisposing' },
- { subscribe: 'initialized', emit: 'onInitialized' },
- { subscribe: 'optionChanged', emit: 'onOptionChanged' },
- { emit: 'accessKeyChange' },
- { emit: 'activeStateEnabledChange' },
- { emit: 'disabledChange' },
- { emit: 'elementAttrChange' },
- { emit: 'focusStateEnabledChange' },
- { emit: 'heightChange' },
- { emit: 'hintChange' },
- { emit: 'hoverStateEnabledChange' },
- { emit: 'iconChange' },
- { emit: 'rtlEnabledChange' },
- { emit: 'stylingModeChange' },
- { emit: 'tabIndexChange' },
- { emit: 'templateChange' },
- { emit: 'textChange' },
- { emit: 'typeChange' },
- { emit: 'useSubmitBehaviorChange' },
- { emit: 'validationGroupChange' },
- { emit: 'visibleChange' },
- { emit: 'widthChange' }
- ]);
- optionHost.setHost(_this);
- return _this;
- }
- Object.defineProperty(DxButtonComponent.prototype, "accessKey", {
- get: /**
- * Specifies the shortcut key that sets focus on the widget.
- */
- function () {
- return this._getOption('accessKey');
- },
- set: function (value) {
- this._setOption('accessKey', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "activeStateEnabled", {
- get: /**
- * A Boolean value specifying whether or not the widget changes its state when interacting with a user.
- */
- function () {
- return this._getOption('activeStateEnabled');
- },
- set: function (value) {
- this._setOption('activeStateEnabled', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "disabled", {
- get: /**
- * Specifies whether the widget responds to user interaction.
- */
- function () {
- return this._getOption('disabled');
- },
- set: function (value) {
- this._setOption('disabled', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "elementAttr", {
- get: /**
- * Specifies the attributes to be attached to the widget's root element.
- */
- function () {
- return this._getOption('elementAttr');
- },
- set: function (value) {
- this._setOption('elementAttr', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "focusStateEnabled", {
- get: /**
- * Specifies whether the widget can be focused using keyboard navigation.
- */
- function () {
- return this._getOption('focusStateEnabled');
- },
- set: function (value) {
- this._setOption('focusStateEnabled', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "height", {
- get: /**
- * Specifies the widget's height.
- */
- function () {
- return this._getOption('height');
- },
- set: function (value) {
- this._setOption('height', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "hint", {
- get: /**
- * Specifies text for a hint that appears when a user pauses on the widget.
- */
- function () {
- return this._getOption('hint');
- },
- set: function (value) {
- this._setOption('hint', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "hoverStateEnabled", {
- get: /**
- * Specifies whether the widget changes its state when a user pauses on it.
- */
- function () {
- return this._getOption('hoverStateEnabled');
- },
- set: function (value) {
- this._setOption('hoverStateEnabled', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "icon", {
- get: /**
- * Specifies the icon to be displayed on the button.
- */
- function () {
- return this._getOption('icon');
- },
- set: function (value) {
- this._setOption('icon', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "rtlEnabled", {
- get: /**
- * Switches the widget to a right-to-left representation.
- */
- function () {
- return this._getOption('rtlEnabled');
- },
- set: function (value) {
- this._setOption('rtlEnabled', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "stylingMode", {
- get: /**
- * Specifies how the button is styled.
- */
- function () {
- return this._getOption('stylingMode');
- },
- set: function (value) {
- this._setOption('stylingMode', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "tabIndex", {
- get: /**
- * Specifies the number of the element when the Tab key is used for navigating.
- */
- function () {
- return this._getOption('tabIndex');
- },
- set: function (value) {
- this._setOption('tabIndex', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "template", {
- get: /**
- * Specifies a custom template for the Button widget.
- */
- function () {
- return this._getOption('template');
- },
- set: function (value) {
- this._setOption('template', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "text", {
- get: /**
- * The text displayed on the button.
- */
- function () {
- return this._getOption('text');
- },
- set: function (value) {
- this._setOption('text', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "type", {
- get: /**
- * Specifies the button type.
- */
- function () {
- return this._getOption('type');
- },
- set: function (value) {
- this._setOption('type', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "useSubmitBehavior", {
- get: /**
- * Specifies whether or not the button must submit an HTML form.
- */
- function () {
- return this._getOption('useSubmitBehavior');
- },
- set: function (value) {
- this._setOption('useSubmitBehavior', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "validationGroup", {
- get: /**
- * Specifies the name of the validation group to be accessed in the click event handler.
- */
- function () {
- return this._getOption('validationGroup');
- },
- set: function (value) {
- this._setOption('validationGroup', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "visible", {
- get: /**
- * Specifies whether the widget is visible.
- */
- function () {
- return this._getOption('visible');
- },
- set: function (value) {
- this._setOption('visible', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxButtonComponent.prototype, "width", {
- get: /**
- * Specifies the widget's width.
- */
- function () {
- return this._getOption('width');
- },
- set: function (value) {
- this._setOption('width', value);
- },
- enumerable: true,
- configurable: true
- });
- DxButtonComponent.prototype._createInstance = function (element, options) {
- return new button_1.default(element, options);
- };
- DxButtonComponent.prototype.ngOnDestroy = function () {
- this._destroyWidget();
- };
- DxButtonComponent.decorators = [
- { type: core_1.Component, args: [{
- selector: 'dx-button',
- template: '<ng-content></ng-content>',
- providers: [
- template_host_1.DxTemplateHost,
- watcher_helper_1.WatcherHelper,
- nested_option_1.NestedOptionHost
- ]
- },] },
- ];
- /** @nocollapse */
- DxButtonComponent.ctorParameters = function () { return [
- { type: core_1.ElementRef, },
- { type: core_1.NgZone, },
- { type: template_host_1.DxTemplateHost, },
- { type: watcher_helper_1.WatcherHelper, },
- { type: nested_option_1.NestedOptionHost, },
- { type: platform_browser_2.TransferState, },
- { type: undefined, decorators: [{ type: core_1.Inject, args: [core_1.PLATFORM_ID,] },] },
- ]; };
- DxButtonComponent.propDecorators = {
- "accessKey": [{ type: core_1.Input },],
- "activeStateEnabled": [{ type: core_1.Input },],
- "disabled": [{ type: core_1.Input },],
- "elementAttr": [{ type: core_1.Input },],
- "focusStateEnabled": [{ type: core_1.Input },],
- "height": [{ type: core_1.Input },],
- "hint": [{ type: core_1.Input },],
- "hoverStateEnabled": [{ type: core_1.Input },],
- "icon": [{ type: core_1.Input },],
- "rtlEnabled": [{ type: core_1.Input },],
- "stylingMode": [{ type: core_1.Input },],
- "tabIndex": [{ type: core_1.Input },],
- "template": [{ type: core_1.Input },],
- "text": [{ type: core_1.Input },],
- "type": [{ type: core_1.Input },],
- "useSubmitBehavior": [{ type: core_1.Input },],
- "validationGroup": [{ type: core_1.Input },],
- "visible": [{ type: core_1.Input },],
- "width": [{ type: core_1.Input },],
- "onClick": [{ type: core_1.Output },],
- "onContentReady": [{ type: core_1.Output },],
- "onDisposing": [{ type: core_1.Output },],
- "onInitialized": [{ type: core_1.Output },],
- "onOptionChanged": [{ type: core_1.Output },],
- "accessKeyChange": [{ type: core_1.Output },],
- "activeStateEnabledChange": [{ type: core_1.Output },],
- "disabledChange": [{ type: core_1.Output },],
- "elementAttrChange": [{ type: core_1.Output },],
- "focusStateEnabledChange": [{ type: core_1.Output },],
- "heightChange": [{ type: core_1.Output },],
- "hintChange": [{ type: core_1.Output },],
- "hoverStateEnabledChange": [{ type: core_1.Output },],
- "iconChange": [{ type: core_1.Output },],
- "rtlEnabledChange": [{ type: core_1.Output },],
- "stylingModeChange": [{ type: core_1.Output },],
- "tabIndexChange": [{ type: core_1.Output },],
- "templateChange": [{ type: core_1.Output },],
- "textChange": [{ type: core_1.Output },],
- "typeChange": [{ type: core_1.Output },],
- "useSubmitBehaviorChange": [{ type: core_1.Output },],
- "validationGroupChange": [{ type: core_1.Output },],
- "visibleChange": [{ type: core_1.Output },],
- "widthChange": [{ type: core_1.Output },],
- };
- return DxButtonComponent;
- }(component_1.DxComponent));
- exports.DxButtonComponent = DxButtonComponent;
- var DxButtonModule = (function () {
- function DxButtonModule() {
- }
- DxButtonModule.decorators = [
- { type: core_1.NgModule, args: [{
- imports: [
- integration_1.DxIntegrationModule,
- template_1.DxTemplateModule,
- platform_browser_1.BrowserTransferStateModule
- ],
- declarations: [
- DxButtonComponent
- ],
- exports: [
- DxButtonComponent,
- template_1.DxTemplateModule
- ]
- },] },
- ];
- return DxButtonModule;
- }());
- exports.DxButtonModule = DxButtonModule;
- //# sourceMappingURL=button.js.map
|