@fundamental-ngx/ui5-webcomponents-fiori 0.58.0-rc.0
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/README.md +3 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-fiori-types.mjs +26 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-fiori-types.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-fiori-utils.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-fiori-utils.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-fiori.mjs +4620 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-fiori.mjs.map +1 -0
- package/index.d.ts +2081 -0
- package/package.json +57 -0
- package/types/index.d.ts +21 -0
- package/utils/index.d.ts +23 -0
package/package.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@fundamental-ngx/ui5-webcomponents-fiori",
|
|
3
|
+
"version": "0.58.0-rc.0",
|
|
4
|
+
"schematics": "./schematics/collection.json",
|
|
5
|
+
"description": "Fundamental Library for Angular - UI5 Webcomponents Fiori",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"homepage": "https://sap.github.io/fundamental-ngx",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/SAP/fundamental-ngx"
|
|
11
|
+
},
|
|
12
|
+
"engine": {
|
|
13
|
+
"node": ">= 10"
|
|
14
|
+
},
|
|
15
|
+
"peerDependencies": {
|
|
16
|
+
"@angular/animations": "^20.0.0",
|
|
17
|
+
"@angular/cdk": "^20.0.0",
|
|
18
|
+
"@angular/common": "^20.0.0",
|
|
19
|
+
"@angular/core": "^20.0.0",
|
|
20
|
+
"@angular/forms": "^20.0.0",
|
|
21
|
+
"@angular/platform-browser": "^20.0.0",
|
|
22
|
+
"@angular/router": "^20.0.0",
|
|
23
|
+
"@fundamental-ngx/ui5-webcomponents": "0.58.0-rc.1",
|
|
24
|
+
"fundamental-styles": "0.40.1",
|
|
25
|
+
"rxjs": "^7.8.0"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
|
+
"compare-versions": "^6.1.0",
|
|
30
|
+
"fast-deep-equal": "3.1.3",
|
|
31
|
+
"lodash-es": "^4.17.0",
|
|
32
|
+
"tslib": "^2.0.0"
|
|
33
|
+
},
|
|
34
|
+
"ng-add": {
|
|
35
|
+
"save": "dependencies"
|
|
36
|
+
},
|
|
37
|
+
"module": "fesm2022/fundamental-ngx-ui5-webcomponents-fiori.mjs",
|
|
38
|
+
"typings": "index.d.ts",
|
|
39
|
+
"exports": {
|
|
40
|
+
"./package.json": {
|
|
41
|
+
"default": "./package.json"
|
|
42
|
+
},
|
|
43
|
+
".": {
|
|
44
|
+
"types": "./index.d.ts",
|
|
45
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-fiori.mjs"
|
|
46
|
+
},
|
|
47
|
+
"./types": {
|
|
48
|
+
"types": "./types/index.d.ts",
|
|
49
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-fiori-types.mjs"
|
|
50
|
+
},
|
|
51
|
+
"./utils": {
|
|
52
|
+
"types": "./utils/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-fiori-utils.mjs"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"sideEffects": false
|
|
57
|
+
}
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export { default as FCLLayout } from '@ui5/webcomponents-fiori/dist/types/FCLLayout.js';
|
|
2
|
+
export { default as IllustrationMessageDesign } from '@ui5/webcomponents-fiori/dist/types/IllustrationMessageDesign.js';
|
|
3
|
+
export { default as IllustrationMessageType } from '@ui5/webcomponents-fiori/dist/types/IllustrationMessageType.js';
|
|
4
|
+
export { default as MediaGalleryItemLayout } from '@ui5/webcomponents-fiori/dist/types/MediaGalleryItemLayout.js';
|
|
5
|
+
export { default as MediaGalleryLayout } from '@ui5/webcomponents-fiori/dist/types/MediaGalleryLayout.js';
|
|
6
|
+
export { default as MediaGalleryMenuHorizontalAlign } from '@ui5/webcomponents-fiori/dist/types/MediaGalleryMenuHorizontalAlign.js';
|
|
7
|
+
export { default as MediaGalleryMenuVerticalAlign } from '@ui5/webcomponents-fiori/dist/types/MediaGalleryMenuVerticalAlign.js';
|
|
8
|
+
export { default as NavigationLayoutMode } from '@ui5/webcomponents-fiori/dist/types/NavigationLayoutMode.js';
|
|
9
|
+
export { default as NotificationListItemImportance } from '@ui5/webcomponents-fiori/dist/types/NotificationListItemImportance.js';
|
|
10
|
+
export { default as PageBackgroundDesign } from '@ui5/webcomponents-fiori/dist/types/PageBackgroundDesign.js';
|
|
11
|
+
export { default as SearchMode } from '@ui5/webcomponents-fiori/dist/types/SearchMode.js';
|
|
12
|
+
export { default as SideContentFallDown } from '@ui5/webcomponents-fiori/dist/types/SideContentFallDown.js';
|
|
13
|
+
export { default as SideContentPosition } from '@ui5/webcomponents-fiori/dist/types/SideContentPosition.js';
|
|
14
|
+
export { default as SideContentVisibility } from '@ui5/webcomponents-fiori/dist/types/SideContentVisibility.js';
|
|
15
|
+
export { default as SideNavigationItemDesign } from '@ui5/webcomponents-fiori/dist/types/SideNavigationItemDesign.js';
|
|
16
|
+
export { default as TimelineGrowingMode } from '@ui5/webcomponents-fiori/dist/types/TimelineGrowingMode.js';
|
|
17
|
+
export { default as TimelineLayout } from '@ui5/webcomponents-fiori/dist/types/TimelineLayout.js';
|
|
18
|
+
export { default as UploadCollectionSelectionMode } from '@ui5/webcomponents-fiori/dist/types/UploadCollectionSelectionMode.js';
|
|
19
|
+
export { default as UploadState } from '@ui5/webcomponents-fiori/dist/types/UploadState.js';
|
|
20
|
+
export { default as ViewSettingsDialogMode } from '@ui5/webcomponents-fiori/dist/types/ViewSettingsDialogMode.js';
|
|
21
|
+
export { default as WizardContentLayout } from '@ui5/webcomponents-fiori/dist/types/WizardContentLayout.js';
|
package/utils/index.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
|
|
5
|
+
declare class GenericControlValueAccessor<ValueType = any> implements ControlValueAccessor, AfterViewInit {
|
|
6
|
+
onChange: (val: ValueType) => void;
|
|
7
|
+
onTouched: () => void;
|
|
8
|
+
private elementRef;
|
|
9
|
+
private cdr;
|
|
10
|
+
private _value;
|
|
11
|
+
private _initialized;
|
|
12
|
+
ngAfterViewInit(): void;
|
|
13
|
+
setDisabledState: (isDisabled: boolean) => void;
|
|
14
|
+
registerOnChange(fn: (newVal: ValueType) => void): void;
|
|
15
|
+
registerOnTouched(fn: () => void): void;
|
|
16
|
+
writeValue(val: ValueType): void;
|
|
17
|
+
private initializeComponent;
|
|
18
|
+
private updateElementValue;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GenericControlValueAccessor<any>, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GenericControlValueAccessor<any>, "[noop]", never, {}, {}, never, never, true, never>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { GenericControlValueAccessor };
|