@syncfusion/ej2-angular-buttons
Advanced tools
+564
| # Changelog | ||
| ## [Unreleased] | ||
| ## 33.1.44 (2026-03-16) | ||
| ### Chip | ||
| #### Features | ||
| - `#FB63852` - Provided drag-and-drop functionality to rearrange chips and move them between containers. To enable drag and drop, set `allowDragAndDrop` to true. | ||
| #### Bug Fixes | ||
| - `#790562`,`#790612` - Fixed an issue where chip selection was not retained when changing the selection type and ensured correct handling of dynamically updated string and number indexes in the selectedChips property. | ||
| ## 28.2.7 (2025-02-25) | ||
| ### Button | ||
| #### Bug Fixes | ||
| - `#I692936` - The issue with "Script error thrown while destroying the button due to extra space in cssClass property" has been resolved. | ||
| ## 28.2.6 (2025-02-18) | ||
| ### Checkbox | ||
| #### Bug Fixes | ||
| - `#I688698`- Provided the tab index attribute support to the checkbox element. | ||
| ## 28.1.39 (2024-01-14) | ||
| ### Switch | ||
| #### Bug Fixes | ||
| - `#I933399`- The issue with "Checked state not update properly while changing the switch component programmatically using click event of input element" has been resolved. | ||
| ## 28.1.37 (2024-12-31) | ||
| ### Switch | ||
| #### Bug Fixes | ||
| - `#I664001`- The issue with "Form reset functionality does not work properly for the switch component when it is in a disabled state" has been resolved. | ||
| ## 28.1.33 (2024-12-12) | ||
| ### Switch | ||
| #### Features | ||
| - The Switch component now includes a `beforeChange` event, which enables users to intercept and manage state changes before they occur. This feature supports custom logic, such as validation or cancellation, thereby offering greater flexibility. | ||
| ### Chip | ||
| #### Features | ||
| - `#FB16787` - Provided template support to render HTML elements as chip item content. | ||
| ## 27.2.4 (2024-11-26) | ||
| ### Checkbox | ||
| #### Bug Fixes | ||
| - `#F857466`- The issue with "Need to set the label tag for attribute if user changes the checkbox input id in checkbox component" has been resolved. | ||
| ## 27.2.2 (2024-11-15) | ||
| ### Checkbox | ||
| #### Bug Fixes | ||
| - `#F95768`- The issue with "Parent element click event `prevented` while clicking on switch component in angular." has been resolved. | ||
| ## 27.1.58 (2024-11-05) | ||
| ### Checkbox | ||
| #### Bug Fixes | ||
| - `#F95768`- The issue with "Checkbox not getting checked while using `usestate` in react" has been resolved. | ||
| ## 27.1.53 (2024-10-15) | ||
| ### Checkbox | ||
| #### Bug Fixes | ||
| - `#F60464`- The issue with "checkbox state input element checked state was not update properly " has been resolved. | ||
| ## 27.1.51 (2024-09-30) | ||
| ### Checkbox | ||
| #### Bug Fixes | ||
| - `#I909049` - The issue with "Need to set the aria-label attribute for the checkbox input element and not to the wrapper element" has been resolved. | ||
| ### RadioButton | ||
| #### Bug Fixes | ||
| - The issue with "Background color issue for disabled unselect radio button in bootstrap5 theme" has been resolved. | ||
| ## 26.1.35 (2024-06-11) | ||
| ### Floating Action Button | ||
| #### Breaking Changes | ||
| - The `refreshPosition` method has been marked as deprecated and will no longer be used. It will be removed in future versions. Previously, this method was used to re-position the FAB when its target was resized. Now, this functionality is handled responsively through CSS at the source level, eliminating the need for manual refreshes. | ||
| ### Switch | ||
| #### Bug Fixes | ||
| - `#I382543` - The issue with "Checkbox value not update properly while using edit template of grid" has been resolved. | ||
| ### Checkbox | ||
| #### Bug Fixes | ||
| - `#I399484` - The issue with aria-checked accessibility issue in angular checkbox has been fixed. | ||
| ### RadioButton | ||
| #### Bug Fixes | ||
| - `#F40707` - Value change event triggered twice in Radio Button component has been fixed. | ||
| ### Button | ||
| #### Bug Fixes | ||
| - `#I512179` - The issue with "Duplicate Icon Span while using the `onPropertyChange` of button" has been resolved. | ||
| ### Chip | ||
| #### New Features | ||
| - `#I422263` - Provided the htmlAttributes support for the Chip component. | ||
| ## 19.2.47 (2021-07-13) | ||
| ### Checkbox | ||
| #### Bug Fixes | ||
| - Issue with checkbox icon on Mac OS has been resolved. | ||
| ## 19.2.46 (2021-07-06) | ||
| ### Chips | ||
| #### Bug Fixes | ||
| - Issue with `selectedChips` property is not maintained after deletion of Chip items has been resolved. | ||
| ### Radio Button | ||
| #### Bug Fixes | ||
| -`I332876` - cssClass need to be included wrapper element of radio button issue fixed. | ||
| ## 18.4.44 (2021-02-23) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Issue with destroy has been fixed. | ||
| ## 18.4.41 (2021-02-02) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Issue with click event has been fixed. | ||
| ## 18.4.33 (2021-01-05) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Issue with destroy has been fixed. | ||
| ## 18.4.30 (2020-12-17) | ||
| ### Chips | ||
| #### Bug Fixes | ||
| - `#293361` - The issue with "The Chip is not selected while setting the string values" has been resolved. | ||
| ## 18.3.40 (2020-10-13) | ||
| ### Button | ||
| #### Bug Fixes | ||
| - Warning message has been resolved. | ||
| ## 18.2.58 (2020-09-15) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Issue with destroy method has been fixed. | ||
| ## 18.2.44 (2020-07-07) | ||
| ### Chips | ||
| #### Bug Fixes | ||
| - `#278394` - Issue with delete event has been fixed. | ||
| ## 18.1.48 (2020-05-05) | ||
| ### Chips | ||
| #### New Features | ||
| - `#152050` - Support for adding images to a chip using the `trailingIconUrl` and `leadingIconUrl` property has been included. | ||
| ## 18.1.43 (2020-04-07) | ||
| ### Radio Button | ||
| #### Bug Fixes | ||
| - Radio button not working properly when clicked inside splitter control has been resolved. | ||
| ## 17.4.49 (2020-02-11) | ||
| ### Button | ||
| #### Bug Fixes | ||
| - CSS validation issues has been resolved. | ||
| ## 17.4.46 (2020-01-30) | ||
| ### Chips | ||
| #### New Features | ||
| - `#256381` - Now, the `beforeClick` event triggers while clicking the chips. | ||
| - `#256381` - Now, the `selectedChips` property maintains the value field that is provided to the chip. | ||
| ## 17.4.43 (2020-01-14) | ||
| ### Button | ||
| #### Bug Fixes | ||
| - Disabled button not working properly has been resolved. | ||
| ## 17.4.41 (2020-01-07) | ||
| ### Chips | ||
| #### Bug Fixes | ||
| - `#256994` - The issue with aria-selected value maintenance in a single selection has been fixed. | ||
| ## 17.4.39 (2019-12-17) | ||
| ### Chips | ||
| #### Bug Fixes | ||
| - `#250583` - Now, the selected chips values are maintained after selecting and deselecting the chips. | ||
| ## 17.3.16 (2019-10-09) | ||
| ### CheckBox | ||
| ### RadioButton | ||
| ### Switch | ||
| #### Bug Fixes | ||
| - Adding common cssClass for wrapper. | ||
| ## 17.2.35 (2019-07-17) | ||
| ### Chips | ||
| #### Bug Fixes | ||
| - `#239111` - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed. | ||
| ## 17.2.28-beta (2019-06-27) | ||
| ### Chips | ||
| #### Breaking Changes | ||
| - Property selection enum type name changed from "selection" to "Selection". | ||
| ## 17.1.50 (2019-06-04) | ||
| ### Button | ||
| #### New Features | ||
| - Provided method to focusIn and click. | ||
| ## 17.1.40 (2019-04-09) | ||
| ### RadioButton | ||
| #### New Features | ||
| - Provided `getSelectedValue` method to find the value of selected radio button in a group. | ||
| ## 17.1.1-beta (2019-01-29) | ||
| ### Chips | ||
| The Chip control contains a small block of essential information that triggers an event on click action. It also contains the primary text, image, or both, and is mostly used in mails, contacts, or filter tags. | ||
| - `Input chip` - Basic chip with delete icon that represents a person or entity and enables removal of chips from the chip list collection. | ||
| - `Choice chip` - Used to select a choice from the available options. | ||
| - `Filter chip` - Used to select multiple choices from the available options. | ||
| - `Action chip` - Used to trigger actions for primary content. | ||
| ## 16.4.53 (2019-02-13) | ||
| ### Button | ||
| #### Bug Fixes | ||
| - Flat button text is not visible in bootstrap theme issue is fixed. | ||
| ## 16.4.40-beta (2018-12-10) | ||
| ### Chips | ||
| The Chip control contains a small block of essential information that triggers an event on click action. It also contains the primary text, image, or both, and is mostly used in mails, contacts, or filter tags. | ||
| - `Input chip` - Basic chip with delete icon that represents a person or entity and enables removal of chips from the chip list collection. | ||
| - `Choice chip` - Used to select a choice from the available options. | ||
| - `Filter chip` - Used to select multiple choices from the available options. | ||
| - `Action chip` - Used to trigger actions for primary content. | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Change event triggers twice issue fixed. | ||
| ## 16.3.33 (2018-11-20) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Add multiple classes dynamically to `cssClass` property issue fixed. | ||
| ## 16.2.49 (2018-08-21) | ||
| ### Common | ||
| #### Bug Fixes | ||
| - Provided renderer support. | ||
| ## 16.2.41 (2018-06-25) | ||
| ### Button | ||
| #### Breaking Changes | ||
| - Default color changed for the flat button. | ||
| ### RadioButton | ||
| #### Bug Fixes | ||
| - Wrapped text of a RadioButton label overlaps with next RadioButton label issue fixed. | ||
| ### Switch | ||
| Switch is a graphical user interface element that allows you to toggle between checked and unchecked states. | ||
| - **Text** - Supports text. | ||
| - **Sizes** - Provided with different sizes of Switch. | ||
| ## 16.1.28 (2018-03-09) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Style compatibility issue fixed. | ||
| ## 16.1.24 (2018-02-22) | ||
| ### Common | ||
| #### Breaking Changes | ||
| Pascal casing changes in Button Component. | ||
| Enum Name | Old Property Value | New Property Value | ||
| -----|-----|----- | ||
| `IconPosition` | left | Left | ||
| `IconPosition` | right | Right | ||
| Pascal casing changes in CheckBox Component. | ||
| Enum Name | Old Property Value | New Property Value | ||
| -----|-----|----- | ||
| `LabelPosition` | after | After | ||
| `LabelPosition` | before | Before | ||
| Pascal casing changes in RadioButton Component. | ||
| Enum Name | Old Property Value | New Property Value | ||
| -----|-----|----- | ||
| `RadioLabelPosition` | after | After | ||
| `RadioLabelPosition` | before | Before | ||
| ## 15.4.30-preview (2018-02-14) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Label text responsive issue fixed. | ||
| ## 15.4.27-preview (2018-01-30) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Wrapped text overlaps frame icon issue fixed. | ||
| ## 15.4.26-preview (2018-01-23) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Theme compatibility issue resolved for CSS components. | ||
| ## 15.4.23-preview (2017-12-27) | ||
| ### Common | ||
| #### New Features | ||
| - Added typing file for ES5 global scripts (dist/global/index.d.ts). | ||
| #### Breaking Changes | ||
| - Modified the module bundle file name for ES6 bundling. | ||
| ## 15.4.22-preview (2017-12-14) | ||
| ### RadioButton | ||
| #### Bug Fixes | ||
| - RadioButton not working properly with ngModel issue fixed. | ||
| ## 15.4.21-preview (2017-12-08) | ||
| ### RadioButton | ||
| #### Bug Fixes | ||
| - Custom material theme issue fixed. | ||
| ## 15.4.20-preview (2017-12-01) | ||
| ### Common | ||
| #### New Features | ||
| - Upgraded TypeScript version to 2.6.2 | ||
| ## 15.4.17-preview (2017-11-13) | ||
| ### Button | ||
| Button is a graphical user interface element that triggers an event on its click action. | ||
| - **Types** - Provided with different types of Button. | ||
| - **Predefined Styles** - Provided with predefined styles of Button. | ||
| - **Sizes** - Provided with different sizes of Button. | ||
| - **Icons** - Supports text and icon on the Button. | ||
| ### CheckBox | ||
| CheckBox is a graphical user interface element that allows to select one or more options from the choices. | ||
| - **States** - Provided with different states of CheckBox. | ||
| - **Label** - Supports label and its positioning. | ||
| - **Sizes** - Provided with different sizes of CheckBox. | ||
| ### RadioButton | ||
| RadioButton is a graphical user interface element that allows to select one option from the choices. | ||
| - **States** - Provided with different states of RadioButton. | ||
| - **Label** - Supports label and its positioning. | ||
| - **Sizes** - Provided with different sizes of RadioButton.## 17.1.38 (2019-03-29) | ||
| ### RadioButton | ||
| #### Bug Fixes | ||
| - Reactive form value change issue fixed. | ||
| ## 16.4.55 (2019-02-27) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Performance issue with key press is fixed. | ||
| ## 16.3.25 (2018-10-15) | ||
| ### RadioButton | ||
| #### Bug Fixes | ||
| - Selecting radio button when initialize with id issue resolved. | ||
| ## 16.3.24 (2018-10-09) | ||
| ### CheckBox | ||
| #### Bug Fixes | ||
| - Clear template with checkbox issue resolved. | ||
| ## 16.2.47 (2018-08-07) | ||
| ### Common | ||
| #### Bug Fixes | ||
| - Provided renderer support. |
| export * from './src/index'; | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19 |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { ButtonModule } from './button.module'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the Button component with providers. | ||
| */ | ||
| export class ButtonAllModule { | ||
| } | ||
| ButtonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ButtonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, imports: [CommonModule, ButtonModule], exports: [ButtonModule] }); | ||
| ButtonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, providers: [], imports: [[CommonModule, ButtonModule], ButtonModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, ButtonModule], | ||
| exports: [ | ||
| ButtonModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWFsbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYnV0dG9uL2J1dHRvbi1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBTS9DOztHQUVHO0FBVUgsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZSxZQVJkLFlBQVksRUFBRSxZQUFZLGFBRWhDLFlBQVk7NkdBTVAsZUFBZSxhQUpkLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUMsRUFFakMsWUFBWTsyRkFNUCxlQUFlO2tCQVQzQixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUM7b0JBQ3JDLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3FCQUNmO29CQUNELFNBQVMsRUFBQyxFQUVUO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2J1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi9idXR0b24ubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBCdXR0b24gY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJ1dHRvbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBCdXR0b25Nb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgQnV0dG9uQWxsTW9kdWxlIHsgfSJdfQ== |
| import { __decorate } from "tslib"; | ||
| import { Component, ChangeDetectionStrategy } from '@angular/core'; | ||
| import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { Button } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export const inputs = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| export const outputs = ['created']; | ||
| export const twoWays = []; | ||
| /** | ||
| * Represents the Angular Button Component. | ||
| * ```html | ||
| * <button ejs-button>Button</button> | ||
| * ``` | ||
| */ | ||
| let ButtonComponent = class ButtonComponent extends Button { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ButtonComponent, selector: "[ejs-button]", inputs: { content: "content", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconCss: "iconCss", iconPosition: "iconPosition", isPrimary: "isPrimary", isToggle: "isToggle", locale: "locale" }, outputs: { created: "created" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| ButtonComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], ButtonComponent); | ||
| export { ButtonComponent }; | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-button]', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9idXR0b24vYnV0dG9uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBcUQsdUJBQXVCLEVBQTRCLE1BQU0sZUFBZSxDQUFDO0FBQ2hKLE9BQU8sRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUF1RCxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM3SSxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBSWpELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLFNBQVMsRUFBQyxVQUFVLEVBQUMsVUFBVSxFQUFDLHFCQUFxQixFQUFDLG1CQUFtQixFQUFDLFdBQVcsRUFBQyxTQUFTLEVBQUMsY0FBYyxFQUFDLFdBQVcsRUFBQyxVQUFVLEVBQUMsUUFBUSxDQUFDLENBQUM7QUFDakwsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsU0FBUyxDQUFDLENBQUM7QUFDN0MsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLEVBQUUsQ0FBQztBQUVwQzs7Ozs7R0FLRztJQVlVLGVBQWUsU0FBZixlQUFnQixTQUFRLE1BQU07SUFPdkMsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCO1FBQ3RJLEtBQUssRUFBRSxDQUFDO1FBRFEsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFBVSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUV0SSxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDO1FBQ3hDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGVBQWUsSUFBSSxFQUFFLENBQUM7UUFFbEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDbkMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsZ0JBQWdCLEdBQUksSUFBSSxhQUFhLEVBQUUsQ0FBQztJQUNqRCxDQUFDO0lBRU0sUUFBUTtRQUNYLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekMsQ0FBQztJQUVNLGVBQWU7UUFDbEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVNLHFCQUFxQjtRQUV4QixJQUFJLENBQUMsZ0JBQWdCLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdEQsQ0FBQztDQUlKLENBQUE7NEdBckNZLGVBQWU7Z0dBQWYsZUFBZSxzWkFQZCw0QkFBNEI7QUFPN0IsZUFBZTtJQUQzQixlQUFlLENBQUMsQ0FBQyxhQUFhLENBQUMsQ0FBQztHQUNwQixlQUFlLENBcUMzQjtTQXJDWSxlQUFlOzJGQUFmLGVBQWU7a0JBWDNCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGNBQWM7b0JBQ3hCLE1BQU0sRUFBRSxNQUFNO29CQUNkLE9BQU8sRUFBRSxPQUFPO29CQUNoQixRQUFRLEVBQUUsNEJBQTRCO29CQUN0QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsT0FBTyxFQUFFLEVBRVI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFZpZXdDb250YWluZXJSZWYsIFJlbmRlcmVyMiwgSW5qZWN0b3IsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBRdWVyeUxpc3QsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBvbmVudEJhc2UsIENvbXBvbmVudE1peGlucywgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBQcm9wZXJ0eUNvbGxlY3Rpb25JbmZvLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgQnV0dG9uIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWJ1dHRvbnMnO1xuXG5cblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2NvbnRlbnQnLCdjc3NDbGFzcycsJ2Rpc2FibGVkJywnZW5hYmxlSHRtbFNhbml0aXplcicsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnaWNvbkNzcycsJ2ljb25Qb3NpdGlvbicsJ2lzUHJpbWFyeScsJ2lzVG9nZ2xlJywnbG9jYWxlJ107XG5leHBvcnQgY29uc3Qgb3V0cHV0czogc3RyaW5nW10gPSBbJ2NyZWF0ZWQnXTtcbmV4cG9ydCBjb25zdCB0d29XYXlzOiBzdHJpbmdbXSA9IFtdO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEFuZ3VsYXIgQnV0dG9uIENvbXBvbmVudC5cbiAqIGBgYGh0bWxcbiAqIDxidXR0b24gZWpzLWJ1dHRvbj5CdXR0b248L2J1dHRvbj5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ1tlanMtYnV0dG9uXScsXG4gICAgaW5wdXRzOiBpbnB1dHMsXG4gICAgb3V0cHV0czogb3V0cHV0cyxcbiAgICB0ZW1wbGF0ZTogYDxuZy1jb250ZW50ID48L25nLWNvbnRlbnQ+YCxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBxdWVyaWVzOiB7XG5cbiAgICB9XG59KVxuQENvbXBvbmVudE1peGlucyhbQ29tcG9uZW50QmFzZV0pXG5leHBvcnQgY2xhc3MgQnV0dG9uQ29tcG9uZW50IGV4dGVuZHMgQnV0dG9uIGltcGxlbWVudHMgSUNvbXBvbmVudEJhc2Uge1xuICAgIHB1YmxpYyBjb250YWluZXJDb250ZXh0IDogYW55O1xuICAgIHB1YmxpYyB0YWdPYmplY3RzOiBhbnk7XG5cdHB1YmxpYyBjcmVhdGVkOiBhbnk7XG5cblxuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBuZ0VsZTogRWxlbWVudFJlZiwgcHJpdmF0ZSBzcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMuZWxlbWVudCA9IHRoaXMubmdFbGUubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMgPSB0aGlzLmluamVjdGVkTW9kdWxlcyB8fCBbXTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmFkZFR3b1dheS5jYWxsKHRoaXMsIHR3b1dheXMpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nQWZ0ZXJWaWV3SW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICBcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nQWZ0ZXJDb250ZW50Q2hlY2tlZCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJFdmVudHM6IChldmVudExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xuICAgIHB1YmxpYyBhZGRUd29XYXk6IChwcm9wTGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG59XG5cbiJdfQ== |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { ButtonComponent } from './button.component'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the Button component. | ||
| */ | ||
| export class ButtonModule { | ||
| } | ||
| ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, declarations: [ButtonComponent], imports: [CommonModule], exports: [ButtonComponent] }); | ||
| ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ButtonComponent | ||
| ], | ||
| exports: [ | ||
| ButtonComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9idXR0b24vYnV0dG9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBRXJEOztHQUVHO0FBVUgsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxpQkFOakIsZUFBZSxhQUZULFlBQVksYUFLbEIsZUFBZTswR0FHVixZQUFZLFlBUlosQ0FBQyxZQUFZLENBQUM7MkZBUWQsWUFBWTtrQkFUeEIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDVixlQUFlO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsZUFBZTtxQkFDbEI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vYnV0dG9uLmNvbXBvbmVudCc7XG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIEJ1dHRvbiBjb21wb25lbnQuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIEJ1dHRvbkNvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBCdXR0b25Db21wb25lbnRcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIEJ1dHRvbk1vZHVsZSB7IH0iXX0= |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { CheckBoxModule } from './checkbox.module'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the CheckBox component with providers. | ||
| */ | ||
| export class CheckBoxAllModule { | ||
| } | ||
| CheckBoxAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| CheckBoxAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, imports: [CommonModule, CheckBoxModule], exports: [CheckBoxModule] }); | ||
| CheckBoxAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, providers: [], imports: [[CommonModule, CheckBoxModule], CheckBoxModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, CheckBoxModule], | ||
| exports: [ | ||
| CheckBoxModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtYWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jaGVjay1ib3gvY2hlY2tib3gtYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQU1uRDs7R0FFRztBQVVILE1BQU0sT0FBTyxpQkFBaUI7OzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixZQVJoQixZQUFZLEVBQUUsY0FBYyxhQUVsQyxjQUFjOytHQU1ULGlCQUFpQixhQUpoQixFQUVULFlBTlEsQ0FBQyxZQUFZLEVBQUUsY0FBYyxDQUFDLEVBRW5DLGNBQWM7MkZBTVQsaUJBQWlCO2tCQVQ3QixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxjQUFjLENBQUM7b0JBQ3ZDLE9BQU8sRUFBRTt3QkFDTCxjQUFjO3FCQUNqQjtvQkFDRCxTQUFTLEVBQUMsRUFFVDtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBWYWx1ZVByb3ZpZGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2hlY2tCb3hDb21wb25lbnQgfSBmcm9tICcuL2NoZWNrYm94LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDaGVja0JveE1vZHVsZSB9IGZyb20gJy4vY2hlY2tib3gubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBDaGVja0JveCBjb21wb25lbnQgd2l0aCBwcm92aWRlcnMuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQ2hlY2tCb3hNb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgQ2hlY2tCb3hNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgQ2hlY2tCb3hBbGxNb2R1bGUgeyB9Il19 |
| var CheckBoxComponent_1; | ||
| import { __decorate } from "tslib"; | ||
| import { Component, ChangeDetectionStrategy, forwardRef } from '@angular/core'; | ||
| import { NG_VALUE_ACCESSOR } from '@angular/forms'; | ||
| import { ComponentBase, ComponentMixins, FormBase, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { CheckBox } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export const inputs = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'indeterminate', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| export const outputs = ['focus', 'blur', 'change', 'created', 'checkedChange', 'indeterminateChange']; | ||
| export const twoWays = ['checked', 'indeterminate']; | ||
| /** | ||
| * Represents the Angular CheckBox Component. | ||
| * ```html | ||
| * <ejs-checkbox label='Default'></ejs-checkbox> | ||
| * ``` | ||
| */ | ||
| let CheckBoxComponent = CheckBoxComponent_1 = class CheckBoxComponent extends CheckBox { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| writeValue(value) { | ||
| } | ||
| setDisabledState(disabled) { | ||
| } | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| CheckBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); | ||
| CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: CheckBoxComponent, selector: "ejs-checkbox", inputs: { checked: "checked", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", indeterminate: "indeterminate", label: "label", labelPosition: "labelPosition", locale: "locale", name: "name", value: "value" }, outputs: { focus: "focus", blur: "blur", change: "change", created: "created", checkedChange: "checkedChange", indeterminateChange: "indeterminateChange" }, providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => CheckBoxComponent_1), | ||
| multi: true | ||
| } | ||
| ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| CheckBoxComponent = CheckBoxComponent_1 = __decorate([ | ||
| ComponentMixins([ComponentBase, FormBase]) | ||
| ], CheckBoxComponent); | ||
| export { CheckBoxComponent }; | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-checkbox', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => CheckBoxComponent), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NoZWNrLWJveC9jaGVja2JveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvRSx1QkFBdUIsRUFBcUIsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BLLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxhQUFhLEVBQStCLGVBQWUsRUFBMEIsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3ZKLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFJbkQsTUFBTSxDQUFDLE1BQU0sTUFBTSxHQUFhLENBQUMsU0FBUyxFQUFDLFVBQVUsRUFBQyxVQUFVLEVBQUMscUJBQXFCLEVBQUMsbUJBQW1CLEVBQUMsV0FBVyxFQUFDLGdCQUFnQixFQUFDLGVBQWUsRUFBQyxPQUFPLEVBQUMsZUFBZSxFQUFDLFFBQVEsRUFBQyxNQUFNLEVBQUMsT0FBTyxDQUFDLENBQUM7QUFDek0sTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUMsU0FBUyxFQUFDLGVBQWUsRUFBQyxxQkFBcUIsQ0FBQyxDQUFDO0FBQzdHLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLFNBQVMsRUFBRSxlQUFlLENBQUMsQ0FBQztBQUU5RDs7Ozs7R0FLRztJQW1CVSxpQkFBaUIsK0JBQWpCLGlCQUFrQixTQUFRLFFBQVE7SUFhM0MsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCLEVBQVUsR0FBc0I7UUFDdEssS0FBSyxFQUFFLENBQUM7UUFEUSxVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQVUsY0FBUyxHQUFULFNBQVMsQ0FBVztRQUFVLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUI7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFVO1FBQVUsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFFdEssSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBRWxELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLFdBQVcsR0FBSSxJQUFJLFFBQVEsRUFBRSxDQUFDO1FBQ25DLElBQUksQ0FBQyxlQUFlLEdBQUksSUFBSSxhQUFhLEVBQUUsQ0FBQztJQUNoRCxDQUFDO0lBRU0sZ0JBQWdCLENBQUMsZ0JBQWtDO0lBQzFELENBQUM7SUFFTSxpQkFBaUIsQ0FBQyxnQkFBNEI7SUFDckQsQ0FBQztJQUVNLFVBQVUsQ0FBQyxLQUFVO0lBQzVCLENBQUM7SUFFTSxnQkFBZ0IsQ0FBQyxRQUFpQjtJQUN6QyxDQUFDO0lBRU0sUUFBUTtRQUNYLElBQUksQ0FBQyxlQUFlLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFTSxlQUFlO1FBQ2xCLElBQUksQ0FBQyxXQUFXLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFTSxXQUFXO1FBQ2QsSUFBSSxDQUFDLGVBQWUsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDM0MsQ0FBQztJQUVNLHFCQUFxQjtRQUV4QixJQUFJLENBQUMsZUFBZSxDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3JELENBQUM7Q0FJSixDQUFBOzhHQXhEWSxpQkFBaUI7a0dBQWpCLGlCQUFpQiw4aEJBWmY7UUFDUDtZQUNJLE9BQU8sRUFBRSxpQkFBaUI7WUFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxtQkFBaUIsQ0FBQztZQUNoRCxLQUFLLEVBQUUsSUFBSTtTQUNkO0tBQ0osaURBUlMsRUFBRTtBQWNILGlCQUFpQjtJQUQ3QixlQUFlLENBQUMsQ0FBQyxhQUFhLEVBQUUsUUFBUSxDQUFDLENBQUM7R0FDOUIsaUJBQWlCLENBd0Q3QjtTQXhEWSxpQkFBaUI7MkZBQWpCLGlCQUFpQjtrQkFsQjdCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGNBQWM7b0JBQ3hCLE1BQU0sRUFBRSxNQUFNO29CQUNkLE9BQU8sRUFBRSxPQUFPO29CQUNoQixRQUFRLEVBQUUsRUFBRTtvQkFDWixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsU0FBUyxFQUFFO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLGtCQUFrQixDQUFDOzRCQUNoRCxLQUFLLEVBQUUsSUFBSTt5QkFDZDtxQkFDSjtvQkFDRCxPQUFPLEVBQUUsRUFFUjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgVmFsdWVQcm92aWRlciwgUmVuZGVyZXIyLCBJbmplY3RvciwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENvbXBvbmVudEJhc2UsIElDb21wb25lbnRCYXNlLCBhcHBseU1peGlucywgQ29tcG9uZW50TWl4aW5zLCBQcm9wZXJ0eUNvbGxlY3Rpb25JbmZvLCBGb3JtQmFzZSwgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IENoZWNrQm94IH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWJ1dHRvbnMnO1xuXG5cblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2NoZWNrZWQnLCdjc3NDbGFzcycsJ2Rpc2FibGVkJywnZW5hYmxlSHRtbFNhbml0aXplcicsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnaHRtbEF0dHJpYnV0ZXMnLCdpbmRldGVybWluYXRlJywnbGFiZWwnLCdsYWJlbFBvc2l0aW9uJywnbG9jYWxlJywnbmFtZScsJ3ZhbHVlJ107XG5leHBvcnQgY29uc3Qgb3V0cHV0czogc3RyaW5nW10gPSBbJ2ZvY3VzJywgJ2JsdXInLCAnY2hhbmdlJywnY3JlYXRlZCcsJ2NoZWNrZWRDaGFuZ2UnLCdpbmRldGVybWluYXRlQ2hhbmdlJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJ2NoZWNrZWQnLCAnaW5kZXRlcm1pbmF0ZSddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEFuZ3VsYXIgQ2hlY2tCb3ggQ29tcG9uZW50LlxuICogYGBgaHRtbFxuICogPGVqcy1jaGVja2JveCBsYWJlbD0nRGVmYXVsdCc+PC9lanMtY2hlY2tib3g+XG4gKiBgYGBcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdlanMtY2hlY2tib3gnLFxuICAgIGlucHV0czogaW5wdXRzLFxuICAgIG91dHB1dHM6IG91dHB1dHMsXG4gICAgdGVtcGxhdGU6ICcnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IENoZWNrQm94Q29tcG9uZW50KSxcbiAgICAgICAgICAgIG11bHRpOiB0cnVlXG4gICAgICAgIH1cbiAgICBdLFxuICAgIHF1ZXJpZXM6IHtcblxuICAgIH1cbn0pXG5AQ29tcG9uZW50TWl4aW5zKFtDb21wb25lbnRCYXNlLCBGb3JtQmFzZV0pXG5leHBvcnQgY2xhc3MgQ2hlY2tCb3hDb21wb25lbnQgZXh0ZW5kcyBDaGVja0JveCBpbXBsZW1lbnRzIElDb21wb25lbnRCYXNlIHtcbiAgICBwdWJsaWMgZm9ybUNvbXBDb250ZXh0IDogYW55O1xuICAgIHB1YmxpYyBmb3JtQ29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgdGFnT2JqZWN0czogYW55O1xuXHRjaGFuZ2U6IGFueTtcblx0Y3JlYXRlZDogYW55O1xuXHRjaGVja2VkQ2hhbmdlOiBhbnk7XG5cdHB1YmxpYyBpbmRldGVybWluYXRlQ2hhbmdlOiBhbnk7XG5cblxuXG4gICAgcHVibGljIGZvY3VzOiBhbnk7XG4gICAgcHVibGljIGJsdXI6IGFueTtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IsIHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICB0aGlzLmVsZW1lbnQgPSB0aGlzLm5nRWxlLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzID0gdGhpcy5pbmplY3RlZE1vZHVsZXMgfHwgW107XG5cbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5hZGRUd29XYXkuY2FsbCh0aGlzLCB0d29XYXlzKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMuZm9ybUNvbnRleHQgID0gbmV3IEZvcm1CYXNlKCk7XG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyT25DaGFuZ2UocmVnaXN0ZXJGdW5jdGlvbjogKF86IGFueSkgPT4gdm9pZCk6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3Rlck9uVG91Y2hlZChyZWdpc3RlckZ1bmN0aW9uOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgfVxuXG4gICAgcHVibGljIHdyaXRlVmFsdWUodmFsdWU6IGFueSk6IHZvaWQge1xuICAgIH1cbiAgICBcbiAgICBwdWJsaWMgc2V0RGlzYWJsZWRTdGF0ZShkaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5mb3JtQ29udGV4dC5uZ0FmdGVyVmlld0luaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICBcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19 |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { CheckBoxComponent } from './checkbox.component'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the CheckBox component. | ||
| */ | ||
| export class CheckBoxModule { | ||
| } | ||
| CheckBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| CheckBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, declarations: [CheckBoxComponent], imports: [CommonModule], exports: [CheckBoxComponent] }); | ||
| CheckBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| CheckBoxComponent | ||
| ], | ||
| exports: [ | ||
| CheckBoxComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NoZWNrLWJveC9jaGVja2JveC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBRXpEOztHQUVHO0FBVUgsTUFBTSxPQUFPLGNBQWM7OzJHQUFkLGNBQWM7NEdBQWQsY0FBYyxpQkFObkIsaUJBQWlCLGFBRlgsWUFBWSxhQUtsQixpQkFBaUI7NEdBR1osY0FBYyxZQVJkLENBQUMsWUFBWSxDQUFDOzJGQVFkLGNBQWM7a0JBVDFCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1YsaUJBQWlCO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsaUJBQWlCO3FCQUNwQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2hlY2tCb3hDb21wb25lbnQgfSBmcm9tICcuL2NoZWNrYm94LmNvbXBvbmVudCc7XG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIENoZWNrQm94IGNvbXBvbmVudC5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgQ2hlY2tCb3hDb21wb25lbnRcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgQ2hlY2tCb3hDb21wb25lbnRcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIENoZWNrQm94TW9kdWxlIHsgfSJdfQ== |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { ChipListModule } from './chiplist.module'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the ChipList component with providers. | ||
| */ | ||
| export class ChipListAllModule { | ||
| } | ||
| ChipListAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ChipListAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, imports: [CommonModule, ChipListModule], exports: [ChipListModule] }); | ||
| ChipListAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, providers: [], imports: [[CommonModule, ChipListModule], ChipListModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, ChipListModule], | ||
| exports: [ | ||
| ChipListModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcGxpc3QtYWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jaGlwcy9jaGlwbGlzdC1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUcvQyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBTW5EOztHQUVHO0FBVUgsTUFBTSxPQUFPLGlCQUFpQjs7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCLFlBUmhCLFlBQVksRUFBRSxjQUFjLGFBRWxDLGNBQWM7K0dBTVQsaUJBQWlCLGFBSmhCLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxjQUFjLENBQUMsRUFFbkMsY0FBYzsyRkFNVCxpQkFBaUI7a0JBVDdCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGNBQWMsQ0FBQztvQkFDdkMsT0FBTyxFQUFFO3dCQUNMLGNBQWM7cUJBQ2pCO29CQUNELFNBQVMsRUFBQyxFQUVUO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGlwRGlyZWN0aXZlLCBDaGlwc0RpcmVjdGl2ZSB9IGZyb20gJy4vY2hpcHMuZGlyZWN0aXZlJztcbmltcG9ydCB7IENoaXBMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9jaGlwbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2hpcExpc3RNb2R1bGUgfSBmcm9tICcuL2NoaXBsaXN0Lm1vZHVsZSc7XG5cblxuXG5cblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgQ2hpcExpc3QgY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIENoaXBMaXN0TW9kdWxlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIENoaXBMaXN0TW9kdWxlXG4gICAgXSxcbiAgICBwcm92aWRlcnM6W1xuICAgICAgICBcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIENoaXBMaXN0QWxsTW9kdWxlIHsgfSJdfQ== |
| import { __decorate } from "tslib"; | ||
| import { Component, ChangeDetectionStrategy, ContentChild } from '@angular/core'; | ||
| import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { ChipList } from '@syncfusion/ej2-buttons'; | ||
| import { ChipsDirective } from './chips.directive'; | ||
| import * as i0 from "@angular/core"; | ||
| export const inputs = ['allowDragAndDrop', 'avatarIconCss', 'avatarText', 'chips', 'cssClass', 'dragArea', 'enableDelete', 'enablePersistence', 'enableRtl', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'locale', 'selectedChips', 'selection', 'text', 'trailingIconCss', 'trailingIconUrl']; | ||
| export const outputs = ['beforeClick', 'click', 'created', 'delete', 'deleted', 'dragStart', 'dragStop', 'dragging']; | ||
| export const twoWays = ['']; | ||
| /** | ||
| * Represents the Essential JS 2 Angular ChipList Component. | ||
| * ```html | ||
| * <ejs-chiplist></ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| let ChipListComponent = class ChipListComponent extends ChipList { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.tags = ['chips']; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.context = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.context.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.context.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.context.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.tagObjects[0].instance = this.childChips; | ||
| this.context.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| ChipListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| ChipListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ChipListComponent, selector: "ejs-chiplist", inputs: { allowDragAndDrop: "allowDragAndDrop", avatarIconCss: "avatarIconCss", avatarText: "avatarText", chips: "chips", cssClass: "cssClass", dragArea: "dragArea", enableDelete: "enableDelete", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", htmlAttributes: "htmlAttributes", leadingIconCss: "leadingIconCss", leadingIconUrl: "leadingIconUrl", locale: "locale", selectedChips: "selectedChips", selection: "selection", text: "text", trailingIconCss: "trailingIconCss", trailingIconUrl: "trailingIconUrl" }, outputs: { beforeClick: "beforeClick", click: "click", created: "created", delete: "delete", deleted: "deleted", dragStart: "dragStart", dragStop: "dragStop", dragging: "dragging" }, queries: [{ propertyName: "childChips", first: true, predicate: ChipsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| ChipListComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], ChipListComponent); | ||
| export { ChipListComponent }; | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-chiplist', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childChips: new ContentChild(ChipsDirective) | ||
| } | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcGxpc3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NoaXBzL2NoaXBsaXN0LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBZ0MsdUJBQXVCLEVBQWlELFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5SixPQUFPLEVBQUUsYUFBYSxFQUErQixlQUFlLEVBQTBCLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdJLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUVuRCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBRW5ELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLGtCQUFrQixFQUFDLGVBQWUsRUFBQyxZQUFZLEVBQUMsT0FBTyxFQUFDLFVBQVUsRUFBQyxVQUFVLEVBQUMsY0FBYyxFQUFDLG1CQUFtQixFQUFDLFdBQVcsRUFBQyxTQUFTLEVBQUMsZ0JBQWdCLEVBQUMsZ0JBQWdCLEVBQUMsZ0JBQWdCLEVBQUMsUUFBUSxFQUFDLGVBQWUsRUFBQyxXQUFXLEVBQUMsTUFBTSxFQUFDLGlCQUFpQixFQUFDLGlCQUFpQixDQUFDLENBQUM7QUFDNVMsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsYUFBYSxFQUFDLE9BQU8sRUFBQyxTQUFTLEVBQUMsUUFBUSxFQUFDLFNBQVMsRUFBQyxXQUFXLEVBQUMsVUFBVSxFQUFDLFVBQVUsQ0FBQyxDQUFDO0FBQ3hILE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLEVBQUUsQ0FBQyxDQUFDO0FBRXRDOzs7OztHQUtHO0lBWVUsaUJBQWlCLFNBQWpCLGlCQUFrQixTQUFRLFFBQVE7SUFjM0MsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCO1FBQ3RJLEtBQUssRUFBRSxDQUFDO1FBRFEsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFBVSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUZuSSxTQUFJLEdBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUk5QixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDO1FBQ3hDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGVBQWUsSUFBSSxFQUFFLENBQUM7UUFFbEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDbkMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsT0FBTyxHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDeEMsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBRU0sZUFBZTtRQUNsQixJQUFJLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ25DLENBQUM7SUFFTSxxQkFBcUI7UUFDeEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQztRQUM5QyxJQUFJLENBQUMsT0FBTyxDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzdDLENBQUM7Q0FJSixDQUFBOzhHQTVDWSxpQkFBaUI7a0dBQWpCLGlCQUFpQixtekJBSk8sY0FBYyx1RUFIckMsRUFBRTtBQU9ILGlCQUFpQjtJQUQ3QixlQUFlLENBQUMsQ0FBQyxhQUFhLENBQUMsQ0FBQztHQUNwQixpQkFBaUIsQ0E0QzdCO1NBNUNZLGlCQUFpQjsyRkFBakIsaUJBQWlCO2tCQVg3QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxjQUFjO29CQUN4QixNQUFNLEVBQUUsTUFBTTtvQkFDZCxPQUFPLEVBQUUsT0FBTztvQkFDaEIsUUFBUSxFQUFFLEVBQUU7b0JBQ1osZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLE9BQU8sRUFBRTt3QkFDTCxVQUFVLEVBQUUsSUFBSSxZQUFZLENBQUMsY0FBYyxDQUFDO3FCQUMvQztpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFF1ZXJ5TGlzdCwgUmVuZGVyZXIyLCBJbmplY3RvciwgVmFsdWVQcm92aWRlciwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlLCBJQ29tcG9uZW50QmFzZSwgYXBwbHlNaXhpbnMsIENvbXBvbmVudE1peGlucywgUHJvcGVydHlDb2xsZWN0aW9uSW5mbywgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IENoaXBMaXN0IH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWJ1dHRvbnMnO1xuXG5pbXBvcnQgeyBDaGlwc0RpcmVjdGl2ZSB9IGZyb20gJy4vY2hpcHMuZGlyZWN0aXZlJztcblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2FsbG93RHJhZ0FuZERyb3AnLCdhdmF0YXJJY29uQ3NzJywnYXZhdGFyVGV4dCcsJ2NoaXBzJywnY3NzQ2xhc3MnLCdkcmFnQXJlYScsJ2VuYWJsZURlbGV0ZScsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnZW5hYmxlZCcsJ2h0bWxBdHRyaWJ1dGVzJywnbGVhZGluZ0ljb25Dc3MnLCdsZWFkaW5nSWNvblVybCcsJ2xvY2FsZScsJ3NlbGVjdGVkQ2hpcHMnLCdzZWxlY3Rpb24nLCd0ZXh0JywndHJhaWxpbmdJY29uQ3NzJywndHJhaWxpbmdJY29uVXJsJ107XG5leHBvcnQgY29uc3Qgb3V0cHV0czogc3RyaW5nW10gPSBbJ2JlZm9yZUNsaWNrJywnY2xpY2snLCdjcmVhdGVkJywnZGVsZXRlJywnZGVsZXRlZCcsJ2RyYWdTdGFydCcsJ2RyYWdTdG9wJywnZHJhZ2dpbmcnXTtcbmV4cG9ydCBjb25zdCB0d29XYXlzOiBzdHJpbmdbXSA9IFsnJ107XG5cbi8qKlxuICogUmVwcmVzZW50cyB0aGUgRXNzZW50aWFsIEpTIDIgQW5ndWxhciBDaGlwTGlzdCBDb21wb25lbnQuXG4gKiBgYGBodG1sXG4gKiA8ZWpzLWNoaXBsaXN0PjwvZWpzLWNoaXBsaXN0PlxuICogYGBgXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZWpzLWNoaXBsaXN0JyxcbiAgICBpbnB1dHM6IGlucHV0cyxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLFxuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBxdWVyaWVzOiB7XG4gICAgICAgIGNoaWxkQ2hpcHM6IG5ldyBDb250ZW50Q2hpbGQoQ2hpcHNEaXJlY3RpdmUpXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2VdKVxuZXhwb3J0IGNsYXNzIENoaXBMaXN0Q29tcG9uZW50IGV4dGVuZHMgQ2hpcExpc3QgaW1wbGVtZW50cyBJQ29tcG9uZW50QmFzZSB7XG4gICAgcHVibGljIGNvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIHRhZ09iamVjdHM6IGFueTtcblx0YmVmb3JlQ2xpY2s6IGFueTtcblx0Y2xpY2s6IGFueTtcblx0Y3JlYXRlZDogYW55O1xuXHRkZWxldGU6IGFueTtcblx0ZGVsZXRlZDogYW55O1xuXHRkcmFnU3RhcnQ6IGFueTtcblx0ZHJhZ1N0b3A6IGFueTtcblx0cHVibGljIGRyYWdnaW5nOiBhbnk7XG4gICAgcHVibGljIGNoaWxkQ2hpcHM6IFF1ZXJ5TGlzdDxDaGlwc0RpcmVjdGl2ZT47XG4gICAgcHVibGljIHRhZ3M6IHN0cmluZ1tdID0gWydjaGlwcyddO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBuZ0VsZTogRWxlbWVudFJlZiwgcHJpdmF0ZSBzcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMuZWxlbWVudCA9IHRoaXMubmdFbGUubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMgPSB0aGlzLmluamVjdGVkTW9kdWxlcyB8fCBbXTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmFkZFR3b1dheS5jYWxsKHRoaXMsIHR3b1dheXMpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5jb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLmNvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250ZXh0Lm5nQWZ0ZXJWaWV3SW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnRhZ09iamVjdHNbMF0uaW5zdGFuY2UgPSB0aGlzLmNoaWxkQ2hpcHM7XG4gICAgICAgIHRoaXMuY29udGV4dC5uZ0FmdGVyQ29udGVudENoZWNrZWQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyRXZlbnRzOiAoZXZlbnRMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbiAgICBwdWJsaWMgYWRkVHdvV2F5OiAocHJvcExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xufVxuXG4iXX0= |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { ChipDirective, ChipsDirective } from './chips.directive'; | ||
| import { ChipListComponent } from './chiplist.component'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the ChipList component. | ||
| */ | ||
| export class ChipListModule { | ||
| } | ||
| ChipListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ChipListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, declarations: [ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective], imports: [CommonModule], exports: [ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective] }); | ||
| ChipListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ], | ||
| exports: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcGxpc3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NoaXBzL2NoaXBsaXN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsYUFBYSxFQUFFLGNBQWMsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQUV6RDs7R0FFRztBQWNILE1BQU0sT0FBTyxjQUFjOzsyR0FBZCxjQUFjOzRHQUFkLGNBQWMsaUJBVm5CLGlCQUFpQjtRQUNqQixhQUFhO1FBQ2IsY0FBYyxhQUpSLFlBQVksYUFPbEIsaUJBQWlCO1FBQ2pCLGFBQWE7UUFDYixjQUFjOzRHQUdULGNBQWMsWUFaZCxDQUFDLFlBQVksQ0FBQzsyRkFZZCxjQUFjO2tCQWIxQixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsWUFBWSxFQUFFO3dCQUNWLGlCQUFpQjt3QkFDakIsYUFBYTt3QkFDYixjQUFjO3FCQUNqQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsaUJBQWlCO3dCQUNqQixhQUFhO3dCQUNiLGNBQWM7cUJBQ2pCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGlwRGlyZWN0aXZlLCBDaGlwc0RpcmVjdGl2ZSB9IGZyb20gJy4vY2hpcHMuZGlyZWN0aXZlJztcbmltcG9ydCB7IENoaXBMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9jaGlwbGlzdC5jb21wb25lbnQnO1xuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBDaGlwTGlzdCBjb21wb25lbnQuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIENoaXBMaXN0Q29tcG9uZW50LFxuICAgICAgICBDaGlwRGlyZWN0aXZlLFxuICAgICAgICBDaGlwc0RpcmVjdGl2ZVxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBDaGlwTGlzdENvbXBvbmVudCxcbiAgICAgICAgQ2hpcERpcmVjdGl2ZSxcbiAgICAgICAgQ2hpcHNEaXJlY3RpdmVcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIENoaXBMaXN0TW9kdWxlIHsgfSJdfQ== |
| import { __decorate } from "tslib"; | ||
| import { Directive, ContentChildren, ContentChild } from '@angular/core'; | ||
| import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { Template } from '@syncfusion/ej2-angular-base'; | ||
| import * as i0 from "@angular/core"; | ||
| let input = ['avatarIconCss', 'avatarText', 'cssClass', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'template', 'text', 'trailingIconCss', 'trailingIconUrl', 'value']; | ||
| let outputs = []; | ||
| /** | ||
| * `e-chip` directive represent a chip of the Angular ChipList. | ||
| * ```html | ||
| * <ejs-chiplist > | ||
| * <e-chips> | ||
| * <e-chip text='chip1'></e-chip> | ||
| * <e-chip text='chip2'></e-chip> | ||
| * </e-chips> | ||
| * </ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| export class ChipDirective extends ComplexBase { | ||
| constructor(viewContainerRef) { | ||
| super(); | ||
| this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.registerEvents(outputs); | ||
| this.directivePropList = input; | ||
| } | ||
| } | ||
| ChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); | ||
| ChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ChipDirective, selector: "e-chips>e-chip", inputs: { avatarIconCss: "avatarIconCss", avatarText: "avatarText", cssClass: "cssClass", enabled: "enabled", htmlAttributes: "htmlAttributes", leadingIconCss: "leadingIconCss", leadingIconUrl: "leadingIconUrl", template: "template", text: "text", trailingIconCss: "trailingIconCss", trailingIconUrl: "trailingIconUrl", value: "value" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0 }); | ||
| __decorate([ | ||
| Template() | ||
| ], ChipDirective.prototype, "template", void 0); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'e-chips>e-chip', | ||
| inputs: input, | ||
| outputs: outputs, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{ | ||
| type: ContentChild, | ||
| args: ['template'] | ||
| }] } }); | ||
| /** | ||
| * Chip Array Directive | ||
| * @private | ||
| */ | ||
| export class ChipsDirective extends ArrayBase { | ||
| constructor() { | ||
| super('chips'); | ||
| } | ||
| } | ||
| ChipsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); | ||
| ChipsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ChipsDirective, selector: "ejs-chiplist>e-chips", queries: [{ propertyName: "children", predicate: ChipDirective }], usesInheritance: true, ngImport: i0 }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipsDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'ejs-chiplist>e-chips', | ||
| queries: { | ||
| children: new ContentChildren(ChipDirective) | ||
| }, | ||
| }] | ||
| }], ctorParameters: function () { return []; } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcHMuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NoaXBzL2NoaXBzLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBb0IsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzRixPQUFPLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNoRixPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBR3hELElBQUksS0FBSyxHQUFhLENBQUMsZUFBZSxFQUFFLFlBQVksRUFBRSxVQUFVLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLGdCQUFnQixFQUFFLGdCQUFnQixFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUUsaUJBQWlCLEVBQUUsaUJBQWlCLEVBQUUsT0FBTyxDQUFDLENBQUM7QUFDdE0sSUFBSSxPQUFPLEdBQWEsRUFBRSxDQUFDO0FBQzNCOzs7Ozs7Ozs7O0dBVUc7QUFTSCxNQUFNLE9BQU8sYUFBYyxTQUFRLFdBQTBCO0lBMEV6RCxZQUFvQixnQkFBaUM7UUFDakQsS0FBSyxFQUFFLENBQUM7UUFEUSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBRWpELFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO0lBQ25DLENBQUM7OzBHQS9FUSxhQUFhOzhGQUFiLGFBQWE7QUF3RXRCO0lBREMsUUFBUSxFQUFFOytDQUNVOzJGQXhFWixhQUFhO2tCQVJ6QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxLQUFLO29CQUNiLE9BQU8sRUFBRSxPQUFPO29CQUNoQixPQUFPLEVBQUUsRUFFUjtpQkFDSjt1R0F5RVUsUUFBUTtzQkFGZCxZQUFZO3VCQUFDLFVBQVU7O0FBWTVCOzs7R0FHRztBQU9ILE1BQU0sT0FBTyxjQUFlLFNBQVEsU0FBeUI7SUFDekQ7UUFDSSxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDbkIsQ0FBQzs7MkdBSFEsY0FBYzsrRkFBZCxjQUFjLHFGQUhXLGFBQWE7MkZBR3RDLGNBQWM7a0JBTjFCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsT0FBTyxFQUFFO3dCQUNMLFFBQVEsRUFBRSxJQUFJLGVBQWUsQ0FBQyxhQUFhLENBQUM7cUJBQy9DO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBWaWV3Q29udGFpbmVyUmVmLCBDb250ZW50Q2hpbGRyZW4sIENvbnRlbnRDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tcGxleEJhc2UsIEFycmF5QmFzZSwgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IFRlbXBsYXRlIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWFuZ3VsYXItYmFzZSc7XG5cblxubGV0IGlucHV0OiBzdHJpbmdbXSA9IFsnYXZhdGFySWNvbkNzcycsICdhdmF0YXJUZXh0JywgJ2Nzc0NsYXNzJywgJ2VuYWJsZWQnLCAnaHRtbEF0dHJpYnV0ZXMnLCAnbGVhZGluZ0ljb25Dc3MnLCAnbGVhZGluZ0ljb25VcmwnLCAndGVtcGxhdGUnLCAndGV4dCcsICd0cmFpbGluZ0ljb25Dc3MnLCAndHJhaWxpbmdJY29uVXJsJywgJ3ZhbHVlJ107XG5sZXQgb3V0cHV0czogc3RyaW5nW10gPSBbXTtcbi8qKlxuICogYGUtY2hpcGAgZGlyZWN0aXZlIHJlcHJlc2VudCBhIGNoaXAgb2YgdGhlIEFuZ3VsYXIgQ2hpcExpc3QuXG4gKiBgYGBodG1sXG4gKiA8ZWpzLWNoaXBsaXN0ID4gXG4gKiAgIDxlLWNoaXBzPlxuICogICAgPGUtY2hpcCB0ZXh0PSdjaGlwMSc+PC9lLWNoaXA+XG4gKiAgICA8ZS1jaGlwIHRleHQ9J2NoaXAyJz48L2UtY2hpcD5cbiAqICAgPC9lLWNoaXBzPlxuICogPC9lanMtY2hpcGxpc3Q+XG4gKiBgYGBcbiAqL1xuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdlLWNoaXBzPmUtY2hpcCcsXG4gICAgaW5wdXRzOiBpbnB1dCxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLCAgICBcbiAgICBxdWVyaWVzOiB7XG5cbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIENoaXBEaXJlY3RpdmUgZXh0ZW5kcyBDb21wbGV4QmFzZTxDaGlwRGlyZWN0aXZlPiB7XG4gICAgcHVibGljIGRpcmVjdGl2ZVByb3BMaXN0OiBhbnk7XG5cdFxuXG5cbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSBpY29uIENTUyBjbGFzcyBmb3IgdGhlIGF2YXRhciBpbiB0aGUgY2hpcC5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqL1xuICAgIHB1YmxpYyBhdmF0YXJJY29uQ3NzOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNwZWNpZmllcyB0aGUgY3VzdG9taXplZCB0ZXh0IHZhbHVlIGZvciB0aGUgYXZhdGFyIGluIHRoZSBjaGlwLlxuICAgICAqIEBkZWZhdWx0ICcnXG4gICAgICovXG4gICAgcHVibGljIGF2YXRhclRleHQ6IGFueTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSBjdXN0b20gY2xhc3NlcyB0byBiZSBhZGRlZCB0byB0aGUgY2hpcCBlbGVtZW50IHVzZWQgdG8gY3VzdG9taXplIHRoZSBDaGlwTGlzdCBjb21wb25lbnQuXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKi9cbiAgICBwdWJsaWMgY3NzQ2xhc3M6IGFueTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIGEgdmFsdWUgdGhhdCBpbmRpY2F0ZXMgd2hldGhlciB0aGUgY2hpcCBjb21wb25lbnQgaXMgZW5hYmxlZCBvciBub3QuXG4gICAgICogQGRlZmF1bHQgdHJ1ZVxuICAgICAqL1xuICAgIHB1YmxpYyBlbmFibGVkOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNwZWNpZmllcyB0aGUgYWRkaXRpb25hbCBIVE1MIGF0dHJpYnV0ZXMsIHN1Y2ggYXMgdGl0bGUsIHN0eWxlcywgY2xhc3MsIGlkLCBhbmQgbmFtZSwgaW4gYSBrZXktdmFsdWUgcGFpciBmb3JtYXQgXG4gICAgICogYW5kIGFwcGVuZGVkIHRvIHRoZSBjaGlwIGl0ZW0gZWxlbWVudCBvZiB0aGUgQ2hpcCBjb21wb25lbnQuIElmIGJvdGggdGhlIHByb3BlcnR5IGFuZCBlcXVpdmFsZW50IEhUTUwgYXR0cmlidXRlcyBhcmUgY29uZmlndXJlZCwgXG4gICAgICogdGhlbiB0aGUgY29tcG9uZW50IG92ZXJyaWRlcyB0aGUgcHJvcGVydHkgdmFsdWUgd2l0aCB0aGUgSFRNTCBhdHRyaWJ1dGVzLlxuICAgICAqIEBkZWZhdWx0IHt9XG4gICAgICovXG4gICAgcHVibGljIGh0bWxBdHRyaWJ1dGVzOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNwZWNpZmllcyB0aGUgbGVhZGluZyBpY29uIENTUyBjbGFzcyBmb3IgdGhlIGNoaXAuXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKi9cbiAgICBwdWJsaWMgbGVhZGluZ0ljb25Dc3M6IGFueTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSBsZWFkaW5nIGljb24gdXJsIGZvciB0aGUgY2hpcC5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqL1xuICAgIHB1YmxpYyBsZWFkaW5nSWNvblVybDogYW55O1xuICAgIC8qKiBcbiAgICAgKiBTcGVjaWZpZXMgdGhlIHRleHQgY29udGVudCBmb3IgdGhlIGNoaXAuXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKi9cbiAgICBwdWJsaWMgdGV4dDogYW55O1xuICAgIC8qKiBcbiAgICAgKiBTcGVjaWZpZXMgdGhlIHRyYWlsaW5nIGljb24gQ1NTIGNsYXNzIGZvciB0aGUgY2hpcC5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqL1xuICAgIHB1YmxpYyB0cmFpbGluZ0ljb25Dc3M6IGFueTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSB0cmFpbGluZyBpY29uIHVybCBmb3IgdGhlIGNoaXAuXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKi9cbiAgICBwdWJsaWMgdHJhaWxpbmdJY29uVXJsOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgdGhlIHZhbHVlIG9mIHRoZSBjaGlwLlxuICAgICAqIEBkZWZhdWx0ICcnXG4gICAgICovXG4gICAgcHVibGljIHZhbHVlOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNwZWNpZmllcyB0aGUgdGVtcGxhdGUgY29udGVudCB0byBiZSByZW5kZXJlZCBmb3IgZWFjaCBpbmRpdmlkdWFsIGNoaXAgaXRlbS4gVGhpcyB0ZW1wbGF0ZSBhbGxvd3MgZm9yIHRoZSByZW5kZXJpbmcgb2YgY3VzdG9tIEhUTUwgZWxlbWVudHMsIHN1Y2ggYXMgYW5jaG9yIHRhZ3MsIFNWRyBpY29ucywgb3Igb3RoZXIgY29tcG9uZW50cywgd2l0aGluIGVhY2ggY2hpcCBpdGVtLlxuICAgICAqIEBkZWZhdWx0IG51bGxcbiAgICAgKiBAYW5ndWxhcnR5cGUgc3RyaW5nIHwgb2JqZWN0XG4gICAgICogQHJlYWN0dHlwZSBzdHJpbmcgfCBmdW5jdGlvbiB8IEpTWC5FbGVtZW50XG4gICAgICogQHZ1ZXR5cGUgc3RyaW5nIHwgZnVuY3Rpb25cbiAgICAgKiBAYXNwdHlwZSBzdHJpbmdcbiAgICAgKi9cbiAgICBAQ29udGVudENoaWxkKCd0ZW1wbGF0ZScpXG4gICAgQFRlbXBsYXRlKClcbiAgICBwdWJsaWMgdGVtcGxhdGU6IGFueTtcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjpWaWV3Q29udGFpbmVyUmVmKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmRpcmVjdGl2ZVByb3BMaXN0ID0gaW5wdXQ7XG4gICAgfVxufVxuXG4vKipcbiAqIENoaXAgQXJyYXkgRGlyZWN0aXZlXG4gKiBAcHJpdmF0ZVxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1jaGlwbGlzdD5lLWNoaXBzJyxcbiAgICBxdWVyaWVzOiB7XG4gICAgICAgIGNoaWxkcmVuOiBuZXcgQ29udGVudENoaWxkcmVuKENoaXBEaXJlY3RpdmUpXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgQ2hpcHNEaXJlY3RpdmUgZXh0ZW5kcyBBcnJheUJhc2U8Q2hpcHNEaXJlY3RpdmU+IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoJ2NoaXBzJyk7XG4gICAgfVxufSJdfQ== |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { FabModule } from './fab.module'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the Fab component with providers. | ||
| */ | ||
| export class FabAllModule { | ||
| } | ||
| FabAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| FabAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, imports: [CommonModule, FabModule], exports: [FabModule] }); | ||
| FabAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, providers: [], imports: [[CommonModule, FabModule], FabModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, FabModule], | ||
| exports: [ | ||
| FabModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFiLWFsbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZmxvYXRpbmctYWN0aW9uLWJ1dHRvbi9mYWItYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGNBQWMsQ0FBQzs7QUFNekM7O0dBRUc7QUFVSCxNQUFNLE9BQU8sWUFBWTs7eUdBQVosWUFBWTswR0FBWixZQUFZLFlBUlgsWUFBWSxFQUFFLFNBQVMsYUFFN0IsU0FBUzswR0FNSixZQUFZLGFBSlgsRUFFVCxZQU5RLENBQUMsWUFBWSxFQUFFLFNBQVMsQ0FBQyxFQUU5QixTQUFTOzJGQU1KLFlBQVk7a0JBVHhCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLFNBQVMsQ0FBQztvQkFDbEMsT0FBTyxFQUFFO3dCQUNMLFNBQVM7cUJBQ1o7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEZhYkNvbXBvbmVudCB9IGZyb20gJy4vZmFiLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGYWJNb2R1bGUgfSBmcm9tICcuL2ZhYi5tb2R1bGUnO1xuXG5cblxuXG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIEZhYiBjb21wb25lbnQgd2l0aCBwcm92aWRlcnMuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRmFiTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEZhYk1vZHVsZVxuICAgIF0sXG4gICAgcHJvdmlkZXJzOltcbiAgICAgICAgXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBGYWJBbGxNb2R1bGUgeyB9Il19 |
| import { __decorate } from "tslib"; | ||
| import { Component, ChangeDetectionStrategy } from '@angular/core'; | ||
| import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { Fab } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export const inputs = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale', 'position', 'target', 'visible']; | ||
| export const outputs = ['created']; | ||
| export const twoWays = []; | ||
| /** | ||
| * Represents the Angular Fab Component. | ||
| * ```html | ||
| * <button ejs-fab content='fab'></button> | ||
| * ``` | ||
| */ | ||
| let FabComponent = class FabComponent extends Fab { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| FabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| FabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: FabComponent, selector: "[ejs-fab]", inputs: { content: "content", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconCss: "iconCss", iconPosition: "iconPosition", isPrimary: "isPrimary", isToggle: "isToggle", locale: "locale", position: "position", target: "target", visible: "visible" }, outputs: { created: "created" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| FabComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], FabComponent); | ||
| export { FabComponent }; | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-fab]', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFiLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9mbG9hdGluZy1hY3Rpb24tYnV0dG9uL2ZhYi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFELHVCQUF1QixFQUE0QixNQUFNLGVBQWUsQ0FBQztBQUNoSixPQUFPLEVBQUUsYUFBYSxFQUFFLGVBQWUsRUFBdUQsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0ksT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLHlCQUF5QixDQUFDOztBQUk5QyxNQUFNLENBQUMsTUFBTSxNQUFNLEdBQWEsQ0FBQyxTQUFTLEVBQUMsVUFBVSxFQUFDLFVBQVUsRUFBQyxxQkFBcUIsRUFBQyxtQkFBbUIsRUFBQyxXQUFXLEVBQUMsU0FBUyxFQUFDLGNBQWMsRUFBQyxXQUFXLEVBQUMsVUFBVSxFQUFDLFFBQVEsRUFBQyxVQUFVLEVBQUMsUUFBUSxFQUFDLFNBQVMsQ0FBQyxDQUFDO0FBQy9NLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0FBQzdDLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxFQUFFLENBQUM7QUFFcEM7Ozs7O0dBS0c7SUFZVSxZQUFZLFNBQVosWUFBYSxTQUFRLEdBQUc7SUFPakMsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCO1FBQ3RJLEtBQUssRUFBRSxDQUFDO1FBRFEsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFBVSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUV0SSxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDO1FBQ3hDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGVBQWUsSUFBSSxFQUFFLENBQUM7UUFFbEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDbkMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsZ0JBQWdCLEdBQUksSUFBSSxhQUFhLEVBQUUsQ0FBQztJQUNqRCxDQUFDO0lBRU0sUUFBUTtRQUNYLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekMsQ0FBQztJQUVNLGVBQWU7UUFDbEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVNLHFCQUFxQjtRQUV4QixJQUFJLENBQUMsZ0JBQWdCLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdEQsQ0FBQztDQUlKLENBQUE7eUdBckNZLFlBQVk7NkZBQVosWUFBWSwrY0FQWCw0QkFBNEI7QUFPN0IsWUFBWTtJQUR4QixlQUFlLENBQUMsQ0FBQyxhQUFhLENBQUMsQ0FBQztHQUNwQixZQUFZLENBcUN4QjtTQXJDWSxZQUFZOzJGQUFaLFlBQVk7a0JBWHhCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLFdBQVc7b0JBQ3JCLE1BQU0sRUFBRSxNQUFNO29CQUNkLE9BQU8sRUFBRSxPQUFPO29CQUNoQixRQUFRLEVBQUUsNEJBQTRCO29CQUN0QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsT0FBTyxFQUFFLEVBRVI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFZpZXdDb250YWluZXJSZWYsIFJlbmRlcmVyMiwgSW5qZWN0b3IsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBRdWVyeUxpc3QsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBvbmVudEJhc2UsIENvbXBvbmVudE1peGlucywgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBQcm9wZXJ0eUNvbGxlY3Rpb25JbmZvLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgRmFiIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWJ1dHRvbnMnO1xuXG5cblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2NvbnRlbnQnLCdjc3NDbGFzcycsJ2Rpc2FibGVkJywnZW5hYmxlSHRtbFNhbml0aXplcicsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnaWNvbkNzcycsJ2ljb25Qb3NpdGlvbicsJ2lzUHJpbWFyeScsJ2lzVG9nZ2xlJywnbG9jYWxlJywncG9zaXRpb24nLCd0YXJnZXQnLCd2aXNpYmxlJ107XG5leHBvcnQgY29uc3Qgb3V0cHV0czogc3RyaW5nW10gPSBbJ2NyZWF0ZWQnXTtcbmV4cG9ydCBjb25zdCB0d29XYXlzOiBzdHJpbmdbXSA9IFtdO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEFuZ3VsYXIgRmFiIENvbXBvbmVudC5cbiAqIGBgYGh0bWxcbiAqIDxidXR0b24gZWpzLWZhYiBjb250ZW50PSdmYWInPjwvYnV0dG9uPlxuICogYGBgXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnW2Vqcy1mYWJdJyxcbiAgICBpbnB1dHM6IGlucHV0cyxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLFxuICAgIHRlbXBsYXRlOiBgPG5nLWNvbnRlbnQgPjwvbmctY29udGVudD5gLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHF1ZXJpZXM6IHtcblxuICAgIH1cbn0pXG5AQ29tcG9uZW50TWl4aW5zKFtDb21wb25lbnRCYXNlXSlcbmV4cG9ydCBjbGFzcyBGYWJDb21wb25lbnQgZXh0ZW5kcyBGYWIgaW1wbGVtZW50cyBJQ29tcG9uZW50QmFzZSB7XG4gICAgcHVibGljIGNvbnRhaW5lckNvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIHRhZ09iamVjdHM6IGFueTtcblx0cHVibGljIGNyZWF0ZWQ6IGFueTtcblxuXG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgdGhpcy5lbGVtZW50ID0gdGhpcy5uZ0VsZS5uYXRpdmVFbGVtZW50O1xuICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcyA9IHRoaXMuaW5qZWN0ZWRNb2R1bGVzIHx8IFtdO1xuXG4gICAgICAgIHRoaXMucmVnaXN0ZXJFdmVudHMob3V0cHV0cyk7XG4gICAgICAgIHRoaXMuYWRkVHdvV2F5LmNhbGwodGhpcywgdHdvV2F5cyk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQgID0gbmV3IENvbXBvbmVudEJhc2UoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ09uSW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdBZnRlclZpZXdJbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nT25EZXN0cm95KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyQ29udGVudENoZWNrZWQoKTogdm9pZCB7XG4gICAgICAgIFxuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19 |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { FabComponent } from './fab.component'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the Fab component. | ||
| */ | ||
| export class FabModule { | ||
| } | ||
| FabModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| FabModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, declarations: [FabComponent], imports: [CommonModule], exports: [FabComponent] }); | ||
| FabModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| FabComponent | ||
| ], | ||
| exports: [ | ||
| FabComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFiLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9mbG9hdGluZy1hY3Rpb24tYnV0dG9uL2ZhYi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQUUvQzs7R0FFRztBQVVILE1BQU0sT0FBTyxTQUFTOztzR0FBVCxTQUFTO3VHQUFULFNBQVMsaUJBTmQsWUFBWSxhQUZOLFlBQVksYUFLbEIsWUFBWTt1R0FHUCxTQUFTLFlBUlQsQ0FBQyxZQUFZLENBQUM7MkZBUWQsU0FBUztrQkFUckIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDVixZQUFZO3FCQUNmO29CQUNELE9BQU8sRUFBRTt3QkFDTCxZQUFZO3FCQUNmO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBGYWJDb21wb25lbnQgfSBmcm9tICcuL2ZhYi5jb21wb25lbnQnO1xuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBGYWIgY29tcG9uZW50LlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBGYWJDb21wb25lbnRcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgRmFiQ29tcG9uZW50XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBGYWJNb2R1bGUgeyB9Il19 |
| export { ButtonComponent } from './button/button.component'; | ||
| export { ButtonModule } from './button/button.module'; | ||
| export { ButtonAllModule } from './button/button-all.module'; | ||
| export { CheckBoxComponent } from './check-box/checkbox.component'; | ||
| export { CheckBoxModule } from './check-box/checkbox.module'; | ||
| export { CheckBoxAllModule } from './check-box/checkbox-all.module'; | ||
| export { RadioButtonComponent } from './radio-button/radiobutton.component'; | ||
| export { RadioButtonModule } from './radio-button/radiobutton.module'; | ||
| export { RadioButtonAllModule } from './radio-button/radiobutton-all.module'; | ||
| export { SwitchComponent } from './switch/switch.component'; | ||
| export { SwitchModule } from './switch/switch.module'; | ||
| export { SwitchAllModule } from './switch/switch-all.module'; | ||
| export { ChipDirective, ChipsDirective } from './chips/chips.directive'; | ||
| export { ChipListComponent } from './chips/chiplist.component'; | ||
| export { ChipListModule } from './chips/chiplist.module'; | ||
| export { ChipListAllModule } from './chips/chiplist-all.module'; | ||
| export { FabComponent } from './floating-action-button/fab.component'; | ||
| export { FabModule } from './floating-action-button/fab.module'; | ||
| export { FabAllModule } from './floating-action-button/fab-all.module'; | ||
| export { SpeedDialItemDirective, SpeedDialItemsDirective } from './speed-dial/items.directive'; | ||
| export { SpeedDialComponent } from './speed-dial/speeddial.component'; | ||
| export { SpeedDialModule } from './speed-dial/speeddial.module'; | ||
| export { SpeedDialAllModule } from './speed-dial/speeddial-all.module'; | ||
| export { SmartPasteButtonComponent } from './smart-paste-button/smartpastebutton.component'; | ||
| export { SmartPasteButtonModule } from './smart-paste-button/smartpastebutton.module'; | ||
| export { SmartPasteButtonAllModule } from './smart-paste-button/smartpastebutton-all.module'; | ||
| export * from '@syncfusion/ej2-buttons'; | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBQyxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDN0QsT0FBTyxFQUFFLGlCQUFpQixFQUFDLE1BQU0sZ0NBQWdDLENBQUM7QUFDbEUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQzdELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxvQkFBb0IsRUFBQyxNQUFNLHNDQUFzQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzdFLE9BQU8sRUFBRSxlQUFlLEVBQUMsTUFBTSwyQkFBMkIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQzdELE9BQU8sRUFBQyxhQUFhLEVBQUMsY0FBYyxFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFDckUsT0FBTyxFQUFFLGlCQUFpQixFQUFDLE1BQU0sNEJBQTRCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxZQUFZLEVBQUMsTUFBTSx3Q0FBd0MsQ0FBQztBQUNyRSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDaEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ3ZFLE9BQU8sRUFBQyxzQkFBc0IsRUFBQyx1QkFBdUIsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQzVGLE9BQU8sRUFBRSxrQkFBa0IsRUFBQyxNQUFNLGtDQUFrQyxDQUFDO0FBQ3JFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUseUJBQXlCLEVBQUMsTUFBTSxpREFBaUQsQ0FBQztBQUMzRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUN0RixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUM3RixjQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgQnV0dG9uQ29tcG9uZW50fSBmcm9tICcuL2J1dHRvbi9idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCB7IEJ1dHRvbk1vZHVsZSB9IGZyb20gJy4vYnV0dG9uL2J1dHRvbi5tb2R1bGUnO1xuZXhwb3J0IHsgQnV0dG9uQWxsTW9kdWxlIH0gZnJvbSAnLi9idXR0b24vYnV0dG9uLWFsbC5tb2R1bGUnO1xuZXhwb3J0IHsgQ2hlY2tCb3hDb21wb25lbnR9IGZyb20gJy4vY2hlY2stYm94L2NoZWNrYm94LmNvbXBvbmVudCc7XG5leHBvcnQgeyBDaGVja0JveE1vZHVsZSB9IGZyb20gJy4vY2hlY2stYm94L2NoZWNrYm94Lm1vZHVsZSc7XG5leHBvcnQgeyBDaGVja0JveEFsbE1vZHVsZSB9IGZyb20gJy4vY2hlY2stYm94L2NoZWNrYm94LWFsbC5tb2R1bGUnO1xuZXhwb3J0IHsgUmFkaW9CdXR0b25Db21wb25lbnR9IGZyb20gJy4vcmFkaW8tYnV0dG9uL3JhZGlvYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQgeyBSYWRpb0J1dHRvbk1vZHVsZSB9IGZyb20gJy4vcmFkaW8tYnV0dG9uL3JhZGlvYnV0dG9uLm1vZHVsZSc7XG5leHBvcnQgeyBSYWRpb0J1dHRvbkFsbE1vZHVsZSB9IGZyb20gJy4vcmFkaW8tYnV0dG9uL3JhZGlvYnV0dG9uLWFsbC5tb2R1bGUnO1xuZXhwb3J0IHsgU3dpdGNoQ29tcG9uZW50fSBmcm9tICcuL3N3aXRjaC9zd2l0Y2guY29tcG9uZW50JztcbmV4cG9ydCB7IFN3aXRjaE1vZHVsZSB9IGZyb20gJy4vc3dpdGNoL3N3aXRjaC5tb2R1bGUnO1xuZXhwb3J0IHsgU3dpdGNoQWxsTW9kdWxlIH0gZnJvbSAnLi9zd2l0Y2gvc3dpdGNoLWFsbC5tb2R1bGUnO1xuZXhwb3J0IHtDaGlwRGlyZWN0aXZlLENoaXBzRGlyZWN0aXZlfSBmcm9tICcuL2NoaXBzL2NoaXBzLmRpcmVjdGl2ZSc7XG5leHBvcnQgeyBDaGlwTGlzdENvbXBvbmVudH0gZnJvbSAnLi9jaGlwcy9jaGlwbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0IHsgQ2hpcExpc3RNb2R1bGUgfSBmcm9tICcuL2NoaXBzL2NoaXBsaXN0Lm1vZHVsZSc7XG5leHBvcnQgeyBDaGlwTGlzdEFsbE1vZHVsZSB9IGZyb20gJy4vY2hpcHMvY2hpcGxpc3QtYWxsLm1vZHVsZSc7XG5leHBvcnQgeyBGYWJDb21wb25lbnR9IGZyb20gJy4vZmxvYXRpbmctYWN0aW9uLWJ1dHRvbi9mYWIuY29tcG9uZW50JztcbmV4cG9ydCB7IEZhYk1vZHVsZSB9IGZyb20gJy4vZmxvYXRpbmctYWN0aW9uLWJ1dHRvbi9mYWIubW9kdWxlJztcbmV4cG9ydCB7IEZhYkFsbE1vZHVsZSB9IGZyb20gJy4vZmxvYXRpbmctYWN0aW9uLWJ1dHRvbi9mYWItYWxsLm1vZHVsZSc7XG5leHBvcnQge1NwZWVkRGlhbEl0ZW1EaXJlY3RpdmUsU3BlZWREaWFsSXRlbXNEaXJlY3RpdmV9IGZyb20gJy4vc3BlZWQtZGlhbC9pdGVtcy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgU3BlZWREaWFsQ29tcG9uZW50fSBmcm9tICcuL3NwZWVkLWRpYWwvc3BlZWRkaWFsLmNvbXBvbmVudCc7XG5leHBvcnQgeyBTcGVlZERpYWxNb2R1bGUgfSBmcm9tICcuL3NwZWVkLWRpYWwvc3BlZWRkaWFsLm1vZHVsZSc7XG5leHBvcnQgeyBTcGVlZERpYWxBbGxNb2R1bGUgfSBmcm9tICcuL3NwZWVkLWRpYWwvc3BlZWRkaWFsLWFsbC5tb2R1bGUnO1xuZXhwb3J0IHsgU21hcnRQYXN0ZUJ1dHRvbkNvbXBvbmVudH0gZnJvbSAnLi9zbWFydC1wYXN0ZS1idXR0b24vc21hcnRwYXN0ZWJ1dHRvbi5jb21wb25lbnQnO1xuZXhwb3J0IHsgU21hcnRQYXN0ZUJ1dHRvbk1vZHVsZSB9IGZyb20gJy4vc21hcnQtcGFzdGUtYnV0dG9uL3NtYXJ0cGFzdGVidXR0b24ubW9kdWxlJztcbmV4cG9ydCB7IFNtYXJ0UGFzdGVCdXR0b25BbGxNb2R1bGUgfSBmcm9tICcuL3NtYXJ0LXBhc3RlLWJ1dHRvbi9zbWFydHBhc3RlYnV0dG9uLWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLWJ1dHRvbnMnOyJdfQ== |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { RadioButtonModule } from './radiobutton.module'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the RadioButton component with providers. | ||
| */ | ||
| export class RadioButtonAllModule { | ||
| } | ||
| RadioButtonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| RadioButtonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, imports: [CommonModule, RadioButtonModule], exports: [RadioButtonModule] }); | ||
| RadioButtonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, providers: [], imports: [[CommonModule, RadioButtonModule], RadioButtonModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, RadioButtonModule], | ||
| exports: [ | ||
| RadioButtonModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW9idXR0b24tYWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yYWRpby1idXR0b24vcmFkaW9idXR0b24tYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBTXpEOztHQUVHO0FBVUgsTUFBTSxPQUFPLG9CQUFvQjs7aUhBQXBCLG9CQUFvQjtrSEFBcEIsb0JBQW9CLFlBUm5CLFlBQVksRUFBRSxpQkFBaUIsYUFFckMsaUJBQWlCO2tIQU1aLG9CQUFvQixhQUpuQixFQUVULFlBTlEsQ0FBQyxZQUFZLEVBQUUsaUJBQWlCLENBQUMsRUFFdEMsaUJBQWlCOzJGQU1aLG9CQUFvQjtrQkFUaEMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsaUJBQWlCLENBQUM7b0JBQzFDLE9BQU8sRUFBRTt3QkFDTCxpQkFBaUI7cUJBQ3BCO29CQUNELFNBQVMsRUFBQyxFQUVUO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBSYWRpb0J1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vcmFkaW9idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7IFJhZGlvQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi9yYWRpb2J1dHRvbi5tb2R1bGUnO1xuXG5cblxuXG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIFJhZGlvQnV0dG9uIGNvbXBvbmVudCB3aXRoIHByb3ZpZGVycy5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBSYWRpb0J1dHRvbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBSYWRpb0J1dHRvbk1vZHVsZVxuICAgIF0sXG4gICAgcHJvdmlkZXJzOltcbiAgICAgICAgXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBSYWRpb0J1dHRvbkFsbE1vZHVsZSB7IH0iXX0= |
| var RadioButtonComponent_1; | ||
| import { __decorate } from "tslib"; | ||
| import { Component, ChangeDetectionStrategy, forwardRef } from '@angular/core'; | ||
| import { NG_VALUE_ACCESSOR } from '@angular/forms'; | ||
| import { ComponentBase, ComponentMixins, FormBase, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { RadioButton } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export const inputs = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| export const outputs = ['focus', 'blur', 'change', 'created', 'valueChange']; | ||
| export const twoWays = ['value']; | ||
| /** | ||
| * Represents the Angular RadioButton Component. | ||
| * ```html | ||
| * <ejs-radiobutton label='Default'></ejs-radiobutton> | ||
| * ``` | ||
| */ | ||
| let RadioButtonComponent = RadioButtonComponent_1 = class RadioButtonComponent extends RadioButton { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| writeValue(value) { | ||
| } | ||
| setDisabledState(disabled) { | ||
| } | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| RadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); | ||
| RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: RadioButtonComponent, selector: "ejs-radiobutton", inputs: { checked: "checked", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", label: "label", labelPosition: "labelPosition", locale: "locale", name: "name", value: "value" }, outputs: { focus: "focus", blur: "blur", change: "change", created: "created", valueChange: "valueChange" }, providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => RadioButtonComponent_1), | ||
| multi: true | ||
| } | ||
| ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| RadioButtonComponent = RadioButtonComponent_1 = __decorate([ | ||
| ComponentMixins([ComponentBase, FormBase]) | ||
| ], RadioButtonComponent); | ||
| export { RadioButtonComponent }; | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-radiobutton', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => RadioButtonComponent), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW9idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JhZGlvLWJ1dHRvbi9yYWRpb2J1dHRvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvRSx1QkFBdUIsRUFBcUIsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BLLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxhQUFhLEVBQStCLGVBQWUsRUFBMEIsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3ZKLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFJdEQsTUFBTSxDQUFDLE1BQU0sTUFBTSxHQUFhLENBQUMsU0FBUyxFQUFDLFVBQVUsRUFBQyxVQUFVLEVBQUMscUJBQXFCLEVBQUMsbUJBQW1CLEVBQUMsV0FBVyxFQUFDLGdCQUFnQixFQUFDLE9BQU8sRUFBQyxlQUFlLEVBQUMsUUFBUSxFQUFDLE1BQU0sRUFBQyxPQUFPLENBQUMsQ0FBQztBQUN6TCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxPQUFPLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBQyxTQUFTLEVBQUMsYUFBYSxDQUFDLENBQUM7QUFDckYsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsT0FBTyxDQUFDLENBQUM7QUFFM0M7Ozs7O0dBS0c7SUFtQlUsb0JBQW9CLGtDQUFwQixvQkFBcUIsU0FBUSxXQUFXO0lBWWpELFlBQW9CLEtBQWlCLEVBQVUsU0FBb0IsRUFBVSxnQkFBaUMsRUFBVSxRQUFrQixFQUFVLEdBQXNCO1FBQ3RLLEtBQUssRUFBRSxDQUFDO1FBRFEsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFBVSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUFVLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBRXRLLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxhQUFhLENBQUM7UUFDeEMsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUMsZUFBZSxJQUFJLEVBQUUsQ0FBQztRQUVsRCxJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzdCLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxPQUFPLENBQUMsQ0FBQztRQUNuQyxRQUFRLENBQUMsaUJBQWlCLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQ3pELElBQUksQ0FBQyxXQUFXLEdBQUksSUFBSSxRQUFRLEVBQUUsQ0FBQztRQUNuQyxJQUFJLENBQUMsZUFBZSxHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDaEQsQ0FBQztJQUVNLGdCQUFnQixDQUFDLGdCQUFrQztJQUMxRCxDQUFDO0lBRU0saUJBQWlCLENBQUMsZ0JBQTRCO0lBQ3JELENBQUM7SUFFTSxVQUFVLENBQUMsS0FBVTtJQUM1QixDQUFDO0lBRU0sZ0JBQWdCLENBQUMsUUFBaUI7SUFDekMsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsZUFBZSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN4QyxDQUFDO0lBRU0sZUFBZTtRQUNsQixJQUFJLENBQUMsV0FBVyxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQyxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxlQUFlLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFTSxxQkFBcUI7UUFFeEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNyRCxDQUFDO0NBSUosQ0FBQTtpSEF2RFksb0JBQW9CO3FHQUFwQixvQkFBb0IsaWRBWmxCO1FBQ1A7WUFDSSxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsc0JBQW9CLENBQUM7WUFDbkQsS0FBSyxFQUFFLElBQUk7U0FDZDtLQUNKLGlEQVJTLEVBQUU7QUFjSCxvQkFBb0I7SUFEaEMsZUFBZSxDQUFDLENBQUMsYUFBYSxFQUFFLFFBQVEsQ0FBQyxDQUFDO0dBQzlCLG9CQUFvQixDQXVEaEM7U0F2RFksb0JBQW9COzJGQUFwQixvQkFBb0I7a0JBbEJoQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxpQkFBaUI7b0JBQzNCLE1BQU0sRUFBRSxNQUFNO29CQUNkLE9BQU8sRUFBRSxPQUFPO29CQUNoQixRQUFRLEVBQUUsRUFBRTtvQkFDWixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsU0FBUyxFQUFFO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLHFCQUFxQixDQUFDOzRCQUNuRCxLQUFLLEVBQUUsSUFBSTt5QkFDZDtxQkFDSjtvQkFDRCxPQUFPLEVBQUUsRUFFUjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgVmFsdWVQcm92aWRlciwgUmVuZGVyZXIyLCBJbmplY3RvciwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENvbXBvbmVudEJhc2UsIElDb21wb25lbnRCYXNlLCBhcHBseU1peGlucywgQ29tcG9uZW50TWl4aW5zLCBQcm9wZXJ0eUNvbGxlY3Rpb25JbmZvLCBGb3JtQmFzZSwgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IFJhZGlvQnV0dG9uIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWJ1dHRvbnMnO1xuXG5cblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2NoZWNrZWQnLCdjc3NDbGFzcycsJ2Rpc2FibGVkJywnZW5hYmxlSHRtbFNhbml0aXplcicsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnaHRtbEF0dHJpYnV0ZXMnLCdsYWJlbCcsJ2xhYmVsUG9zaXRpb24nLCdsb2NhbGUnLCduYW1lJywndmFsdWUnXTtcbmV4cG9ydCBjb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnZm9jdXMnLCAnYmx1cicsICdjaGFuZ2UnLCdjcmVhdGVkJywndmFsdWVDaGFuZ2UnXTtcbmV4cG9ydCBjb25zdCB0d29XYXlzOiBzdHJpbmdbXSA9IFsndmFsdWUnXTtcblxuLyoqXG4gKiBSZXByZXNlbnRzIHRoZSBBbmd1bGFyIFJhZGlvQnV0dG9uIENvbXBvbmVudC5cbiAqIGBgYGh0bWxcbiAqIDxlanMtcmFkaW9idXR0b24gbGFiZWw9J0RlZmF1bHQnPjwvZWpzLXJhZGlvYnV0dG9uPlxuICogYGBgXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZWpzLXJhZGlvYnV0dG9uJyxcbiAgICBpbnB1dHM6IGlucHV0cyxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLFxuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBSYWRpb0J1dHRvbkNvbXBvbmVudCksXG4gICAgICAgICAgICBtdWx0aTogdHJ1ZVxuICAgICAgICB9XG4gICAgXSxcbiAgICBxdWVyaWVzOiB7XG5cbiAgICB9XG59KVxuQENvbXBvbmVudE1peGlucyhbQ29tcG9uZW50QmFzZSwgRm9ybUJhc2VdKVxuZXhwb3J0IGNsYXNzIFJhZGlvQnV0dG9uQ29tcG9uZW50IGV4dGVuZHMgUmFkaW9CdXR0b24gaW1wbGVtZW50cyBJQ29tcG9uZW50QmFzZSB7XG4gICAgcHVibGljIGZvcm1Db21wQ29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgZm9ybUNvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIHRhZ09iamVjdHM6IGFueTtcblx0Y2hhbmdlOiBhbnk7XG5cdGNyZWF0ZWQ6IGFueTtcblx0cHVibGljIHZhbHVlQ2hhbmdlOiBhbnk7XG5cblxuXG4gICAgcHVibGljIGZvY3VzOiBhbnk7XG4gICAgcHVibGljIGJsdXI6IGFueTtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IsIHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICB0aGlzLmVsZW1lbnQgPSB0aGlzLm5nRWxlLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzID0gdGhpcy5pbmplY3RlZE1vZHVsZXMgfHwgW107XG5cbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5hZGRUd29XYXkuY2FsbCh0aGlzLCB0d29XYXlzKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMuZm9ybUNvbnRleHQgID0gbmV3IEZvcm1CYXNlKCk7XG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyT25DaGFuZ2UocmVnaXN0ZXJGdW5jdGlvbjogKF86IGFueSkgPT4gdm9pZCk6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3Rlck9uVG91Y2hlZChyZWdpc3RlckZ1bmN0aW9uOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgfVxuXG4gICAgcHVibGljIHdyaXRlVmFsdWUodmFsdWU6IGFueSk6IHZvaWQge1xuICAgIH1cbiAgICBcbiAgICBwdWJsaWMgc2V0RGlzYWJsZWRTdGF0ZShkaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5mb3JtQ29udGV4dC5uZ0FmdGVyVmlld0luaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICBcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19 |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { RadioButtonComponent } from './radiobutton.component'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the RadioButton component. | ||
| */ | ||
| export class RadioButtonModule { | ||
| } | ||
| RadioButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| RadioButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, declarations: [RadioButtonComponent], imports: [CommonModule], exports: [RadioButtonComponent] }); | ||
| RadioButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| RadioButtonComponent | ||
| ], | ||
| exports: [ | ||
| RadioButtonComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW9idXR0b24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JhZGlvLWJ1dHRvbi9yYWRpb2J1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBRS9EOztHQUVHO0FBVUgsTUFBTSxPQUFPLGlCQUFpQjs7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCLGlCQU50QixvQkFBb0IsYUFGZCxZQUFZLGFBS2xCLG9CQUFvQjsrR0FHZixpQkFBaUIsWUFSakIsQ0FBQyxZQUFZLENBQUM7MkZBUWQsaUJBQWlCO2tCQVQ3QixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsWUFBWSxFQUFFO3dCQUNWLG9CQUFvQjtxQkFDdkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLG9CQUFvQjtxQkFDdkI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFJhZGlvQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9yYWRpb2J1dHRvbi5jb21wb25lbnQnO1xuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBSYWRpb0J1dHRvbiBjb21wb25lbnQuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIFJhZGlvQnV0dG9uQ29tcG9uZW50XG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIFJhZGlvQnV0dG9uQ29tcG9uZW50XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBSYWRpb0J1dHRvbk1vZHVsZSB7IH0iXX0= |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { SmartPasteButtonModule } from './smartpastebutton.module'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component with providers. | ||
| */ | ||
| export class SmartPasteButtonAllModule { | ||
| } | ||
| SmartPasteButtonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SmartPasteButtonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, imports: [CommonModule, SmartPasteButtonModule], exports: [SmartPasteButtonModule] }); | ||
| SmartPasteButtonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, providers: [], imports: [[CommonModule, SmartPasteButtonModule], SmartPasteButtonModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, SmartPasteButtonModule], | ||
| exports: [ | ||
| SmartPasteButtonModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRwYXN0ZWJ1dHRvbi1hbGwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3NtYXJ0LXBhc3RlLWJ1dHRvbi9zbWFydHBhc3RlYnV0dG9uLWFsbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBaUIsTUFBTSxlQUFlLENBQUM7QUFDeEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBRS9DLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU1uRTs7R0FFRztBQVVILE1BQU0sT0FBTyx5QkFBeUI7O3NIQUF6Qix5QkFBeUI7dUhBQXpCLHlCQUF5QixZQVJ4QixZQUFZLEVBQUUsc0JBQXNCLGFBRTFDLHNCQUFzQjt1SEFNakIseUJBQXlCLGFBSnhCLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxzQkFBc0IsQ0FBQyxFQUUzQyxzQkFBc0I7MkZBTWpCLHlCQUF5QjtrQkFUckMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsc0JBQXNCLENBQUM7b0JBQy9DLE9BQU8sRUFBRTt3QkFDTCxzQkFBc0I7cUJBQ3pCO29CQUNELFNBQVMsRUFBQyxFQUVUO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBTbWFydFBhc3RlQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9zbWFydHBhc3RlYnV0dG9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTbWFydFBhc3RlQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi9zbWFydHBhc3RlYnV0dG9uLm1vZHVsZSc7XG5cblxuXG5cblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgU21hcnRQYXN0ZUJ1dHRvbiBjb21wb25lbnQgd2l0aCBwcm92aWRlcnMuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgU21hcnRQYXN0ZUJ1dHRvbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBTbWFydFBhc3RlQnV0dG9uTW9kdWxlXG4gICAgXSxcbiAgICBwcm92aWRlcnM6W1xuICAgICAgICBcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFNtYXJ0UGFzdGVCdXR0b25BbGxNb2R1bGUgeyB9Il19 |
| import { __decorate } from "tslib"; | ||
| import { Component, ChangeDetectionStrategy } from '@angular/core'; | ||
| import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { SmartPasteButton } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export const inputs = ['aiAssistHandler', 'content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| export const outputs = ['created']; | ||
| export const twoWays = []; | ||
| /** | ||
| * Represents the Angular Smart Paste Button Component. | ||
| * ```html | ||
| * <button ejs-smart-paste-button content='Smart paste'></button> | ||
| * ``` | ||
| */ | ||
| let SmartPasteButtonComponent = class SmartPasteButtonComponent extends SmartPasteButton { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SmartPasteButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| SmartPasteButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SmartPasteButtonComponent, selector: "[ejs-smart-paste-button]", inputs: { aiAssistHandler: "aiAssistHandler", content: "content", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconCss: "iconCss", iconPosition: "iconPosition", isPrimary: "isPrimary", isToggle: "isToggle", locale: "locale" }, outputs: { created: "created" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| SmartPasteButtonComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], SmartPasteButtonComponent); | ||
| export { SmartPasteButtonComponent }; | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-smart-paste-button]', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRwYXN0ZWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvc21hcnQtcGFzdGUtYnV0dG9uL3NtYXJ0cGFzdGVidXR0b24uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFxRCx1QkFBdUIsRUFBNEIsTUFBTSxlQUFlLENBQUM7QUFDaEosT0FBTyxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQXVELFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdJLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDOztBQUkzRCxNQUFNLENBQUMsTUFBTSxNQUFNLEdBQWEsQ0FBQyxpQkFBaUIsRUFBQyxTQUFTLEVBQUMsVUFBVSxFQUFDLFVBQVUsRUFBQyxxQkFBcUIsRUFBQyxtQkFBbUIsRUFBQyxXQUFXLEVBQUMsU0FBUyxFQUFDLGNBQWMsRUFBQyxXQUFXLEVBQUMsVUFBVSxFQUFDLFFBQVEsQ0FBQyxDQUFDO0FBQ25NLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0FBQzdDLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxFQUFFLENBQUM7QUFFcEM7Ozs7O0dBS0c7SUFZVSx5QkFBeUIsU0FBekIseUJBQTBCLFNBQVEsZ0JBQWdCO0lBTzNELFlBQW9CLEtBQWlCLEVBQVUsU0FBb0IsRUFBVSxnQkFBaUMsRUFBVSxRQUFrQjtRQUN0SSxLQUFLLEVBQUUsQ0FBQztRQURRLFVBQUssR0FBTCxLQUFLLENBQVk7UUFBVSxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBQVUscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQUFVLGFBQVEsR0FBUixRQUFRLENBQVU7UUFFdEksSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBRWxELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGdCQUFnQixHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDakQsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pDLENBQUM7SUFFTSxlQUFlO1FBQ2xCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFTSxxQkFBcUI7UUFFeEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3RELENBQUM7Q0FJSixDQUFBO3NIQXJDWSx5QkFBeUI7MEdBQXpCLHlCQUF5QixzY0FQeEIsNEJBQTRCO0FBTzdCLHlCQUF5QjtJQURyQyxlQUFlLENBQUMsQ0FBQyxhQUFhLENBQUMsQ0FBQztHQUNwQix5QkFBeUIsQ0FxQ3JDO1NBckNZLHlCQUF5QjsyRkFBekIseUJBQXlCO2tCQVhyQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSwwQkFBMEI7b0JBQ3BDLE1BQU0sRUFBRSxNQUFNO29CQUNkLE9BQU8sRUFBRSxPQUFPO29CQUNoQixRQUFRLEVBQUUsNEJBQTRCO29CQUN0QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsT0FBTyxFQUFFLEVBRVI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFZpZXdDb250YWluZXJSZWYsIFJlbmRlcmVyMiwgSW5qZWN0b3IsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBRdWVyeUxpc3QsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBvbmVudEJhc2UsIENvbXBvbmVudE1peGlucywgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBQcm9wZXJ0eUNvbGxlY3Rpb25JbmZvLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgU21hcnRQYXN0ZUJ1dHRvbiB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1idXR0b25zJztcblxuXG5cbmV4cG9ydCBjb25zdCBpbnB1dHM6IHN0cmluZ1tdID0gWydhaUFzc2lzdEhhbmRsZXInLCdjb250ZW50JywnY3NzQ2xhc3MnLCdkaXNhYmxlZCcsJ2VuYWJsZUh0bWxTYW5pdGl6ZXInLCdlbmFibGVQZXJzaXN0ZW5jZScsJ2VuYWJsZVJ0bCcsJ2ljb25Dc3MnLCdpY29uUG9zaXRpb24nLCdpc1ByaW1hcnknLCdpc1RvZ2dsZScsJ2xvY2FsZSddO1xuZXhwb3J0IGNvbnN0IG91dHB1dHM6IHN0cmluZ1tdID0gWydjcmVhdGVkJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbXTtcblxuLyoqXG4gKiBSZXByZXNlbnRzIHRoZSBBbmd1bGFyIFNtYXJ0IFBhc3RlIEJ1dHRvbiBDb21wb25lbnQuXG4gKiBgYGBodG1sXG4gKiA8YnV0dG9uIGVqcy1zbWFydC1wYXN0ZS1idXR0b24gY29udGVudD0nU21hcnQgcGFzdGUnPjwvYnV0dG9uPlxuICogYGBgXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnW2Vqcy1zbWFydC1wYXN0ZS1idXR0b25dJyxcbiAgICBpbnB1dHM6IGlucHV0cyxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLFxuICAgIHRlbXBsYXRlOiBgPG5nLWNvbnRlbnQgPjwvbmctY29udGVudD5gLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHF1ZXJpZXM6IHtcblxuICAgIH1cbn0pXG5AQ29tcG9uZW50TWl4aW5zKFtDb21wb25lbnRCYXNlXSlcbmV4cG9ydCBjbGFzcyBTbWFydFBhc3RlQnV0dG9uQ29tcG9uZW50IGV4dGVuZHMgU21hcnRQYXN0ZUJ1dHRvbiBpbXBsZW1lbnRzIElDb21wb25lbnRCYXNlIHtcbiAgICBwdWJsaWMgY29udGFpbmVyQ29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgdGFnT2JqZWN0czogYW55O1xuXHRwdWJsaWMgY3JlYXRlZDogYW55O1xuXG5cblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgbmdFbGU6IEVsZW1lbnRSZWYsIHByaXZhdGUgc3JlbmRlcmVyOiBSZW5kZXJlcjIsIHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjpWaWV3Q29udGFpbmVyUmVmLCBwcml2YXRlIGluamVjdG9yOiBJbmplY3Rvcikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICB0aGlzLmVsZW1lbnQgPSB0aGlzLm5nRWxlLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzID0gdGhpcy5pbmplY3RlZE1vZHVsZXMgfHwgW107XG5cbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5hZGRUd29XYXkuY2FsbCh0aGlzLCB0d29XYXlzKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dCAgPSBuZXcgQ29tcG9uZW50QmFzZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nT25Jbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ0FmdGVyVmlld0luaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdPbkRlc3Ryb3kodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJDb250ZW50Q2hlY2tlZCgpOiB2b2lkIHtcbiAgICAgICAgXG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ0FmdGVyQ29udGVudENoZWNrZWQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyRXZlbnRzOiAoZXZlbnRMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbiAgICBwdWJsaWMgYWRkVHdvV2F5OiAocHJvcExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xufVxuXG4iXX0= |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { SmartPasteButtonComponent } from './smartpastebutton.component'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component. | ||
| */ | ||
| export class SmartPasteButtonModule { | ||
| } | ||
| SmartPasteButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SmartPasteButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, declarations: [SmartPasteButtonComponent], imports: [CommonModule], exports: [SmartPasteButtonComponent] }); | ||
| SmartPasteButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SmartPasteButtonComponent | ||
| ], | ||
| exports: [ | ||
| SmartPasteButtonComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRwYXN0ZWJ1dHRvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvc21hcnQtcGFzdGUtYnV0dG9uL3NtYXJ0cGFzdGVidXR0b24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUV6RTs7R0FFRztBQVVILE1BQU0sT0FBTyxzQkFBc0I7O21IQUF0QixzQkFBc0I7b0hBQXRCLHNCQUFzQixpQkFOM0IseUJBQXlCLGFBRm5CLFlBQVksYUFLbEIseUJBQXlCO29IQUdwQixzQkFBc0IsWUFSdEIsQ0FBQyxZQUFZLENBQUM7MkZBUWQsc0JBQXNCO2tCQVRsQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsWUFBWSxFQUFFO3dCQUNWLHlCQUF5QjtxQkFDNUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLHlCQUF5QjtxQkFDNUI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFNtYXJ0UGFzdGVCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL3NtYXJ0cGFzdGVidXR0b24uY29tcG9uZW50JztcblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgU21hcnRQYXN0ZUJ1dHRvbiBjb21wb25lbnQuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIFNtYXJ0UGFzdGVCdXR0b25Db21wb25lbnRcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgU21hcnRQYXN0ZUJ1dHRvbkNvbXBvbmVudFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgU21hcnRQYXN0ZUJ1dHRvbk1vZHVsZSB7IH0iXX0= |
| import { Directive, ContentChildren } from '@angular/core'; | ||
| import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import * as i0 from "@angular/core"; | ||
| let input = ['disabled', 'iconCss', 'id', 'text', 'title']; | ||
| let outputs = []; | ||
| /** | ||
| * 'e-speeddialitem' directive represent a item of the Angular SpeedDial. | ||
| * It must be contained in a SpeedDial component(`ejs-speeddial`). | ||
| * ```html | ||
| * <ejs-speeddial> | ||
| * <e-speeddialitems> | ||
| * <e-speeddialitem text='Cut'></e-speeddialitem> | ||
| * <e-speeddialitem text='Copy'></e-speeddialitem> | ||
| * </e-speeddialitems> | ||
| * </ejs-speeddial> | ||
| * ``` | ||
| */ | ||
| export class SpeedDialItemDirective extends ComplexBase { | ||
| constructor(viewContainerRef) { | ||
| super(); | ||
| this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.registerEvents(outputs); | ||
| this.directivePropList = input; | ||
| } | ||
| } | ||
| SpeedDialItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); | ||
| SpeedDialItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SpeedDialItemDirective, selector: "e-speeddial-item", inputs: { disabled: "disabled", iconCss: "iconCss", id: "id", text: "text", title: "title" }, usesInheritance: true, ngImport: i0 }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'e-speeddial-item', | ||
| inputs: input, | ||
| outputs: outputs, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } }); | ||
| /** | ||
| * SpeedDialItem Array Directive | ||
| * @private | ||
| */ | ||
| export class SpeedDialItemsDirective extends ArrayBase { | ||
| constructor() { | ||
| super('items'); | ||
| } | ||
| } | ||
| SpeedDialItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); | ||
| SpeedDialItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SpeedDialItemsDirective, selector: "e-speeddial-items", queries: [{ propertyName: "children", predicate: SpeedDialItemDirective }], usesInheritance: true, ngImport: i0 }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemsDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'e-speeddial-items', | ||
| queries: { | ||
| children: new ContentChildren(SpeedDialItemDirective) | ||
| }, | ||
| }] | ||
| }], ctorParameters: function () { return []; } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXRlbXMuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3NwZWVkLWRpYWwvaXRlbXMuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQW9CLGVBQWUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RSxPQUFPLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7QUFJaEYsSUFBSSxLQUFLLEdBQWEsQ0FBQyxVQUFVLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRSxNQUFNLEVBQUUsT0FBTyxDQUFDLENBQUM7QUFDckUsSUFBSSxPQUFPLEdBQWEsRUFBRSxDQUFDO0FBQzNCOzs7Ozs7Ozs7OztHQVdHO0FBU0gsTUFBTSxPQUFPLHNCQUF1QixTQUFRLFdBQW1DO0lBaUMzRSxZQUFvQixnQkFBaUM7UUFDakQsS0FBSyxFQUFFLENBQUM7UUFEUSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBRWpELFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO0lBQ25DLENBQUM7O21IQXRDUSxzQkFBc0I7dUdBQXRCLHNCQUFzQjsyRkFBdEIsc0JBQXNCO2tCQVJsQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxrQkFBa0I7b0JBQzVCLE1BQU0sRUFBRSxLQUFLO29CQUNiLE9BQU8sRUFBRSxPQUFPO29CQUNoQixPQUFPLEVBQUUsRUFFUjtpQkFDSjs7QUEwQ0Q7OztHQUdHO0FBT0gsTUFBTSxPQUFPLHVCQUF3QixTQUFRLFNBQWtDO0lBQzNFO1FBQ0ksS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQ25CLENBQUM7O29IQUhRLHVCQUF1Qjt3R0FBdkIsdUJBQXVCLGtGQUhFLHNCQUFzQjsyRkFHL0MsdUJBQXVCO2tCQU5uQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxtQkFBbUI7b0JBQzdCLE9BQU8sRUFBRTt3QkFDTCxRQUFRLEVBQUUsSUFBSSxlQUFlLENBQUMsc0JBQXNCLENBQUM7cUJBQ3hEO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBWaWV3Q29udGFpbmVyUmVmLCBDb250ZW50Q2hpbGRyZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBsZXhCYXNlLCBBcnJheUJhc2UsIHNldFZhbHVlIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWFuZ3VsYXItYmFzZSc7XG5cblxuXG5sZXQgaW5wdXQ6IHN0cmluZ1tdID0gWydkaXNhYmxlZCcsICdpY29uQ3NzJywgJ2lkJywgJ3RleHQnLCAndGl0bGUnXTtcbmxldCBvdXRwdXRzOiBzdHJpbmdbXSA9IFtdO1xuLyoqXG4gKiAnZS1zcGVlZGRpYWxpdGVtJyBkaXJlY3RpdmUgcmVwcmVzZW50IGEgaXRlbSBvZiB0aGUgQW5ndWxhciBTcGVlZERpYWwuXG4gKiBJdCBtdXN0IGJlIGNvbnRhaW5lZCBpbiBhIFNwZWVkRGlhbCBjb21wb25lbnQoYGVqcy1zcGVlZGRpYWxgKS4gXG4gKiBgYGBodG1sXG4gKiA8ZWpzLXNwZWVkZGlhbD4gXG4gKiAgIDxlLXNwZWVkZGlhbGl0ZW1zPlxuICogICAgPGUtc3BlZWRkaWFsaXRlbSB0ZXh0PSdDdXQnPjwvZS1zcGVlZGRpYWxpdGVtPlxuICogICAgPGUtc3BlZWRkaWFsaXRlbSB0ZXh0PSdDb3B5Jz48L2Utc3BlZWRkaWFsaXRlbT5cbiAqICAgPC9lLXNwZWVkZGlhbGl0ZW1zPlxuICogPC9lanMtc3BlZWRkaWFsPlxuICogYGBgXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnZS1zcGVlZGRpYWwtaXRlbScsXG4gICAgaW5wdXRzOiBpbnB1dCxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLCAgICBcbiAgICBxdWVyaWVzOiB7XG5cbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIFNwZWVkRGlhbEl0ZW1EaXJlY3RpdmUgZXh0ZW5kcyBDb21wbGV4QmFzZTxTcGVlZERpYWxJdGVtRGlyZWN0aXZlPiB7XG4gICAgcHVibGljIGRpcmVjdGl2ZVByb3BMaXN0OiBhbnk7XG5cdFxuXG5cbiAgICAvKiogXG4gICAgICogRGVmaW5lcyB3aGV0aGVyIHRvIGVuYWJsZSBvciBkaXNhYmxlIHRoZSBTcGVlZERpYWxJdGVtLlxuICAgICAqIEBkZWZhdWx0IGZhbHNlXG4gICAgICovXG4gICAgcHVibGljIGRpc2FibGVkOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgb25lIG9yIG1vcmUgQ1NTIGNsYXNzZXMgdG8gaW5jbHVkZSBhbiBpY29uIG9yIGltYWdlIGluIHNwZWVkIGRpYWwgaXRlbS5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqL1xuICAgIHB1YmxpYyBpY29uQ3NzOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgYSB1bmlxdWUgdmFsdWUgZm9yIHRoZSBTcGVlZERpYWxJdGVtIHdoaWNoIGNhbiBiZSB1c2VkIHRvIGlkZW50aWZ5IHRoZSBpdGVtIGluIGV2ZW50IGFyZ3MuXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKi9cbiAgICBwdWJsaWMgaWQ6IGFueTtcbiAgICAvKiogXG4gICAgICogRGVmaW5lcyB0aGUgdGV4dCBjb250ZW50IG9mIFNwZWVkRGlhbEl0ZW0uIFxuICAgICAqIFRleHQgd29uJ3QgYmUgdmlzaWJsZSB3aGVuIG1vZGUgaXMgUmFkaWFsLiBcbiAgICAgKiBBbHNvLCBpbiBMaW5lYXIgbW9kZSwgdGV4dCB3b24ndCBiZSBkaXNwbGF5ZWQgd2hlbiBkaXJlY3Rpb24gaXMgTGVmdCBvciBSaWdodC5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqL1xuICAgIHB1YmxpYyB0ZXh0OiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgdGhlIHRpdGxlIG9mIFNwZWVkRGlhbEl0ZW0gdG8gZGlzcGxheSB0b29sdGlwLlxuICAgICAqIEBkZWZhdWx0ICcnXG4gICAgICovXG4gICAgcHVibGljIHRpdGxlOiBhbnk7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5kaXJlY3RpdmVQcm9wTGlzdCA9IGlucHV0O1xuICAgIH1cbn1cblxuLyoqXG4gKiBTcGVlZERpYWxJdGVtIEFycmF5IERpcmVjdGl2ZVxuICogQHByaXZhdGVcbiAqL1xuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdlLXNwZWVkZGlhbC1pdGVtcycsXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZHJlbjogbmV3IENvbnRlbnRDaGlsZHJlbihTcGVlZERpYWxJdGVtRGlyZWN0aXZlKVxuICAgIH0sXG59KVxuZXhwb3J0IGNsYXNzIFNwZWVkRGlhbEl0ZW1zRGlyZWN0aXZlIGV4dGVuZHMgQXJyYXlCYXNlPFNwZWVkRGlhbEl0ZW1zRGlyZWN0aXZlPiB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKCdpdGVtcycpO1xuICAgIH1cbn0iXX0= |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { SpeedDialModule } from './speeddial.module'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the SpeedDial component with providers. | ||
| */ | ||
| export class SpeedDialAllModule { | ||
| } | ||
| SpeedDialAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SpeedDialAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, imports: [CommonModule, SpeedDialModule], exports: [SpeedDialModule] }); | ||
| SpeedDialAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, providers: [], imports: [[CommonModule, SpeedDialModule], SpeedDialModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, SpeedDialModule], | ||
| exports: [ | ||
| SpeedDialModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BlZWRkaWFsLWFsbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvc3BlZWQtZGlhbC9zcGVlZGRpYWwtYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFHL0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQU1yRDs7R0FFRztBQVVILE1BQU0sT0FBTyxrQkFBa0I7OytHQUFsQixrQkFBa0I7Z0hBQWxCLGtCQUFrQixZQVJqQixZQUFZLEVBQUUsZUFBZSxhQUVuQyxlQUFlO2dIQU1WLGtCQUFrQixhQUpqQixFQUVULFlBTlEsQ0FBQyxZQUFZLEVBQUUsZUFBZSxDQUFDLEVBRXBDLGVBQWU7MkZBTVYsa0JBQWtCO2tCQVQ5QixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxlQUFlLENBQUM7b0JBQ3hDLE9BQU8sRUFBRTt3QkFDTCxlQUFlO3FCQUNsQjtvQkFDRCxTQUFTLEVBQUMsRUFFVDtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBWYWx1ZVByb3ZpZGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgU3BlZWREaWFsSXRlbURpcmVjdGl2ZSwgU3BlZWREaWFsSXRlbXNEaXJlY3RpdmUgfSBmcm9tICcuL2l0ZW1zLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBTcGVlZERpYWxDb21wb25lbnQgfSBmcm9tICcuL3NwZWVkZGlhbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU3BlZWREaWFsTW9kdWxlIH0gZnJvbSAnLi9zcGVlZGRpYWwubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBTcGVlZERpYWwgY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFNwZWVkRGlhbE1vZHVsZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBTcGVlZERpYWxNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgU3BlZWREaWFsQWxsTW9kdWxlIHsgfSJdfQ== |
| import { __decorate } from "tslib"; | ||
| import { Component, ChangeDetectionStrategy, ContentChild } from '@angular/core'; | ||
| import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { SpeedDial } from '@syncfusion/ej2-buttons'; | ||
| import { Template } from '@syncfusion/ej2-angular-base'; | ||
| import { SpeedDialItemsDirective } from './items.directive'; | ||
| import * as i0 from "@angular/core"; | ||
| export const inputs = ['animation', 'closeIconCss', 'content', 'cssClass', 'direction', 'disabled', 'enablePersistence', 'enableRtl', 'iconPosition', 'isPrimary', 'itemTemplate', 'items', 'locale', 'modal', 'mode', 'openIconCss', 'opensOnHover', 'popupTemplate', 'position', 'radialSettings', 'target', 'visible']; | ||
| export const outputs = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'clicked', 'created', 'onClose', 'onOpen', 'visibleChange']; | ||
| export const twoWays = ['visible']; | ||
| /** | ||
| * Represents the Angular SpeedDial Component. | ||
| * ```html | ||
| * <button ejs-speeddial content='Edit'></button> | ||
| * ``` | ||
| */ | ||
| let SpeedDialComponent = class SpeedDialComponent extends SpeedDial { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.tags = ['items']; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.tagObjects[0].instance = this.childItems; | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SpeedDialComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| SpeedDialComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SpeedDialComponent, selector: "[ejs-speeddial]", inputs: { animation: "animation", closeIconCss: "closeIconCss", content: "content", cssClass: "cssClass", direction: "direction", disabled: "disabled", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconPosition: "iconPosition", isPrimary: "isPrimary", itemTemplate: "itemTemplate", items: "items", locale: "locale", modal: "modal", mode: "mode", openIconCss: "openIconCss", opensOnHover: "opensOnHover", popupTemplate: "popupTemplate", position: "position", radialSettings: "radialSettings", target: "target", visible: "visible" }, outputs: { beforeClose: "beforeClose", beforeItemRender: "beforeItemRender", beforeOpen: "beforeOpen", clicked: "clicked", created: "created", onClose: "onClose", onOpen: "onOpen", visibleChange: "visibleChange" }, queries: [{ propertyName: "itemTemplate", first: true, predicate: ["itemTemplate"], descendants: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true }, { propertyName: "childItems", first: true, predicate: SpeedDialItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| __decorate([ | ||
| Template() | ||
| ], SpeedDialComponent.prototype, "itemTemplate", void 0); | ||
| __decorate([ | ||
| Template() | ||
| ], SpeedDialComponent.prototype, "popupTemplate", void 0); | ||
| SpeedDialComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], SpeedDialComponent); | ||
| export { SpeedDialComponent }; | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-speeddial]', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childItems: new ContentChild(SpeedDialItemsDirective) | ||
| } | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { itemTemplate: [{ | ||
| type: ContentChild, | ||
| args: ['itemTemplate'] | ||
| }], popupTemplate: [{ | ||
| type: ContentChild, | ||
| args: ['popupTemplate'] | ||
| }] } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BlZWRkaWFsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zcGVlZC1kaWFsL3NwZWVkZGlhbC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFELHVCQUF1QixFQUE0QixZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUosT0FBTyxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQXVELFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdJLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDeEQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBRTVELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLFdBQVcsRUFBQyxjQUFjLEVBQUMsU0FBUyxFQUFDLFVBQVUsRUFBQyxXQUFXLEVBQUMsVUFBVSxFQUFDLG1CQUFtQixFQUFDLFdBQVcsRUFBQyxjQUFjLEVBQUMsV0FBVyxFQUFDLGNBQWMsRUFBQyxPQUFPLEVBQUMsUUFBUSxFQUFDLE9BQU8sRUFBQyxNQUFNLEVBQUMsYUFBYSxFQUFDLGNBQWMsRUFBQyxlQUFlLEVBQUMsVUFBVSxFQUFDLGdCQUFnQixFQUFDLFFBQVEsRUFBQyxTQUFTLENBQUMsQ0FBQztBQUMvUyxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxhQUFhLEVBQUMsa0JBQWtCLEVBQUMsWUFBWSxFQUFDLFNBQVMsRUFBQyxTQUFTLEVBQUMsU0FBUyxFQUFDLFFBQVEsRUFBQyxlQUFlLENBQUMsQ0FBQztBQUN4SSxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxTQUFTLENBQUMsQ0FBQztBQUU3Qzs7Ozs7R0FLRztJQVlVLGtCQUFrQixTQUFsQixrQkFBbUIsU0FBUSxTQUFTO0lBcUM3QyxZQUFvQixLQUFpQixFQUFVLFNBQW9CLEVBQVUsZ0JBQWlDLEVBQVUsUUFBa0I7UUFDdEksS0FBSyxFQUFFLENBQUM7UUFEUSxVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQVUsY0FBUyxHQUFULFNBQVMsQ0FBVztRQUFVLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUI7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFVO1FBekJuSSxTQUFJLEdBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQTJCOUIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBRWxELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGdCQUFnQixHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDakQsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pDLENBQUM7SUFFTSxlQUFlO1FBQ2xCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFTSxxQkFBcUI7UUFDeEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQztRQUM5QyxJQUFJLENBQUMsZ0JBQWdCLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdEQsQ0FBQztDQUlKLENBQUE7K0dBbkVZLGtCQUFrQjttR0FBbEIsa0JBQWtCLDRoQ0FKTSx1QkFBdUIsdUVBSDlDLDRCQUE0QjtBQStCdEM7SUFEQyxRQUFRLEVBQUU7d0RBQ2M7QUFXekI7SUFEQyxRQUFRLEVBQUU7eURBQ2U7QUFuQ2pCLGtCQUFrQjtJQUQ5QixlQUFlLENBQUMsQ0FBQyxhQUFhLENBQUMsQ0FBQztHQUNwQixrQkFBa0IsQ0FtRTlCO1NBbkVZLGtCQUFrQjsyRkFBbEIsa0JBQWtCO2tCQVg5QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxpQkFBaUI7b0JBQzNCLE1BQU0sRUFBRSxNQUFNO29CQUNkLE9BQU8sRUFBRSxPQUFPO29CQUNoQixRQUFRLEVBQUUsNEJBQTRCO29CQUN0QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsT0FBTyxFQUFFO3dCQUNMLFVBQVUsRUFBRSxJQUFJLFlBQVksQ0FBQyx1QkFBdUIsQ0FBQztxQkFDeEQ7aUJBQ0o7K0tBMEJVLFlBQVk7c0JBRmxCLFlBQVk7dUJBQUMsY0FBYztnQkFhckIsYUFBYTtzQkFGbkIsWUFBWTt1QkFBQyxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBWaWV3Q29udGFpbmVyUmVmLCBSZW5kZXJlcjIsIEluamVjdG9yLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgUXVlcnlMaXN0LCBWYWx1ZVByb3ZpZGVyLCBDb250ZW50Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBvbmVudEJhc2UsIENvbXBvbmVudE1peGlucywgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBQcm9wZXJ0eUNvbGxlY3Rpb25JbmZvLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgU3BlZWREaWFsIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWJ1dHRvbnMnO1xuaW1wb3J0IHsgVGVtcGxhdGUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IFNwZWVkRGlhbEl0ZW1zRGlyZWN0aXZlIH0gZnJvbSAnLi9pdGVtcy5kaXJlY3RpdmUnO1xuXG5leHBvcnQgY29uc3QgaW5wdXRzOiBzdHJpbmdbXSA9IFsnYW5pbWF0aW9uJywnY2xvc2VJY29uQ3NzJywnY29udGVudCcsJ2Nzc0NsYXNzJywnZGlyZWN0aW9uJywnZGlzYWJsZWQnLCdlbmFibGVQZXJzaXN0ZW5jZScsJ2VuYWJsZVJ0bCcsJ2ljb25Qb3NpdGlvbicsJ2lzUHJpbWFyeScsJ2l0ZW1UZW1wbGF0ZScsJ2l0ZW1zJywnbG9jYWxlJywnbW9kYWwnLCdtb2RlJywnb3Blbkljb25Dc3MnLCdvcGVuc09uSG92ZXInLCdwb3B1cFRlbXBsYXRlJywncG9zaXRpb24nLCdyYWRpYWxTZXR0aW5ncycsJ3RhcmdldCcsJ3Zpc2libGUnXTtcbmV4cG9ydCBjb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnYmVmb3JlQ2xvc2UnLCdiZWZvcmVJdGVtUmVuZGVyJywnYmVmb3JlT3BlbicsJ2NsaWNrZWQnLCdjcmVhdGVkJywnb25DbG9zZScsJ29uT3BlbicsJ3Zpc2libGVDaGFuZ2UnXTtcbmV4cG9ydCBjb25zdCB0d29XYXlzOiBzdHJpbmdbXSA9IFsndmlzaWJsZSddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEFuZ3VsYXIgU3BlZWREaWFsIENvbXBvbmVudC5cbiAqIGBgYGh0bWxcbiAqIDxidXR0b24gZWpzLXNwZWVkZGlhbCBjb250ZW50PSdFZGl0Jz48L2J1dHRvbj5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ1tlanMtc3BlZWRkaWFsXScsXG4gICAgaW5wdXRzOiBpbnB1dHMsXG4gICAgb3V0cHV0czogb3V0cHV0cyxcbiAgICB0ZW1wbGF0ZTogYDxuZy1jb250ZW50ID48L25nLWNvbnRlbnQ+YCxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBxdWVyaWVzOiB7XG4gICAgICAgIGNoaWxkSXRlbXM6IG5ldyBDb250ZW50Q2hpbGQoU3BlZWREaWFsSXRlbXNEaXJlY3RpdmUpXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2VdKVxuZXhwb3J0IGNsYXNzIFNwZWVkRGlhbENvbXBvbmVudCBleHRlbmRzIFNwZWVkRGlhbCBpbXBsZW1lbnRzIElDb21wb25lbnRCYXNlIHtcbiAgICBwdWJsaWMgY29udGFpbmVyQ29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgdGFnT2JqZWN0czogYW55O1xuXHRiZWZvcmVDbG9zZTogYW55O1xuXHRiZWZvcmVJdGVtUmVuZGVyOiBhbnk7XG5cdGJlZm9yZU9wZW46IGFueTtcblx0Y2xpY2tlZDogYW55O1xuXHRjcmVhdGVkOiBhbnk7XG5cdG9uQ2xvc2U6IGFueTtcblx0b25PcGVuOiBhbnk7XG5cdHB1YmxpYyB2aXNpYmxlQ2hhbmdlOiBhbnk7XG4gICAgcHVibGljIGNoaWxkSXRlbXM6IFF1ZXJ5TGlzdDxTcGVlZERpYWxJdGVtc0RpcmVjdGl2ZT47XG4gICAgcHVibGljIHRhZ3M6IHN0cmluZ1tdID0gWydpdGVtcyddO1xuICAgIC8qKiBcbiAgICAgKiBEZWZpbmVzIHRoZSB0ZW1wbGF0ZSBjb250ZW50IGZvciB0aGUgc3BlZWQgZGlhbCBpdGVtLiBcbiAgICAgKiB7JSBjb2RlQmxvY2sgc3JjPSdzcGVlZGRpYWwvaXRlbVRlbXBsYXRlL2luZGV4Lm1kJyAlfXslIGVuZGNvZGVCbG9jayAlfVxuICAgICAqIEBkZWZhdWx0ICcnXG4gICAgICogQGFuZ3VsYXJ0eXBlIHN0cmluZyB8IG9iamVjdFxuICAgICAqIEByZWFjdHR5cGUgc3RyaW5nIHwgZnVuY3Rpb24gfCBKU1guRWxlbWVudFxuICAgICAqIEB2dWV0eXBlIHN0cmluZyB8IGZ1bmN0aW9uXG4gICAgICogQGFzcHR5cGUgc3RyaW5nXG4gICAgICovXG4gICAgQENvbnRlbnRDaGlsZCgnaXRlbVRlbXBsYXRlJylcbiAgICBAVGVtcGxhdGUoKVxuICAgIHB1YmxpYyBpdGVtVGVtcGxhdGU6IGFueTtcbiAgICAvKiogXG4gICAgICogRGVmaW5lcyBhIHRlbXBsYXRlIGNvbnRlbnQgZm9yIHBvcHVwIG9mIFNwZWVkRGlhbC5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqIEBhbmd1bGFydHlwZSBzdHJpbmcgfCBvYmplY3RcbiAgICAgKiBAcmVhY3R0eXBlIHN0cmluZyB8IGZ1bmN0aW9uIHwgSlNYLkVsZW1lbnRcbiAgICAgKiBAdnVldHlwZSBzdHJpbmcgfCBmdW5jdGlvblxuICAgICAqIEBhc3B0eXBlIHN0cmluZ1xuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ3BvcHVwVGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIHBvcHVwVGVtcGxhdGU6IGFueTtcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgbmdFbGU6IEVsZW1lbnRSZWYsIHByaXZhdGUgc3JlbmRlcmVyOiBSZW5kZXJlcjIsIHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjpWaWV3Q29udGFpbmVyUmVmLCBwcml2YXRlIGluamVjdG9yOiBJbmplY3Rvcikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICB0aGlzLmVsZW1lbnQgPSB0aGlzLm5nRWxlLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzID0gdGhpcy5pbmplY3RlZE1vZHVsZXMgfHwgW107XG5cbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5hZGRUd29XYXkuY2FsbCh0aGlzLCB0d29XYXlzKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dCAgPSBuZXcgQ29tcG9uZW50QmFzZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nT25Jbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ0FmdGVyVmlld0luaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdPbkRlc3Ryb3kodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJDb250ZW50Q2hlY2tlZCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy50YWdPYmplY3RzWzBdLmluc3RhbmNlID0gdGhpcy5jaGlsZEl0ZW1zO1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19 |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { SpeedDialItemDirective, SpeedDialItemsDirective } from './items.directive'; | ||
| import { SpeedDialComponent } from './speeddial.component'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the SpeedDial component. | ||
| */ | ||
| export class SpeedDialModule { | ||
| } | ||
| SpeedDialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SpeedDialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, declarations: [SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective], imports: [CommonModule], exports: [SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective] }); | ||
| SpeedDialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ], | ||
| exports: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BlZWRkaWFsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zcGVlZC1kaWFsL3NwZWVkZGlhbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHNCQUFzQixFQUFFLHVCQUF1QixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDcEYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBRTNEOztHQUVHO0FBY0gsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZSxpQkFWcEIsa0JBQWtCO1FBQ2xCLHNCQUFzQjtRQUN0Qix1QkFBdUIsYUFKakIsWUFBWSxhQU9sQixrQkFBa0I7UUFDbEIsc0JBQXNCO1FBQ3RCLHVCQUF1Qjs2R0FHbEIsZUFBZSxZQVpmLENBQUMsWUFBWSxDQUFDOzJGQVlkLGVBQWU7a0JBYjNCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1Ysa0JBQWtCO3dCQUNsQixzQkFBc0I7d0JBQ3RCLHVCQUF1QjtxQkFDMUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLGtCQUFrQjt3QkFDbEIsc0JBQXNCO3dCQUN0Qix1QkFBdUI7cUJBQzFCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBTcGVlZERpYWxJdGVtRGlyZWN0aXZlLCBTcGVlZERpYWxJdGVtc0RpcmVjdGl2ZSB9IGZyb20gJy4vaXRlbXMuZGlyZWN0aXZlJztcbmltcG9ydCB7IFNwZWVkRGlhbENvbXBvbmVudCB9IGZyb20gJy4vc3BlZWRkaWFsLmNvbXBvbmVudCc7XG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIFNwZWVkRGlhbCBjb21wb25lbnQuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIFNwZWVkRGlhbENvbXBvbmVudCxcbiAgICAgICAgU3BlZWREaWFsSXRlbURpcmVjdGl2ZSxcbiAgICAgICAgU3BlZWREaWFsSXRlbXNEaXJlY3RpdmVcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgU3BlZWREaWFsQ29tcG9uZW50LFxuICAgICAgICBTcGVlZERpYWxJdGVtRGlyZWN0aXZlLFxuICAgICAgICBTcGVlZERpYWxJdGVtc0RpcmVjdGl2ZVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgU3BlZWREaWFsTW9kdWxlIHsgfSJdfQ== |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { SwitchModule } from './switch.module'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the Switch component with providers. | ||
| */ | ||
| export class SwitchAllModule { | ||
| } | ||
| SwitchAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SwitchAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, imports: [CommonModule, SwitchModule], exports: [SwitchModule] }); | ||
| SwitchAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, providers: [], imports: [[CommonModule, SwitchModule], SwitchModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, SwitchModule], | ||
| exports: [ | ||
| SwitchModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3dpdGNoLWFsbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvc3dpdGNoL3N3aXRjaC1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBTS9DOztHQUVHO0FBVUgsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZSxZQVJkLFlBQVksRUFBRSxZQUFZLGFBRWhDLFlBQVk7NkdBTVAsZUFBZSxhQUpkLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUMsRUFFakMsWUFBWTsyRkFNUCxlQUFlO2tCQVQzQixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUM7b0JBQ3JDLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3FCQUNmO29CQUNELFNBQVMsRUFBQyxFQUVUO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBTd2l0Y2hDb21wb25lbnQgfSBmcm9tICcuL3N3aXRjaC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU3dpdGNoTW9kdWxlIH0gZnJvbSAnLi9zd2l0Y2gubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBTd2l0Y2ggY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFN3aXRjaE1vZHVsZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBTd2l0Y2hNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgU3dpdGNoQWxsTW9kdWxlIHsgfSJdfQ== |
| var SwitchComponent_1; | ||
| import { __decorate } from "tslib"; | ||
| import { Component, ChangeDetectionStrategy, forwardRef } from '@angular/core'; | ||
| import { NG_VALUE_ACCESSOR } from '@angular/forms'; | ||
| import { ComponentBase, ComponentMixins, FormBase, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { Switch } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export const inputs = ['checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value']; | ||
| export const outputs = ['focus', 'blur', 'beforeChange', 'change', 'created', 'checkedChange']; | ||
| export const twoWays = ['checked']; | ||
| /** | ||
| * Represents the Angular Switch Component. | ||
| * ```html | ||
| * <ejs-switch></ejs-switch> | ||
| * ``` | ||
| */ | ||
| let SwitchComponent = SwitchComponent_1 = class SwitchComponent extends Switch { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| writeValue(value) { | ||
| } | ||
| setDisabledState(disabled) { | ||
| } | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SwitchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); | ||
| SwitchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SwitchComponent, selector: "ejs-switch", inputs: { checked: "checked", cssClass: "cssClass", disabled: "disabled", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", locale: "locale", name: "name", offLabel: "offLabel", onLabel: "onLabel", value: "value" }, outputs: { focus: "focus", blur: "blur", beforeChange: "beforeChange", change: "change", created: "created", checkedChange: "checkedChange" }, providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => SwitchComponent_1), | ||
| multi: true | ||
| } | ||
| ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| SwitchComponent = SwitchComponent_1 = __decorate([ | ||
| ComponentMixins([ComponentBase, FormBase]) | ||
| ], SwitchComponent); | ||
| export { SwitchComponent }; | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-switch', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => SwitchComponent), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3dpdGNoLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zd2l0Y2gvc3dpdGNoLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQW9FLHVCQUF1QixFQUFxQixVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEssT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGFBQWEsRUFBK0IsZUFBZSxFQUEwQixRQUFRLEVBQUUsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDdkosT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLHlCQUF5QixDQUFDOztBQUlqRCxNQUFNLENBQUMsTUFBTSxNQUFNLEdBQWEsQ0FBQyxTQUFTLEVBQUMsVUFBVSxFQUFDLFVBQVUsRUFBQyxtQkFBbUIsRUFBQyxXQUFXLEVBQUMsZ0JBQWdCLEVBQUMsUUFBUSxFQUFDLE1BQU0sRUFBQyxVQUFVLEVBQUMsU0FBUyxFQUFDLE9BQU8sQ0FBQyxDQUFDO0FBQ2hLLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsY0FBYyxFQUFDLFFBQVEsRUFBQyxTQUFTLEVBQUMsZUFBZSxDQUFDLENBQUM7QUFDdEcsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsU0FBUyxDQUFDLENBQUM7QUFFN0M7Ozs7O0dBS0c7SUFtQlUsZUFBZSw2QkFBZixlQUFnQixTQUFRLE1BQU07SUFhdkMsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCLEVBQVUsR0FBc0I7UUFDdEssS0FBSyxFQUFFLENBQUM7UUFEUSxVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQVUsY0FBUyxHQUFULFNBQVMsQ0FBVztRQUFVLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUI7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFVO1FBQVUsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFFdEssSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBRWxELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLFdBQVcsR0FBSSxJQUFJLFFBQVEsRUFBRSxDQUFDO1FBQ25DLElBQUksQ0FBQyxlQUFlLEdBQUksSUFBSSxhQUFhLEVBQUUsQ0FBQztJQUNoRCxDQUFDO0lBRU0sZ0JBQWdCLENBQUMsZ0JBQWtDO0lBQzFELENBQUM7SUFFTSxpQkFBaUIsQ0FBQyxnQkFBNEI7SUFDckQsQ0FBQztJQUVNLFVBQVUsQ0FBQyxLQUFVO0lBQzVCLENBQUM7SUFFTSxnQkFBZ0IsQ0FBQyxRQUFpQjtJQUN6QyxDQUFDO0lBRU0sUUFBUTtRQUNYLElBQUksQ0FBQyxlQUFlLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFTSxlQUFlO1FBQ2xCLElBQUksQ0FBQyxXQUFXLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFTSxXQUFXO1FBQ2QsSUFBSSxDQUFDLGVBQWUsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDM0MsQ0FBQztJQUVNLHFCQUFxQjtRQUV4QixJQUFJLENBQUMsZUFBZSxDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3JELENBQUM7Q0FJSixDQUFBOzRHQXhEWSxlQUFlO2dHQUFmLGVBQWUsNGJBWmI7UUFDUDtZQUNJLE9BQU8sRUFBRSxpQkFBaUI7WUFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxpQkFBZSxDQUFDO1lBQzlDLEtBQUssRUFBRSxJQUFJO1NBQ2Q7S0FDSixpREFSUyxFQUFFO0FBY0gsZUFBZTtJQUQzQixlQUFlLENBQUMsQ0FBQyxhQUFhLEVBQUUsUUFBUSxDQUFDLENBQUM7R0FDOUIsZUFBZSxDQXdEM0I7U0F4RFksZUFBZTsyRkFBZixlQUFlO2tCQWxCM0IsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsWUFBWTtvQkFDdEIsTUFBTSxFQUFFLE1BQU07b0JBQ2QsT0FBTyxFQUFFLE9BQU87b0JBQ2hCLFFBQVEsRUFBRSxFQUFFO29CQUNaLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxTQUFTLEVBQUU7d0JBQ1A7NEJBQ0ksT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsZ0JBQWdCLENBQUM7NEJBQzlDLEtBQUssRUFBRSxJQUFJO3lCQUNkO3FCQUNKO29CQUNELE9BQU8sRUFBRSxFQUVSO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBWaWV3Q29udGFpbmVyUmVmLCBWYWx1ZVByb3ZpZGVyLCBSZW5kZXJlcjIsIEluamVjdG9yLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ2hhbmdlRGV0ZWN0b3JSZWYsIGZvcndhcmRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ29tcG9uZW50QmFzZSwgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBDb21wb25lbnRNaXhpbnMsIFByb3BlcnR5Q29sbGVjdGlvbkluZm8sIEZvcm1CYXNlLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgU3dpdGNoIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWJ1dHRvbnMnO1xuXG5cblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2NoZWNrZWQnLCdjc3NDbGFzcycsJ2Rpc2FibGVkJywnZW5hYmxlUGVyc2lzdGVuY2UnLCdlbmFibGVSdGwnLCdodG1sQXR0cmlidXRlcycsJ2xvY2FsZScsJ25hbWUnLCdvZmZMYWJlbCcsJ29uTGFiZWwnLCd2YWx1ZSddO1xuZXhwb3J0IGNvbnN0IG91dHB1dHM6IHN0cmluZ1tdID0gWydmb2N1cycsICdibHVyJywgJ2JlZm9yZUNoYW5nZScsJ2NoYW5nZScsJ2NyZWF0ZWQnLCdjaGVja2VkQ2hhbmdlJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJ2NoZWNrZWQnXTtcblxuLyoqXG4gKiBSZXByZXNlbnRzIHRoZSBBbmd1bGFyIFN3aXRjaCBDb21wb25lbnQuXG4gKiBgYGBodG1sXG4gKiA8ZWpzLXN3aXRjaD48L2Vqcy1zd2l0Y2g+XG4gKiBgYGBcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdlanMtc3dpdGNoJyxcbiAgICBpbnB1dHM6IGlucHV0cyxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLFxuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBTd2l0Y2hDb21wb25lbnQpLFxuICAgICAgICAgICAgbXVsdGk6IHRydWVcbiAgICAgICAgfVxuICAgIF0sXG4gICAgcXVlcmllczoge1xuXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2UsIEZvcm1CYXNlXSlcbmV4cG9ydCBjbGFzcyBTd2l0Y2hDb21wb25lbnQgZXh0ZW5kcyBTd2l0Y2ggaW1wbGVtZW50cyBJQ29tcG9uZW50QmFzZSB7XG4gICAgcHVibGljIGZvcm1Db21wQ29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgZm9ybUNvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIHRhZ09iamVjdHM6IGFueTtcblx0YmVmb3JlQ2hhbmdlOiBhbnk7XG5cdGNoYW5nZTogYW55O1xuXHRjcmVhdGVkOiBhbnk7XG5cdHB1YmxpYyBjaGVja2VkQ2hhbmdlOiBhbnk7XG5cblxuXG4gICAgcHVibGljIGZvY3VzOiBhbnk7XG4gICAgcHVibGljIGJsdXI6IGFueTtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IsIHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICB0aGlzLmVsZW1lbnQgPSB0aGlzLm5nRWxlLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzID0gdGhpcy5pbmplY3RlZE1vZHVsZXMgfHwgW107XG5cbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5hZGRUd29XYXkuY2FsbCh0aGlzLCB0d29XYXlzKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMuZm9ybUNvbnRleHQgID0gbmV3IEZvcm1CYXNlKCk7XG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyT25DaGFuZ2UocmVnaXN0ZXJGdW5jdGlvbjogKF86IGFueSkgPT4gdm9pZCk6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3Rlck9uVG91Y2hlZChyZWdpc3RlckZ1bmN0aW9uOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgfVxuXG4gICAgcHVibGljIHdyaXRlVmFsdWUodmFsdWU6IGFueSk6IHZvaWQge1xuICAgIH1cbiAgICBcbiAgICBwdWJsaWMgc2V0RGlzYWJsZWRTdGF0ZShkaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5mb3JtQ29udGV4dC5uZ0FmdGVyVmlld0luaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICBcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19 |
| import { NgModule } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { SwitchComponent } from './switch.component'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
| * NgModule definition for the Switch component. | ||
| */ | ||
| export class SwitchModule { | ||
| } | ||
| SwitchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SwitchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, declarations: [SwitchComponent], imports: [CommonModule], exports: [SwitchComponent] }); | ||
| SwitchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SwitchComponent | ||
| ], | ||
| exports: [ | ||
| SwitchComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3dpdGNoLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zd2l0Y2gvc3dpdGNoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBRXJEOztHQUVHO0FBVUgsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxpQkFOakIsZUFBZSxhQUZULFlBQVksYUFLbEIsZUFBZTswR0FHVixZQUFZLFlBUlosQ0FBQyxZQUFZLENBQUM7MkZBUWQsWUFBWTtrQkFUeEIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDVixlQUFlO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsZUFBZTtxQkFDbEI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFN3aXRjaENvbXBvbmVudCB9IGZyb20gJy4vc3dpdGNoLmNvbXBvbmVudCc7XG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIFN3aXRjaCBjb21wb25lbnQuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIFN3aXRjaENvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBTd2l0Y2hDb21wb25lbnRcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFN3aXRjaE1vZHVsZSB7IH0iXX0= |
| /** | ||
| * Generated bundle index. Do not edit. | ||
| */ | ||
| export * from './public_api'; | ||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3luY2Z1c2lvbi1lajItYW5ndWxhci1idXR0b25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3luY2Z1c2lvbi1lajItYW5ndWxhci1idXR0b25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0= |
| import { __decorate } from 'tslib'; | ||
| import * as i0 from '@angular/core'; | ||
| import { Component, ChangeDetectionStrategy, NgModule, forwardRef, Directive, ContentChild, ContentChildren } from '@angular/core'; | ||
| import { setValue, ComponentBase, ComponentMixins, FormBase, ComplexBase, Template, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
| import { Button, CheckBox, RadioButton, Switch, ChipList, Fab, SpeedDial, SmartPasteButton } from '@syncfusion/ej2-buttons'; | ||
| export * from '@syncfusion/ej2-buttons'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { NG_VALUE_ACCESSOR } from '@angular/forms'; | ||
| const inputs$7 = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| const outputs$9 = ['created']; | ||
| const twoWays$7 = []; | ||
| /** | ||
| * Represents the Angular Button Component. | ||
| * ```html | ||
| * <button ejs-button>Button</button> | ||
| * ``` | ||
| */ | ||
| let ButtonComponent = class ButtonComponent extends Button { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$9); | ||
| this.addTwoWay.call(this, twoWays$7); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ButtonComponent, selector: "[ejs-button]", inputs: { content: "content", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconCss: "iconCss", iconPosition: "iconPosition", isPrimary: "isPrimary", isToggle: "isToggle", locale: "locale" }, outputs: { created: "created" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| ButtonComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], ButtonComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-button]', | ||
| inputs: inputs$7, | ||
| outputs: outputs$9, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| /** | ||
| * NgModule definition for the Button component. | ||
| */ | ||
| class ButtonModule { | ||
| } | ||
| ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, declarations: [ButtonComponent], imports: [CommonModule], exports: [ButtonComponent] }); | ||
| ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ButtonComponent | ||
| ], | ||
| exports: [ | ||
| ButtonComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the Button component with providers. | ||
| */ | ||
| class ButtonAllModule { | ||
| } | ||
| ButtonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ButtonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, imports: [CommonModule, ButtonModule], exports: [ButtonModule] }); | ||
| ButtonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, providers: [], imports: [[CommonModule, ButtonModule], ButtonModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, ButtonModule], | ||
| exports: [ | ||
| ButtonModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| var CheckBoxComponent_1; | ||
| const inputs$6 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'indeterminate', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| const outputs$8 = ['focus', 'blur', 'change', 'created', 'checkedChange', 'indeterminateChange']; | ||
| const twoWays$6 = ['checked', 'indeterminate']; | ||
| /** | ||
| * Represents the Angular CheckBox Component. | ||
| * ```html | ||
| * <ejs-checkbox label='Default'></ejs-checkbox> | ||
| * ``` | ||
| */ | ||
| let CheckBoxComponent = CheckBoxComponent_1 = class CheckBoxComponent extends CheckBox { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$8); | ||
| this.addTwoWay.call(this, twoWays$6); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| writeValue(value) { | ||
| } | ||
| setDisabledState(disabled) { | ||
| } | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| CheckBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); | ||
| CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: CheckBoxComponent, selector: "ejs-checkbox", inputs: { checked: "checked", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", indeterminate: "indeterminate", label: "label", labelPosition: "labelPosition", locale: "locale", name: "name", value: "value" }, outputs: { focus: "focus", blur: "blur", change: "change", created: "created", checkedChange: "checkedChange", indeterminateChange: "indeterminateChange" }, providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => CheckBoxComponent_1), | ||
| multi: true | ||
| } | ||
| ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| CheckBoxComponent = CheckBoxComponent_1 = __decorate([ | ||
| ComponentMixins([ComponentBase, FormBase]) | ||
| ], CheckBoxComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-checkbox', | ||
| inputs: inputs$6, | ||
| outputs: outputs$8, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => CheckBoxComponent), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } }); | ||
| /** | ||
| * NgModule definition for the CheckBox component. | ||
| */ | ||
| class CheckBoxModule { | ||
| } | ||
| CheckBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| CheckBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, declarations: [CheckBoxComponent], imports: [CommonModule], exports: [CheckBoxComponent] }); | ||
| CheckBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| CheckBoxComponent | ||
| ], | ||
| exports: [ | ||
| CheckBoxComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the CheckBox component with providers. | ||
| */ | ||
| class CheckBoxAllModule { | ||
| } | ||
| CheckBoxAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| CheckBoxAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, imports: [CommonModule, CheckBoxModule], exports: [CheckBoxModule] }); | ||
| CheckBoxAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, providers: [], imports: [[CommonModule, CheckBoxModule], CheckBoxModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, CheckBoxModule], | ||
| exports: [ | ||
| CheckBoxModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| var RadioButtonComponent_1; | ||
| const inputs$5 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| const outputs$7 = ['focus', 'blur', 'change', 'created', 'valueChange']; | ||
| const twoWays$5 = ['value']; | ||
| /** | ||
| * Represents the Angular RadioButton Component. | ||
| * ```html | ||
| * <ejs-radiobutton label='Default'></ejs-radiobutton> | ||
| * ``` | ||
| */ | ||
| let RadioButtonComponent = RadioButtonComponent_1 = class RadioButtonComponent extends RadioButton { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$7); | ||
| this.addTwoWay.call(this, twoWays$5); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| writeValue(value) { | ||
| } | ||
| setDisabledState(disabled) { | ||
| } | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| RadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); | ||
| RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: RadioButtonComponent, selector: "ejs-radiobutton", inputs: { checked: "checked", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", label: "label", labelPosition: "labelPosition", locale: "locale", name: "name", value: "value" }, outputs: { focus: "focus", blur: "blur", change: "change", created: "created", valueChange: "valueChange" }, providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => RadioButtonComponent_1), | ||
| multi: true | ||
| } | ||
| ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| RadioButtonComponent = RadioButtonComponent_1 = __decorate([ | ||
| ComponentMixins([ComponentBase, FormBase]) | ||
| ], RadioButtonComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-radiobutton', | ||
| inputs: inputs$5, | ||
| outputs: outputs$7, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => RadioButtonComponent), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } }); | ||
| /** | ||
| * NgModule definition for the RadioButton component. | ||
| */ | ||
| class RadioButtonModule { | ||
| } | ||
| RadioButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| RadioButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, declarations: [RadioButtonComponent], imports: [CommonModule], exports: [RadioButtonComponent] }); | ||
| RadioButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| RadioButtonComponent | ||
| ], | ||
| exports: [ | ||
| RadioButtonComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the RadioButton component with providers. | ||
| */ | ||
| class RadioButtonAllModule { | ||
| } | ||
| RadioButtonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| RadioButtonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, imports: [CommonModule, RadioButtonModule], exports: [RadioButtonModule] }); | ||
| RadioButtonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, providers: [], imports: [[CommonModule, RadioButtonModule], RadioButtonModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, RadioButtonModule], | ||
| exports: [ | ||
| RadioButtonModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| var SwitchComponent_1; | ||
| const inputs$4 = ['checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value']; | ||
| const outputs$6 = ['focus', 'blur', 'beforeChange', 'change', 'created', 'checkedChange']; | ||
| const twoWays$4 = ['checked']; | ||
| /** | ||
| * Represents the Angular Switch Component. | ||
| * ```html | ||
| * <ejs-switch></ejs-switch> | ||
| * ``` | ||
| */ | ||
| let SwitchComponent = SwitchComponent_1 = class SwitchComponent extends Switch { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$6); | ||
| this.addTwoWay.call(this, twoWays$4); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| writeValue(value) { | ||
| } | ||
| setDisabledState(disabled) { | ||
| } | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SwitchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); | ||
| SwitchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SwitchComponent, selector: "ejs-switch", inputs: { checked: "checked", cssClass: "cssClass", disabled: "disabled", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", locale: "locale", name: "name", offLabel: "offLabel", onLabel: "onLabel", value: "value" }, outputs: { focus: "focus", blur: "blur", beforeChange: "beforeChange", change: "change", created: "created", checkedChange: "checkedChange" }, providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => SwitchComponent_1), | ||
| multi: true | ||
| } | ||
| ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| SwitchComponent = SwitchComponent_1 = __decorate([ | ||
| ComponentMixins([ComponentBase, FormBase]) | ||
| ], SwitchComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-switch', | ||
| inputs: inputs$4, | ||
| outputs: outputs$6, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => SwitchComponent), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } }); | ||
| /** | ||
| * NgModule definition for the Switch component. | ||
| */ | ||
| class SwitchModule { | ||
| } | ||
| SwitchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SwitchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, declarations: [SwitchComponent], imports: [CommonModule], exports: [SwitchComponent] }); | ||
| SwitchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SwitchComponent | ||
| ], | ||
| exports: [ | ||
| SwitchComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the Switch component with providers. | ||
| */ | ||
| class SwitchAllModule { | ||
| } | ||
| SwitchAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SwitchAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, imports: [CommonModule, SwitchModule], exports: [SwitchModule] }); | ||
| SwitchAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, providers: [], imports: [[CommonModule, SwitchModule], SwitchModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, SwitchModule], | ||
| exports: [ | ||
| SwitchModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| let input$1 = ['avatarIconCss', 'avatarText', 'cssClass', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'template', 'text', 'trailingIconCss', 'trailingIconUrl', 'value']; | ||
| let outputs$5 = []; | ||
| /** | ||
| * `e-chip` directive represent a chip of the Angular ChipList. | ||
| * ```html | ||
| * <ejs-chiplist > | ||
| * <e-chips> | ||
| * <e-chip text='chip1'></e-chip> | ||
| * <e-chip text='chip2'></e-chip> | ||
| * </e-chips> | ||
| * </ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| class ChipDirective extends ComplexBase { | ||
| constructor(viewContainerRef) { | ||
| super(); | ||
| this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.registerEvents(outputs$5); | ||
| this.directivePropList = input$1; | ||
| } | ||
| } | ||
| ChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); | ||
| ChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ChipDirective, selector: "e-chips>e-chip", inputs: { avatarIconCss: "avatarIconCss", avatarText: "avatarText", cssClass: "cssClass", enabled: "enabled", htmlAttributes: "htmlAttributes", leadingIconCss: "leadingIconCss", leadingIconUrl: "leadingIconUrl", template: "template", text: "text", trailingIconCss: "trailingIconCss", trailingIconUrl: "trailingIconUrl", value: "value" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0 }); | ||
| __decorate([ | ||
| Template() | ||
| ], ChipDirective.prototype, "template", void 0); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'e-chips>e-chip', | ||
| inputs: input$1, | ||
| outputs: outputs$5, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{ | ||
| type: ContentChild, | ||
| args: ['template'] | ||
| }] } }); | ||
| /** | ||
| * Chip Array Directive | ||
| * @private | ||
| */ | ||
| class ChipsDirective extends ArrayBase { | ||
| constructor() { | ||
| super('chips'); | ||
| } | ||
| } | ||
| ChipsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); | ||
| ChipsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ChipsDirective, selector: "ejs-chiplist>e-chips", queries: [{ propertyName: "children", predicate: ChipDirective }], usesInheritance: true, ngImport: i0 }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipsDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'ejs-chiplist>e-chips', | ||
| queries: { | ||
| children: new ContentChildren(ChipDirective) | ||
| }, | ||
| }] | ||
| }], ctorParameters: function () { return []; } }); | ||
| const inputs$3 = ['allowDragAndDrop', 'avatarIconCss', 'avatarText', 'chips', 'cssClass', 'dragArea', 'enableDelete', 'enablePersistence', 'enableRtl', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'locale', 'selectedChips', 'selection', 'text', 'trailingIconCss', 'trailingIconUrl']; | ||
| const outputs$4 = ['beforeClick', 'click', 'created', 'delete', 'deleted', 'dragStart', 'dragStop', 'dragging']; | ||
| const twoWays$3 = ['']; | ||
| /** | ||
| * Represents the Essential JS 2 Angular ChipList Component. | ||
| * ```html | ||
| * <ejs-chiplist></ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| let ChipListComponent = class ChipListComponent extends ChipList { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.tags = ['chips']; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$4); | ||
| this.addTwoWay.call(this, twoWays$3); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.context = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.context.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.context.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.context.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.tagObjects[0].instance = this.childChips; | ||
| this.context.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| ChipListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| ChipListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ChipListComponent, selector: "ejs-chiplist", inputs: { allowDragAndDrop: "allowDragAndDrop", avatarIconCss: "avatarIconCss", avatarText: "avatarText", chips: "chips", cssClass: "cssClass", dragArea: "dragArea", enableDelete: "enableDelete", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", htmlAttributes: "htmlAttributes", leadingIconCss: "leadingIconCss", leadingIconUrl: "leadingIconUrl", locale: "locale", selectedChips: "selectedChips", selection: "selection", text: "text", trailingIconCss: "trailingIconCss", trailingIconUrl: "trailingIconUrl" }, outputs: { beforeClick: "beforeClick", click: "click", created: "created", delete: "delete", deleted: "deleted", dragStart: "dragStart", dragStop: "dragStop", dragging: "dragging" }, queries: [{ propertyName: "childChips", first: true, predicate: ChipsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| ChipListComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], ChipListComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-chiplist', | ||
| inputs: inputs$3, | ||
| outputs: outputs$4, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childChips: new ContentChild(ChipsDirective) | ||
| } | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| /** | ||
| * NgModule definition for the ChipList component. | ||
| */ | ||
| class ChipListModule { | ||
| } | ||
| ChipListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ChipListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, declarations: [ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective], imports: [CommonModule], exports: [ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective] }); | ||
| ChipListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ], | ||
| exports: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the ChipList component with providers. | ||
| */ | ||
| class ChipListAllModule { | ||
| } | ||
| ChipListAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ChipListAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, imports: [CommonModule, ChipListModule], exports: [ChipListModule] }); | ||
| ChipListAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, providers: [], imports: [[CommonModule, ChipListModule], ChipListModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, ChipListModule], | ||
| exports: [ | ||
| ChipListModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| const inputs$2 = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale', 'position', 'target', 'visible']; | ||
| const outputs$3 = ['created']; | ||
| const twoWays$2 = []; | ||
| /** | ||
| * Represents the Angular Fab Component. | ||
| * ```html | ||
| * <button ejs-fab content='fab'></button> | ||
| * ``` | ||
| */ | ||
| let FabComponent = class FabComponent extends Fab { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$3); | ||
| this.addTwoWay.call(this, twoWays$2); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| FabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| FabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: FabComponent, selector: "[ejs-fab]", inputs: { content: "content", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconCss: "iconCss", iconPosition: "iconPosition", isPrimary: "isPrimary", isToggle: "isToggle", locale: "locale", position: "position", target: "target", visible: "visible" }, outputs: { created: "created" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| FabComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], FabComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-fab]', | ||
| inputs: inputs$2, | ||
| outputs: outputs$3, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| /** | ||
| * NgModule definition for the Fab component. | ||
| */ | ||
| class FabModule { | ||
| } | ||
| FabModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| FabModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, declarations: [FabComponent], imports: [CommonModule], exports: [FabComponent] }); | ||
| FabModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| FabComponent | ||
| ], | ||
| exports: [ | ||
| FabComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the Fab component with providers. | ||
| */ | ||
| class FabAllModule { | ||
| } | ||
| FabAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| FabAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, imports: [CommonModule, FabModule], exports: [FabModule] }); | ||
| FabAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, providers: [], imports: [[CommonModule, FabModule], FabModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, FabModule], | ||
| exports: [ | ||
| FabModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| let input = ['disabled', 'iconCss', 'id', 'text', 'title']; | ||
| let outputs$2 = []; | ||
| /** | ||
| * 'e-speeddialitem' directive represent a item of the Angular SpeedDial. | ||
| * It must be contained in a SpeedDial component(`ejs-speeddial`). | ||
| * ```html | ||
| * <ejs-speeddial> | ||
| * <e-speeddialitems> | ||
| * <e-speeddialitem text='Cut'></e-speeddialitem> | ||
| * <e-speeddialitem text='Copy'></e-speeddialitem> | ||
| * </e-speeddialitems> | ||
| * </ejs-speeddial> | ||
| * ``` | ||
| */ | ||
| class SpeedDialItemDirective extends ComplexBase { | ||
| constructor(viewContainerRef) { | ||
| super(); | ||
| this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.registerEvents(outputs$2); | ||
| this.directivePropList = input; | ||
| } | ||
| } | ||
| SpeedDialItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); | ||
| SpeedDialItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SpeedDialItemDirective, selector: "e-speeddial-item", inputs: { disabled: "disabled", iconCss: "iconCss", id: "id", text: "text", title: "title" }, usesInheritance: true, ngImport: i0 }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'e-speeddial-item', | ||
| inputs: input, | ||
| outputs: outputs$2, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } }); | ||
| /** | ||
| * SpeedDialItem Array Directive | ||
| * @private | ||
| */ | ||
| class SpeedDialItemsDirective extends ArrayBase { | ||
| constructor() { | ||
| super('items'); | ||
| } | ||
| } | ||
| SpeedDialItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); | ||
| SpeedDialItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SpeedDialItemsDirective, selector: "e-speeddial-items", queries: [{ propertyName: "children", predicate: SpeedDialItemDirective }], usesInheritance: true, ngImport: i0 }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemsDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'e-speeddial-items', | ||
| queries: { | ||
| children: new ContentChildren(SpeedDialItemDirective) | ||
| }, | ||
| }] | ||
| }], ctorParameters: function () { return []; } }); | ||
| const inputs$1 = ['animation', 'closeIconCss', 'content', 'cssClass', 'direction', 'disabled', 'enablePersistence', 'enableRtl', 'iconPosition', 'isPrimary', 'itemTemplate', 'items', 'locale', 'modal', 'mode', 'openIconCss', 'opensOnHover', 'popupTemplate', 'position', 'radialSettings', 'target', 'visible']; | ||
| const outputs$1 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'clicked', 'created', 'onClose', 'onOpen', 'visibleChange']; | ||
| const twoWays$1 = ['visible']; | ||
| /** | ||
| * Represents the Angular SpeedDial Component. | ||
| * ```html | ||
| * <button ejs-speeddial content='Edit'></button> | ||
| * ``` | ||
| */ | ||
| let SpeedDialComponent = class SpeedDialComponent extends SpeedDial { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.tags = ['items']; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$1); | ||
| this.addTwoWay.call(this, twoWays$1); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.tagObjects[0].instance = this.childItems; | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SpeedDialComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| SpeedDialComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SpeedDialComponent, selector: "[ejs-speeddial]", inputs: { animation: "animation", closeIconCss: "closeIconCss", content: "content", cssClass: "cssClass", direction: "direction", disabled: "disabled", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconPosition: "iconPosition", isPrimary: "isPrimary", itemTemplate: "itemTemplate", items: "items", locale: "locale", modal: "modal", mode: "mode", openIconCss: "openIconCss", opensOnHover: "opensOnHover", popupTemplate: "popupTemplate", position: "position", radialSettings: "radialSettings", target: "target", visible: "visible" }, outputs: { beforeClose: "beforeClose", beforeItemRender: "beforeItemRender", beforeOpen: "beforeOpen", clicked: "clicked", created: "created", onClose: "onClose", onOpen: "onOpen", visibleChange: "visibleChange" }, queries: [{ propertyName: "itemTemplate", first: true, predicate: ["itemTemplate"], descendants: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true }, { propertyName: "childItems", first: true, predicate: SpeedDialItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| __decorate([ | ||
| Template() | ||
| ], SpeedDialComponent.prototype, "itemTemplate", void 0); | ||
| __decorate([ | ||
| Template() | ||
| ], SpeedDialComponent.prototype, "popupTemplate", void 0); | ||
| SpeedDialComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], SpeedDialComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-speeddial]', | ||
| inputs: inputs$1, | ||
| outputs: outputs$1, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childItems: new ContentChild(SpeedDialItemsDirective) | ||
| } | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { itemTemplate: [{ | ||
| type: ContentChild, | ||
| args: ['itemTemplate'] | ||
| }], popupTemplate: [{ | ||
| type: ContentChild, | ||
| args: ['popupTemplate'] | ||
| }] } }); | ||
| /** | ||
| * NgModule definition for the SpeedDial component. | ||
| */ | ||
| class SpeedDialModule { | ||
| } | ||
| SpeedDialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SpeedDialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, declarations: [SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective], imports: [CommonModule], exports: [SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective] }); | ||
| SpeedDialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ], | ||
| exports: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the SpeedDial component with providers. | ||
| */ | ||
| class SpeedDialAllModule { | ||
| } | ||
| SpeedDialAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SpeedDialAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, imports: [CommonModule, SpeedDialModule], exports: [SpeedDialModule] }); | ||
| SpeedDialAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, providers: [], imports: [[CommonModule, SpeedDialModule], SpeedDialModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, SpeedDialModule], | ||
| exports: [ | ||
| SpeedDialModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| const inputs = ['aiAssistHandler', 'content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| const outputs = ['created']; | ||
| const twoWays = []; | ||
| /** | ||
| * Represents the Angular Smart Paste Button Component. | ||
| * ```html | ||
| * <button ejs-smart-paste-button content='Smart paste'></button> | ||
| * ``` | ||
| */ | ||
| let SmartPasteButtonComponent = class SmartPasteButtonComponent extends SmartPasteButton { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SmartPasteButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| SmartPasteButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SmartPasteButtonComponent, selector: "[ejs-smart-paste-button]", inputs: { aiAssistHandler: "aiAssistHandler", content: "content", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconCss: "iconCss", iconPosition: "iconPosition", isPrimary: "isPrimary", isToggle: "isToggle", locale: "locale" }, outputs: { created: "created" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| SmartPasteButtonComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], SmartPasteButtonComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-smart-paste-button]', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component. | ||
| */ | ||
| class SmartPasteButtonModule { | ||
| } | ||
| SmartPasteButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SmartPasteButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, declarations: [SmartPasteButtonComponent], imports: [CommonModule], exports: [SmartPasteButtonComponent] }); | ||
| SmartPasteButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SmartPasteButtonComponent | ||
| ], | ||
| exports: [ | ||
| SmartPasteButtonComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component with providers. | ||
| */ | ||
| class SmartPasteButtonAllModule { | ||
| } | ||
| SmartPasteButtonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SmartPasteButtonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, imports: [CommonModule, SmartPasteButtonModule], exports: [SmartPasteButtonModule] }); | ||
| SmartPasteButtonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, providers: [], imports: [[CommonModule, SmartPasteButtonModule], SmartPasteButtonModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, SmartPasteButtonModule], | ||
| exports: [ | ||
| SmartPasteButtonModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * Generated bundle index. Do not edit. | ||
| */ | ||
| export { ButtonAllModule, ButtonComponent, ButtonModule, CheckBoxAllModule, CheckBoxComponent, CheckBoxModule, ChipDirective, ChipListAllModule, ChipListComponent, ChipListModule, ChipsDirective, FabAllModule, FabComponent, FabModule, RadioButtonAllModule, RadioButtonComponent, RadioButtonModule, SmartPasteButtonAllModule, SmartPasteButtonComponent, SmartPasteButtonModule, SpeedDialAllModule, SpeedDialComponent, SpeedDialItemDirective, SpeedDialItemsDirective, SpeedDialModule, SwitchAllModule, SwitchComponent, SwitchModule }; | ||
| //# sourceMappingURL=syncfusion-ej2-angular-buttons.mjs.map |
Sorry, the diff of this file is too big to display
| import { __decorate } from 'tslib'; | ||
| import * as i0 from '@angular/core'; | ||
| import { Component, ChangeDetectionStrategy, NgModule, forwardRef, Directive, ContentChild, ContentChildren } from '@angular/core'; | ||
| import { setValue, ComponentBase, ComponentMixins, FormBase, ComplexBase, Template, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
| import { Button, CheckBox, RadioButton, Switch, ChipList, Fab, SpeedDial, SmartPasteButton } from '@syncfusion/ej2-buttons'; | ||
| export * from '@syncfusion/ej2-buttons'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { NG_VALUE_ACCESSOR } from '@angular/forms'; | ||
| const inputs$7 = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| const outputs$9 = ['created']; | ||
| const twoWays$7 = []; | ||
| /** | ||
| * Represents the Angular Button Component. | ||
| * ```html | ||
| * <button ejs-button>Button</button> | ||
| * ``` | ||
| */ | ||
| let ButtonComponent = class ButtonComponent extends Button { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$9); | ||
| this.addTwoWay.call(this, twoWays$7); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ButtonComponent, selector: "[ejs-button]", inputs: { content: "content", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconCss: "iconCss", iconPosition: "iconPosition", isPrimary: "isPrimary", isToggle: "isToggle", locale: "locale" }, outputs: { created: "created" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| ButtonComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], ButtonComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-button]', | ||
| inputs: inputs$7, | ||
| outputs: outputs$9, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| /** | ||
| * NgModule definition for the Button component. | ||
| */ | ||
| class ButtonModule { | ||
| } | ||
| ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, declarations: [ButtonComponent], imports: [CommonModule], exports: [ButtonComponent] }); | ||
| ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ButtonComponent | ||
| ], | ||
| exports: [ | ||
| ButtonComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the Button component with providers. | ||
| */ | ||
| class ButtonAllModule { | ||
| } | ||
| ButtonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ButtonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, imports: [CommonModule, ButtonModule], exports: [ButtonModule] }); | ||
| ButtonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, providers: [], imports: [[CommonModule, ButtonModule], ButtonModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, ButtonModule], | ||
| exports: [ | ||
| ButtonModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| var CheckBoxComponent_1; | ||
| const inputs$6 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'indeterminate', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| const outputs$8 = ['focus', 'blur', 'change', 'created', 'checkedChange', 'indeterminateChange']; | ||
| const twoWays$6 = ['checked', 'indeterminate']; | ||
| /** | ||
| * Represents the Angular CheckBox Component. | ||
| * ```html | ||
| * <ejs-checkbox label='Default'></ejs-checkbox> | ||
| * ``` | ||
| */ | ||
| let CheckBoxComponent = CheckBoxComponent_1 = class CheckBoxComponent extends CheckBox { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$8); | ||
| this.addTwoWay.call(this, twoWays$6); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| writeValue(value) { | ||
| } | ||
| setDisabledState(disabled) { | ||
| } | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| CheckBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); | ||
| CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: CheckBoxComponent, selector: "ejs-checkbox", inputs: { checked: "checked", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", indeterminate: "indeterminate", label: "label", labelPosition: "labelPosition", locale: "locale", name: "name", value: "value" }, outputs: { focus: "focus", blur: "blur", change: "change", created: "created", checkedChange: "checkedChange", indeterminateChange: "indeterminateChange" }, providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => CheckBoxComponent_1), | ||
| multi: true | ||
| } | ||
| ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| CheckBoxComponent = CheckBoxComponent_1 = __decorate([ | ||
| ComponentMixins([ComponentBase, FormBase]) | ||
| ], CheckBoxComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-checkbox', | ||
| inputs: inputs$6, | ||
| outputs: outputs$8, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => CheckBoxComponent), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } }); | ||
| /** | ||
| * NgModule definition for the CheckBox component. | ||
| */ | ||
| class CheckBoxModule { | ||
| } | ||
| CheckBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| CheckBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, declarations: [CheckBoxComponent], imports: [CommonModule], exports: [CheckBoxComponent] }); | ||
| CheckBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| CheckBoxComponent | ||
| ], | ||
| exports: [ | ||
| CheckBoxComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the CheckBox component with providers. | ||
| */ | ||
| class CheckBoxAllModule { | ||
| } | ||
| CheckBoxAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| CheckBoxAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, imports: [CommonModule, CheckBoxModule], exports: [CheckBoxModule] }); | ||
| CheckBoxAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, providers: [], imports: [[CommonModule, CheckBoxModule], CheckBoxModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CheckBoxAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, CheckBoxModule], | ||
| exports: [ | ||
| CheckBoxModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| var RadioButtonComponent_1; | ||
| const inputs$5 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| const outputs$7 = ['focus', 'blur', 'change', 'created', 'valueChange']; | ||
| const twoWays$5 = ['value']; | ||
| /** | ||
| * Represents the Angular RadioButton Component. | ||
| * ```html | ||
| * <ejs-radiobutton label='Default'></ejs-radiobutton> | ||
| * ``` | ||
| */ | ||
| let RadioButtonComponent = RadioButtonComponent_1 = class RadioButtonComponent extends RadioButton { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$7); | ||
| this.addTwoWay.call(this, twoWays$5); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| writeValue(value) { | ||
| } | ||
| setDisabledState(disabled) { | ||
| } | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| RadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); | ||
| RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: RadioButtonComponent, selector: "ejs-radiobutton", inputs: { checked: "checked", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", label: "label", labelPosition: "labelPosition", locale: "locale", name: "name", value: "value" }, outputs: { focus: "focus", blur: "blur", change: "change", created: "created", valueChange: "valueChange" }, providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => RadioButtonComponent_1), | ||
| multi: true | ||
| } | ||
| ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| RadioButtonComponent = RadioButtonComponent_1 = __decorate([ | ||
| ComponentMixins([ComponentBase, FormBase]) | ||
| ], RadioButtonComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-radiobutton', | ||
| inputs: inputs$5, | ||
| outputs: outputs$7, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => RadioButtonComponent), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } }); | ||
| /** | ||
| * NgModule definition for the RadioButton component. | ||
| */ | ||
| class RadioButtonModule { | ||
| } | ||
| RadioButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| RadioButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, declarations: [RadioButtonComponent], imports: [CommonModule], exports: [RadioButtonComponent] }); | ||
| RadioButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| RadioButtonComponent | ||
| ], | ||
| exports: [ | ||
| RadioButtonComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the RadioButton component with providers. | ||
| */ | ||
| class RadioButtonAllModule { | ||
| } | ||
| RadioButtonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| RadioButtonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, imports: [CommonModule, RadioButtonModule], exports: [RadioButtonModule] }); | ||
| RadioButtonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, providers: [], imports: [[CommonModule, RadioButtonModule], RadioButtonModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RadioButtonAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, RadioButtonModule], | ||
| exports: [ | ||
| RadioButtonModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| var SwitchComponent_1; | ||
| const inputs$4 = ['checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value']; | ||
| const outputs$6 = ['focus', 'blur', 'beforeChange', 'change', 'created', 'checkedChange']; | ||
| const twoWays$4 = ['checked']; | ||
| /** | ||
| * Represents the Angular Switch Component. | ||
| * ```html | ||
| * <ejs-switch></ejs-switch> | ||
| * ``` | ||
| */ | ||
| let SwitchComponent = SwitchComponent_1 = class SwitchComponent extends Switch { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$6); | ||
| this.addTwoWay.call(this, twoWays$4); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| writeValue(value) { | ||
| } | ||
| setDisabledState(disabled) { | ||
| } | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SwitchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); | ||
| SwitchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SwitchComponent, selector: "ejs-switch", inputs: { checked: "checked", cssClass: "cssClass", disabled: "disabled", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", locale: "locale", name: "name", offLabel: "offLabel", onLabel: "onLabel", value: "value" }, outputs: { focus: "focus", blur: "blur", beforeChange: "beforeChange", change: "change", created: "created", checkedChange: "checkedChange" }, providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => SwitchComponent_1), | ||
| multi: true | ||
| } | ||
| ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| SwitchComponent = SwitchComponent_1 = __decorate([ | ||
| ComponentMixins([ComponentBase, FormBase]) | ||
| ], SwitchComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-switch', | ||
| inputs: inputs$4, | ||
| outputs: outputs$6, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => SwitchComponent), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } }); | ||
| /** | ||
| * NgModule definition for the Switch component. | ||
| */ | ||
| class SwitchModule { | ||
| } | ||
| SwitchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SwitchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, declarations: [SwitchComponent], imports: [CommonModule], exports: [SwitchComponent] }); | ||
| SwitchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SwitchComponent | ||
| ], | ||
| exports: [ | ||
| SwitchComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the Switch component with providers. | ||
| */ | ||
| class SwitchAllModule { | ||
| } | ||
| SwitchAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SwitchAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, imports: [CommonModule, SwitchModule], exports: [SwitchModule] }); | ||
| SwitchAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, providers: [], imports: [[CommonModule, SwitchModule], SwitchModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SwitchAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, SwitchModule], | ||
| exports: [ | ||
| SwitchModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| let input$1 = ['avatarIconCss', 'avatarText', 'cssClass', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'template', 'text', 'trailingIconCss', 'trailingIconUrl', 'value']; | ||
| let outputs$5 = []; | ||
| /** | ||
| * `e-chip` directive represent a chip of the Angular ChipList. | ||
| * ```html | ||
| * <ejs-chiplist > | ||
| * <e-chips> | ||
| * <e-chip text='chip1'></e-chip> | ||
| * <e-chip text='chip2'></e-chip> | ||
| * </e-chips> | ||
| * </ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| class ChipDirective extends ComplexBase { | ||
| constructor(viewContainerRef) { | ||
| super(); | ||
| this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.registerEvents(outputs$5); | ||
| this.directivePropList = input$1; | ||
| } | ||
| } | ||
| ChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); | ||
| ChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ChipDirective, selector: "e-chips>e-chip", inputs: { avatarIconCss: "avatarIconCss", avatarText: "avatarText", cssClass: "cssClass", enabled: "enabled", htmlAttributes: "htmlAttributes", leadingIconCss: "leadingIconCss", leadingIconUrl: "leadingIconUrl", template: "template", text: "text", trailingIconCss: "trailingIconCss", trailingIconUrl: "trailingIconUrl", value: "value" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0 }); | ||
| __decorate([ | ||
| Template() | ||
| ], ChipDirective.prototype, "template", void 0); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'e-chips>e-chip', | ||
| inputs: input$1, | ||
| outputs: outputs$5, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{ | ||
| type: ContentChild, | ||
| args: ['template'] | ||
| }] } }); | ||
| /** | ||
| * Chip Array Directive | ||
| * @private | ||
| */ | ||
| class ChipsDirective extends ArrayBase { | ||
| constructor() { | ||
| super('chips'); | ||
| } | ||
| } | ||
| ChipsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); | ||
| ChipsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ChipsDirective, selector: "ejs-chiplist>e-chips", queries: [{ propertyName: "children", predicate: ChipDirective }], usesInheritance: true, ngImport: i0 }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipsDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'ejs-chiplist>e-chips', | ||
| queries: { | ||
| children: new ContentChildren(ChipDirective) | ||
| }, | ||
| }] | ||
| }], ctorParameters: function () { return []; } }); | ||
| const inputs$3 = ['allowDragAndDrop', 'avatarIconCss', 'avatarText', 'chips', 'cssClass', 'dragArea', 'enableDelete', 'enablePersistence', 'enableRtl', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'locale', 'selectedChips', 'selection', 'text', 'trailingIconCss', 'trailingIconUrl']; | ||
| const outputs$4 = ['beforeClick', 'click', 'created', 'delete', 'deleted', 'dragStart', 'dragStop', 'dragging']; | ||
| const twoWays$3 = ['']; | ||
| /** | ||
| * Represents the Essential JS 2 Angular ChipList Component. | ||
| * ```html | ||
| * <ejs-chiplist></ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| let ChipListComponent = class ChipListComponent extends ChipList { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.tags = ['chips']; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$4); | ||
| this.addTwoWay.call(this, twoWays$3); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.context = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.context.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.context.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.context.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.tagObjects[0].instance = this.childChips; | ||
| this.context.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| ChipListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| ChipListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ChipListComponent, selector: "ejs-chiplist", inputs: { allowDragAndDrop: "allowDragAndDrop", avatarIconCss: "avatarIconCss", avatarText: "avatarText", chips: "chips", cssClass: "cssClass", dragArea: "dragArea", enableDelete: "enableDelete", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", htmlAttributes: "htmlAttributes", leadingIconCss: "leadingIconCss", leadingIconUrl: "leadingIconUrl", locale: "locale", selectedChips: "selectedChips", selection: "selection", text: "text", trailingIconCss: "trailingIconCss", trailingIconUrl: "trailingIconUrl" }, outputs: { beforeClick: "beforeClick", click: "click", created: "created", delete: "delete", deleted: "deleted", dragStart: "dragStart", dragStop: "dragStop", dragging: "dragging" }, queries: [{ propertyName: "childChips", first: true, predicate: ChipsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| ChipListComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], ChipListComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: 'ejs-chiplist', | ||
| inputs: inputs$3, | ||
| outputs: outputs$4, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childChips: new ContentChild(ChipsDirective) | ||
| } | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| /** | ||
| * NgModule definition for the ChipList component. | ||
| */ | ||
| class ChipListModule { | ||
| } | ||
| ChipListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ChipListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, declarations: [ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective], imports: [CommonModule], exports: [ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective] }); | ||
| ChipListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ], | ||
| exports: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the ChipList component with providers. | ||
| */ | ||
| class ChipListAllModule { | ||
| } | ||
| ChipListAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| ChipListAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, imports: [CommonModule, ChipListModule], exports: [ChipListModule] }); | ||
| ChipListAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, providers: [], imports: [[CommonModule, ChipListModule], ChipListModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChipListAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, ChipListModule], | ||
| exports: [ | ||
| ChipListModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| const inputs$2 = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale', 'position', 'target', 'visible']; | ||
| const outputs$3 = ['created']; | ||
| const twoWays$2 = []; | ||
| /** | ||
| * Represents the Angular Fab Component. | ||
| * ```html | ||
| * <button ejs-fab content='fab'></button> | ||
| * ``` | ||
| */ | ||
| let FabComponent = class FabComponent extends Fab { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$3); | ||
| this.addTwoWay.call(this, twoWays$2); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| FabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| FabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: FabComponent, selector: "[ejs-fab]", inputs: { content: "content", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconCss: "iconCss", iconPosition: "iconPosition", isPrimary: "isPrimary", isToggle: "isToggle", locale: "locale", position: "position", target: "target", visible: "visible" }, outputs: { created: "created" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| FabComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], FabComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-fab]', | ||
| inputs: inputs$2, | ||
| outputs: outputs$3, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| /** | ||
| * NgModule definition for the Fab component. | ||
| */ | ||
| class FabModule { | ||
| } | ||
| FabModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| FabModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, declarations: [FabComponent], imports: [CommonModule], exports: [FabComponent] }); | ||
| FabModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| FabComponent | ||
| ], | ||
| exports: [ | ||
| FabComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the Fab component with providers. | ||
| */ | ||
| class FabAllModule { | ||
| } | ||
| FabAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| FabAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, imports: [CommonModule, FabModule], exports: [FabModule] }); | ||
| FabAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, providers: [], imports: [[CommonModule, FabModule], FabModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FabAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, FabModule], | ||
| exports: [ | ||
| FabModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| let input = ['disabled', 'iconCss', 'id', 'text', 'title']; | ||
| let outputs$2 = []; | ||
| /** | ||
| * 'e-speeddialitem' directive represent a item of the Angular SpeedDial. | ||
| * It must be contained in a SpeedDial component(`ejs-speeddial`). | ||
| * ```html | ||
| * <ejs-speeddial> | ||
| * <e-speeddialitems> | ||
| * <e-speeddialitem text='Cut'></e-speeddialitem> | ||
| * <e-speeddialitem text='Copy'></e-speeddialitem> | ||
| * </e-speeddialitems> | ||
| * </ejs-speeddial> | ||
| * ``` | ||
| */ | ||
| class SpeedDialItemDirective extends ComplexBase { | ||
| constructor(viewContainerRef) { | ||
| super(); | ||
| this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.registerEvents(outputs$2); | ||
| this.directivePropList = input; | ||
| } | ||
| } | ||
| SpeedDialItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); | ||
| SpeedDialItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SpeedDialItemDirective, selector: "e-speeddial-item", inputs: { disabled: "disabled", iconCss: "iconCss", id: "id", text: "text", title: "title" }, usesInheritance: true, ngImport: i0 }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'e-speeddial-item', | ||
| inputs: input, | ||
| outputs: outputs$2, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } }); | ||
| /** | ||
| * SpeedDialItem Array Directive | ||
| * @private | ||
| */ | ||
| class SpeedDialItemsDirective extends ArrayBase { | ||
| constructor() { | ||
| super('items'); | ||
| } | ||
| } | ||
| SpeedDialItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); | ||
| SpeedDialItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SpeedDialItemsDirective, selector: "e-speeddial-items", queries: [{ propertyName: "children", predicate: SpeedDialItemDirective }], usesInheritance: true, ngImport: i0 }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialItemsDirective, decorators: [{ | ||
| type: Directive, | ||
| args: [{ | ||
| selector: 'e-speeddial-items', | ||
| queries: { | ||
| children: new ContentChildren(SpeedDialItemDirective) | ||
| }, | ||
| }] | ||
| }], ctorParameters: function () { return []; } }); | ||
| const inputs$1 = ['animation', 'closeIconCss', 'content', 'cssClass', 'direction', 'disabled', 'enablePersistence', 'enableRtl', 'iconPosition', 'isPrimary', 'itemTemplate', 'items', 'locale', 'modal', 'mode', 'openIconCss', 'opensOnHover', 'popupTemplate', 'position', 'radialSettings', 'target', 'visible']; | ||
| const outputs$1 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'clicked', 'created', 'onClose', 'onOpen', 'visibleChange']; | ||
| const twoWays$1 = ['visible']; | ||
| /** | ||
| * Represents the Angular SpeedDial Component. | ||
| * ```html | ||
| * <button ejs-speeddial content='Edit'></button> | ||
| * ``` | ||
| */ | ||
| let SpeedDialComponent = class SpeedDialComponent extends SpeedDial { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.tags = ['items']; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$1); | ||
| this.addTwoWay.call(this, twoWays$1); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.tagObjects[0].instance = this.childItems; | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SpeedDialComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| SpeedDialComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SpeedDialComponent, selector: "[ejs-speeddial]", inputs: { animation: "animation", closeIconCss: "closeIconCss", content: "content", cssClass: "cssClass", direction: "direction", disabled: "disabled", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconPosition: "iconPosition", isPrimary: "isPrimary", itemTemplate: "itemTemplate", items: "items", locale: "locale", modal: "modal", mode: "mode", openIconCss: "openIconCss", opensOnHover: "opensOnHover", popupTemplate: "popupTemplate", position: "position", radialSettings: "radialSettings", target: "target", visible: "visible" }, outputs: { beforeClose: "beforeClose", beforeItemRender: "beforeItemRender", beforeOpen: "beforeOpen", clicked: "clicked", created: "created", onClose: "onClose", onOpen: "onOpen", visibleChange: "visibleChange" }, queries: [{ propertyName: "itemTemplate", first: true, predicate: ["itemTemplate"], descendants: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true }, { propertyName: "childItems", first: true, predicate: SpeedDialItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| __decorate([ | ||
| Template() | ||
| ], SpeedDialComponent.prototype, "itemTemplate", void 0); | ||
| __decorate([ | ||
| Template() | ||
| ], SpeedDialComponent.prototype, "popupTemplate", void 0); | ||
| SpeedDialComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], SpeedDialComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-speeddial]', | ||
| inputs: inputs$1, | ||
| outputs: outputs$1, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childItems: new ContentChild(SpeedDialItemsDirective) | ||
| } | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { itemTemplate: [{ | ||
| type: ContentChild, | ||
| args: ['itemTemplate'] | ||
| }], popupTemplate: [{ | ||
| type: ContentChild, | ||
| args: ['popupTemplate'] | ||
| }] } }); | ||
| /** | ||
| * NgModule definition for the SpeedDial component. | ||
| */ | ||
| class SpeedDialModule { | ||
| } | ||
| SpeedDialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SpeedDialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, declarations: [SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective], imports: [CommonModule], exports: [SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective] }); | ||
| SpeedDialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ], | ||
| exports: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the SpeedDial component with providers. | ||
| */ | ||
| class SpeedDialAllModule { | ||
| } | ||
| SpeedDialAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SpeedDialAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, imports: [CommonModule, SpeedDialModule], exports: [SpeedDialModule] }); | ||
| SpeedDialAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, providers: [], imports: [[CommonModule, SpeedDialModule], SpeedDialModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeedDialAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, SpeedDialModule], | ||
| exports: [ | ||
| SpeedDialModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| const inputs = ['aiAssistHandler', 'content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| const outputs = ['created']; | ||
| const twoWays = []; | ||
| /** | ||
| * Represents the Angular Smart Paste Button Component. | ||
| * ```html | ||
| * <button ejs-smart-paste-button content='Smart paste'></button> | ||
| * ``` | ||
| */ | ||
| let SmartPasteButtonComponent = class SmartPasteButtonComponent extends SmartPasteButton { | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SmartPasteButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); | ||
| SmartPasteButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SmartPasteButtonComponent, selector: "[ejs-smart-paste-button]", inputs: { aiAssistHandler: "aiAssistHandler", content: "content", cssClass: "cssClass", disabled: "disabled", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", iconCss: "iconCss", iconPosition: "iconPosition", isPrimary: "isPrimary", isToggle: "isToggle", locale: "locale" }, outputs: { created: "created" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); | ||
| SmartPasteButtonComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]) | ||
| ], SmartPasteButtonComponent); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonComponent, decorators: [{ | ||
| type: Component, | ||
| args: [{ | ||
| selector: '[ejs-smart-paste-button]', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| }] | ||
| }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } }); | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component. | ||
| */ | ||
| class SmartPasteButtonModule { | ||
| } | ||
| SmartPasteButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SmartPasteButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, declarations: [SmartPasteButtonComponent], imports: [CommonModule], exports: [SmartPasteButtonComponent] }); | ||
| SmartPasteButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, imports: [[CommonModule]] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SmartPasteButtonComponent | ||
| ], | ||
| exports: [ | ||
| SmartPasteButtonComponent | ||
| ] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component with providers. | ||
| */ | ||
| class SmartPasteButtonAllModule { | ||
| } | ||
| SmartPasteButtonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
| SmartPasteButtonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, imports: [CommonModule, SmartPasteButtonModule], exports: [SmartPasteButtonModule] }); | ||
| SmartPasteButtonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, providers: [], imports: [[CommonModule, SmartPasteButtonModule], SmartPasteButtonModule] }); | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmartPasteButtonAllModule, decorators: [{ | ||
| type: NgModule, | ||
| args: [{ | ||
| imports: [CommonModule, SmartPasteButtonModule], | ||
| exports: [ | ||
| SmartPasteButtonModule | ||
| ], | ||
| providers: [] | ||
| }] | ||
| }] }); | ||
| /** | ||
| * Generated bundle index. Do not edit. | ||
| */ | ||
| export { ButtonAllModule, ButtonComponent, ButtonModule, CheckBoxAllModule, CheckBoxComponent, CheckBoxModule, ChipDirective, ChipListAllModule, ChipListComponent, ChipListModule, ChipsDirective, FabAllModule, FabComponent, FabModule, RadioButtonAllModule, RadioButtonComponent, RadioButtonModule, SmartPasteButtonAllModule, SmartPasteButtonComponent, SmartPasteButtonModule, SpeedDialAllModule, SpeedDialComponent, SpeedDialItemDirective, SpeedDialItemsDirective, SpeedDialModule, SwitchAllModule, SwitchComponent, SwitchModule }; | ||
| //# sourceMappingURL=syncfusion-ej2-angular-buttons.mjs.map |
Sorry, the diff of this file is too big to display
| /** | ||
| * Generated bundle index. Do not edit. | ||
| */ | ||
| /// <amd-module name="@syncfusion/ej2-angular-buttons" /> | ||
| export * from './public_api'; |
+28
-46
| { | ||
| "_from": "@syncfusion/ej2-angular-buttons@*", | ||
| "_id": "@syncfusion/ej2-angular-buttons@28.1.33", | ||
| "_inBundle": false, | ||
| "_integrity": "sha512-ITAQW+SrbYCDlhkFAm6NO/0jEOnNBN9f76qxsB4YFZZ3/c2aW6cSH0JD1SdQEe4GqHR/h5rqdkcVlSxgDK9JZw==", | ||
| "_location": "/@syncfusion/ej2-angular-buttons", | ||
| "_phantomChildren": {}, | ||
| "_requested": { | ||
| "type": "range", | ||
| "registry": true, | ||
| "raw": "@syncfusion/ej2-angular-buttons@*", | ||
| "name": "@syncfusion/ej2-angular-buttons", | ||
| "escapedName": "@syncfusion%2fej2-angular-buttons", | ||
| "scope": "@syncfusion", | ||
| "rawSpec": "*", | ||
| "saveSpec": null, | ||
| "fetchSpec": "*" | ||
| }, | ||
| "_requiredBy": [ | ||
| "/" | ||
| ], | ||
| "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-buttons/-/ej2-angular-buttons-28.1.33.tgz", | ||
| "_shasum": "f4da0bce1ca06c6e2a5fe76e09c3ffa0acd8c228", | ||
| "_spec": "@syncfusion/ej2-angular-buttons@*", | ||
| "_where": "C:\\Users\\DeepikaArumugasamy\\Downloads\\ej2-nexus-branch-switching-dev 2\\release", | ||
| "author": { | ||
| "name": "Syncfusion Inc." | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues" | ||
| }, | ||
| "bundleDependencies": false, | ||
| "name": "@syncfusion/ej2-angular-buttons", | ||
| "version": "33.2.3", | ||
| "description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular", | ||
| "author": "Syncfusion Inc.", | ||
| "license": "SEE LICENSE IN license", | ||
| "schematics": "./schematics/collection.json", | ||
| "dependencies": { | ||
| "@syncfusion/ej2-base": "~33.2.3", | ||
| "@syncfusion/ej2-angular-base": "~33.2.3", | ||
| "@syncfusion/ej2-base": "~33.2.3", | ||
| "@syncfusion/ej2-buttons": "33.2.3" | ||
| }, | ||
| "deprecated": false, | ||
| "description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular", | ||
| "devDependencies": {}, | ||
| "es2015": "@syncfusion/ej2-angular-buttons.js", | ||
| "homepage": "https://www.syncfusion.com/angular-components", | ||
| "keywords": [ | ||
@@ -58,15 +28,27 @@ "angular", | ||
| ], | ||
| "license": "SEE LICENSE IN license", | ||
| "main": "dist/ej2-angular-buttons.umd.js", | ||
| "metadata": "ej2-angular-buttons.metadata.json", | ||
| "module": "@syncfusion/ej2-angular-buttons.es5.js", | ||
| "name": "@syncfusion/ej2-angular-buttons", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git" | ||
| "url": "https://github.com/syncfusion/ej2-angular-ui-components.git" | ||
| }, | ||
| "schematics": "./schematics/collection.json", | ||
| "sideEffects": false, | ||
| "typings": "ej2-angular-buttons.d.ts", | ||
| "version": "33.2.3-ngcc" | ||
| "module": "fesm2015/syncfusion-ej2-angular-buttons.mjs", | ||
| "es2020": "fesm2020/syncfusion-ej2-angular-buttons.mjs", | ||
| "esm2020": "esm2020/syncfusion-ej2-angular-buttons.mjs", | ||
| "fesm2020": "fesm2020/syncfusion-ej2-angular-buttons.mjs", | ||
| "fesm2015": "fesm2015/syncfusion-ej2-angular-buttons.mjs", | ||
| "typings": "syncfusion-ej2-angular-buttons.d.ts", | ||
| "exports": { | ||
| "./package.json": { | ||
| "default": "./package.json" | ||
| }, | ||
| ".": { | ||
| "types": "./syncfusion-ej2-angular-buttons.d.ts", | ||
| "esm2020": "./esm2020/syncfusion-ej2-angular-buttons.mjs", | ||
| "es2020": "./fesm2020/syncfusion-ej2-angular-buttons.mjs", | ||
| "es2015": "./fesm2015/syncfusion-ej2-angular-buttons.mjs", | ||
| "node": "./fesm2015/syncfusion-ej2-angular-buttons.mjs", | ||
| "default": "./fesm2020/syncfusion-ej2-angular-buttons.mjs" | ||
| } | ||
| }, | ||
| "homepage": "https://www.syncfusion.com/angular-components" | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "@angular/common"; | ||
| import * as i2 from "./button.module"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Button component with providers. | ||
| export declare class ButtonAllModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<ButtonAllModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonAllModule, never, [typeof i1.CommonModule, typeof i2.ButtonModule], [typeof i2.ButtonModule]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<ButtonAllModule>; | ||
| } |
| import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
| import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
| import { Button } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export declare const inputs: string[]; | ||
@@ -28,2 +29,4 @@ export declare const outputs: string[]; | ||
| addTwoWay: (propList: string[]) => void; | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>; | ||
| static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "[ejs-button]", never, { "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "isToggle": "isToggle"; "locale": "locale"; }, { "created": "created"; }, never, ["*"]>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "./button.component"; | ||
| import * as i2 from "@angular/common"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Button component. | ||
| export declare class ButtonModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.ButtonComponent], [typeof i2.CommonModule], [typeof i1.ButtonComponent]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "@angular/common"; | ||
| import * as i2 from "./checkbox.module"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the CheckBox component with providers. | ||
| export declare class CheckBoxAllModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxAllModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<CheckBoxAllModule, never, [typeof i1.CommonModule, typeof i2.CheckBoxModule], [typeof i2.CheckBoxModule]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<CheckBoxAllModule>; | ||
| } |
| import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core'; | ||
| import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
| import { CheckBox } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export declare const inputs: string[]; | ||
@@ -39,2 +40,4 @@ export declare const outputs: string[]; | ||
| addTwoWay: (propList: string[]) => void; | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxComponent, never>; | ||
| static ɵcmp: i0.ɵɵComponentDeclaration<CheckBoxComponent, "ejs-checkbox", never, { "checked": "checked"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "indeterminate": "indeterminate"; "label": "label"; "labelPosition": "labelPosition"; "locale": "locale"; "name": "name"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "created": "created"; "checkedChange": "checkedChange"; "indeterminateChange": "indeterminateChange"; }, never, never>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "./checkbox.component"; | ||
| import * as i2 from "@angular/common"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the CheckBox component. | ||
| export declare class CheckBoxModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<CheckBoxModule, [typeof i1.CheckBoxComponent], [typeof i2.CommonModule], [typeof i1.CheckBoxComponent]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<CheckBoxModule>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "@angular/common"; | ||
| import * as i2 from "./chiplist.module"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the ChipList component with providers. | ||
| export declare class ChipListAllModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<ChipListAllModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<ChipListAllModule, never, [typeof i1.CommonModule, typeof i2.ChipListModule], [typeof i2.ChipListModule]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<ChipListAllModule>; | ||
| } |
@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core'; | ||
| import { ChipsDirective } from './chips.directive'; | ||
| import * as i0 from "@angular/core"; | ||
| export declare const inputs: string[]; | ||
@@ -39,2 +40,4 @@ export declare const outputs: string[]; | ||
| addTwoWay: (propList: string[]) => void; | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<ChipListComponent, never>; | ||
| static ɵcmp: i0.ɵɵComponentDeclaration<ChipListComponent, "ejs-chiplist", never, { "allowDragAndDrop": "allowDragAndDrop"; "avatarIconCss": "avatarIconCss"; "avatarText": "avatarText"; "chips": "chips"; "cssClass": "cssClass"; "dragArea": "dragArea"; "enableDelete": "enableDelete"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "htmlAttributes": "htmlAttributes"; "leadingIconCss": "leadingIconCss"; "leadingIconUrl": "leadingIconUrl"; "locale": "locale"; "selectedChips": "selectedChips"; "selection": "selection"; "text": "text"; "trailingIconCss": "trailingIconCss"; "trailingIconUrl": "trailingIconUrl"; }, { "beforeClick": "beforeClick"; "click": "click"; "created": "created"; "delete": "delete"; "deleted": "deleted"; "dragStart": "dragStart"; "dragStop": "dragStop"; "dragging": "dragging"; }, ["childChips"], never>; | ||
| } |
@@ -0,1 +1,5 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "./chiplist.component"; | ||
| import * as i2 from "./chips.directive"; | ||
| import * as i3 from "@angular/common"; | ||
| /** | ||
@@ -5,2 +9,5 @@ * NgModule definition for the ChipList component. | ||
| export declare class ChipListModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<ChipListModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<ChipListModule, [typeof i1.ChipListComponent, typeof i2.ChipDirective, typeof i2.ChipsDirective], [typeof i3.CommonModule], [typeof i1.ChipListComponent, typeof i2.ChipDirective, typeof i2.ChipsDirective]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<ChipListModule>; | ||
| } |
| import { ViewContainerRef } from '@angular/core'; | ||
| import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
@@ -84,2 +85,4 @@ * `e-chip` directive represent a chip of the Angular ChipList. | ||
| constructor(viewContainerRef: ViewContainerRef); | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<ChipDirective, never>; | ||
| static ɵdir: i0.ɵɵDirectiveDeclaration<ChipDirective, "e-chips>e-chip", never, { "avatarIconCss": "avatarIconCss"; "avatarText": "avatarText"; "cssClass": "cssClass"; "enabled": "enabled"; "htmlAttributes": "htmlAttributes"; "leadingIconCss": "leadingIconCss"; "leadingIconUrl": "leadingIconUrl"; "template": "template"; "text": "text"; "trailingIconCss": "trailingIconCss"; "trailingIconUrl": "trailingIconUrl"; "value": "value"; }, {}, ["template"]>; | ||
| } | ||
@@ -92,2 +95,4 @@ /** | ||
| constructor(); | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<ChipsDirective, never>; | ||
| static ɵdir: i0.ɵɵDirectiveDeclaration<ChipsDirective, "ejs-chiplist>e-chips", never, {}, {}, ["children"]>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "@angular/common"; | ||
| import * as i2 from "./fab.module"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Fab component with providers. | ||
| export declare class FabAllModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<FabAllModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<FabAllModule, never, [typeof i1.CommonModule, typeof i2.FabModule], [typeof i2.FabModule]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<FabAllModule>; | ||
| } |
| import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
| import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
| import { Fab } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export declare const inputs: string[]; | ||
@@ -28,2 +29,4 @@ export declare const outputs: string[]; | ||
| addTwoWay: (propList: string[]) => void; | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<FabComponent, never>; | ||
| static ɵcmp: i0.ɵɵComponentDeclaration<FabComponent, "[ejs-fab]", never, { "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "isToggle": "isToggle"; "locale": "locale"; "position": "position"; "target": "target"; "visible": "visible"; }, { "created": "created"; }, never, ["*"]>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "./fab.component"; | ||
| import * as i2 from "@angular/common"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Fab component. | ||
| export declare class FabModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<FabModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<FabModule, [typeof i1.FabComponent], [typeof i2.CommonModule], [typeof i1.FabComponent]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<FabModule>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "@angular/common"; | ||
| import * as i2 from "./radiobutton.module"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the RadioButton component with providers. | ||
| export declare class RadioButtonAllModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonAllModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonAllModule, never, [typeof i1.CommonModule, typeof i2.RadioButtonModule], [typeof i2.RadioButtonModule]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<RadioButtonAllModule>; | ||
| } |
| import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core'; | ||
| import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
| import { RadioButton } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export declare const inputs: string[]; | ||
@@ -38,2 +39,4 @@ export declare const outputs: string[]; | ||
| addTwoWay: (propList: string[]) => void; | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>; | ||
| static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "ejs-radiobutton", never, { "checked": "checked"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "label": "label"; "labelPosition": "labelPosition"; "locale": "locale"; "name": "name"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "created": "created"; "valueChange": "valueChange"; }, never, never>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "./radiobutton.component"; | ||
| import * as i2 from "@angular/common"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the RadioButton component. | ||
| export declare class RadioButtonModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonModule, [typeof i1.RadioButtonComponent], [typeof i2.CommonModule], [typeof i1.RadioButtonComponent]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<RadioButtonModule>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "@angular/common"; | ||
| import * as i2 from "./smartpastebutton.module"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the SmartPasteButton component with providers. | ||
| export declare class SmartPasteButtonAllModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SmartPasteButtonAllModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPasteButtonAllModule, never, [typeof i1.CommonModule, typeof i2.SmartPasteButtonModule], [typeof i2.SmartPasteButtonModule]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<SmartPasteButtonAllModule>; | ||
| } |
| import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
| import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
| import { SmartPasteButton } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export declare const inputs: string[]; | ||
@@ -28,2 +29,4 @@ export declare const outputs: string[]; | ||
| addTwoWay: (propList: string[]) => void; | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SmartPasteButtonComponent, never>; | ||
| static ɵcmp: i0.ɵɵComponentDeclaration<SmartPasteButtonComponent, "[ejs-smart-paste-button]", never, { "aiAssistHandler": "aiAssistHandler"; "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "isToggle": "isToggle"; "locale": "locale"; }, { "created": "created"; }, never, ["*"]>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "./smartpastebutton.component"; | ||
| import * as i2 from "@angular/common"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the SmartPasteButton component. | ||
| export declare class SmartPasteButtonModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SmartPasteButtonModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPasteButtonModule, [typeof i1.SmartPasteButtonComponent], [typeof i2.CommonModule], [typeof i1.SmartPasteButtonComponent]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<SmartPasteButtonModule>; | ||
| } |
| import { ViewContainerRef } from '@angular/core'; | ||
| import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
| import * as i0 from "@angular/core"; | ||
| /** | ||
@@ -46,2 +47,4 @@ * 'e-speeddialitem' directive represent a item of the Angular SpeedDial. | ||
| constructor(viewContainerRef: ViewContainerRef); | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SpeedDialItemDirective, never>; | ||
| static ɵdir: i0.ɵɵDirectiveDeclaration<SpeedDialItemDirective, "e-speeddial-item", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "text": "text"; "title": "title"; }, {}, never>; | ||
| } | ||
@@ -54,2 +57,4 @@ /** | ||
| constructor(); | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SpeedDialItemsDirective, never>; | ||
| static ɵdir: i0.ɵɵDirectiveDeclaration<SpeedDialItemsDirective, "e-speeddial-items", never, {}, {}, ["children"]>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "@angular/common"; | ||
| import * as i2 from "./speeddial.module"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the SpeedDial component with providers. | ||
| export declare class SpeedDialAllModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SpeedDialAllModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<SpeedDialAllModule, never, [typeof i1.CommonModule, typeof i2.SpeedDialModule], [typeof i2.SpeedDialModule]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<SpeedDialAllModule>; | ||
| } |
@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core'; | ||
| import { SpeedDialItemsDirective } from './items.directive'; | ||
| import * as i0 from "@angular/core"; | ||
| export declare const inputs: string[]; | ||
@@ -58,2 +59,4 @@ export declare const outputs: string[]; | ||
| addTwoWay: (propList: string[]) => void; | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SpeedDialComponent, never>; | ||
| static ɵcmp: i0.ɵɵComponentDeclaration<SpeedDialComponent, "[ejs-speeddial]", never, { "animation": "animation"; "closeIconCss": "closeIconCss"; "content": "content"; "cssClass": "cssClass"; "direction": "direction"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "modal": "modal"; "mode": "mode"; "openIconCss": "openIconCss"; "opensOnHover": "opensOnHover"; "popupTemplate": "popupTemplate"; "position": "position"; "radialSettings": "radialSettings"; "target": "target"; "visible": "visible"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "clicked": "clicked"; "created": "created"; "onClose": "onClose"; "onOpen": "onOpen"; "visibleChange": "visibleChange"; }, ["itemTemplate", "popupTemplate", "childItems"], ["*"]>; | ||
| } |
@@ -0,1 +1,5 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "./speeddial.component"; | ||
| import * as i2 from "./items.directive"; | ||
| import * as i3 from "@angular/common"; | ||
| /** | ||
@@ -5,2 +9,5 @@ * NgModule definition for the SpeedDial component. | ||
| export declare class SpeedDialModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SpeedDialModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<SpeedDialModule, [typeof i1.SpeedDialComponent, typeof i2.SpeedDialItemDirective, typeof i2.SpeedDialItemsDirective], [typeof i3.CommonModule], [typeof i1.SpeedDialComponent, typeof i2.SpeedDialItemDirective, typeof i2.SpeedDialItemsDirective]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<SpeedDialModule>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "@angular/common"; | ||
| import * as i2 from "./switch.module"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Switch component with providers. | ||
| export declare class SwitchAllModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SwitchAllModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchAllModule, never, [typeof i1.CommonModule, typeof i2.SwitchModule], [typeof i2.SwitchModule]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<SwitchAllModule>; | ||
| } |
| import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core'; | ||
| import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
| import { Switch } from '@syncfusion/ej2-buttons'; | ||
| import * as i0 from "@angular/core"; | ||
| export declare const inputs: string[]; | ||
@@ -39,2 +40,4 @@ export declare const outputs: string[]; | ||
| addTwoWay: (propList: string[]) => void; | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>; | ||
| static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "ejs-switch", never, { "checked": "checked"; "cssClass": "cssClass"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "name": "name"; "offLabel": "offLabel"; "onLabel": "onLabel"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "beforeChange": "beforeChange"; "change": "change"; "created": "created"; "checkedChange": "checkedChange"; }, never, never>; | ||
| } |
@@ -0,1 +1,4 @@ | ||
| import * as i0 from "@angular/core"; | ||
| import * as i1 from "./switch.component"; | ||
| import * as i2 from "@angular/common"; | ||
| /** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Switch component. | ||
| export declare class SwitchModule { | ||
| static ɵfac: i0.ɵɵFactoryDeclaration<SwitchModule, never>; | ||
| static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent], [typeof i2.CommonModule], [typeof i1.SwitchComponent]>; | ||
| static ɵinj: i0.ɵɵInjectorDeclaration<SwitchModule>; | ||
| } |
| 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 __()); | ||
| }; | ||
| })(); | ||
| import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core'; | ||
| import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { Button, CheckBox, ChipList, Fab, RadioButton, SmartPasteButton, SpeedDial, Switch } from '@syncfusion/ej2-buttons'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { NG_VALUE_ACCESSOR } from '@angular/forms'; | ||
| var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| var outputs = ['created']; | ||
| var twoWays = []; | ||
| /** | ||
| * Represents the Angular Button Component. | ||
| * ```html | ||
| * <button ejs-button>Button</button> | ||
| * ``` | ||
| */ | ||
| var ButtonComponent = /** @class */ (function (_super) { | ||
| __extends(ButtonComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function ButtonComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs); | ||
| _this.addTwoWay.call(_this, twoWays); | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.containerContext = new ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ButtonComponent.prototype.ngOnInit = function () { | ||
| this.containerContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ButtonComponent.prototype.ngAfterViewInit = function () { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ButtonComponent.prototype.ngOnDestroy = function () { | ||
| this.containerContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ButtonComponent.prototype.ngAfterContentChecked = function () { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| }; | ||
| return ButtonComponent; | ||
| }(Button)); | ||
| ButtonComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: '[ejs-button]', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: "<ng-content ></ng-content>", | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ButtonComponent.ctorParameters = function () { return [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; }; | ||
| ButtonComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], ButtonComponent); | ||
| /** | ||
| * NgModule definition for the Button component. | ||
| */ | ||
| var ButtonModule = /** @class */ (function () { | ||
| function ButtonModule() { | ||
| } | ||
| return ButtonModule; | ||
| }()); | ||
| ButtonModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ButtonComponent | ||
| ], | ||
| exports: [ | ||
| ButtonComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ButtonModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the Button component with providers. | ||
| */ | ||
| var ButtonAllModule = /** @class */ (function () { | ||
| function ButtonAllModule() { | ||
| } | ||
| return ButtonAllModule; | ||
| }()); | ||
| ButtonAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, ButtonModule], | ||
| exports: [ | ||
| ButtonModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ButtonAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$1 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$1 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'indeterminate', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| var outputs$1 = ['focus', 'blur', 'change', 'created', 'checkedChange', 'indeterminateChange']; | ||
| var twoWays$1 = ['checked', 'indeterminate']; | ||
| /** | ||
| * Represents the Angular CheckBox Component. | ||
| * ```html | ||
| * <ejs-checkbox label='Default'></ejs-checkbox> | ||
| * ``` | ||
| */ | ||
| var CheckBoxComponent = CheckBoxComponent_1 = /** @class */ (function (_super) { | ||
| __extends(CheckBoxComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| * @param {?} cdr | ||
| */ | ||
| function CheckBoxComponent(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.cdr = cdr; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$1); | ||
| _this.addTwoWay.call(_this, twoWays$1); | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.formContext = new FormBase(); | ||
| _this.formCompContext = new ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.registerOnChange = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.registerOnTouched = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} value | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.writeValue = function (value) { | ||
| }; | ||
| /** | ||
| * @param {?} disabled | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.setDisabledState = function (disabled) { | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.ngOnInit = function () { | ||
| this.formCompContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.ngAfterViewInit = function () { | ||
| this.formContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.ngOnDestroy = function () { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.ngAfterContentChecked = function () { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| }; | ||
| return CheckBoxComponent; | ||
| }(CheckBox)); | ||
| CheckBoxComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: 'ejs-checkbox', | ||
| inputs: inputs$1, | ||
| outputs: outputs$1, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(function () { return CheckBoxComponent_1; }), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| CheckBoxComponent.ctorParameters = function () { return [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| { type: ChangeDetectorRef, }, | ||
| ]; }; | ||
| CheckBoxComponent = CheckBoxComponent_1 = __decorate$1([ | ||
| ComponentMixins([ComponentBase, FormBase]), | ||
| __metadata$1("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector, | ||
| ChangeDetectorRef]) | ||
| ], CheckBoxComponent); | ||
| var CheckBoxComponent_1; | ||
| /** | ||
| * NgModule definition for the CheckBox component. | ||
| */ | ||
| var CheckBoxModule = /** @class */ (function () { | ||
| function CheckBoxModule() { | ||
| } | ||
| return CheckBoxModule; | ||
| }()); | ||
| CheckBoxModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| CheckBoxComponent | ||
| ], | ||
| exports: [ | ||
| CheckBoxComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| CheckBoxModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the CheckBox component with providers. | ||
| */ | ||
| var CheckBoxAllModule = /** @class */ (function () { | ||
| function CheckBoxAllModule() { | ||
| } | ||
| return CheckBoxAllModule; | ||
| }()); | ||
| CheckBoxAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, CheckBoxModule], | ||
| exports: [ | ||
| CheckBoxModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| CheckBoxAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$2 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$2 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| var outputs$2 = ['focus', 'blur', 'change', 'created', 'valueChange']; | ||
| var twoWays$2 = ['value']; | ||
| /** | ||
| * Represents the Angular RadioButton Component. | ||
| * ```html | ||
| * <ejs-radiobutton label='Default'></ejs-radiobutton> | ||
| * ``` | ||
| */ | ||
| var RadioButtonComponent = RadioButtonComponent_1 = /** @class */ (function (_super) { | ||
| __extends(RadioButtonComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| * @param {?} cdr | ||
| */ | ||
| function RadioButtonComponent(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.cdr = cdr; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$2); | ||
| _this.addTwoWay.call(_this, twoWays$2); | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.formContext = new FormBase(); | ||
| _this.formCompContext = new ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.registerOnChange = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.registerOnTouched = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} value | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.writeValue = function (value) { | ||
| }; | ||
| /** | ||
| * @param {?} disabled | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.setDisabledState = function (disabled) { | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.ngOnInit = function () { | ||
| this.formCompContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.ngAfterViewInit = function () { | ||
| this.formContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.ngOnDestroy = function () { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.ngAfterContentChecked = function () { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| }; | ||
| return RadioButtonComponent; | ||
| }(RadioButton)); | ||
| RadioButtonComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: 'ejs-radiobutton', | ||
| inputs: inputs$2, | ||
| outputs: outputs$2, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(function () { return RadioButtonComponent_1; }), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| RadioButtonComponent.ctorParameters = function () { return [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| { type: ChangeDetectorRef, }, | ||
| ]; }; | ||
| RadioButtonComponent = RadioButtonComponent_1 = __decorate$2([ | ||
| ComponentMixins([ComponentBase, FormBase]), | ||
| __metadata$2("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector, | ||
| ChangeDetectorRef]) | ||
| ], RadioButtonComponent); | ||
| var RadioButtonComponent_1; | ||
| /** | ||
| * NgModule definition for the RadioButton component. | ||
| */ | ||
| var RadioButtonModule = /** @class */ (function () { | ||
| function RadioButtonModule() { | ||
| } | ||
| return RadioButtonModule; | ||
| }()); | ||
| RadioButtonModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| RadioButtonComponent | ||
| ], | ||
| exports: [ | ||
| RadioButtonComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| RadioButtonModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the RadioButton component with providers. | ||
| */ | ||
| var RadioButtonAllModule = /** @class */ (function () { | ||
| function RadioButtonAllModule() { | ||
| } | ||
| return RadioButtonAllModule; | ||
| }()); | ||
| RadioButtonAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, RadioButtonModule], | ||
| exports: [ | ||
| RadioButtonModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| RadioButtonAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$3 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$3 = ['checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value']; | ||
| var outputs$3 = ['focus', 'blur', 'beforeChange', 'change', 'created', 'checkedChange']; | ||
| var twoWays$3 = ['checked']; | ||
| /** | ||
| * Represents the Angular Switch Component. | ||
| * ```html | ||
| * <ejs-switch></ejs-switch> | ||
| * ``` | ||
| */ | ||
| var SwitchComponent = SwitchComponent_1 = /** @class */ (function (_super) { | ||
| __extends(SwitchComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| * @param {?} cdr | ||
| */ | ||
| function SwitchComponent(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.cdr = cdr; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$3); | ||
| _this.addTwoWay.call(_this, twoWays$3); | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.formContext = new FormBase(); | ||
| _this.formCompContext = new ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.registerOnChange = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.registerOnTouched = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} value | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.writeValue = function (value) { | ||
| }; | ||
| /** | ||
| * @param {?} disabled | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.setDisabledState = function (disabled) { | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.ngOnInit = function () { | ||
| this.formCompContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.ngAfterViewInit = function () { | ||
| this.formContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.ngOnDestroy = function () { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.ngAfterContentChecked = function () { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| }; | ||
| return SwitchComponent; | ||
| }(Switch)); | ||
| SwitchComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: 'ejs-switch', | ||
| inputs: inputs$3, | ||
| outputs: outputs$3, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(function () { return SwitchComponent_1; }), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SwitchComponent.ctorParameters = function () { return [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| { type: ChangeDetectorRef, }, | ||
| ]; }; | ||
| SwitchComponent = SwitchComponent_1 = __decorate$3([ | ||
| ComponentMixins([ComponentBase, FormBase]), | ||
| __metadata$3("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector, | ||
| ChangeDetectorRef]) | ||
| ], SwitchComponent); | ||
| var SwitchComponent_1; | ||
| /** | ||
| * NgModule definition for the Switch component. | ||
| */ | ||
| var SwitchModule = /** @class */ (function () { | ||
| function SwitchModule() { | ||
| } | ||
| return SwitchModule; | ||
| }()); | ||
| SwitchModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SwitchComponent | ||
| ], | ||
| exports: [ | ||
| SwitchComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SwitchModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the Switch component with providers. | ||
| */ | ||
| var SwitchAllModule = /** @class */ (function () { | ||
| function SwitchAllModule() { | ||
| } | ||
| return SwitchAllModule; | ||
| }()); | ||
| SwitchAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, SwitchModule], | ||
| exports: [ | ||
| SwitchModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SwitchAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$4 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var input = ['avatarIconCss', 'avatarText', 'cssClass', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'template', 'text', 'trailingIconCss', 'trailingIconUrl', 'value']; | ||
| var outputs$4 = []; | ||
| /** | ||
| * `e-chip` directive represent a chip of the Angular ChipList. | ||
| * ```html | ||
| * <ejs-chiplist > | ||
| * <e-chips> | ||
| * <e-chip text='chip1'></e-chip> | ||
| * <e-chip text='chip2'></e-chip> | ||
| * </e-chips> | ||
| * </ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| var ChipDirective = /** @class */ (function (_super) { | ||
| __extends(ChipDirective, _super); | ||
| /** | ||
| * @param {?} viewContainerRef | ||
| */ | ||
| function ChipDirective(viewContainerRef) { | ||
| var _this = _super.call(this) || this; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.registerEvents(outputs$4); | ||
| _this.directivePropList = input; | ||
| return _this; | ||
| } | ||
| return ChipDirective; | ||
| }(ComplexBase)); | ||
| ChipDirective.decorators = [ | ||
| { type: Directive, args: [{ | ||
| selector: 'e-chips>e-chip', | ||
| inputs: input, | ||
| outputs: outputs$4, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipDirective.ctorParameters = function () { return [ | ||
| { type: ViewContainerRef, }, | ||
| ]; }; | ||
| ChipDirective.propDecorators = { | ||
| 'template': [{ type: ContentChild, args: ['template',] },], | ||
| }; | ||
| __decorate$4([ | ||
| Template(), | ||
| __metadata$4("design:type", Object) | ||
| ], ChipDirective.prototype, "template", void 0); | ||
| /** | ||
| * Chip Array Directive | ||
| */ | ||
| var ChipsDirective = /** @class */ (function (_super) { | ||
| __extends(ChipsDirective, _super); | ||
| function ChipsDirective() { | ||
| return _super.call(this, 'chips') || this; | ||
| } | ||
| return ChipsDirective; | ||
| }(ArrayBase)); | ||
| ChipsDirective.decorators = [ | ||
| { type: Directive, args: [{ | ||
| selector: 'ejs-chiplist>e-chips', | ||
| queries: { | ||
| children: new ContentChildren(ChipDirective) | ||
| }, | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipsDirective.ctorParameters = function () { return []; }; | ||
| var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$5 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$4 = ['allowDragAndDrop', 'avatarIconCss', 'avatarText', 'chips', 'cssClass', 'dragArea', 'enableDelete', 'enablePersistence', 'enableRtl', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'locale', 'selectedChips', 'selection', 'text', 'trailingIconCss', 'trailingIconUrl']; | ||
| var outputs$5 = ['beforeClick', 'click', 'created', 'delete', 'deleted', 'dragStart', 'dragStop', 'dragging']; | ||
| var twoWays$4 = ['']; | ||
| /** | ||
| * Represents the Essential JS 2 Angular ChipList Component. | ||
| * ```html | ||
| * <ejs-chiplist></ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| var ChipListComponent = /** @class */ (function (_super) { | ||
| __extends(ChipListComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function ChipListComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.tags = ['chips']; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$5); | ||
| _this.addTwoWay.call(_this, twoWays$4); | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.context = new ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ChipListComponent.prototype.ngOnInit = function () { | ||
| this.context.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ChipListComponent.prototype.ngAfterViewInit = function () { | ||
| this.context.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ChipListComponent.prototype.ngOnDestroy = function () { | ||
| this.context.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ChipListComponent.prototype.ngAfterContentChecked = function () { | ||
| this.tagObjects[0].instance = this.childChips; | ||
| this.context.ngAfterContentChecked(this); | ||
| }; | ||
| return ChipListComponent; | ||
| }(ChipList)); | ||
| ChipListComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: 'ejs-chiplist', | ||
| inputs: inputs$4, | ||
| outputs: outputs$5, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childChips: new ContentChild(ChipsDirective) | ||
| } | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipListComponent.ctorParameters = function () { return [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; }; | ||
| ChipListComponent = __decorate$5([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata$5("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], ChipListComponent); | ||
| /** | ||
| * NgModule definition for the ChipList component. | ||
| */ | ||
| var ChipListModule = /** @class */ (function () { | ||
| function ChipListModule() { | ||
| } | ||
| return ChipListModule; | ||
| }()); | ||
| ChipListModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ], | ||
| exports: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipListModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the ChipList component with providers. | ||
| */ | ||
| var ChipListAllModule = /** @class */ (function () { | ||
| function ChipListAllModule() { | ||
| } | ||
| return ChipListAllModule; | ||
| }()); | ||
| ChipListAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, ChipListModule], | ||
| exports: [ | ||
| ChipListModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipListAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$6 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$5 = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale', 'position', 'target', 'visible']; | ||
| var outputs$6 = ['created']; | ||
| var twoWays$5 = []; | ||
| /** | ||
| * Represents the Angular Fab Component. | ||
| * ```html | ||
| * <button ejs-fab content='fab'></button> | ||
| * ``` | ||
| */ | ||
| var FabComponent = /** @class */ (function (_super) { | ||
| __extends(FabComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function FabComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$6); | ||
| _this.addTwoWay.call(_this, twoWays$5); | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.containerContext = new ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| FabComponent.prototype.ngOnInit = function () { | ||
| this.containerContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| FabComponent.prototype.ngAfterViewInit = function () { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| FabComponent.prototype.ngOnDestroy = function () { | ||
| this.containerContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| FabComponent.prototype.ngAfterContentChecked = function () { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| }; | ||
| return FabComponent; | ||
| }(Fab)); | ||
| FabComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: '[ejs-fab]', | ||
| inputs: inputs$5, | ||
| outputs: outputs$6, | ||
| template: "<ng-content ></ng-content>", | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| FabComponent.ctorParameters = function () { return [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; }; | ||
| FabComponent = __decorate$6([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata$6("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], FabComponent); | ||
| /** | ||
| * NgModule definition for the Fab component. | ||
| */ | ||
| var FabModule = /** @class */ (function () { | ||
| function FabModule() { | ||
| } | ||
| return FabModule; | ||
| }()); | ||
| FabModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| FabComponent | ||
| ], | ||
| exports: [ | ||
| FabComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| FabModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the Fab component with providers. | ||
| */ | ||
| var FabAllModule = /** @class */ (function () { | ||
| function FabAllModule() { | ||
| } | ||
| return FabAllModule; | ||
| }()); | ||
| FabAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, FabModule], | ||
| exports: [ | ||
| FabModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| FabAllModule.ctorParameters = function () { return []; }; | ||
| var input$1 = ['disabled', 'iconCss', 'id', 'text', 'title']; | ||
| var outputs$7 = []; | ||
| /** | ||
| * 'e-speeddialitem' directive represent a item of the Angular SpeedDial. | ||
| * It must be contained in a SpeedDial component(`ejs-speeddial`). | ||
| * ```html | ||
| * <ejs-speeddial> | ||
| * <e-speeddialitems> | ||
| * <e-speeddialitem text='Cut'></e-speeddialitem> | ||
| * <e-speeddialitem text='Copy'></e-speeddialitem> | ||
| * </e-speeddialitems> | ||
| * </ejs-speeddial> | ||
| * ``` | ||
| */ | ||
| var SpeedDialItemDirective = /** @class */ (function (_super) { | ||
| __extends(SpeedDialItemDirective, _super); | ||
| /** | ||
| * @param {?} viewContainerRef | ||
| */ | ||
| function SpeedDialItemDirective(viewContainerRef) { | ||
| var _this = _super.call(this) || this; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.registerEvents(outputs$7); | ||
| _this.directivePropList = input$1; | ||
| return _this; | ||
| } | ||
| return SpeedDialItemDirective; | ||
| }(ComplexBase)); | ||
| SpeedDialItemDirective.decorators = [ | ||
| { type: Directive, args: [{ | ||
| selector: 'e-speeddial-item', | ||
| inputs: input$1, | ||
| outputs: outputs$7, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialItemDirective.ctorParameters = function () { return [ | ||
| { type: ViewContainerRef, }, | ||
| ]; }; | ||
| /** | ||
| * SpeedDialItem Array Directive | ||
| */ | ||
| var SpeedDialItemsDirective = /** @class */ (function (_super) { | ||
| __extends(SpeedDialItemsDirective, _super); | ||
| function SpeedDialItemsDirective() { | ||
| return _super.call(this, 'items') || this; | ||
| } | ||
| return SpeedDialItemsDirective; | ||
| }(ArrayBase)); | ||
| SpeedDialItemsDirective.decorators = [ | ||
| { type: Directive, args: [{ | ||
| selector: 'e-speeddial-items', | ||
| queries: { | ||
| children: new ContentChildren(SpeedDialItemDirective) | ||
| }, | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialItemsDirective.ctorParameters = function () { return []; }; | ||
| var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$7 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$6 = ['animation', 'closeIconCss', 'content', 'cssClass', 'direction', 'disabled', 'enablePersistence', 'enableRtl', 'iconPosition', 'isPrimary', 'itemTemplate', 'items', 'locale', 'modal', 'mode', 'openIconCss', 'opensOnHover', 'popupTemplate', 'position', 'radialSettings', 'target', 'visible']; | ||
| var outputs$8 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'clicked', 'created', 'onClose', 'onOpen', 'visibleChange']; | ||
| var twoWays$6 = ['visible']; | ||
| /** | ||
| * Represents the Angular SpeedDial Component. | ||
| * ```html | ||
| * <button ejs-speeddial content='Edit'></button> | ||
| * ``` | ||
| */ | ||
| var SpeedDialComponent = /** @class */ (function (_super) { | ||
| __extends(SpeedDialComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function SpeedDialComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.tags = ['items']; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$8); | ||
| _this.addTwoWay.call(_this, twoWays$6); | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.containerContext = new ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SpeedDialComponent.prototype.ngOnInit = function () { | ||
| this.containerContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SpeedDialComponent.prototype.ngAfterViewInit = function () { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SpeedDialComponent.prototype.ngOnDestroy = function () { | ||
| this.containerContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SpeedDialComponent.prototype.ngAfterContentChecked = function () { | ||
| this.tagObjects[0].instance = this.childItems; | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| }; | ||
| return SpeedDialComponent; | ||
| }(SpeedDial)); | ||
| SpeedDialComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: '[ejs-speeddial]', | ||
| inputs: inputs$6, | ||
| outputs: outputs$8, | ||
| template: "<ng-content ></ng-content>", | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childItems: new ContentChild(SpeedDialItemsDirective) | ||
| } | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialComponent.ctorParameters = function () { return [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; }; | ||
| SpeedDialComponent.propDecorators = { | ||
| 'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },], | ||
| 'popupTemplate': [{ type: ContentChild, args: ['popupTemplate',] },], | ||
| }; | ||
| __decorate$7([ | ||
| Template(), | ||
| __metadata$7("design:type", Object) | ||
| ], SpeedDialComponent.prototype, "itemTemplate", void 0); | ||
| __decorate$7([ | ||
| Template(), | ||
| __metadata$7("design:type", Object) | ||
| ], SpeedDialComponent.prototype, "popupTemplate", void 0); | ||
| SpeedDialComponent = __decorate$7([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata$7("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], SpeedDialComponent); | ||
| /** | ||
| * NgModule definition for the SpeedDial component. | ||
| */ | ||
| var SpeedDialModule = /** @class */ (function () { | ||
| function SpeedDialModule() { | ||
| } | ||
| return SpeedDialModule; | ||
| }()); | ||
| SpeedDialModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ], | ||
| exports: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the SpeedDial component with providers. | ||
| */ | ||
| var SpeedDialAllModule = /** @class */ (function () { | ||
| function SpeedDialAllModule() { | ||
| } | ||
| return SpeedDialAllModule; | ||
| }()); | ||
| SpeedDialAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, SpeedDialModule], | ||
| exports: [ | ||
| SpeedDialModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$8 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$7 = ['aiAssistHandler', 'content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| var outputs$9 = ['created']; | ||
| var twoWays$7 = []; | ||
| /** | ||
| * Represents the Angular Smart Paste Button Component. | ||
| * ```html | ||
| * <button ejs-smart-paste-button content='Smart paste'></button> | ||
| * ``` | ||
| */ | ||
| var SmartPasteButtonComponent = /** @class */ (function (_super) { | ||
| __extends(SmartPasteButtonComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function SmartPasteButtonComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$9); | ||
| _this.addTwoWay.call(_this, twoWays$7); | ||
| setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.containerContext = new ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SmartPasteButtonComponent.prototype.ngOnInit = function () { | ||
| this.containerContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SmartPasteButtonComponent.prototype.ngAfterViewInit = function () { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SmartPasteButtonComponent.prototype.ngOnDestroy = function () { | ||
| this.containerContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SmartPasteButtonComponent.prototype.ngAfterContentChecked = function () { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| }; | ||
| return SmartPasteButtonComponent; | ||
| }(SmartPasteButton)); | ||
| SmartPasteButtonComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: '[ejs-smart-paste-button]', | ||
| inputs: inputs$7, | ||
| outputs: outputs$9, | ||
| template: "<ng-content ></ng-content>", | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SmartPasteButtonComponent.ctorParameters = function () { return [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; }; | ||
| SmartPasteButtonComponent = __decorate$8([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata$8("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], SmartPasteButtonComponent); | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component. | ||
| */ | ||
| var SmartPasteButtonModule = /** @class */ (function () { | ||
| function SmartPasteButtonModule() { | ||
| } | ||
| return SmartPasteButtonModule; | ||
| }()); | ||
| SmartPasteButtonModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SmartPasteButtonComponent | ||
| ], | ||
| exports: [ | ||
| SmartPasteButtonComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SmartPasteButtonModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component with providers. | ||
| */ | ||
| var SmartPasteButtonAllModule = /** @class */ (function () { | ||
| function SmartPasteButtonAllModule() { | ||
| } | ||
| return SmartPasteButtonAllModule; | ||
| }()); | ||
| SmartPasteButtonAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, SmartPasteButtonModule], | ||
| exports: [ | ||
| SmartPasteButtonModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SmartPasteButtonAllModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * Generated bundle index. Do not edit. | ||
| */ | ||
| export { ButtonComponent, ButtonModule, ButtonAllModule, CheckBoxComponent, CheckBoxModule, CheckBoxAllModule, RadioButtonComponent, RadioButtonModule, RadioButtonAllModule, SwitchComponent, SwitchModule, SwitchAllModule, ChipDirective, ChipsDirective, ChipListComponent, ChipListModule, ChipListAllModule, FabComponent, FabModule, FabAllModule, SpeedDialItemDirective, SpeedDialItemsDirective, SpeedDialComponent, SpeedDialModule, SpeedDialAllModule, SmartPasteButtonComponent, SmartPasteButtonModule, SmartPasteButtonAllModule, inputs as ɵa, outputs as ɵb, inputs$1 as ɵc, outputs$1 as ɵd, inputs$4 as ɵi, outputs$5 as ɵj, inputs$5 as ɵk, outputs$6 as ɵl, inputs$2 as ɵe, outputs$2 as ɵf, inputs$7 as ɵo, outputs$9 as ɵp, inputs$6 as ɵm, outputs$8 as ɵn, inputs$3 as ɵg, outputs$3 as ɵh }; | ||
| export { wrapperInitialize, getTextNode, destroy, preRender, createCheckBox, rippleMouseHandler, setHiddenInput, BeforeChangeEventArgs, IconPosition, buttonObserver, Button, CheckBox, RadioButton, Switch, classNames, ChipList, Chip, FabPosition, Fab, SpeedDialMode, LinearDirection, RadialDirection, SpeedDialAnimationEffect, SpeedDialAnimationSettings, RadialSettings, SpeedDialItem, SpeedDial, SmartPasteButton } from '@syncfusion/ej2-buttons'; | ||
| //# sourceMappingURL=ej2-angular-buttons.es5.js.map |
Sorry, the diff of this file is too big to display
| import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core'; | ||
| import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base'; | ||
| import { Button, CheckBox, ChipList, Fab, RadioButton, SmartPasteButton, SpeedDial, Switch } from '@syncfusion/ej2-buttons'; | ||
| import { CommonModule } from '@angular/common'; | ||
| import { NG_VALUE_ACCESSOR } from '@angular/forms'; | ||
| var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
| else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
| }; | ||
| const inputs = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| const outputs = ['created']; | ||
| const twoWays = []; | ||
| /** | ||
| * Represents the Angular Button Component. | ||
| * ```html | ||
| * <button ejs-button>Button</button> | ||
| * ``` | ||
| */ | ||
| let ButtonComponent = class ButtonComponent extends Button { | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs); | ||
| this.addTwoWay.call(this, twoWays); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| ButtonComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: '[ejs-button]', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ButtonComponent.ctorParameters = () => [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; | ||
| ButtonComponent = __decorate([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], ButtonComponent); | ||
| /** | ||
| * NgModule definition for the Button component. | ||
| */ | ||
| class ButtonModule { | ||
| } | ||
| ButtonModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ButtonComponent | ||
| ], | ||
| exports: [ | ||
| ButtonComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ButtonModule.ctorParameters = () => []; | ||
| /** | ||
| * NgModule definition for the Button component with providers. | ||
| */ | ||
| class ButtonAllModule { | ||
| } | ||
| ButtonAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, ButtonModule], | ||
| exports: [ | ||
| ButtonModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ButtonAllModule.ctorParameters = () => []; | ||
| var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
| else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$1 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
| }; | ||
| const inputs$1 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'indeterminate', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| const outputs$1 = ['focus', 'blur', 'change', 'created', 'checkedChange', 'indeterminateChange']; | ||
| const twoWays$1 = ['checked', 'indeterminate']; | ||
| /** | ||
| * Represents the Angular CheckBox Component. | ||
| * ```html | ||
| * <ejs-checkbox label='Default'></ejs-checkbox> | ||
| * ``` | ||
| */ | ||
| let CheckBoxComponent = CheckBoxComponent_1 = class CheckBoxComponent extends CheckBox { | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| * @param {?} cdr | ||
| */ | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$1); | ||
| this.addTwoWay.call(this, twoWays$1); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| /** | ||
| * @param {?} value | ||
| * @return {?} | ||
| */ | ||
| writeValue(value) { | ||
| } | ||
| /** | ||
| * @param {?} disabled | ||
| * @return {?} | ||
| */ | ||
| setDisabledState(disabled) { | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| CheckBoxComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: 'ejs-checkbox', | ||
| inputs: inputs$1, | ||
| outputs: outputs$1, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => CheckBoxComponent_1), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| CheckBoxComponent.ctorParameters = () => [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| { type: ChangeDetectorRef, }, | ||
| ]; | ||
| CheckBoxComponent = CheckBoxComponent_1 = __decorate$1([ | ||
| ComponentMixins([ComponentBase, FormBase]), | ||
| __metadata$1("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector, | ||
| ChangeDetectorRef]) | ||
| ], CheckBoxComponent); | ||
| var CheckBoxComponent_1; | ||
| /** | ||
| * NgModule definition for the CheckBox component. | ||
| */ | ||
| class CheckBoxModule { | ||
| } | ||
| CheckBoxModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| CheckBoxComponent | ||
| ], | ||
| exports: [ | ||
| CheckBoxComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| CheckBoxModule.ctorParameters = () => []; | ||
| /** | ||
| * NgModule definition for the CheckBox component with providers. | ||
| */ | ||
| class CheckBoxAllModule { | ||
| } | ||
| CheckBoxAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, CheckBoxModule], | ||
| exports: [ | ||
| CheckBoxModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| CheckBoxAllModule.ctorParameters = () => []; | ||
| var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
| else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$2 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
| }; | ||
| const inputs$2 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| const outputs$2 = ['focus', 'blur', 'change', 'created', 'valueChange']; | ||
| const twoWays$2 = ['value']; | ||
| /** | ||
| * Represents the Angular RadioButton Component. | ||
| * ```html | ||
| * <ejs-radiobutton label='Default'></ejs-radiobutton> | ||
| * ``` | ||
| */ | ||
| let RadioButtonComponent = RadioButtonComponent_1 = class RadioButtonComponent extends RadioButton { | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| * @param {?} cdr | ||
| */ | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$2); | ||
| this.addTwoWay.call(this, twoWays$2); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| /** | ||
| * @param {?} value | ||
| * @return {?} | ||
| */ | ||
| writeValue(value) { | ||
| } | ||
| /** | ||
| * @param {?} disabled | ||
| * @return {?} | ||
| */ | ||
| setDisabledState(disabled) { | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| RadioButtonComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: 'ejs-radiobutton', | ||
| inputs: inputs$2, | ||
| outputs: outputs$2, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => RadioButtonComponent_1), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| RadioButtonComponent.ctorParameters = () => [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| { type: ChangeDetectorRef, }, | ||
| ]; | ||
| RadioButtonComponent = RadioButtonComponent_1 = __decorate$2([ | ||
| ComponentMixins([ComponentBase, FormBase]), | ||
| __metadata$2("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector, | ||
| ChangeDetectorRef]) | ||
| ], RadioButtonComponent); | ||
| var RadioButtonComponent_1; | ||
| /** | ||
| * NgModule definition for the RadioButton component. | ||
| */ | ||
| class RadioButtonModule { | ||
| } | ||
| RadioButtonModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| RadioButtonComponent | ||
| ], | ||
| exports: [ | ||
| RadioButtonComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| RadioButtonModule.ctorParameters = () => []; | ||
| /** | ||
| * NgModule definition for the RadioButton component with providers. | ||
| */ | ||
| class RadioButtonAllModule { | ||
| } | ||
| RadioButtonAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, RadioButtonModule], | ||
| exports: [ | ||
| RadioButtonModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| RadioButtonAllModule.ctorParameters = () => []; | ||
| var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
| else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$3 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
| }; | ||
| const inputs$3 = ['checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value']; | ||
| const outputs$3 = ['focus', 'blur', 'beforeChange', 'change', 'created', 'checkedChange']; | ||
| const twoWays$3 = ['checked']; | ||
| /** | ||
| * Represents the Angular Switch Component. | ||
| * ```html | ||
| * <ejs-switch></ejs-switch> | ||
| * ``` | ||
| */ | ||
| let SwitchComponent = SwitchComponent_1 = class SwitchComponent extends Switch { | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| * @param {?} cdr | ||
| */ | ||
| constructor(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.cdr = cdr; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$3); | ||
| this.addTwoWay.call(this, twoWays$3); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.formContext = new FormBase(); | ||
| this.formCompContext = new ComponentBase(); | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| registerOnChange(registerFunction) { | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| registerOnTouched(registerFunction) { | ||
| } | ||
| /** | ||
| * @param {?} value | ||
| * @return {?} | ||
| */ | ||
| writeValue(value) { | ||
| } | ||
| /** | ||
| * @param {?} disabled | ||
| * @return {?} | ||
| */ | ||
| setDisabledState(disabled) { | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnInit() { | ||
| this.formCompContext.ngOnInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterViewInit() { | ||
| this.formContext.ngAfterViewInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnDestroy() { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterContentChecked() { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SwitchComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: 'ejs-switch', | ||
| inputs: inputs$3, | ||
| outputs: outputs$3, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: NG_VALUE_ACCESSOR, | ||
| useExisting: forwardRef(() => SwitchComponent_1), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SwitchComponent.ctorParameters = () => [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| { type: ChangeDetectorRef, }, | ||
| ]; | ||
| SwitchComponent = SwitchComponent_1 = __decorate$3([ | ||
| ComponentMixins([ComponentBase, FormBase]), | ||
| __metadata$3("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector, | ||
| ChangeDetectorRef]) | ||
| ], SwitchComponent); | ||
| var SwitchComponent_1; | ||
| /** | ||
| * NgModule definition for the Switch component. | ||
| */ | ||
| class SwitchModule { | ||
| } | ||
| SwitchModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SwitchComponent | ||
| ], | ||
| exports: [ | ||
| SwitchComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SwitchModule.ctorParameters = () => []; | ||
| /** | ||
| * NgModule definition for the Switch component with providers. | ||
| */ | ||
| class SwitchAllModule { | ||
| } | ||
| SwitchAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, SwitchModule], | ||
| exports: [ | ||
| SwitchModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SwitchAllModule.ctorParameters = () => []; | ||
| var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
| else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$4 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
| }; | ||
| let input = ['avatarIconCss', 'avatarText', 'cssClass', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'template', 'text', 'trailingIconCss', 'trailingIconUrl', 'value']; | ||
| let outputs$4 = []; | ||
| /** | ||
| * `e-chip` directive represent a chip of the Angular ChipList. | ||
| * ```html | ||
| * <ejs-chiplist > | ||
| * <e-chips> | ||
| * <e-chip text='chip1'></e-chip> | ||
| * <e-chip text='chip2'></e-chip> | ||
| * </e-chips> | ||
| * </ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| class ChipDirective extends ComplexBase { | ||
| /** | ||
| * @param {?} viewContainerRef | ||
| */ | ||
| constructor(viewContainerRef) { | ||
| super(); | ||
| this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.registerEvents(outputs$4); | ||
| this.directivePropList = input; | ||
| } | ||
| } | ||
| ChipDirective.decorators = [ | ||
| { type: Directive, args: [{ | ||
| selector: 'e-chips>e-chip', | ||
| inputs: input, | ||
| outputs: outputs$4, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipDirective.ctorParameters = () => [ | ||
| { type: ViewContainerRef, }, | ||
| ]; | ||
| ChipDirective.propDecorators = { | ||
| 'template': [{ type: ContentChild, args: ['template',] },], | ||
| }; | ||
| __decorate$4([ | ||
| Template(), | ||
| __metadata$4("design:type", Object) | ||
| ], ChipDirective.prototype, "template", void 0); | ||
| /** | ||
| * Chip Array Directive | ||
| */ | ||
| class ChipsDirective extends ArrayBase { | ||
| constructor() { | ||
| super('chips'); | ||
| } | ||
| } | ||
| ChipsDirective.decorators = [ | ||
| { type: Directive, args: [{ | ||
| selector: 'ejs-chiplist>e-chips', | ||
| queries: { | ||
| children: new ContentChildren(ChipDirective) | ||
| }, | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipsDirective.ctorParameters = () => []; | ||
| var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
| else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$5 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
| }; | ||
| const inputs$4 = ['allowDragAndDrop', 'avatarIconCss', 'avatarText', 'chips', 'cssClass', 'dragArea', 'enableDelete', 'enablePersistence', 'enableRtl', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'locale', 'selectedChips', 'selection', 'text', 'trailingIconCss', 'trailingIconUrl']; | ||
| const outputs$5 = ['beforeClick', 'click', 'created', 'delete', 'deleted', 'dragStart', 'dragStop', 'dragging']; | ||
| const twoWays$4 = ['']; | ||
| /** | ||
| * Represents the Essential JS 2 Angular ChipList Component. | ||
| * ```html | ||
| * <ejs-chiplist></ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| let ChipListComponent = class ChipListComponent extends ChipList { | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.tags = ['chips']; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$5); | ||
| this.addTwoWay.call(this, twoWays$4); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.context = new ComponentBase(); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnInit() { | ||
| this.context.ngOnInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterViewInit() { | ||
| this.context.ngAfterViewInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnDestroy() { | ||
| this.context.ngOnDestroy(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterContentChecked() { | ||
| this.tagObjects[0].instance = this.childChips; | ||
| this.context.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| ChipListComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: 'ejs-chiplist', | ||
| inputs: inputs$4, | ||
| outputs: outputs$5, | ||
| template: '', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childChips: new ContentChild(ChipsDirective) | ||
| } | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipListComponent.ctorParameters = () => [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; | ||
| ChipListComponent = __decorate$5([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata$5("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], ChipListComponent); | ||
| /** | ||
| * NgModule definition for the ChipList component. | ||
| */ | ||
| class ChipListModule { | ||
| } | ||
| ChipListModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ], | ||
| exports: [ | ||
| ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipListModule.ctorParameters = () => []; | ||
| /** | ||
| * NgModule definition for the ChipList component with providers. | ||
| */ | ||
| class ChipListAllModule { | ||
| } | ||
| ChipListAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, ChipListModule], | ||
| exports: [ | ||
| ChipListModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipListAllModule.ctorParameters = () => []; | ||
| var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
| else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$6 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
| }; | ||
| const inputs$5 = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale', 'position', 'target', 'visible']; | ||
| const outputs$6 = ['created']; | ||
| const twoWays$5 = []; | ||
| /** | ||
| * Represents the Angular Fab Component. | ||
| * ```html | ||
| * <button ejs-fab content='fab'></button> | ||
| * ``` | ||
| */ | ||
| let FabComponent = class FabComponent extends Fab { | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$6); | ||
| this.addTwoWay.call(this, twoWays$5); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| FabComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: '[ejs-fab]', | ||
| inputs: inputs$5, | ||
| outputs: outputs$6, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| FabComponent.ctorParameters = () => [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; | ||
| FabComponent = __decorate$6([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata$6("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], FabComponent); | ||
| /** | ||
| * NgModule definition for the Fab component. | ||
| */ | ||
| class FabModule { | ||
| } | ||
| FabModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| FabComponent | ||
| ], | ||
| exports: [ | ||
| FabComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| FabModule.ctorParameters = () => []; | ||
| /** | ||
| * NgModule definition for the Fab component with providers. | ||
| */ | ||
| class FabAllModule { | ||
| } | ||
| FabAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, FabModule], | ||
| exports: [ | ||
| FabModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| FabAllModule.ctorParameters = () => []; | ||
| let input$1 = ['disabled', 'iconCss', 'id', 'text', 'title']; | ||
| let outputs$7 = []; | ||
| /** | ||
| * 'e-speeddialitem' directive represent a item of the Angular SpeedDial. | ||
| * It must be contained in a SpeedDial component(`ejs-speeddial`). | ||
| * ```html | ||
| * <ejs-speeddial> | ||
| * <e-speeddialitems> | ||
| * <e-speeddialitem text='Cut'></e-speeddialitem> | ||
| * <e-speeddialitem text='Copy'></e-speeddialitem> | ||
| * </e-speeddialitems> | ||
| * </ejs-speeddial> | ||
| * ``` | ||
| */ | ||
| class SpeedDialItemDirective extends ComplexBase { | ||
| /** | ||
| * @param {?} viewContainerRef | ||
| */ | ||
| constructor(viewContainerRef) { | ||
| super(); | ||
| this.viewContainerRef = viewContainerRef; | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.registerEvents(outputs$7); | ||
| this.directivePropList = input$1; | ||
| } | ||
| } | ||
| SpeedDialItemDirective.decorators = [ | ||
| { type: Directive, args: [{ | ||
| selector: 'e-speeddial-item', | ||
| inputs: input$1, | ||
| outputs: outputs$7, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialItemDirective.ctorParameters = () => [ | ||
| { type: ViewContainerRef, }, | ||
| ]; | ||
| /** | ||
| * SpeedDialItem Array Directive | ||
| */ | ||
| class SpeedDialItemsDirective extends ArrayBase { | ||
| constructor() { | ||
| super('items'); | ||
| } | ||
| } | ||
| SpeedDialItemsDirective.decorators = [ | ||
| { type: Directive, args: [{ | ||
| selector: 'e-speeddial-items', | ||
| queries: { | ||
| children: new ContentChildren(SpeedDialItemDirective) | ||
| }, | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialItemsDirective.ctorParameters = () => []; | ||
| var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
| else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$7 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
| }; | ||
| const inputs$6 = ['animation', 'closeIconCss', 'content', 'cssClass', 'direction', 'disabled', 'enablePersistence', 'enableRtl', 'iconPosition', 'isPrimary', 'itemTemplate', 'items', 'locale', 'modal', 'mode', 'openIconCss', 'opensOnHover', 'popupTemplate', 'position', 'radialSettings', 'target', 'visible']; | ||
| const outputs$8 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'clicked', 'created', 'onClose', 'onOpen', 'visibleChange']; | ||
| const twoWays$6 = ['visible']; | ||
| /** | ||
| * Represents the Angular SpeedDial Component. | ||
| * ```html | ||
| * <button ejs-speeddial content='Edit'></button> | ||
| * ``` | ||
| */ | ||
| let SpeedDialComponent = class SpeedDialComponent extends SpeedDial { | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.tags = ['items']; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$8); | ||
| this.addTwoWay.call(this, twoWays$6); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterContentChecked() { | ||
| this.tagObjects[0].instance = this.childItems; | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SpeedDialComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: '[ejs-speeddial]', | ||
| inputs: inputs$6, | ||
| outputs: outputs$8, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childItems: new ContentChild(SpeedDialItemsDirective) | ||
| } | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialComponent.ctorParameters = () => [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; | ||
| SpeedDialComponent.propDecorators = { | ||
| 'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },], | ||
| 'popupTemplate': [{ type: ContentChild, args: ['popupTemplate',] },], | ||
| }; | ||
| __decorate$7([ | ||
| Template(), | ||
| __metadata$7("design:type", Object) | ||
| ], SpeedDialComponent.prototype, "itemTemplate", void 0); | ||
| __decorate$7([ | ||
| Template(), | ||
| __metadata$7("design:type", Object) | ||
| ], SpeedDialComponent.prototype, "popupTemplate", void 0); | ||
| SpeedDialComponent = __decorate$7([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata$7("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], SpeedDialComponent); | ||
| /** | ||
| * NgModule definition for the SpeedDial component. | ||
| */ | ||
| class SpeedDialModule { | ||
| } | ||
| SpeedDialModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ], | ||
| exports: [ | ||
| SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialModule.ctorParameters = () => []; | ||
| /** | ||
| * NgModule definition for the SpeedDial component with providers. | ||
| */ | ||
| class SpeedDialAllModule { | ||
| } | ||
| SpeedDialAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, SpeedDialModule], | ||
| exports: [ | ||
| SpeedDialModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialAllModule.ctorParameters = () => []; | ||
| var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
| else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$8 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
| }; | ||
| const inputs$7 = ['aiAssistHandler', 'content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| const outputs$9 = ['created']; | ||
| const twoWays$7 = []; | ||
| /** | ||
| * Represents the Angular Smart Paste Button Component. | ||
| * ```html | ||
| * <button ejs-smart-paste-button content='Smart paste'></button> | ||
| * ``` | ||
| */ | ||
| let SmartPasteButtonComponent = class SmartPasteButtonComponent extends SmartPasteButton { | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| constructor(ngEle, srenderer, viewContainerRef, injector) { | ||
| super(); | ||
| this.ngEle = ngEle; | ||
| this.srenderer = srenderer; | ||
| this.viewContainerRef = viewContainerRef; | ||
| this.injector = injector; | ||
| this.element = this.ngEle.nativeElement; | ||
| this.injectedModules = this.injectedModules || []; | ||
| this.registerEvents(outputs$9); | ||
| this.addTwoWay.call(this, twoWays$7); | ||
| setValue('currentInstance', this, this.viewContainerRef); | ||
| this.containerContext = new ComponentBase(); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnInit() { | ||
| this.containerContext.ngOnInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterViewInit() { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngOnDestroy() { | ||
| this.containerContext.ngOnDestroy(this); | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ngAfterContentChecked() { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| } | ||
| }; | ||
| SmartPasteButtonComponent.decorators = [ | ||
| { type: Component, args: [{ | ||
| selector: '[ejs-smart-paste-button]', | ||
| inputs: inputs$7, | ||
| outputs: outputs$9, | ||
| template: `<ng-content ></ng-content>`, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SmartPasteButtonComponent.ctorParameters = () => [ | ||
| { type: ElementRef, }, | ||
| { type: Renderer2, }, | ||
| { type: ViewContainerRef, }, | ||
| { type: Injector, }, | ||
| ]; | ||
| SmartPasteButtonComponent = __decorate$8([ | ||
| ComponentMixins([ComponentBase]), | ||
| __metadata$8("design:paramtypes", [ElementRef, | ||
| Renderer2, | ||
| ViewContainerRef, | ||
| Injector]) | ||
| ], SmartPasteButtonComponent); | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component. | ||
| */ | ||
| class SmartPasteButtonModule { | ||
| } | ||
| SmartPasteButtonModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule], | ||
| declarations: [ | ||
| SmartPasteButtonComponent | ||
| ], | ||
| exports: [ | ||
| SmartPasteButtonComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SmartPasteButtonModule.ctorParameters = () => []; | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component with providers. | ||
| */ | ||
| class SmartPasteButtonAllModule { | ||
| } | ||
| SmartPasteButtonAllModule.decorators = [ | ||
| { type: NgModule, args: [{ | ||
| imports: [CommonModule, SmartPasteButtonModule], | ||
| exports: [ | ||
| SmartPasteButtonModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SmartPasteButtonAllModule.ctorParameters = () => []; | ||
| /** | ||
| * Generated bundle index. Do not edit. | ||
| */ | ||
| export { ButtonComponent, ButtonModule, ButtonAllModule, CheckBoxComponent, CheckBoxModule, CheckBoxAllModule, RadioButtonComponent, RadioButtonModule, RadioButtonAllModule, SwitchComponent, SwitchModule, SwitchAllModule, ChipDirective, ChipsDirective, ChipListComponent, ChipListModule, ChipListAllModule, FabComponent, FabModule, FabAllModule, SpeedDialItemDirective, SpeedDialItemsDirective, SpeedDialComponent, SpeedDialModule, SpeedDialAllModule, SmartPasteButtonComponent, SmartPasteButtonModule, SmartPasteButtonAllModule, inputs as ɵa, outputs as ɵb, inputs$1 as ɵc, outputs$1 as ɵd, inputs$4 as ɵi, outputs$5 as ɵj, inputs$5 as ɵk, outputs$6 as ɵl, inputs$2 as ɵe, outputs$2 as ɵf, inputs$7 as ɵo, outputs$9 as ɵp, inputs$6 as ɵm, outputs$8 as ɵn, inputs$3 as ɵg, outputs$3 as ɵh }; | ||
| export { wrapperInitialize, getTextNode, destroy, preRender, createCheckBox, rippleMouseHandler, setHiddenInput, BeforeChangeEventArgs, IconPosition, buttonObserver, Button, CheckBox, RadioButton, Switch, classNames, ChipList, Chip, FabPosition, Fab, SpeedDialMode, LinearDirection, RadialDirection, SpeedDialAnimationEffect, SpeedDialAnimationSettings, RadialSettings, SpeedDialItem, SpeedDial, SmartPasteButton } from '@syncfusion/ej2-buttons'; | ||
| //# sourceMappingURL=ej2-angular-buttons.js.map |
Sorry, the diff of this file is too big to display
| /*! | ||
| * filename: ej2-angular-buttons.umd.js | ||
| * version : 33.2.3 | ||
| * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved. | ||
| * Use of this code is subject to the terms of our license. | ||
| * A copy of the current license can be obtained at any time by e-mailing | ||
| * licensing@syncfusion.com. Any infringement will be prosecuted under | ||
| * applicable laws. | ||
| */ | ||
| (function (global, factory) { | ||
| typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-buttons'), require('@angular/common'), require('@angular/forms')) : | ||
| typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-buttons', '@angular/common', '@angular/forms'], factory) : | ||
| (factory((global['ej2-angular-buttons'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.buttons,global.ng.common,global.ng.forms)); | ||
| }(this, (function (exports,core,ej2AngularBase,ej2Buttons,common,forms) { '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 __()); | ||
| }; | ||
| })(); | ||
| var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| var outputs = ['created']; | ||
| var twoWays = []; | ||
| /** | ||
| * Represents the Angular Button Component. | ||
| * ```html | ||
| * <button ejs-button>Button</button> | ||
| * ``` | ||
| */ | ||
| exports.ButtonComponent = /** @class */ (function (_super) { | ||
| __extends(ButtonComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function ButtonComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs); | ||
| _this.addTwoWay.call(_this, twoWays); | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.containerContext = new ej2AngularBase.ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ButtonComponent.prototype.ngOnInit = function () { | ||
| this.containerContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ButtonComponent.prototype.ngAfterViewInit = function () { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ButtonComponent.prototype.ngOnDestroy = function () { | ||
| this.containerContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ButtonComponent.prototype.ngAfterContentChecked = function () { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| }; | ||
| return ButtonComponent; | ||
| }(ej2Buttons.Button)); | ||
| exports.ButtonComponent.decorators = [ | ||
| { type: core.Component, args: [{ | ||
| selector: '[ejs-button]', | ||
| inputs: inputs, | ||
| outputs: outputs, | ||
| template: "<ng-content ></ng-content>", | ||
| changeDetection: core.ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| exports.ButtonComponent.ctorParameters = function () { return [ | ||
| { type: core.ElementRef, }, | ||
| { type: core.Renderer2, }, | ||
| { type: core.ViewContainerRef, }, | ||
| { type: core.Injector, }, | ||
| ]; }; | ||
| exports.ButtonComponent = __decorate([ | ||
| ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]), | ||
| __metadata("design:paramtypes", [core.ElementRef, | ||
| core.Renderer2, | ||
| core.ViewContainerRef, | ||
| core.Injector]) | ||
| ], exports.ButtonComponent); | ||
| /** | ||
| * NgModule definition for the Button component. | ||
| */ | ||
| var ButtonModule = /** @class */ (function () { | ||
| function ButtonModule() { | ||
| } | ||
| return ButtonModule; | ||
| }()); | ||
| ButtonModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule], | ||
| declarations: [ | ||
| exports.ButtonComponent | ||
| ], | ||
| exports: [ | ||
| exports.ButtonComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ButtonModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the Button component with providers. | ||
| */ | ||
| var ButtonAllModule = /** @class */ (function () { | ||
| function ButtonAllModule() { | ||
| } | ||
| return ButtonAllModule; | ||
| }()); | ||
| ButtonAllModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule, ButtonModule], | ||
| exports: [ | ||
| ButtonModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ButtonAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$1 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$1 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'indeterminate', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| var outputs$1 = ['focus', 'blur', 'change', 'created', 'checkedChange', 'indeterminateChange']; | ||
| var twoWays$1 = ['checked', 'indeterminate']; | ||
| /** | ||
| * Represents the Angular CheckBox Component. | ||
| * ```html | ||
| * <ejs-checkbox label='Default'></ejs-checkbox> | ||
| * ``` | ||
| */ | ||
| exports.CheckBoxComponent = CheckBoxComponent_1 = /** @class */ (function (_super) { | ||
| __extends(CheckBoxComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| * @param {?} cdr | ||
| */ | ||
| function CheckBoxComponent(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.cdr = cdr; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$1); | ||
| _this.addTwoWay.call(_this, twoWays$1); | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.formContext = new ej2AngularBase.FormBase(); | ||
| _this.formCompContext = new ej2AngularBase.ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.registerOnChange = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.registerOnTouched = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} value | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.writeValue = function (value) { | ||
| }; | ||
| /** | ||
| * @param {?} disabled | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.setDisabledState = function (disabled) { | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.ngOnInit = function () { | ||
| this.formCompContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.ngAfterViewInit = function () { | ||
| this.formContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.ngOnDestroy = function () { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| CheckBoxComponent.prototype.ngAfterContentChecked = function () { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| }; | ||
| return CheckBoxComponent; | ||
| }(ej2Buttons.CheckBox)); | ||
| exports.CheckBoxComponent.decorators = [ | ||
| { type: core.Component, args: [{ | ||
| selector: 'ejs-checkbox', | ||
| inputs: inputs$1, | ||
| outputs: outputs$1, | ||
| template: '', | ||
| changeDetection: core.ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: forms.NG_VALUE_ACCESSOR, | ||
| useExisting: core.forwardRef(function () { return CheckBoxComponent_1; }), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| exports.CheckBoxComponent.ctorParameters = function () { return [ | ||
| { type: core.ElementRef, }, | ||
| { type: core.Renderer2, }, | ||
| { type: core.ViewContainerRef, }, | ||
| { type: core.Injector, }, | ||
| { type: core.ChangeDetectorRef, }, | ||
| ]; }; | ||
| exports.CheckBoxComponent = CheckBoxComponent_1 = __decorate$1([ | ||
| ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]), | ||
| __metadata$1("design:paramtypes", [core.ElementRef, | ||
| core.Renderer2, | ||
| core.ViewContainerRef, | ||
| core.Injector, | ||
| core.ChangeDetectorRef]) | ||
| ], exports.CheckBoxComponent); | ||
| var CheckBoxComponent_1; | ||
| /** | ||
| * NgModule definition for the CheckBox component. | ||
| */ | ||
| var CheckBoxModule = /** @class */ (function () { | ||
| function CheckBoxModule() { | ||
| } | ||
| return CheckBoxModule; | ||
| }()); | ||
| CheckBoxModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule], | ||
| declarations: [ | ||
| exports.CheckBoxComponent | ||
| ], | ||
| exports: [ | ||
| exports.CheckBoxComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| CheckBoxModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the CheckBox component with providers. | ||
| */ | ||
| var CheckBoxAllModule = /** @class */ (function () { | ||
| function CheckBoxAllModule() { | ||
| } | ||
| return CheckBoxAllModule; | ||
| }()); | ||
| CheckBoxAllModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule, CheckBoxModule], | ||
| exports: [ | ||
| CheckBoxModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| CheckBoxAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$2 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$2 = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'label', 'labelPosition', 'locale', 'name', 'value']; | ||
| var outputs$2 = ['focus', 'blur', 'change', 'created', 'valueChange']; | ||
| var twoWays$2 = ['value']; | ||
| /** | ||
| * Represents the Angular RadioButton Component. | ||
| * ```html | ||
| * <ejs-radiobutton label='Default'></ejs-radiobutton> | ||
| * ``` | ||
| */ | ||
| exports.RadioButtonComponent = RadioButtonComponent_1 = /** @class */ (function (_super) { | ||
| __extends(RadioButtonComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| * @param {?} cdr | ||
| */ | ||
| function RadioButtonComponent(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.cdr = cdr; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$2); | ||
| _this.addTwoWay.call(_this, twoWays$2); | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.formContext = new ej2AngularBase.FormBase(); | ||
| _this.formCompContext = new ej2AngularBase.ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.registerOnChange = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.registerOnTouched = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} value | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.writeValue = function (value) { | ||
| }; | ||
| /** | ||
| * @param {?} disabled | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.setDisabledState = function (disabled) { | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.ngOnInit = function () { | ||
| this.formCompContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.ngAfterViewInit = function () { | ||
| this.formContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.ngOnDestroy = function () { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| RadioButtonComponent.prototype.ngAfterContentChecked = function () { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| }; | ||
| return RadioButtonComponent; | ||
| }(ej2Buttons.RadioButton)); | ||
| exports.RadioButtonComponent.decorators = [ | ||
| { type: core.Component, args: [{ | ||
| selector: 'ejs-radiobutton', | ||
| inputs: inputs$2, | ||
| outputs: outputs$2, | ||
| template: '', | ||
| changeDetection: core.ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: forms.NG_VALUE_ACCESSOR, | ||
| useExisting: core.forwardRef(function () { return RadioButtonComponent_1; }), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| exports.RadioButtonComponent.ctorParameters = function () { return [ | ||
| { type: core.ElementRef, }, | ||
| { type: core.Renderer2, }, | ||
| { type: core.ViewContainerRef, }, | ||
| { type: core.Injector, }, | ||
| { type: core.ChangeDetectorRef, }, | ||
| ]; }; | ||
| exports.RadioButtonComponent = RadioButtonComponent_1 = __decorate$2([ | ||
| ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]), | ||
| __metadata$2("design:paramtypes", [core.ElementRef, | ||
| core.Renderer2, | ||
| core.ViewContainerRef, | ||
| core.Injector, | ||
| core.ChangeDetectorRef]) | ||
| ], exports.RadioButtonComponent); | ||
| var RadioButtonComponent_1; | ||
| /** | ||
| * NgModule definition for the RadioButton component. | ||
| */ | ||
| var RadioButtonModule = /** @class */ (function () { | ||
| function RadioButtonModule() { | ||
| } | ||
| return RadioButtonModule; | ||
| }()); | ||
| RadioButtonModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule], | ||
| declarations: [ | ||
| exports.RadioButtonComponent | ||
| ], | ||
| exports: [ | ||
| exports.RadioButtonComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| RadioButtonModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the RadioButton component with providers. | ||
| */ | ||
| var RadioButtonAllModule = /** @class */ (function () { | ||
| function RadioButtonAllModule() { | ||
| } | ||
| return RadioButtonAllModule; | ||
| }()); | ||
| RadioButtonAllModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule, RadioButtonModule], | ||
| exports: [ | ||
| RadioButtonModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| RadioButtonAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$3 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$3 = ['checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value']; | ||
| var outputs$3 = ['focus', 'blur', 'beforeChange', 'change', 'created', 'checkedChange']; | ||
| var twoWays$3 = ['checked']; | ||
| /** | ||
| * Represents the Angular Switch Component. | ||
| * ```html | ||
| * <ejs-switch></ejs-switch> | ||
| * ``` | ||
| */ | ||
| exports.SwitchComponent = SwitchComponent_1 = /** @class */ (function (_super) { | ||
| __extends(SwitchComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| * @param {?} cdr | ||
| */ | ||
| function SwitchComponent(ngEle, srenderer, viewContainerRef, injector, cdr) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.cdr = cdr; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$3); | ||
| _this.addTwoWay.call(_this, twoWays$3); | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.formContext = new ej2AngularBase.FormBase(); | ||
| _this.formCompContext = new ej2AngularBase.ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.registerOnChange = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} registerFunction | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.registerOnTouched = function (registerFunction) { | ||
| }; | ||
| /** | ||
| * @param {?} value | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.writeValue = function (value) { | ||
| }; | ||
| /** | ||
| * @param {?} disabled | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.setDisabledState = function (disabled) { | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.ngOnInit = function () { | ||
| this.formCompContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.ngAfterViewInit = function () { | ||
| this.formContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.ngOnDestroy = function () { | ||
| this.formCompContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SwitchComponent.prototype.ngAfterContentChecked = function () { | ||
| this.formCompContext.ngAfterContentChecked(this); | ||
| }; | ||
| return SwitchComponent; | ||
| }(ej2Buttons.Switch)); | ||
| exports.SwitchComponent.decorators = [ | ||
| { type: core.Component, args: [{ | ||
| selector: 'ejs-switch', | ||
| inputs: inputs$3, | ||
| outputs: outputs$3, | ||
| template: '', | ||
| changeDetection: core.ChangeDetectionStrategy.OnPush, | ||
| providers: [ | ||
| { | ||
| provide: forms.NG_VALUE_ACCESSOR, | ||
| useExisting: core.forwardRef(function () { return SwitchComponent_1; }), | ||
| multi: true | ||
| } | ||
| ], | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| exports.SwitchComponent.ctorParameters = function () { return [ | ||
| { type: core.ElementRef, }, | ||
| { type: core.Renderer2, }, | ||
| { type: core.ViewContainerRef, }, | ||
| { type: core.Injector, }, | ||
| { type: core.ChangeDetectorRef, }, | ||
| ]; }; | ||
| exports.SwitchComponent = SwitchComponent_1 = __decorate$3([ | ||
| ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]), | ||
| __metadata$3("design:paramtypes", [core.ElementRef, | ||
| core.Renderer2, | ||
| core.ViewContainerRef, | ||
| core.Injector, | ||
| core.ChangeDetectorRef]) | ||
| ], exports.SwitchComponent); | ||
| var SwitchComponent_1; | ||
| /** | ||
| * NgModule definition for the Switch component. | ||
| */ | ||
| var SwitchModule = /** @class */ (function () { | ||
| function SwitchModule() { | ||
| } | ||
| return SwitchModule; | ||
| }()); | ||
| SwitchModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule], | ||
| declarations: [ | ||
| exports.SwitchComponent | ||
| ], | ||
| exports: [ | ||
| exports.SwitchComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SwitchModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the Switch component with providers. | ||
| */ | ||
| var SwitchAllModule = /** @class */ (function () { | ||
| function SwitchAllModule() { | ||
| } | ||
| return SwitchAllModule; | ||
| }()); | ||
| SwitchAllModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule, SwitchModule], | ||
| exports: [ | ||
| SwitchModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SwitchAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$4 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var input = ['avatarIconCss', 'avatarText', 'cssClass', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'template', 'text', 'trailingIconCss', 'trailingIconUrl', 'value']; | ||
| var outputs$4 = []; | ||
| /** | ||
| * `e-chip` directive represent a chip of the Angular ChipList. | ||
| * ```html | ||
| * <ejs-chiplist > | ||
| * <e-chips> | ||
| * <e-chip text='chip1'></e-chip> | ||
| * <e-chip text='chip2'></e-chip> | ||
| * </e-chips> | ||
| * </ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| var ChipDirective = /** @class */ (function (_super) { | ||
| __extends(ChipDirective, _super); | ||
| /** | ||
| * @param {?} viewContainerRef | ||
| */ | ||
| function ChipDirective(viewContainerRef) { | ||
| var _this = _super.call(this) || this; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.registerEvents(outputs$4); | ||
| _this.directivePropList = input; | ||
| return _this; | ||
| } | ||
| return ChipDirective; | ||
| }(ej2AngularBase.ComplexBase)); | ||
| ChipDirective.decorators = [ | ||
| { type: core.Directive, args: [{ | ||
| selector: 'e-chips>e-chip', | ||
| inputs: input, | ||
| outputs: outputs$4, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipDirective.ctorParameters = function () { return [ | ||
| { type: core.ViewContainerRef, }, | ||
| ]; }; | ||
| ChipDirective.propDecorators = { | ||
| 'template': [{ type: core.ContentChild, args: ['template',] },], | ||
| }; | ||
| __decorate$4([ | ||
| ej2AngularBase.Template(), | ||
| __metadata$4("design:type", Object) | ||
| ], ChipDirective.prototype, "template", void 0); | ||
| /** | ||
| * Chip Array Directive | ||
| */ | ||
| var ChipsDirective = /** @class */ (function (_super) { | ||
| __extends(ChipsDirective, _super); | ||
| function ChipsDirective() { | ||
| return _super.call(this, 'chips') || this; | ||
| } | ||
| return ChipsDirective; | ||
| }(ej2AngularBase.ArrayBase)); | ||
| ChipsDirective.decorators = [ | ||
| { type: core.Directive, args: [{ | ||
| selector: 'ejs-chiplist>e-chips', | ||
| queries: { | ||
| children: new core.ContentChildren(ChipDirective) | ||
| }, | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipsDirective.ctorParameters = function () { return []; }; | ||
| var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$5 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$4 = ['allowDragAndDrop', 'avatarIconCss', 'avatarText', 'chips', 'cssClass', 'dragArea', 'enableDelete', 'enablePersistence', 'enableRtl', 'enabled', 'htmlAttributes', 'leadingIconCss', 'leadingIconUrl', 'locale', 'selectedChips', 'selection', 'text', 'trailingIconCss', 'trailingIconUrl']; | ||
| var outputs$5 = ['beforeClick', 'click', 'created', 'delete', 'deleted', 'dragStart', 'dragStop', 'dragging']; | ||
| var twoWays$4 = ['']; | ||
| /** | ||
| * Represents the Essential JS 2 Angular ChipList Component. | ||
| * ```html | ||
| * <ejs-chiplist></ejs-chiplist> | ||
| * ``` | ||
| */ | ||
| exports.ChipListComponent = /** @class */ (function (_super) { | ||
| __extends(ChipListComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function ChipListComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.tags = ['chips']; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$5); | ||
| _this.addTwoWay.call(_this, twoWays$4); | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.context = new ej2AngularBase.ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ChipListComponent.prototype.ngOnInit = function () { | ||
| this.context.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ChipListComponent.prototype.ngAfterViewInit = function () { | ||
| this.context.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ChipListComponent.prototype.ngOnDestroy = function () { | ||
| this.context.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| ChipListComponent.prototype.ngAfterContentChecked = function () { | ||
| this.tagObjects[0].instance = this.childChips; | ||
| this.context.ngAfterContentChecked(this); | ||
| }; | ||
| return ChipListComponent; | ||
| }(ej2Buttons.ChipList)); | ||
| exports.ChipListComponent.decorators = [ | ||
| { type: core.Component, args: [{ | ||
| selector: 'ejs-chiplist', | ||
| inputs: inputs$4, | ||
| outputs: outputs$5, | ||
| template: '', | ||
| changeDetection: core.ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childChips: new core.ContentChild(ChipsDirective) | ||
| } | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| exports.ChipListComponent.ctorParameters = function () { return [ | ||
| { type: core.ElementRef, }, | ||
| { type: core.Renderer2, }, | ||
| { type: core.ViewContainerRef, }, | ||
| { type: core.Injector, }, | ||
| ]; }; | ||
| exports.ChipListComponent = __decorate$5([ | ||
| ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]), | ||
| __metadata$5("design:paramtypes", [core.ElementRef, | ||
| core.Renderer2, | ||
| core.ViewContainerRef, | ||
| core.Injector]) | ||
| ], exports.ChipListComponent); | ||
| /** | ||
| * NgModule definition for the ChipList component. | ||
| */ | ||
| var ChipListModule = /** @class */ (function () { | ||
| function ChipListModule() { | ||
| } | ||
| return ChipListModule; | ||
| }()); | ||
| ChipListModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule], | ||
| declarations: [ | ||
| exports.ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ], | ||
| exports: [ | ||
| exports.ChipListComponent, | ||
| ChipDirective, | ||
| ChipsDirective | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipListModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the ChipList component with providers. | ||
| */ | ||
| var ChipListAllModule = /** @class */ (function () { | ||
| function ChipListAllModule() { | ||
| } | ||
| return ChipListAllModule; | ||
| }()); | ||
| ChipListAllModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule, ChipListModule], | ||
| exports: [ | ||
| ChipListModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| ChipListAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$6 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$5 = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale', 'position', 'target', 'visible']; | ||
| var outputs$6 = ['created']; | ||
| var twoWays$5 = []; | ||
| /** | ||
| * Represents the Angular Fab Component. | ||
| * ```html | ||
| * <button ejs-fab content='fab'></button> | ||
| * ``` | ||
| */ | ||
| exports.FabComponent = /** @class */ (function (_super) { | ||
| __extends(FabComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function FabComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$6); | ||
| _this.addTwoWay.call(_this, twoWays$5); | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.containerContext = new ej2AngularBase.ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| FabComponent.prototype.ngOnInit = function () { | ||
| this.containerContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| FabComponent.prototype.ngAfterViewInit = function () { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| FabComponent.prototype.ngOnDestroy = function () { | ||
| this.containerContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| FabComponent.prototype.ngAfterContentChecked = function () { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| }; | ||
| return FabComponent; | ||
| }(ej2Buttons.Fab)); | ||
| exports.FabComponent.decorators = [ | ||
| { type: core.Component, args: [{ | ||
| selector: '[ejs-fab]', | ||
| inputs: inputs$5, | ||
| outputs: outputs$6, | ||
| template: "<ng-content ></ng-content>", | ||
| changeDetection: core.ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| exports.FabComponent.ctorParameters = function () { return [ | ||
| { type: core.ElementRef, }, | ||
| { type: core.Renderer2, }, | ||
| { type: core.ViewContainerRef, }, | ||
| { type: core.Injector, }, | ||
| ]; }; | ||
| exports.FabComponent = __decorate$6([ | ||
| ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]), | ||
| __metadata$6("design:paramtypes", [core.ElementRef, | ||
| core.Renderer2, | ||
| core.ViewContainerRef, | ||
| core.Injector]) | ||
| ], exports.FabComponent); | ||
| /** | ||
| * NgModule definition for the Fab component. | ||
| */ | ||
| var FabModule = /** @class */ (function () { | ||
| function FabModule() { | ||
| } | ||
| return FabModule; | ||
| }()); | ||
| FabModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule], | ||
| declarations: [ | ||
| exports.FabComponent | ||
| ], | ||
| exports: [ | ||
| exports.FabComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| FabModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the Fab component with providers. | ||
| */ | ||
| var FabAllModule = /** @class */ (function () { | ||
| function FabAllModule() { | ||
| } | ||
| return FabAllModule; | ||
| }()); | ||
| FabAllModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule, FabModule], | ||
| exports: [ | ||
| FabModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| FabAllModule.ctorParameters = function () { return []; }; | ||
| var input$1 = ['disabled', 'iconCss', 'id', 'text', 'title']; | ||
| var outputs$7 = []; | ||
| /** | ||
| * 'e-speeddialitem' directive represent a item of the Angular SpeedDial. | ||
| * It must be contained in a SpeedDial component(`ejs-speeddial`). | ||
| * ```html | ||
| * <ejs-speeddial> | ||
| * <e-speeddialitems> | ||
| * <e-speeddialitem text='Cut'></e-speeddialitem> | ||
| * <e-speeddialitem text='Copy'></e-speeddialitem> | ||
| * </e-speeddialitems> | ||
| * </ejs-speeddial> | ||
| * ``` | ||
| */ | ||
| var SpeedDialItemDirective = /** @class */ (function (_super) { | ||
| __extends(SpeedDialItemDirective, _super); | ||
| /** | ||
| * @param {?} viewContainerRef | ||
| */ | ||
| function SpeedDialItemDirective(viewContainerRef) { | ||
| var _this = _super.call(this) || this; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.registerEvents(outputs$7); | ||
| _this.directivePropList = input$1; | ||
| return _this; | ||
| } | ||
| return SpeedDialItemDirective; | ||
| }(ej2AngularBase.ComplexBase)); | ||
| SpeedDialItemDirective.decorators = [ | ||
| { type: core.Directive, args: [{ | ||
| selector: 'e-speeddial-item', | ||
| inputs: input$1, | ||
| outputs: outputs$7, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialItemDirective.ctorParameters = function () { return [ | ||
| { type: core.ViewContainerRef, }, | ||
| ]; }; | ||
| /** | ||
| * SpeedDialItem Array Directive | ||
| */ | ||
| var SpeedDialItemsDirective = /** @class */ (function (_super) { | ||
| __extends(SpeedDialItemsDirective, _super); | ||
| function SpeedDialItemsDirective() { | ||
| return _super.call(this, 'items') || this; | ||
| } | ||
| return SpeedDialItemsDirective; | ||
| }(ej2AngularBase.ArrayBase)); | ||
| SpeedDialItemsDirective.decorators = [ | ||
| { type: core.Directive, args: [{ | ||
| selector: 'e-speeddial-items', | ||
| queries: { | ||
| children: new core.ContentChildren(SpeedDialItemDirective) | ||
| }, | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialItemsDirective.ctorParameters = function () { return []; }; | ||
| var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$7 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$6 = ['animation', 'closeIconCss', 'content', 'cssClass', 'direction', 'disabled', 'enablePersistence', 'enableRtl', 'iconPosition', 'isPrimary', 'itemTemplate', 'items', 'locale', 'modal', 'mode', 'openIconCss', 'opensOnHover', 'popupTemplate', 'position', 'radialSettings', 'target', 'visible']; | ||
| var outputs$8 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'clicked', 'created', 'onClose', 'onOpen', 'visibleChange']; | ||
| var twoWays$6 = ['visible']; | ||
| /** | ||
| * Represents the Angular SpeedDial Component. | ||
| * ```html | ||
| * <button ejs-speeddial content='Edit'></button> | ||
| * ``` | ||
| */ | ||
| exports.SpeedDialComponent = /** @class */ (function (_super) { | ||
| __extends(SpeedDialComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function SpeedDialComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.tags = ['items']; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$8); | ||
| _this.addTwoWay.call(_this, twoWays$6); | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.containerContext = new ej2AngularBase.ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SpeedDialComponent.prototype.ngOnInit = function () { | ||
| this.containerContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SpeedDialComponent.prototype.ngAfterViewInit = function () { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SpeedDialComponent.prototype.ngOnDestroy = function () { | ||
| this.containerContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SpeedDialComponent.prototype.ngAfterContentChecked = function () { | ||
| this.tagObjects[0].instance = this.childItems; | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| }; | ||
| return SpeedDialComponent; | ||
| }(ej2Buttons.SpeedDial)); | ||
| exports.SpeedDialComponent.decorators = [ | ||
| { type: core.Component, args: [{ | ||
| selector: '[ejs-speeddial]', | ||
| inputs: inputs$6, | ||
| outputs: outputs$8, | ||
| template: "<ng-content ></ng-content>", | ||
| changeDetection: core.ChangeDetectionStrategy.OnPush, | ||
| queries: { | ||
| childItems: new core.ContentChild(SpeedDialItemsDirective) | ||
| } | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| exports.SpeedDialComponent.ctorParameters = function () { return [ | ||
| { type: core.ElementRef, }, | ||
| { type: core.Renderer2, }, | ||
| { type: core.ViewContainerRef, }, | ||
| { type: core.Injector, }, | ||
| ]; }; | ||
| exports.SpeedDialComponent.propDecorators = { | ||
| 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },], | ||
| 'popupTemplate': [{ type: core.ContentChild, args: ['popupTemplate',] },], | ||
| }; | ||
| __decorate$7([ | ||
| ej2AngularBase.Template(), | ||
| __metadata$7("design:type", Object) | ||
| ], exports.SpeedDialComponent.prototype, "itemTemplate", void 0); | ||
| __decorate$7([ | ||
| ej2AngularBase.Template(), | ||
| __metadata$7("design:type", Object) | ||
| ], exports.SpeedDialComponent.prototype, "popupTemplate", void 0); | ||
| exports.SpeedDialComponent = __decorate$7([ | ||
| ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]), | ||
| __metadata$7("design:paramtypes", [core.ElementRef, | ||
| core.Renderer2, | ||
| core.ViewContainerRef, | ||
| core.Injector]) | ||
| ], exports.SpeedDialComponent); | ||
| /** | ||
| * NgModule definition for the SpeedDial component. | ||
| */ | ||
| var SpeedDialModule = /** @class */ (function () { | ||
| function SpeedDialModule() { | ||
| } | ||
| return SpeedDialModule; | ||
| }()); | ||
| SpeedDialModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule], | ||
| declarations: [ | ||
| exports.SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ], | ||
| exports: [ | ||
| exports.SpeedDialComponent, | ||
| SpeedDialItemDirective, | ||
| SpeedDialItemsDirective | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the SpeedDial component with providers. | ||
| */ | ||
| var SpeedDialAllModule = /** @class */ (function () { | ||
| function SpeedDialAllModule() { | ||
| } | ||
| return SpeedDialAllModule; | ||
| }()); | ||
| SpeedDialAllModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule, SpeedDialModule], | ||
| exports: [ | ||
| SpeedDialModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SpeedDialAllModule.ctorParameters = function () { return []; }; | ||
| var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
| var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
| if (typeof Reflect === "object" && typeof Reflect.decorate === "function") | ||
| r = Reflect.decorate(decorators, target, key, desc); | ||
| else | ||
| for (var i = decorators.length - 1; i >= 0; i--) | ||
| if (d = decorators[i]) | ||
| r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
| return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
| }; | ||
| var __metadata$8 = (this && this.__metadata) || function (k, v) { | ||
| if (typeof Reflect === "object" && typeof Reflect.metadata === "function") | ||
| return Reflect.metadata(k, v); | ||
| }; | ||
| var inputs$7 = ['aiAssistHandler', 'content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale']; | ||
| var outputs$9 = ['created']; | ||
| var twoWays$7 = []; | ||
| /** | ||
| * Represents the Angular Smart Paste Button Component. | ||
| * ```html | ||
| * <button ejs-smart-paste-button content='Smart paste'></button> | ||
| * ``` | ||
| */ | ||
| exports.SmartPasteButtonComponent = /** @class */ (function (_super) { | ||
| __extends(SmartPasteButtonComponent, _super); | ||
| /** | ||
| * @param {?} ngEle | ||
| * @param {?} srenderer | ||
| * @param {?} viewContainerRef | ||
| * @param {?} injector | ||
| */ | ||
| function SmartPasteButtonComponent(ngEle, srenderer, viewContainerRef, injector) { | ||
| var _this = _super.call(this) || this; | ||
| _this.ngEle = ngEle; | ||
| _this.srenderer = srenderer; | ||
| _this.viewContainerRef = viewContainerRef; | ||
| _this.injector = injector; | ||
| _this.element = _this.ngEle.nativeElement; | ||
| _this.injectedModules = _this.injectedModules || []; | ||
| _this.registerEvents(outputs$9); | ||
| _this.addTwoWay.call(_this, twoWays$7); | ||
| ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef); | ||
| _this.containerContext = new ej2AngularBase.ComponentBase(); | ||
| return _this; | ||
| } | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SmartPasteButtonComponent.prototype.ngOnInit = function () { | ||
| this.containerContext.ngOnInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SmartPasteButtonComponent.prototype.ngAfterViewInit = function () { | ||
| this.containerContext.ngAfterViewInit(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SmartPasteButtonComponent.prototype.ngOnDestroy = function () { | ||
| this.containerContext.ngOnDestroy(this); | ||
| }; | ||
| /** | ||
| * @return {?} | ||
| */ | ||
| SmartPasteButtonComponent.prototype.ngAfterContentChecked = function () { | ||
| this.containerContext.ngAfterContentChecked(this); | ||
| }; | ||
| return SmartPasteButtonComponent; | ||
| }(ej2Buttons.SmartPasteButton)); | ||
| exports.SmartPasteButtonComponent.decorators = [ | ||
| { type: core.Component, args: [{ | ||
| selector: '[ejs-smart-paste-button]', | ||
| inputs: inputs$7, | ||
| outputs: outputs$9, | ||
| template: "<ng-content ></ng-content>", | ||
| changeDetection: core.ChangeDetectionStrategy.OnPush, | ||
| queries: {} | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| exports.SmartPasteButtonComponent.ctorParameters = function () { return [ | ||
| { type: core.ElementRef, }, | ||
| { type: core.Renderer2, }, | ||
| { type: core.ViewContainerRef, }, | ||
| { type: core.Injector, }, | ||
| ]; }; | ||
| exports.SmartPasteButtonComponent = __decorate$8([ | ||
| ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]), | ||
| __metadata$8("design:paramtypes", [core.ElementRef, | ||
| core.Renderer2, | ||
| core.ViewContainerRef, | ||
| core.Injector]) | ||
| ], exports.SmartPasteButtonComponent); | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component. | ||
| */ | ||
| var SmartPasteButtonModule = /** @class */ (function () { | ||
| function SmartPasteButtonModule() { | ||
| } | ||
| return SmartPasteButtonModule; | ||
| }()); | ||
| SmartPasteButtonModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule], | ||
| declarations: [ | ||
| exports.SmartPasteButtonComponent | ||
| ], | ||
| exports: [ | ||
| exports.SmartPasteButtonComponent | ||
| ] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SmartPasteButtonModule.ctorParameters = function () { return []; }; | ||
| /** | ||
| * NgModule definition for the SmartPasteButton component with providers. | ||
| */ | ||
| var SmartPasteButtonAllModule = /** @class */ (function () { | ||
| function SmartPasteButtonAllModule() { | ||
| } | ||
| return SmartPasteButtonAllModule; | ||
| }()); | ||
| SmartPasteButtonAllModule.decorators = [ | ||
| { type: core.NgModule, args: [{ | ||
| imports: [common.CommonModule, SmartPasteButtonModule], | ||
| exports: [ | ||
| SmartPasteButtonModule | ||
| ], | ||
| providers: [] | ||
| },] }, | ||
| ]; | ||
| /** | ||
| * @nocollapse | ||
| */ | ||
| SmartPasteButtonAllModule.ctorParameters = function () { return []; }; | ||
| exports.ButtonModule = ButtonModule; | ||
| exports.ButtonAllModule = ButtonAllModule; | ||
| exports.CheckBoxModule = CheckBoxModule; | ||
| exports.CheckBoxAllModule = CheckBoxAllModule; | ||
| exports.RadioButtonModule = RadioButtonModule; | ||
| exports.RadioButtonAllModule = RadioButtonAllModule; | ||
| exports.SwitchModule = SwitchModule; | ||
| exports.SwitchAllModule = SwitchAllModule; | ||
| exports.ChipDirective = ChipDirective; | ||
| exports.ChipsDirective = ChipsDirective; | ||
| exports.ChipListModule = ChipListModule; | ||
| exports.ChipListAllModule = ChipListAllModule; | ||
| exports.FabModule = FabModule; | ||
| exports.FabAllModule = FabAllModule; | ||
| exports.SpeedDialItemDirective = SpeedDialItemDirective; | ||
| exports.SpeedDialItemsDirective = SpeedDialItemsDirective; | ||
| exports.SpeedDialModule = SpeedDialModule; | ||
| exports.SpeedDialAllModule = SpeedDialAllModule; | ||
| exports.SmartPasteButtonModule = SmartPasteButtonModule; | ||
| exports.SmartPasteButtonAllModule = SmartPasteButtonAllModule; | ||
| exports.ɵa = inputs; | ||
| exports.ɵb = outputs; | ||
| exports.ɵc = inputs$1; | ||
| exports.ɵd = outputs$1; | ||
| exports.ɵi = inputs$4; | ||
| exports.ɵj = outputs$5; | ||
| exports.ɵk = inputs$5; | ||
| exports.ɵl = outputs$6; | ||
| exports.ɵe = inputs$2; | ||
| exports.ɵf = outputs$2; | ||
| exports.ɵo = inputs$7; | ||
| exports.ɵp = outputs$9; | ||
| exports.ɵm = inputs$6; | ||
| exports.ɵn = outputs$8; | ||
| exports.ɵg = inputs$3; | ||
| exports.ɵh = outputs$3; | ||
| exports.wrapperInitialize = ej2Buttons.wrapperInitialize; | ||
| exports.getTextNode = ej2Buttons.getTextNode; | ||
| exports.destroy = ej2Buttons.destroy; | ||
| exports.preRender = ej2Buttons.preRender; | ||
| exports.createCheckBox = ej2Buttons.createCheckBox; | ||
| exports.rippleMouseHandler = ej2Buttons.rippleMouseHandler; | ||
| exports.setHiddenInput = ej2Buttons.setHiddenInput; | ||
| exports.BeforeChangeEventArgs = ej2Buttons.BeforeChangeEventArgs; | ||
| exports.IconPosition = ej2Buttons.IconPosition; | ||
| exports.buttonObserver = ej2Buttons.buttonObserver; | ||
| exports.Button = ej2Buttons.Button; | ||
| exports.CheckBox = ej2Buttons.CheckBox; | ||
| exports.RadioButton = ej2Buttons.RadioButton; | ||
| exports.Switch = ej2Buttons.Switch; | ||
| exports.classNames = ej2Buttons.classNames; | ||
| exports.ChipList = ej2Buttons.ChipList; | ||
| exports.Chip = ej2Buttons.Chip; | ||
| exports.FabPosition = ej2Buttons.FabPosition; | ||
| exports.Fab = ej2Buttons.Fab; | ||
| exports.SpeedDialMode = ej2Buttons.SpeedDialMode; | ||
| exports.LinearDirection = ej2Buttons.LinearDirection; | ||
| exports.RadialDirection = ej2Buttons.RadialDirection; | ||
| exports.SpeedDialAnimationEffect = ej2Buttons.SpeedDialAnimationEffect; | ||
| exports.SpeedDialAnimationSettings = ej2Buttons.SpeedDialAnimationSettings; | ||
| exports.RadialSettings = ej2Buttons.RadialSettings; | ||
| exports.SpeedDialItem = ej2Buttons.SpeedDialItem; | ||
| exports.SpeedDial = ej2Buttons.SpeedDial; | ||
| exports.SmartPasteButton = ej2Buttons.SmartPasteButton; | ||
| Object.defineProperty(exports, '__esModule', { value: true }); | ||
| }))); | ||
| //# sourceMappingURL=ej2-angular-buttons.umd.js.map |
Sorry, the diff of this file is too big to display
| /*! | ||
| * filename: ej2-angular-buttons.umd.min.js | ||
| * version : 33.2.3 | ||
| * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved. | ||
| * Use of this code is subject to the terms of our license. | ||
| * A copy of the current license can be obtained at any time by e-mailing | ||
| * licensing@syncfusion.com. Any infringement will be prosecuted under | ||
| * applicable laws. | ||
| */ | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-buttons"),require("@angular/common"),require("@angular/forms")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-buttons","@angular/common","@angular/forms"],t):t(e["ej2-angular-buttons"]={},e.ng.core,e.ej2.angular.base,e.ej2.buttons,e.ng.common,e.ng.forms)}(this,function(e,t,n,o,r,i){"use strict";var a=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),s=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},c=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},p=["content","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","isPrimary","isToggle","locale"],l=["created"],u=[];e.ButtonComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(l),a.addTwoWay.call(a,u),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return a(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.containerContext.ngAfterContentChecked(this)},t}(o.Button),e.ButtonComponent.decorators=[{type:t.Component,args:[{selector:"[ejs-button]",inputs:p,outputs:l,template:"<ng-content ></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.ButtonComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ButtonComponent=s([n.ComponentMixins([n.ComponentBase]),c("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ButtonComponent);var f=function(){return function(){}}();f.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.ButtonComponent],exports:[e.ButtonComponent]}]}],f.ctorParameters=function(){return[]};var d=function(){return function(){}}();d.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,f],exports:[f],providers:[]}]}],d.ctorParameters=function(){return[]};var m=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},C=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},h=["checked","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","htmlAttributes","indeterminate","label","labelPosition","locale","name","value"],g=["focus","blur","change","created","checkedChange","indeterminateChange"],y=["checked","indeterminate"];e.CheckBoxComponent=R=function(e){function t(t,o,r,i,a){var s=e.call(this)||this;return s.ngEle=t,s.srenderer=o,s.viewContainerRef=r,s.injector=i,s.cdr=a,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(g),s.addTwoWay.call(s,y),n.setValue("currentInstance",s,s.viewContainerRef),s.formContext=new n.FormBase,s.formCompContext=new n.ComponentBase,s}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.CheckBox),e.CheckBoxComponent.decorators=[{type:t.Component,args:[{selector:"ejs-checkbox",inputs:h,outputs:g,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:i.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return R}),multi:!0}],queries:{}}]}],e.CheckBoxComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.CheckBoxComponent=R=m([n.ComponentMixins([n.ComponentBase,n.FormBase]),C("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.CheckBoxComponent);var R,v=function(){return function(){}}();v.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.CheckBoxComponent],exports:[e.CheckBoxComponent]}]}],v.ctorParameters=function(){return[]};var b=function(){return function(){}}();b.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,v],exports:[v],providers:[]}]}],b.ctorParameters=function(){return[]};var w=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},j=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},x=["checked","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","htmlAttributes","label","labelPosition","locale","name","value"],P=["focus","blur","change","created","valueChange"],D=["value"];e.RadioButtonComponent=O=function(e){function t(t,o,r,i,a){var s=e.call(this)||this;return s.ngEle=t,s.srenderer=o,s.viewContainerRef=r,s.injector=i,s.cdr=a,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(P),s.addTwoWay.call(s,D),n.setValue("currentInstance",s,s.viewContainerRef),s.formContext=new n.FormBase,s.formCompContext=new n.ComponentBase,s}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.RadioButton),e.RadioButtonComponent.decorators=[{type:t.Component,args:[{selector:"ejs-radiobutton",inputs:x,outputs:P,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:i.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return O}),multi:!0}],queries:{}}]}],e.RadioButtonComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.RadioButtonComponent=O=w([n.ComponentMixins([n.ComponentBase,n.FormBase]),j("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.RadioButtonComponent);var O,I=function(){return function(){}}();I.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.RadioButtonComponent],exports:[e.RadioButtonComponent]}]}],I.ctorParameters=function(){return[]};var B=function(){return function(){}}();B.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,I],exports:[I],providers:[]}]}],B.ctorParameters=function(){return[]};var S=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},M=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},A=["checked","cssClass","disabled","enablePersistence","enableRtl","htmlAttributes","locale","name","offLabel","onLabel","value"],E=["focus","blur","beforeChange","change","created","checkedChange"],_=["checked"];e.SwitchComponent=V=function(e){function t(t,o,r,i,a){var s=e.call(this)||this;return s.ngEle=t,s.srenderer=o,s.viewContainerRef=r,s.injector=i,s.cdr=a,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(E),s.addTwoWay.call(s,_),n.setValue("currentInstance",s,s.viewContainerRef),s.formContext=new n.FormBase,s.formCompContext=new n.ComponentBase,s}return a(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.Switch),e.SwitchComponent.decorators=[{type:t.Component,args:[{selector:"ejs-switch",inputs:A,outputs:E,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:i.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return V}),multi:!0}],queries:{}}]}],e.SwitchComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.SwitchComponent=V=S([n.ComponentMixins([n.ComponentBase,n.FormBase]),M("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.SwitchComponent);var V,k=function(){return function(){}}();k.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.SwitchComponent],exports:[e.SwitchComponent]}]}],k.ctorParameters=function(){return[]};var T=function(){return function(){}}();T.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,k],exports:[k],providers:[]}]}],T.ctorParameters=function(){return[]};var N=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},L=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},F=["avatarIconCss","avatarText","cssClass","enabled","htmlAttributes","leadingIconCss","leadingIconUrl","template","text","trailingIconCss","trailingIconUrl","value"],q=[],H=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(q),o.directivePropList=F,o}return a(t,e),t}(n.ComplexBase);H.decorators=[{type:t.Directive,args:[{selector:"e-chips>e-chip",inputs:F,outputs:q,queries:{}}]}],H.ctorParameters=function(){return[{type:t.ViewContainerRef}]},H.propDecorators={template:[{type:t.ContentChild,args:["template"]}]},N([n.Template(),L("design:type",Object)],H.prototype,"template",void 0);var W=function(e){function t(){return e.call(this,"chips")||this}return a(t,e),t}(n.ArrayBase);W.decorators=[{type:t.Directive,args:[{selector:"ejs-chiplist>e-chips",queries:{children:new t.ContentChildren(H)}}]}],W.ctorParameters=function(){return[]};var z=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},U=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},G=["allowDragAndDrop","avatarIconCss","avatarText","chips","cssClass","dragArea","enableDelete","enablePersistence","enableRtl","enabled","htmlAttributes","leadingIconCss","leadingIconUrl","locale","selectedChips","selection","text","trailingIconCss","trailingIconUrl"],J=["beforeClick","click","created","delete","deleted","dragStart","dragStop","dragging"],K=[""];e.ChipListComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.tags=["chips"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(J),a.addTwoWay.call(a,K),n.setValue("currentInstance",a,a.viewContainerRef),a.context=new n.ComponentBase,a}return a(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childChips,this.context.ngAfterContentChecked(this)},t}(o.ChipList),e.ChipListComponent.decorators=[{type:t.Component,args:[{selector:"ejs-chiplist",inputs:G,outputs:J,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childChips:new t.ContentChild(W)}}]}],e.ChipListComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ChipListComponent=z([n.ComponentMixins([n.ComponentBase]),U("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ChipListComponent);var Q=function(){return function(){}}();Q.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.ChipListComponent,H,W],exports:[e.ChipListComponent,H,W]}]}],Q.ctorParameters=function(){return[]};var X=function(){return function(){}}();X.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,Q],exports:[Q],providers:[]}]}],X.ctorParameters=function(){return[]};var Y=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},Z=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},$=["content","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","isPrimary","isToggle","locale","position","target","visible"],ee=["created"],te=[];e.FabComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(ee),a.addTwoWay.call(a,te),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return a(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.containerContext.ngAfterContentChecked(this)},t}(o.Fab),e.FabComponent.decorators=[{type:t.Component,args:[{selector:"[ejs-fab]",inputs:$,outputs:ee,template:"<ng-content ></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.FabComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.FabComponent=Y([n.ComponentMixins([n.ComponentBase]),Z("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.FabComponent);var ne=function(){return function(){}}();ne.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.FabComponent],exports:[e.FabComponent]}]}],ne.ctorParameters=function(){return[]};var oe=function(){return function(){}}();oe.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,ne],exports:[ne],providers:[]}]}],oe.ctorParameters=function(){return[]};var re=["disabled","iconCss","id","text","title"],ie=[],ae=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(ie),o.directivePropList=re,o}return a(t,e),t}(n.ComplexBase);ae.decorators=[{type:t.Directive,args:[{selector:"e-speeddial-item",inputs:re,outputs:ie,queries:{}}]}],ae.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var se=function(e){function t(){return e.call(this,"items")||this}return a(t,e),t}(n.ArrayBase);se.decorators=[{type:t.Directive,args:[{selector:"e-speeddial-items",queries:{children:new t.ContentChildren(ae)}}]}],se.ctorParameters=function(){return[]};var ce=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},pe=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},le=["animation","closeIconCss","content","cssClass","direction","disabled","enablePersistence","enableRtl","iconPosition","isPrimary","itemTemplate","items","locale","modal","mode","openIconCss","opensOnHover","popupTemplate","position","radialSettings","target","visible"],ue=["beforeClose","beforeItemRender","beforeOpen","clicked","created","onClose","onOpen","visibleChange"],fe=["visible"];e.SpeedDialComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.tags=["items"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(ue),a.addTwoWay.call(a,fe),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return a(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childItems,this.containerContext.ngAfterContentChecked(this)},t}(o.SpeedDial),e.SpeedDialComponent.decorators=[{type:t.Component,args:[{selector:"[ejs-speeddial]",inputs:le,outputs:ue,template:"<ng-content ></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childItems:new t.ContentChild(se)}}]}],e.SpeedDialComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SpeedDialComponent.propDecorators={itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}],popupTemplate:[{type:t.ContentChild,args:["popupTemplate"]}]},ce([n.Template(),pe("design:type",Object)],e.SpeedDialComponent.prototype,"itemTemplate",void 0),ce([n.Template(),pe("design:type",Object)],e.SpeedDialComponent.prototype,"popupTemplate",void 0),e.SpeedDialComponent=ce([n.ComponentMixins([n.ComponentBase]),pe("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SpeedDialComponent);var de=function(){return function(){}}();de.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.SpeedDialComponent,ae,se],exports:[e.SpeedDialComponent,ae,se]}]}],de.ctorParameters=function(){return[]};var me=function(){return function(){}}();me.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,de],exports:[de],providers:[]}]}],me.ctorParameters=function(){return[]};var Ce=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},he=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},ge=["aiAssistHandler","content","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","isPrimary","isToggle","locale"],ye=["created"],Re=[];e.SmartPasteButtonComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(ye),a.addTwoWay.call(a,Re),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return a(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.containerContext.ngAfterContentChecked(this)},t}(o.SmartPasteButton),e.SmartPasteButtonComponent.decorators=[{type:t.Component,args:[{selector:"[ejs-smart-paste-button]",inputs:ge,outputs:ye,template:"<ng-content ></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.SmartPasteButtonComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SmartPasteButtonComponent=Ce([n.ComponentMixins([n.ComponentBase]),he("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SmartPasteButtonComponent);var ve=function(){return function(){}}();ve.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.SmartPasteButtonComponent],exports:[e.SmartPasteButtonComponent]}]}],ve.ctorParameters=function(){return[]};var be=function(){return function(){}}();be.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,ve],exports:[ve],providers:[]}]}],be.ctorParameters=function(){return[]},e.ButtonModule=f,e.ButtonAllModule=d,e.CheckBoxModule=v,e.CheckBoxAllModule=b,e.RadioButtonModule=I,e.RadioButtonAllModule=B,e.SwitchModule=k,e.SwitchAllModule=T,e.ChipDirective=H,e.ChipsDirective=W,e.ChipListModule=Q,e.ChipListAllModule=X,e.FabModule=ne,e.FabAllModule=oe,e.SpeedDialItemDirective=ae,e.SpeedDialItemsDirective=se,e.SpeedDialModule=de,e.SpeedDialAllModule=me,e.SmartPasteButtonModule=ve,e.SmartPasteButtonAllModule=be,e.ɵa=p,e.ɵb=l,e.ɵc=h,e.ɵd=g,e.ɵi=G,e.ɵj=J,e.ɵk=$,e.ɵl=ee,e.ɵe=x,e.ɵf=P,e.ɵo=ge,e.ɵp=ye,e.ɵm=le,e.ɵn=ue,e.ɵg=A,e.ɵh=E,e.wrapperInitialize=o.wrapperInitialize,e.getTextNode=o.getTextNode,e.destroy=o.destroy,e.preRender=o.preRender,e.createCheckBox=o.createCheckBox,e.rippleMouseHandler=o.rippleMouseHandler,e.setHiddenInput=o.setHiddenInput,e.BeforeChangeEventArgs=o.BeforeChangeEventArgs,e.IconPosition=o.IconPosition,e.buttonObserver=o.buttonObserver,e.Button=o.Button,e.CheckBox=o.CheckBox,e.RadioButton=o.RadioButton,e.Switch=o.Switch,e.classNames=o.classNames,e.ChipList=o.ChipList,e.Chip=o.Chip,e.FabPosition=o.FabPosition,e.Fab=o.Fab,e.SpeedDialMode=o.SpeedDialMode,e.LinearDirection=o.LinearDirection,e.RadialDirection=o.RadialDirection,e.SpeedDialAnimationEffect=o.SpeedDialAnimationEffect,e.SpeedDialAnimationSettings=o.SpeedDialAnimationSettings,e.RadialSettings=o.RadialSettings,e.SpeedDialItem=o.SpeedDialItem,e.SpeedDial=o.SpeedDial,e.SmartPasteButton=o.SmartPasteButton,Object.defineProperty(e,"__esModule",{value:!0})}); | ||
| //# sourceMappingURL=ej2-angular-buttons.umd.min.js.map |
Sorry, the diff of this file is too big to display
| /** | ||
| * Generated bundle index. Do not edit. | ||
| */ | ||
| export * from './public_api'; | ||
| export { inputs as ɵa, outputs as ɵb } from './src/button/button.component'; | ||
| export { inputs as ɵc, outputs as ɵd } from './src/check-box/checkbox.component'; | ||
| export { inputs as ɵi, outputs as ɵj } from './src/chips/chiplist.component'; | ||
| export { inputs as ɵk, outputs as ɵl } from './src/floating-action-button/fab.component'; | ||
| export { inputs as ɵe, outputs as ɵf } from './src/radio-button/radiobutton.component'; | ||
| export { inputs as ɵo, outputs as ɵp } from './src/smart-paste-button/smartpastebutton.component'; | ||
| export { inputs as ɵm, outputs as ɵn } from './src/speed-dial/speeddial.component'; | ||
| export { inputs as ɵg, outputs as ɵh } from './src/switch/switch.component'; |
| {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-buttons"}],"metadata":{"ɵa":["content","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","isPrimary","isToggle","locale"],"ɵb":["created"],"ɵc":["checked","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","htmlAttributes","indeterminate","label","labelPosition","locale","name","value"],"ɵd":["focus","blur","change","created","checkedChange","indeterminateChange"],"ɵe":["checked","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","htmlAttributes","label","labelPosition","locale","name","value"],"ɵf":["focus","blur","change","created","valueChange"],"ɵg":["checked","cssClass","disabled","enablePersistence","enableRtl","htmlAttributes","locale","name","offLabel","onLabel","value"],"ɵh":["focus","blur","beforeChange","change","created","checkedChange"],"ɵi":["allowDragAndDrop","avatarIconCss","avatarText","chips","cssClass","dragArea","enableDelete","enablePersistence","enableRtl","enabled","htmlAttributes","leadingIconCss","leadingIconUrl","locale","selectedChips","selection","text","trailingIconCss","trailingIconUrl"],"ɵj":["beforeClick","click","created","delete","deleted","dragStart","dragStop","dragging"],"ɵk":["content","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","isPrimary","isToggle","locale","position","target","visible"],"ɵl":["created"],"ɵm":["animation","closeIconCss","content","cssClass","direction","disabled","enablePersistence","enableRtl","iconPosition","isPrimary","itemTemplate","items","locale","modal","mode","openIconCss","opensOnHover","popupTemplate","position","radialSettings","target","visible"],"ɵn":["beforeClose","beforeItemRender","beforeOpen","clicked","created","onClose","onOpen","visibleChange"],"ɵo":["aiAssistHandler","content","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","isPrimary","isToggle","locale"],"ɵp":["created"],"ButtonComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-buttons","name":"Button"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"[ejs-button]","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"ButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"ButtonComponent"}],"exports":[{"__symbolic":"reference","name":"ButtonComponent"}]}]}],"members":{}},"ButtonAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"ButtonModule"}],"exports":[{"__symbolic":"reference","name":"ButtonModule"}],"providers":[]}]}],"members":{}},"CheckBoxComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-buttons","name":"CheckBox"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-checkbox","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"CheckBoxComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"CheckBoxModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"CheckBoxComponent"}],"exports":[{"__symbolic":"reference","name":"CheckBoxComponent"}]}]}],"members":{}},"CheckBoxAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"CheckBoxModule"}],"exports":[{"__symbolic":"reference","name":"CheckBoxModule"}],"providers":[]}]}],"members":{}},"RadioButtonComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-buttons","name":"RadioButton"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-radiobutton","inputs":{"__symbolic":"reference","name":"ɵe"},"outputs":{"__symbolic":"reference","name":"ɵf"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"RadioButtonComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"RadioButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"RadioButtonComponent"}],"exports":[{"__symbolic":"reference","name":"RadioButtonComponent"}]}]}],"members":{}},"RadioButtonAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"RadioButtonModule"}],"exports":[{"__symbolic":"reference","name":"RadioButtonModule"}],"providers":[]}]}],"members":{}},"SwitchComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-buttons","name":"Switch"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-switch","inputs":{"__symbolic":"reference","name":"ɵg"},"outputs":{"__symbolic":"reference","name":"ɵh"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"SwitchComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"SwitchModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"SwitchComponent"}],"exports":[{"__symbolic":"reference","name":"SwitchComponent"}]}]}],"members":{}},"SwitchAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"SwitchModule"}],"exports":[{"__symbolic":"reference","name":"SwitchModule"}],"providers":[]}]}],"members":{}},"ChipDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-chips>e-chip","inputs":["avatarIconCss","avatarText","cssClass","enabled","htmlAttributes","leadingIconCss","leadingIconUrl","template","text","trailingIconCss","trailingIconUrl","value"],"outputs":[],"queries":{}}]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ChipsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-chiplist>e-chips","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ChipDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ChipListComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-buttons","name":"ChipList"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-chiplist","inputs":{"__symbolic":"reference","name":"ɵi"},"outputs":{"__symbolic":"reference","name":"ɵj"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childChips":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ChipsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"ChipListModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"ChipListComponent"},{"__symbolic":"reference","name":"ChipDirective"},{"__symbolic":"reference","name":"ChipsDirective"}],"exports":[{"__symbolic":"reference","name":"ChipListComponent"},{"__symbolic":"reference","name":"ChipDirective"},{"__symbolic":"reference","name":"ChipsDirective"}]}]}],"members":{}},"ChipListAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"ChipListModule"}],"exports":[{"__symbolic":"reference","name":"ChipListModule"}],"providers":[]}]}],"members":{}},"FabComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-buttons","name":"Fab"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"[ejs-fab]","inputs":{"__symbolic":"reference","name":"ɵk"},"outputs":{"__symbolic":"reference","name":"ɵl"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"FabModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"FabComponent"}],"exports":[{"__symbolic":"reference","name":"FabComponent"}]}]}],"members":{}},"FabAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"FabModule"}],"exports":[{"__symbolic":"reference","name":"FabModule"}],"providers":[]}]}],"members":{}},"SpeedDialItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-speeddial-item","inputs":["disabled","iconCss","id","text","title"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"SpeedDialItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-speeddial-items","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"SpeedDialItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SpeedDialComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-buttons","name":"SpeedDial"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"[ejs-speeddial]","inputs":{"__symbolic":"reference","name":"ɵm"},"outputs":{"__symbolic":"reference","name":"ɵn"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"SpeedDialItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"popupTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["popupTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"SpeedDialModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"SpeedDialComponent"},{"__symbolic":"reference","name":"SpeedDialItemDirective"},{"__symbolic":"reference","name":"SpeedDialItemsDirective"}],"exports":[{"__symbolic":"reference","name":"SpeedDialComponent"},{"__symbolic":"reference","name":"SpeedDialItemDirective"},{"__symbolic":"reference","name":"SpeedDialItemsDirective"}]}]}],"members":{}},"SpeedDialAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"SpeedDialModule"}],"exports":[{"__symbolic":"reference","name":"SpeedDialModule"}],"providers":[]}]}],"members":{}},"SmartPasteButtonComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-buttons","name":"SmartPasteButton"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"[ejs-smart-paste-button]","inputs":{"__symbolic":"reference","name":"ɵo"},"outputs":{"__symbolic":"reference","name":"ɵp"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"SmartPasteButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"SmartPasteButtonComponent"}],"exports":[{"__symbolic":"reference","name":"SmartPasteButtonComponent"}]}]}],"members":{}},"SmartPasteButtonAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"SmartPasteButtonModule"}],"exports":[{"__symbolic":"reference","name":"SmartPasteButtonModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/button/button.component","ɵb":"./src/button/button.component","ɵc":"./src/check-box/checkbox.component","ɵd":"./src/check-box/checkbox.component","ɵe":"./src/radio-button/radiobutton.component","ɵf":"./src/radio-button/radiobutton.component","ɵg":"./src/switch/switch.component","ɵh":"./src/switch/switch.component","ɵi":"./src/chips/chiplist.component","ɵj":"./src/chips/chiplist.component","ɵk":"./src/floating-action-button/fab.component","ɵl":"./src/floating-action-button/fab.component","ɵm":"./src/speed-dial/speeddial.component","ɵn":"./src/speed-dial/speeddial.component","ɵo":"./src/smart-paste-button/smartpastebutton.component","ɵp":"./src/smart-paste-button/smartpastebutton.component","ButtonComponent":"./src/button/button.component","ButtonModule":"./src/button/button.module","ButtonAllModule":"./src/button/button-all.module","CheckBoxComponent":"./src/check-box/checkbox.component","CheckBoxModule":"./src/check-box/checkbox.module","CheckBoxAllModule":"./src/check-box/checkbox-all.module","RadioButtonComponent":"./src/radio-button/radiobutton.component","RadioButtonModule":"./src/radio-button/radiobutton.module","RadioButtonAllModule":"./src/radio-button/radiobutton-all.module","SwitchComponent":"./src/switch/switch.component","SwitchModule":"./src/switch/switch.module","SwitchAllModule":"./src/switch/switch-all.module","ChipDirective":"./src/chips/chips.directive","ChipsDirective":"./src/chips/chips.directive","ChipListComponent":"./src/chips/chiplist.component","ChipListModule":"./src/chips/chiplist.module","ChipListAllModule":"./src/chips/chiplist-all.module","FabComponent":"./src/floating-action-button/fab.component","FabModule":"./src/floating-action-button/fab.module","FabAllModule":"./src/floating-action-button/fab-all.module","SpeedDialItemDirective":"./src/speed-dial/items.directive","SpeedDialItemsDirective":"./src/speed-dial/items.directive","SpeedDialComponent":"./src/speed-dial/speeddial.component","SpeedDialModule":"./src/speed-dial/speeddial.module","SpeedDialAllModule":"./src/speed-dial/speeddial-all.module","SmartPasteButtonComponent":"./src/smart-paste-button/smartpastebutton.component","SmartPasteButtonModule":"./src/smart-paste-button/smartpastebutton.module","SmartPasteButtonAllModule":"./src/smart-paste-button/smartpastebutton-all.module"},"importAs":"@syncfusion/ej2-angular-buttons"} |
-10
| Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license. | ||
| To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions. | ||
| Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options. | ||
| Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions. | ||
| The Syncfusion license that contains the terms and conditions can be found at | ||
| https://www.syncfusion.com/content/downloads/syncfusion_license.pdf |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
455
5.57%0
-100%500216
-19.82%3938
-22.25%1
Infinity%