@progress/kendo-angular-buttons 23.0.0-develop.6 → 23.0.0-develop.7

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/README.md CHANGED
@@ -15,7 +15,7 @@ The Kendo UI for Angular Buttons provide a clickable UI functionality which can
15
15
 
16
16
  ## What's Included in the Angular Buttons Package
17
17
 
18
- The [Angular Buttons](https://www.telerik.com/kendo-angular-ui/components/buttons) package includes seven built-in components:
18
+ The [Angular Buttons](https://www.telerik.com/kendo-angular-ui/components/buttons) package includes eight built-in components:
19
19
 
20
20
  * [Angular Button Component](https://www.telerik.com/kendo-angular-ui/components/buttons/button)
21
21
  * [Angular ButtonGroup Component](https://www.telerik.com/kendo-angular-ui/components/buttons/buttongroup)
@@ -23,6 +23,7 @@ The [Angular Buttons](https://www.telerik.com/kendo-angular-ui/components/button
23
23
  * [Angular ChipList Component](https://www.telerik.com/kendo-angular-ui/components/buttons/chiplist)
24
24
  * [Angular DropDownButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton)
25
25
  * [Angular FloatingActionButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/floatingactionbutton)
26
+ * [Angular SmartPasteButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/smartpastebutton)
26
27
  * [Angular SplitButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/splitbutton)
27
28
 
28
29
  ## Key Features
@@ -16,6 +16,7 @@ import * as i10 from "./splitbutton/splitbutton.component";
16
16
  import * as i11 from "./splitbutton/localization/custom-messages.component";
17
17
  import * as i12 from "@progress/kendo-angular-common";
18
18
  import * as i13 from "./speechtotextbutton/speechtotextbutton.component";
19
+ import * as i14 from "./smartpastebutton/smartpastebutton.component";
19
20
  /**
20
21
  * Represents the [NgModule](link:site.data.urls.angular['ngmodules'])
21
22
  * definition for the Buttons components.
@@ -39,6 +40,6 @@ import * as i13 from "./speechtotextbutton/speechtotextbutton.component";
39
40
  */
40
41
  export declare class ButtonsModule {
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsModule, never>;
42
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonsModule, never, [typeof i1.ButtonComponent, typeof i1.ButtonComponent, typeof i2.ButtonGroupComponent, typeof i3.DropDownButtonComponent, typeof i4.ButtonItemTemplateDirective, typeof i5.ChipComponent, typeof i5.ChipComponent, typeof i6.ChipListComponent, typeof i7.FloatingActionButtonComponent, typeof i8.DialItemTemplateDirective, typeof i9.FloatingActionButtonTemplateDirective, typeof i10.SplitButtonComponent, typeof i11.SplitButtonCustomMessagesComponent, typeof i12.ToggleButtonTabStopDirective, typeof i4.ButtonItemTemplateDirective, typeof i13.SpeechToTextButtonComponent, typeof i12.ToggleButtonTabStopDirective], [typeof i1.ButtonComponent, typeof i1.ButtonComponent, typeof i2.ButtonGroupComponent, typeof i3.DropDownButtonComponent, typeof i4.ButtonItemTemplateDirective, typeof i5.ChipComponent, typeof i5.ChipComponent, typeof i6.ChipListComponent, typeof i7.FloatingActionButtonComponent, typeof i8.DialItemTemplateDirective, typeof i9.FloatingActionButtonTemplateDirective, typeof i10.SplitButtonComponent, typeof i11.SplitButtonCustomMessagesComponent, typeof i12.ToggleButtonTabStopDirective, typeof i4.ButtonItemTemplateDirective, typeof i13.SpeechToTextButtonComponent, typeof i12.ToggleButtonTabStopDirective]>;
43
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonsModule, never, [typeof i1.ButtonComponent, typeof i1.ButtonComponent, typeof i2.ButtonGroupComponent, typeof i3.DropDownButtonComponent, typeof i4.ButtonItemTemplateDirective, typeof i5.ChipComponent, typeof i5.ChipComponent, typeof i6.ChipListComponent, typeof i7.FloatingActionButtonComponent, typeof i8.DialItemTemplateDirective, typeof i9.FloatingActionButtonTemplateDirective, typeof i10.SplitButtonComponent, typeof i11.SplitButtonCustomMessagesComponent, typeof i12.ToggleButtonTabStopDirective, typeof i4.ButtonItemTemplateDirective, typeof i13.SpeechToTextButtonComponent, typeof i14.SmartPasteButtonComponent, typeof i12.ToggleButtonTabStopDirective], [typeof i1.ButtonComponent, typeof i1.ButtonComponent, typeof i2.ButtonGroupComponent, typeof i3.DropDownButtonComponent, typeof i4.ButtonItemTemplateDirective, typeof i5.ChipComponent, typeof i5.ChipComponent, typeof i6.ChipListComponent, typeof i7.FloatingActionButtonComponent, typeof i8.DialItemTemplateDirective, typeof i9.FloatingActionButtonTemplateDirective, typeof i10.SplitButtonComponent, typeof i11.SplitButtonCustomMessagesComponent, typeof i12.ToggleButtonTabStopDirective, typeof i4.ButtonItemTemplateDirective, typeof i13.SpeechToTextButtonComponent, typeof i14.SmartPasteButtonComponent, typeof i12.ToggleButtonTabStopDirective]>;
43
44
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonsModule>;
44
45
  }
package/directives.d.ts CHANGED
@@ -15,6 +15,7 @@ import { SplitButtonCustomMessagesComponent } from './splitbutton/localization/c
15
15
  import { SplitButtonComponent } from './splitbutton/splitbutton.component';
16
16
  import { ButtonItemTemplateDirective } from './listbutton/button-item-template.directive';
17
17
  import { SpeechToTextButtonComponent } from './speechtotextbutton/speechtotextbutton.component';
18
+ import { SmartPasteButtonComponent } from './smartpastebutton/smartpastebutton.component';
18
19
  /**
19
20
  * Use the `KENDO_BUTTON` utility array to add all Button-related components and directives to a standalone Angular component.
20
21
  *
@@ -127,6 +128,20 @@ export declare const KENDO_SPLITBUTTON: readonly [typeof SplitButtonComponent, t
127
128
  * ```
128
129
  */
129
130
  export declare const KENDO_SPEECHTOTEXTBUTTON: readonly [typeof SpeechToTextButtonComponent];
131
+ /**
132
+ * Use the `KENDO_SMARTPASTEBUTTON` utility array to add all SmartPasteButton-related components and directives to a standalone Angular component.
133
+ *
134
+ * @example
135
+ * ```typescript
136
+ * @Component({
137
+ * standalone: true,
138
+ * imports: [KENDO_SMARTPASTEBUTTON],
139
+ * // ...
140
+ * })
141
+ * export class MyComponent {}
142
+ * ```
143
+ */
144
+ export declare const KENDO_SMARTPASTEBUTTON: readonly [typeof SmartPasteButtonComponent];
130
145
  /**
131
146
  * Use the `KENDO_BUTTONS` utility array to add all `@progress/kendo-angular-buttons`-related components and directives to a standalone Angular component.
132
147
  *
@@ -140,4 +155,4 @@ export declare const KENDO_SPEECHTOTEXTBUTTON: readonly [typeof SpeechToTextButt
140
155
  * export class MyComponent {}
141
156
  * ```
142
157
  */
143
- export declare const KENDO_BUTTONS: readonly [typeof ButtonComponent, typeof ButtonComponent, typeof ButtonGroupComponent, typeof DropDownButtonComponent, typeof ButtonItemTemplateDirective, typeof ChipComponent, typeof ChipComponent, typeof ChipListComponent, typeof FloatingActionButtonComponent, typeof DialItemTemplateDirective, typeof FloatingActionButtonTemplateDirective, typeof SplitButtonComponent, typeof SplitButtonCustomMessagesComponent, typeof ToggleButtonTabStopDirective, typeof ButtonItemTemplateDirective, typeof SpeechToTextButtonComponent];
158
+ export declare const KENDO_BUTTONS: readonly [typeof ButtonComponent, typeof ButtonComponent, typeof ButtonGroupComponent, typeof DropDownButtonComponent, typeof ButtonItemTemplateDirective, typeof ChipComponent, typeof ChipComponent, typeof ChipListComponent, typeof FloatingActionButtonComponent, typeof DialItemTemplateDirective, typeof FloatingActionButtonTemplateDirective, typeof SplitButtonComponent, typeof SplitButtonCustomMessagesComponent, typeof ToggleButtonTabStopDirective, typeof ButtonItemTemplateDirective, typeof SpeechToTextButtonComponent, typeof SmartPasteButtonComponent];