@uniformdev/mesh-sdk-react 18.29.0 → 18.30.1-alpha.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.
- package/dist/index.d.ts +348 -13
- package/dist/index.esm.js +769 -34
- package/dist/index.js +808 -59
- package/dist/index.mjs +769 -34
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -31,46 +31,58 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
// src/index.ts
|
|
32
32
|
var src_exports = {};
|
|
33
33
|
__export(src_exports, {
|
|
34
|
-
AddListButton: () =>
|
|
35
|
-
Button: () =>
|
|
36
|
-
Callout: () =>
|
|
34
|
+
AddListButton: () => import_design_system34.AddListButton,
|
|
35
|
+
Button: () => import_design_system34.Button,
|
|
36
|
+
Callout: () => import_design_system34.Callout,
|
|
37
37
|
DamSelectedItem: () => DamSelectedItem,
|
|
38
|
+
DataRefreshButton: () => DataRefreshButton,
|
|
38
39
|
DataResourceVariablesList: () => DataResourceVariablesList,
|
|
39
40
|
DataSourceEditor: () => DataSourceEditor,
|
|
40
41
|
DataTypeEditor: () => DataTypeEditor,
|
|
41
42
|
DefaultSearchRow: () => DefaultSearchRow,
|
|
42
43
|
DefaultSelectedItem: () => DefaultSelectedItem,
|
|
43
44
|
EntrySearch: () => EntrySearch,
|
|
44
|
-
|
|
45
|
+
EntrySearchContainer: () => EntrySearchContainer,
|
|
46
|
+
EntrySearchContext: () => EntrySearchContext,
|
|
47
|
+
EntrySearchFilter: () => EntrySearchFilter,
|
|
48
|
+
EntrySearchFilterContainer: () => EntrySearchFilterContainer2,
|
|
49
|
+
EntrySearchListItem: () => EntrySearchListItem,
|
|
50
|
+
EntrySearchListItemLoadingSkeleton: () => EntrySearchListItemLoadingSkeleton,
|
|
51
|
+
EntrySearchProvider: () => EntrySearchProvider,
|
|
52
|
+
EntrySearchResultItem: () => EntrySearchResultItem,
|
|
53
|
+
EntrySearchResultItemButton: () => EntrySearchResultItemButton,
|
|
54
|
+
EntrySearchResultList: () => EntrySearchResultList,
|
|
55
|
+
Heading: () => import_design_system34.Heading,
|
|
45
56
|
Icons: () => icons_exports,
|
|
46
|
-
Input: () =>
|
|
47
|
-
InputComboBox: () =>
|
|
48
|
-
InputKeywordSearch: () =>
|
|
49
|
-
InputSelect: () =>
|
|
50
|
-
InputToggle: () =>
|
|
57
|
+
Input: () => import_design_system34.Input,
|
|
58
|
+
InputComboBox: () => import_design_system34.InputComboBox,
|
|
59
|
+
InputKeywordSearch: () => import_design_system34.InputKeywordSearch,
|
|
60
|
+
InputSelect: () => import_design_system34.InputSelect,
|
|
61
|
+
InputToggle: () => import_design_system34.InputToggle,
|
|
51
62
|
InputVariables: () => InputVariables,
|
|
52
|
-
KeywordSearchInput: () =>
|
|
53
|
-
Label: () =>
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
63
|
+
KeywordSearchInput: () => import_design_system34.InputKeywordSearch,
|
|
64
|
+
Label: () => import_design_system34.Label,
|
|
65
|
+
LinkButton: () => LinkButton,
|
|
66
|
+
LoadingIndicator: () => import_design_system34.LoadingIndicator,
|
|
67
|
+
LoadingOverlay: () => import_design_system34.LoadingOverlay,
|
|
68
|
+
Menu: () => import_design_system34.Menu,
|
|
69
|
+
MenuItem: () => import_design_system34.MenuItem,
|
|
58
70
|
MeshApp: () => MeshApp,
|
|
59
|
-
ParameterGroup: () =>
|
|
60
|
-
ParameterImage: () =>
|
|
61
|
-
ParameterImageInner: () =>
|
|
62
|
-
ParameterInput: () =>
|
|
63
|
-
ParameterInputInner: () =>
|
|
64
|
-
ParameterLabel: () =>
|
|
65
|
-
ParameterMenuButton: () =>
|
|
66
|
-
ParameterSelect: () =>
|
|
67
|
-
ParameterSelectInner: () =>
|
|
68
|
-
ParameterShell: () =>
|
|
69
|
-
ParameterShellContext: () =>
|
|
70
|
-
ParameterTextarea: () =>
|
|
71
|
-
ParameterTextareaInner: () =>
|
|
72
|
-
ParameterToggle: () =>
|
|
73
|
-
ParameterToggleInner: () =>
|
|
71
|
+
ParameterGroup: () => import_design_system34.ParameterGroup,
|
|
72
|
+
ParameterImage: () => import_design_system34.ParameterImage,
|
|
73
|
+
ParameterImageInner: () => import_design_system34.ParameterImageInner,
|
|
74
|
+
ParameterInput: () => import_design_system34.ParameterInput,
|
|
75
|
+
ParameterInputInner: () => import_design_system34.ParameterInputInner,
|
|
76
|
+
ParameterLabel: () => import_design_system34.ParameterLabel,
|
|
77
|
+
ParameterMenuButton: () => import_design_system34.ParameterMenuButton,
|
|
78
|
+
ParameterSelect: () => import_design_system34.ParameterSelect,
|
|
79
|
+
ParameterSelectInner: () => import_design_system34.ParameterSelectInner,
|
|
80
|
+
ParameterShell: () => import_design_system34.ParameterShell,
|
|
81
|
+
ParameterShellContext: () => import_design_system33.ParameterShellContext,
|
|
82
|
+
ParameterTextarea: () => import_design_system34.ParameterTextarea,
|
|
83
|
+
ParameterTextareaInner: () => import_design_system34.ParameterTextareaInner,
|
|
84
|
+
ParameterToggle: () => import_design_system34.ParameterToggle,
|
|
85
|
+
ParameterToggleInner: () => import_design_system34.ParameterToggleInner,
|
|
74
86
|
ProductPreviewList: () => ProductPreviewList,
|
|
75
87
|
ProductQuery: () => ProductQuery,
|
|
76
88
|
ProductQueryContext: () => ProductQueryContext,
|
|
@@ -78,6 +90,7 @@ __export(src_exports, {
|
|
|
78
90
|
ProductSearchContext: () => ProductSearchContext,
|
|
79
91
|
ProductSearchRow: () => ProductSearchRow,
|
|
80
92
|
ProductSelectedItem: () => ProductSelectedItem,
|
|
93
|
+
QueryFilter: () => QueryFilter,
|
|
81
94
|
RequestBody: () => RequestBody,
|
|
82
95
|
RequestHeaders: () => RequestHeaders,
|
|
83
96
|
RequestMethodSelect: () => RequestMethodSelect,
|
|
@@ -87,13 +100,13 @@ __export(src_exports, {
|
|
|
87
100
|
RequestUrl: () => RequestUrl,
|
|
88
101
|
RequestUrlInput: () => RequestUrlInput,
|
|
89
102
|
ResolvableLoadingValue: () => ResolvableLoadingValue,
|
|
90
|
-
ScrollableList: () =>
|
|
91
|
-
ScrollableListItem: () =>
|
|
103
|
+
ScrollableList: () => import_design_system34.ScrollableList,
|
|
104
|
+
ScrollableListItem: () => import_design_system34.ScrollableListItem,
|
|
92
105
|
SelectionField: () => SelectionField,
|
|
93
|
-
Switch: () =>
|
|
106
|
+
Switch: () => import_design_system34.Switch,
|
|
94
107
|
TextVariableRenderer: () => TextVariableRenderer,
|
|
95
|
-
Textarea: () =>
|
|
96
|
-
Theme: () =>
|
|
108
|
+
Textarea: () => import_design_system34.Textarea,
|
|
109
|
+
Theme: () => import_design_system34.Theme,
|
|
97
110
|
UniformMeshLocationContext: () => UniformMeshLocationContext,
|
|
98
111
|
UniformMeshLocationContextProvider: () => UniformMeshLocationContextProvider,
|
|
99
112
|
UniformMeshSdkContext: () => UniformMeshSdkContext,
|
|
@@ -166,9 +179,10 @@ __export(src_exports, {
|
|
|
166
179
|
selectedItemTitle: () => selectedItemTitle,
|
|
167
180
|
urlEncodeRequestParameter: () => urlEncodeRequestParameter,
|
|
168
181
|
urlEncodeRequestUrl: () => urlEncodeRequestUrl,
|
|
182
|
+
useEntrySearchContext: () => useEntrySearchContext,
|
|
169
183
|
useInitializeUniformMeshSdk: () => useInitializeUniformMeshSdk,
|
|
170
184
|
useMeshLocation: () => useMeshLocation,
|
|
171
|
-
useParameterShell: () =>
|
|
185
|
+
useParameterShell: () => import_design_system33.useParameterShell,
|
|
172
186
|
useProductQueryContext: () => useProductQueryContext,
|
|
173
187
|
useProductSearchContext: () => useProductSearchContext,
|
|
174
188
|
useRequest: () => useRequest,
|
|
@@ -1134,12 +1148,12 @@ var import_design_system10 = require("@uniformdev/design-system");
|
|
|
1134
1148
|
var import_react21 = __toESM(require("react"));
|
|
1135
1149
|
var import_react_use3 = require("react-use");
|
|
1136
1150
|
|
|
1137
|
-
// src/components/EntrySearch/DefaultSearchRow.tsx
|
|
1151
|
+
// src/components/legacy/EntrySearch/DefaultSearchRow.tsx
|
|
1138
1152
|
var import_react9 = require("@emotion/react");
|
|
1139
1153
|
var import_design_system4 = require("@uniformdev/design-system");
|
|
1140
1154
|
var import_react10 = require("react");
|
|
1141
1155
|
|
|
1142
|
-
// src/components/EntrySearch/styles/DefaultSearchRow.styles.ts
|
|
1156
|
+
// src/components/legacy/EntrySearch/styles/DefaultSearchRow.styles.ts
|
|
1143
1157
|
var import_react8 = require("@emotion/react");
|
|
1144
1158
|
var searchRowContainer = import_react8.css`
|
|
1145
1159
|
cursor: pointer;
|
|
@@ -1180,7 +1194,7 @@ var searchRowBtn = import_react8.css`
|
|
|
1180
1194
|
inset: 0 var(--spacing-sm) 0 auto;
|
|
1181
1195
|
`;
|
|
1182
1196
|
|
|
1183
|
-
// src/components/EntrySearch/DefaultSearchRow.tsx
|
|
1197
|
+
// src/components/legacy/EntrySearch/DefaultSearchRow.tsx
|
|
1184
1198
|
var import_jsx_runtime19 = require("@emotion/react/jsx-runtime");
|
|
1185
1199
|
var DefaultSearchRow = ({ result, isSelected, triggerSelection }) => {
|
|
1186
1200
|
const popoverRef = (0, import_react10.useRef)(null);
|
|
@@ -1254,7 +1268,7 @@ var DefaultSearchRow = ({ result, isSelected, triggerSelection }) => {
|
|
|
1254
1268
|
);
|
|
1255
1269
|
};
|
|
1256
1270
|
|
|
1257
|
-
// src/components/EntrySearch/DefaultSelectedItem.tsx
|
|
1271
|
+
// src/components/legacy/EntrySearch/DefaultSelectedItem.tsx
|
|
1258
1272
|
var import_react12 = require("@emotion/react");
|
|
1259
1273
|
var import_design_system6 = require("@uniformdev/design-system");
|
|
1260
1274
|
var import_react13 = require("react");
|
|
@@ -1272,7 +1286,7 @@ function openWindowWithCloseCallback(href, callback) {
|
|
|
1272
1286
|
}, 500);
|
|
1273
1287
|
}
|
|
1274
1288
|
|
|
1275
|
-
// src/components/EntrySearch/styles/DefaultSelectedItem.styles.ts
|
|
1289
|
+
// src/components/legacy/EntrySearch/styles/DefaultSelectedItem.styles.ts
|
|
1276
1290
|
var import_react11 = require("@emotion/react");
|
|
1277
1291
|
var import_design_system5 = require("@uniformdev/design-system");
|
|
1278
1292
|
var selectedItemContainer = import_react11.css`
|
|
@@ -1356,7 +1370,7 @@ var selectItemLinkBtn = import_react11.css`
|
|
|
1356
1370
|
}
|
|
1357
1371
|
`;
|
|
1358
1372
|
|
|
1359
|
-
// src/components/EntrySearch/DefaultSelectedItem.tsx
|
|
1373
|
+
// src/components/legacy/EntrySearch/DefaultSelectedItem.tsx
|
|
1360
1374
|
var import_jsx_runtime20 = require("@emotion/react/jsx-runtime");
|
|
1361
1375
|
var DefaultSelectedItem = ({
|
|
1362
1376
|
selectedItem,
|
|
@@ -1539,7 +1553,7 @@ var DefaultSelectedItem = ({
|
|
|
1539
1553
|
] }) }, selectedItem.id);
|
|
1540
1554
|
};
|
|
1541
1555
|
|
|
1542
|
-
// src/components/EntrySearch/EntrySearch.tsx
|
|
1556
|
+
// src/components/legacy/EntrySearch/EntrySearch.tsx
|
|
1543
1557
|
var import_react16 = require("@emotion/react");
|
|
1544
1558
|
var import_design_system7 = require("@uniformdev/design-system");
|
|
1545
1559
|
var React5 = __toESM(require("react"));
|
|
@@ -1580,7 +1594,7 @@ function useLoadingDelay(loading, { delay = 500, minDuration = 200 } = {
|
|
|
1580
1594
|
return state === "DISPLAY" || state === "EXPIRE";
|
|
1581
1595
|
}
|
|
1582
1596
|
|
|
1583
|
-
// src/components/EntrySearch/styles/EntrySearch.styles.ts
|
|
1597
|
+
// src/components/legacy/EntrySearch/styles/EntrySearch.styles.ts
|
|
1584
1598
|
var import_react15 = require("@emotion/react");
|
|
1585
1599
|
var entrySearchWrapper = import_react15.css`
|
|
1586
1600
|
background: var(--white);
|
|
@@ -1691,7 +1705,7 @@ var badgeIcon = import_react15.css`
|
|
|
1691
1705
|
height: calc(var(--spacing-lg) + var(--spacing-xs));
|
|
1692
1706
|
`;
|
|
1693
1707
|
|
|
1694
|
-
// src/components/EntrySearch/EntrySearch.tsx
|
|
1708
|
+
// src/components/legacy/EntrySearch/EntrySearch.tsx
|
|
1695
1709
|
var import_jsx_runtime21 = require("@emotion/react/jsx-runtime");
|
|
1696
1710
|
var DefaultNoResults = ({ searchText, selectedContentType }) => {
|
|
1697
1711
|
let message = "No content found";
|
|
@@ -4036,17 +4050,738 @@ function convertRequestDataToDataType(dataType, requestData) {
|
|
|
4036
4050
|
};
|
|
4037
4051
|
}
|
|
4038
4052
|
|
|
4039
|
-
// src/components/
|
|
4053
|
+
// src/components/EntrySearch/DataRefreshButton.tsx
|
|
4054
|
+
var import_react38 = require("@emotion/react");
|
|
4040
4055
|
var import_design_system23 = require("@uniformdev/design-system");
|
|
4056
|
+
var import_jsx_runtime44 = require("@emotion/react/jsx-runtime");
|
|
4057
|
+
var DataRefreshButton = ({
|
|
4058
|
+
buttonText,
|
|
4059
|
+
isLoading,
|
|
4060
|
+
onRefreshData,
|
|
4061
|
+
...props
|
|
4062
|
+
}) => {
|
|
4063
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_design_system23.Button, { buttonType: "primaryInvert", onClick: onRefreshData, disabled: isLoading, ...props, children: [
|
|
4064
|
+
!isLoading ? null : /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4065
|
+
import_design_system23.LoadingIndicator,
|
|
4066
|
+
{
|
|
4067
|
+
css: import_react38.css`
|
|
4068
|
+
${isLoading ? "opacity: 0.2;" : void 0}
|
|
4069
|
+
`
|
|
4070
|
+
}
|
|
4071
|
+
),
|
|
4072
|
+
buttonText
|
|
4073
|
+
] });
|
|
4074
|
+
};
|
|
4075
|
+
|
|
4076
|
+
// src/components/EntrySearch/EntrySearchContainer.tsx
|
|
4077
|
+
var import_design_system24 = require("@uniformdev/design-system");
|
|
4078
|
+
|
|
4079
|
+
// src/components/EntrySearch/styles/EntrySearchContainer.styles.ts
|
|
4080
|
+
var import_react39 = require("@emotion/react");
|
|
4081
|
+
var EntrySearchBtnGroup = import_react39.css`
|
|
4082
|
+
align-items: center;
|
|
4083
|
+
display: flex;
|
|
4084
|
+
gap: var(--spacing-sm);
|
|
4085
|
+
`;
|
|
4086
|
+
|
|
4087
|
+
// src/components/EntrySearch/EntrySearchContainer.tsx
|
|
4088
|
+
var import_jsx_runtime45 = require("@emotion/react/jsx-runtime");
|
|
4089
|
+
var EntrySearchContainer = ({
|
|
4090
|
+
searchFilters,
|
|
4091
|
+
resultList,
|
|
4092
|
+
onSave,
|
|
4093
|
+
onCancel,
|
|
4094
|
+
children
|
|
4095
|
+
}) => {
|
|
4096
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_design_system24.IconsProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_design_system24.VerticalRhythm, { children: [
|
|
4097
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_design_system24.Container, { backgroundColor: "gray-50", padding: "var(--spacing-base)", border: true, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_design_system24.VerticalRhythm, { children: [
|
|
4098
|
+
searchFilters,
|
|
4099
|
+
!resultList ? null : /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_design_system24.ScrollableList, { role: "list", children: resultList })
|
|
4100
|
+
] }) }),
|
|
4101
|
+
children,
|
|
4102
|
+
!onSave && !onCancel ? null : /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("div", { css: EntrySearchBtnGroup, children: [
|
|
4103
|
+
!onSave ? null : /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_design_system24.Button, { buttonType: "primary", onClick: onSave, children: "Save" }),
|
|
4104
|
+
!onCancel ? null : /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_design_system24.Button, { buttonType: "ghostDestructive", onClick: onCancel, children: "Cancel" })
|
|
4105
|
+
] })
|
|
4106
|
+
] }) });
|
|
4107
|
+
};
|
|
4108
|
+
|
|
4109
|
+
// src/components/EntrySearch/EntrySearchFilter.tsx
|
|
4110
|
+
var import_design_system25 = require("@uniformdev/design-system");
|
|
4111
|
+
var import_react42 = require("react");
|
|
4112
|
+
|
|
4113
|
+
// src/components/EntrySearch/hooks/EntrySearchContext.tsx
|
|
4114
|
+
var import_react40 = require("react");
|
|
4115
|
+
var import_jsx_runtime46 = require("@emotion/react/jsx-runtime");
|
|
4116
|
+
var EntrySearchContext = (0, import_react40.createContext)({
|
|
4117
|
+
onSetQuery: () => {
|
|
4118
|
+
},
|
|
4119
|
+
onSelectItem: () => {
|
|
4120
|
+
},
|
|
4121
|
+
query: {
|
|
4122
|
+
contentType: "",
|
|
4123
|
+
keyword: ""
|
|
4124
|
+
},
|
|
4125
|
+
list: {},
|
|
4126
|
+
onSetList: () => {
|
|
4127
|
+
},
|
|
4128
|
+
selectedListItems: [],
|
|
4129
|
+
onRemoveAllSelectedItems: () => {
|
|
4130
|
+
}
|
|
4131
|
+
});
|
|
4132
|
+
var EntrySearchProvider = ({ currentlySelectedItems, children }) => {
|
|
4133
|
+
const [query, setQuery] = (0, import_react40.useState)({
|
|
4134
|
+
contentType: "",
|
|
4135
|
+
keyword: ""
|
|
4136
|
+
});
|
|
4137
|
+
const querySearchDeferred = (0, import_react40.useDeferredValue)(query);
|
|
4138
|
+
const [selectedItems, setSelectedItems] = (0, import_react40.useState)(currentlySelectedItems != null ? currentlySelectedItems : []);
|
|
4139
|
+
const [list, setList] = (0, import_react40.useState)({});
|
|
4140
|
+
const onSetQuery = (0, import_react40.useCallback)(
|
|
4141
|
+
(value) => {
|
|
4142
|
+
setQuery(value);
|
|
4143
|
+
},
|
|
4144
|
+
[setQuery]
|
|
4145
|
+
);
|
|
4146
|
+
const onSelectItem = (0, import_react40.useCallback)(
|
|
4147
|
+
(selectedResult) => {
|
|
4148
|
+
if (Array.isArray(selectedResult)) {
|
|
4149
|
+
setSelectedItems(selectedResult);
|
|
4150
|
+
} else {
|
|
4151
|
+
if (selectedItems.some((item) => item.id === selectedResult.id)) {
|
|
4152
|
+
setSelectedItems((prev) => prev.filter((item) => item.id !== selectedResult.id));
|
|
4153
|
+
} else {
|
|
4154
|
+
setSelectedItems((prev) => [...prev, selectedResult]);
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
4157
|
+
},
|
|
4158
|
+
[setSelectedItems, selectedItems]
|
|
4159
|
+
);
|
|
4160
|
+
const onRemoveAllSelectedItems = (0, import_react40.useCallback)(() => {
|
|
4161
|
+
setSelectedItems([]);
|
|
4162
|
+
}, [setSelectedItems]);
|
|
4163
|
+
const onSetList = (0, import_react40.useCallback)(
|
|
4164
|
+
(value) => {
|
|
4165
|
+
setList(value);
|
|
4166
|
+
},
|
|
4167
|
+
[setList]
|
|
4168
|
+
);
|
|
4169
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
4170
|
+
EntrySearchContext.Provider,
|
|
4171
|
+
{
|
|
4172
|
+
value: {
|
|
4173
|
+
onSetQuery,
|
|
4174
|
+
query: querySearchDeferred,
|
|
4175
|
+
onSelectItem,
|
|
4176
|
+
selectedListItems: selectedItems,
|
|
4177
|
+
onRemoveAllSelectedItems,
|
|
4178
|
+
list,
|
|
4179
|
+
onSetList
|
|
4180
|
+
},
|
|
4181
|
+
children
|
|
4182
|
+
}
|
|
4183
|
+
);
|
|
4184
|
+
};
|
|
4185
|
+
var useEntrySearchContext = () => {
|
|
4186
|
+
const contextValues = (0, import_react40.useContext)(EntrySearchContext);
|
|
4187
|
+
return { ...contextValues };
|
|
4188
|
+
};
|
|
4189
|
+
|
|
4190
|
+
// src/components/EntrySearch/styles/EntrySearchFilterContainer.styles.ts
|
|
4191
|
+
var import_react41 = require("@emotion/react");
|
|
4192
|
+
var EntrySearchFilterContainerLabel = import_react41.css`
|
|
4193
|
+
align-items: center;
|
|
4194
|
+
display: flex;
|
|
4195
|
+
font-size: var(--fs-sm);
|
|
4196
|
+
font-weight: var(--fw-bold);
|
|
4197
|
+
line-height: 1rem;
|
|
4198
|
+
margin-bottom: var(--spacing-sm);
|
|
4199
|
+
`;
|
|
4200
|
+
var EntrySearchFilterContainer = import_react41.css`
|
|
4201
|
+
display: grid;
|
|
4202
|
+
gap: var(--spacing-base);
|
|
4203
|
+
`;
|
|
4204
|
+
var EntrySearchFilterDropdownAndTextSearch = import_react41.css`
|
|
4205
|
+
grid-template-columns: 0.5fr 1fr;
|
|
4206
|
+
`;
|
|
4207
|
+
var EntrySearchFilterGrid = (gridColumns) => import_react41.css`
|
|
4208
|
+
display: grid;
|
|
4209
|
+
grid-template-columns: ${gridColumns};
|
|
4210
|
+
gap: var(--spacing-base);
|
|
4211
|
+
`;
|
|
4212
|
+
|
|
4213
|
+
// src/components/EntrySearch/EntrySearchFilter.tsx
|
|
4214
|
+
var import_jsx_runtime47 = require("@emotion/react/jsx-runtime");
|
|
4215
|
+
var EntrySearchFilter = ({
|
|
4216
|
+
requireContentType,
|
|
4217
|
+
typeSelectorAllTypesOptionText = "All content types",
|
|
4218
|
+
searchInputName = "searchText",
|
|
4219
|
+
searchInputPlaceholderText = "Enter keyword to narrow your results",
|
|
4220
|
+
selectLabel = "Content Type Select",
|
|
4221
|
+
selectOptions
|
|
4222
|
+
}) => {
|
|
4223
|
+
const { query, onSetQuery } = useEntrySearchContext();
|
|
4224
|
+
const [searchState, setSearchState] = (0, import_react42.useState)({
|
|
4225
|
+
contentType: "any",
|
|
4226
|
+
keyword: ""
|
|
4227
|
+
});
|
|
4228
|
+
const handleFilterChange = (value) => {
|
|
4229
|
+
setSearchState((prev) => {
|
|
4230
|
+
return { ...prev, ...value };
|
|
4231
|
+
});
|
|
4232
|
+
onSetQuery({ ...query, ...value });
|
|
4233
|
+
};
|
|
4234
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("fieldset", { css: [EntrySearchFilterContainer, EntrySearchFilterDropdownAndTextSearch], children: [
|
|
4235
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
4236
|
+
import_design_system25.InputSelect,
|
|
4237
|
+
{
|
|
4238
|
+
label: selectLabel,
|
|
4239
|
+
showLabel: false,
|
|
4240
|
+
onChange: (e) => handleFilterChange({ contentType: e.target.value }),
|
|
4241
|
+
options: [
|
|
4242
|
+
...!requireContentType ? [{ value: "any", label: typeSelectorAllTypesOptionText }] : [],
|
|
4243
|
+
...selectOptions ? selectOptions.map((option) => {
|
|
4244
|
+
var _a;
|
|
4245
|
+
return { name: option == null ? void 0 : option.name, label: (_a = option.label) != null ? _a : option == null ? void 0 : option.name, id: option.id };
|
|
4246
|
+
}) : []
|
|
4247
|
+
],
|
|
4248
|
+
value: searchState.contentType
|
|
4249
|
+
}
|
|
4250
|
+
),
|
|
4251
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
4252
|
+
import_design_system25.InputKeywordSearch,
|
|
4253
|
+
{
|
|
4254
|
+
inputFieldName: searchInputName,
|
|
4255
|
+
placeholder: searchInputPlaceholderText,
|
|
4256
|
+
onSearchTextChanged: (e) => handleFilterChange({ keyword: e }),
|
|
4257
|
+
disabledFieldSubmission: true,
|
|
4258
|
+
onClear: () => handleFilterChange({ keyword: "" }),
|
|
4259
|
+
value: searchState.keyword
|
|
4260
|
+
}
|
|
4261
|
+
)
|
|
4262
|
+
] });
|
|
4263
|
+
};
|
|
4264
|
+
|
|
4265
|
+
// src/components/EntrySearch/EntrySearchFilterContainer.tsx
|
|
4266
|
+
var import_jsx_runtime48 = require("@emotion/react/jsx-runtime");
|
|
4267
|
+
var EntrySearchFilterContainer2 = ({ label, children }) => {
|
|
4268
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { children: [
|
|
4269
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { css: EntrySearchFilterContainerLabel, children: label }),
|
|
4270
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { css: EntrySearchFilterContainer, children })
|
|
4271
|
+
] });
|
|
4272
|
+
};
|
|
4273
|
+
|
|
4274
|
+
// src/components/EntrySearch/EntrySearchListItem.tsx
|
|
4275
|
+
var import_design_system27 = require("@uniformdev/design-system");
|
|
4276
|
+
|
|
4277
|
+
// src/components/EntrySearch/styles/EntrySearchListItem.styles.ts
|
|
4278
|
+
var import_react43 = require("@emotion/react");
|
|
4279
|
+
var import_design_system26 = require("@uniformdev/design-system");
|
|
4280
|
+
var EntryListItemContainer = import_react43.css`
|
|
4281
|
+
align-items: center;
|
|
4282
|
+
border: 1px solid var(--gray-300);
|
|
4283
|
+
border-radius: var(--rounded-base);
|
|
4284
|
+
background: var(--white);
|
|
4285
|
+
display: grid;
|
|
4286
|
+
grid-template-columns: 1fr 32px;
|
|
4287
|
+
padding: var(--spacing-sm);
|
|
4288
|
+
|
|
4289
|
+
&[hidden] {
|
|
4290
|
+
display: none;
|
|
4291
|
+
}
|
|
4292
|
+
`;
|
|
4293
|
+
var EntryListItemLoading = import_react43.css`
|
|
4294
|
+
animation: ${import_design_system26.skeletonLoading} 1s linear infinite alternate;
|
|
4295
|
+
border-color: transparent;
|
|
4296
|
+
min-height: 42px;
|
|
4297
|
+
position: relative;
|
|
4298
|
+
|
|
4299
|
+
&:before,
|
|
4300
|
+
&:after {
|
|
4301
|
+
background: var(--gray-200);
|
|
4302
|
+
content: '';
|
|
4303
|
+
display: block;
|
|
4304
|
+
height: 1rem;
|
|
4305
|
+
}
|
|
4306
|
+
|
|
4307
|
+
&:before {
|
|
4308
|
+
border-radius: var(--rounded-base);
|
|
4309
|
+
width: 10rem;
|
|
4310
|
+
}
|
|
4311
|
+
|
|
4312
|
+
&:after {
|
|
4313
|
+
border-radius: var(--rounded-full);
|
|
4314
|
+
width: 1rem;
|
|
4315
|
+
}
|
|
4316
|
+
`;
|
|
4317
|
+
var EntryListItemHeadingGroup = import_react43.css`
|
|
4318
|
+
align-items: center;
|
|
4319
|
+
display: grid;
|
|
4320
|
+
`;
|
|
4321
|
+
var EntryListItemTitle = import_react43.css`
|
|
4322
|
+
color: var(--brand-secondary-1);
|
|
4323
|
+
display: block;
|
|
4324
|
+
font-size: var(--fs-sm);
|
|
4325
|
+
`;
|
|
4326
|
+
var EntryListItemSubtitle = import_react43.css`
|
|
4327
|
+
color: var(--gray-500);
|
|
4328
|
+
display: block;
|
|
4329
|
+
font-size: var(--fs-xs);
|
|
4330
|
+
line-height: 1;
|
|
4331
|
+
`;
|
|
4332
|
+
var EntryListItemInfoContainer = import_react43.css`
|
|
4333
|
+
align-items: center;
|
|
4334
|
+
display: flex;
|
|
4335
|
+
justify-content: center;
|
|
4336
|
+
`;
|
|
4337
|
+
var EntryListItemControlledContent = import_react43.css`
|
|
4338
|
+
display: flex;
|
|
4339
|
+
gap: var(--spacing-sm);
|
|
4340
|
+
`;
|
|
4341
|
+
var EntryListItemUnControlledContent = import_react43.css`
|
|
4342
|
+
margin-top: var(--spacing-sm);
|
|
4343
|
+
grid-column: 1 / -1;
|
|
4344
|
+
`;
|
|
4345
|
+
|
|
4346
|
+
// src/components/EntrySearch/EntrySearchListItem.tsx
|
|
4347
|
+
var import_jsx_runtime49 = require("@emotion/react/jsx-runtime");
|
|
4348
|
+
var EntrySearchListItem = ({
|
|
4349
|
+
id,
|
|
4350
|
+
title,
|
|
4351
|
+
contentType,
|
|
4352
|
+
image,
|
|
4353
|
+
popoverData,
|
|
4354
|
+
onSelect,
|
|
4355
|
+
isMulti = false,
|
|
4356
|
+
children,
|
|
4357
|
+
...props
|
|
4358
|
+
}) => {
|
|
4359
|
+
const { onSelectItem, selectedListItems } = useEntrySearchContext();
|
|
4360
|
+
const formatedContentType = Array.isArray(contentType) ? contentType.join(", ") : contentType;
|
|
4361
|
+
const handleSelectItem = () => {
|
|
4362
|
+
var _a;
|
|
4363
|
+
const extraData = (_a = onSelect == null ? void 0 : onSelect()) != null ? _a : {};
|
|
4364
|
+
const selectedItem = { id, title, contentType, image, popoverData, ...extraData };
|
|
4365
|
+
if (isMulti) {
|
|
4366
|
+
return onSelectItem(selectedItem);
|
|
4367
|
+
}
|
|
4368
|
+
return onSelectItem([selectedItem]);
|
|
4369
|
+
};
|
|
4370
|
+
const hideWhenInSelectedList = selectedListItems.some((item) => item.id === id);
|
|
4371
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { role: "listitem", hidden: hideWhenInSelectedList, css: EntryListItemContainer, ...props, children: [
|
|
4372
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { role: "button", onClick: handleSelectItem, css: EntryListItemControlledContent, children: [
|
|
4373
|
+
!image ? null : /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("img", { ...image, loading: (image == null ? void 0 : image.width) && image.height ? "lazy" : "eager" }),
|
|
4374
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { role: "heading", css: EntryListItemHeadingGroup, children: [
|
|
4375
|
+
!contentType ? null : /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { css: EntryListItemSubtitle, children: formatedContentType }),
|
|
4376
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { css: EntryListItemTitle, children: title })
|
|
4377
|
+
] })
|
|
4378
|
+
] }),
|
|
4379
|
+
!popoverData ? null : /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { css: EntryListItemInfoContainer, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_design_system27.Popover, { baseId: title, ariaLabel: title, buttonText: `See ${title} details`, children: popoverData }) }),
|
|
4380
|
+
!children ? null : /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { css: EntryListItemUnControlledContent, children })
|
|
4381
|
+
] });
|
|
4382
|
+
};
|
|
4383
|
+
var EntrySearchListItemLoadingSkeleton = () => {
|
|
4384
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { role: "presentation", css: [EntryListItemContainer, EntryListItemLoading] });
|
|
4385
|
+
};
|
|
4386
|
+
|
|
4387
|
+
// src/components/EntrySearch/EntrySearchResultItem.tsx
|
|
4388
|
+
var import_design_system28 = require("@uniformdev/design-system");
|
|
4389
|
+
var import_timeago3 = require("timeago.js");
|
|
4390
|
+
|
|
4391
|
+
// src/components/EntrySearch/styles/EntrySearchResultItem.styles.ts
|
|
4392
|
+
var import_react44 = require("@emotion/react");
|
|
4393
|
+
var EntrySearchResultItemContainer = import_react44.css`
|
|
4394
|
+
align-items: center;
|
|
4395
|
+
border: 1px solid var(--gray-300);
|
|
4396
|
+
border-radius: var(--rounded-base);
|
|
4397
|
+
background: var(--gray-50);
|
|
4398
|
+
display: grid;
|
|
4399
|
+
grid-template-columns: 1fr auto;
|
|
4400
|
+
padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-md);
|
|
4401
|
+
`;
|
|
4402
|
+
var EntrySearchResultItemSubtitle = import_react44.css`
|
|
4403
|
+
color: var(--gray-500);
|
|
4404
|
+
display: block;
|
|
4405
|
+
font-size: var(--fs-xs);
|
|
4406
|
+
line-height: 1;
|
|
4407
|
+
`;
|
|
4408
|
+
var EntrySearchResultItemTitle = import_react44.css`
|
|
4409
|
+
align-items: center;
|
|
4410
|
+
color: var(--brand-secondary-1);
|
|
4411
|
+
display: flex;
|
|
4412
|
+
gap: var(--spacing-xs);
|
|
4413
|
+
`;
|
|
4414
|
+
var EntrySearchResultItemTimeStamp = import_react44.css`
|
|
4415
|
+
color: var(--gray-500);
|
|
4416
|
+
font-size: var(--fs-xs);
|
|
4417
|
+
`;
|
|
4418
|
+
var EntrySearchAuthorStateGroup = import_react44.css`
|
|
4419
|
+
align-items: center;
|
|
4420
|
+
display: flex;
|
|
4421
|
+
gap: var(--spacing-sm);
|
|
4422
|
+
`;
|
|
4423
|
+
var EntrySearchUpdateGroup = import_react44.css`
|
|
4424
|
+
display: grid;
|
|
4425
|
+
`;
|
|
4426
|
+
var EntrySearchContentContainer = import_react44.css`
|
|
4427
|
+
display: flex;
|
|
4428
|
+
gap: var(--spacing-base);
|
|
4429
|
+
`;
|
|
4430
|
+
var EntrySearchImage = import_react44.css`
|
|
4431
|
+
width: 56px;
|
|
4432
|
+
object-fit: contain;
|
|
4433
|
+
`;
|
|
4434
|
+
|
|
4435
|
+
// src/components/EntrySearch/EntrySearchResultItem.tsx
|
|
4436
|
+
var import_jsx_runtime50 = require("@emotion/react/jsx-runtime");
|
|
4437
|
+
var EntrySearchResultItem = ({
|
|
4438
|
+
id,
|
|
4439
|
+
title,
|
|
4440
|
+
name,
|
|
4441
|
+
contentType,
|
|
4442
|
+
popoverData,
|
|
4443
|
+
publishStatus,
|
|
4444
|
+
editLinkIcon,
|
|
4445
|
+
editLink,
|
|
4446
|
+
imageUrl,
|
|
4447
|
+
onRemove,
|
|
4448
|
+
createdAt,
|
|
4449
|
+
publishedAt,
|
|
4450
|
+
hideRemoveButton = false,
|
|
4451
|
+
children
|
|
4452
|
+
}) => {
|
|
4453
|
+
const { onSelectItem } = useEntrySearchContext();
|
|
4454
|
+
const formatedContentType = Array.isArray(contentType) ? contentType.join(", ") : contentType;
|
|
4455
|
+
const onRemoveItem = () => {
|
|
4456
|
+
onSelectItem({ id });
|
|
4457
|
+
onRemove == null ? void 0 : onRemove();
|
|
4458
|
+
};
|
|
4459
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { css: EntrySearchResultItemContainer, children: [
|
|
4460
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { css: EntrySearchContentContainer, children: [
|
|
4461
|
+
!imageUrl ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("img", { src: imageUrl, alt: `Thumbnail for ${title}`, css: EntrySearchImage }),
|
|
4462
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { children: [
|
|
4463
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { css: EntrySearchResultItemSubtitle, children: formatedContentType }),
|
|
4464
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("span", { role: "heading", css: EntrySearchResultItemTitle, children: [
|
|
4465
|
+
title != null ? title : name,
|
|
4466
|
+
!popoverData ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_design_system28.Popover, { baseId: title, ariaLabel: title, buttonText: `See ${title} details`, children: popoverData })
|
|
4467
|
+
] }),
|
|
4468
|
+
!createdAt && !publishStatus ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { css: EntrySearchAuthorStateGroup, children: [
|
|
4469
|
+
!(publishStatus == null ? void 0 : publishStatus.text) ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_design_system28.Badge, { ...publishStatus, size: "sm", uppercaseText: true }),
|
|
4470
|
+
!createdAt && !publishedAt ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { css: EntrySearchUpdateGroup, children: [
|
|
4471
|
+
!createdAt ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("small", { css: EntrySearchResultItemTimeStamp, children: [
|
|
4472
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("strong", { children: "Last updated: " }),
|
|
4473
|
+
(0, import_timeago3.format)(createdAt)
|
|
4474
|
+
] }),
|
|
4475
|
+
!publishedAt ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("small", { css: EntrySearchResultItemTimeStamp, children: [
|
|
4476
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("strong", { children: "Last published: " }),
|
|
4477
|
+
(0, import_timeago3.format)(publishedAt)
|
|
4478
|
+
] })
|
|
4479
|
+
] })
|
|
4480
|
+
] }),
|
|
4481
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { children })
|
|
4482
|
+
] })
|
|
4483
|
+
] }) }),
|
|
4484
|
+
!editLink && hideRemoveButton ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { css: EntrySearchAuthorStateGroup, children: [
|
|
4485
|
+
!editLink ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(LinkButton, { text: "Edit", href: editLink, icon: editLinkIcon }),
|
|
4486
|
+
hideRemoveButton ? null : /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_design_system28.Button, { buttonType: "ghostDestructive", onClick: onRemoveItem, children: "Remove" })
|
|
4487
|
+
] })
|
|
4488
|
+
] });
|
|
4489
|
+
};
|
|
4490
|
+
|
|
4491
|
+
// src/components/EntrySearch/styles/EntrySearchResultItemButton.styles.ts
|
|
4492
|
+
var import_react45 = require("@emotion/react");
|
|
4493
|
+
var import_design_system29 = require("@uniformdev/design-system");
|
|
4494
|
+
var ButtonStyles = import_react45.css`
|
|
4495
|
+
${import_design_system29.button}
|
|
4496
|
+
background: transparent;
|
|
4497
|
+
border: 1px solid var(--brand-secondary-1);
|
|
4498
|
+
color: var(--brand-secondary-1);
|
|
4499
|
+
padding: var(--spacing-sm);
|
|
4500
|
+
font-size: var(--fs-sm);
|
|
4501
|
+
line-height: 1;
|
|
4502
|
+
gap: var(--spacing-xs);
|
|
4503
|
+
transition: border-color var(--duration-fast) var(--timing-ease-out),
|
|
4504
|
+
background-color var(--duration-fast) var(--timing-ease-out);
|
|
4505
|
+
|
|
4506
|
+
&:hover {
|
|
4507
|
+
background: var(--gray-100);
|
|
4508
|
+
border-color: var(--gray-300);
|
|
4509
|
+
}
|
|
4510
|
+
|
|
4511
|
+
&:disabled {
|
|
4512
|
+
background: var(--gray-300);
|
|
4513
|
+
border-color: var(--gray-200);
|
|
4514
|
+
color: var(--gray-500);
|
|
4515
|
+
}
|
|
4516
|
+
|
|
4517
|
+
&:link {
|
|
4518
|
+
text-decoration: none;
|
|
4519
|
+
}
|
|
4520
|
+
`;
|
|
4521
|
+
var ButtonIcon = import_react45.css`
|
|
4522
|
+
width: 1rem;
|
|
4523
|
+
height: 1rem;
|
|
4524
|
+
`;
|
|
4525
|
+
|
|
4526
|
+
// src/components/EntrySearch/EntrySearchResultItemButton.tsx
|
|
4527
|
+
var import_jsx_runtime51 = require("@emotion/react/jsx-runtime");
|
|
4528
|
+
var EntrySearchResultItemButton = ({
|
|
4529
|
+
text,
|
|
4530
|
+
icon,
|
|
4531
|
+
...props
|
|
4532
|
+
}) => {
|
|
4533
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("button", { type: "button", css: ButtonStyles, ...props, children: [
|
|
4534
|
+
!icon ? null : /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Image, { src: icon, css: ButtonIcon }),
|
|
4535
|
+
text
|
|
4536
|
+
] });
|
|
4537
|
+
};
|
|
4538
|
+
var LinkButton = ({
|
|
4539
|
+
text,
|
|
4540
|
+
icon,
|
|
4541
|
+
...props
|
|
4542
|
+
}) => {
|
|
4543
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("a", { ...props, css: ButtonStyles, target: "_blank", rel: "noopener noreferrer", children: [
|
|
4544
|
+
!icon ? null : /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Image, { src: icon, css: ButtonIcon }),
|
|
4545
|
+
text
|
|
4546
|
+
] });
|
|
4547
|
+
};
|
|
4548
|
+
|
|
4549
|
+
// src/components/EntrySearch/EntrySearchResultList.tsx
|
|
4550
|
+
var import_design_system30 = require("@uniformdev/design-system");
|
|
4551
|
+
var import_react_beautiful_dnd3 = require("react-beautiful-dnd");
|
|
4552
|
+
|
|
4553
|
+
// src/components/EntrySearch/styles/EntrySearchResultList.styles.ts
|
|
4554
|
+
var import_react46 = require("@emotion/react");
|
|
4555
|
+
var EntrySearchResultListContainer = import_react46.css`
|
|
4556
|
+
align-items: center;
|
|
4557
|
+
display: flex;
|
|
4558
|
+
gap: var(--spacing-sm);
|
|
4559
|
+
justify-content: space-between;
|
|
4560
|
+
`;
|
|
4561
|
+
var EntrySearchResultListCounterContainer = import_react46.css`
|
|
4562
|
+
align-items: center;
|
|
4563
|
+
display: flex;
|
|
4564
|
+
gap: var(--spacing-sm);
|
|
4565
|
+
`;
|
|
4566
|
+
var EntrySearchResultListTitle = import_react46.css`
|
|
4567
|
+
font-weight: var(--fw-bold);
|
|
4568
|
+
line-height: 1;
|
|
4569
|
+
`;
|
|
4570
|
+
|
|
4571
|
+
// src/components/EntrySearch/EntrySearchResultList.tsx
|
|
4572
|
+
var import_jsx_runtime52 = require("@emotion/react/jsx-runtime");
|
|
4573
|
+
var EntrySearchResultList = ({
|
|
4574
|
+
resultLabelText = "Selected",
|
|
4575
|
+
removeButtonText = "Remove all",
|
|
4576
|
+
onRemoveAllSelected,
|
|
4577
|
+
hideRemoveButton = false,
|
|
4578
|
+
additionalButtons,
|
|
4579
|
+
renderResultComponent = (value) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(EntrySearchResultItem, { ...value }),
|
|
4580
|
+
disableDnD = false
|
|
4581
|
+
}) => {
|
|
4582
|
+
const { selectedListItems, onRemoveAllSelectedItems, onSelectItem } = useEntrySearchContext();
|
|
4583
|
+
const handleRemoveAllSelectedItems = () => {
|
|
4584
|
+
onRemoveAllSelectedItems();
|
|
4585
|
+
onRemoveAllSelected == null ? void 0 : onRemoveAllSelected();
|
|
4586
|
+
};
|
|
4587
|
+
const onDragEnd = (res) => {
|
|
4588
|
+
var _a, _b;
|
|
4589
|
+
if (res.destination && res.source.droppableId === ((_a = res.destination) == null ? void 0 : _a.droppableId)) {
|
|
4590
|
+
const result = [...selectedListItems || []];
|
|
4591
|
+
const [removed] = (_b = result == null ? void 0 : result.splice(res.source.index, 1)) != null ? _b : [];
|
|
4592
|
+
result == null ? void 0 : result.splice(res.destination.index, 0, removed);
|
|
4593
|
+
onSelectItem(result);
|
|
4594
|
+
return result;
|
|
4595
|
+
}
|
|
4596
|
+
};
|
|
4597
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
|
|
4598
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { role: "group", css: EntrySearchResultListContainer, children: [
|
|
4599
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { role: "note", css: EntrySearchResultListCounterContainer, children: [
|
|
4600
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { css: EntrySearchResultListTitle, children: resultLabelText }),
|
|
4601
|
+
" ",
|
|
4602
|
+
!selectedListItems.length ? null : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_design_system30.Counter, { count: selectedListItems.length })
|
|
4603
|
+
] }),
|
|
4604
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { css: EntrySearchResultListCounterContainer, children: [
|
|
4605
|
+
additionalButtons,
|
|
4606
|
+
hideRemoveButton ? null : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
4607
|
+
import_design_system30.Button,
|
|
4608
|
+
{
|
|
4609
|
+
buttonType: "ghostDestructive",
|
|
4610
|
+
size: "xs",
|
|
4611
|
+
disabled: selectedListItems.length === 0,
|
|
4612
|
+
onClick: handleRemoveAllSelectedItems,
|
|
4613
|
+
children: removeButtonText
|
|
4614
|
+
}
|
|
4615
|
+
)
|
|
4616
|
+
] })
|
|
4617
|
+
] }),
|
|
4618
|
+
!selectedListItems.length ? null : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_beautiful_dnd3.DragDropContext, { onDragEnd: (res) => onDragEnd(res), children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_beautiful_dnd3.Droppable, { droppableId: "canvas-multi-select", children: (provided) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { ...provided.droppableProps, ref: provided.innerRef, children: [
|
|
4619
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_design_system30.VerticalRhythm, { gap: "sm", children: selectedListItems.map((item, i) => {
|
|
4620
|
+
const renderListItem = renderResultComponent(item);
|
|
4621
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
4622
|
+
import_react_beautiful_dnd3.Draggable,
|
|
4623
|
+
{
|
|
4624
|
+
draggableId: item.title,
|
|
4625
|
+
index: i,
|
|
4626
|
+
isDragDisabled: disableDnD,
|
|
4627
|
+
children: (provided2, snapshot) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
4628
|
+
"div",
|
|
4629
|
+
{
|
|
4630
|
+
ref: provided2.innerRef,
|
|
4631
|
+
"data-dragging": snapshot.isDragging,
|
|
4632
|
+
...provided2.draggableProps,
|
|
4633
|
+
...provided2.dragHandleProps,
|
|
4634
|
+
children: renderListItem
|
|
4635
|
+
}
|
|
4636
|
+
)
|
|
4637
|
+
},
|
|
4638
|
+
item.title
|
|
4639
|
+
);
|
|
4640
|
+
}) }),
|
|
4641
|
+
provided.placeholder
|
|
4642
|
+
] }) }) })
|
|
4643
|
+
] });
|
|
4644
|
+
};
|
|
4645
|
+
|
|
4646
|
+
// src/components/EntrySearch/QueryFilter.tsx
|
|
4647
|
+
var import_design_system31 = require("@uniformdev/design-system");
|
|
4648
|
+
var import_react47 = require("react");
|
|
4649
|
+
var import_jsx_runtime53 = require("@emotion/react/jsx-runtime");
|
|
4650
|
+
var QueryFilter = ({
|
|
4651
|
+
requireContentType,
|
|
4652
|
+
queryFilterTitle = "Configure Query",
|
|
4653
|
+
contentTypeLabel = "Filter by content type",
|
|
4654
|
+
typeSelectorAllTypesOptionText = "All content types",
|
|
4655
|
+
contentTypeOptions,
|
|
4656
|
+
searchInputName = "searchText",
|
|
4657
|
+
searchInputPlaceholderText = "Enter keyword to narrow your results",
|
|
4658
|
+
countLabel = "Count",
|
|
4659
|
+
countValue = 5,
|
|
4660
|
+
sortLabel = "Sort",
|
|
4661
|
+
sortOptions,
|
|
4662
|
+
sortOrderLabel = "Sort Order",
|
|
4663
|
+
sortOrderOptions = [
|
|
4664
|
+
{
|
|
4665
|
+
name: "Ascending",
|
|
4666
|
+
id: "asc",
|
|
4667
|
+
label: "Ascending"
|
|
4668
|
+
},
|
|
4669
|
+
{
|
|
4670
|
+
name: "Descending",
|
|
4671
|
+
id: "desc",
|
|
4672
|
+
label: "Descending"
|
|
4673
|
+
}
|
|
4674
|
+
],
|
|
4675
|
+
children
|
|
4676
|
+
}) => {
|
|
4677
|
+
var _a, _b;
|
|
4678
|
+
const { query, onSetQuery } = useEntrySearchContext();
|
|
4679
|
+
const [queryState, setQueryState] = (0, import_react47.useState)({
|
|
4680
|
+
contentType: "",
|
|
4681
|
+
keyword: "",
|
|
4682
|
+
count: countValue != null ? countValue : 5,
|
|
4683
|
+
sortBy: (_a = sortOptions[0].id) != null ? _a : "",
|
|
4684
|
+
sortOrder: (_b = sortOrderOptions[0].id) != null ? _b : ""
|
|
4685
|
+
});
|
|
4686
|
+
const handleFilterChange = (value) => {
|
|
4687
|
+
setQueryState((prev) => ({ ...prev, ...value }));
|
|
4688
|
+
onSetQuery({ ...query, ...value });
|
|
4689
|
+
};
|
|
4690
|
+
(0, import_react47.useEffect)(() => {
|
|
4691
|
+
onSetQuery(queryState);
|
|
4692
|
+
}, [onSetQuery, queryState]);
|
|
4693
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("fieldset", { children: [
|
|
4694
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { css: EntrySearchFilterContainerLabel, children: queryFilterTitle }),
|
|
4695
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { css: EntrySearchFilterContainer, children: [
|
|
4696
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { css: EntrySearchFilterGrid("0.5fr 1fr"), children: [
|
|
4697
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
4698
|
+
import_design_system31.InputSelect,
|
|
4699
|
+
{
|
|
4700
|
+
label: contentTypeLabel,
|
|
4701
|
+
showLabel: false,
|
|
4702
|
+
options: [
|
|
4703
|
+
...!requireContentType ? [{ id: "", label: typeSelectorAllTypesOptionText }] : [],
|
|
4704
|
+
...contentTypeOptions ? contentTypeOptions.map((option) => {
|
|
4705
|
+
var _a2;
|
|
4706
|
+
return { id: option.id, label: (_a2 = option.label) != null ? _a2 : option.name, name: option.name };
|
|
4707
|
+
}) : []
|
|
4708
|
+
],
|
|
4709
|
+
onChange: (e) => handleFilterChange({ contentType: e.target.value }),
|
|
4710
|
+
value: queryState.contentType
|
|
4711
|
+
}
|
|
4712
|
+
),
|
|
4713
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
4714
|
+
import_design_system31.InputKeywordSearch,
|
|
4715
|
+
{
|
|
4716
|
+
inputFieldName: searchInputName,
|
|
4717
|
+
placeholder: searchInputPlaceholderText,
|
|
4718
|
+
onSearchTextChanged: (e) => handleFilterChange({ keyword: e }),
|
|
4719
|
+
disabledFieldSubmission: true,
|
|
4720
|
+
onClear: () => handleFilterChange({ keyword: "" }),
|
|
4721
|
+
value: queryState.keyword
|
|
4722
|
+
}
|
|
4723
|
+
)
|
|
4724
|
+
] }),
|
|
4725
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { css: EntrySearchFilterGrid("repeat(2, 1fr) 0.5fr"), children: [
|
|
4726
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
4727
|
+
import_design_system31.InputSelect,
|
|
4728
|
+
{
|
|
4729
|
+
label: sortLabel,
|
|
4730
|
+
options: [
|
|
4731
|
+
{
|
|
4732
|
+
label: "Select a sort",
|
|
4733
|
+
id: ""
|
|
4734
|
+
},
|
|
4735
|
+
...sortOptions ? sortOptions.map((option) => {
|
|
4736
|
+
var _a2;
|
|
4737
|
+
return { id: option.id, name: option.name, label: (_a2 = option.label) != null ? _a2 : option.name };
|
|
4738
|
+
}) : []
|
|
4739
|
+
],
|
|
4740
|
+
onChange: (e) => handleFilterChange({ sortBy: e.target.value }),
|
|
4741
|
+
value: queryState.sortBy
|
|
4742
|
+
}
|
|
4743
|
+
),
|
|
4744
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
4745
|
+
import_design_system31.InputSelect,
|
|
4746
|
+
{
|
|
4747
|
+
label: sortOrderLabel,
|
|
4748
|
+
options: [
|
|
4749
|
+
...sortOrderOptions ? sortOrderOptions.map((option) => {
|
|
4750
|
+
var _a2;
|
|
4751
|
+
return { value: option.id, label: (_a2 = option.label) != null ? _a2 : option.name, name: option.name };
|
|
4752
|
+
}) : []
|
|
4753
|
+
],
|
|
4754
|
+
onChange: (e) => handleFilterChange({ sortOrder: e.target.value }),
|
|
4755
|
+
value: queryState.sortOrder
|
|
4756
|
+
}
|
|
4757
|
+
),
|
|
4758
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
4759
|
+
import_design_system31.Input,
|
|
4760
|
+
{
|
|
4761
|
+
label: countLabel,
|
|
4762
|
+
type: "number",
|
|
4763
|
+
onChange: (e) => handleFilterChange({ count: e.target.value }),
|
|
4764
|
+
defaultValue: countValue,
|
|
4765
|
+
value: queryState.count
|
|
4766
|
+
}
|
|
4767
|
+
)
|
|
4768
|
+
] }),
|
|
4769
|
+
children
|
|
4770
|
+
] })
|
|
4771
|
+
] });
|
|
4772
|
+
};
|
|
4773
|
+
|
|
4774
|
+
// src/components/MeshApp.tsx
|
|
4775
|
+
var import_design_system32 = require("@uniformdev/design-system");
|
|
4041
4776
|
|
|
4042
4777
|
// src/hooks/useInitializeUniformMeshSdk.ts
|
|
4043
4778
|
var import_mesh_sdk = require("@uniformdev/mesh-sdk");
|
|
4044
|
-
var
|
|
4779
|
+
var import_react48 = require("react");
|
|
4045
4780
|
var useInitializeUniformMeshSdk = ({ autoResizingDisabled } = {}) => {
|
|
4046
|
-
const [error, setError] = (0,
|
|
4047
|
-
const [sdk, setSdk] = (0,
|
|
4048
|
-
const initializationInProgress = (0,
|
|
4049
|
-
(0,
|
|
4781
|
+
const [error, setError] = (0, import_react48.useState)();
|
|
4782
|
+
const [sdk, setSdk] = (0, import_react48.useState)();
|
|
4783
|
+
const initializationInProgress = (0, import_react48.useRef)(false);
|
|
4784
|
+
(0, import_react48.useEffect)(
|
|
4050
4785
|
() => {
|
|
4051
4786
|
if (typeof window === "undefined" || sdk) {
|
|
4052
4787
|
return;
|
|
@@ -4079,7 +4814,7 @@ var useInitializeUniformMeshSdk = ({ autoResizingDisabled } = {}) => {
|
|
|
4079
4814
|
};
|
|
4080
4815
|
|
|
4081
4816
|
// src/components/MeshApp.tsx
|
|
4082
|
-
var
|
|
4817
|
+
var import_jsx_runtime54 = require("@emotion/react/jsx-runtime");
|
|
4083
4818
|
var MeshApp = ({
|
|
4084
4819
|
children,
|
|
4085
4820
|
loadingComponent,
|
|
@@ -4088,18 +4823,18 @@ var MeshApp = ({
|
|
|
4088
4823
|
const { initializing, error, sdk } = useInitializeUniformMeshSdk();
|
|
4089
4824
|
if (initializing || !sdk) {
|
|
4090
4825
|
const LoadingComponent = loadingComponent;
|
|
4091
|
-
return LoadingComponent ? /* @__PURE__ */ (0,
|
|
4826
|
+
return LoadingComponent ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(LoadingComponent, {}) : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_design_system32.LoadingIndicator, {});
|
|
4092
4827
|
}
|
|
4093
4828
|
if (error) {
|
|
4094
4829
|
const ErrorComponent = errorComponent;
|
|
4095
4830
|
if (ErrorComponent) {
|
|
4096
|
-
return /* @__PURE__ */ (0,
|
|
4831
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ErrorComponent, { error });
|
|
4097
4832
|
}
|
|
4098
4833
|
throw error;
|
|
4099
4834
|
}
|
|
4100
|
-
return /* @__PURE__ */ (0,
|
|
4101
|
-
/* @__PURE__ */ (0,
|
|
4102
|
-
/* @__PURE__ */ (0,
|
|
4835
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(UniformMeshSdkContext.Provider, { value: { sdk }, children: [
|
|
4836
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_design_system32.Theme, {}),
|
|
4837
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(UniformMeshLocationContextProvider, { children })
|
|
4103
4838
|
] });
|
|
4104
4839
|
};
|
|
4105
4840
|
|
|
@@ -4110,7 +4845,7 @@ function useUniformMeshLocation() {
|
|
|
4110
4845
|
}
|
|
4111
4846
|
|
|
4112
4847
|
// src/hooks/index.ts
|
|
4113
|
-
var
|
|
4848
|
+
var import_design_system33 = require("@uniformdev/design-system");
|
|
4114
4849
|
|
|
4115
4850
|
// src/utils/createLocationValidator.ts
|
|
4116
4851
|
function createLocationValidator(setValue, validate) {
|
|
@@ -4121,7 +4856,7 @@ function createLocationValidator(setValue, validate) {
|
|
|
4121
4856
|
}
|
|
4122
4857
|
|
|
4123
4858
|
// src/index.ts
|
|
4124
|
-
var
|
|
4859
|
+
var import_design_system34 = require("@uniformdev/design-system");
|
|
4125
4860
|
__reExport(src_exports, require("@uniformdev/mesh-sdk"), module.exports);
|
|
4126
4861
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4127
4862
|
0 && (module.exports = {
|
|
@@ -4129,12 +4864,23 @@ __reExport(src_exports, require("@uniformdev/mesh-sdk"), module.exports);
|
|
|
4129
4864
|
Button,
|
|
4130
4865
|
Callout,
|
|
4131
4866
|
DamSelectedItem,
|
|
4867
|
+
DataRefreshButton,
|
|
4132
4868
|
DataResourceVariablesList,
|
|
4133
4869
|
DataSourceEditor,
|
|
4134
4870
|
DataTypeEditor,
|
|
4135
4871
|
DefaultSearchRow,
|
|
4136
4872
|
DefaultSelectedItem,
|
|
4137
4873
|
EntrySearch,
|
|
4874
|
+
EntrySearchContainer,
|
|
4875
|
+
EntrySearchContext,
|
|
4876
|
+
EntrySearchFilter,
|
|
4877
|
+
EntrySearchFilterContainer,
|
|
4878
|
+
EntrySearchListItem,
|
|
4879
|
+
EntrySearchListItemLoadingSkeleton,
|
|
4880
|
+
EntrySearchProvider,
|
|
4881
|
+
EntrySearchResultItem,
|
|
4882
|
+
EntrySearchResultItemButton,
|
|
4883
|
+
EntrySearchResultList,
|
|
4138
4884
|
Heading,
|
|
4139
4885
|
Icons,
|
|
4140
4886
|
Input,
|
|
@@ -4145,6 +4891,7 @@ __reExport(src_exports, require("@uniformdev/mesh-sdk"), module.exports);
|
|
|
4145
4891
|
InputVariables,
|
|
4146
4892
|
KeywordSearchInput,
|
|
4147
4893
|
Label,
|
|
4894
|
+
LinkButton,
|
|
4148
4895
|
LoadingIndicator,
|
|
4149
4896
|
LoadingOverlay,
|
|
4150
4897
|
Menu,
|
|
@@ -4172,6 +4919,7 @@ __reExport(src_exports, require("@uniformdev/mesh-sdk"), module.exports);
|
|
|
4172
4919
|
ProductSearchContext,
|
|
4173
4920
|
ProductSearchRow,
|
|
4174
4921
|
ProductSelectedItem,
|
|
4922
|
+
QueryFilter,
|
|
4175
4923
|
RequestBody,
|
|
4176
4924
|
RequestHeaders,
|
|
4177
4925
|
RequestMethodSelect,
|
|
@@ -4260,6 +5008,7 @@ __reExport(src_exports, require("@uniformdev/mesh-sdk"), module.exports);
|
|
|
4260
5008
|
selectedItemTitle,
|
|
4261
5009
|
urlEncodeRequestParameter,
|
|
4262
5010
|
urlEncodeRequestUrl,
|
|
5011
|
+
useEntrySearchContext,
|
|
4263
5012
|
useInitializeUniformMeshSdk,
|
|
4264
5013
|
useMeshLocation,
|
|
4265
5014
|
useParameterShell,
|