@crystaldesign/diva-backoffice 24.13.0-beta.17 → 24.13.0-beta.18
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 +7 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts +1 -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.map +1 -1
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -29603,6 +29603,7 @@ function PublishCustomCell (_ref) {
|
|
|
29603
29603
|
return _ref2.apply(this, arguments);
|
|
29604
29604
|
};
|
|
29605
29605
|
}();
|
|
29606
|
+
if (data.__isEmpty) return '';
|
|
29606
29607
|
return /*#__PURE__*/jsx(Spin, {
|
|
29607
29608
|
spinning: loading,
|
|
29608
29609
|
children: /*#__PURE__*/jsxs(Space$1, {
|
|
@@ -29675,6 +29676,12 @@ function TablePackages () {
|
|
|
29675
29676
|
return !selectedNodes[0].data.basedCatalogId && !selectedNodes[0].data.basedPackageId || !selectedNodes[0].data.name;
|
|
29676
29677
|
}
|
|
29677
29678
|
}],
|
|
29679
|
+
preFilter: {
|
|
29680
|
+
colId: 'organizationId',
|
|
29681
|
+
filterType: 'text',
|
|
29682
|
+
type: 'equals',
|
|
29683
|
+
filter: organizationId
|
|
29684
|
+
},
|
|
29678
29685
|
configuration: {
|
|
29679
29686
|
type: 'dotnetSSM',
|
|
29680
29687
|
apiInterface: {
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import { DivaCustomCellRendererProps } from '@crystaldesign/spreadsheet';
|
|
|
3
3
|
import { ApiConfig } from '@crystaldesign/diva-core';
|
|
4
4
|
export default function ({ data, apiConfig, context }: DivaCustomCellRendererProps<any, any, {
|
|
5
5
|
apiConfig: ApiConfig;
|
|
6
|
-
}>): React.JSX.Element;
|
|
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,EAAE,2BAA2B,CAAC,GAAG,EAAE,GAAG,EAAE;IAAE,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC,0BA6CrH"}
|
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,KAA6B,MAAM,OAAO,CAAC;AASlD,MAAM,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AASlD,MAAM,CAAC,OAAO,gCAgKb"}
|
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.18",
|
|
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.18",
|
|
19
|
+
"@crystaldesign/content-item": "24.13.0-beta.18",
|
|
20
|
+
"@crystaldesign/diva-core": "24.13.0-beta.18",
|
|
21
|
+
"@crystaldesign/diva-utils": "24.13.0-beta.18",
|
|
22
|
+
"@crystaldesign/media-upload": "24.13.0-beta.18",
|
|
23
|
+
"@crystaldesign/rtf-editor": "24.13.0-beta.18",
|
|
24
|
+
"@crystaldesign/spreadsheet": "24.13.0-beta.18",
|
|
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": "04042f70eb6a744d20577218fc0c5e7b3e1ba0f5"
|
|
55
55
|
}
|