@crystaldesign/diva-backoffice 25.4.0-beta.9 → 25.4.0-rc.1

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 (123) hide show
  1. package/build/esm/index.js +2079 -1094
  2. package/build/types/backoffice/src/Configuration.d.ts +4 -2
  3. package/build/types/backoffice/src/Configuration.d.ts.map +1 -1
  4. package/build/types/backoffice/src/layout/Content/index.d.ts.map +1 -1
  5. package/build/types/backoffice/src/layout/Detail.d.ts.map +1 -1
  6. package/build/types/backoffice/src/layout/Navigation/MenuLabel.d.ts +2 -1
  7. package/build/types/backoffice/src/layout/Navigation/MenuLabel.d.ts.map +1 -1
  8. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/ArticleSelection/index.d.ts.map +1 -1
  9. package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
  10. package/build/types/backoffice/src/store/ContextStore.d.ts +13 -0
  11. package/build/types/backoffice/src/store/ContextStore.d.ts.map +1 -0
  12. package/build/types/backoffice/src/store/RootStore.d.ts +2 -0
  13. package/build/types/backoffice/src/store/RootStore.d.ts.map +1 -1
  14. package/build/types/backoffice/src/ui/CatalogEditor/DragDropUpload/index.d.ts.map +1 -1
  15. package/build/types/backoffice/src/ui/FileUploadOrders/index.d.ts +9 -0
  16. package/build/types/backoffice/src/ui/FileUploadOrders/index.d.ts.map +1 -0
  17. package/build/types/backoffice/src/ui/FileUploadOrders/types.d.ts +6 -0
  18. package/build/types/backoffice/src/ui/FileUploadOrders/types.d.ts.map +1 -0
  19. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/CatalogOptions.d.ts +9 -0
  20. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/CatalogOptions.d.ts.map +1 -0
  21. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Items.d.ts.map +1 -1
  22. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionCombinations/ActionForm.d.ts +2 -0
  23. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionCombinations/ActionForm.d.ts.map +1 -1
  24. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionGroupOptions.d.ts +10 -0
  25. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionGroupOptions.d.ts.map +1 -0
  26. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Options.d.ts.map +1 -1
  27. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/CatalogSelector.d.ts +6 -7
  28. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/CatalogSelector.d.ts.map +1 -1
  29. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/FeatureSelector.d.ts +6 -8
  30. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/FeatureSelector.d.ts.map +1 -1
  31. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/SeriesSelector.d.ts +6 -9
  32. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/SeriesSelector.d.ts.map +1 -1
  33. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/UploadButton/index.d.ts.map +1 -1
  34. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useCatalogContext.d.ts +16 -0
  35. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useCatalogContext.d.ts.map +1 -0
  36. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useModule.d.ts +9 -0
  37. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useModule.d.ts.map +1 -0
  38. package/build/types/backoffice/src/ui/IDMCatalogEditor/index.d.ts.map +1 -1
  39. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogOptions/index.d.ts +5 -0
  40. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogOptions/index.d.ts.map +1 -0
  41. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogs/index.d.ts +3 -1
  42. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogs/index.d.ts.map +1 -1
  43. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts +3 -1
  44. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts.map +1 -1
  45. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts +3 -1
  46. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts.map +1 -1
  47. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.d.ts +3 -1
  48. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.d.ts.map +1 -1
  49. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatures/index.d.ts +3 -1
  50. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatures/index.d.ts.map +1 -1
  51. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableItems/index.d.ts +3 -1
  52. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableItems/index.d.ts.map +1 -1
  53. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.d.ts +5 -0
  54. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.d.ts.map +1 -0
  55. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptions/index.d.ts +3 -1
  56. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptions/index.d.ts.map +1 -1
  57. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePartlists/index.d.ts +3 -1
  58. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePartlists/index.d.ts.map +1 -1
  59. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.d.ts +3 -1
  60. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.d.ts.map +1 -1
  61. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePrices/index.d.ts +3 -1
  62. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePrices/index.d.ts.map +1 -1
  63. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableSeries/index.d.ts +3 -1
  64. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableSeries/index.d.ts.map +1 -1
  65. package/build/types/backoffice/src/ui/IDMCollectionEditor/modules/TableCollections/index.d.ts.map +1 -1
  66. package/build/types/backoffice/src/ui/IDMCommonComponents/commonEnums.d.ts +4 -0
  67. package/build/types/backoffice/src/ui/IDMCommonComponents/commonEnums.d.ts.map +1 -1
  68. package/build/types/backoffice/src/ui/IDMCommonComponents/createTranslatedColumnConfig.d.ts +4 -1
  69. package/build/types/backoffice/src/ui/IDMCommonComponents/createTranslatedColumnConfig.d.ts.map +1 -1
  70. package/build/types/backoffice/src/ui/IDMCommonComponents/useLoadingModal.d.ts +10 -0
  71. package/build/types/backoffice/src/ui/IDMCommonComponents/useLoadingModal.d.ts.map +1 -0
  72. package/build/types/backoffice/src/ui/IDMEnricherEditor/Tables/Prices/index.d.ts +6 -2
  73. package/build/types/backoffice/src/ui/IDMEnricherEditor/Tables/Prices/index.d.ts.map +1 -1
  74. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/FeatureSelector.d.ts +5 -6
  75. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/FeatureSelector.d.ts.map +1 -1
  76. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.d.ts +6 -9
  77. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.d.ts.map +1 -1
  78. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/SeriesSelector.d.ts +5 -7
  79. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/SeriesSelector.d.ts.map +1 -1
  80. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts +18 -0
  81. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts.map +1 -0
  82. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useModule.d.ts +10 -0
  83. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useModule.d.ts.map +1 -0
  84. package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts.map +1 -1
  85. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts +0 -6
  86. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts.map +1 -1
  87. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableGroups/index.d.ts +3 -1
  88. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableGroups/index.d.ts.map +1 -1
  89. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts +3 -1
  90. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts.map +1 -1
  91. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts +3 -1
  92. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
  93. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts +3 -1
  94. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts.map +1 -1
  95. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePriceList/index.d.ts +3 -1
  96. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePriceList/index.d.ts.map +1 -1
  97. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts +3 -1
  98. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map +1 -1
  99. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts +0 -7
  100. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map +1 -1
  101. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts +3 -1
  102. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
  103. package/build/types/backoffice/src/ui/SelectSimple/index.d.ts.map +1 -1
  104. package/build/types/backoffice/src/ui/SelectSimple/types.d.ts +8 -0
  105. package/build/types/backoffice/src/ui/SelectSimple/types.d.ts.map +1 -1
  106. package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts +1 -1
  107. package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts.map +1 -1
  108. package/build/types/backoffice/src/ui/Table/BaseTable/cellRenderer/MediaItemViewerCell/index.d.ts.map +1 -1
  109. package/build/types/backoffice/src/ui/Table/BaseTable/cellRenderer/MediaViewerCell/index.d.ts.map +1 -1
  110. package/build/types/backoffice/src/ui/Table/StandardTable/useTableData.d.ts.map +1 -1
  111. package/build/types/backoffice/src/utils/applyRule.d.ts +8 -2
  112. package/build/types/backoffice/src/utils/applyRule.d.ts.map +1 -1
  113. package/package.json +9 -9
  114. package/build/types/backoffice/src/ui/IDMCatalogEditor/useModule.d.ts +0 -9
  115. package/build/types/backoffice/src/ui/IDMCatalogEditor/useModule.d.ts.map +0 -1
  116. package/build/types/backoffice/src/ui/IDMCatalogEditor/useNavigation.d.ts +0 -7
  117. package/build/types/backoffice/src/ui/IDMCatalogEditor/useNavigation.d.ts.map +0 -1
  118. package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts +0 -9
  119. package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts.map +0 -1
  120. package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts +0 -7
  121. package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts.map +0 -1
  122. package/build/types/backoffice/src/ui/LoadingModal/index.d.ts +0 -9
  123. package/build/types/backoffice/src/ui/LoadingModal/index.d.ts.map +0 -1
@@ -23,4 +23,8 @@ export declare const getInfoTypeKey: (t: TFunction) => {
23
23
  name: string;
24
24
  value: number;
25
25
  }[];
26
+ export declare const getItemTypeKey: (t: TFunction) => {
27
+ name: string;
28
+ value: string;
29
+ }[];
26
30
  //# sourceMappingURL=commonEnums.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"commonEnums.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMCommonComponents/commonEnums.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,MAAO,SAAS;;;GAK1C,CAAC;AAEF,eAAO,MAAM,cAAc,MAAO,SAAS;;;GAK1C,CAAC;AAEF,eAAO,MAAM,aAAa,MAAO,SAAS;;;GAQzC,CAAC;AAEF,eAAO,MAAM,mBAAmB,MAAO,SAAS;;;GAG/C,CAAC;AAEF,eAAO,MAAM,aAAa,MAAO,SAAS;;;GAOzC,CAAC;AAEF,eAAO,MAAM,cAAc,MAAO,SAAS;;;GAe1C,CAAC"}
1
+ {"version":3,"file":"commonEnums.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMCommonComponents/commonEnums.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,MAAO,SAAS;;;GAK1C,CAAC;AAEF,eAAO,MAAM,cAAc,MAAO,SAAS;;;GAK1C,CAAC;AAEF,eAAO,MAAM,aAAa,MAAO,SAAS;;;GAQzC,CAAC;AAEF,eAAO,MAAM,mBAAmB,MAAO,SAAS;;;GAG/C,CAAC;AAEF,eAAO,MAAM,aAAa,MAAO,SAAS;;;GAOzC,CAAC;AAEF,eAAO,MAAM,cAAc,MAAO,SAAS;;;GAe1C,CAAC;AAEF,eAAO,MAAM,cAAc,MAAO,SAAS;;;GA2B1C,CAAC"}
@@ -1,8 +1,9 @@
1
1
  import { CellDataTypes } from 'packages/spreadsheet/src/components';
2
- export default function createTranslatedColumnConfig(field: string, headerName: string, languages: string[], required?: boolean, cellDataType?: CellDataTypes, customParams?: any, additionalFields?: string[]): {
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;
5
5
  required: boolean;
6
+ editable: boolean;
6
7
  isDictionary: boolean;
7
8
  cellDataType: string | undefined;
8
9
  customParams: any;
@@ -16,6 +17,7 @@ export default function createTranslatedColumnConfig(field: string, headerName:
16
17
  field: string;
17
18
  headerName: string;
18
19
  required: boolean;
20
+ editable: boolean;
19
21
  isDictionary: boolean;
20
22
  cellDataType: string | undefined;
21
23
  customParams: any;
@@ -23,6 +25,7 @@ export default function createTranslatedColumnConfig(field: string, headerName:
23
25
  }[];
24
26
  field?: undefined;
25
27
  required?: undefined;
28
+ editable?: undefined;
26
29
  isDictionary?: undefined;
27
30
  cellDataType?: undefined;
28
31
  customParams?: undefined;
@@ -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,EAAE,MAAM,EAAE,EACnB,QAAQ,GAAE,OAAe,EACzB,YAAY,CAAC,EAAE,aAAa,EAC5B,YAAY,CAAC,EAAE,GAAG,EAClB,gBAAgB,CAAC,EAAE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoC5B"}
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"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export interface LoadingModalState {
3
+ showLoadingModal: (text: string) => void;
4
+ showErrorModal: (error: string) => void;
5
+ showWarningModal: (warning: string) => void;
6
+ closeModal: () => void;
7
+ contextHolder: React.ReactElement;
8
+ }
9
+ export declare const useLoadingModal: () => LoadingModalState;
10
+ //# sourceMappingURL=useLoadingModal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useLoadingModal.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMCommonComponents/useLoadingModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAIrD,MAAM,WAAW,iBAAiB;IAChC,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,gBAAgB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,aAAa,EAAE,KAAK,CAAC,YAAY,CAAC;CACnC;AAED,eAAO,MAAM,eAAe,QAAO,iBAuElC,CAAC"}
@@ -1,10 +1,14 @@
1
1
  import React from 'react';
2
2
  import { ApiConfig } from '@crystaldesign/diva-core';
3
- export default function ({ organizationId, packageId, apiConfig, pricelist, setNodeDataValue, }: {
3
+ interface PricesProps {
4
4
  organizationId: string;
5
5
  packageId: string;
6
6
  apiConfig: ApiConfig;
7
7
  pricelist: any;
8
8
  setNodeDataValue: (data: Record<string, any>) => boolean;
9
- }): React.JSX.Element;
9
+ }
10
+ export declare const Prices: (({ organizationId, packageId, apiConfig, pricelist, setNodeDataValue }: PricesProps) => React.JSX.Element) & {
11
+ displayName: string;
12
+ };
13
+ export {};
10
14
  //# sourceMappingURL=index.d.ts.map
@@ -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;AAWrE,MAAM,CAAC,OAAO,WAAW,EACvB,cAAc,EACd,SAAS,EACT,SAAS,EACT,SAAS,EACT,gBAAgB,GACjB,EAAE;IACD,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,qBA4RA"}
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,11 +1,10 @@
1
1
  import React from 'react';
2
2
  interface FeatureSelectorProps {
3
- packageId: string;
4
- selectedFeature?: any;
5
- setSelectedFeature: (value: any) => void;
6
- enricherService: string;
3
+ modules: string[];
7
4
  dataSet: 'lookup' | 'exclusivities';
8
5
  }
9
- export default function FeatureSelector({ packageId, selectedFeature, setSelectedFeature, enricherService, dataSet }: FeatureSelectorProps): React.JSX.Element;
10
- export {};
6
+ declare const _default: (({ modules, dataSet }: FeatureSelectorProps) => React.JSX.Element) & {
7
+ displayName: string;
8
+ };
9
+ export default _default;
11
10
  //# sourceMappingURL=FeatureSelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FeatureSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/components/PrefilterSelectors/FeatureSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAGzC,UAAU,oBAAoB;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,kBAAkB,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACzC,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,QAAQ,GAAG,eAAe,CAAC;CACrC;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,SAAS,EAAE,eAAe,EAAE,kBAAkB,EAAE,eAAe,EAAE,OAAO,EAAE,EAAE,oBAAoB,qBA+BzI"}
1
+ {"version":3,"file":"FeatureSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/components/PrefilterSelectors/FeatureSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,oBAAoB;IAC5B,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,EAAE,QAAQ,GAAG,eAAe,CAAC;CACrC;gDAE8C,oBAAoB;;;AAkCnE,wBAAyC"}
@@ -1,11 +1,8 @@
1
1
  import React from 'react';
2
- import { EnricherPackage } from '../../types';
3
- interface PackageSelectorProps {
4
- organizationId: string;
5
- packageId?: string;
6
- setSelectedPackage: (id: EnricherPackage) => void;
7
- enricherService: string;
8
- }
9
- export default function PackageSelector({ organizationId, packageId, setSelectedPackage, enricherService }: PackageSelectorProps): React.JSX.Element;
10
- export {};
2
+ declare const _default: (({ modules }: {
3
+ modules: string[];
4
+ }) => React.JSX.Element) & {
5
+ displayName: string;
6
+ };
7
+ export default _default;
11
8
  //# sourceMappingURL=PackageSelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PackageSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,UAAU,oBAAoB;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAE,CAAC,EAAE,EAAE,eAAe,KAAK,IAAI,CAAC;IAClD,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,cAAc,EAAE,SAAS,EAAE,kBAAkB,EAAE,eAAe,EAAE,EAAE,oBAAoB,qBA4B/H"}
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,12 +1,10 @@
1
1
  import React from 'react';
2
2
  interface SeriesSelectorProps {
3
- packageId: string;
4
- selectedSerie?: any;
5
- setSelectedSerie: (value: any) => void;
6
- enricherService: string;
3
+ modules: string[];
7
4
  dataSet: 'lookup' | 'exclusivities';
8
- additionalFields?: string[];
9
5
  }
10
- export default function SeriesSelector({ packageId, selectedSerie, setSelectedSerie, enricherService, dataSet, additionalFields, }: SeriesSelectorProps): React.JSX.Element;
11
- export {};
6
+ declare const _default: (({ modules, dataSet }: SeriesSelectorProps) => React.JSX.Element) & {
7
+ displayName: string;
8
+ };
9
+ export default _default;
12
10
  //# sourceMappingURL=SeriesSelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SeriesSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/components/PrefilterSelectors/SeriesSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAGzC,UAAU,mBAAmB;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,gBAAgB,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACvC,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,QAAQ,GAAG,eAAe,CAAC;IACpC,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC7B;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,SAAS,EACT,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,OAAO,EACP,gBAAgB,GACjB,EAAE,mBAAmB,qBA+BrB"}
1
+ {"version":3,"file":"SeriesSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/components/PrefilterSelectors/SeriesSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,mBAAmB;IAC3B,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,EAAE,QAAQ,GAAG,eAAe,CAAC;CACrC;gDAE6C,mBAAmB;;;AAkCjE,wBAAwC"}
@@ -0,0 +1,18 @@
1
+ import { SharedSelectState } from '@crystaldesign/diva-backoffice/ui/SelectSimple/types';
2
+ export declare const useEnricherContext: (currentModules?: string[]) => {
3
+ setSelectedSerie: (serie: any) => void;
4
+ setSelectedFeature: (feature: any) => void;
5
+ setSelectedPackage: (pkg: any | string, modules?: string[], path?: string, reset?: boolean) => void;
6
+ packageId: string;
7
+ selectedPackage: any;
8
+ enricherService: string;
9
+ organizationId: string;
10
+ packageSelectorState: SharedSelectState;
11
+ lookupSeriesSelectorState: SharedSelectState;
12
+ lookupFeatureSelectorState: SharedSelectState;
13
+ exclusivitiesSeriesSelectorState: SharedSelectState;
14
+ exclusivitiesFeatureSelectorState: SharedSelectState;
15
+ selectedSerie: any;
16
+ selectedFeature: any;
17
+ };
18
+ //# sourceMappingURL=useEnricherContext.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,10 @@
1
+ export default function (currentModules: string[]): {
2
+ selectedPackage: any;
3
+ packageId: string;
4
+ organizationId: string;
5
+ apiConfig: import("@crystaldesign/diva-core").ApiConfig;
6
+ setSelectedPackage: (pkg: any | string, modules?: string[], path?: string, reset?: boolean) => void;
7
+ selectedSerie: any;
8
+ selectedFeature: any;
9
+ };
10
+ //# sourceMappingURL=useModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useModule.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMEnricherEditor/hooks/useModule.tsx"],"names":[],"mappings":"AASA,MAAM,CAAC,OAAO,WAAW,cAAc,EAAE,MAAM,EAAE;;;;;;;;EAgQhD"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMEnricherEditor/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,OAAO,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAKzD,UAAU,KAAK;IACb,aAAa,EAAE,8BAA8B,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,EAAE,KAAK,qBAMjC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMEnricherEditor/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,OAAO,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAIzD,UAAU,KAAK;IACb,aAAa,EAAE,8BAA8B,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,EAAE,KAAK,qBAMjC"}
@@ -1,14 +1,8 @@
1
1
  import React from 'react';
2
- type Props = {
3
- type: 'edetailInfo' | 'eitem' | 'efeature' | 'eoption' | 'eserie';
4
- config: any;
5
- };
6
2
  declare const ExclusivitySerie: () => React.JSX.Element;
7
3
  declare const ExclusivityFeature: () => React.JSX.Element;
8
4
  declare const ExclusivityExclusivityDetailInfo: () => React.JSX.Element;
9
5
  declare const ExclusivitySerieItems: () => React.JSX.Element;
10
6
  declare const ExclusivityFeatureOption: () => React.JSX.Element;
11
7
  export { ExclusivitySerie, ExclusivityFeature, ExclusivityExclusivityDetailInfo, ExclusivitySerieItems, ExclusivityFeatureOption };
12
- declare const ExclusivityTable: ({ type, config }: Props) => React.JSX.Element;
13
- export default ExclusivityTable;
14
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableExclusivity/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAW/C,KAAK,KAAK,GAAG;IAAE,IAAI,EAAE,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAC;IAAC,MAAM,EAAE,GAAG,CAAA;CAAE,CAAC;AAEhG,QAAA,MAAM,gBAAgB,yBAKrB,CAAC;AACF,QAAA,MAAM,kBAAkB,yBAKvB,CAAC;AAEF,QAAA,MAAM,gCAAgC,yBAKrC,CAAC;AAEF,QAAA,MAAM,qBAAqB,yBAK1B,CAAC;AAEF,QAAA,MAAM,wBAAwB,yBAK7B,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAC;AAEnI,QAAA,MAAM,gBAAgB,qBAAsB,KAAK,sBA4HhD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableExclusivity/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAe/C,QAAA,MAAM,gBAAgB,yBAKrB,CAAC;AACF,QAAA,MAAM,kBAAkB,yBAKvB,CAAC;AAEF,QAAA,MAAM,gCAAgC,yBAKrC,CAAC;AAEF,QAAA,MAAM,qBAAqB,yBAK1B,CAAC;AAEF,QAAA,MAAM,wBAAwB,yBAK7B,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAC"}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export default function (): React.JSX.Element;
2
+ export declare const TableGroups: (() => React.JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AASvC,MAAM,CAAC,OAAO,gCA0Ib"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,WAAW;;CAqItB,CAAC"}
@@ -1,7 +1,9 @@
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, node }: DivaCustomCellRendererProps<any, any, {
4
+ import { LoadingModalState } from '../../../IDMCommonComponents/useLoadingModal';
5
+ export default function ({ data, apiConfig, context, api, modalState, }: DivaCustomCellRendererProps<any, any, {
5
6
  apiConfig: ApiConfig;
7
+ modalState: LoadingModalState;
6
8
  }>): "" | React.JSX.Element;
7
9
  //# 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,IAAI,EAAE,EAAE,2BAA2B,CAAC,GAAG,EAAE,GAAG,EAAE;IAAE,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC,0BAkDhI"}
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,0BAyEhG"}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export default function (): React.JSX.Element;
2
+ export declare const TablePackages: (() => React.JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAclD,MAAM,CAAC,OAAO,gCAyPb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAcvC,eAAO,MAAM,aAAa;;CAwPxB,CAAC"}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export default function (): React.JSX.Element;
2
+ export declare const TablePartlistPos: (() => React.JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AASvC,MAAM,CAAC,OAAO,gCA2Lb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAUvC,eAAO,MAAM,gBAAgB;;CAsL3B,CAAC"}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export default function (): React.JSX.Element;
2
+ export declare const TablePriceList: (() => React.JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -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;AAYvE,MAAM,CAAC,OAAO,gCAwQb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePriceList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAcvE,eAAO,MAAM,cAAc;;CAyQzB,CAAC"}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export default function (): React.JSX.Element;
2
+ export declare const TableProperties: (() => React.JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -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;AAUvC,MAAM,CAAC,OAAO,gCA4Lb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableProperties/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,eAAe;;CAuL1B,CAAC"}
@@ -1,9 +1,4 @@
1
1
  import React from 'react';
2
- import { TFunction } from 'i18next';
3
- type Props = {
4
- type: 'catalogs' | 'detailInfos' | 'features' | 'items' | 'options' | 'series';
5
- getConfig: (isoLanguageIds: string[], t: TFunction) => any;
6
- };
7
2
  declare const RenamingCatalog: () => React.JSX.Element;
8
3
  declare const RenamingDetailInfo: () => React.JSX.Element;
9
4
  declare const RenamingFeature: () => React.JSX.Element;
@@ -11,6 +6,4 @@ declare const RenamingItem: () => React.JSX.Element;
11
6
  declare const RenamingOption: () => React.JSX.Element;
12
7
  declare const RenamingSerie: () => React.JSX.Element;
13
8
  export { RenamingCatalog, RenamingDetailInfo, RenamingFeature, RenamingItem, RenamingOption, RenamingSerie };
14
- declare const RenamingTable: ({ type, getConfig }: Props) => React.JSX.Element;
15
- export default RenamingTable;
16
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAe/C,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,UAAU,GAAG,aAAa,GAAG,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC/E,SAAS,EAAE,CAAC,cAAc,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,SAAS,KAAK,GAAG,CAAC;CAC5D,CAAC;AAEF,QAAA,MAAM,eAAe,yBAEpB,CAAC;AAEF,QAAA,MAAM,kBAAkB,yBAEvB,CAAC;AACF,QAAA,MAAM,eAAe,yBAEpB,CAAC;AAEF,QAAA,MAAM,YAAY,yBAEjB,CAAC;AAEF,QAAA,MAAM,cAAc,yBAEnB,CAAC;AAEF,QAAA,MAAM,aAAa,yBAElB,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC;AAE7G,QAAA,MAAM,aAAa,wBAAyB,KAAK,sBAkIhD,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAwB/C,QAAA,MAAM,eAAe,yBAEpB,CAAC;AAEF,QAAA,MAAM,kBAAkB,yBAEvB,CAAC;AACF,QAAA,MAAM,eAAe,yBAEpB,CAAC;AAEF,QAAA,MAAM,YAAY,yBAEjB,CAAC;AAEF,QAAA,MAAM,cAAc,yBAEnB,CAAC;AAEF,QAAA,MAAM,aAAa,yBAElB,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC"}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export default function (): React.JSX.Element;
2
+ export declare const TableTabGroups: (() => React.JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -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;AAUvC,MAAM,CAAC,OAAO,gCA8Gb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableTabGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,cAAc;;CAyGzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/SelectSimple/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,iBAAiB,EAAU,MAAM,SAAS,CAAC;;AAuCpD,wBAAmD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/SelectSimple/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,iBAAiB,EAAU,MAAM,SAAS,CAAC;;AAqDpD,wBAAmD"}
@@ -1,5 +1,11 @@
1
1
  import { BaseOptionType } from 'antd/es/select';
2
2
  import { BaseModulConfiguration, Mapping } from '../../Configuration';
3
+ export interface SharedSelectState {
4
+ options: Option[] | undefined;
5
+ loading: boolean;
6
+ setOptions: (options: Option[]) => void;
7
+ setLoading: (loading: boolean) => void;
8
+ }
3
9
  export interface SelectSimpleProps extends Omit<SelectSimpleHookProps, 'type'> {
4
10
  allowClear?: boolean;
5
11
  autoSelectFirst?: boolean;
@@ -7,6 +13,7 @@ export interface SelectSimpleProps extends Omit<SelectSimpleHookProps, 'type'> {
7
13
  disabled?: boolean;
8
14
  placeholder?: string;
9
15
  style?: React.CSSProperties;
16
+ popupClassName?: string;
10
17
  }
11
18
  export interface SelectSimpleHookProps extends BaseModulConfiguration {
12
19
  value?: any | any[];
@@ -15,6 +22,7 @@ export interface SelectSimpleHookProps extends BaseModulConfiguration {
15
22
  apiMapping?: Mapping;
16
23
  options?: Option[];
17
24
  onChange?: (selected?: any | any[]) => void;
25
+ sharedState?: SharedSelectState;
18
26
  }
19
27
  export interface SelectMapping {
20
28
  label: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/SelectSimple/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAEtE,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,qBAAqB,EAAE,MAAM,CAAC;IAC5E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B;AAED,MAAM,WAAW,qBAAsB,SAAQ,sBAAsB;IACnE,KAAK,CAAC,EAAE,GAAG,GAAG,GAAG,EAAE,CAAC;IACpB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,GAAG,GAAG,EAAE,KAAK,IAAI,CAAC;CAC7C;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAClC;AAED,MAAM,WAAW,MAAO,SAAQ,cAAc;IAC5C,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CAChC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/SelectSimple/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAEtE,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC9B,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC;AAED,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,qBAAqB,EAAE,MAAM,CAAC;IAC5E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,qBAAsB,SAAQ,sBAAsB;IACnE,KAAK,CAAC,EAAE,GAAG,GAAG,GAAG,EAAE,CAAC;IACpB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,GAAG,GAAG,EAAE,KAAK,IAAI,CAAC;IAC5C,WAAW,CAAC,EAAE,iBAAiB,CAAC;CACjC;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAClC;AAED,MAAM,WAAW,MAAO,SAAQ,cAAc;IAC5C,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CAChC"}
@@ -1,5 +1,5 @@
1
1
  import { SelectSimpleHookProps, Option } from './types';
2
- export default function ({ apiInterface, selectMapping, apiMapping, onChange, value, options: configuredOptions, autoSelectFirst, }: SelectSimpleHookProps): {
2
+ export default function ({ apiInterface, selectMapping, apiMapping, onChange, value, options: configuredOptions, autoSelectFirst, sharedState, }: SelectSimpleHookProps): {
3
3
  loading: boolean;
4
4
  options: Option[] | undefined;
5
5
  value: string | number | (string | number | null | undefined)[] | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useSelectSimpleData.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/SelectSimple/useSelectSimpleData.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,EAAiB,MAAM,SAAS,CAAC;AAMvE,MAAM,CAAC,OAAO,WAAW,EACvB,YAAY,EACZ,aAAa,EACb,UAAU,EACV,QAAQ,EACR,KAAK,EACL,OAAO,EAAE,iBAAiB,EAC1B,eAAe,GAChB,EAAE,qBAAqB;;;;sBA0Da,GAAG,UAAU,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;;EAiB9E"}
1
+ {"version":3,"file":"useSelectSimpleData.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/SelectSimple/useSelectSimpleData.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,EAAiB,MAAM,SAAS,CAAC;AAMvE,MAAM,CAAC,OAAO,WAAW,EACvB,YAAY,EACZ,aAAa,EACb,UAAU,EACV,QAAQ,EACR,KAAK,EACL,OAAO,EAAE,iBAAiB,EAC1B,eAAe,EACf,WAAW,GACZ,EAAE,qBAAqB;;;;sBAsEa,GAAG,UAAU,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;;EAiB9E"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/Table/BaseTable/cellRenderer/MediaItemViewerCell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,IAAI,CAAC;AAWxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,GAAG,CAAC;SACrB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,kBAAkB,qBAiFhE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/Table/BaseTable/cellRenderer/MediaItemViewerCell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,IAAI,CAAC;AAOxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,GAAG,CAAC;SACrB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,kBAAkB,qBAqFhE"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/Table/BaseTable/cellRenderer/MediaViewerCell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,IAAI,CAAC;AAUxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,GAAG,CAAC;SACrB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,kBAAkB,qBA4EhE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/Table/BaseTable/cellRenderer/MediaViewerCell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,IAAI,CAAC;AAMxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,GAAG,CAAC;SACrB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,kBAAkB,qBAkFhE"}
@@ -1 +1 @@
1
- {"version":3,"file":"useTableData.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/Table/StandardTable/useTableData.ts"],"names":[],"mappings":"AAEA,OAAO,EAAsB,KAAK,EAAc,UAAU,EAA8B,MAAM,UAAU,CAAC;AAuBzG,MAAM,CAAC,OAAO,WAAW,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,EAAE,UAAU,GAAG,KAAK,CAAC,CAAC,CAAC,CAukBzF"}
1
+ {"version":3,"file":"useTableData.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/Table/StandardTable/useTableData.ts"],"names":[],"mappings":"AAEA,OAAO,EAAsB,KAAK,EAAc,UAAU,EAA8B,MAAM,UAAU,CAAC;AAuBzG,MAAM,CAAC,OAAO,WAAW,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,EAAE,UAAU,GAAG,KAAK,CAAC,CAAC,CAAC,CA8jBzF"}
@@ -12,7 +12,13 @@ interface RulesProps {
12
12
  rootStore: RootStore;
13
13
  or?: boolean;
14
14
  }
15
- export default function applyRule({ rules, data, rootStore, or }: RuleProps): boolean;
16
- export declare function aplyRules({ rules, data, rootStore, or }: RulesProps): boolean;
15
+ export default function applyRule({ rules, data, rootStore, or }: RuleProps): {
16
+ applied: boolean;
17
+ disabledLabel?: string;
18
+ };
19
+ export declare function aplyRules({ rules, data, rootStore, or }: RulesProps): {
20
+ applied: boolean;
21
+ disabledLabel?: string;
22
+ };
17
23
  export {};
18
24
  //# sourceMappingURL=applyRule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"applyRule.d.ts","sourceRoot":"","sources":["../../../../../src/utils/applyRule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAE3C,UAAU,SAAS;IACjB,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,IAAI,EAAE,GAAG,CAAC;IACV,SAAS,EAAE,SAAS,CAAC;IACrB,EAAE,CAAC,EAAE,OAAO,CAAC;CACd;AAED,UAAU,UAAU;IAClB,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACb,SAAS,EAAE,SAAS,CAAC;IACrB,EAAE,CAAC,EAAE,OAAO,CAAC;CACd;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,EAAE,SAAS,GAAG,OAAO,CA2BpF;AACD,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,EAAE,UAAU,GAAG,OAAO,CAM7E"}
1
+ {"version":3,"file":"applyRule.d.ts","sourceRoot":"","sources":["../../../../../src/utils/applyRule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAE3C,UAAU,SAAS;IACjB,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,IAAI,EAAE,GAAG,CAAC;IACV,SAAS,EAAE,SAAS,CAAC;IACrB,EAAE,CAAC,EAAE,OAAO,CAAC;CACd;AAED,UAAU,UAAU;IAClB,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACb,SAAS,EAAE,SAAS,CAAC;IACrB,EAAE,CAAC,EAAE,OAAO,CAAC;CACd;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,EAAE,SAAS,GAAG;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,aAAa,CAAC,EAAE,MAAM,CAAA;CAAE,CAiCzH;AAED,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,EAAE,UAAU,GAAG;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,aAAa,CAAC,EAAE,MAAM,CAAA;CAAE,CAOlH"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "25.4.0-beta.9",
3
+ "version": "25.4.0-rc.1",
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.4.0-beta.9",
19
- "@crystaldesign/content-item": "25.4.0-beta.9",
20
- "@crystaldesign/diva-core": "25.4.0-beta.9",
21
- "@crystaldesign/diva-utils": "25.4.0-beta.9",
22
- "@crystaldesign/media-upload": "25.4.0-beta.9",
23
- "@crystaldesign/rtf-editor": "25.4.0-beta.9",
24
- "@crystaldesign/spreadsheet": "25.4.0-beta.9",
18
+ "@crystaldesign/content-box": "25.4.0-rc.1",
19
+ "@crystaldesign/content-item": "25.4.0-rc.1",
20
+ "@crystaldesign/diva-core": "25.4.0-rc.1",
21
+ "@crystaldesign/diva-utils": "25.4.0-rc.1",
22
+ "@crystaldesign/media-upload": "25.4.0-rc.1",
23
+ "@crystaldesign/rtf-editor": "25.4.0-rc.1",
24
+ "@crystaldesign/spreadsheet": "25.4.0-rc.1",
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": "64ea8868c821424e4fd7ad5f0d1ffa0437b1a4f1"
54
+ "gitHead": "c1c328cc63fee9da74a3db9177dbac07f85b2dfb"
55
55
  }
@@ -1,9 +0,0 @@
1
- import { CatalogData } from './types';
2
- export default function (currentModules: string[]): {
3
- updateNavigation: (currentCatalog: CatalogData, modules?: string[]) => void;
4
- organizationId: string;
5
- apiConfig: import("@crystaldesign/diva-core").ApiConfig;
6
- selectedCatalog: CatalogData | undefined;
7
- catalogId: string;
8
- };
9
- //# sourceMappingURL=useModule.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useModule.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMCatalogEditor/useModule.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,MAAM,CAAC,OAAO,WAAW,cAAc,EAAE,MAAM,EAAE;uCAqH5B,WAAW,YAAW,MAAM,EAAE;;;;;EAqClD"}
@@ -1,7 +0,0 @@
1
- export default function (): {
2
- updateNavigation: (currentCatalog: string, modules: string[], path?: string) => void;
3
- organizationId: string;
4
- apiConfig: import("packages/core/src").ApiConfig;
5
- catalogId: string | undefined;
6
- };
7
- //# sourceMappingURL=useNavigation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useNavigation.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMCatalogEditor/useNavigation.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO;uCAaO,MAAM,WAAW,MAAM,EAAE,SAAQ,MAAM;;;;EAa3D"}
@@ -1,9 +0,0 @@
1
- import { EnricherPackage } from './types';
2
- export default function (currentModules: string[]): {
3
- updateNavigation: (currentPackage: EnricherPackage, modules?: string[]) => void;
4
- organizationId: string;
5
- apiConfig: import("@crystaldesign/diva-core").ApiConfig;
6
- packageId: string;
7
- selectedPackage: EnricherPackage | undefined;
8
- };
9
- //# sourceMappingURL=useModule.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useModule.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMEnricherEditor/useModule.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,MAAM,CAAC,OAAO,WAAW,cAAc,EAAE,MAAM,EAAE;uCAiO5B,eAAe,YAAW,MAAM,EAAE;;;;;EAuCtD"}
@@ -1,7 +0,0 @@
1
- export default function (): {
2
- updateNavigation: (currentPackage: string, modules: string[], path?: string) => void;
3
- organizationId: string;
4
- apiConfig: import("packages/core/src").ApiConfig;
5
- packageId: string | undefined;
6
- };
7
- //# sourceMappingURL=useNavigation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useNavigation.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/IDMEnricherEditor/useNavigation.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO;uCAaO,MAAM,WAAW,MAAM,EAAE,SAAQ,MAAM;;;;EAY3D"}
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- interface Props {
3
- isModalOpen: boolean;
4
- handleOk: () => void;
5
- error?: string;
6
- }
7
- export default function ({ isModalOpen, handleOk, error }: Props): React.JSX.Element;
8
- export {};
9
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/LoadingModal/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,KAAK;IACb,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,KAAK,qBAgC/D"}