igniteui-angular 16.0.0-beta.0 → 16.0.0-beta.1

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.
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./text-selection.directive";
3
+ /**
4
+ * @hidden
5
+ * IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
6
+ */
7
+ export declare class IgxTextSelectionModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxTextSelectionModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxTextSelectionModule, never, [typeof i1.IgxTextSelectionDirective], [typeof i1.IgxTextSelectionDirective]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxTextSelectionModule>;
11
+ }
@@ -10,4 +10,5 @@ export * from './tab-item.component';
10
10
  export * from './tab-header.component';
11
11
  export * from './tabs.directives';
12
12
  export * from './tab-content.component';
13
+ export { ITabsSelectedIndexChangingEventArgs, ITabsSelectedItemChangeEventArgs } from '../tabs.directive';
13
14
  export declare const IGX_TABS_DIRECTIVES: readonly [typeof IgxTabsComponent, typeof IgxTabItemComponent, typeof IgxTabHeaderComponent, typeof IgxTabContentComponent, typeof IgxTabHeaderLabelDirective, typeof IgxTabHeaderIconDirective, typeof IgxPrefixDirective, typeof IgxSuffixDirective];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "16.0.0-beta.0",
3
+ "version": "16.0.0-beta.1",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -75,15 +75,15 @@
75
75
  "tslib": "^2.3.0",
76
76
  "igniteui-trial-watermark": "^1.0.3",
77
77
  "lodash-es": "^4.17.21",
78
- "uuid": "^8.3.0",
79
- "igniteui-theming": "^1.4.1",
78
+ "uuid": "^9.0.0",
79
+ "igniteui-theming": "^1.4.2",
80
80
  "@igniteui/material-icons-extended": "^2.10.0"
81
81
  },
82
82
  "peerDependencies": {
83
- "@angular/common": "^15.0.0",
84
- "@angular/core": "^15.0.0",
85
- "@angular/animations": "^15.0.0",
86
- "@angular/forms": "^15.0.0"
83
+ "@angular/common": "^16.0.0",
84
+ "@angular/core": "^16.0.0",
85
+ "@angular/animations": "^16.0.0",
86
+ "@angular/forms": "^16.0.0"
87
87
  },
88
88
  "igxDevDependencies": {
89
89
  "@igniteui/angular-schematics": "~15.1.1110"
package/public_api.d.ts CHANGED
@@ -157,6 +157,7 @@ export * from './lib/directives/radio/radio-group.module';
157
157
  export * from './lib/directives/ripple/ripple.module';
158
158
  export * from './lib/directives/scroll-inertia/scroll_inertia.module';
159
159
  export * from './lib/directives/text-highlight/text-highlight.module';
160
+ export * from './lib/directives/text-selection/text-selection.module';
160
161
  export * from './lib/directives/toggle/toggle.module';
161
162
  export * from './lib/directives/tooltip/tooltip.module';
162
163
  export * from './lib/drop-down/drop-down.module';