@syncfusion/ej2-angular-splitbuttons 32.2.7 → 33.1.44-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.
Files changed (48) hide show
  1. package/@syncfusion/ej2-angular-splitbuttons.es5.js +565 -0
  2. package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-splitbuttons.js +516 -0
  4. package/@syncfusion/ej2-angular-splitbuttons.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-splitbuttons.umd.js +604 -0
  7. package/dist/ej2-angular-splitbuttons.umd.js.map +1 -0
  8. package/dist/ej2-angular-splitbuttons.umd.min.js +11 -0
  9. package/dist/ej2-angular-splitbuttons.umd.min.js.map +1 -0
  10. package/ej2-angular-splitbuttons.d.ts +7 -0
  11. package/ej2-angular-splitbuttons.metadata.json +1 -0
  12. package/package.json +10 -23
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +4 -4
  17. package/src/drop-down-button/dropdownbutton-all.module.d.ts +5 -11
  18. package/src/drop-down-button/dropdownbutton.component.d.ts +37 -40
  19. package/src/drop-down-button/dropdownbutton.module.d.ts +5 -12
  20. package/src/drop-down-button/items.directive.d.ts +45 -50
  21. package/src/index.d.ts +12 -12
  22. package/src/progress-button/progressbutton-all.module.d.ts +5 -11
  23. package/src/progress-button/progressbutton.component.d.ts +32 -35
  24. package/src/progress-button/progressbutton.module.d.ts +5 -11
  25. package/src/split-button/items.directive.d.ts +45 -50
  26. package/src/split-button/splitbutton-all.module.d.ts +5 -11
  27. package/src/split-button/splitbutton.component.d.ts +38 -41
  28. package/src/split-button/splitbutton.module.d.ts +5 -12
  29. package/CHANGELOG.md +0 -308
  30. package/esm2020/public_api.mjs +0 -2
  31. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
  32. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
  33. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
  34. package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
  35. package/esm2020/src/index.mjs +0 -13
  36. package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
  37. package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
  38. package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
  39. package/esm2020/src/split-button/items.directive.mjs +0 -46
  40. package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
  41. package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
  42. package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
  43. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
  44. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -403
  45. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  46. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -403
  47. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  48. package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
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,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./progressbutton.module";
4
- /**
5
- * NgModule definition for the ProgressButton component with providers.
6
- */
7
- export declare class ProgressButtonAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressButtonAllModule, never, [typeof i1.CommonModule, typeof i2.ProgressButtonModule], [typeof i2.ProgressButtonModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ProgressButtonAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the ProgressButton component with providers.
3
+ */
4
+ export declare class ProgressButtonAllModule {
5
+ }
@@ -1,35 +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
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the Angular ProgressButton Component.
10
- * ```html
11
- * <button ejs-progressbutton content='Progress Button'></button>
12
- * ```
13
- */
14
- export declare class ProgressButtonComponent extends ProgressButton implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- containerContext: any;
20
- tagObjects: any;
21
- begin: any;
22
- created: any;
23
- end: any;
24
- fail: any;
25
- progress: any;
26
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
27
- ngOnInit(): void;
28
- ngAfterViewInit(): void;
29
- ngOnDestroy(): void;
30
- ngAfterContentChecked(): void;
31
- registerEvents: (eventList: string[]) => void;
32
- addTwoWay: (propList: string[]) => void;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressButtonComponent, "[ejs-progressbutton]", never, { "animationSettings": "animationSettings"; "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "duration": "duration"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableProgress": "enableProgress"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "isToggle": "isToggle"; "spinSettings": "spinSettings"; }, { "begin": "begin"; "created": "created"; "end": "end"; "fail": "fail"; "progress": "progress"; }, never, ["*"]>;
35
- }
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,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./progressbutton.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the ProgressButton component.
6
- */
7
- export declare class ProgressButtonModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressButtonModule, [typeof i1.ProgressButtonComponent], [typeof i2.CommonModule], [typeof i1.ProgressButtonComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ProgressButtonModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the ProgressButton component.
3
+ */
4
+ export declare class ProgressButtonModule {
5
+ }
@@ -1,50 +1,45 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {
5
- private viewContainerRef;
6
- directivePropList: any;
7
- /**
8
- * Used to enable or disable the item.
9
- * @default false
10
- */
11
- disabled: any;
12
- /**
13
- * Defines class/multiple classes separated by a space for the item that is used to include an icon.
14
- * Action item can include font icon and sprite image.
15
- * @default ''
16
- */
17
- iconCss: any;
18
- /**
19
- * Specifies the id for item.
20
- * @default ''
21
- */
22
- id: any;
23
- /**
24
- * Specifies separator between the items. Separator are horizontal lines used to group action items.
25
- * @default false
26
- */
27
- separator: any;
28
- /**
29
- * Specifies text for item.
30
- * @default ''
31
- */
32
- text: any;
33
- /**
34
- * Specifies url for item that creates the anchor link to navigate to the url provided.
35
- * @default ''
36
- */
37
- url: any;
38
- constructor(viewContainerRef: ViewContainerRef);
39
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonItemDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<SplitButtonItemDirective, "e-splitbuttonitems>e-splitbuttonitem", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
41
- }
42
- /**
43
- * SplitButtonItem Array Directive
44
- * @private
45
- */
46
- export declare class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {
47
- constructor();
48
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonItemsDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<SplitButtonItemsDirective, "ejs-splitbutton>e-splitbuttonitems", never, {}, {}, ["children"]>;
50
- }
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,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./splitbutton.module";
4
- /**
5
- * NgModule definition for the SplitButton component with providers.
6
- */
7
- export declare class SplitButtonAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonAllModule, never, [typeof i1.CommonModule, typeof i2.SplitButtonModule], [typeof i2.SplitButtonModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the SplitButton component with providers.
3
+ */
4
+ export declare class SplitButtonAllModule {
5
+ }
@@ -1,41 +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
- import * as i0 from "@angular/core";
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * Represents the Angular SplitButton Component.
11
- * ```html
12
- * <ejs-splitbutton content='Split Button'></ejs-splitbutton>
13
- * ```
14
- */
15
- export declare class SplitButtonComponent extends SplitButton implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- containerContext: any;
21
- tagObjects: any;
22
- beforeClose: any;
23
- beforeItemRender: any;
24
- beforeOpen: any;
25
- click: any;
26
- close: any;
27
- created: any;
28
- open: any;
29
- select: any;
30
- childItems: QueryList<SplitButtonItemsDirective>;
31
- tags: string[];
32
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
33
- ngOnInit(): void;
34
- ngAfterViewInit(): void;
35
- ngOnDestroy(): void;
36
- ngAfterContentChecked(): void;
37
- registerEvents: (eventList: string[]) => void;
38
- addTwoWay: (propList: string[]) => void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "ejs-splitbutton", never, { "animationSettings": "animationSettings"; "closeActionEvents": "closeActionEvents"; "content": "content"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "popupWidth": "popupWidth"; "target": "target"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "click": "click"; "close": "close"; "created": "created"; "open": "open"; "select": "select"; }, ["childItems"], ["*"]>;
41
- }
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,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./splitbutton.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "@angular/common";
5
- /**
6
- * NgModule definition for the SplitButton component.
7
- */
8
- export declare class SplitButtonModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, [typeof i1.SplitButtonComponent, typeof i2.SplitButtonItemDirective, typeof i2.SplitButtonItemsDirective], [typeof i3.CommonModule], [typeof i1.SplitButtonComponent, typeof i2.SplitButtonItemDirective, typeof i2.SplitButtonItemsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonModule>;
12
- }
1
+ /**
2
+ * NgModule definition for the SplitButton component.
3
+ */
4
+ export declare class SplitButtonModule {
5
+ }
package/CHANGELOG.md DELETED
@@ -1,308 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### DropDownButton
6
-
7
- #### Bug Fixes
8
-
9
- - `#I811155` - Resolved an issue where `dropdownbutton` appeared beneath Angular `dialogs` in Angular 21.
10
-
11
- ### SplitButton
12
-
13
- #### Bug Fixes
14
-
15
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion Split buttons.
16
-
17
- - `#I811155` - Resolved an issue where `splitbutton` appeared beneath Angular `dialogs` in Angular 21.
18
-
19
- ## 32.1.24 (2026-01-20)
20
-
21
- ### DropDownButton
22
-
23
- #### Bug Fixes
24
-
25
- - `I801275` - Resolved memory leak issue in the window resize handler of DropDownButton.
26
-
27
- ## 28.1.33 (2024-12-12)
28
-
29
- ### DropDownButton
30
-
31
- #### Bug Fixes
32
-
33
- - `#I445638` - Issue in DropDownButton Popup Alignment issue while setting `enableRtl` property as true has been resolved.
34
-
35
- #### Features
36
-
37
- - The DropDownButton component now includes a `Template support` embedding custom layouts, controls, or components, allowing for flexible integration of text, buttons, images, and icons to enhance user-friendliness.
38
-
39
- - The DropDownButton component now includes a `PopupWidth` property, allowing `users` to define the width of the `dropdown popup`. This feature offers greater design flexibility.
40
-
41
- - The DropDownButton component now includes the `AnimationSettings` feature, which allows `users` to customize `submenu` animations by controlling the duration, easing, and effects. This enhancement improves visual dynamics, ensures smooth transitions, and provides a consistent interactive experience.### SplitButton
42
-
43
- #### Bug Fixes
44
-
45
- - `#I914299` - Split buttons `popup` not closed when we open with mouse click and select with key down action has been resolved.
46
- - `#I554000` - Console error is thrown when clicking the progress button has been resolved.
47
-
48
- ## 20.4.50 (2023-02-14)
49
-
50
- ### SplitButton
51
-
52
- #### Bug Fixes
53
-
54
- - `#I434642` - Issue in Script error thrown when we add items in before open event with enable createPopupOnClick property has been resolved.
55
-
56
- ### DropDownButton
57
-
58
- #### Bug Fixes
59
-
60
- - `#I388868` - Script error occurs while using `beforeOpen` event in DropDownButton issue has been resolved
61
-
62
- ## 19.4.40 (2021-12-28)
63
-
64
- ### DropDownButton
65
-
66
- #### Bug Fixes
67
-
68
- - ColorPicker is not closed while clicks again the DropDownButton issue has been resolved.
69
-
70
- ## 19.4.38 (2021-12-17)
71
-
72
- ### DropDownButton
73
-
74
- #### Bug Fixes
75
-
76
- - Overflow issue in ColorPicker has been resolved.
77
-
78
- ## 19.3.48 (2021-11-02)
79
-
80
- ### DropDownButton
81
-
82
- #### Bug Fixes
83
-
84
- - `createPopupOnClick` property scenario not handled properly in `DropDownButton` has been resolved.
85
-
86
- ## 19.2.55 (2021-08-11)
87
-
88
- ### DropDownButton
89
-
90
- #### Bug Fixes
91
-
92
- - `#I337016` - Input space not works in DropDownButton if the target is set as text input issue has been resolved.
93
-
94
- ## 18.4.41 (2021-02-02)
95
-
96
- ### SplitButton
97
-
98
- #### Bug Fixes
99
-
100
- - Issue with destroy has been fixed.
101
-
102
- ## 18.4.31 (2020-12-22)
103
-
104
- ### ProgressButton
105
-
106
- #### Bug Fixes
107
-
108
- - Issue with setting content property in begin event has been resolved.
109
-
110
- ## 18.4.30 (2020-12-17)
111
-
112
- ### SplitButton
113
-
114
- #### New Features
115
-
116
- - `#299063` - Provided support to remove the items in split button using item id.
117
-
118
- ## 18.3.40 (2020-10-13)
119
-
120
- ### SplitButton
121
-
122
- #### Bug Fixes
123
-
124
- - Warning message has been resolved.
125
-
126
- ## 18.1.43 (2020-04-07)
127
-
128
- ### SplitButton
129
-
130
- #### Bug Fixes
131
-
132
- - Keyboard navigation not working in `bootstrap4` has been resolved.
133
-
134
- ## 17.4.49 (2020-02-11)
135
-
136
- ### Button Group
137
-
138
- #### Bug Fixes
139
-
140
- - CSS validation issues has been resolved.
141
-
142
- ## 17.4.39 (2019-12-17)
143
-
144
- ### DropDownButton
145
-
146
- #### New Features
147
-
148
- - #253123 - Provided `addItems` `removeItems` methods and update items dynamically.
149
-
150
- #### Bug Fixes
151
-
152
- - #254048 - UI misalignment while changing the font-size issue fixed.
153
-
154
- ## 17.2.40 (2019-08-06)
155
-
156
- ### ProgressButton
157
-
158
- #### Bug Fixes
159
-
160
- - Issue with 'progressComplete' method is fixed.
161
-
162
- ## 17.2.39 (2019-07-30)
163
-
164
- ### SplitButton
165
-
166
- #### Bug Fixes
167
-
168
- - Provided support for 'OnOpen' and 'OnClose' events in Blazor.
169
-
170
- ## 17.1.50 (2019-06-04)
171
-
172
- ### ProgressButton
173
-
174
- #### Bug Fixes
175
-
176
- - Provided public method 'progressComplete' to complete the progress.
177
-
178
- ## 16.4.53 (2019-02-13)
179
-
180
- ### DropDownButton
181
-
182
- #### Bug Fixes
183
-
184
- - Proper ARIA standards followed.
185
-
186
- ## 16.4.46 (2019-01-08)
187
-
188
- ### DropDownButton
189
-
190
- #### Bug Fixes
191
-
192
- - Item text overflow issue fixed.
193
-
194
- ## 16.4.40-beta (2018-12-10)
195
-
196
- ### ProgressButton
197
-
198
- #### Breaking Changes
199
-
200
- - Type changes done for the following property.
201
-
202
- Property Name | Old Type | New Type
203
- -----|-----|-----
204
- `animationSettings` | AnimationSettings | AnimationSettingsModel
205
- `spinSettings` | SpinSettings | SpinSettingsModel
206
-
207
- ## 16.3.22 (2018-09-25)
208
-
209
- ### ProgressButton
210
-
211
- #### Bug Fixes
212
-
213
- - Content update while progress issue resolved.
214
-
215
- ## 16.3.17 (2018-09-12)
216
-
217
- ### ProgressButton
218
-
219
- The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background. The progress can be shown with graphics accompanied by a textual representation.
220
-
221
- - **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of progress button.
222
-
223
- - **Icons and Spinner** - Supports icon, spinner and its positioning.
224
-
225
- - **Animation** - Provided with predefined animation and progress indicator.
226
-
227
- - **Events** - Supports event triggering at specified interval.
228
-
229
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the ProgressButton component features through the keyboard, screen readers, or other assistive technology devices.
230
-
231
- ## 16.2.48 (2018-08-14)
232
-
233
- ### DropDownButton
234
-
235
- #### Bug Fixes
236
-
237
- - Popup z-index calculation inside bootstrap model dialog issue fixed.
238
-
239
- ## 16.2.44 (2018-07-10)
240
-
241
- ### DropDownButton
242
-
243
- #### Bug Fixes
244
-
245
- - Popup positioning under fixed parent issue fixed.
246
-
247
- ## 16.2.41 (2018-06-25)
248
-
249
- ### ButtonGroup
250
-
251
- ButtonGroup is a graphical user interface that groups series of buttons horizontally or vertically.
252
-
253
- - **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of button.
254
-
255
- - **Selection** - Supports single and multiple selection behaviors.
256
-
257
- - **Orientation** - Supports horizontal and vertical orientations.
258
-
259
- - **Nesting** - Supports nesting with drop-down and split button components.
260
-
261
- - **Accessibility** - Built-in accessibility features to access all the button group using the keyboard, screen readers, or other assistive technology devices.
262
-
263
- ### SplitButton
264
-
265
- #### Breaking Changes
266
-
267
- - UI changes based on design guidelines
268
-
269
- ## 16.1.28 (2018-03-09)
270
-
271
- ### SplitButton
272
-
273
- #### Bug Fixes
274
-
275
- - Style compatibility issue fixed.
276
-
277
- ## 16.1.24 (2018-02-22)
278
-
279
- ### DropDownButton
280
-
281
- DropDownButton component is used to toggle contextual overlays for displaying list of action items.
282
-
283
- - **Sizes** - Provided with different sizes of DropDownButton.
284
-
285
- - **Icons and Navigations** - Supports text and icon on the DropDownButton and Popup items. URL can be given to Popup items that creates the anchor link to navigate to the URL provided.
286
-
287
- - **Separator** - Supports Popup items grouping by using the Separator.
288
-
289
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the DropDownButton component features through the keyboard, screen readers, or other assistive technology devices.
290
-
291
- ### SplitButton
292
-
293
- SplitButton component has primary and secondary button. Primary button is used to select default action and secondary button is used to toggle contextual overlays for displaying list of action items.
294
-
295
- - **Sizes** - Provided with different sizes of SplitButton.
296
-
297
- - **Icons and Navigations** - Supports text and icon on the SplitButton and Popup items. URL can be given to Popup items that creates the anchor link to navigate to the URL provided.
298
-
299
- - **Separator** - Supports Popup items grouping by using the Separator.
300
-
301
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the SplitButton component features through the keyboard, screen readers, or other assistive technology devices.## 32.1.22 (2026-01-06)
302
-
303
- ### DropDownButton
304
-
305
- #### Bug Fixes
306
-
307
- - `I796590` - Issue in "DropDownButton Popup stops following its target on window resize" has been resolved.
308
-
@@ -1,2 +0,0 @@
1
- export * from './src/index';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19