@progress/kendo-angular-buttons 22.1.0-develop.9 → 23.0.0-develop.2

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.
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { SimpleChanges, ElementRef, EventEmitter, Renderer2, OnDestroy, NgZone, AfterViewInit } from '@angular/core';
5
+ import { SimpleChanges, ElementRef, EventEmitter, Renderer2, OnDestroy, NgZone, OnInit, OnChanges } from '@angular/core';
6
6
  import { KendoButtonService } from './button.service';
7
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
8
  import { ButtonFillMode, ButtonRounded, ButtonSize, ButtonThemeColor } from '../common/models';
@@ -20,7 +20,7 @@ import * as i0 from "@angular/core";
20
20
  * <button kendoButton [icon]="'save'" [themeColor]="'primary'">Save</button>
21
21
  * ```
22
22
  */
23
- export declare class ButtonComponent implements OnDestroy, AfterViewInit {
23
+ export declare class ButtonComponent implements OnInit, OnDestroy, OnChanges {
24
24
  renderer: Renderer2;
25
25
  private service;
26
26
  private ngZone;
@@ -83,7 +83,7 @@ export declare class ButtonComponent implements OnDestroy, AfterViewInit {
83
83
  get disabled(): boolean;
84
84
  /**
85
85
  * Sets the padding of the Button.
86
- * See [Button Appearance]({% slug appearance_button %}#size).
86
+ * See [Button Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/button/appearance#size).
87
87
  *
88
88
  * @default 'medium'
89
89
  */
@@ -91,7 +91,7 @@ export declare class ButtonComponent implements OnDestroy, AfterViewInit {
91
91
  get size(): ButtonSize;
92
92
  /**
93
93
  * Sets the border radius of the Button.
94
- * See [Button Appearance](slug:appearance_button#roundness).
94
+ * See [Button Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/button/appearance#roundness).
95
95
  *
96
96
  * @default 'medium'
97
97
  */
@@ -99,7 +99,7 @@ export declare class ButtonComponent implements OnDestroy, AfterViewInit {
99
99
  get rounded(): ButtonRounded;
100
100
  /**
101
101
  * Sets the background and border styles of the Button.
102
- * See [Button Appearance](slug:appearance_button#fill-mode).
102
+ * See [Button Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/button/appearance#fill-mode).
103
103
  *
104
104
  * @default 'solid'
105
105
  */
@@ -108,7 +108,7 @@ export declare class ButtonComponent implements OnDestroy, AfterViewInit {
108
108
  /**
109
109
  * Sets a predefined theme color for the Button.
110
110
  * The theme color applies as a background and border color and adjusts the text color.
111
- * See [Button Appearance](slug:appearance_button#theme-colors).
111
+ * See [Button Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/button/appearance#theme-colors).
112
112
  *
113
113
  * @default 'base'
114
114
  */
@@ -176,7 +176,6 @@ export declare class ButtonComponent implements OnDestroy, AfterViewInit {
176
176
  constructor(element: ElementRef, renderer: Renderer2, service: KendoButtonService, localization: LocalizationService, ngZone: NgZone);
177
177
  ngOnInit(): void;
178
178
  ngOnChanges(change: SimpleChanges): void;
179
- ngAfterViewInit(): void;
180
179
  ngOnDestroy(): void;
181
180
  /**
182
181
  * @hidden
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * Specifies the selection mode of the [ButtonGroup]({% slug api_buttons_buttongroupcomponent %}).
6
+ * Specifies the selection mode of the [ButtonGroup](https://www.telerik.com/kendo-angular-ui/components/buttons/api/buttongroupcomponent).
7
7
  *
8
8
  * - Use `'single'` to allow only one button to be selected at a time.
9
9
  * - Use `'multiple'` to allow multiple buttons to be selected at the same time.
@@ -44,7 +44,7 @@ export declare class ChipListComponent implements OnInit, AfterViewInit, AfterCo
44
44
  selection: ChipListSelection;
45
45
  /**
46
46
  * Sets the gap between the Chips in the ChipList.
47
- * See [ChipList Appearance]({% slug appearance_chiplist %}#size).
47
+ * See [ChipList Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chiplist/appearance#size).
48
48
  *
49
49
  * @default 'medium'
50
50
  */
@@ -33,8 +33,8 @@ export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
33
33
  */
34
34
  icon: string;
35
35
  /**
36
- * Defines an [`SVGIcon`](slug:api_icons_svgicon) to render inside the Chip using
37
- * a [`KendoSVGIcon`](slug:api_icons_svgiconcomponent) component.
36
+ * Defines an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to render inside the Chip using
37
+ * a [`KendoSVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgiconcomponent) component.
38
38
  */
39
39
  svgIcon: SVGIcon;
40
40
  /**
@@ -59,7 +59,7 @@ export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
59
59
  removable: boolean;
60
60
  /**
61
61
  * Specifies a custom remove font icon class to render when the Chip is removable.
62
- * [see example]({% slug icons %})
62
+ * [see example](https://www.telerik.com/kendo-angular-ui/components/styling/icons)
63
63
  */
64
64
  removeIcon: string;
65
65
  /**
@@ -91,7 +91,7 @@ export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
91
91
  disabled: boolean;
92
92
  /**
93
93
  * Sets the padding of the Chip.
94
- * See [Chip Appearance]({% slug appearance_chip %}#size).
94
+ * See [Chip Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chip/appearance#size).
95
95
  *
96
96
  * @default 'medium'
97
97
  */
@@ -99,7 +99,7 @@ export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
99
99
  get size(): ChipSize;
100
100
  /**
101
101
  * Sets the border radius of the Chip.
102
- * See [Chip Appearance](slug:appearance_chip#roundness).
102
+ * See [Chip Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chip/appearance#roundness).
103
103
  *
104
104
  * @default 'medium'
105
105
  */
@@ -107,7 +107,7 @@ export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
107
107
  get rounded(): ChipRounded;
108
108
  /**
109
109
  * Sets the background and border styles of the Chip.
110
- * See [Chip Appearance](slug:appearance_chip#fill-mode).
110
+ * See [Chip Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chip/appearance#fill-mode).
111
111
  *
112
112
  * @default 'solid'
113
113
  */
@@ -116,7 +116,7 @@ export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
116
116
  /**
117
117
  * Sets a predefined theme color for the Chip.
118
118
  * The theme color applies as a background and border color and adjusts the text color.
119
- * See [Chip Appearance](slug:appearance_chip#theme-colors).
119
+ * See [Chip Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chip/appearance#theme-colors).
120
120
  *
121
121
  * @default 'base'
122
122
  */
@@ -5,8 +5,8 @@
5
5
  /**
6
6
  * Specifies the possible `fillMode` options for the buttons.
7
7
  */
8
- export type ButtonFillMode = 'solid' | 'flat' | 'outline' | 'link' | 'clear' | 'none';
8
+ export type ButtonFillMode = 'solid' | 'flat' | 'outline' | 'link' | 'clear';
9
9
  /**
10
10
  * Specifies the possible `fillMode` options for the Chip.
11
11
  */
12
- export type ChipFillMode = 'solid' | 'outline' | 'none';
12
+ export type ChipFillMode = 'solid' | 'outline';
@@ -5,8 +5,8 @@
5
5
  /**
6
6
  * Specifies the possible sizes for the buttons.
7
7
  */
8
- export type ButtonSize = 'small' | 'medium' | 'large' | 'none';
8
+ export type ButtonSize = 'small' | 'medium' | 'large';
9
9
  /**
10
10
  * Specifies the possible sizes for the Chip.
11
11
  */
12
- export type ChipSize = 'small' | 'medium' | 'large' | 'none';
12
+ export type ChipSize = 'small' | 'medium' | 'large';
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * Specifies the possible theme colors for the buttons ([see examples]({% slug appearance_button %}#theme-colors)).
6
+ * Specifies the possible theme colors for the buttons ([see examples](https://www.telerik.com/kendo-angular-ui/components/buttons/button/appearance#theme-colors)).
7
7
  *
8
8
  * The possible values are:
9
9
  * * `base`&mdash;Applies the `base` theme color.
@@ -17,9 +17,8 @@
17
17
  * * `dark`&mdash;Applies the `dark` theme color.
18
18
  * * `light`&mdash;Applies the `light` theme color.
19
19
  * * `inverse`&mdash;Applies the `inverse` theme color.
20
- * * `none`&mdash;Removes the theme color.
21
20
  */
22
- export type ButtonThemeColor = 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse' | 'none';
21
+ export type ButtonThemeColor = 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
23
22
  /**
24
23
  * Specifies the possible theme colors for the Chip.
25
24
  *
@@ -29,6 +28,5 @@ export type ButtonThemeColor = 'base' | 'primary' | 'secondary' | 'tertiary' | '
29
28
  * * `success`&mdash;Applies the `success` theme color.
30
29
  * * `warning`&mdash;Applies the `warning` theme color.
31
30
  * * `error`&mdash;Applies the `error` theme color.
32
- * * `none`&mdash;Removes the theme color.
33
31
  */
34
- export type ChipThemeColor = 'base' | 'info' | 'success' | 'warning' | 'error' | 'none';
32
+ export type ChipThemeColor = 'base' | 'info' | 'success' | 'warning' | 'error';
@@ -53,7 +53,7 @@ export declare class DropDownButtonComponent extends ListButton implements After
53
53
  */
54
54
  icon: string;
55
55
  /**
56
- * Specifies an [`SVGIcon`](slug:api_icons_svgicon) to render within the button.
56
+ * Specifies an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to render within the button.
57
57
  */
58
58
  svgIcon: SVGIcon;
59
59
  /**
@@ -75,23 +75,23 @@ export declare class DropDownButtonComponent extends ListButton implements After
75
75
  set data(data: any);
76
76
  get data(): any;
77
77
  /**
78
- * Specifies the padding of the DropDownButton. See [DropDownButton Appearance](slug:appearance_dropdownbutton#size).
78
+ * Specifies the padding of the DropDownButton. See [DropDownButton Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton/appearance#size).
79
79
  * @default 'medium'
80
80
  */
81
81
  size: ButtonSize;
82
82
  /**
83
- * Specifies the border radius of the DropDownButton. See [DropDownButton Appearance](slug:appearance_dropdownbutton#roundness).
83
+ * Specifies the border radius of the DropDownButton. See [DropDownButton Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton/appearance#roundness).
84
84
  * @default 'medium'
85
85
  */
86
86
  rounded: ButtonRounded;
87
87
  /**
88
- * Specifies the background and border styles of the DropDownButton. See [DropDownButton Appearance](slug:appearance_dropdownbutton#fill-mode).
88
+ * Specifies the background and border styles of the DropDownButton. See [DropDownButton Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton/appearance#fill-mode).
89
89
  * @default 'solid'
90
90
  */
91
91
  set fillMode(fillMode: ButtonFillMode);
92
92
  get fillMode(): ButtonFillMode;
93
93
  /**
94
- * Specifies predefined theme colors for the DropDownButton. See [DropDownButton Appearance](slug:appearance_dropdownbutton#theme-colors).
94
+ * Specifies predefined theme colors for the DropDownButton. See [DropDownButton Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton/appearance#theme-colors).
95
95
  * @default 'base'
96
96
  */
97
97
  themeColor: ButtonThemeColor;