@crystaldesign/diva-backoffice 26.6.0-beta.5 → 26.6.0-beta.6

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.
@@ -45312,7 +45312,12 @@ function ActionsForm(_ref) {
45312
45312
  disabled: optionRefNeedsFeature,
45313
45313
  apiInterface: refType === REFERENCE_TYPES.OPTION_REF ? optionsReadForOptionRef : allFeaturesRead,
45314
45314
  selectMapping: refType === REFERENCE_TYPES.OPTION_REF ? optionSelectMapping : featureSelectMapping,
45315
- useValueAsData: true
45315
+ useValueAsData: true,
45316
+ classNames: {
45317
+ popup: {
45318
+ root: 'ag-custom-component-popup'
45319
+ }
45320
+ }
45316
45321
  }, refType === REFERENCE_TYPES.OPTION_REF ? "option-ref-".concat((_toLookupScalar = toLookupScalar(watchedFeatureNo)) !== null && _toLookupScalar !== void 0 ? _toLookupScalar : '') : undefined)
45317
45322
  });
45318
45323
  }, [allFeaturesRead, fieldLabel, optionRefNeedsFeatureHint, optionSelectMapping, optionsReadForOptionRef, featureSelectMapping, requiredRules, watchedActionType, watchedFeatureNo]);
@@ -45370,7 +45375,12 @@ function ActionsForm(_ref) {
45370
45375
  minWidth: "100%",
45371
45376
  apiInterface: allFeaturesRead,
45372
45377
  selectMapping: featureSelectMapping,
45373
- useValueAsData: true
45378
+ useValueAsData: true,
45379
+ classNames: {
45380
+ popup: {
45381
+ root: 'ag-custom-component-popup'
45382
+ }
45383
+ }
45374
45384
  })
45375
45385
  }), decision && /*#__PURE__*/jsx(Form$2.Item, {
45376
45386
  name: "decisionNo",
@@ -45382,7 +45392,12 @@ function ActionsForm(_ref) {
45382
45392
  minWidth: "100%",
45383
45393
  apiInterface: decisionsRead,
45384
45394
  selectMapping: decisionSelectMapping,
45385
- useValueAsData: true
45395
+ useValueAsData: true,
45396
+ classNames: {
45397
+ popup: {
45398
+ root: 'ag-custom-component-popup'
45399
+ }
45400
+ }
45386
45401
  })
45387
45402
  }), (decision || needsRef) && /*#__PURE__*/jsx(Form$2.Item, {
45388
45403
  name: "referenceType",
@@ -1 +1 @@
1
- {"version":3,"file":"ActionsForm.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/Tables/OptionCombinations/ActionsForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAK/D,OAAO,EAOL,KAAK,YAAY,EAGlB,MAAM,gBAAgB,CAAC;AA+DxB,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACvC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,gBAAgB,qBAib/F"}
1
+ {"version":3,"file":"ActionsForm.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/Tables/OptionCombinations/ActionsForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAK/D,OAAO,EAOL,KAAK,YAAY,EAGlB,MAAM,gBAAgB,CAAC;AA+DxB,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACvC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,gBAAgB,qBA6Z/F"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "26.6.0-beta.5",
3
+ "version": "26.6.0-beta.6",
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": "6.1.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "26.6.0-beta.5",
19
- "@crystaldesign/content-item": "26.6.0-beta.5",
20
- "@crystaldesign/diva-core": "26.6.0-beta.5",
21
- "@crystaldesign/diva-utils": "26.6.0-beta.5",
22
- "@crystaldesign/media-upload": "26.6.0-beta.5",
23
- "@crystaldesign/rtf-editor": "26.6.0-beta.5",
24
- "@crystaldesign/spreadsheet": "26.6.0-beta.5",
18
+ "@crystaldesign/content-box": "26.6.0-beta.6",
19
+ "@crystaldesign/content-item": "26.6.0-beta.6",
20
+ "@crystaldesign/diva-core": "26.6.0-beta.6",
21
+ "@crystaldesign/diva-utils": "26.6.0-beta.6",
22
+ "@crystaldesign/media-upload": "26.6.0-beta.6",
23
+ "@crystaldesign/rtf-editor": "26.6.0-beta.6",
24
+ "@crystaldesign/spreadsheet": "26.6.0-beta.6",
25
25
  "@google/genai": "^1.22.0",
26
26
  "@google/model-viewer": "3.5.0",
27
27
  "ag-charts-community": "^10.1.0",
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "module": "build/esm/index.js",
55
55
  "types": "./build/types/backoffice/src/index.d.ts",
56
- "gitHead": "0628576b147dc115ee357771fda950067f9d7f90"
56
+ "gitHead": "3149e2da93817259dfc7e5dd8f379b55344108e5"
57
57
  }