@crystaldesign/diva-backoffice 24.11.0-beta.15 → 24.11.0-beta.16

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 (2) hide show
  1. package/build/esm/index.js +10 -0
  2. package/package.json +3 -3
@@ -8018,6 +8018,11 @@ function loadConfiguration(t, root, config, lang) {
8018
8018
  type: 'select',
8019
8019
  mode: 'single',
8020
8020
  allowClear: true,
8021
+ readonly: {
8022
+ field: 'state',
8023
+ op: 'gt',
8024
+ value: 3
8025
+ },
8021
8026
  values: ['PROD', 'PROD_SEC', 'PROD_CLOSE', 'PROD_MILIEU', 'SHO', 'CONFIG_INFO', 'AR_INFO', 'PROD_DETAIL', 'CAT', 'PLN', 'LOG', 'FUNC', 'COMMERCIAL', 'TPL', 'ASI', 'PLT', 'CAI', 'BAN', 'INF', 'OTH', 'ART', 'OPV']
8022
8027
  }, {
8023
8028
  name: 'priority',
@@ -8272,6 +8277,11 @@ function loadConfiguration(t, root, config, lang) {
8272
8277
  label: t('backoffice.form.renderjob.items.functionType'),
8273
8278
  type: 'select',
8274
8279
  mode: 'single',
8280
+ readonly: {
8281
+ field: 'state',
8282
+ op: 'gt',
8283
+ value: 3
8284
+ },
8275
8285
  allowClear: true,
8276
8286
  values: ['PROD', 'PROD_SEC', 'PROD_CLOSE', 'PROD_MILIEU', 'SHO', 'CONFIG_INFO', 'AR_INFO', 'PROD_DETAIL', 'CAT', 'PLN', 'LOG', 'FUNC', 'COMMERCIAL', 'TPL', 'ASI', 'PLT', 'CAI', 'BAN', 'INF', 'OTH', 'ART', 'OPV']
8277
8287
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.11.0-beta.15",
3
+ "version": "24.11.0-beta.16",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -16,7 +16,7 @@
16
16
  "@ant-design/icons": "5.0.1",
17
17
  "@babel/runtime": "7.18.0",
18
18
  "@crystaldesign/content-item": "24.11.0-beta.10",
19
- "@crystaldesign/spreadsheet": "24.11.0-beta.15",
19
+ "@crystaldesign/spreadsheet": "24.11.0-beta.16",
20
20
  "@google/model-viewer": "3.4.0",
21
21
  "@tinymce/tinymce-react": "^3.13.0",
22
22
  "ag-charts-community": "^9.3.1",
@@ -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": "c59f8e5f4c305b871f309023cfd678f2e6ada0fa"
56
+ "gitHead": "ab0d450db636988a78089d4fa89de420d4208742"
57
57
  }