@crystaldesign/diva-backoffice 26.4.0-beta.32 → 26.4.0-beta.33

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 (2) hide show
  1. package/build/esm/index.js +12 -12
  2. package/package.json +9 -9
@@ -46410,12 +46410,12 @@ function Items(_ref) {
46410
46410
  type: 'dotnetSSM',
46411
46411
  idCol: 'optionKey',
46412
46412
  apiInterface: {
46413
- read: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options',
46414
- create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options',
46415
- restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/${optionKey}',
46416
- "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/${optionKey}',
46417
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/${optionKey}',
46418
- bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/bulk'
46413
+ read: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options',
46414
+ create: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options',
46415
+ restore: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/${optionKey}',
46416
+ "delete": apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/${optionKey}',
46417
+ update: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/${optionKey}',
46418
+ bulk: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/bulk'
46419
46419
  },
46420
46420
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
46421
46421
  floatingFilter: true,
@@ -46515,12 +46515,12 @@ var TableOptionGroups = observer(function () {
46515
46515
  type: 'dotnetSSM',
46516
46516
  idCol: 'optionGroupKey',
46517
46517
  apiInterface: {
46518
- read: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups',
46519
- create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups',
46520
- restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
46521
- "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
46522
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
46523
- bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/bulk'
46518
+ read: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups',
46519
+ create: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups',
46520
+ restore: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
46521
+ "delete": apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
46522
+ update: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
46523
+ bulk: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/bulk'
46524
46524
  },
46525
46525
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
46526
46526
  colDef: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "26.4.0-beta.32",
3
+ "version": "26.4.0-beta.33",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^6.5.0",
@@ -15,13 +15,13 @@
15
15
  "dependencies": {
16
16
  "@ant-design/icons": "6.1.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "26.4.0-beta.32",
19
- "@crystaldesign/content-item": "26.4.0-beta.32",
20
- "@crystaldesign/diva-core": "26.4.0-beta.32",
21
- "@crystaldesign/diva-utils": "26.4.0-beta.32",
22
- "@crystaldesign/media-upload": "26.4.0-beta.32",
23
- "@crystaldesign/rtf-editor": "26.4.0-beta.32",
24
- "@crystaldesign/spreadsheet": "26.4.0-beta.32",
18
+ "@crystaldesign/content-box": "26.4.0-beta.33",
19
+ "@crystaldesign/content-item": "26.4.0-beta.33",
20
+ "@crystaldesign/diva-core": "26.4.0-beta.33",
21
+ "@crystaldesign/diva-utils": "26.4.0-beta.33",
22
+ "@crystaldesign/media-upload": "26.4.0-beta.33",
23
+ "@crystaldesign/rtf-editor": "26.4.0-beta.33",
24
+ "@crystaldesign/spreadsheet": "26.4.0-beta.33",
25
25
  "@google/model-viewer": "3.5.0",
26
26
  "ag-charts-community": "^10.1.0",
27
27
  "ag-charts-react": "^10.1.0",
@@ -52,5 +52,5 @@
52
52
  },
53
53
  "module": "build/esm/index.js",
54
54
  "types": "./build/types/backoffice/src/index.d.ts",
55
- "gitHead": "8932f0b7705d4e747f1c02662453ff56e28f516b"
55
+ "gitHead": "dcb7207ec562b881e6872f72bf2c37b3edf7d95a"
56
56
  }