ngx-wapp-components 3.0.39 → 3.0.40-alpha.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "3.0.39",
3
+ "version": "3.0.40-alpha.2",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -60,4 +60,4 @@
60
60
  }
61
61
  },
62
62
  "type": "module"
63
- }
63
+ }
@@ -1796,6 +1796,7 @@ declare class WFilterPanelComponent implements OnInit {
1796
1796
  clearClicked: EventEmitter<boolean>;
1797
1797
  lastQuery: EventEmitter<QueryResults>;
1798
1798
  hasDefaultValues: EventEmitter<boolean>;
1799
+ onPanelReady: EventEmitter<boolean>;
1799
1800
  stateOptions: any[];
1800
1801
  queryBuilder: QueryBuilderComponent;
1801
1802
  basicQueryBuilderObject: QueryBuilderComponent;
@@ -1854,7 +1855,7 @@ declare class WFilterPanelComponent implements OnInit {
1854
1855
  isToKeepLocalDate(field: string): boolean;
1855
1856
  disableFilterButton(): boolean;
1856
1857
  static ɵfac: i0.ɵɵFactoryDeclaration<WFilterPanelComponent, never>;
1857
- static ɵcmp: i0.ɵɵComponentDeclaration<WFilterPanelComponent, "w-filter-panel", never, { "authorizationApiUrl": { "alias": "apiUrl"; "required": false; }; "commonDataApiUrl": { "alias": "commonDataApiUrl"; "required": false; }; "notificationApiUrl": { "alias": "notificationApiUrl"; "required": false; }; "segmentationApiUrl": { "alias": "segmentationApiUrl"; "required": false; }; "productApiUrl": { "alias": "productApiUrl"; "required": false; }; "token": { "alias": "token"; "required": false; }; "commonDataToken": { "alias": "commonDataToken"; "required": false; }; "segmentationToken": { "alias": "segmentationToken"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; "dataIsLoadingSearchButton": { "alias": "dataIsLoadingSearchButton"; "required": false; }; "tenantId": { "alias": "tenantId"; "required": false; }; "applicationId": { "alias": "applicationId"; "required": false; }; "fieldsToKeepLocalDate": { "alias": "fieldsToKeepLocalDate"; "required": false; }; "fieldsForNotificationEvent": { "alias": "fieldsForNotificationEvent"; "required": false; }; "notificationEventEntity": { "alias": "notificationEventEntity"; "required": false; }; "translationsObject": { "alias": "translationsObject"; "required": false; }; "translationsEspecificFieldOptions": { "alias": "translationsEspecificFieldOptions"; "required": false; }; }, { "searchClicked": "searchClicked"; "clearClicked": "clearClicked"; "lastQuery": "lastQuery"; "hasDefaultValues": "hasDefaultValues"; }, never, never, false, never>;
1858
+ static ɵcmp: i0.ɵɵComponentDeclaration<WFilterPanelComponent, "w-filter-panel", never, { "authorizationApiUrl": { "alias": "apiUrl"; "required": false; }; "commonDataApiUrl": { "alias": "commonDataApiUrl"; "required": false; }; "notificationApiUrl": { "alias": "notificationApiUrl"; "required": false; }; "segmentationApiUrl": { "alias": "segmentationApiUrl"; "required": false; }; "productApiUrl": { "alias": "productApiUrl"; "required": false; }; "token": { "alias": "token"; "required": false; }; "commonDataToken": { "alias": "commonDataToken"; "required": false; }; "segmentationToken": { "alias": "segmentationToken"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; "dataIsLoadingSearchButton": { "alias": "dataIsLoadingSearchButton"; "required": false; }; "tenantId": { "alias": "tenantId"; "required": false; }; "applicationId": { "alias": "applicationId"; "required": false; }; "fieldsToKeepLocalDate": { "alias": "fieldsToKeepLocalDate"; "required": false; }; "fieldsForNotificationEvent": { "alias": "fieldsForNotificationEvent"; "required": false; }; "notificationEventEntity": { "alias": "notificationEventEntity"; "required": false; }; "translationsObject": { "alias": "translationsObject"; "required": false; }; "translationsEspecificFieldOptions": { "alias": "translationsEspecificFieldOptions"; "required": false; }; }, { "searchClicked": "searchClicked"; "clearClicked": "clearClicked"; "lastQuery": "lastQuery"; "hasDefaultValues": "hasDefaultValues"; "onPanelReady": "onPanelReady"; }, never, never, false, never>;
1858
1859
  }
1859
1860
 
1860
1861
  declare class WListFieldComponent implements OnInit, ControlValueAccessor, OnChanges {