@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
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { ENTER, SPACE, TAB, DOWN_ARROW, UP_ARROW } from '@angular/cdk/keycodes';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { InjectionToken, Injectable, Directive, EventEmitter, inject, ElementRef, HostListener, Input, ViewChild, Output, Optional, Inject, forwardRef, ChangeDetectionStrategy, Component, NgModule, ViewEncapsulation, ContentChildren, ContentChild } from '@angular/core';
|
|
4
|
-
import { KeyUtil, RepeatDirective } from '@fundamental-ngx/cdk/utils';
|
|
4
|
+
import { merge, KeyUtil, RepeatDirective } from '@fundamental-ngx/cdk/utils';
|
|
5
5
|
import { AsyncPipe, NgTemplateOutlet, NgClass } from '@angular/common';
|
|
6
6
|
import { FD_LIST_UNREAD_INDICATOR, ListItemComponent, ListLinkDirective, ListTitleDirective, ListSecondaryDirective, ListGroupHeaderDirective, ListComponent as ListComponent$1, ListThumbnailDirective } from '@fundamental-ngx/core/list';
|
|
7
7
|
import { CheckboxComponent } from '@fundamental-ngx/core/checkbox';
|
|
8
8
|
import { RadioButtonComponent } from '@fundamental-ngx/core/radio';
|
|
9
9
|
import { BaseComponent, isPresent, CollectionBaseInput, isDataSource, isBlank, ArrayListDataSource, ObservableListDataSource } from '@fundamental-ngx/platform/shared';
|
|
10
|
-
import { merge } from 'lodash-es';
|
|
11
10
|
import { RouterLink } from '@angular/router';
|
|
12
11
|
import * as i1 from '@angular/cdk/a11y';
|
|
13
12
|
import { FocusKeyManager } from '@angular/cdk/a11y';
|
|
@@ -128,7 +127,6 @@ var LIST_ITEM_TYPE;
|
|
|
128
127
|
})(LIST_ITEM_TYPE || (LIST_ITEM_TYPE = {}));
|
|
129
128
|
class ModifyItemEvent {
|
|
130
129
|
}
|
|
131
|
-
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
132
130
|
class ListItemDef {
|
|
133
131
|
/** @hidden */
|
|
134
132
|
constructor(/** @docs-private */ templateRef) {
|