@box/metadata-editor 1.64.1 → 1.64.3
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/dist/esm/index.js +16 -16
- package/package.json +10 -10
package/dist/esm/index.js
CHANGED
|
@@ -8,16 +8,16 @@ import { withApiWrapper as L } from "./lib/utils/api-wrapper.js";
|
|
|
8
8
|
import { AutofillContext as _, AutofillContextProvider as E, TIMEOUT_10_SECONDS as c, useAutofill as O } from "./lib/utils/autofill-context.js";
|
|
9
9
|
import { AddMetadataTemplateDropdown as F } from "./lib/components/add-metadata-template-dropdown/add-metadata-template-dropdown.js";
|
|
10
10
|
import { ComboboxWithApiPagination as N } from "./lib/components/combobox-with-api-pagination/combobox-with-api-pagination.js";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
11
|
+
import { CustomInstanceNewField as V } from "./lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/custom-instance-new-field.js";
|
|
12
|
+
import { DeleteConfirmationModal as P } from "./lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/delete-confirmation-modal.js";
|
|
13
|
+
import { FilterInstancesDropdown as h } from "./lib/components/filter-instances-dropdown/filter-instances-dropdown.js";
|
|
14
|
+
import { J as b } from "../chunks/utils.js";
|
|
15
|
+
import { MetadataInstance as J } from "./lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js";
|
|
16
16
|
import { MetadataInstanceForm as y } from "./lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js";
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
17
|
+
import { MetadataInstanceFormAutofillButton as X } from "./lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js";
|
|
18
|
+
import { MetadataInstanceFormHeader as j } from "./lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js";
|
|
19
19
|
import { MetadataInstanceHeader as q } from "./lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js";
|
|
20
|
-
import {
|
|
20
|
+
import { MetadataInstanceList as G } from "./lib/components/metadata-instance-list/metadata-instance-list.js";
|
|
21
21
|
import { UnsavedChangesModal as Q } from "./lib/components/unsaved-changes-modal/unsaved-changes-modal.js";
|
|
22
22
|
export {
|
|
23
23
|
F as AddMetadataTemplateDropdown,
|
|
@@ -26,22 +26,22 @@ export {
|
|
|
26
26
|
E as AutofillContextProvider,
|
|
27
27
|
N as ComboboxWithApiPagination,
|
|
28
28
|
I as ConfidenceLevel,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
V as CustomInstanceNewField,
|
|
30
|
+
P as DeleteConfirmationModal,
|
|
31
31
|
o as FilterDropdownMenu,
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
h as FilterInstancesDropdown,
|
|
33
|
+
b as JSONPatchOp,
|
|
34
34
|
r as MULTI_VALUE_DEFAULT_OPTION,
|
|
35
35
|
n as MULTI_VALUE_DEFAULT_TAXONOMY_OPTION,
|
|
36
36
|
p as MULTI_VALUE_DEFAULT_VALUE,
|
|
37
37
|
s as MetadataEditor,
|
|
38
38
|
m as MetadataEmptyState,
|
|
39
|
-
|
|
39
|
+
J as MetadataInstance,
|
|
40
40
|
y as MetadataInstanceForm,
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
X as MetadataInstanceFormAutofillButton,
|
|
42
|
+
j as MetadataInstanceFormHeader,
|
|
43
43
|
q as MetadataInstanceHeader,
|
|
44
|
-
|
|
44
|
+
G as MetadataInstanceList,
|
|
45
45
|
c as TIMEOUT_10_SECONDS,
|
|
46
46
|
Q as UnsavedChangesModal,
|
|
47
47
|
U as UpdateMode,
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.21",
|
|
6
|
-
"@box/blueprint-web": "^14.4.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.111.
|
|
8
|
-
"@box/box-ai-agent-selector": "^1.39.
|
|
9
|
-
"@box/combobox-with-api": "^1.42.
|
|
6
|
+
"@box/blueprint-web": "^14.4.3",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.111.26",
|
|
8
|
+
"@box/box-ai-agent-selector": "^1.39.30",
|
|
9
|
+
"@box/combobox-with-api": "^1.42.31",
|
|
10
10
|
"formik": "^2.0.3",
|
|
11
11
|
"lodash": "^4.17.15",
|
|
12
12
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@ariakit/react": "0.4.21",
|
|
18
|
-
"@box/babel-plugin-target-attributes": "1.5.
|
|
19
|
-
"@box/blueprint-web": "^14.4.
|
|
20
|
-
"@box/blueprint-web-assets": "^4.111.
|
|
21
|
-
"@box/box-ai-agent-selector": "^1.39.
|
|
22
|
-
"@box/storybook-utils": "^0.17.
|
|
18
|
+
"@box/babel-plugin-target-attributes": "1.5.12",
|
|
19
|
+
"@box/blueprint-web": "^14.4.3",
|
|
20
|
+
"@box/blueprint-web-assets": "^4.111.26",
|
|
21
|
+
"@box/box-ai-agent-selector": "^1.39.30",
|
|
22
|
+
"@box/storybook-utils": "^0.17.26",
|
|
23
23
|
"@testing-library/react": "^15.0.6",
|
|
24
24
|
"react": "^18.3.0",
|
|
25
25
|
"react-dom": "^18.3.0",
|