@box/metadata-editor 0.119.0 → 0.119.1
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.
@@ -10,20 +10,20 @@ import { TEMPLATE_CUSTOM_PROPERTIES as I } from "../../../../constants.js";
|
|
10
10
|
import { useAutofill as T } from "../../../../utils/autofill-context.js";
|
11
11
|
import { TemplateInstance as oo } from "../../../metadata-editor-fields/metadata-editor-fields.js";
|
12
12
|
import { MetadataEmptyState as ro } from "../../../metadata-empty-state/metadata-empty-state.js";
|
13
|
-
import { AutofillOverlay as
|
14
|
-
import { CustomInstance as
|
13
|
+
import { AutofillOverlay as io } from "../autofill-overlay/autofill-overlay.js";
|
14
|
+
import { CustomInstance as to } from "../custom-instance/custom-instance.js";
|
15
15
|
import { e as ao, c as no } from "../../../../../../chunks/utils.js";
|
16
|
-
import { s as
|
17
|
-
import { jsx as
|
18
|
-
import { UnsavedChangesModal as
|
16
|
+
import { s as u, M as so } from "../../../../../../chunks/metadata-instance-form-card-wrapper.js";
|
17
|
+
import { jsx as t, jsxs as D } from "react/jsx-runtime";
|
18
|
+
import { UnsavedChangesModal as eo } from "../../../unsaved-changes-modal/unsaved-changes-modal.js";
|
19
19
|
const mo = ({
|
20
|
-
dirty:
|
20
|
+
dirty: e,
|
21
21
|
onChange: m,
|
22
22
|
values: r
|
23
23
|
}) => {
|
24
24
|
const n = O(r);
|
25
|
-
return
|
26
|
-
}, vo = (
|
25
|
+
return e && !Y(n.current.metadata.fields, r.metadata.fields) && (n.current = r, m(r)), null;
|
26
|
+
}, vo = (e) => {
|
27
27
|
const {
|
28
28
|
areAiSuggestionsAvailable: m,
|
29
29
|
customRef: r,
|
@@ -34,7 +34,7 @@ const mo = ({
|
|
34
34
|
isBetaLanguageEnabled: A,
|
35
35
|
isDeleteButtonDisabled: v,
|
36
36
|
isDeleteConfirmationModalCheckboxEnabled: L,
|
37
|
-
isMultilevelTaxonomyFieldEnabled:
|
37
|
+
isMultilevelTaxonomyFieldEnabled: d,
|
38
38
|
isUnsavedChangesModalOpen: R = !1,
|
39
39
|
MetadataInstanceFormCustomWrapper: k,
|
40
40
|
selectedTemplateInstance: o,
|
@@ -45,69 +45,69 @@ const mo = ({
|
|
45
45
|
onSubmit: B,
|
46
46
|
setIsUnsavedChangesModalOpen: p,
|
47
47
|
taxonomyOptionsFetcher: h
|
48
|
-
} =
|
48
|
+
} = e, V = k ?? so, [W, C] = S(!1), {
|
49
49
|
isFetchingSuggestions: a,
|
50
|
-
isLongLoading:
|
50
|
+
isLongLoading: E,
|
51
51
|
getAiSuggestions: w,
|
52
|
-
clearState:
|
52
|
+
clearState: c,
|
53
53
|
suggestions: K
|
54
54
|
} = T();
|
55
55
|
y(() => () => {
|
56
|
-
|
57
|
-
}, [
|
58
|
-
const F = (o == null ? void 0 : o.templateKey) === I, j = async (
|
59
|
-
await B(
|
60
|
-
}, _ = (
|
61
|
-
|
56
|
+
c();
|
57
|
+
}, [c, o == null ? void 0 : o.id]);
|
58
|
+
const F = (o == null ? void 0 : o.templateKey) === I, j = async (i) => {
|
59
|
+
await B(i, no(i, o));
|
60
|
+
}, _ = (i) => {
|
61
|
+
i ? p(!0) : N();
|
62
62
|
}, $ = () => {
|
63
|
-
|
63
|
+
C(!0);
|
64
64
|
}, q = {
|
65
65
|
metadata: {
|
66
66
|
...o,
|
67
|
-
fields: ao(o.fields)
|
67
|
+
fields: ao((o == null ? void 0 : o.fields) ?? [])
|
68
68
|
}
|
69
69
|
}, M = O(null), [b, J] = S(null);
|
70
70
|
y(() => {
|
71
71
|
J(r ?? M.current);
|
72
72
|
}, [r, o == null ? void 0 : o.templateKey, o == null ? void 0 : o.scope]);
|
73
73
|
const z = Z(() => {
|
74
|
-
const
|
74
|
+
const i = (o == null ? void 0 : o.fields.length) === 0;
|
75
75
|
if (F)
|
76
|
-
return /* @__PURE__ */
|
76
|
+
return /* @__PURE__ */ t(to, {
|
77
77
|
isLoading: a
|
78
78
|
});
|
79
|
-
if (
|
80
|
-
return /* @__PURE__ */
|
79
|
+
if (i)
|
80
|
+
return /* @__PURE__ */ t(ro, {
|
81
81
|
isBoxAiSuggestionsFeatureEnabled: f,
|
82
82
|
level: "instance"
|
83
83
|
});
|
84
|
-
const
|
84
|
+
const s = !!(a || l);
|
85
85
|
return /* @__PURE__ */ D("div", {
|
86
|
-
className: H(
|
87
|
-
children: [/* @__PURE__ */
|
86
|
+
className: H(u.metadataInstanceFormContent, s && u.showOverlay),
|
87
|
+
children: [/* @__PURE__ */ t(io, {
|
88
88
|
errorCode: l,
|
89
89
|
isFetchingSuggestions: a,
|
90
|
-
isLongLoading:
|
91
|
-
}), /* @__PURE__ */
|
90
|
+
isLongLoading: E
|
91
|
+
}), /* @__PURE__ */ t(oo, {
|
92
92
|
disableForm: a,
|
93
|
-
isMultilevelTaxonomyFieldEnabled:
|
93
|
+
isMultilevelTaxonomyFieldEnabled: d,
|
94
94
|
portalElement: r ?? b,
|
95
95
|
taxonomyOptionsFetcher: h
|
96
96
|
})]
|
97
97
|
});
|
98
|
-
}, [o == null ? void 0 : o.fields.length, F, a,
|
99
|
-
return /* @__PURE__ */
|
98
|
+
}, [o == null ? void 0 : o.fields.length, F, a, E, r, b, h, f, d, l]);
|
99
|
+
return /* @__PURE__ */ t(Q, {
|
100
100
|
initialValues: q,
|
101
101
|
onSubmit: j,
|
102
102
|
children: ({
|
103
|
-
values:
|
104
|
-
dirty:
|
103
|
+
values: i,
|
104
|
+
dirty: s
|
105
105
|
}) => /* @__PURE__ */ D(X, {
|
106
|
-
children: [/* @__PURE__ */
|
106
|
+
children: [/* @__PURE__ */ t(V, {
|
107
107
|
areAiSuggestionsAvailable: m,
|
108
|
-
className:
|
108
|
+
className: u.metadataInstanceForm,
|
109
109
|
formRef: M,
|
110
|
-
formValues:
|
110
|
+
formValues: i,
|
111
111
|
getAiSuggestions: w,
|
112
112
|
handleCancel: _,
|
113
113
|
handleDelete: $,
|
@@ -116,23 +116,23 @@ const mo = ({
|
|
116
116
|
isBetaLanguageEnabled: A,
|
117
117
|
isDeleteButtonDisabled: v,
|
118
118
|
isFetchingSuggestions: a,
|
119
|
-
isFormDirty:
|
119
|
+
isFormDirty: s,
|
120
120
|
isLargeFile: n,
|
121
121
|
selectedTemplateInstance: o,
|
122
122
|
suggestions: K,
|
123
123
|
children: o && z
|
124
|
-
}), g && /* @__PURE__ */
|
125
|
-
dirty:
|
124
|
+
}), g && /* @__PURE__ */ t(mo, {
|
125
|
+
dirty: s,
|
126
126
|
onChange: g,
|
127
|
-
values:
|
128
|
-
}), /* @__PURE__ */
|
127
|
+
values: i
|
128
|
+
}), /* @__PURE__ */ t(eo, {
|
129
129
|
onBackToEdit: () => p(!1),
|
130
130
|
onDiscardChanges: U,
|
131
131
|
open: R
|
132
|
-
}), /* @__PURE__ */
|
132
|
+
}), /* @__PURE__ */ t(G, {
|
133
133
|
isCheckboxEnabled: L,
|
134
134
|
onConfirm: () => P(o),
|
135
|
-
onDismiss: () =>
|
135
|
+
onDismiss: () => C(!1),
|
136
136
|
open: W,
|
137
137
|
templateName: o == null ? void 0 : o.displayName
|
138
138
|
})]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@box/metadata-editor",
|
3
|
-
"version": "0.119.
|
3
|
+
"version": "0.119.1",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@ariakit/react": "0.4.15",
|
6
6
|
"@box/box-ai-agent-selector": "^0.41.7",
|
@@ -15,11 +15,11 @@
|
|
15
15
|
},
|
16
16
|
"devDependencies": {
|
17
17
|
"@ariakit/react": "0.4.15",
|
18
|
-
"@box/box-ai-agent-selector": "^0.46.
|
18
|
+
"@box/box-ai-agent-selector": "^0.46.1",
|
19
19
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
20
|
-
"@box/blueprint-web": "^12.
|
21
|
-
"@box/blueprint-web-assets": "^4.
|
22
|
-
"@box/storybook-utils": "^0.13.
|
20
|
+
"@box/blueprint-web": "^12.25.0",
|
21
|
+
"@box/blueprint-web-assets": "^4.57.0",
|
22
|
+
"@box/storybook-utils": "^0.13.11",
|
23
23
|
"@testing-library/react": "^15.0.6",
|
24
24
|
"react": "^18.3.0",
|
25
25
|
"react-dom": "^18.3.0",
|