@crystaldesign/diva-backoffice 25.8.0-beta.19 → 25.8.0-beta.20

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 (30) hide show
  1. package/build/esm/index.js +288 -176
  2. package/build/types/backoffice/src/ui/IDMCommonComponents/SpreadsheetWrapper/index.d.ts +2 -2
  3. package/build/types/backoffice/src/ui/IDMCommonComponents/SpreadsheetWrapper/index.d.ts.map +1 -1
  4. package/build/types/backoffice/src/ui/IDMCommonComponents/createTranslatedColumnConfig.d.ts +1 -1
  5. package/build/types/backoffice/src/ui/IDMCommonComponents/createTranslatedColumnConfig.d.ts.map +1 -1
  6. package/build/types/backoffice/src/ui/IDMEnricherEditor/Tables/Prices/index.d.ts +2 -1
  7. package/build/types/backoffice/src/ui/IDMEnricherEditor/Tables/Prices/index.d.ts.map +1 -1
  8. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.d.ts.map +1 -1
  9. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts +4 -0
  10. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts.map +1 -1
  11. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useModule.d.ts +1 -0
  12. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useModule.d.ts.map +1 -1
  13. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts +2 -1
  14. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts.map +1 -1
  15. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
  16. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePriceList/index.d.ts.map +1 -1
  17. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.d.ts +3 -3
  18. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.d.ts.map +1 -1
  19. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts +4 -3
  20. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts.map +1 -1
  21. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.d.ts +4 -3
  22. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.d.ts.map +1 -1
  23. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts +4 -3
  24. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts.map +1 -1
  25. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts +4 -3
  26. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts.map +1 -1
  27. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts +4 -3
  28. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts.map +1 -1
  29. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
  30. package/package.json +9 -9
@@ -1,5 +1,5 @@
1
- import { Props, SpreadsheetRefProps } from '@crystaldesign/spreadsheet';
1
+ import { SpreadsheetProps, SpreadsheetRefProps } from '@crystaldesign/spreadsheet';
2
2
  import React from 'react';
3
- declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Omit<Props, "jwt"> & React.RefAttributes<SpreadsheetRefProps>, "ref"> & React.RefAttributes<SpreadsheetRefProps>>>;
3
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Omit<SpreadsheetProps<any>, "jwt"> & React.RefAttributes<SpreadsheetRefProps>, "ref"> & React.RefAttributes<SpreadsheetRefProps>>>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCommonComponents/SpreadsheetWrapper/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAe,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAErF,OAAO,KAAqB,MAAM,OAAO,CAAC;;AAoB1C,wBAA4C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCommonComponents/SpreadsheetWrapper/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAe,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAEhG,OAAO,KAAqB,MAAM,OAAO,CAAC;;AAoB1C,wBAA4C"}
@@ -1,4 +1,4 @@
1
- import { CellDataTypes } from 'packages/spreadsheet/src/components';
1
+ import { CellDataTypes } from '@crystaldesign/spreadsheet';
2
2
  export default function createTranslatedColumnConfig(field: string, headerName: string, languages?: string[], required?: boolean, cellDataType?: CellDataTypes, customParams?: any, additionalFields?: string[], editable?: boolean): {
3
3
  headerName: string;
4
4
  field: string;
@@ -1 +1 @@
1
- {"version":3,"file":"createTranslatedColumnConfig.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMCommonComponents/createTranslatedColumnConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAEpE,MAAM,CAAC,OAAO,UAAU,4BAA4B,CAClD,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,MAAM,EAClB,SAAS,CAAC,EAAE,MAAM,EAAE,EACpB,QAAQ,GAAE,OAAe,EACzB,YAAY,CAAC,EAAE,aAAa,EAC5B,YAAY,CAAC,EAAE,GAAG,EAClB,gBAAgB,CAAC,EAAE,MAAM,EAAE,EAC3B,QAAQ,GAAE,OAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwCzB"}
1
+ {"version":3,"file":"createTranslatedColumnConfig.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMCommonComponents/createTranslatedColumnConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,MAAM,CAAC,OAAO,UAAU,4BAA4B,CAClD,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,MAAM,EAClB,SAAS,CAAC,EAAE,MAAM,EAAE,EACpB,QAAQ,GAAE,OAAe,EACzB,YAAY,CAAC,EAAE,aAAa,EAC5B,YAAY,CAAC,EAAE,GAAG,EAClB,gBAAgB,CAAC,EAAE,MAAM,EAAE,EAC3B,QAAQ,GAAE,OAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwCzB"}
@@ -6,8 +6,9 @@ interface PricesProps {
6
6
  apiConfig: ApiConfig;
7
7
  pricelist: any;
8
8
  setNodeDataValue: (data: Record<string, any>) => boolean;
9
+ viewOnly?: boolean;
9
10
  }
10
- export declare const Prices: (({ organizationId, packageId, apiConfig, pricelist, setNodeDataValue }: PricesProps) => React.JSX.Element) & {
11
+ export declare const Prices: (({ organizationId, packageId, apiConfig, pricelist, setNodeDataValue, viewOnly }: PricesProps) => React.JSX.Element) & {
11
12
  displayName: string;
12
13
  };
13
14
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/Tables/Prices/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAcrE,UAAU,WAAW;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,GAAG,CAAC;IACf,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,CAAC;CAC1D;AAED,eAAO,MAAM,MAAM,2EAAoF,WAAW;;CA+UhH,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/Tables/Prices/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAcrE,UAAU,WAAW;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,GAAG,CAAC;IACf,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,CAAC;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,MAAM,qFAA8F,WAAW;;CA+U1H,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PackageSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;uCAKY;IAAE,OAAO,EAAE,MAAM,EAAE,CAAA;CAAE;;;AAiC3D,wBAAyC"}
1
+ {"version":3,"file":"PackageSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;uCAKY;IAAE,OAAO,EAAE,MAAM,EAAE,CAAA;CAAE;;;AAwB3D,wBAAyC"}
@@ -5,6 +5,10 @@ export declare const useEnricherContext: (currentModules?: string[]) => {
5
5
  setSelectedPackage: (pkg: any | string, modules?: string[], path?: string, reset?: boolean) => void;
6
6
  packageId: string;
7
7
  selectedPackage: any;
8
+ /**
9
+ * If true, the package can only be viewed
10
+ */
11
+ viewOnly?: boolean;
8
12
  enricherService: string;
9
13
  organizationId: string;
10
14
  packageSelectorState: SharedSelectState;
@@ -1 +1 @@
1
- {"version":3,"file":"useEnricherContext.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMEnricherEditor/hooks/useEnricherContext.ts"],"names":[],"mappings":"AAGA,OAAO,EAAU,iBAAiB,EAAE,MAAM,sDAAsD,CAAC;AAiBjG,eAAO,MAAM,kBAAkB,oBAAoB,MAAM,EAAE;8BAwD/C,GAAG;kCAOD,GAAG;8BAOP,GAAG,GAAG,MAAM,YAAW,MAAM,EAAE,SAAyB,MAAM,UAAiB,OAAO;eAnFnF,MAAM;qBACA,GAAG;qBACH,MAAM;oBACP,MAAM;0BACA,iBAAiB;+BACZ,iBAAiB;gCAChB,iBAAiB;sCACX,iBAAiB;uCAChB,iBAAiB;mBACrC,GAAG;qBACD,GAAG;CA6IrB,CAAC"}
1
+ {"version":3,"file":"useEnricherContext.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMEnricherEditor/hooks/useEnricherContext.ts"],"names":[],"mappings":"AAGA,OAAO,EAAU,iBAAiB,EAAE,MAAM,sDAAsD,CAAC;AAqBjG,eAAO,MAAM,kBAAkB,oBAAoB,MAAM,EAAE;8BAwD/C,GAAG;kCAOD,GAAG;8BAOP,GAAG,GAAG,MAAM,YAAW,MAAM,EAAE,SAAyB,MAAM,UAAiB,OAAO;eAvFnF,MAAM;qBACA,GAAG;IACpB;;OAEG;eACQ,OAAO;qBACD,MAAM;oBACP,MAAM;0BACA,iBAAiB;+BACZ,iBAAiB;gCAChB,iBAAiB;sCACX,iBAAiB;uCAChB,iBAAiB;mBACrC,GAAG;qBACD,GAAG;CA8IrB,CAAC"}
@@ -6,5 +6,6 @@ export default function (currentModules: string[]): {
6
6
  setSelectedPackage: (pkg: any | string, modules?: string[], path?: string, reset?: boolean) => void;
7
7
  selectedSerie: any;
8
8
  selectedFeature: any;
9
+ viewOnly: boolean | undefined;
9
10
  };
10
11
  //# sourceMappingURL=useModule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useModule.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMEnricherEditor/hooks/useModule.tsx"],"names":[],"mappings":"AAQA,MAAM,CAAC,OAAO,WAAW,cAAc,EAAE,MAAM,EAAE;;;;;;;;EA4PhD"}
1
+ {"version":3,"file":"useModule.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMEnricherEditor/hooks/useModule.tsx"],"names":[],"mappings":"AAQA,MAAM,CAAC,OAAO,WAAW,cAAc,EAAE,MAAM,EAAE;;;;;;;;;EA8PhD"}
@@ -2,8 +2,9 @@ import React from 'react';
2
2
  import { DivaCustomCellRendererProps } from '@crystaldesign/spreadsheet';
3
3
  import { ApiConfig } from '@crystaldesign/diva-core';
4
4
  import { LoadingModalState } from '../../../IDMCommonComponents/useLoadingModal';
5
- export default function ({ data, apiConfig, context, api, modalState, }: DivaCustomCellRendererProps<any, any, {
5
+ export default function ({ data, apiConfig, context, api, modalState, organizationId, }: DivaCustomCellRendererProps<any, any, {
6
6
  apiConfig: ApiConfig;
7
7
  modalState: LoadingModalState;
8
+ organizationId: string;
8
9
  }>): "" | React.JSX.Element;
9
10
  //# 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;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAC;AAEjF,MAAM,CAAC,OAAO,WAAW,EACvB,IAAI,EACJ,SAAS,EACT,OAAO,EACP,GAAG,EACH,UAAU,GACX,EAAE,2BAA2B,CAAC,GAAG,EAAE,GAAG,EAAE;IAAE,SAAS,EAAE,SAAS,CAAC;IAAC,UAAU,EAAE,iBAAiB,CAAA;CAAE,CAAC,0BAgFhG"}
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;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAC;AAGjF,MAAM,CAAC,OAAO,WAAW,EACvB,IAAI,EACJ,SAAS,EACT,OAAO,EACP,GAAG,EACH,UAAU,EACV,cAAc,GACf,EAAE,2BAA2B,CAAC,GAAG,EAAE,GAAG,EAAE;IAAE,SAAS,EAAE,SAAS,CAAC;IAAC,UAAU,EAAE,iBAAiB,CAAC;IAAC,cAAc,EAAE,MAAM,CAAA;CAAE,CAAC,0BAgFxH"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgBvC,eAAO,MAAM,aAAa;;CA2PxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAiBpD,eAAO,MAAM,aAAa;;CAoSxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePriceList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAevE,eAAO,MAAM,cAAc;;CAkRzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePriceList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAevE,eAAO,MAAM,cAAc;;CAmRzB,CAAC"}
@@ -1,7 +1,7 @@
1
- import { DivaColDefDotNetSSM, DivaColGroupDef } from '@crystaldesign/spreadsheet';
1
+ import { DivaColDef, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
2
  import { TFunction } from 'i18next';
3
- declare const getConfig: (isoLanguageIds: string[], t: TFunction) => {
4
- colDef: (DivaColDefDotNetSSM<any> | DivaColGroupDef<any, DivaColDefDotNetSSM<any>>)[];
3
+ declare const getConfig: (isoLanguageIds: string[], t: TFunction, viewOnly?: boolean) => {
4
+ colDef: (DivaColDef<any> | DivaColGroupDef<any>)[];
5
5
  };
6
6
  export default getConfig;
7
7
  //# sourceMappingURL=catalogConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"catalogConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAElF,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,QAAA,MAAM,SAAS,mBACG,MAAM,EAAE,KACrB,SAAS,KACX;IAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;CA2bzF,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"catalogConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAEzE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAK,SAAS,aAAa,OAAO,KAAG;IAAE,MAAM,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE,CAAA;CAmenI,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,6 +1,7 @@
1
- import { DivaColDefDotNetSSM, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
- declare const getConfig: (isoLanguageIds: string[]) => {
3
- colDef: (DivaColDefDotNetSSM<any> | DivaColGroupDef<any, DivaColDefDotNetSSM<any>>)[];
1
+ import { DivaColDef, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
+ import { TFunction } from 'i18next';
3
+ declare const getConfig: (isoLanguageIds: string[], t: TFunction, viewOnly?: boolean) => {
4
+ colDef: (DivaColDef<any> | DivaColGroupDef<any>)[];
4
5
  };
5
6
  export default getConfig;
6
7
  //# sourceMappingURL=detailInfosConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"detailInfosConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAGlF,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAG;IAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;CA8CpI,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"detailInfosConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAEzE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAK,SAAS,aAAa,OAAO,KAAG;IAAE,MAAM,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE,CAAA;CAiDnI,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,6 +1,7 @@
1
- import { DivaColDefDotNetSSM, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
- declare const getConfig: (isoLanguageIds: string[]) => {
3
- colDef: (DivaColDefDotNetSSM<any> | DivaColGroupDef<any, DivaColDefDotNetSSM<any>>)[];
1
+ import { DivaColDef, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
+ import { TFunction } from 'i18next';
3
+ declare const getConfig: (isoLanguageIds: string[], t: TFunction, viewOnly?: boolean) => {
4
+ colDef: (DivaColDef<any> | DivaColGroupDef<any>)[];
4
5
  };
5
6
  export default getConfig;
6
7
  //# sourceMappingURL=featureConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"featureConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAGlF,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAG;IAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;CAwBpI,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"featureConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAEzE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAK,SAAS,aAAa,OAAO,KAAG;IAAE,MAAM,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE,CAAA;CAyBnI,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,6 +1,7 @@
1
- import { DivaColDefDotNetSSM, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
- declare const getConfig: (isoLanguageIds: string[]) => {
3
- colDef: (DivaColDefDotNetSSM<any> | DivaColGroupDef<any, DivaColDefDotNetSSM<any>>)[];
1
+ import { DivaColDef, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
+ import { TFunction } from 'i18next';
3
+ declare const getConfig: (isoLanguageIds: string[], t: TFunction, viewOnly?: boolean) => {
4
+ colDef: (DivaColDef<any> | DivaColGroupDef<any>)[];
4
5
  };
5
6
  export default getConfig;
6
7
  //# sourceMappingURL=itemConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"itemConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAGlF,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAG;IAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;CAoFpI,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"itemConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAEzE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAK,SAAS,aAAa,OAAO,KAAG;IAAE,MAAM,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE,CAAA;CA0FnI,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,6 +1,7 @@
1
- import { DivaColDefDotNetSSM, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
- declare const getConfig: (isoLanguageIds: string[]) => {
3
- colDef: (DivaColDefDotNetSSM<any> | DivaColGroupDef<any, DivaColDefDotNetSSM<any>>)[];
1
+ import { DivaColDef, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
+ import { TFunction } from 'i18next';
3
+ declare const getConfig: (isoLanguageIds: string[], t: TFunction, viewOnly?: boolean) => {
4
+ colDef: (DivaColDef<any> | DivaColGroupDef<any>)[];
4
5
  };
5
6
  export default getConfig;
6
7
  //# sourceMappingURL=optionsConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"optionsConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAGlF,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAG;IAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;CAuDpI,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"optionsConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAEzE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAK,SAAS,aAAa,OAAO,KAAG;IAAE,MAAM,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE,CAAA;CAyDnI,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,6 +1,7 @@
1
- import { DivaColDefDotNetSSM, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
- declare const getConfig: (isoLanguageIds: string[]) => {
3
- colDef: (DivaColDefDotNetSSM<any> | DivaColGroupDef<any, DivaColDefDotNetSSM<any>>)[];
1
+ import { DivaColDef, DivaColGroupDef } from '@crystaldesign/spreadsheet';
2
+ import { TFunction } from 'i18next';
3
+ declare const getConfig: (isoLanguageIds: string[], t: TFunction, viewOnly?: boolean) => {
4
+ colDef: (DivaColDef<any> | DivaColGroupDef<any>)[];
4
5
  };
5
6
  export default getConfig;
6
7
  //# sourceMappingURL=seriesConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"seriesConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAGlF,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAG;IAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;CA8BpI,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"seriesConfig.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAEzE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,QAAA,MAAM,SAAS,mBAAoB,MAAM,EAAE,KAAK,SAAS,aAAa,OAAO,KAAG;IAAE,MAAM,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE,CAAA;CAgCnI,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableTabGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAYvC,eAAO,MAAM,cAAc;;CA0GzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableTabGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAYvC,eAAO,MAAM,cAAc;;CA2GzB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "25.8.0-beta.19",
3
+ "version": "25.8.0-beta.20",
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": "25.8.0-beta.19",
19
- "@crystaldesign/content-item": "25.8.0-beta.19",
20
- "@crystaldesign/diva-core": "25.8.0-beta.19",
21
- "@crystaldesign/diva-utils": "25.8.0-beta.19",
22
- "@crystaldesign/media-upload": "25.8.0-beta.19",
23
- "@crystaldesign/rtf-editor": "25.8.0-beta.19",
24
- "@crystaldesign/spreadsheet": "25.8.0-beta.19",
18
+ "@crystaldesign/content-box": "25.8.0-beta.20",
19
+ "@crystaldesign/content-item": "25.8.0-beta.20",
20
+ "@crystaldesign/diva-core": "25.8.0-beta.20",
21
+ "@crystaldesign/diva-utils": "25.8.0-beta.20",
22
+ "@crystaldesign/media-upload": "25.8.0-beta.20",
23
+ "@crystaldesign/rtf-editor": "25.8.0-beta.20",
24
+ "@crystaldesign/spreadsheet": "25.8.0-beta.20",
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": "feb050286703b79ffcee7584fa6bd3f0393e09aa"
54
+ "gitHead": "9c1dd6cded06b2f44d1b0e6ae5234fa07c37d992"
55
55
  }