@syncfusion/ej2-angular-splitbuttons 29.2.4-ngcc → 30.1.37-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-splitbuttons.es5.js +564 -564
- package/@syncfusion/ej2-angular-splitbuttons.js +484 -484
- package/{license → LICENSE} +10 -10
- package/dist/ej2-angular-splitbuttons.umd.js +555 -555
- package/dist/ej2-angular-splitbuttons.umd.min.js +1 -1
- package/ej2-angular-splitbuttons.d.ts +7 -7
- package/package.json +15 -46
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/drop-down-button/dropdownbutton-all.module.d.ts +5 -5
- package/src/drop-down-button/dropdownbutton.component.d.ts +37 -37
- package/src/drop-down-button/dropdownbutton.module.d.ts +5 -5
- package/src/drop-down-button/items.directive.d.ts +45 -45
- package/src/index.d.ts +12 -12
- package/src/progress-button/progressbutton-all.module.d.ts +5 -5
- package/src/progress-button/progressbutton.component.d.ts +32 -32
- package/src/progress-button/progressbutton.module.d.ts +5 -5
- package/src/split-button/items.directive.d.ts +45 -45
- package/src/split-button/splitbutton-all.module.d.ts +5 -5
- package/src/split-button/splitbutton.component.d.ts +38 -38
- package/src/split-button/splitbutton.module.d.ts +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-splitbuttons.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 30.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public_api';
|
|
5
|
-
export { inputs as ɵa, outputs as ɵb } from './src/drop-down-button/dropdownbutton.component';
|
|
6
|
-
export { inputs as ɵe, outputs as ɵf } from './src/progress-button/progressbutton.component';
|
|
7
|
-
export { inputs as ɵc, outputs as ɵd } from './src/split-button/splitbutton.component';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public_api';
|
|
5
|
+
export { inputs as ɵa, outputs as ɵb } from './src/drop-down-button/dropdownbutton.component';
|
|
6
|
+
export { inputs as ɵe, outputs as ɵf } from './src/progress-button/progressbutton.component';
|
|
7
|
+
export { inputs as ɵc, outputs as ɵd } from './src/split-button/splitbutton.component';
|
package/package.json
CHANGED
|
@@ -1,45 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-splitbuttons@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-splitbuttons",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-splitbuttons",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-splitbuttons/-/ej2-angular-splitbuttons-29.1.33.tgz",
|
|
23
|
-
"_shasum": "43ea9f50e97f43464e55d2a31aa1eaa27cb75ecb",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-splitbuttons@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-splitbuttons",
|
|
3
|
+
"version": "30.1.37-ngcc",
|
|
4
|
+
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-splitbuttons": "
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.37",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
+
"@syncfusion/ej2-splitbuttons": "30.1.37"
|
|
37
12
|
},
|
|
38
|
-
"deprecated": false,
|
|
39
|
-
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
|
|
40
13
|
"devDependencies": {},
|
|
41
|
-
"es2015": "@syncfusion/ej2-angular-splitbuttons.js",
|
|
42
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
43
14
|
"keywords": [
|
|
44
15
|
"angular",
|
|
45
16
|
"ng",
|
|
@@ -57,17 +28,15 @@
|
|
|
57
28
|
"ng spinner",
|
|
58
29
|
"angular spinner"
|
|
59
30
|
],
|
|
60
|
-
"license": "SEE LICENSE IN license",
|
|
61
|
-
"main": "dist/ej2-angular-splitbuttons.umd.js",
|
|
62
|
-
"metadata": "ej2-angular-splitbuttons.metadata.json",
|
|
63
|
-
"module": "@syncfusion/ej2-angular-splitbuttons.es5.js",
|
|
64
|
-
"name": "@syncfusion/ej2-angular-splitbuttons",
|
|
65
31
|
"repository": {
|
|
66
32
|
"type": "git",
|
|
67
|
-
"url": "
|
|
33
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
68
34
|
},
|
|
69
|
-
"schematics": "./schematics/collection.json",
|
|
70
35
|
"sideEffects": false,
|
|
36
|
+
"main": "dist/ej2-angular-splitbuttons.umd.js",
|
|
37
|
+
"module": "@syncfusion/ej2-angular-splitbuttons.es5.js",
|
|
38
|
+
"es2015": "@syncfusion/ej2-angular-splitbuttons.js",
|
|
71
39
|
"typings": "ej2-angular-splitbuttons.d.ts",
|
|
72
|
-
"
|
|
40
|
+
"metadata": "ej2-angular-splitbuttons.metadata.json",
|
|
41
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
73
42
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-splitbuttons";
|
|
2
|
-
export declare const pkgVer = "^29.
|
|
2
|
+
export declare const pkgVer = "^29.2.4";
|
|
3
3
|
export declare const moduleName = "DropDownButtonModule, SplitButtonModule, ProgressButtonModule";
|
|
4
|
-
export declare const themeVer = "~29.
|
|
4
|
+
export declare const themeVer = "~29.2.4";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^30.1.37';
|
|
5
5
|
exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~30.1.37';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
2
|
+
export const pkgVer = '^30.1.37';
|
|
3
|
+
export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
4
|
+
export const themeVer = '~30.1.37';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the DropDownButton component with providers.
|
|
3
|
-
*/
|
|
4
|
-
export declare class DropDownButtonAllModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the DropDownButton component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class DropDownButtonAllModule {
|
|
5
|
+
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
|
|
4
|
-
import { DropDownButtonItemsDirective } from './items.directive';
|
|
5
|
-
export declare const inputs: string[];
|
|
6
|
-
export declare const outputs: string[];
|
|
7
|
-
export declare const twoWays: string[];
|
|
8
|
-
/**
|
|
9
|
-
* Represents the Angular DropDownButton Component.
|
|
10
|
-
* ```html
|
|
11
|
-
* <button ejs-dropdownbutton>DropDownButton</button>
|
|
12
|
-
* ```
|
|
13
|
-
*/
|
|
14
|
-
export declare class DropDownButtonComponent extends DropDownButton implements IComponentBase {
|
|
15
|
-
private ngEle;
|
|
16
|
-
private srenderer;
|
|
17
|
-
private viewContainerRef;
|
|
18
|
-
private injector;
|
|
19
|
-
containerContext: any;
|
|
20
|
-
tagObjects: any;
|
|
21
|
-
beforeClose: any;
|
|
22
|
-
beforeItemRender: any;
|
|
23
|
-
beforeOpen: any;
|
|
24
|
-
close: any;
|
|
25
|
-
created: any;
|
|
26
|
-
open: any;
|
|
27
|
-
select: any;
|
|
28
|
-
childItems: QueryList<DropDownButtonItemsDirective>;
|
|
29
|
-
tags: string[];
|
|
30
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
ngAfterViewInit(): void;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
ngAfterContentChecked(): void;
|
|
35
|
-
registerEvents: (eventList: string[]) => void;
|
|
36
|
-
addTwoWay: (propList: string[]) => void;
|
|
37
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
|
|
4
|
+
import { DropDownButtonItemsDirective } from './items.directive';
|
|
5
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the Angular DropDownButton Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <button ejs-dropdownbutton>DropDownButton</button>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class DropDownButtonComponent extends DropDownButton implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
containerContext: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
beforeClose: any;
|
|
22
|
+
beforeItemRender: any;
|
|
23
|
+
beforeOpen: any;
|
|
24
|
+
close: any;
|
|
25
|
+
created: any;
|
|
26
|
+
open: any;
|
|
27
|
+
select: any;
|
|
28
|
+
childItems: QueryList<DropDownButtonItemsDirective>;
|
|
29
|
+
tags: string[];
|
|
30
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
ngAfterViewInit(): void;
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
ngAfterContentChecked(): void;
|
|
35
|
+
registerEvents: (eventList: string[]) => void;
|
|
36
|
+
addTwoWay: (propList: string[]) => void;
|
|
37
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the DropDownButton component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class DropDownButtonModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the DropDownButton component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class DropDownButtonModule {
|
|
5
|
+
}
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
export declare class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {
|
|
4
|
-
private viewContainerRef;
|
|
5
|
-
directivePropList: any;
|
|
6
|
-
/**
|
|
7
|
-
* Used to enable or disable the item.
|
|
8
|
-
* @default false
|
|
9
|
-
*/
|
|
10
|
-
disabled: any;
|
|
11
|
-
/**
|
|
12
|
-
* Defines class/multiple classes separated by a space for the item that is used to include an icon.
|
|
13
|
-
* Action item can include font icon and sprite image.
|
|
14
|
-
* @default ''
|
|
15
|
-
*/
|
|
16
|
-
iconCss: any;
|
|
17
|
-
/**
|
|
18
|
-
* Specifies the id for item.
|
|
19
|
-
* @default ''
|
|
20
|
-
*/
|
|
21
|
-
id: any;
|
|
22
|
-
/**
|
|
23
|
-
* Specifies separator between the items. Separator are horizontal lines used to group action items.
|
|
24
|
-
* @default false
|
|
25
|
-
*/
|
|
26
|
-
separator: any;
|
|
27
|
-
/**
|
|
28
|
-
* Specifies text for item.
|
|
29
|
-
* @default ''
|
|
30
|
-
*/
|
|
31
|
-
text: any;
|
|
32
|
-
/**
|
|
33
|
-
* Specifies url for item that creates the anchor link to navigate to the url provided.
|
|
34
|
-
* @default ''
|
|
35
|
-
*/
|
|
36
|
-
url: any;
|
|
37
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* DropDownButtonItem Array Directive
|
|
41
|
-
* @private
|
|
42
|
-
*/
|
|
43
|
-
export declare class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {
|
|
44
|
-
constructor();
|
|
45
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
export declare class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {
|
|
4
|
+
private viewContainerRef;
|
|
5
|
+
directivePropList: any;
|
|
6
|
+
/**
|
|
7
|
+
* Used to enable or disable the item.
|
|
8
|
+
* @default false
|
|
9
|
+
*/
|
|
10
|
+
disabled: any;
|
|
11
|
+
/**
|
|
12
|
+
* Defines class/multiple classes separated by a space for the item that is used to include an icon.
|
|
13
|
+
* Action item can include font icon and sprite image.
|
|
14
|
+
* @default ''
|
|
15
|
+
*/
|
|
16
|
+
iconCss: any;
|
|
17
|
+
/**
|
|
18
|
+
* Specifies the id for item.
|
|
19
|
+
* @default ''
|
|
20
|
+
*/
|
|
21
|
+
id: any;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies separator between the items. Separator are horizontal lines used to group action items.
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
26
|
+
separator: any;
|
|
27
|
+
/**
|
|
28
|
+
* Specifies text for item.
|
|
29
|
+
* @default ''
|
|
30
|
+
*/
|
|
31
|
+
text: any;
|
|
32
|
+
/**
|
|
33
|
+
* Specifies url for item that creates the anchor link to navigate to the url provided.
|
|
34
|
+
* @default ''
|
|
35
|
+
*/
|
|
36
|
+
url: any;
|
|
37
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* DropDownButtonItem Array Directive
|
|
41
|
+
* @private
|
|
42
|
+
*/
|
|
43
|
+
export declare class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {
|
|
44
|
+
constructor();
|
|
45
|
+
}
|
package/src/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './drop-down-button/items.directive';
|
|
2
|
-
export { DropDownButtonComponent } from './drop-down-button/dropdownbutton.component';
|
|
3
|
-
export { DropDownButtonModule } from './drop-down-button/dropdownbutton.module';
|
|
4
|
-
export { DropDownButtonAllModule } from './drop-down-button/dropdownbutton-all.module';
|
|
5
|
-
export { SplitButtonItemDirective, SplitButtonItemsDirective } from './split-button/items.directive';
|
|
6
|
-
export { SplitButtonComponent } from './split-button/splitbutton.component';
|
|
7
|
-
export { SplitButtonModule } from './split-button/splitbutton.module';
|
|
8
|
-
export { SplitButtonAllModule } from './split-button/splitbutton-all.module';
|
|
9
|
-
export { ProgressButtonComponent } from './progress-button/progressbutton.component';
|
|
10
|
-
export { ProgressButtonModule } from './progress-button/progressbutton.module';
|
|
11
|
-
export { ProgressButtonAllModule } from './progress-button/progressbutton-all.module';
|
|
12
|
-
export * from '@syncfusion/ej2-splitbuttons';
|
|
1
|
+
export { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './drop-down-button/items.directive';
|
|
2
|
+
export { DropDownButtonComponent } from './drop-down-button/dropdownbutton.component';
|
|
3
|
+
export { DropDownButtonModule } from './drop-down-button/dropdownbutton.module';
|
|
4
|
+
export { DropDownButtonAllModule } from './drop-down-button/dropdownbutton-all.module';
|
|
5
|
+
export { SplitButtonItemDirective, SplitButtonItemsDirective } from './split-button/items.directive';
|
|
6
|
+
export { SplitButtonComponent } from './split-button/splitbutton.component';
|
|
7
|
+
export { SplitButtonModule } from './split-button/splitbutton.module';
|
|
8
|
+
export { SplitButtonAllModule } from './split-button/splitbutton-all.module';
|
|
9
|
+
export { ProgressButtonComponent } from './progress-button/progressbutton.component';
|
|
10
|
+
export { ProgressButtonModule } from './progress-button/progressbutton.module';
|
|
11
|
+
export { ProgressButtonAllModule } from './progress-button/progressbutton-all.module';
|
|
12
|
+
export * from '@syncfusion/ej2-splitbuttons';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the ProgressButton component with providers.
|
|
3
|
-
*/
|
|
4
|
-
export declare class ProgressButtonAllModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the ProgressButton component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ProgressButtonAllModule {
|
|
5
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { ProgressButton } from '@syncfusion/ej2-splitbuttons';
|
|
4
|
-
export declare const inputs: string[];
|
|
5
|
-
export declare const outputs: string[];
|
|
6
|
-
export declare const twoWays: string[];
|
|
7
|
-
/**
|
|
8
|
-
* Represents the Angular ProgressButton Component.
|
|
9
|
-
* ```html
|
|
10
|
-
* <button ejs-progressbutton content='Progress Button'></button>
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare class ProgressButtonComponent extends ProgressButton implements IComponentBase {
|
|
14
|
-
private ngEle;
|
|
15
|
-
private srenderer;
|
|
16
|
-
private viewContainerRef;
|
|
17
|
-
private injector;
|
|
18
|
-
containerContext: any;
|
|
19
|
-
tagObjects: any;
|
|
20
|
-
begin: any;
|
|
21
|
-
created: any;
|
|
22
|
-
end: any;
|
|
23
|
-
fail: any;
|
|
24
|
-
progress: any;
|
|
25
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
ngAfterViewInit(): void;
|
|
28
|
-
ngOnDestroy(): void;
|
|
29
|
-
ngAfterContentChecked(): void;
|
|
30
|
-
registerEvents: (eventList: string[]) => void;
|
|
31
|
-
addTwoWay: (propList: string[]) => void;
|
|
32
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { ProgressButton } from '@syncfusion/ej2-splitbuttons';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* Represents the Angular ProgressButton Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <button ejs-progressbutton content='Progress Button'></button>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class ProgressButtonComponent extends ProgressButton implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
containerContext: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
begin: any;
|
|
21
|
+
created: any;
|
|
22
|
+
end: any;
|
|
23
|
+
fail: any;
|
|
24
|
+
progress: any;
|
|
25
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngAfterViewInit(): void;
|
|
28
|
+
ngOnDestroy(): void;
|
|
29
|
+
ngAfterContentChecked(): void;
|
|
30
|
+
registerEvents: (eventList: string[]) => void;
|
|
31
|
+
addTwoWay: (propList: string[]) => void;
|
|
32
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the ProgressButton component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class ProgressButtonModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the ProgressButton component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ProgressButtonModule {
|
|
5
|
+
}
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {
|
|
4
|
-
private viewContainerRef;
|
|
5
|
-
directivePropList: any;
|
|
6
|
-
/**
|
|
7
|
-
* Used to enable or disable the item.
|
|
8
|
-
* @default false
|
|
9
|
-
*/
|
|
10
|
-
disabled: any;
|
|
11
|
-
/**
|
|
12
|
-
* Defines class/multiple classes separated by a space for the item that is used to include an icon.
|
|
13
|
-
* Action item can include font icon and sprite image.
|
|
14
|
-
* @default ''
|
|
15
|
-
*/
|
|
16
|
-
iconCss: any;
|
|
17
|
-
/**
|
|
18
|
-
* Specifies the id for item.
|
|
19
|
-
* @default ''
|
|
20
|
-
*/
|
|
21
|
-
id: any;
|
|
22
|
-
/**
|
|
23
|
-
* Specifies separator between the items. Separator are horizontal lines used to group action items.
|
|
24
|
-
* @default false
|
|
25
|
-
*/
|
|
26
|
-
separator: any;
|
|
27
|
-
/**
|
|
28
|
-
* Specifies text for item.
|
|
29
|
-
* @default ''
|
|
30
|
-
*/
|
|
31
|
-
text: any;
|
|
32
|
-
/**
|
|
33
|
-
* Specifies url for item that creates the anchor link to navigate to the url provided.
|
|
34
|
-
* @default ''
|
|
35
|
-
*/
|
|
36
|
-
url: any;
|
|
37
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* SplitButtonItem Array Directive
|
|
41
|
-
* @private
|
|
42
|
-
*/
|
|
43
|
-
export declare class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {
|
|
44
|
-
constructor();
|
|
45
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {
|
|
4
|
+
private viewContainerRef;
|
|
5
|
+
directivePropList: any;
|
|
6
|
+
/**
|
|
7
|
+
* Used to enable or disable the item.
|
|
8
|
+
* @default false
|
|
9
|
+
*/
|
|
10
|
+
disabled: any;
|
|
11
|
+
/**
|
|
12
|
+
* Defines class/multiple classes separated by a space for the item that is used to include an icon.
|
|
13
|
+
* Action item can include font icon and sprite image.
|
|
14
|
+
* @default ''
|
|
15
|
+
*/
|
|
16
|
+
iconCss: any;
|
|
17
|
+
/**
|
|
18
|
+
* Specifies the id for item.
|
|
19
|
+
* @default ''
|
|
20
|
+
*/
|
|
21
|
+
id: any;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies separator between the items. Separator are horizontal lines used to group action items.
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
26
|
+
separator: any;
|
|
27
|
+
/**
|
|
28
|
+
* Specifies text for item.
|
|
29
|
+
* @default ''
|
|
30
|
+
*/
|
|
31
|
+
text: any;
|
|
32
|
+
/**
|
|
33
|
+
* Specifies url for item that creates the anchor link to navigate to the url provided.
|
|
34
|
+
* @default ''
|
|
35
|
+
*/
|
|
36
|
+
url: any;
|
|
37
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* SplitButtonItem Array Directive
|
|
41
|
+
* @private
|
|
42
|
+
*/
|
|
43
|
+
export declare class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {
|
|
44
|
+
constructor();
|
|
45
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the SplitButton component with providers.
|
|
3
|
-
*/
|
|
4
|
-
export declare class SplitButtonAllModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the SplitButton component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class SplitButtonAllModule {
|
|
5
|
+
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { SplitButton } from '@syncfusion/ej2-splitbuttons';
|
|
4
|
-
import { SplitButtonItemsDirective } from './items.directive';
|
|
5
|
-
export declare const inputs: string[];
|
|
6
|
-
export declare const outputs: string[];
|
|
7
|
-
export declare const twoWays: string[];
|
|
8
|
-
/**
|
|
9
|
-
* Represents the Angular SplitButton Component.
|
|
10
|
-
* ```html
|
|
11
|
-
* <ejs-splitbutton content='Split Button'></ejs-splitbutton>
|
|
12
|
-
* ```
|
|
13
|
-
*/
|
|
14
|
-
export declare class SplitButtonComponent extends SplitButton implements IComponentBase {
|
|
15
|
-
private ngEle;
|
|
16
|
-
private srenderer;
|
|
17
|
-
private viewContainerRef;
|
|
18
|
-
private injector;
|
|
19
|
-
containerContext: any;
|
|
20
|
-
tagObjects: any;
|
|
21
|
-
beforeClose: any;
|
|
22
|
-
beforeItemRender: any;
|
|
23
|
-
beforeOpen: any;
|
|
24
|
-
click: any;
|
|
25
|
-
close: any;
|
|
26
|
-
created: any;
|
|
27
|
-
open: any;
|
|
28
|
-
select: any;
|
|
29
|
-
childItems: QueryList<SplitButtonItemsDirective>;
|
|
30
|
-
tags: string[];
|
|
31
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
32
|
-
ngOnInit(): void;
|
|
33
|
-
ngAfterViewInit(): void;
|
|
34
|
-
ngOnDestroy(): void;
|
|
35
|
-
ngAfterContentChecked(): void;
|
|
36
|
-
registerEvents: (eventList: string[]) => void;
|
|
37
|
-
addTwoWay: (propList: string[]) => void;
|
|
38
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { SplitButton } from '@syncfusion/ej2-splitbuttons';
|
|
4
|
+
import { SplitButtonItemsDirective } from './items.directive';
|
|
5
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the Angular SplitButton Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <ejs-splitbutton content='Split Button'></ejs-splitbutton>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class SplitButtonComponent extends SplitButton implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
containerContext: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
beforeClose: any;
|
|
22
|
+
beforeItemRender: any;
|
|
23
|
+
beforeOpen: any;
|
|
24
|
+
click: any;
|
|
25
|
+
close: any;
|
|
26
|
+
created: any;
|
|
27
|
+
open: any;
|
|
28
|
+
select: any;
|
|
29
|
+
childItems: QueryList<SplitButtonItemsDirective>;
|
|
30
|
+
tags: string[];
|
|
31
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
32
|
+
ngOnInit(): void;
|
|
33
|
+
ngAfterViewInit(): void;
|
|
34
|
+
ngOnDestroy(): void;
|
|
35
|
+
ngAfterContentChecked(): void;
|
|
36
|
+
registerEvents: (eventList: string[]) => void;
|
|
37
|
+
addTwoWay: (propList: string[]) => void;
|
|
38
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the SplitButton component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class SplitButtonModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the SplitButton component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class SplitButtonModule {
|
|
5
|
+
}
|