@indigina/ui-kit 1.1.426 → 1.1.428

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.426",
10
+ "version": "1.1.428",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -3634,7 +3634,7 @@ declare class KitSortableComponent<T> {
3634
3634
  static ɵcmp: i0.ɵɵComponentDeclaration<KitSortableComponent<any>, "kit-sortable", never, { "items": { "alias": "items"; "required": false; }; "columnCount": { "alias": "columnCount"; "required": false; }; "itemClass": { "alias": "itemClass"; "required": false; }; "activeItemClass": { "alias": "activeItemClass"; "required": false; }; "zone": { "alias": "zone"; "required": false; }; "emptyItemClass": { "alias": "emptyItemClass"; "required": false; }; }, { "dragEnd": "dragEnd"; }, ["itemTemplate"], never, true, never>;
3635
3635
  }
3636
3636
 
3637
- type KitGridColumnType = 'date' | 'number' | 'boolean' | 'string' | 'dateTime' | 'dateLocal' | 'dateTimeLocal' | 'time';
3637
+ type KitGridColumnType = 'date' | 'number' | 'boolean' | 'string' | 'dateTime' | 'dateLocal' | 'dateTimeLocal' | 'dateZone' | 'dateTimeZone' | 'time';
3638
3638
  interface KitGridColumnConfig {
3639
3639
  field: string;
3640
3640
  title: string;
@@ -4160,11 +4160,14 @@ declare class KitGridCellService {
4160
4160
  private readonly decimalPipe;
4161
4161
  private readonly datePipe;
4162
4162
  private readonly dateFormatConfig;
4163
+ private readonly store;
4164
+ private readonly userState;
4163
4165
  readonly dateFormat: string;
4164
4166
  readonly dateTimeFormat: string;
4165
4167
  constructor();
4166
4168
  createCellValue<T>(columnType: string, columnField: string, dataItem: T, translationMap?: KitGridCellTranslationMap, defaultValue?: string | number): string | number;
4167
4169
  getCellValue<T>(dataItem: T, field: string): unknown;
4170
+ private formatDateWithUserTimezone;
4168
4171
  private getNestedGridCellValue;
4169
4172
  static ɵfac: i0.ɵɵFactoryDeclaration<KitGridCellService, never>;
4170
4173
  static ɵprov: i0.ɵɵInjectableDeclaration<KitGridCellService>;