@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.
Files changed (54) hide show
  1. package/README.md +25 -84
  2. package/fesm2022/fundamental-ngx-platform-approval-flow.mjs +4 -4
  3. package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
  4. package/fesm2022/fundamental-ngx-platform-button.mjs +14 -4
  5. package/fesm2022/fundamental-ngx-platform-button.mjs.map +1 -1
  6. package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs +2 -2
  7. package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs.map +1 -1
  8. package/fesm2022/fundamental-ngx-platform-feed-input.mjs +9 -4
  9. package/fesm2022/fundamental-ngx-platform-feed-input.mjs.map +1 -1
  10. package/fesm2022/fundamental-ngx-platform-form.mjs +50 -50
  11. package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
  12. package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +30 -31
  13. package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs.map +1 -1
  14. package/fesm2022/fundamental-ngx-platform-link.mjs +2 -2
  15. package/fesm2022/fundamental-ngx-platform-link.mjs.map +1 -1
  16. package/fesm2022/fundamental-ngx-platform-list.mjs +47 -12
  17. package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
  18. package/fesm2022/fundamental-ngx-platform-menu.mjs +4 -4
  19. package/fesm2022/fundamental-ngx-platform-menu.mjs.map +1 -1
  20. package/fesm2022/fundamental-ngx-platform-message-popover.mjs +100 -108
  21. package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
  22. package/fesm2022/fundamental-ngx-platform-object-marker.mjs +3 -3
  23. package/fesm2022/fundamental-ngx-platform-object-marker.mjs.map +1 -1
  24. package/fesm2022/fundamental-ngx-platform-page-footer.mjs +6 -3
  25. package/fesm2022/fundamental-ngx-platform-page-footer.mjs.map +1 -1
  26. package/fesm2022/fundamental-ngx-platform-panel.mjs +2 -2
  27. package/fesm2022/fundamental-ngx-platform-panel.mjs.map +1 -1
  28. package/fesm2022/fundamental-ngx-platform-search-field.mjs +2 -2
  29. package/fesm2022/fundamental-ngx-platform-search-field.mjs.map +1 -1
  30. package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs +5 -5
  31. package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs.map +1 -1
  32. package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs +2 -2
  33. package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs.map +1 -1
  34. package/fesm2022/fundamental-ngx-platform-table-helpers.mjs +336 -87
  35. package/fesm2022/fundamental-ngx-platform-table-helpers.mjs.map +1 -1
  36. package/fesm2022/fundamental-ngx-platform-table.mjs +195 -38
  37. package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
  38. package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +5 -6
  39. package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
  40. package/fesm2022/fundamental-ngx-platform-variant-management.mjs +2 -2
  41. package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
  42. package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +1 -1
  43. package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
  44. package/package.json +4 -4
  45. package/schematics/ng-add/index.js +1 -1
  46. package/types/fundamental-ngx-platform-button.d.ts +10 -0
  47. package/types/fundamental-ngx-platform-feed-input.d.ts +5 -1
  48. package/types/fundamental-ngx-platform-form.d.ts +9 -8
  49. package/types/fundamental-ngx-platform-icon-tab-bar.d.ts +6 -8
  50. package/types/fundamental-ngx-platform-list.d.ts +11 -0
  51. package/types/fundamental-ngx-platform-message-popover.d.ts +18 -5
  52. package/types/fundamental-ngx-platform-page-footer.d.ts +2 -0
  53. package/types/fundamental-ngx-platform-table-helpers.d.ts +89 -10
  54. package/types/fundamental-ngx-platform-table.d.ts +127 -86
package/README.md CHANGED
@@ -1,109 +1,50 @@
1
- # @Fundamental-NGX/platform
1
+ # @fundamental-ngx/platform
2
2
 
3
- [![npm version](https://badge.fury.io/js/%40fundamental-ngx%2Fcore.svg)](//www.npmjs.com/package/@fundamental-ngx/platform)
3
+ [![npm version](https://badge.fury.io/js/%40fundamental-ngx%2Fplatform.svg)](//www.npmjs.com/package/@fundamental-ngx/platform)
4
4
  ![Build Status](https://github.com/SAP/fundamental-ngx/actions/workflows/create-release.yml/badge.svg?branch=main)
5
5
  ![npm](https://img.shields.io/npm/dm/@fundamental-ngx/platform?label=npm%20downloads)
6
6
  [![Slack](https://img.shields.io/badge/slack-ui--fundamentals-blue.svg?logo=slack)](https://ui-fundamentals.slack.com)
7
7
  [![REUSE status](https://api.reuse.software/badge/github.com/SAP/fundamental-ngx)](https://api.reuse.software/info/github.com/SAP/fundamental-ngx)
8
8
 
9
- ## Content
9
+ ## Description
10
10
 
11
- - [1. Description](#1)
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
- ## <a name="1"></a>1. Description
13
+ See the [Component Documentation](https://sap.github.io/fundamental-ngx) for examples and API details.
22
14
 
23
- The `@fundamental-ngx/platform` library is a set of [Angular](https://angular.io/) components built using [Fundamental Library Styles](https://sap.github.io/fundamental-styles/).
15
+ ## Requirements
24
16
 
25
- The Fundamental Library for Angular is an SAP Design System Angular component library used to build modern product user experiences with the SAP look and feel.
17
+ Angular 21 or newer. Prior knowledge of Angular is recommended.
26
18
 
27
- See [Component Documentation](https://sap.github.io/fundamental-ngx/#/core/new-component) for examples and API details.
19
+ ## Getting Started
28
20
 
29
- ## <a name="2"></a>2. Requirements
21
+ ```bash
22
+ ng add @fundamental-ngx/platform
23
+ ```
30
24
 
31
- To download and use Fundamental Library for Angular, you will first need to install the [node package manager](https://www.npmjs.com/get-npm).
25
+ Import individual components (standalone by default):
32
26
 
33
- Fundamental Library for Angular is intended for use with Angular 15 or newer.
27
+ ```typescript
28
+ import { PlatformTableModule } from '@fundamental-ngx/platform/table';
29
+ import { PlatformSearchFieldModule } from '@fundamental-ngx/platform/search-field';
30
+ ```
34
31
 
35
- Prior knowledge of Angular is recommended, to use the fundamental-ngx library.
32
+ ## Versioning
36
33
 
37
- ## <a name="3"></a>3. Versioning
34
+ Check the [Breaking Changes](https://github.com/SAP/fundamental-ngx/wiki#breaking-changes) for upgrade guidance.
38
35
 
39
- npm package [fundamental-ngx](https://npmjs.com/package/fundamental-ngx) version `0.10.0` is compiled with Angular 7. It supports Angular 6 and 7 versions.
40
- This version is not supported by bug fixes.
36
+ ## Known Issues
41
37
 
42
- npm package [@fundamental-ngx/platform](https://www.npmjs.com/package/@fundamental-ngx/platform) version `0.11.x` is compiled with Angular 8.
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
- npm package [@fundamental-ngx/platform](https://www.npmjs.com/package/@fundamental-ngx/platform) versions `0.12.y - 0.15.z` are compiled with Angular 8.
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
- ## <a name="7"></a>7. Contributing
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
- Check out the [NEW_COMPONENT.md](https://github.com/SAP/fundamental-ngx/blob/main/NEW_COMPONENT.md) guide on building a new component for the library and creating the necessary documentation for your new component.
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
- ## <a name="9"></a>8. Similar Projects
48
+ ## License
108
49
 
109
- [Fundamental-react](https://github.com/SAP/fundamental-react) - React implementation of Fundamental Library Styles
50
+ See [LICENSE.txt](https://github.com/SAP/fundamental-ngx/blob/main/LICENSE.txt).