@fundamental-ngx/platform 0.58.0-rc.67 → 0.58.0-rc.69
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/fundamental-ngx-platform-approval-flow.mjs +7 -8
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-form.mjs +4 -5
- package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +4 -5
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-list.mjs +1 -3
- package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs +1 -2
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-settings-generator.mjs +1 -2
- package/fesm2022/fundamental-ngx-platform-settings-generator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table-helpers.mjs +2 -3
- package/fesm2022/fundamental-ngx-platform-table-helpers.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table.mjs +1 -2
- package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +1 -3
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs +1 -2
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +3 -4
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
- package/package.json +13 -13
- package/schematics/collection.json +0 -10
- package/schematics/ng-add/index.d.ts +0 -13
- package/schematics/ng-add/index.js +0 -55
- package/schematics/ng-add/index.js.map +0 -1
- package/schematics/ng-add/schema.d.ts +0 -3
- package/schematics/ng-add/schema.js +0 -3
- package/schematics/ng-add/schema.js.map +0 -1
- package/schematics/ng-add/schema.json +0 -15
- package/schematics/utils/package-utils.d.ts +0 -19
- package/schematics/utils/package-utils.js +0 -119
- package/schematics/utils/package-utils.js.map +0 -1
|
@@ -9,7 +9,7 @@ import { trigger, state, transition, style, animate, keyframes } from '@angular/
|
|
|
9
9
|
import { CdkScrollable } from '@angular/cdk/overlay';
|
|
10
10
|
import { NgTemplateOutlet, NgClass } from '@angular/common';
|
|
11
11
|
import * as i1$1 from '@fundamental-ngx/cdk/utils';
|
|
12
|
-
import { resizeObservable, TabbableElementService, InitialFocusDirective } from '@fundamental-ngx/cdk/utils';
|
|
12
|
+
import { resizeObservable, TabbableElementService, countBy, flatten, InitialFocusDirective, mergeWith } from '@fundamental-ngx/cdk/utils';
|
|
13
13
|
import { LinkComponent } from '@fundamental-ngx/core/link';
|
|
14
14
|
import * as i2 from '@fundamental-ngx/core/list';
|
|
15
15
|
import { ListModule } from '@fundamental-ngx/core/list';
|
|
@@ -23,7 +23,6 @@ import * as i1$2 from '@fundamental-ngx/core/popover';
|
|
|
23
23
|
import { PopoverModule } from '@fundamental-ngx/core/popover';
|
|
24
24
|
import { SegmentedButtonComponent } from '@fundamental-ngx/core/segmented-button';
|
|
25
25
|
import { getFormState } from '@fundamental-ngx/platform/form';
|
|
26
|
-
import { countBy, flatten, mergeWith } from 'lodash-es';
|
|
27
26
|
|
|
28
27
|
const FDP_MESSAGE_POPOVER_DEFAULT_CONFIG = {
|
|
29
28
|
errors: {
|