@crystaldesign/diva-backoffice 24.13.0-beta.22 → 24.13.0-beta.24
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
CHANGED
|
@@ -29557,7 +29557,8 @@ function useNavigation$1 () {
|
|
|
29557
29557
|
function PublishCustomCell (_ref) {
|
|
29558
29558
|
var data = _ref.data,
|
|
29559
29559
|
apiConfig = _ref.apiConfig,
|
|
29560
|
-
context = _ref.context
|
|
29560
|
+
context = _ref.context,
|
|
29561
|
+
api = _ref.api;
|
|
29561
29562
|
var _useTranslation = useTranslation(),
|
|
29562
29563
|
t = _useTranslation.t;
|
|
29563
29564
|
var _React$useState = React.useState(false),
|
|
@@ -29591,7 +29592,10 @@ function PublishCustomCell (_ref) {
|
|
|
29591
29592
|
usePut: true
|
|
29592
29593
|
});
|
|
29593
29594
|
case 8:
|
|
29594
|
-
context === null || context === void 0 || context.reset(
|
|
29595
|
+
context === null || context === void 0 || context.reset({
|
|
29596
|
+
context: context,
|
|
29597
|
+
api: api
|
|
29598
|
+
});
|
|
29595
29599
|
isLoading(false);
|
|
29596
29600
|
case 10:
|
|
29597
29601
|
case "end":
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { DivaCustomCellRendererProps } from '@crystaldesign/spreadsheet';
|
|
3
3
|
import { ApiConfig } from '@crystaldesign/diva-core';
|
|
4
|
-
export default function ({ data, apiConfig, context }: DivaCustomCellRendererProps<any, any, {
|
|
4
|
+
export default function ({ data, apiConfig, context, api }: DivaCustomCellRendererProps<any, any, {
|
|
5
5
|
apiConfig: ApiConfig;
|
|
6
6
|
}>): "" | React.JSX.Element;
|
|
7
7
|
//# sourceMappingURL=PublishCustomCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PublishCustomCell.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAOzE,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAErE,MAAM,CAAC,OAAO,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,EAAE,2BAA2B,CAAC,GAAG,EAAE,GAAG,EAAE;IAAE,SAAS,EAAE,SAAS,CAAA;CAAE,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;AAErE,MAAM,CAAC,OAAO,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,2BAA2B,CAAC,GAAG,EAAE,GAAG,EAAE;IAAE,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC,0BA6C1H"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.13.0-beta.
|
|
3
|
+
"version": "24.13.0-beta.24",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^6.5.0",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@ant-design/icons": "5.4.0",
|
|
17
17
|
"@babel/runtime": "7.24.7",
|
|
18
|
-
"@crystaldesign/content-box": "24.13.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "24.13.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "24.13.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "24.13.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "24.13.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "24.13.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "24.13.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "24.13.0-beta.24",
|
|
19
|
+
"@crystaldesign/content-item": "24.13.0-beta.24",
|
|
20
|
+
"@crystaldesign/diva-core": "24.13.0-beta.24",
|
|
21
|
+
"@crystaldesign/diva-utils": "24.13.0-beta.24",
|
|
22
|
+
"@crystaldesign/media-upload": "24.13.0-beta.24",
|
|
23
|
+
"@crystaldesign/rtf-editor": "24.13.0-beta.24",
|
|
24
|
+
"@crystaldesign/spreadsheet": "24.13.0-beta.24",
|
|
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": "7e320be99d6e28a23a751486378329108efce768"
|
|
55
55
|
}
|