@crystaldesign/diva-backoffice 24.8.0-rc.7 → 24.8.0-rc.8
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
|
@@ -3156,7 +3156,7 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
3156
3156
|
sourceField: 'description'
|
|
3157
3157
|
}, {
|
|
3158
3158
|
targetField: 'organizationId',
|
|
3159
|
-
|
|
3159
|
+
globalValue: 'organizationId'
|
|
3160
3160
|
}]
|
|
3161
3161
|
}
|
|
3162
3162
|
},
|
|
@@ -7339,6 +7339,9 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7339
7339
|
name: 'description',
|
|
7340
7340
|
type: 'input',
|
|
7341
7341
|
label: t('description')
|
|
7342
|
+
}, {
|
|
7343
|
+
name: 'organizationId',
|
|
7344
|
+
hidden: true
|
|
7342
7345
|
}];
|
|
7343
7346
|
var getItemsByContent = function getItemsByContent(content, path) {
|
|
7344
7347
|
for (var i = 0; i < content.length; i++) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigurationStore.d.ts","sourceRoot":"","sources":["../../../../../src/store/ConfigurationStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACpF,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,OAAO,SAAS,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,MAAM,CAAC,OAAO;IAMA,OAAO,CAAC,IAAI;IALxB,OAAO,CAAC,cAAc,CAAC,CAErB;IACF,OAAO,CAAC,UAAU,CAAa;gBAEX,IAAI,EAAE,SAAS;IAOnC,IAAI,SAAS,YAEZ;IAED,gBAAgB,CAAC,EAAE,EAAE,MAAM,EAAE,GAAG,KAAK,EAAE,aAAa,EAAE,GAAG,kBAAkB;IAe3E,gBAAgB,CAAC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"ConfigurationStore.d.ts","sourceRoot":"","sources":["../../../../../src/store/ConfigurationStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACpF,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,OAAO,SAAS,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,MAAM,CAAC,OAAO;IAMA,OAAO,CAAC,IAAI;IALxB,OAAO,CAAC,cAAc,CAAC,CAErB;IACF,OAAO,CAAC,UAAU,CAAa;gBAEX,IAAI,EAAE,SAAS;IAOnC,IAAI,SAAS,YAEZ;IAED,gBAAgB,CAAC,EAAE,EAAE,MAAM,EAAE,GAAG,KAAK,EAAE,aAAa,EAAE,GAAG,kBAAkB;IAe3E,gBAAgB,CAAC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM;IAuBxF,IAAI,SAAS,cAEZ;CACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.8.0-rc.
|
|
3
|
+
"version": "24.8.0-rc.8",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^5.15.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@ant-design/icons": "5.0.1",
|
|
17
17
|
"@babel/runtime": "7.18.0",
|
|
18
|
-
"@crystaldesign/spreadsheet": "24.8.0-rc.
|
|
18
|
+
"@crystaldesign/spreadsheet": "24.8.0-rc.8",
|
|
19
19
|
"@google/model-viewer": "3.4.0",
|
|
20
20
|
"@tinymce/tinymce-react": "^3.13.0",
|
|
21
21
|
"ag-charts-community": "^9.3.1",
|
|
@@ -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": "f71e4d9257810bc1901a5efbd7fef08f4a885844"
|
|
55
55
|
}
|