@fundamental-ngx/core 0.46.0-rc.2 → 0.46.0-rc.21
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/button/base-button.d.ts +3 -1
- package/button/button.component.d.ts +6 -1
- package/content-density/content-density.module.d.ts +2 -3
- package/content-density/index.d.ts +3 -2
- package/content-density/provide-content-density.d.ts +7 -0
- package/date-picker/date-picker.component.d.ts +2 -0
- package/datetime-picker/datetime-picker.component.d.ts +4 -2
- package/dialog/base/dialog-base.service.d.ts +4 -3
- package/dialog/dialog-container/dialog-container.component.d.ts +8 -7
- package/dialog/index.d.ts +11 -10
- package/dialog/utils/dialog-container.model.d.ts +4 -0
- package/esm2022/avatar/avatar.component.mjs +3 -3
- package/esm2022/button/base-button.mjs +5 -3
- package/esm2022/button/button.component.mjs +21 -7
- package/esm2022/carousel/carousel.component.mjs +3 -3
- package/esm2022/checkbox/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/content-density/content-density.module.mjs +6 -68
- package/esm2022/content-density/index.mjs +4 -3
- package/esm2022/content-density/provide-content-density.mjs +71 -0
- package/esm2022/date-picker/date-picker.component.mjs +14 -4
- package/esm2022/datetime-picker/datetime-picker.component.mjs +12 -7
- package/esm2022/dialog/base/dialog-base.service.mjs +7 -3
- package/esm2022/dialog/dialog-container/dialog-container.component.mjs +11 -11
- package/esm2022/dialog/index.mjs +12 -11
- package/esm2022/dialog/utils/dialog-container.model.mjs +2 -0
- package/esm2022/form/form-input-message-group/form-input-message-group.component.mjs +7 -3
- package/esm2022/generic-tag/fundamental-ngx-core-generic-tag.mjs +5 -0
- package/esm2022/generic-tag/generic-tag.component.mjs +75 -0
- package/esm2022/generic-tag/generic-tag.module.mjs +16 -0
- package/esm2022/generic-tag/index.mjs +4 -0
- package/esm2022/generic-tag/tokens.mjs +3 -0
- package/esm2022/illustrated-message/illustrated-message.component.mjs +3 -3
- package/esm2022/message-box/message-box-container/message-box-container.component.mjs +12 -12
- package/esm2022/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +3 -3
- package/esm2022/multi-input/multi-input.component.mjs +3 -3
- package/esm2022/pagination/pagination.component.mjs +1 -1
- package/esm2022/popover/popover-service/popover.service.mjs +10 -1
- package/esm2022/popover/popover.component.mjs +5 -1
- package/esm2022/rating-indicator/components/rating-indicator.component.mjs +3 -3
- package/esm2022/scrollbar/scrollbar.directive.mjs +15 -8
- package/esm2022/select/select.component.mjs +6 -4
- package/esm2022/theming/index.mjs +4 -3
- package/esm2022/theming/provide-theming.mjs +16 -0
- package/esm2022/theming/theming.module.mjs +6 -24
- package/esm2022/theming/tokens.mjs +5 -2
- package/esm2022/time-picker/time-picker.component.mjs +3 -3
- package/esm2022/token/token.component.mjs +2 -2
- package/esm2022/upload-collection/upload-collection-form-item/upload-collection-form-item.component.mjs +3 -3
- package/esm2022/wizard/wizard-step-indicator/wizard-step-indicator.component.mjs +3 -3
- package/fesm2022/fundamental-ngx-core-avatar.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-button.mjs +23 -7
- package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-carousel.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-checkbox.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-content-density.mjs +111 -103
- package/fesm2022/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-date-picker.mjs +13 -3
- package/fesm2022/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-datetime-picker.mjs +11 -6
- package/fesm2022/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dialog.mjs +160 -156
- package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-form.mjs +5 -2
- package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-generic-tag.mjs +96 -0
- package/fesm2022/fundamental-ngx-core-generic-tag.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-box.mjs +9 -9
- package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-input.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-pagination.mjs +1 -1
- package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-popover.mjs +13 -0
- package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-scrollbar.mjs +14 -7
- package/fesm2022/fundamental-ngx-core-scrollbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-select.mjs +5 -3
- package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-theming.mjs +22 -23
- package/fesm2022/fundamental-ngx-core-theming.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time-picker.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-token.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-upload-collection.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-wizard.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/form/form-input-message-group/form-input-message-group.component.d.ts +3 -1
- package/fundamental-ngx-core-v0.46.0-rc.21.tgz +0 -0
- package/generic-tag/README.md +25 -0
- package/generic-tag/generic-tag.component.d.ts +43 -0
- package/generic-tag/generic-tag.module.d.ts +7 -0
- package/generic-tag/index.d.ts +3 -0
- package/generic-tag/tokens.d.ts +2 -0
- package/message-box/message-box-container/message-box-container.component.d.ts +7 -6
- package/multi-input/multi-input.component.d.ts +3 -1
- package/package.json +9 -3
- package/popover/popover-service/popover.service.d.ts +4 -0
- package/popover/popover.component.d.ts +2 -0
- package/schematics/add-dependencies/index.js +4 -4
- package/scrollbar/scrollbar.directive.d.ts +4 -2
- package/select/select.component.d.ts +4 -2
- package/theming/index.d.ts +3 -2
- package/theming/provide-theming.d.ts +7 -0
- package/fundamental-ngx-core-v0.46.0-rc.2.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.46.0-rc.
|
|
3
|
+
"version": "0.46.0-rc.21",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"rxjs": "^7.8.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@fundamental-ngx/cdk": "0.46.0-rc.
|
|
32
|
-
"@fundamental-ngx/i18n": "0.46.0-rc.
|
|
31
|
+
"@fundamental-ngx/cdk": "0.46.0-rc.21",
|
|
32
|
+
"@fundamental-ngx/i18n": "0.46.0-rc.21",
|
|
33
33
|
"compare-versions": "^6.0.0",
|
|
34
34
|
"fast-deep-equal": "3.1.3",
|
|
35
35
|
"focus-trap": "^7.1.0",
|
|
@@ -217,6 +217,12 @@
|
|
|
217
217
|
"esm": "./esm2022/formatted-text/fundamental-ngx-core-formatted-text.mjs",
|
|
218
218
|
"default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
|
|
219
219
|
},
|
|
220
|
+
"./generic-tag": {
|
|
221
|
+
"types": "./generic-tag/index.d.ts",
|
|
222
|
+
"esm2022": "./esm2022/generic-tag/fundamental-ngx-core-generic-tag.mjs",
|
|
223
|
+
"esm": "./esm2022/generic-tag/fundamental-ngx-core-generic-tag.mjs",
|
|
224
|
+
"default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
|
|
225
|
+
},
|
|
220
226
|
"./grid-list": {
|
|
221
227
|
"types": "./grid-list/index.d.ts",
|
|
222
228
|
"esm2022": "./esm2022/grid-list/fundamental-ngx-core-grid-list.mjs",
|
|
@@ -44,6 +44,8 @@ export declare class PopoverService extends BasePopoverClass {
|
|
|
44
44
|
private _templateData;
|
|
45
45
|
/** @hidden */
|
|
46
46
|
private _placementContainer;
|
|
47
|
+
/** @hidden */
|
|
48
|
+
private _ignoreTriggers;
|
|
47
49
|
/** An RxJS Subject that will kill the data stream upon component’s destruction (for unsubscribing) */
|
|
48
50
|
private readonly _onDestroy$;
|
|
49
51
|
/** @hidden */
|
|
@@ -73,6 +75,8 @@ export declare class PopoverService extends BasePopoverClass {
|
|
|
73
75
|
applyNewPosition(positions: ConnectedPosition[]): void;
|
|
74
76
|
/** Method called to refresh position of opened popover */
|
|
75
77
|
refreshPosition(): void;
|
|
78
|
+
/** Temporary sets the ignoring of the event triggers. */
|
|
79
|
+
setIgnoreTriggers(ignore: boolean): void;
|
|
76
80
|
/** Equivalent for ngOnDestroy method, whether component is destroyed, this method should be called */
|
|
77
81
|
onDestroy(): void;
|
|
78
82
|
/**
|
|
@@ -73,6 +73,8 @@ export declare class PopoverComponent extends BasePopoverClass implements AfterV
|
|
|
73
73
|
open(): void;
|
|
74
74
|
/** Closes the popover. */
|
|
75
75
|
close(focusActiveElement?: boolean): void;
|
|
76
|
+
/** Temporary sets the ignoring of the event triggers. */
|
|
77
|
+
setIgnoreTriggers(ignore: boolean): void;
|
|
76
78
|
/**
|
|
77
79
|
* Method called to change position of popover,
|
|
78
80
|
* recommended to be used only when popover is opened, otherwise change position or cdkPlacement
|
|
@@ -54,21 +54,21 @@ function addExternalLibraries(options) {
|
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
if (!(0, package_utils_1.hasPackage)(tree, '@fundamental-ngx/i18n') ||
|
|
57
|
-
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/i18n', '0.46.0-rc.
|
|
57
|
+
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/i18n', '0.46.0-rc.21', '<')) {
|
|
58
58
|
dependencies.push({
|
|
59
59
|
type: dependencies_1.NodeDependencyType.Default,
|
|
60
60
|
// Will be replaced with the real version during sync-version script run
|
|
61
|
-
version: `0.46.0-rc.
|
|
61
|
+
version: `0.46.0-rc.21`,
|
|
62
62
|
name: '@fundamental-ngx/i18n',
|
|
63
63
|
overwrite: true
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
66
|
if (!(0, package_utils_1.hasPackage)(tree, '@fundamental-ngx/cdk') ||
|
|
67
|
-
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/cdk', '0.46.0-rc.
|
|
67
|
+
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/cdk', '0.46.0-rc.21', '<')) {
|
|
68
68
|
dependencies.push({
|
|
69
69
|
type: dependencies_1.NodeDependencyType.Default,
|
|
70
70
|
// Will be replaced with the real version during sync-version script run
|
|
71
|
-
version: `0.46.0-rc.
|
|
71
|
+
version: `0.46.0-rc.21`,
|
|
72
72
|
name: '@fundamental-ngx/cdk',
|
|
73
73
|
overwrite: true
|
|
74
74
|
});
|
|
@@ -39,18 +39,20 @@ export declare class ScrollbarDirective implements OnDestroy {
|
|
|
39
39
|
/** @hidden */
|
|
40
40
|
private _document;
|
|
41
41
|
/** @hidden */
|
|
42
|
+
private readonly _csp_nonce;
|
|
43
|
+
/** @hidden */
|
|
42
44
|
private _noHorizontalScroll;
|
|
43
45
|
/** @hidden */
|
|
44
46
|
private _noVerticalScroll;
|
|
45
47
|
/** @hidden */
|
|
46
48
|
private _alwaysVisible;
|
|
47
|
-
/** @hidden */
|
|
48
|
-
onScroll(event: Event): void;
|
|
49
49
|
/**
|
|
50
50
|
* @hidden
|
|
51
51
|
*/
|
|
52
52
|
constructor(_elementRef: ElementRef<HTMLElement>, renderer2: Renderer2);
|
|
53
53
|
/** @hidden */
|
|
54
|
+
onScroll(event: Event): void;
|
|
55
|
+
/** @hidden */
|
|
54
56
|
ngOnDestroy(): void;
|
|
55
57
|
/** method to invoke scroll */
|
|
56
58
|
scroll(options: ScrollToOptions): void;
|
|
@@ -12,7 +12,7 @@ import { SelectInterface } from './select.interface';
|
|
|
12
12
|
import { SelectKeyManagerService } from './select-key-manager.service';
|
|
13
13
|
import { FdOptionSelectionChange, OptionComponent } from './option/option.component';
|
|
14
14
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
15
|
-
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
15
|
+
import { FormFieldAdvancedStateMessage, FormStates } from '@fundamental-ngx/cdk/forms';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
17
|
export declare const SELECT_PANEL_MAX_HEIGHT = 250;
|
|
18
18
|
/** The height of the select items in `rem` units. */
|
|
@@ -92,6 +92,8 @@ export declare class SelectComponent<T = any> implements ControlValueAccessor, S
|
|
|
92
92
|
selectControlClass: Nullable<string>;
|
|
93
93
|
/** Additional classname for the select dropdown button element. */
|
|
94
94
|
selectDropdownButtonClass: Nullable<string>;
|
|
95
|
+
/** Holds advanced message renderer with respect to state. */
|
|
96
|
+
advancedStateMessage: Nullable<FormFieldAdvancedStateMessage>;
|
|
95
97
|
/** Event emitted when the popover open state changes. */
|
|
96
98
|
readonly isOpenChange: EventEmitter<boolean>;
|
|
97
99
|
/** Event emitted when the selected value of the select changes. */
|
|
@@ -278,7 +280,7 @@ export declare class SelectComponent<T = any> implements ControlValueAccessor, S
|
|
|
278
280
|
/** @hidden */
|
|
279
281
|
private _setupMobileMode;
|
|
280
282
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent<any>, [{ attribute: "tabindex"; }, { optional: true; }, null, null, null, { optional: true; }, { optional: true; self: true; }, { optional: true; }, null]>;
|
|
281
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "fd-select", never, { "extendedBodyTemplate": { "alias": "extendedBodyTemplate"; "required": false; }; "controlId": { "alias": "controlId"; "required": false; }; "state": { "alias": "state"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "stateMessage": { "alias": "stateMessage"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "controlTemplate": { "alias": "controlTemplate"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "unselectMissingOption": { "alias": "unselectMissingOption"; "required": false; }; "typeaheadDebounceInterval": { "alias": "typeaheadDebounceInterval"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "mobileConfig": { "alias": "mobileConfig"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "selectControlClass": { "alias": "selectControlClass"; "required": false; }; "selectDropdownButtonClass": { "alias": "selectDropdownButtonClass"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; }, { "isOpenChange": "isOpenChange"; "valueChange": "valueChange"; }, ["_options"], ["*"], false, never, false>;
|
|
283
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "fd-select", never, { "extendedBodyTemplate": { "alias": "extendedBodyTemplate"; "required": false; }; "controlId": { "alias": "controlId"; "required": false; }; "state": { "alias": "state"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "stateMessage": { "alias": "stateMessage"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "controlTemplate": { "alias": "controlTemplate"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "unselectMissingOption": { "alias": "unselectMissingOption"; "required": false; }; "typeaheadDebounceInterval": { "alias": "typeaheadDebounceInterval"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "mobileConfig": { "alias": "mobileConfig"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "selectControlClass": { "alias": "selectControlClass"; "required": false; }; "selectDropdownButtonClass": { "alias": "selectDropdownButtonClass"; "required": false; }; "advancedStateMessage": { "alias": "advancedStateMessage"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; }, { "isOpenChange": "isOpenChange"; "valueChange": "valueChange"; }, ["_options"], ["*"], false, never, false>;
|
|
282
284
|
}
|
|
283
285
|
export declare class DeprecatedSelectCSSClasses implements ModuleDeprecation {
|
|
284
286
|
/** @hidden */
|
package/theming/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export * from './theming.module';
|
|
2
|
-
export * from './tokens';
|
|
3
1
|
export * from './config';
|
|
4
2
|
export * from './interfaces/theme.interface';
|
|
5
3
|
export * from './interfaces/theming-config.interface';
|
|
4
|
+
export * from './provide-theming';
|
|
6
5
|
export * from './standard-themes';
|
|
6
|
+
export * from './theming.module';
|
|
7
7
|
export * from './theming.service';
|
|
8
|
+
export * from './tokens';
|
|
Binary file
|