@fundamental-ngx/ui5-webcomponents 0.58.0-rc.93 → 0.58.0-rc.95

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 (1) hide show
  1. package/package.json +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.93",
3
+ "version": "0.58.0-rc.95",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -13,13 +13,13 @@
13
13
  "node": ">= 10"
14
14
  },
15
15
  "peerDependencies": {
16
- "@angular/animations": "ANGULAR_VER_PLACEHOLDER",
17
- "@angular/cdk": "ANGULAR_VER_PLACEHOLDER",
18
- "@angular/common": "ANGULAR_VER_PLACEHOLDER",
19
- "@angular/core": "ANGULAR_VER_PLACEHOLDER",
20
- "@angular/forms": "ANGULAR_VER_PLACEHOLDER",
21
- "@angular/platform-browser": "ANGULAR_VER_PLACEHOLDER",
22
- "@angular/router": "ANGULAR_VER_PLACEHOLDER",
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
23
  "fundamental-styles": "0.40.1",
24
24
  "rxjs": "^7.8.0"
25
25
  },
@@ -147,14 +147,14 @@
147
147
  "types": "./date-range-picker/index.d.ts",
148
148
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs"
149
149
  },
150
- "./dialog": {
151
- "types": "./dialog/index.d.ts",
152
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
153
- },
154
150
  "./date-time-picker": {
155
151
  "types": "./date-time-picker/index.d.ts",
156
152
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
157
153
  },
154
+ "./dialog": {
155
+ "types": "./dialog/index.d.ts",
156
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
157
+ },
158
158
  "./dynamic-date-range": {
159
159
  "types": "./dynamic-date-range/index.d.ts",
160
160
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs"
@@ -343,14 +343,14 @@
343
343
  "types": "./table/index.d.ts",
344
344
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs"
345
345
  },
346
- "./table-growing": {
347
- "types": "./table-growing/index.d.ts",
348
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs"
349
- },
350
346
  "./table-cell": {
351
347
  "types": "./table-cell/index.d.ts",
352
348
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs"
353
349
  },
350
+ "./table-growing": {
351
+ "types": "./table-growing/index.d.ts",
352
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs"
353
+ },
354
354
  "./table-header-cell": {
355
355
  "types": "./table-header-cell/index.d.ts",
356
356
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs"
@@ -367,14 +367,14 @@
367
367
  "types": "./table-row/index.d.ts",
368
368
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs"
369
369
  },
370
- "./table-row-action-navigation": {
371
- "types": "./table-row-action-navigation/index.d.ts",
372
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs"
373
- },
374
370
  "./table-row-action": {
375
371
  "types": "./table-row-action/index.d.ts",
376
372
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs"
377
373
  },
374
+ "./table-row-action-navigation": {
375
+ "types": "./table-row-action-navigation/index.d.ts",
376
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs"
377
+ },
378
378
  "./table-selection": {
379
379
  "types": "./table-selection/index.d.ts",
380
380
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs"
@@ -431,6 +431,10 @@
431
431
  "types": "./tokenizer/index.d.ts",
432
432
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs"
433
433
  },
434
+ "./toolbar": {
435
+ "types": "./toolbar/index.d.ts",
436
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
437
+ },
434
438
  "./toolbar-button": {
435
439
  "types": "./toolbar-button/index.d.ts",
436
440
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
@@ -439,10 +443,6 @@
439
443
  "types": "./toolbar-select/index.d.ts",
440
444
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs"
441
445
  },
442
- "./toolbar": {
443
- "types": "./toolbar/index.d.ts",
444
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
445
- },
446
446
  "./toolbar-select-option": {
447
447
  "types": "./toolbar-select-option/index.d.ts",
448
448
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"