@crystaldesign/diva-backoffice 24.13.0-rc.9 → 24.14.0-beta.10

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.
@@ -8919,6 +8919,9 @@ function loadConfiguration(t, root, config, lang) {
8919
8919
  }, {
8920
8920
  value: 'MASTER',
8921
8921
  label: 'MASTER'
8922
+ }, {
8923
+ value: '3DEXPORT',
8924
+ label: '3DEXPORT'
8922
8925
  }, {
8923
8926
  value: 'SPIN',
8924
8927
  label: 'SPIN'
@@ -9108,7 +9111,7 @@ function loadConfiguration(t, root, config, lang) {
9108
9111
  label: t('backoffice.form.renderjob.itemSelector'),
9109
9112
  mode: 'single',
9110
9113
  type: 'select',
9111
- values: ['HQ', 'AR', 'MASTER', 'SPIN', 'CUTOUT'],
9114
+ values: ['HQ', 'AR', 'MASTER', '3DEXPORT', 'SPIN', 'CUTOUT'],
9112
9115
  readonly: {
9113
9116
  field: 'state',
9114
9117
  op: 'gt',
@@ -9705,6 +9708,170 @@ function loadConfiguration(t, root, config, lang) {
9705
9708
  label: t('backoffice.form.renderjob.items.productName'),
9706
9709
  type: 'input',
9707
9710
  readonly: true
9711
+ }, {
9712
+ name: 'functionType',
9713
+ label: t('backoffice.form.renderjob.items.functionType'),
9714
+ type: 'select',
9715
+ mode: 'single',
9716
+ readonly: {
9717
+ field: 'state',
9718
+ op: 'gt',
9719
+ value: 3
9720
+ },
9721
+ allowClear: true,
9722
+ values: ['PROD', 'PROD_SEC', 'PROD_CLOSE', 'PROD_MILIEU', 'SHO', 'CONFIG_INFO', 'AR_INFO', 'PROD_DETAIL', 'CAT', 'PLN', 'LOG', 'FUNC', 'COMMERCIAL', 'TPL', 'ASI', 'PLT', 'CAI', 'BAN', 'INF', 'OTH', 'ART', 'OPV']
9723
+ }, {
9724
+ name: 'priority',
9725
+ label: t('backoffice.form.renderjob.items.priority'),
9726
+ readonly: {
9727
+ field: 'state',
9728
+ op: 'gt',
9729
+ value: 3
9730
+ }
9731
+ }, {
9732
+ name: 'arViewerSetting',
9733
+ label: t('backoffice.form.renderjob.items.arViewerSetting'),
9734
+ mode: 'single',
9735
+ values: ['default', 'pfister'],
9736
+ readonly: {
9737
+ field: 'state',
9738
+ op: 'gt',
9739
+ value: 3
9740
+ },
9741
+ type: 'select'
9742
+ }, {
9743
+ label: t('backoffice.form.renderjob.items.dracoCompression'),
9744
+ name: 'dracoCompression',
9745
+ type: 'checkbox',
9746
+ readonly: {
9747
+ field: 'state',
9748
+ op: 'gt',
9749
+ value: 3
9750
+ }
9751
+ }, {
9752
+ label: t('backoffice.form.renderjob.items.originPosition'),
9753
+ name: 'originPosition',
9754
+ type: 'select',
9755
+ mode: 'single',
9756
+ translationPrefix: 'backoffice.form.renderjob.items',
9757
+ values: ['leftbackbottom', 'center'],
9758
+ readonly: {
9759
+ field: 'state',
9760
+ op: 'gt',
9761
+ value: 3
9762
+ }
9763
+ }, {
9764
+ name: 'engine',
9765
+ label: t('backoffice.form.renderjob.items.engine'),
9766
+ type: 'select',
9767
+ mode: 'single',
9768
+ marker: true,
9769
+ values: ['blender', 'unity', 'max'],
9770
+ readonly: {
9771
+ field: 'state',
9772
+ op: 'gt',
9773
+ value: 3
9774
+ }
9775
+ }, {
9776
+ name: 'arBakedMapsResolution',
9777
+ label: t('backoffice.form.renderjob.items.arBakedMapsResolution'),
9778
+ marker: true,
9779
+ type: 'input',
9780
+ readonly: {
9781
+ field: 'state',
9782
+ op: 'gt',
9783
+ value: 3
9784
+ },
9785
+ placeholder: 'z.B.: 1024'
9786
+ }, {
9787
+ name: 'fileFormat',
9788
+ label: t('backoffice.form.renderjob.items.fileFormat'),
9789
+ mode: 'single',
9790
+ type: 'select',
9791
+ marker: true,
9792
+ values: ['glb', 'gltf', 'fbx', 'blend'],
9793
+ readonly: {
9794
+ field: 'state',
9795
+ op: 'gt',
9796
+ value: 3
9797
+ },
9798
+ placeholder: 'z.B.: jpg, png, tif'
9799
+ }, {
9800
+ name: 'fileName',
9801
+ label: t('backoffice.form.renderjob.items.fileName'),
9802
+ type: 'input',
9803
+ readonly: {
9804
+ field: 'state',
9805
+ op: 'gt',
9806
+ value: 3
9807
+ },
9808
+ placeholder: 'z.B.: testrendering',
9809
+ dynamic: {
9810
+ seperator: '_',
9811
+ fields: ['job', 'divaNr', 'divaNrVariantId']
9812
+ }
9813
+ }, {
9814
+ name: 'group',
9815
+ label: t('backoffice.form.renderjob.items.group'),
9816
+ type: 'input',
9817
+ readonly: {
9818
+ field: 'state',
9819
+ op: 'gt',
9820
+ value: 3
9821
+ }
9822
+ }, {
9823
+ name: 'product',
9824
+ label: t('backoffice.form.renderjob.items.product'),
9825
+ type: 'input',
9826
+ readonly: true
9827
+ }, {
9828
+ name: 'organizationName',
9829
+ label: t('backoffice.form.renderjob.items.organizationName'),
9830
+ type: 'input',
9831
+ readonly: true
9832
+ }, {
9833
+ name: 'organization',
9834
+ label: t('backoffice.form.renderjob.items.organization'),
9835
+ type: 'input',
9836
+ readonly: true
9837
+ }, {
9838
+ name: 'createdByName',
9839
+ label: t('backoffice.form.renderjob.items.createdByName'),
9840
+ type: 'input',
9841
+ readonly: true
9842
+ }, {
9843
+ name: 'createdByEmail',
9844
+ label: t('backoffice.form.renderjob.items.createdByEmail'),
9845
+ type: 'input',
9846
+ readonly: true
9847
+ }, {
9848
+ name: 'createdBy',
9849
+ label: t('backoffice.form.renderjob.items.createdBy'),
9850
+ type: 'input',
9851
+ readonly: true
9852
+ }], [{
9853
+ name: '_id',
9854
+ label: 'ID',
9855
+ type: 'input',
9856
+ readonly: true
9857
+ }, {
9858
+ name: 'debugUser',
9859
+ label: t('backoffice.form.renderjob.items.debugUser'),
9860
+ type: 'checkbox',
9861
+ valueOnEnabled: {
9862
+ globalValue: 'userId'
9863
+ }
9864
+ }, {
9865
+ name: 'state',
9866
+ label: t('backoffice.form.renderjob.items.state'),
9867
+ type: 'display',
9868
+ translationPrefix: 'renderjob.state',
9869
+ readonly: true
9870
+ }, {
9871
+ name: 'productName',
9872
+ label: t('backoffice.form.renderjob.items.productName'),
9873
+ type: 'input',
9874
+ readonly: true
9708
9875
  }, {
9709
9876
  name: 'functionType',
9710
9877
  label: t('backoffice.form.renderjob.items.functionType'),
@@ -29558,7 +29725,8 @@ function PublishCustomCell (_ref) {
29558
29725
  var data = _ref.data,
29559
29726
  apiConfig = _ref.apiConfig,
29560
29727
  context = _ref.context,
29561
- api = _ref.api;
29728
+ api = _ref.api,
29729
+ node = _ref.node;
29562
29730
  var _useTranslation = useTranslation(),
29563
29731
  t = _useTranslation.t;
29564
29732
  var _React$useState = React.useState(false),
@@ -29573,35 +29741,51 @@ function PublishCustomCell (_ref) {
29573
29741
  while (1) switch (_context.prev = _context.next) {
29574
29742
  case 0:
29575
29743
  isLoading(true);
29744
+ _context.prev = 1;
29576
29745
  if (!publish) {
29577
- _context.next = 6;
29746
+ _context.next = 7;
29578
29747
  break;
29579
29748
  }
29580
- _context.next = 4;
29749
+ _context.next = 5;
29581
29750
  return context === null || context === void 0 ? void 0 : context.updateServerData(data, {
29582
29751
  update: apiConfig.enricherService + '/packages/${_id}/publish',
29583
29752
  usePut: true
29584
29753
  });
29585
- case 4:
29586
- _context.next = 8;
29754
+ case 5:
29755
+ _context.next = 9;
29587
29756
  break;
29588
- case 6:
29589
- _context.next = 8;
29757
+ case 7:
29758
+ _context.next = 9;
29590
29759
  return context === null || context === void 0 ? void 0 : context.updateServerData(data, {
29591
29760
  update: apiConfig.enricherService + '/packages/${_id}/unpublish',
29592
29761
  usePut: true
29593
29762
  });
29594
- case 8:
29763
+ case 9:
29595
29764
  context === null || context === void 0 || context.reset({
29596
29765
  context: context,
29597
29766
  api: api
29598
29767
  });
29768
+ _context.next = 15;
29769
+ break;
29770
+ case 12:
29771
+ _context.prev = 12;
29772
+ _context.t0 = _context["catch"](1);
29773
+ context.onError({
29774
+ context: context,
29775
+ api: api,
29776
+ error: _context.t0,
29777
+ errorText: 'Error on publish/unpublish',
29778
+ node: node
29779
+ });
29780
+ case 15:
29781
+ _context.prev = 15;
29599
29782
  isLoading(false);
29600
- case 10:
29783
+ return _context.finish(15);
29784
+ case 18:
29601
29785
  case "end":
29602
29786
  return _context.stop();
29603
29787
  }
29604
- }, _callee);
29788
+ }, _callee, null, [[1, 12, 15, 18]]);
29605
29789
  }));
29606
29790
  return function onChange(_x) {
29607
29791
  return _ref2.apply(this, arguments);
@@ -29891,7 +30075,7 @@ function useModule$1 (currentModules) {
29891
30075
  },
29892
30076
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29893
30077
  label: /*#__PURE__*/jsx(Link, {
29894
- to: 'catalogs/idm/packages/' + packageId + '/renaming/features' + (searchParams ? '?' + searchParams.toString() : ''),
30078
+ to: 'catalogs/idmeditor/packages/' + packageId + '/renaming/features' + (searchParams ? '?' + searchParams.toString() : ''),
29895
30079
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingFeature')
29896
30080
  })
29897
30081
  }, {
@@ -29901,7 +30085,7 @@ function useModule$1 (currentModules) {
29901
30085
  },
29902
30086
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29903
30087
  label: /*#__PURE__*/jsx(Link, {
29904
- to: 'catalogs/idm/packages/' + packageId + '/renaming/options' + (searchParams ? '?' + searchParams.toString() : ''),
30088
+ to: 'catalogs/idmeditor/packages/' + packageId + '/renaming/options' + (searchParams ? '?' + searchParams.toString() : ''),
29905
30089
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingOption')
29906
30090
  })
29907
30091
  }, {
@@ -29911,7 +30095,7 @@ function useModule$1 (currentModules) {
29911
30095
  },
29912
30096
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29913
30097
  label: /*#__PURE__*/jsx(Link, {
29914
- to: 'catalogs/idm/packages/' + packageId + '/renaming/items' + (searchParams ? '?' + searchParams.toString() : ''),
30098
+ to: 'catalogs/idmeditor/packages/' + packageId + '/renaming/items' + (searchParams ? '?' + searchParams.toString() : ''),
29915
30099
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingItem')
29916
30100
  })
29917
30101
  }
@@ -29933,7 +30117,7 @@ function useModule$1 (currentModules) {
29933
30117
  },
29934
30118
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29935
30119
  label: /*#__PURE__*/jsx(Link, {
29936
- to: 'catalogs/idm/packages/' + packageId + '/tabgroups' + (searchParams ? '?' + searchParams.toString() : ''),
30120
+ to: 'catalogs/idmeditor/packages/' + packageId + '/tabgroups' + (searchParams ? '?' + searchParams.toString() : ''),
29937
30121
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableTabGroups')
29938
30122
  })
29939
30123
  }, {
@@ -29963,7 +30147,7 @@ function useModule$1 (currentModules) {
29963
30147
  },
29964
30148
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29965
30149
  label: /*#__PURE__*/jsx(Link, {
29966
- to: 'catalogs/idm/packages/' + packageId + '/exclusivity/efeature' + (searchParams ? '?' + searchParams.toString() : ''),
30150
+ to: 'catalogs/idmeditor/packages/' + packageId + '/exclusivity/efeature' + (searchParams ? '?' + searchParams.toString() : ''),
29967
30151
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingFeature')
29968
30152
  })
29969
30153
  }, {
@@ -29973,7 +30157,7 @@ function useModule$1 (currentModules) {
29973
30157
  },
29974
30158
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29975
30159
  label: /*#__PURE__*/jsx(Link, {
29976
- to: 'catalogs/idm/packages/' + packageId + '/exclusivity/eoption' + (searchParams ? '?' + searchParams.toString() : ''),
30160
+ to: 'catalogs/idmeditor/packages/' + packageId + '/exclusivity/eoption' + (searchParams ? '?' + searchParams.toString() : ''),
29977
30161
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingOption')
29978
30162
  })
29979
30163
  }, {
@@ -29983,7 +30167,7 @@ function useModule$1 (currentModules) {
29983
30167
  },
29984
30168
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29985
30169
  label: /*#__PURE__*/jsx(Link, {
29986
- to: 'catalogs/idm/packages/' + packageId + '/exclusivity/eitem' + (searchParams ? '?' + searchParams.toString() : ''),
30170
+ to: 'catalogs/idmeditor/packages/' + packageId + '/exclusivity/eitem' + (searchParams ? '?' + searchParams.toString() : ''),
29987
30171
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingItem')
29988
30172
  })
29989
30173
  }
@@ -30005,7 +30189,7 @@ function useModule$1 (currentModules) {
30005
30189
  },
30006
30190
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
30007
30191
  label: /*#__PURE__*/jsx(Link, {
30008
- to: 'catalogs/idm/packages/' + packageId + '/properties' + (searchParams ? '?' + searchParams.toString() : ''),
30192
+ to: 'catalogs/idmeditor/packages/' + packageId + '/properties' + (searchParams ? '?' + searchParams.toString() : ''),
30009
30193
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableProperties')
30010
30194
  })
30011
30195
  }];
@@ -30148,7 +30332,8 @@ function TableProperties () {
30148
30332
  field: 'name.DE',
30149
30333
  headerName: 'backoffice.idmEnricher.general.label.DE',
30150
30334
  isDictionary: true,
30151
- pinned: true
30335
+ pinned: true,
30336
+ required: true
30152
30337
  }, {
30153
30338
  field: 'name.EN',
30154
30339
  headerName: 'backoffice.idmEnricher.general.label.EN',
@@ -30169,7 +30354,8 @@ function TableProperties () {
30169
30354
  field: 'value.DE',
30170
30355
  headerName: 'backoffice.idmEnricher.general.label.DE',
30171
30356
  isDictionary: true,
30172
- pinned: true
30357
+ pinned: true,
30358
+ required: true
30173
30359
  }, {
30174
30360
  field: 'value.EN',
30175
30361
  headerName: 'backoffice.idmEnricher.general.label.EN',
@@ -32208,11 +32394,14 @@ function TableItems () {
32208
32394
  dateFormat: 'LL',
32209
32395
  floatingFilter: true,
32210
32396
  colDef: [{
32211
- field: 'typeNo'
32397
+ field: 'typeNo',
32398
+ required: true,
32399
+ unique: true
32212
32400
  }, {
32213
32401
  headerName: 'backoffice.idmCatalogEditor.items.label.priceTypeRef',
32214
32402
  field: 'priceTypeRef',
32215
- cellDataType: 'number'
32403
+ cellDataType: 'number',
32404
+ required: true
32216
32405
  }, {
32217
32406
  headerName: 'backoffice.idmCatalogEditor.general.label.sequenceNo',
32218
32407
  field: 'sequenceNo',
@@ -32225,7 +32414,8 @@ function TableItems () {
32225
32414
  children: [{
32226
32415
  field: 'shortText.DE',
32227
32416
  headerName: 'backoffice.idmEnricher.general.label.DE',
32228
- isDictionary: true
32417
+ isDictionary: true,
32418
+ required: true
32229
32419
  }, {
32230
32420
  field: 'shortText.EN',
32231
32421
  headerName: 'backoffice.idmEnricher.general.label.EN',
@@ -32279,7 +32469,8 @@ function TableItems () {
32279
32469
  displayTexts: itemIdentificationDic,
32280
32470
  values: Object.keys(itemIdentificationDic),
32281
32471
  displayLabelTemplate: '${name} (${value})'
32282
- }
32472
+ },
32473
+ required: true
32283
32474
  }]
32284
32475
  }, {
32285
32476
  headerName: 'backoffice.idmCatalog.items.label.common',
@@ -32291,7 +32482,13 @@ function TableItems () {
32291
32482
  displayTexts: typeKeyDic,
32292
32483
  values: Object.keys(typeKeyDic),
32293
32484
  displayLabelTemplate: '${name} (${value})'
32294
- }
32485
+ },
32486
+ required: true
32487
+ }, {
32488
+ headerName: 'backoffice.idmCatalogEditor.items.label.featureClassRefNo',
32489
+ field: 'featureClassRefNo',
32490
+ cellDataType: 'number',
32491
+ required: true
32295
32492
  }, {
32296
32493
  headerName: 'backoffice.idmCatalogEditor.items.label.eClassNo',
32297
32494
  field: 'eClassNo',
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableItems/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,MAAM,CAAC,OAAO,gCAmXb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableItems/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,MAAM,CAAC,OAAO,gCA+Xb"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { DivaCustomCellRendererProps } from '@crystaldesign/spreadsheet';
3
3
  import { ApiConfig } from '@crystaldesign/diva-core';
4
- export default function ({ data, apiConfig, context, api }: DivaCustomCellRendererProps<any, any, {
4
+ export default function ({ data, apiConfig, context, api, node }: DivaCustomCellRendererProps<any, any, {
5
5
  apiConfig: ApiConfig;
6
6
  }>): "" | React.JSX.Element;
7
7
  //# sourceMappingURL=PublishCustomCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublishCustomCell.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAOzE,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAErE,MAAM,CAAC,OAAO,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,2BAA2B,CAAC,GAAG,EAAE,GAAG,EAAE;IAAE,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC,0BA6C1H"}
1
+ {"version":3,"file":"PublishCustomCell.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAOzE,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAErE,MAAM,CAAC,OAAO,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,EAAE,2BAA2B,CAAC,GAAG,EAAE,GAAG,EAAE;IAAE,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC,0BAkDhI"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableProperties/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAQvC,MAAM,CAAC,OAAO,gCAuOb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableProperties/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAQvC,MAAM,CAAC,OAAO,gCAyOb"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.13.0-rc.9",
3
+ "version": "24.14.0-beta.10",
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": "5.4.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "24.13.0-rc.9",
19
- "@crystaldesign/content-item": "24.13.0-rc.9",
20
- "@crystaldesign/diva-core": "24.13.0-rc.9",
21
- "@crystaldesign/diva-utils": "24.13.0-rc.9",
22
- "@crystaldesign/media-upload": "24.13.0-rc.9",
23
- "@crystaldesign/rtf-editor": "24.13.0-rc.9",
24
- "@crystaldesign/spreadsheet": "24.13.0-rc.9",
18
+ "@crystaldesign/content-box": "24.14.0-beta.10",
19
+ "@crystaldesign/content-item": "24.14.0-beta.10",
20
+ "@crystaldesign/diva-core": "24.14.0-beta.10",
21
+ "@crystaldesign/diva-utils": "24.14.0-beta.10",
22
+ "@crystaldesign/media-upload": "24.14.0-beta.10",
23
+ "@crystaldesign/rtf-editor": "24.14.0-beta.10",
24
+ "@crystaldesign/spreadsheet": "24.14.0-beta.10",
25
25
  "@google/model-viewer": "3.5.0",
26
26
  "ag-charts-community": "^10.1.0",
27
27
  "ag-charts-react": "^10.1.0",
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "module": "build/esm/index.js",
53
53
  "types": "./build/types/backoffice/src/index.d.ts",
54
- "gitHead": "44ca50563079dbbe98d1a13a2fa5003929539a52"
54
+ "gitHead": "12448b0d8fae5832a1584114a7b61ea8f35997b2"
55
55
  }