@pega/angular-sdk-components 0.25.7 → 0.25.8
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/fesm2022/pega-angular-sdk-components.mjs +33 -37
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- package/lib/_components/template/advanced-search/advanced-search.component.d.ts +1 -1
- package/lib/_components/template/case-view/case-view.component.d.ts +0 -1
- package/lib/_components/template/data-reference/data-reference.component.d.ts +1 -1
- package/lib/_components/template/self-service-case-view/self-service-case-view.component.d.ts +0 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -1
- /package/lib/{_components/template/data-reference → _services}/data-reference-advanced-search.service.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit, OnChanges } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { DataReferenceAdvancedSearchService } from '
|
|
3
|
+
import { DataReferenceAdvancedSearchService } from '../../../_services/data-reference-advanced-search.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AdvancedSearchComponent implements OnInit, OnChanges {
|
|
6
6
|
private advancedSearchService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
-
import { DataReferenceAdvancedSearchService } from '
|
|
4
|
+
import { DataReferenceAdvancedSearchService } from '../../../_services/data-reference-advanced-search.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DataReferenceComponent implements OnInit, OnDestroy {
|
|
7
7
|
private angularPConnect;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -55,7 +55,6 @@ export * from './lib/_components/template/case-summary/case-summary.component';
|
|
|
55
55
|
export * from './lib/_components/template/case-view/case-view.component';
|
|
56
56
|
export * from './lib/_components/template/confirmation/confirmation.component';
|
|
57
57
|
export * from './lib/_components/template/data-reference/data-reference.component';
|
|
58
|
-
export * from './lib/_components/template/data-reference/data-reference-advanced-search.service';
|
|
59
58
|
export * from './lib/_components/template/data-reference/search-form/tabsData';
|
|
60
59
|
export * from './lib/_components/template/data-reference/search-form/search-form.component';
|
|
61
60
|
export * from './lib/_components/template/data-reference/utils';
|
|
@@ -125,6 +124,7 @@ export * from './lib/_services/datapage.service';
|
|
|
125
124
|
export * from './lib/_services/endpoints';
|
|
126
125
|
export * from './lib/_services/google-maps-loader.service';
|
|
127
126
|
export * from './lib/_services/server-config.service';
|
|
127
|
+
export * from './lib/_services/data-reference-advanced-search.service';
|
|
128
128
|
export * from './lib/_helpers/case-utils';
|
|
129
129
|
export * from './lib/_helpers/common';
|
|
130
130
|
export * from './lib/_helpers/createstage-utils';
|
|
@@ -146,6 +146,7 @@ export * from './lib/_helpers/tab-utils';
|
|
|
146
146
|
export * from './lib/_helpers/template-utils';
|
|
147
147
|
export * from './lib/_helpers/utils';
|
|
148
148
|
export * from './lib/_helpers/versionHelpers';
|
|
149
|
+
export * from './lib/_helpers/object-utils';
|
|
149
150
|
export * from './lib/_messages/error-messages.service';
|
|
150
151
|
export * from './lib/_messages/progress-spinner.service';
|
|
151
152
|
export * from './lib/_messages/update-worklist.service';
|
|
File without changes
|