@pega/angular-sdk-components 0.25.1 → 0.25.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/fesm2022/pega-angular-sdk-components.mjs +3963 -3561
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- package/lib/_bridge/angular-pconnect.d.ts +1 -1
- package/lib/_bridge/component-mapper/component-mapper.component.d.ts +1 -1
- package/lib/_bridge/helpers/sdk-pega-component-map.d.ts +14 -0
- package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
- package/lib/_components/field/auto-complete/auto-complete.component.d.ts +9 -37
- package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +7 -5
- package/lib/_components/field/check-box/check-box.component.d.ts +7 -32
- package/lib/_components/field/currency/currency.component.d.ts +19 -34
- package/lib/_components/field/date/date.component.d.ts +7 -57
- package/lib/_components/field/date-time/date-time.component.d.ts +10 -40
- package/lib/_components/field/decimal/decimal.component.d.ts +16 -31
- package/lib/_components/field/dropdown/dropdown.component.d.ts +13 -37
- package/lib/_components/field/email/email.component.d.ts +7 -34
- package/lib/_components/field/field.base.d.ts +57 -0
- package/lib/_components/field/group/group.component.d.ts +5 -2
- package/lib/_components/field/integer/integer.component.d.ts +7 -33
- package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -1
- package/lib/_components/field/location/location.component.d.ts +1 -1
- package/lib/_components/field/multiselect/multiselect.component.d.ts +7 -38
- package/lib/_components/field/object-reference/object-reference.component.d.ts +45 -0
- package/lib/_components/field/percentage/percentage.component.d.ts +18 -35
- package/lib/_components/field/phone/phone.component.d.ts +6 -32
- package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +11 -33
- package/lib/_components/field/rich-text/rich-text.component.d.ts +6 -29
- package/lib/_components/field/scalar-list/scalar-list.component.d.ts +6 -21
- package/lib/_components/field/selectable-card/selectable-card.component.d.ts +5 -18
- package/lib/_components/field/semantic-link/semantic-link.component.d.ts +21 -0
- package/lib/_components/field/text-area/text-area.component.d.ts +6 -33
- package/lib/_components/field/text-input/text-input.component.d.ts +6 -34
- package/lib/_components/field/time/time.component.d.ts +6 -34
- package/lib/_components/field/url/url.component.d.ts +6 -34
- package/lib/_components/field/user-reference/user-reference.component.d.ts +1 -1
- package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +4 -6
- package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
- package/lib/_components/infra/assignment/assignment.component.d.ts +3 -3
- package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +3 -2
- package/lib/_components/infra/defer-load/defer-load.component.d.ts +6 -6
- package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
- package/lib/_components/infra/navbar/navbar.component.d.ts +0 -1
- package/lib/_components/infra/stages/stages.component.d.ts +2 -1
- package/lib/_components/template/advanced-search/advanced-search.component.d.ts +21 -0
- package/lib/_components/template/advanced-search/search-group/persist-utils.d.ts +23 -0
- package/lib/_components/template/advanced-search/search-groups/search-groups.component.d.ts +47 -0
- package/lib/_components/template/advanced-search/search-groups/utils.d.ts +15 -0
- package/lib/_components/template/app-shell/app-shell.component.d.ts +6 -2
- package/lib/_components/template/data-reference/data-reference-advanced-search.service.d.ts +9 -0
- package/lib/_components/template/data-reference/data-reference.component.d.ts +27 -2
- package/lib/_components/template/data-reference/search-form/search-form.component.d.ts +39 -0
- package/lib/_components/template/data-reference/search-form/tabsData.d.ts +2 -0
- package/lib/_components/template/data-reference/utils.d.ts +14 -0
- package/lib/_components/template/default-form/default-form.component.d.ts +3 -2
- package/lib/_components/template/default-page/default-page.component.d.ts +29 -0
- package/lib/_components/template/list-view/list-view.component.d.ts +14 -1
- package/lib/_components/template/object-page/object-page.component.d.ts +8 -0
- package/lib/_components/template/self-service-case-view/self-service-case-view.component.d.ts +59 -0
- package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +2 -2
- package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +18 -2
- package/lib/_components/template/utils.d.ts +4 -0
- package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -5
- package/lib/_components/widget/attachment/Attachment.types.d.ts +87 -0
- package/lib/_components/widget/attachment/AttachmentUtils.d.ts +17 -0
- package/lib/_components/widget/attachment/attachment.component.d.ts +18 -33
- package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -2
- package/lib/_components/widget/todo/todo.component.d.ts +4 -2
- package/lib/_helpers/field-group-utils.d.ts +1 -3
- package/lib/_helpers/filter-utils.d.ts +1 -3
- package/lib/_helpers/objectReference-utils.d.ts +6 -0
- package/lib/_helpers/semanticLink-utils.d.ts +9 -0
- package/lib/_helpers/tab-utils.d.ts +4 -0
- package/lib/_helpers/utils.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +13 -1
package/lib/_helpers/utils.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare class Utils {
|
|
|
27
27
|
okToAddContainerToVC(): boolean;
|
|
28
28
|
getUserId: (user: any) => string;
|
|
29
29
|
static sdkGetAuthHeader(): string;
|
|
30
|
-
static isEmptyObject(obj:
|
|
30
|
+
static isEmptyObject(obj: object): boolean;
|
|
31
31
|
/**
|
|
32
32
|
* Get a localized value from the Generic Fields
|
|
33
33
|
* @param path - The path within Generic Fields (e.g., 'CosmosFields.fields.lists')
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from './sdk-local-component-map';
|
|
|
2
2
|
export * from './lib/_bridge/component-mapper/component-mapper.component';
|
|
3
3
|
export * from './lib/_bridge/helpers/sdk_component_map';
|
|
4
4
|
export * from './lib/_bridge/angular-pconnect';
|
|
5
|
+
export * from './lib/_components/field/field.base';
|
|
5
6
|
export * from './lib/_components/field/auto-complete/auto-complete.component';
|
|
6
7
|
export * from './lib/_components/field/cancel-alert/cancel-alert.component';
|
|
7
8
|
export * from './lib/_components/field/check-box/check-box.component';
|
|
@@ -12,6 +13,7 @@ export * from './lib/_components/field/decimal/decimal.component';
|
|
|
12
13
|
export * from './lib/_components/field/dropdown/dropdown.component';
|
|
13
14
|
export * from './lib/_components/field/email/email.component';
|
|
14
15
|
export * from './lib/_components/field/integer/integer.component';
|
|
16
|
+
export * from './lib/_components/field/object-reference/object-reference.component';
|
|
15
17
|
export * from './lib/_components/field/percentage/percentage.component';
|
|
16
18
|
export * from './lib/_components/field/phone/phone.component';
|
|
17
19
|
export * from './lib/_components/field/radio-buttons/radio-buttons.component';
|
|
@@ -44,13 +46,19 @@ export * from './lib/_components/infra/root-container/root-container.component';
|
|
|
44
46
|
export * from './lib/_components/infra/stages/stages.component';
|
|
45
47
|
export * from './lib/_components/infra/view/view.component';
|
|
46
48
|
export * from './lib/_components/infra/Containers/base-components/flow-container-base.component';
|
|
49
|
+
export * from './lib/_components/template/advanced-search/search-group/persist-utils';
|
|
50
|
+
export * from './lib/_components/template/advanced-search/search-groups/utils';
|
|
51
|
+
export * from './lib/_components/template/app-shell/app-shell.component';
|
|
47
52
|
export * from './lib/_components/template/base/form-template-base';
|
|
48
53
|
export * from './lib/_components/template/base/details-template-base';
|
|
49
|
-
export * from './lib/_components/template/app-shell/app-shell.component';
|
|
50
54
|
export * from './lib/_components/template/case-summary/case-summary.component';
|
|
51
55
|
export * from './lib/_components/template/case-view/case-view.component';
|
|
52
56
|
export * from './lib/_components/template/confirmation/confirmation.component';
|
|
53
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
|
+
export * from './lib/_components/template/data-reference/search-form/tabsData';
|
|
60
|
+
export * from './lib/_components/template/data-reference/search-form/search-form.component';
|
|
61
|
+
export * from './lib/_components/template/data-reference/utils';
|
|
54
62
|
export * from './lib/_components/template/default-form/default-form.component';
|
|
55
63
|
export * from './lib/_components/template/details/details.component';
|
|
56
64
|
export * from './lib/_components/template/details-narrow-wide/details-narrow-wide.component';
|
|
@@ -68,6 +76,7 @@ export * from './lib/_components/template/list-page/list-page.component';
|
|
|
68
76
|
export * from './lib/_components/template/list-view/list-view.component';
|
|
69
77
|
export * from './lib/_components/template/multi-reference-readonly/multi-reference-readonly.component';
|
|
70
78
|
export * from './lib/_components/template/narrow-wide-form/narrow-wide-form.component';
|
|
79
|
+
export * from './lib/_components/template/object-page/object-page.component';
|
|
71
80
|
export * from './lib/_components/template/one-column/one-column.component';
|
|
72
81
|
export * from './lib/_components/template/one-column-page/one-column-page.component';
|
|
73
82
|
export * from './lib/_components/template/one-column-tab/one-column-tab.component';
|
|
@@ -114,6 +123,7 @@ export * from './lib/_services/banner.service';
|
|
|
114
123
|
export * from './lib/_services/case.service';
|
|
115
124
|
export * from './lib/_services/datapage.service';
|
|
116
125
|
export * from './lib/_services/endpoints';
|
|
126
|
+
export * from './lib/_services/google-maps-loader.service';
|
|
117
127
|
export * from './lib/_services/server-config.service';
|
|
118
128
|
export * from './lib/_helpers/case-utils';
|
|
119
129
|
export * from './lib/_helpers/common';
|
|
@@ -130,6 +140,8 @@ export * from './lib/_helpers/formatters/date';
|
|
|
130
140
|
export * from './lib/_helpers/formatters/format-utils';
|
|
131
141
|
export * from './lib/_helpers/formatters/index';
|
|
132
142
|
export * from './lib/_helpers/instructions-utils';
|
|
143
|
+
export * from './lib/_helpers/objectReference-utils';
|
|
144
|
+
export * from './lib/_helpers/semanticLink-utils';
|
|
133
145
|
export * from './lib/_helpers/tab-utils';
|
|
134
146
|
export * from './lib/_helpers/template-utils';
|
|
135
147
|
export * from './lib/_helpers/utils';
|