@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.
- package/build/esm/index.js +2079 -1094
- package/build/types/backoffice/src/Configuration.d.ts +4 -2
- package/build/types/backoffice/src/Configuration.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/Content/index.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/Detail.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/Navigation/MenuLabel.d.ts +2 -1
- package/build/types/backoffice/src/layout/Navigation/MenuLabel.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/ArticleSelection/index.d.ts.map +1 -1
- package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
- package/build/types/backoffice/src/store/ContextStore.d.ts +13 -0
- package/build/types/backoffice/src/store/ContextStore.d.ts.map +1 -0
- package/build/types/backoffice/src/store/RootStore.d.ts +2 -0
- package/build/types/backoffice/src/store/RootStore.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/CatalogEditor/DragDropUpload/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/FileUploadOrders/index.d.ts +9 -0
- package/build/types/backoffice/src/ui/FileUploadOrders/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/FileUploadOrders/types.d.ts +6 -0
- package/build/types/backoffice/src/ui/FileUploadOrders/types.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/CatalogOptions.d.ts +9 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/CatalogOptions.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Items.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionCombinations/ActionForm.d.ts +2 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionCombinations/ActionForm.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionGroupOptions.d.ts +10 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionGroupOptions.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Options.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/CatalogSelector.d.ts +6 -7
- package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/CatalogSelector.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/FeatureSelector.d.ts +6 -8
- package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/FeatureSelector.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/SeriesSelector.d.ts +6 -9
- package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/SeriesSelector.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/components/UploadButton/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useCatalogContext.d.ts +16 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useCatalogContext.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useModule.d.ts +9 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useModule.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogOptions/index.d.ts +5 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogOptions/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogs/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogs/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatures/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatures/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableItems/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableItems/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.d.ts +5 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptions/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptions/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePartlists/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePartlists/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePrices/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePrices/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableSeries/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableSeries/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCollectionEditor/modules/TableCollections/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCommonComponents/commonEnums.d.ts +4 -0
- package/build/types/backoffice/src/ui/IDMCommonComponents/commonEnums.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCommonComponents/createTranslatedColumnConfig.d.ts +4 -1
- package/build/types/backoffice/src/ui/IDMCommonComponents/createTranslatedColumnConfig.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCommonComponents/useLoadingModal.d.ts +10 -0
- package/build/types/backoffice/src/ui/IDMCommonComponents/useLoadingModal.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/Tables/Prices/index.d.ts +6 -2
- package/build/types/backoffice/src/ui/IDMEnricherEditor/Tables/Prices/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/FeatureSelector.d.ts +5 -6
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/FeatureSelector.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.d.ts +6 -9
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/SeriesSelector.d.ts +5 -7
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/SeriesSelector.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts +18 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useModule.d.ts +10 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useModule.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts +0 -6
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableGroups/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableGroups/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePriceList/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePriceList/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts +0 -7
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts +3 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/SelectSimple/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/SelectSimple/types.d.ts +8 -0
- package/build/types/backoffice/src/ui/SelectSimple/types.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts +1 -1
- package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/BaseTable/cellRenderer/MediaItemViewerCell/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/BaseTable/cellRenderer/MediaViewerCell/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/StandardTable/useTableData.d.ts.map +1 -1
- package/build/types/backoffice/src/utils/applyRule.d.ts +8 -2
- package/build/types/backoffice/src/utils/applyRule.d.ts.map +1 -1
- package/package.json +9 -9
- package/build/types/backoffice/src/ui/IDMCatalogEditor/useModule.d.ts +0 -9
- package/build/types/backoffice/src/ui/IDMCatalogEditor/useModule.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/useNavigation.d.ts +0 -7
- package/build/types/backoffice/src/ui/IDMCatalogEditor/useNavigation.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts +0 -9
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts +0 -7
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/LoadingModal/index.d.ts +0 -9
- package/build/types/backoffice/src/ui/LoadingModal/index.d.ts.map +0 -1
@@ -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
|
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;
|
package/build/types/backoffice/src/ui/IDMCommonComponents/createTranslatedColumnConfig.d.ts.map
CHANGED
@@ -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,
|
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
|
-
|
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
|
-
}
|
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;
|
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
|
-
|
4
|
-
selectedFeature?: any;
|
5
|
-
setSelectedFeature: (value: any) => void;
|
6
|
-
enricherService: string;
|
3
|
+
modules: string[];
|
7
4
|
dataSet: 'lookup' | 'exclusivities';
|
8
5
|
}
|
9
|
-
|
10
|
-
|
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,
|
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
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
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,
|
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
|
-
|
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
|
-
|
11
|
-
|
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,
|
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;
|
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
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts.map
CHANGED
@@ -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;
|
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 +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;
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts
CHANGED
@@ -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
|
-
|
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;
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts.map
CHANGED
@@ -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;
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePriceList/index.d.ts.map
CHANGED
@@ -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;
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map
CHANGED
@@ -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;
|
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
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map
CHANGED
@@ -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;
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map
CHANGED
@@ -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;
|
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;;
|
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;
|
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,
|
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;
|
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"}
|
package/build/types/backoffice/src/ui/Table/BaseTable/cellRenderer/MediaViewerCell/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/Table/BaseTable/cellRenderer/MediaViewerCell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
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,
|
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):
|
16
|
-
|
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,
|
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-
|
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-
|
19
|
-
"@crystaldesign/content-item": "25.4.0-
|
20
|
-
"@crystaldesign/diva-core": "25.4.0-
|
21
|
-
"@crystaldesign/diva-utils": "25.4.0-
|
22
|
-
"@crystaldesign/media-upload": "25.4.0-
|
23
|
-
"@crystaldesign/rtf-editor": "25.4.0-
|
24
|
-
"@crystaldesign/spreadsheet": "25.4.0-
|
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": "
|
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 +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"}
|