@crystaldesign/diva-backoffice 24.15.0-beta.44 → 24.15.0-beta.46
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 +121 -100
- package/build/types/backoffice/src/ui/Form/Fields/Text/index.d.ts +10 -0
- package/build/types/backoffice/src/ui/Form/Fields/Text/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/Form/elements.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Form/types.d.ts +6 -1
- package/build/types/backoffice/src/ui/Form/types.d.ts.map +1 -1
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -7806,6 +7806,111 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7806
7806
|
hidden: function hidden(data) {
|
|
7807
7807
|
return !(data !== null && data !== void 0 && data.iwofurn) || (data === null || data === void 0 ? void 0 : data.type) !== 'RETAILER' && (data === null || data === void 0 ? void 0 : data.parentType) !== 'RETAILER';
|
|
7808
7808
|
}
|
|
7809
|
+
}, {
|
|
7810
|
+
name: t('backoffice.form.organizationdetails.items.licenses'),
|
|
7811
|
+
type: 'subTitle',
|
|
7812
|
+
orientation: 'left',
|
|
7813
|
+
style: {
|
|
7814
|
+
marginBottom: '20px'
|
|
7815
|
+
},
|
|
7816
|
+
permission: 'backoffice_admin_organizations',
|
|
7817
|
+
hidden: function hidden(data) {
|
|
7818
|
+
return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
|
|
7819
|
+
}
|
|
7820
|
+
}, {
|
|
7821
|
+
name: 'Info',
|
|
7822
|
+
type: 'text',
|
|
7823
|
+
style: {
|
|
7824
|
+
marginBottom: '30px'
|
|
7825
|
+
},
|
|
7826
|
+
text: t('backoffice.form.organizationdetails.items.licensesdesc'),
|
|
7827
|
+
permission: 'backoffice_admin_organizations',
|
|
7828
|
+
hidden: function hidden(data) {
|
|
7829
|
+
return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
|
|
7830
|
+
}
|
|
7831
|
+
}, {
|
|
7832
|
+
name: ['settings', 'enableAR'],
|
|
7833
|
+
label: t('backoffice.form.organizationdetails.items.settings.enableAR'),
|
|
7834
|
+
permission: 'backoffice_admin_organizations',
|
|
7835
|
+
type: 'radio',
|
|
7836
|
+
optionType: 'button',
|
|
7837
|
+
options: [{
|
|
7838
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
7839
|
+
value: undefined
|
|
7840
|
+
}, {
|
|
7841
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
7842
|
+
value: true
|
|
7843
|
+
}, {
|
|
7844
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
7845
|
+
value: false
|
|
7846
|
+
}]
|
|
7847
|
+
}, {
|
|
7848
|
+
name: ['settings', 'enableARLeaflet'],
|
|
7849
|
+
label: t('backoffice.form.organizationdetails.items.settings.enableARLeaflet'),
|
|
7850
|
+
permission: 'backoffice_admin_organizations',
|
|
7851
|
+
type: 'radio',
|
|
7852
|
+
optionType: 'button',
|
|
7853
|
+
options: [{
|
|
7854
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
7855
|
+
value: undefined
|
|
7856
|
+
}, {
|
|
7857
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
7858
|
+
value: true
|
|
7859
|
+
}, {
|
|
7860
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
7861
|
+
value: false
|
|
7862
|
+
}]
|
|
7863
|
+
}, {
|
|
7864
|
+
name: ['settings', 'enableRTV'],
|
|
7865
|
+
label: t('backoffice.form.organizationdetails.items.settings.enableRTV'),
|
|
7866
|
+
permission: 'backoffice_admin_organizations',
|
|
7867
|
+
type: 'radio',
|
|
7868
|
+
optionType: 'button',
|
|
7869
|
+
options: [{
|
|
7870
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
7871
|
+
value: undefined
|
|
7872
|
+
}, {
|
|
7873
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
7874
|
+
value: true
|
|
7875
|
+
}, {
|
|
7876
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
7877
|
+
value: false
|
|
7878
|
+
}]
|
|
7879
|
+
}, {
|
|
7880
|
+
name: ['settings', 'forceRTV'],
|
|
7881
|
+
label: t('backoffice.form.organizationdetails.items.settings.forceRTV'),
|
|
7882
|
+
permission: 'backoffice_admin_organizations',
|
|
7883
|
+
type: 'radio',
|
|
7884
|
+
optionType: 'button',
|
|
7885
|
+
options: [{
|
|
7886
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
7887
|
+
value: undefined
|
|
7888
|
+
}, {
|
|
7889
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
7890
|
+
value: true
|
|
7891
|
+
}, {
|
|
7892
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
7893
|
+
value: false
|
|
7894
|
+
}]
|
|
7895
|
+
}, {
|
|
7896
|
+
name: ['settings', 'enableVKMarketing'],
|
|
7897
|
+
label: t('backoffice.form.organizationdetails.items.settings.enableVKMarketing'),
|
|
7898
|
+
permission: 'backoffice_admin_organizations',
|
|
7899
|
+
type: 'radio',
|
|
7900
|
+
hidden: function hidden(data) {
|
|
7901
|
+
return (data === null || data === void 0 ? void 0 : data.type) === 'ASSOCIATION' || (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER' || (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER';
|
|
7902
|
+
},
|
|
7903
|
+
optionType: 'button',
|
|
7904
|
+
options: [{
|
|
7905
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
7906
|
+
value: undefined
|
|
7907
|
+
}, {
|
|
7908
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
7909
|
+
value: true
|
|
7910
|
+
}, {
|
|
7911
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
7912
|
+
value: false
|
|
7913
|
+
}]
|
|
7809
7914
|
}, {
|
|
7810
7915
|
name: t('backoffice.subtitle.advanced'),
|
|
7811
7916
|
type: 'subTitle',
|
|
@@ -8037,86 +8142,6 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
8037
8142
|
hidden: function hidden(data) {
|
|
8038
8143
|
return (data === null || data === void 0 ? void 0 : data.type) === 'ASSOCIATION' || (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER' || (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER';
|
|
8039
8144
|
}
|
|
8040
|
-
}, {
|
|
8041
|
-
name: ['settings', 'enable3DExport'],
|
|
8042
|
-
label: t('backoffice.form.organizationdetails.items.settings.enable3DExport'),
|
|
8043
|
-
type: 'radio',
|
|
8044
|
-
optionType: 'button',
|
|
8045
|
-
options: [{
|
|
8046
|
-
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8047
|
-
value: undefined
|
|
8048
|
-
}, {
|
|
8049
|
-
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8050
|
-
value: true
|
|
8051
|
-
}, {
|
|
8052
|
-
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8053
|
-
value: false
|
|
8054
|
-
}],
|
|
8055
|
-
permission: 'backoffice_sys_admin_organizations'
|
|
8056
|
-
}, {
|
|
8057
|
-
name: ['settings', 'enableAR'],
|
|
8058
|
-
label: t('backoffice.form.organizationdetails.items.settings.enableAR'),
|
|
8059
|
-
permission: 'backoffice_sys_admin_organizations',
|
|
8060
|
-
type: 'radio',
|
|
8061
|
-
optionType: 'button',
|
|
8062
|
-
options: [{
|
|
8063
|
-
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8064
|
-
value: undefined
|
|
8065
|
-
}, {
|
|
8066
|
-
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8067
|
-
value: true
|
|
8068
|
-
}, {
|
|
8069
|
-
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8070
|
-
value: false
|
|
8071
|
-
}]
|
|
8072
|
-
}, {
|
|
8073
|
-
name: ['settings', 'enableARLeaflet'],
|
|
8074
|
-
label: t('backoffice.form.organizationdetails.items.settings.enableARLeaflet'),
|
|
8075
|
-
permission: 'backoffice_sys_admin_organizations',
|
|
8076
|
-
type: 'radio',
|
|
8077
|
-
optionType: 'button',
|
|
8078
|
-
options: [{
|
|
8079
|
-
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8080
|
-
value: undefined
|
|
8081
|
-
}, {
|
|
8082
|
-
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8083
|
-
value: true
|
|
8084
|
-
}, {
|
|
8085
|
-
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8086
|
-
value: false
|
|
8087
|
-
}]
|
|
8088
|
-
}, {
|
|
8089
|
-
name: ['settings', 'enableRTV'],
|
|
8090
|
-
label: t('backoffice.form.organizationdetails.items.settings.enableRTV'),
|
|
8091
|
-
permission: 'backoffice_sys_admin_organizations',
|
|
8092
|
-
type: 'radio',
|
|
8093
|
-
optionType: 'button',
|
|
8094
|
-
options: [{
|
|
8095
|
-
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8096
|
-
value: undefined
|
|
8097
|
-
}, {
|
|
8098
|
-
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8099
|
-
value: true
|
|
8100
|
-
}, {
|
|
8101
|
-
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8102
|
-
value: false
|
|
8103
|
-
}]
|
|
8104
|
-
}, {
|
|
8105
|
-
name: ['settings', 'forceRTV'],
|
|
8106
|
-
label: t('backoffice.form.organizationdetails.items.settings.forceRTV'),
|
|
8107
|
-
permission: 'backoffice_sys_admin_organizations',
|
|
8108
|
-
type: 'radio',
|
|
8109
|
-
optionType: 'button',
|
|
8110
|
-
options: [{
|
|
8111
|
-
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8112
|
-
value: undefined
|
|
8113
|
-
}, {
|
|
8114
|
-
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8115
|
-
value: true
|
|
8116
|
-
}, {
|
|
8117
|
-
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8118
|
-
value: false
|
|
8119
|
-
}]
|
|
8120
8145
|
}, {
|
|
8121
8146
|
name: ['settings', 'ruleDescWithoutParenthesis'],
|
|
8122
8147
|
label: t('backoffice.form.organizationdetails.items.settings.ruleDescWithoutParenthesis'),
|
|
@@ -8215,25 +8240,6 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
8215
8240
|
label: t('backoffice.currentorg.items.shopType.store'),
|
|
8216
8241
|
value: 'store'
|
|
8217
8242
|
}]
|
|
8218
|
-
}, {
|
|
8219
|
-
name: ['settings', 'enableVKMarketing'],
|
|
8220
|
-
label: t('backoffice.form.organizationdetails.items.settings.enableVKMarketing'),
|
|
8221
|
-
permission: 'backoffice_sys_admin_organizations',
|
|
8222
|
-
type: 'radio',
|
|
8223
|
-
hidden: function hidden(data) {
|
|
8224
|
-
return (data === null || data === void 0 ? void 0 : data.type) === 'ASSOCIATION' || (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER' || (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER';
|
|
8225
|
-
},
|
|
8226
|
-
optionType: 'button',
|
|
8227
|
-
options: [{
|
|
8228
|
-
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8229
|
-
value: undefined
|
|
8230
|
-
}, {
|
|
8231
|
-
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8232
|
-
value: true
|
|
8233
|
-
}, {
|
|
8234
|
-
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8235
|
-
value: false
|
|
8236
|
-
}]
|
|
8237
8243
|
}]
|
|
8238
8244
|
},
|
|
8239
8245
|
FromAffilateOrganizationDetails: {
|
|
@@ -18637,6 +18643,17 @@ function Media (_ref) {
|
|
|
18637
18643
|
});
|
|
18638
18644
|
}
|
|
18639
18645
|
|
|
18646
|
+
var Text = function Text(_ref) {
|
|
18647
|
+
var item = _ref.item;
|
|
18648
|
+
var _useTranslation = useTranslation(),
|
|
18649
|
+
t = _useTranslation.t;
|
|
18650
|
+
return /*#__PURE__*/jsx(Typography, {
|
|
18651
|
+
style: item.style,
|
|
18652
|
+
children: t(item.text)
|
|
18653
|
+
});
|
|
18654
|
+
};
|
|
18655
|
+
var Text$1 = observer(Text);
|
|
18656
|
+
|
|
18640
18657
|
function _createForOfIteratorHelper$g(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray$g(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
|
18641
18658
|
function _unsupportedIterableToArray$g(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray$g(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$g(r, a) : void 0; } }
|
|
18642
18659
|
function _arrayLikeToArray$g(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
@@ -18910,6 +18927,10 @@ function getElement(item, setCanSave, state, absoluteName, _onChange, _onError,
|
|
|
18910
18927
|
absoluteName: absoluteName,
|
|
18911
18928
|
value: item.value
|
|
18912
18929
|
});
|
|
18930
|
+
case 'text':
|
|
18931
|
+
return /*#__PURE__*/jsx(Text$1, {
|
|
18932
|
+
item: item
|
|
18933
|
+
});
|
|
18913
18934
|
default:
|
|
18914
18935
|
return /*#__PURE__*/jsx(Fragment, {});
|
|
18915
18936
|
}
|
|
@@ -19308,7 +19329,7 @@ var FormWrapper$1 = function FormWrapper(_ref, ref) {
|
|
|
19308
19329
|
}, state.configuration.itemSelector.name.toString()), (_state$selectedItems2 = state.selectedItems) === null || _state$selectedItems2 === void 0 ? void 0 : _state$selectedItems2.map(function (item) {
|
|
19309
19330
|
var _state$hiddenRequired, _state$hiddenRequired2, _state$hiddenRequired3;
|
|
19310
19331
|
return /*#__PURE__*/jsxs("div", {
|
|
19311
|
-
children: [item.marker && /*#__PURE__*/jsx(InfoCircleOutlined, {}), ['subTitle', 'array'].includes(item.type) ? getElement(item, setCanSave, state, item.name, state.onInputChanged, onErrorInternal, undefined, undefined, (_state$hiddenRequired = state.hiddenRequiredDisabled[typeof item.name == 'string' ? item.name : item.name.join('.')]) === null || _state$hiddenRequired === void 0 ? void 0 : _state$hiddenRequired.hidden) : /*#__PURE__*/jsx(Form$1.Item, {
|
|
19332
|
+
children: [item.marker && /*#__PURE__*/jsx(InfoCircleOutlined, {}), ['subTitle', 'array', 'text'].includes(item.type) ? getElement(item, setCanSave, state, item.name, state.onInputChanged, onErrorInternal, undefined, undefined, (_state$hiddenRequired = state.hiddenRequiredDisabled[typeof item.name == 'string' ? item.name : item.name.join('.')]) === null || _state$hiddenRequired === void 0 ? void 0 : _state$hiddenRequired.hidden) : /*#__PURE__*/jsx(Form$1.Item, {
|
|
19312
19333
|
name: item.name,
|
|
19313
19334
|
rules: state.getRules(item, state.data),
|
|
19314
19335
|
label: getLabel(item, t),
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TextItem } from '../../types';
|
|
3
|
+
type Props = {
|
|
4
|
+
item: TextItem;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: (({ item }: Props) => React.JSX.Element) & {
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/Form/Fields/Text/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,QAAQ,CAAC;CAChB,CAAC;oCAEsB,KAAK;;;AAM7B,wBAA8B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/Form/elements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/Form/elements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAA8C,MAAM,MAAM,CAAC;AAChF,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAkBtC,wBAAgB,UAAU,CACxB,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,GAAG,EACf,KAAK,EAAE,KAAK,EACZ,YAAY,EAAE,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,EAC1C,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,GAAG,EACjE,OAAO,EAAE,GAAG,EACZ,IAAI,CAAC,EAAE,SAAS,EAChB,IAAI,CAAC,EAAE,YAAY,CAAC,GAAG,CAAC,EACxB,MAAM,CAAC,EAAE,OAAO,EAEhB,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,qBAkO3C;AAQD,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,uBAY/C"}
|
|
@@ -37,7 +37,7 @@ export interface DependencyRule {
|
|
|
37
37
|
type: 'required';
|
|
38
38
|
requiredLable?: string;
|
|
39
39
|
}
|
|
40
|
-
export type Item = SimpleItem | InputItem | SelectItem | SelectClientRelationCatalog | DisplayItem | CheckBoxItem | RadioItem | SubTitleItem | DetailActionItem | ButtonItem | SelectSimpleItem | ArrayEntries | TranslationItem | RichTextItem | MediaUploadItem;
|
|
40
|
+
export type Item = SimpleItem | InputItem | SelectItem | SelectClientRelationCatalog | DisplayItem | CheckBoxItem | RadioItem | SubTitleItem | DetailActionItem | ButtonItem | SelectSimpleItem | ArrayEntries | TranslationItem | RichTextItem | MediaUploadItem | TextItem;
|
|
41
41
|
interface Preset {
|
|
42
42
|
apiInterface: ApiInterface;
|
|
43
43
|
canSave: boolean;
|
|
@@ -179,6 +179,11 @@ export interface TranslationItem extends ItemBase {
|
|
|
179
179
|
initialValue?: any;
|
|
180
180
|
apiInterface?: ApiInterface;
|
|
181
181
|
}
|
|
182
|
+
export interface TextItem extends ItemBase {
|
|
183
|
+
type: 'text';
|
|
184
|
+
text: string;
|
|
185
|
+
style?: React.CSSProperties;
|
|
186
|
+
}
|
|
182
187
|
export interface Disabled {
|
|
183
188
|
value: number;
|
|
184
189
|
onField: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/Form/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,sBAAsB,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAEzD,MAAM,WAAW,iBAAkB,SAAQ,sBAAsB;IAC/D,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,KAAK,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,SAAS,EAAE,SAAS,KAAK,IAAI,EAAE,CAAC;IAC1D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kBAAkB,CAAC,EAAE,YAAY,CAAC;IAClC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE;QACR,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;KACxB,CAAC;IACF,KAAK,CAAC,EAAE;QAAE,IAAI,EAAE,QAAQ,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACvD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,IAAI,EAAE,UAAU,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,MAAM,IAAI,GACZ,UAAU,GACV,SAAS,GACT,UAAU,GACV,2BAA2B,GAC3B,WAAW,GACX,YAAY,GACZ,SAAS,GACT,YAAY,GACZ,gBAAgB,GAChB,UAAU,GACV,gBAAgB,GAChB,YAAY,GACZ,eAAe,GACf,YAAY,GACZ,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/Form/types.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.15.0-beta.
|
|
3
|
+
"version": "24.15.0-beta.46",
|
|
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.15.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "24.15.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "24.15.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "24.15.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "24.15.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "24.15.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "24.15.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "24.15.0-beta.46",
|
|
19
|
+
"@crystaldesign/content-item": "24.15.0-beta.46",
|
|
20
|
+
"@crystaldesign/diva-core": "24.15.0-beta.46",
|
|
21
|
+
"@crystaldesign/diva-utils": "24.15.0-beta.46",
|
|
22
|
+
"@crystaldesign/media-upload": "24.15.0-beta.46",
|
|
23
|
+
"@crystaldesign/rtf-editor": "24.15.0-beta.46",
|
|
24
|
+
"@crystaldesign/spreadsheet": "24.15.0-beta.46",
|
|
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": "170af221ce6c1300ca1098107ede9a13e9d07106"
|
|
55
55
|
}
|