igniteui-webcomponents-grids 6.3.0-alpha.2 → 6.3.0-rc.0

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
3
- import { IgcPrefixedResourceStrings } from './igc-prefixed-resource-strings';
3
+ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strings';
4
4
 
5
5
 
6
6
 
@@ -85,8 +85,8 @@ import { IgcPrefixedResourceStrings } from './igc-prefixed-resource-strings';
85
85
  * @remarks
86
86
  * By default it uses EN resources.
87
87
  */
88
- public set resourceStrings(value: IgcPrefixedResourceStrings);
89
- public get resourceStrings(): IgcPrefixedResourceStrings;
88
+ public set resourceStrings(value: IgcActionStripResourceStrings);
89
+ public get resourceStrings(): IgcActionStripResourceStrings;
90
90
 
91
91
 
92
92
 
@@ -7,7 +7,7 @@
7
7
  {
8
8
 
9
9
 
10
- public action_strip_button_more_title?: string;
10
+ public igx_action_strip_button_more_title?: string;
11
11
 
12
12
  }
13
13
 
@@ -48,7 +48,7 @@ import { IgcGridRowTemplateContext } from './igc-grid-row-template-context';
48
48
  import { IgcGridHeaderTemplateContext } from './igc-grid-header-template-context';
49
49
  import { IgcGridToolbarComponent } from './igc-grid-toolbar-component';
50
50
  import { IgcPaginatorComponent } from './igc-paginator-component';
51
- import { IgcPrefixedResourceStrings } from './igc-prefixed-resource-strings';
51
+ import { IgcGridResourceStrings } from './igc-grid-resource-strings';
52
52
  import { FilteringLogic } from './filtering-logic';
53
53
  import { GridPagingMode } from './grid-paging-mode';
54
54
  import { GridValidationTrigger } from './grid-validation-trigger';
@@ -432,8 +432,8 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
432
432
  * @remarks
433
433
  * By default it uses EN resources.
434
434
  */
435
- public set resourceStrings(value: IgcPrefixedResourceStrings);
436
- public get resourceStrings(): IgcPrefixedResourceStrings;
435
+ public set resourceStrings(value: IgcGridResourceStrings);
436
+ public get resourceStrings(): IgcGridResourceStrings;
437
437
 
438
438
 
439
439