@indigina/ui-kit 1.1.471 → 1.1.472

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.471",
10
+ "version": "1.1.472",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -3782,6 +3782,7 @@ declare class KitGlobalSearchComponent implements OnInit {
3782
3782
  formatValue(value: unknown): string;
3783
3783
  hasPermissionToShowPrompt(userPermissions: KitUserPermissions, promptPermissions: KitPermission): boolean;
3784
3784
  private findFilter;
3785
+ private isIsoLikeDateString;
3785
3786
  static ɵfac: i0.ɵɵFactoryDeclaration<KitGlobalSearchComponent, never>;
3786
3787
  static ɵcmp: i0.ɵɵComponentDeclaration<KitGlobalSearchComponent, "kit-global-search", never, { "searchFn": { "alias": "searchFn"; "required": true; "isSignal": true; }; "displayedLineItemsNumber": { "alias": "displayedLineItemsNumber"; "required": false; "isSignal": true; }; "prompts": { "alias": "prompts"; "required": true; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3787
3788
  }