@progress/kendo-angular-buttons 17.0.0-develop.39 → 17.0.0-develop.40

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/esm2022/index.mjs CHANGED
@@ -15,7 +15,6 @@ export { DropDownButtonComponent, DropDownButtonComponent as DropDownButton } fr
15
15
  export { DropDownButtonModule } from './dropdownbutton/dropdownbutton.module';
16
16
  export { ButtonItemTemplateDirective } from './listbutton/button-item-template.directive';
17
17
  export { ListComponent } from './listbutton/list.component';
18
- export { ListModule } from './listbutton/list.module';
19
18
  export { ChipComponent } from './chip/chip.component';
20
19
  export { ChipListComponent } from './chip/chip-list.component';
21
20
  export { ChipModule } from './chip/chip.module';
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-buttons',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1730796969,
13
- version: '17.0.0-develop.39',
12
+ publishDate: 1730798799,
13
+ version: '17.0.0-develop.40',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -42,8 +42,8 @@ const packageMetadata = {
42
42
  name: '@progress/kendo-angular-buttons',
43
43
  productName: 'Kendo UI for Angular',
44
44
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
45
- publishDate: 1730796969,
46
- version: '17.0.0-develop.39',
45
+ publishDate: 1730798799,
46
+ version: '17.0.0-develop.40',
47
47
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
48
48
  };
49
49
 
@@ -5694,30 +5694,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
5694
5694
  }]
5695
5695
  }] });
5696
5696
 
5697
- const EXPORTED_DIRECTIVES = [
5698
- ListComponent,
5699
- FocusableDirective,
5700
- ButtonItemTemplateDirective
5701
- ];
5702
- //IMPORTANT: NgModule export kept for backwards compatibility
5703
- class ListModule {
5704
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5705
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ListModule, imports: [ListComponent,
5706
- FocusableDirective,
5707
- ButtonItemTemplateDirective], exports: [ListComponent,
5708
- FocusableDirective,
5709
- ButtonItemTemplateDirective] });
5710
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ListModule, providers: [IconsService], imports: [ListComponent] });
5711
- }
5712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ListModule, decorators: [{
5713
- type: NgModule,
5714
- args: [{
5715
- imports: [...EXPORTED_DIRECTIVES],
5716
- exports: [...EXPORTED_DIRECTIVES],
5717
- providers: [IconsService]
5718
- }]
5719
- }] });
5720
-
5721
5697
  //IMPORTANT: NgModule export kept for backwards compatibility
5722
5698
  /**
5723
5699
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -5808,5 +5784,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
5808
5784
  * Generated bundle index. Do not edit.
5809
5785
  */
5810
5786
 
5811
- export { ButtonComponent as Button, ButtonComponent, ButtonComponent as ButtonDirective, ButtonGroupComponent as ButtonGroup, ButtonGroupComponent, ButtonGroupModule, ButtonItemTemplateDirective, ButtonModule, ButtonsModule, ChipComponent, ChipListComponent, ChipModule, DialItemTemplateDirective, DropDownButtonComponent as DropDownButton, DropDownButtonComponent, DropDownButtonModule, FloatingActionButtonComponent, FloatingActionButtonModule, FloatingActionButtonTemplateDirective, FocusableDirective, KENDO_BUTTON, KENDO_BUTTONGROUP, KENDO_BUTTONS, KENDO_CHIP, KENDO_CHIPLIST, KENDO_DROPDOWNBUTTON, KENDO_FLOATINGACTIONBUTTON, KENDO_SPLITBUTTON, ListComponent, ListModule, LocalizedSplitButtonMessagesDirective, PreventableEvent, SplitButtonComponent as SplitButton, SplitButtonComponent, SplitButtonCustomMessagesComponent, SplitButtonModule };
5787
+ export { ButtonComponent as Button, ButtonComponent, ButtonComponent as ButtonDirective, ButtonGroupComponent as ButtonGroup, ButtonGroupComponent, ButtonGroupModule, ButtonItemTemplateDirective, ButtonModule, ButtonsModule, ChipComponent, ChipListComponent, ChipModule, DialItemTemplateDirective, DropDownButtonComponent as DropDownButton, DropDownButtonComponent, DropDownButtonModule, FloatingActionButtonComponent, FloatingActionButtonModule, FloatingActionButtonTemplateDirective, FocusableDirective, KENDO_BUTTON, KENDO_BUTTONGROUP, KENDO_BUTTONS, KENDO_CHIP, KENDO_CHIPLIST, KENDO_DROPDOWNBUTTON, KENDO_FLOATINGACTIONBUTTON, KENDO_SPLITBUTTON, ListComponent, LocalizedSplitButtonMessagesDirective, PreventableEvent, SplitButtonComponent as SplitButton, SplitButtonComponent, SplitButtonCustomMessagesComponent, SplitButtonModule };
5812
5788
 
package/index.d.ts CHANGED
@@ -18,7 +18,6 @@ export { ListItemModel } from './listbutton/list-item-model';
18
18
  export { PopupSettings } from './listbutton/popup-settings';
19
19
  export { ButtonItemTemplateDirective } from './listbutton/button-item-template.directive';
20
20
  export { ListComponent } from './listbutton/list.component';
21
- export { ListModule } from './listbutton/list.module';
22
21
  export { ChipComponent } from './chip/chip.component';
23
22
  export { ChipListComponent } from './chip/chip-list.component';
24
23
  export { ChipModule } from './chip/chip.module';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "17.0.0-develop.39",
3
+ "version": "17.0.0-develop.40",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,15 +25,15 @@
25
25
  "@angular/core": "16 - 18",
26
26
  "@angular/platform-browser": "16 - 18",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "17.0.0-develop.39",
29
- "@progress/kendo-angular-l10n": "17.0.0-develop.39",
30
- "@progress/kendo-angular-popup": "17.0.0-develop.39",
31
- "@progress/kendo-angular-icons": "17.0.0-develop.39",
28
+ "@progress/kendo-angular-common": "17.0.0-develop.40",
29
+ "@progress/kendo-angular-l10n": "17.0.0-develop.40",
30
+ "@progress/kendo-angular-popup": "17.0.0-develop.40",
31
+ "@progress/kendo-angular-icons": "17.0.0-develop.40",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "17.0.0-develop.39",
36
+ "@progress/kendo-angular-schematics": "17.0.0-develop.40",
37
37
  "@progress/kendo-common": "^1.0.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
@@ -1,33 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { NgModule } from '@angular/core';
6
- import { ListComponent } from './list.component';
7
- import { FocusableDirective } from './../focusable/focusable.directive';
8
- import { ButtonItemTemplateDirective } from './button-item-template.directive';
9
- import { IconsService } from '@progress/kendo-angular-icons';
10
- import * as i0 from "@angular/core";
11
- const EXPORTED_DIRECTIVES = [
12
- ListComponent,
13
- FocusableDirective,
14
- ButtonItemTemplateDirective
15
- ];
16
- //IMPORTANT: NgModule export kept for backwards compatibility
17
- export class ListModule {
18
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ListModule, imports: [ListComponent,
20
- FocusableDirective,
21
- ButtonItemTemplateDirective], exports: [ListComponent,
22
- FocusableDirective,
23
- ButtonItemTemplateDirective] });
24
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ListModule, providers: [IconsService], imports: [ListComponent] });
25
- }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ListModule, decorators: [{
27
- type: NgModule,
28
- args: [{
29
- imports: [...EXPORTED_DIRECTIVES],
30
- exports: [...EXPORTED_DIRECTIVES],
31
- providers: [IconsService]
32
- }]
33
- }] });
@@ -1,13 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "./list.component";
7
- import * as i2 from "../focusable/focusable.directive";
8
- import * as i3 from "./button-item-template.directive";
9
- export declare class ListModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ListModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, never, [typeof i1.ListComponent, typeof i2.FocusableDirective, typeof i3.ButtonItemTemplateDirective], [typeof i1.ListComponent, typeof i2.FocusableDirective, typeof i3.ButtonItemTemplateDirective]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<ListModule>;
13
- }