@fundamental-ngx/platform 0.62.0-rc.8 → 0.62.0-rc.80
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 +25 -84
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs +4 -4
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-button.mjs +14 -4
- package/fesm2022/fundamental-ngx-platform-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs +9 -4
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-form.mjs +50 -50
- package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +30 -31
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-link.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-link.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-list.mjs +47 -12
- package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-menu.mjs +4 -4
- package/fesm2022/fundamental-ngx-platform-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs +100 -108
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-object-marker.mjs +3 -3
- package/fesm2022/fundamental-ngx-platform-object-marker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-page-footer.mjs +6 -3
- package/fesm2022/fundamental-ngx-platform-page-footer.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-panel.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-search-field.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-search-field.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs +5 -5
- package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table-helpers.mjs +336 -87
- package/fesm2022/fundamental-ngx-platform-table-helpers.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table.mjs +195 -38
- package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +5 -6
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs +2 -2
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +1 -1
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
- package/package.json +4 -4
- package/schematics/ng-add/index.js +1 -1
- package/types/fundamental-ngx-platform-button.d.ts +10 -0
- package/types/fundamental-ngx-platform-feed-input.d.ts +5 -1
- package/types/fundamental-ngx-platform-form.d.ts +9 -8
- package/types/fundamental-ngx-platform-icon-tab-bar.d.ts +6 -8
- package/types/fundamental-ngx-platform-list.d.ts +11 -0
- package/types/fundamental-ngx-platform-message-popover.d.ts +18 -5
- package/types/fundamental-ngx-platform-page-footer.d.ts +2 -0
- package/types/fundamental-ngx-platform-table-helpers.d.ts +89 -10
- package/types/fundamental-ngx-platform-table.d.ts +127 -86
package/README.md
CHANGED
|
@@ -1,109 +1,50 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @fundamental-ngx/platform
|
|
2
2
|
|
|
3
|
-
[](//www.npmjs.com/package/@fundamental-ngx/platform)
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
[](https://ui-fundamentals.slack.com)
|
|
7
7
|
[](https://api.reuse.software/info/github.com/SAP/fundamental-ngx)
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## Description
|
|
10
10
|
|
|
11
|
-
-
|
|
12
|
-
- [2. Requirements](#2)
|
|
13
|
-
- [3. Versioning](#3)
|
|
14
|
-
- [4. Getting Started](#4)
|
|
15
|
-
- [5. Known Issues](#5)
|
|
16
|
-
- [6. Support](#6)
|
|
17
|
-
- [7. Contributing](#7)
|
|
18
|
-
- [8. License](https://github.com/SAP/fundamental-ngx/blob/main/LICENSE.txt)
|
|
19
|
-
- [9. Similar Projects](#8)
|
|
11
|
+
`@fundamental-ngx/platform` is built on top of `@fundamental-ngx/core` to provide higher-level components with built-in form integration, data binding, and application-level patterns. It abstracts common implementation details to boost productivity.
|
|
20
12
|
|
|
21
|
-
|
|
13
|
+
See the [Component Documentation](https://sap.github.io/fundamental-ngx) for examples and API details.
|
|
22
14
|
|
|
23
|
-
|
|
15
|
+
## Requirements
|
|
24
16
|
|
|
25
|
-
|
|
17
|
+
Angular 21 or newer. Prior knowledge of Angular is recommended.
|
|
26
18
|
|
|
27
|
-
|
|
19
|
+
## Getting Started
|
|
28
20
|
|
|
29
|
-
|
|
21
|
+
```bash
|
|
22
|
+
ng add @fundamental-ngx/platform
|
|
23
|
+
```
|
|
30
24
|
|
|
31
|
-
|
|
25
|
+
Import individual components (standalone by default):
|
|
32
26
|
|
|
33
|
-
|
|
27
|
+
```typescript
|
|
28
|
+
import { PlatformTableModule } from '@fundamental-ngx/platform/table';
|
|
29
|
+
import { PlatformSearchFieldModule } from '@fundamental-ngx/platform/search-field';
|
|
30
|
+
```
|
|
34
31
|
|
|
35
|
-
|
|
32
|
+
## Versioning
|
|
36
33
|
|
|
37
|
-
|
|
34
|
+
Check the [Breaking Changes](https://github.com/SAP/fundamental-ngx/wiki#breaking-changes) for upgrade guidance.
|
|
38
35
|
|
|
39
|
-
|
|
40
|
-
This version is not supported by bug fixes.
|
|
36
|
+
## Known Issues
|
|
41
37
|
|
|
42
|
-
|
|
43
|
-
It supports Angular 8 version and newer. This version will have merged some bug-fixes.
|
|
38
|
+
See [Issues](https://github.com/SAP/fundamental-ngx/issues).
|
|
44
39
|
|
|
45
|
-
|
|
46
|
-
It supports the current Angular 8 version and newer. This version also can be used along with enabled IVY.
|
|
47
|
-
|
|
48
|
-
npm package [@fundamental-ngx/platform](https://www.npmjs.com/package/@fundamental-ngx/platform) versions `0.16.y - 0.18.z` are compiled with Angular 8.
|
|
49
|
-
It supports the current Angular 9 version and newer. This version also can be used along with enabled IVY.
|
|
50
|
-
|
|
51
|
-
Check the [Breaking Changes](https://github.com/SAP/fundamental-ngx/wiki#breaking-changes) for the latest patches changes.
|
|
52
|
-
|
|
53
|
-
## <a name="4"></a>4. Getting Started
|
|
54
|
-
|
|
55
|
-
For an existing Angular CLI application,
|
|
56
|
-
|
|
57
|
-
0. **Video tutorial**
|
|
58
|
-
[How to use the Fundamental Core Library](https://www.youtube.com/watch?v=i4VIiuzD2Fg)
|
|
59
|
-
|
|
60
|
-
1. **Install Fundamental-NGX.**
|
|
61
|
-
`ng add @fundamental-ngx/platform`
|
|
62
|
-
For models prior to 0.10 use `fundamental-ngx`
|
|
63
|
-
|
|
64
|
-
_If you do not use the Angular CLI or if this command does not work for you, please see the [full installation guide](https://github.com/SAP/fundamental-ngx/wiki/Full-Installation-Guide)._
|
|
65
|
-
|
|
66
|
-
1. **Edit your tsconfig.**
|
|
67
|
-
Edit the `target` in your `tsconfig.json` to `es5`. The library is incompatible with later versions.
|
|
68
|
-
1. **Import the modules you want to use.**
|
|
69
|
-
|
|
70
|
-
To add the entire library, add the following import to your main application module.
|
|
71
|
-
|
|
72
|
-
```typescript
|
|
73
|
-
import { FundamentalNgxPlatformModule } from '@fundamental-ngx/platform';
|
|
74
|
-
|
|
75
|
-
@NgModule({
|
|
76
|
-
...
|
|
77
|
-
imports: [FundamentalNgxPlatformModule],
|
|
78
|
-
})
|
|
79
|
-
export class DemoModule { }
|
|
80
|
-
```
|
|
81
|
-
|
|
82
|
-
To include an individual Angular Fundamental component in your application, you only need to import the relevant module.
|
|
83
|
-
|
|
84
|
-
1. **Provide the RtlService.**
|
|
85
|
-
In your main application module, add `RtlService` to the list of providers. This service is needed to ensure proper right-to-left functionality for
|
|
86
|
-
users with their browser set to an RTL language.
|
|
87
|
-
1. **Provide the ContentDensityService.**
|
|
88
|
-
In your main application module, you will also need to add `ContentDensityService` to the list of providers if you wish to manage the content density of
|
|
89
|
-
you application from a single point.
|
|
90
|
-
|
|
91
|
-
1. **Add the component to your HTML.**
|
|
92
|
-
|
|
93
|
-
## <a name="5"></a>5. Known Issues
|
|
94
|
-
|
|
95
|
-
Please see [Issues](https://github.com/SAP/fundamental-ngx/issues).
|
|
96
|
-
|
|
97
|
-
## <a name="6"></a>6. Support
|
|
40
|
+
## Support
|
|
98
41
|
|
|
99
42
|
If you encounter an issue, you can [create a ticket](https://github.com/SAP/fundamental-ngx/issues).
|
|
100
43
|
|
|
101
|
-
##
|
|
102
|
-
|
|
103
|
-
If you want to contribute, please check the [CONTRIBUTING.md](https://github.com/SAP/fundamental-ngx/blob/main/CONTRIBUTING.md) documentation for contribution guidelines. Please follow the [Angular commit message guidelines](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit).
|
|
44
|
+
## Contributing
|
|
104
45
|
|
|
105
|
-
|
|
46
|
+
See [CONTRIBUTING.md](https://github.com/SAP/fundamental-ngx/blob/main/CONTRIBUTING.md) for guidelines and [NEW_COMPONENT.md](https://github.com/SAP/fundamental-ngx/blob/main/NEW_COMPONENT.md) for building new components.
|
|
106
47
|
|
|
107
|
-
##
|
|
48
|
+
## License
|
|
108
49
|
|
|
109
|
-
[
|
|
50
|
+
See [LICENSE.txt](https://github.com/SAP/fundamental-ngx/blob/main/LICENSE.txt).
|