@uniformdev/mesh-sdk-react 19.169.0 → 19.170.1-alpha.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.
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.esm.js +33 -23
- package/dist/index.js +34 -24
- package/dist/index.mjs +33 -23
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1825,14 +1825,14 @@ declare const RICHTEXT_OPERATORS: OperatorType;
|
|
|
1825
1825
|
declare const CHECKBOX_OPERATORS: OperatorType;
|
|
1826
1826
|
/** @deprecated beta - uniform system field operators */
|
|
1827
1827
|
declare const SYSTEM_FIELD_OPERATORS: OperatorType;
|
|
1828
|
+
/** @deprecated beta - uniform optional system field operators */
|
|
1829
|
+
declare const OPTIONAL_SYSTEM_FIELD_OPERATORS: OperatorType;
|
|
1828
1830
|
/** @deprecated beta - uniform publish status field operators */
|
|
1829
1831
|
declare const PUBLISH_STATUS_FIELD_OPERATORS: OperatorType;
|
|
1830
1832
|
/** @deprecated beta - uniform select field operators */
|
|
1831
1833
|
declare const SELECT_OPERATORS: OperatorType;
|
|
1832
1834
|
/** @deprecated beta - uniform multi-select field operators */
|
|
1833
1835
|
declare const MULTI_SELECT_OPERATORS: OperatorType;
|
|
1834
|
-
/** @deprecated beta - uniform workflow stages field operators */
|
|
1835
|
-
declare const WORKFLOW_STAGES_OPERATORS: OperatorType;
|
|
1836
1836
|
|
|
1837
1837
|
/**
|
|
1838
1838
|
* @deprecated beta - Renders a date input field for filtering
|
|
@@ -2239,4 +2239,4 @@ type ContentDataResourceLocaleInfoProps = {
|
|
|
2239
2239
|
};
|
|
2240
2240
|
declare function useContentDataResourceLocaleInfo({ locale, setLocale, dynamicInputs, }: ContentDataResourceLocaleInfoProps): ContentDataResourceLocaleInfoResult;
|
|
2241
2241
|
|
|
2242
|
-
export { $createVariableNode, $isVariableNode, type BaseRequestData, type Brand, CHECKBOX_OPERATORS, type ContentDataResourceLocaleInfoProps, type ContentDataResourceLocaleInfoResult, ControlledValuePlugin, DATE_OPERATORS, DISCONNECT_VARIABLE_COMMAND, type DamItem, DamSelectedItem, type DamSelectedItemProps, DataRefreshButton, type DataRefreshButtonProps, DataResourceDynamicInputProvider, type DataResourceDynamicInputProviderProps, type DataResourceVariableRendererProps, DataResourceVariablesList, DataResourceVariablesListExplicit, type DataResourceVariablesListProps, DataSourceEditor, type DataSourceEditorProps, DataTypeEditor, type DataTypeEditorProps, type DataVariableDefinitionWithName, DateEditor, DateRangeEditor, DefaultSearchRow, DefaultSelectedItem, type DisconnectVariableCommandArguments, type DispatchResult, EDIT_VARIABLE_COMMAND, type EditVariableCommandArguments, EntrySearch, type EntrySearchContentType, type EntrySearchProps, type EntrySearchQueryOptions, type EntrySearchResult, type EntrySearchRowProps, type EntrySearchSelectedItemProps, type Filter, FilterButton, type FilterButtonProps, FilterControls, type FilterEditor, FilterEditorRenderer, type FilterEditorRendererProps, FilterItem, FilterItems, type FilterItemsProps, type FilterMapper, FilterMenu, FilterMultiChoiceEditor, type FilterOption, type FilterRowProps, FilterSingleChoiceEditor, type FiltersProps, type GetProductOptions, type GetProductsOptions, INSERT_VARIABLE_COMMAND, index as Icons, type InputOption, type InputOptionGroup, type InputOptionValue, InputVariables, type InputVariablesProps, type InsertVariableCommandArguments, type ItemListProps, type KnownUndefinedVariableInfo, type KnownUndefinedVariableInfoWithName, LinkButton, MULTI_SELECT_OPERATORS, MeshApp, type MeshAppProps, type MeshDataVariableDefinition, NUMBER_OPERATORS, type NoResultsProps, NumberEditor, NumberRangeEditor, OPEN_INSERT_VARIABLE_COMMAND, ObjectSearchContainer, type ObjectSearchContainerProps, type ObjectSearchContextProps, ObjectSearchFilter, ObjectSearchFilterContainer, type ObjectSearchFilterContainerProps, type ObjectSearchFilterProps, ObjectSearchListItem, ObjectSearchListItemLoadingSkeleton, type ObjectSearchListItemProps, ObjectSearchProvider, type ObjectSearchProviderProps, ObjectSearchResultItem, ObjectSearchResultItemButton, type ObjectSearchResultItemButtonProps, type ObjectSearchResultItemProps, ObjectSearchResultList, type ObjectSearchResultListProps, type Operator, type OperatorType, type OperatorValue, type OperatorValueType, PUBLISH_STATUS_FIELD_OPERATORS, ParamTypeDynamicDataProvider, type ParamTypeDynamicDataProviderProps, type ParameterConnectOptions, ParameterConnectionIndicator, type ParameterConnectionIndicatorProps, ParameterOrSingleVariable, type ParameterOrSingleVariableProps, ParameterVariables, type ParameterVariablesProps, type ProductCategory, type ProductDynamicSelectorValue, ProductPreviewList, ProductQuery, type ProductQueryCategory, ProductQueryContext, type ProductQueryContextValue, type ProductQueryProps, ProductSearch, ProductSearchContext, type ProductSearchContextValue, type ProductSearchProps, type ProductSearchResult, type ProductSearchResults, ProductSearchRow, ProductSelectedItem, QueryFilter, type QueryFilterProps, type QueryFilterSearchProps, RICHTEXT_OPERATORS, type RequestAction, RequestBody, type RequestContext, type RequestData, RequestHeaders, RequestMethodSelect, type RequestParameter, RequestParameters, type RequestParametersProps, RequestProvider, type RequestProviderProps, RequestTypeContainer, type RequestTypeContainerProps, RequestUrl, RequestUrlInput, ResolvableLoadingValue, SELECT_OPERATORS, SYSTEM_DATE_OPERATORS, SYSTEM_FIELD_OPERATORS, SearchAndFilter, SearchAndFilterContext, type SearchAndFilterContextProps, SearchAndFilterOptionsContainer, type SearchAndFilterOptionsContainerProps, type SearchAndFilterProps, SearchAndFilterProvider, type SearchAndFilterProviderProps, SearchAndFilterResultContainer, type SearchAndFilterResultContainerProps, SearchOnlyContext, SearchOnlyFilter, type SearchOnlyProviderProps, type SearchQueryProps, type SelectedItemProps, SelectionField, type SelectionFieldValue, type SerializedVariableNode, type SetLocationValueDispatch, type SetLocationValueFunction, SortItems, type SortItemsProps, StatusMultiEditor, StatusSingleEditor, TEXTBOX_OPERATORS, TextEditor, TextMultiChoiceEditor, TextVariableRenderer, USER_OPERATORS, type UseVariablesMenu, type UseVariablesMenuInput, VariableEditor, type VariableEditorCompleteEvent, type VariableEditorProps, VariableNode, type VariableNodeState, type VariableSourceGroup, type VariablesAction, type VariablesContext, type VariablesEvents, VariablesList, VariablesPlugin, type VariablesPluginProps, VariablesProvider, type VariablesProviderProps,
|
|
2242
|
+
export { $createVariableNode, $isVariableNode, type BaseRequestData, type Brand, CHECKBOX_OPERATORS, type ContentDataResourceLocaleInfoProps, type ContentDataResourceLocaleInfoResult, ControlledValuePlugin, DATE_OPERATORS, DISCONNECT_VARIABLE_COMMAND, type DamItem, DamSelectedItem, type DamSelectedItemProps, DataRefreshButton, type DataRefreshButtonProps, DataResourceDynamicInputProvider, type DataResourceDynamicInputProviderProps, type DataResourceVariableRendererProps, DataResourceVariablesList, DataResourceVariablesListExplicit, type DataResourceVariablesListProps, DataSourceEditor, type DataSourceEditorProps, DataTypeEditor, type DataTypeEditorProps, type DataVariableDefinitionWithName, DateEditor, DateRangeEditor, DefaultSearchRow, DefaultSelectedItem, type DisconnectVariableCommandArguments, type DispatchResult, EDIT_VARIABLE_COMMAND, type EditVariableCommandArguments, EntrySearch, type EntrySearchContentType, type EntrySearchProps, type EntrySearchQueryOptions, type EntrySearchResult, type EntrySearchRowProps, type EntrySearchSelectedItemProps, type Filter, FilterButton, type FilterButtonProps, FilterControls, type FilterEditor, FilterEditorRenderer, type FilterEditorRendererProps, FilterItem, FilterItems, type FilterItemsProps, type FilterMapper, FilterMenu, FilterMultiChoiceEditor, type FilterOption, type FilterRowProps, FilterSingleChoiceEditor, type FiltersProps, type GetProductOptions, type GetProductsOptions, INSERT_VARIABLE_COMMAND, index as Icons, type InputOption, type InputOptionGroup, type InputOptionValue, InputVariables, type InputVariablesProps, type InsertVariableCommandArguments, type ItemListProps, type KnownUndefinedVariableInfo, type KnownUndefinedVariableInfoWithName, LinkButton, MULTI_SELECT_OPERATORS, MeshApp, type MeshAppProps, type MeshDataVariableDefinition, NUMBER_OPERATORS, type NoResultsProps, NumberEditor, NumberRangeEditor, OPEN_INSERT_VARIABLE_COMMAND, OPTIONAL_SYSTEM_FIELD_OPERATORS, ObjectSearchContainer, type ObjectSearchContainerProps, type ObjectSearchContextProps, ObjectSearchFilter, ObjectSearchFilterContainer, type ObjectSearchFilterContainerProps, type ObjectSearchFilterProps, ObjectSearchListItem, ObjectSearchListItemLoadingSkeleton, type ObjectSearchListItemProps, ObjectSearchProvider, type ObjectSearchProviderProps, ObjectSearchResultItem, ObjectSearchResultItemButton, type ObjectSearchResultItemButtonProps, type ObjectSearchResultItemProps, ObjectSearchResultList, type ObjectSearchResultListProps, type Operator, type OperatorType, type OperatorValue, type OperatorValueType, PUBLISH_STATUS_FIELD_OPERATORS, ParamTypeDynamicDataProvider, type ParamTypeDynamicDataProviderProps, type ParameterConnectOptions, ParameterConnectionIndicator, type ParameterConnectionIndicatorProps, ParameterOrSingleVariable, type ParameterOrSingleVariableProps, ParameterVariables, type ParameterVariablesProps, type ProductCategory, type ProductDynamicSelectorValue, ProductPreviewList, ProductQuery, type ProductQueryCategory, ProductQueryContext, type ProductQueryContextValue, type ProductQueryProps, ProductSearch, ProductSearchContext, type ProductSearchContextValue, type ProductSearchProps, type ProductSearchResult, type ProductSearchResults, ProductSearchRow, ProductSelectedItem, QueryFilter, type QueryFilterProps, type QueryFilterSearchProps, RICHTEXT_OPERATORS, type RequestAction, RequestBody, type RequestContext, type RequestData, RequestHeaders, RequestMethodSelect, type RequestParameter, RequestParameters, type RequestParametersProps, RequestProvider, type RequestProviderProps, RequestTypeContainer, type RequestTypeContainerProps, RequestUrl, RequestUrlInput, ResolvableLoadingValue, SELECT_OPERATORS, SYSTEM_DATE_OPERATORS, SYSTEM_FIELD_OPERATORS, SearchAndFilter, SearchAndFilterContext, type SearchAndFilterContextProps, SearchAndFilterOptionsContainer, type SearchAndFilterOptionsContainerProps, type SearchAndFilterProps, SearchAndFilterProvider, type SearchAndFilterProviderProps, SearchAndFilterResultContainer, type SearchAndFilterResultContainerProps, SearchOnlyContext, SearchOnlyFilter, type SearchOnlyProviderProps, type SearchQueryProps, type SelectedItemProps, SelectionField, type SelectionFieldValue, type SerializedVariableNode, type SetLocationValueDispatch, type SetLocationValueFunction, SortItems, type SortItemsProps, StatusMultiEditor, StatusSingleEditor, TEXTBOX_OPERATORS, TextEditor, TextMultiChoiceEditor, TextVariableRenderer, USER_OPERATORS, type UseVariablesMenu, type UseVariablesMenuInput, VariableEditor, type VariableEditorCompleteEvent, type VariableEditorProps, VariableNode, type VariableNodeState, type VariableSourceGroup, type VariablesAction, type VariablesContext, type VariablesEvents, VariablesList, VariablesPlugin, type VariablesPluginProps, VariablesProvider, type VariablesProviderProps, badgeIcon, bindableFiltersMapper, convertConnectedDataToVariable, createLocationValidator, damSelectItemImage, damSelectedItemContainer, damSelectedItemCopy, damSelectedItemDetails, damSelectedItemIcon, damSelectedItemInfoBtn, damSelectedItemInner, damSelectedItemLinkBtn, damSelectedItemLinkContainer, damSelectedItemMediaContainer, damSelectedItemPopover, damSelectedItemPopoverLabel, damSelectedItemSmallText, damSelectedItemTitle, draggableContainer, draggableIcon, draggableIconOffset, draggableIconWrapper, entrySearchBtn, entrySearchConfig, entrySearchConfigHidden, entrySearchLoadMoreBtn, entrySearchResultList, entrySearchSelectIcon, entrySearchSelectImg, entrySearchSelectInput, entrySearchSelectOption, entrySearchWrapper, filterMapper, hasReferencedVariables, prettifyBindExpression, productSearchRowActiveIcon, productSearchRowCategory, productSearchRowContainer, productSearchRowContent, productSearchRowContentActive, productSearchRowDetails, productSearchRowTitle, productSelectedItemContainer, productSelectedItemContent, productSelectedItemDetails, productSelectedItemIcon, productSelectedItemImage, productSelectedItemLinkContainer, productedSelectedItemLinkBtn, productedSelectedItemSmallText, searchRowBtn, searchRowContainer, searchRowContainerActive, searchRowContainerWithPopover, searchRowPopover, searchRowText, searchRowTextSmall, selectItemLinkBtn, selectItemLinkContainer, selectItemPopover, selectItemPopoverLabel, selectItemSmallText, selectedItemContainer, selectedItemCopy, selectedItemDetails, selectedItemIcon, selectedItemInner, selectedItemTitle, serializeVariablesEditorState, setVariablesEditorValue, urlEncodeRequestParameter, urlEncodeRequestUrl, useConnectedDataAsVariables, useContentDataResourceLocaleInfo, useDynamicInputsAsVariables, useMeshLocation, useObjectSearchContext, useProductQueryContext, useProductSearchContext, useRequest, useRequestHeader, useRequestParameter, useSearchAndFilter, useUniformMeshSdk, useVariableEditor, useVariables, useVariablesMenu, variableDefaultTextValue, variablePrefix, variableSuffix, variablesToGroupedList, variablesToList };
|
package/dist/index.d.ts
CHANGED
|
@@ -1825,14 +1825,14 @@ declare const RICHTEXT_OPERATORS: OperatorType;
|
|
|
1825
1825
|
declare const CHECKBOX_OPERATORS: OperatorType;
|
|
1826
1826
|
/** @deprecated beta - uniform system field operators */
|
|
1827
1827
|
declare const SYSTEM_FIELD_OPERATORS: OperatorType;
|
|
1828
|
+
/** @deprecated beta - uniform optional system field operators */
|
|
1829
|
+
declare const OPTIONAL_SYSTEM_FIELD_OPERATORS: OperatorType;
|
|
1828
1830
|
/** @deprecated beta - uniform publish status field operators */
|
|
1829
1831
|
declare const PUBLISH_STATUS_FIELD_OPERATORS: OperatorType;
|
|
1830
1832
|
/** @deprecated beta - uniform select field operators */
|
|
1831
1833
|
declare const SELECT_OPERATORS: OperatorType;
|
|
1832
1834
|
/** @deprecated beta - uniform multi-select field operators */
|
|
1833
1835
|
declare const MULTI_SELECT_OPERATORS: OperatorType;
|
|
1834
|
-
/** @deprecated beta - uniform workflow stages field operators */
|
|
1835
|
-
declare const WORKFLOW_STAGES_OPERATORS: OperatorType;
|
|
1836
1836
|
|
|
1837
1837
|
/**
|
|
1838
1838
|
* @deprecated beta - Renders a date input field for filtering
|
|
@@ -2239,4 +2239,4 @@ type ContentDataResourceLocaleInfoProps = {
|
|
|
2239
2239
|
};
|
|
2240
2240
|
declare function useContentDataResourceLocaleInfo({ locale, setLocale, dynamicInputs, }: ContentDataResourceLocaleInfoProps): ContentDataResourceLocaleInfoResult;
|
|
2241
2241
|
|
|
2242
|
-
export { $createVariableNode, $isVariableNode, type BaseRequestData, type Brand, CHECKBOX_OPERATORS, type ContentDataResourceLocaleInfoProps, type ContentDataResourceLocaleInfoResult, ControlledValuePlugin, DATE_OPERATORS, DISCONNECT_VARIABLE_COMMAND, type DamItem, DamSelectedItem, type DamSelectedItemProps, DataRefreshButton, type DataRefreshButtonProps, DataResourceDynamicInputProvider, type DataResourceDynamicInputProviderProps, type DataResourceVariableRendererProps, DataResourceVariablesList, DataResourceVariablesListExplicit, type DataResourceVariablesListProps, DataSourceEditor, type DataSourceEditorProps, DataTypeEditor, type DataTypeEditorProps, type DataVariableDefinitionWithName, DateEditor, DateRangeEditor, DefaultSearchRow, DefaultSelectedItem, type DisconnectVariableCommandArguments, type DispatchResult, EDIT_VARIABLE_COMMAND, type EditVariableCommandArguments, EntrySearch, type EntrySearchContentType, type EntrySearchProps, type EntrySearchQueryOptions, type EntrySearchResult, type EntrySearchRowProps, type EntrySearchSelectedItemProps, type Filter, FilterButton, type FilterButtonProps, FilterControls, type FilterEditor, FilterEditorRenderer, type FilterEditorRendererProps, FilterItem, FilterItems, type FilterItemsProps, type FilterMapper, FilterMenu, FilterMultiChoiceEditor, type FilterOption, type FilterRowProps, FilterSingleChoiceEditor, type FiltersProps, type GetProductOptions, type GetProductsOptions, INSERT_VARIABLE_COMMAND, index as Icons, type InputOption, type InputOptionGroup, type InputOptionValue, InputVariables, type InputVariablesProps, type InsertVariableCommandArguments, type ItemListProps, type KnownUndefinedVariableInfo, type KnownUndefinedVariableInfoWithName, LinkButton, MULTI_SELECT_OPERATORS, MeshApp, type MeshAppProps, type MeshDataVariableDefinition, NUMBER_OPERATORS, type NoResultsProps, NumberEditor, NumberRangeEditor, OPEN_INSERT_VARIABLE_COMMAND, ObjectSearchContainer, type ObjectSearchContainerProps, type ObjectSearchContextProps, ObjectSearchFilter, ObjectSearchFilterContainer, type ObjectSearchFilterContainerProps, type ObjectSearchFilterProps, ObjectSearchListItem, ObjectSearchListItemLoadingSkeleton, type ObjectSearchListItemProps, ObjectSearchProvider, type ObjectSearchProviderProps, ObjectSearchResultItem, ObjectSearchResultItemButton, type ObjectSearchResultItemButtonProps, type ObjectSearchResultItemProps, ObjectSearchResultList, type ObjectSearchResultListProps, type Operator, type OperatorType, type OperatorValue, type OperatorValueType, PUBLISH_STATUS_FIELD_OPERATORS, ParamTypeDynamicDataProvider, type ParamTypeDynamicDataProviderProps, type ParameterConnectOptions, ParameterConnectionIndicator, type ParameterConnectionIndicatorProps, ParameterOrSingleVariable, type ParameterOrSingleVariableProps, ParameterVariables, type ParameterVariablesProps, type ProductCategory, type ProductDynamicSelectorValue, ProductPreviewList, ProductQuery, type ProductQueryCategory, ProductQueryContext, type ProductQueryContextValue, type ProductQueryProps, ProductSearch, ProductSearchContext, type ProductSearchContextValue, type ProductSearchProps, type ProductSearchResult, type ProductSearchResults, ProductSearchRow, ProductSelectedItem, QueryFilter, type QueryFilterProps, type QueryFilterSearchProps, RICHTEXT_OPERATORS, type RequestAction, RequestBody, type RequestContext, type RequestData, RequestHeaders, RequestMethodSelect, type RequestParameter, RequestParameters, type RequestParametersProps, RequestProvider, type RequestProviderProps, RequestTypeContainer, type RequestTypeContainerProps, RequestUrl, RequestUrlInput, ResolvableLoadingValue, SELECT_OPERATORS, SYSTEM_DATE_OPERATORS, SYSTEM_FIELD_OPERATORS, SearchAndFilter, SearchAndFilterContext, type SearchAndFilterContextProps, SearchAndFilterOptionsContainer, type SearchAndFilterOptionsContainerProps, type SearchAndFilterProps, SearchAndFilterProvider, type SearchAndFilterProviderProps, SearchAndFilterResultContainer, type SearchAndFilterResultContainerProps, SearchOnlyContext, SearchOnlyFilter, type SearchOnlyProviderProps, type SearchQueryProps, type SelectedItemProps, SelectionField, type SelectionFieldValue, type SerializedVariableNode, type SetLocationValueDispatch, type SetLocationValueFunction, SortItems, type SortItemsProps, StatusMultiEditor, StatusSingleEditor, TEXTBOX_OPERATORS, TextEditor, TextMultiChoiceEditor, TextVariableRenderer, USER_OPERATORS, type UseVariablesMenu, type UseVariablesMenuInput, VariableEditor, type VariableEditorCompleteEvent, type VariableEditorProps, VariableNode, type VariableNodeState, type VariableSourceGroup, type VariablesAction, type VariablesContext, type VariablesEvents, VariablesList, VariablesPlugin, type VariablesPluginProps, VariablesProvider, type VariablesProviderProps,
|
|
2242
|
+
export { $createVariableNode, $isVariableNode, type BaseRequestData, type Brand, CHECKBOX_OPERATORS, type ContentDataResourceLocaleInfoProps, type ContentDataResourceLocaleInfoResult, ControlledValuePlugin, DATE_OPERATORS, DISCONNECT_VARIABLE_COMMAND, type DamItem, DamSelectedItem, type DamSelectedItemProps, DataRefreshButton, type DataRefreshButtonProps, DataResourceDynamicInputProvider, type DataResourceDynamicInputProviderProps, type DataResourceVariableRendererProps, DataResourceVariablesList, DataResourceVariablesListExplicit, type DataResourceVariablesListProps, DataSourceEditor, type DataSourceEditorProps, DataTypeEditor, type DataTypeEditorProps, type DataVariableDefinitionWithName, DateEditor, DateRangeEditor, DefaultSearchRow, DefaultSelectedItem, type DisconnectVariableCommandArguments, type DispatchResult, EDIT_VARIABLE_COMMAND, type EditVariableCommandArguments, EntrySearch, type EntrySearchContentType, type EntrySearchProps, type EntrySearchQueryOptions, type EntrySearchResult, type EntrySearchRowProps, type EntrySearchSelectedItemProps, type Filter, FilterButton, type FilterButtonProps, FilterControls, type FilterEditor, FilterEditorRenderer, type FilterEditorRendererProps, FilterItem, FilterItems, type FilterItemsProps, type FilterMapper, FilterMenu, FilterMultiChoiceEditor, type FilterOption, type FilterRowProps, FilterSingleChoiceEditor, type FiltersProps, type GetProductOptions, type GetProductsOptions, INSERT_VARIABLE_COMMAND, index as Icons, type InputOption, type InputOptionGroup, type InputOptionValue, InputVariables, type InputVariablesProps, type InsertVariableCommandArguments, type ItemListProps, type KnownUndefinedVariableInfo, type KnownUndefinedVariableInfoWithName, LinkButton, MULTI_SELECT_OPERATORS, MeshApp, type MeshAppProps, type MeshDataVariableDefinition, NUMBER_OPERATORS, type NoResultsProps, NumberEditor, NumberRangeEditor, OPEN_INSERT_VARIABLE_COMMAND, OPTIONAL_SYSTEM_FIELD_OPERATORS, ObjectSearchContainer, type ObjectSearchContainerProps, type ObjectSearchContextProps, ObjectSearchFilter, ObjectSearchFilterContainer, type ObjectSearchFilterContainerProps, type ObjectSearchFilterProps, ObjectSearchListItem, ObjectSearchListItemLoadingSkeleton, type ObjectSearchListItemProps, ObjectSearchProvider, type ObjectSearchProviderProps, ObjectSearchResultItem, ObjectSearchResultItemButton, type ObjectSearchResultItemButtonProps, type ObjectSearchResultItemProps, ObjectSearchResultList, type ObjectSearchResultListProps, type Operator, type OperatorType, type OperatorValue, type OperatorValueType, PUBLISH_STATUS_FIELD_OPERATORS, ParamTypeDynamicDataProvider, type ParamTypeDynamicDataProviderProps, type ParameterConnectOptions, ParameterConnectionIndicator, type ParameterConnectionIndicatorProps, ParameterOrSingleVariable, type ParameterOrSingleVariableProps, ParameterVariables, type ParameterVariablesProps, type ProductCategory, type ProductDynamicSelectorValue, ProductPreviewList, ProductQuery, type ProductQueryCategory, ProductQueryContext, type ProductQueryContextValue, type ProductQueryProps, ProductSearch, ProductSearchContext, type ProductSearchContextValue, type ProductSearchProps, type ProductSearchResult, type ProductSearchResults, ProductSearchRow, ProductSelectedItem, QueryFilter, type QueryFilterProps, type QueryFilterSearchProps, RICHTEXT_OPERATORS, type RequestAction, RequestBody, type RequestContext, type RequestData, RequestHeaders, RequestMethodSelect, type RequestParameter, RequestParameters, type RequestParametersProps, RequestProvider, type RequestProviderProps, RequestTypeContainer, type RequestTypeContainerProps, RequestUrl, RequestUrlInput, ResolvableLoadingValue, SELECT_OPERATORS, SYSTEM_DATE_OPERATORS, SYSTEM_FIELD_OPERATORS, SearchAndFilter, SearchAndFilterContext, type SearchAndFilterContextProps, SearchAndFilterOptionsContainer, type SearchAndFilterOptionsContainerProps, type SearchAndFilterProps, SearchAndFilterProvider, type SearchAndFilterProviderProps, SearchAndFilterResultContainer, type SearchAndFilterResultContainerProps, SearchOnlyContext, SearchOnlyFilter, type SearchOnlyProviderProps, type SearchQueryProps, type SelectedItemProps, SelectionField, type SelectionFieldValue, type SerializedVariableNode, type SetLocationValueDispatch, type SetLocationValueFunction, SortItems, type SortItemsProps, StatusMultiEditor, StatusSingleEditor, TEXTBOX_OPERATORS, TextEditor, TextMultiChoiceEditor, TextVariableRenderer, USER_OPERATORS, type UseVariablesMenu, type UseVariablesMenuInput, VariableEditor, type VariableEditorCompleteEvent, type VariableEditorProps, VariableNode, type VariableNodeState, type VariableSourceGroup, type VariablesAction, type VariablesContext, type VariablesEvents, VariablesList, VariablesPlugin, type VariablesPluginProps, VariablesProvider, type VariablesProviderProps, badgeIcon, bindableFiltersMapper, convertConnectedDataToVariable, createLocationValidator, damSelectItemImage, damSelectedItemContainer, damSelectedItemCopy, damSelectedItemDetails, damSelectedItemIcon, damSelectedItemInfoBtn, damSelectedItemInner, damSelectedItemLinkBtn, damSelectedItemLinkContainer, damSelectedItemMediaContainer, damSelectedItemPopover, damSelectedItemPopoverLabel, damSelectedItemSmallText, damSelectedItemTitle, draggableContainer, draggableIcon, draggableIconOffset, draggableIconWrapper, entrySearchBtn, entrySearchConfig, entrySearchConfigHidden, entrySearchLoadMoreBtn, entrySearchResultList, entrySearchSelectIcon, entrySearchSelectImg, entrySearchSelectInput, entrySearchSelectOption, entrySearchWrapper, filterMapper, hasReferencedVariables, prettifyBindExpression, productSearchRowActiveIcon, productSearchRowCategory, productSearchRowContainer, productSearchRowContent, productSearchRowContentActive, productSearchRowDetails, productSearchRowTitle, productSelectedItemContainer, productSelectedItemContent, productSelectedItemDetails, productSelectedItemIcon, productSelectedItemImage, productSelectedItemLinkContainer, productedSelectedItemLinkBtn, productedSelectedItemSmallText, searchRowBtn, searchRowContainer, searchRowContainerActive, searchRowContainerWithPopover, searchRowPopover, searchRowText, searchRowTextSmall, selectItemLinkBtn, selectItemLinkContainer, selectItemPopover, selectItemPopoverLabel, selectItemSmallText, selectedItemContainer, selectedItemCopy, selectedItemDetails, selectedItemIcon, selectedItemInner, selectedItemTitle, serializeVariablesEditorState, setVariablesEditorValue, urlEncodeRequestParameter, urlEncodeRequestUrl, useConnectedDataAsVariables, useContentDataResourceLocaleInfo, useDynamicInputsAsVariables, useMeshLocation, useObjectSearchContext, useProductQueryContext, useProductSearchContext, useRequest, useRequestHeader, useRequestParameter, useSearchAndFilter, useUniformMeshSdk, useVariableEditor, useVariables, useVariablesMenu, variableDefaultTextValue, variablePrefix, variableSuffix, variablesToGroupedList, variablesToList };
|
package/dist/index.esm.js
CHANGED
|
@@ -7534,6 +7534,38 @@ var SYSTEM_FIELD_OPERATORS = [
|
|
|
7534
7534
|
editorType: "multiChoice"
|
|
7535
7535
|
}
|
|
7536
7536
|
];
|
|
7537
|
+
var OPTIONAL_SYSTEM_FIELD_OPERATORS = [
|
|
7538
|
+
{
|
|
7539
|
+
label: "is",
|
|
7540
|
+
value: "eq",
|
|
7541
|
+
editorType: "singleChoice"
|
|
7542
|
+
},
|
|
7543
|
+
{
|
|
7544
|
+
label: "is any of...",
|
|
7545
|
+
value: "in",
|
|
7546
|
+
editorType: "multiChoice"
|
|
7547
|
+
},
|
|
7548
|
+
{
|
|
7549
|
+
label: "is empty",
|
|
7550
|
+
value: "ndef",
|
|
7551
|
+
editorType: "empty"
|
|
7552
|
+
},
|
|
7553
|
+
{
|
|
7554
|
+
label: "is not",
|
|
7555
|
+
value: "neq",
|
|
7556
|
+
editorType: "singleChoice"
|
|
7557
|
+
},
|
|
7558
|
+
{
|
|
7559
|
+
label: "is none of...",
|
|
7560
|
+
value: "nin",
|
|
7561
|
+
editorType: "multiChoice"
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
label: "is not empty",
|
|
7565
|
+
value: "def",
|
|
7566
|
+
editorType: "empty"
|
|
7567
|
+
}
|
|
7568
|
+
];
|
|
7537
7569
|
var PUBLISH_STATUS_FIELD_OPERATORS = [
|
|
7538
7570
|
{
|
|
7539
7571
|
label: "is",
|
|
@@ -7630,28 +7662,6 @@ var MULTI_SELECT_OPERATORS = [
|
|
|
7630
7662
|
editorType: "empty"
|
|
7631
7663
|
}
|
|
7632
7664
|
];
|
|
7633
|
-
var WORKFLOW_STAGES_OPERATORS = [
|
|
7634
|
-
{
|
|
7635
|
-
label: "is",
|
|
7636
|
-
value: "eq",
|
|
7637
|
-
editorType: "singleChoice"
|
|
7638
|
-
},
|
|
7639
|
-
{
|
|
7640
|
-
label: "is any of...",
|
|
7641
|
-
value: "in",
|
|
7642
|
-
editorType: "multiChoice"
|
|
7643
|
-
},
|
|
7644
|
-
{
|
|
7645
|
-
label: "is not",
|
|
7646
|
-
value: "neq",
|
|
7647
|
-
editorType: "singleChoice"
|
|
7648
|
-
},
|
|
7649
|
-
{
|
|
7650
|
-
label: "is none of...",
|
|
7651
|
-
value: "nin",
|
|
7652
|
-
editorType: "multiChoice"
|
|
7653
|
-
}
|
|
7654
|
-
];
|
|
7655
7665
|
|
|
7656
7666
|
// src/components/SearchAndFilter/editors/DateEditor.tsx
|
|
7657
7667
|
import { Input as Input6 } from "@uniformdev/design-system";
|
|
@@ -9748,6 +9758,7 @@ export {
|
|
|
9748
9758
|
NumberEditor,
|
|
9749
9759
|
NumberRangeEditor,
|
|
9750
9760
|
OPEN_INSERT_VARIABLE_COMMAND,
|
|
9761
|
+
OPTIONAL_SYSTEM_FIELD_OPERATORS,
|
|
9751
9762
|
ObjectSearchContainer,
|
|
9752
9763
|
ObjectSearchFilter,
|
|
9753
9764
|
ObjectSearchFilterContainer2 as ObjectSearchFilterContainer,
|
|
@@ -9824,7 +9835,6 @@ export {
|
|
|
9824
9835
|
VariablesList,
|
|
9825
9836
|
VariablesPlugin,
|
|
9826
9837
|
VariablesProvider,
|
|
9827
|
-
WORKFLOW_STAGES_OPERATORS,
|
|
9828
9838
|
badgeIcon,
|
|
9829
9839
|
bindableFiltersMapper,
|
|
9830
9840
|
convertConnectedDataToVariable,
|
package/dist/index.js
CHANGED
|
@@ -83,6 +83,7 @@ __export(src_exports, {
|
|
|
83
83
|
NumberEditor: () => NumberEditor,
|
|
84
84
|
NumberRangeEditor: () => NumberRangeEditor,
|
|
85
85
|
OPEN_INSERT_VARIABLE_COMMAND: () => OPEN_INSERT_VARIABLE_COMMAND,
|
|
86
|
+
OPTIONAL_SYSTEM_FIELD_OPERATORS: () => OPTIONAL_SYSTEM_FIELD_OPERATORS,
|
|
86
87
|
ObjectSearchContainer: () => ObjectSearchContainer,
|
|
87
88
|
ObjectSearchFilter: () => ObjectSearchFilter,
|
|
88
89
|
ObjectSearchFilterContainer: () => ObjectSearchFilterContainer2,
|
|
@@ -159,7 +160,6 @@ __export(src_exports, {
|
|
|
159
160
|
VariablesList: () => VariablesList,
|
|
160
161
|
VariablesPlugin: () => VariablesPlugin,
|
|
161
162
|
VariablesProvider: () => VariablesProvider,
|
|
162
|
-
WORKFLOW_STAGES_OPERATORS: () => WORKFLOW_STAGES_OPERATORS,
|
|
163
163
|
badgeIcon: () => badgeIcon,
|
|
164
164
|
bindableFiltersMapper: () => bindableFiltersMapper,
|
|
165
165
|
convertConnectedDataToVariable: () => convertConnectedDataToVariable,
|
|
@@ -7695,6 +7695,38 @@ var SYSTEM_FIELD_OPERATORS = [
|
|
|
7695
7695
|
editorType: "multiChoice"
|
|
7696
7696
|
}
|
|
7697
7697
|
];
|
|
7698
|
+
var OPTIONAL_SYSTEM_FIELD_OPERATORS = [
|
|
7699
|
+
{
|
|
7700
|
+
label: "is",
|
|
7701
|
+
value: "eq",
|
|
7702
|
+
editorType: "singleChoice"
|
|
7703
|
+
},
|
|
7704
|
+
{
|
|
7705
|
+
label: "is any of...",
|
|
7706
|
+
value: "in",
|
|
7707
|
+
editorType: "multiChoice"
|
|
7708
|
+
},
|
|
7709
|
+
{
|
|
7710
|
+
label: "is empty",
|
|
7711
|
+
value: "ndef",
|
|
7712
|
+
editorType: "empty"
|
|
7713
|
+
},
|
|
7714
|
+
{
|
|
7715
|
+
label: "is not",
|
|
7716
|
+
value: "neq",
|
|
7717
|
+
editorType: "singleChoice"
|
|
7718
|
+
},
|
|
7719
|
+
{
|
|
7720
|
+
label: "is none of...",
|
|
7721
|
+
value: "nin",
|
|
7722
|
+
editorType: "multiChoice"
|
|
7723
|
+
},
|
|
7724
|
+
{
|
|
7725
|
+
label: "is not empty",
|
|
7726
|
+
value: "def",
|
|
7727
|
+
editorType: "empty"
|
|
7728
|
+
}
|
|
7729
|
+
];
|
|
7698
7730
|
var PUBLISH_STATUS_FIELD_OPERATORS = [
|
|
7699
7731
|
{
|
|
7700
7732
|
label: "is",
|
|
@@ -7791,28 +7823,6 @@ var MULTI_SELECT_OPERATORS = [
|
|
|
7791
7823
|
editorType: "empty"
|
|
7792
7824
|
}
|
|
7793
7825
|
];
|
|
7794
|
-
var WORKFLOW_STAGES_OPERATORS = [
|
|
7795
|
-
{
|
|
7796
|
-
label: "is",
|
|
7797
|
-
value: "eq",
|
|
7798
|
-
editorType: "singleChoice"
|
|
7799
|
-
},
|
|
7800
|
-
{
|
|
7801
|
-
label: "is any of...",
|
|
7802
|
-
value: "in",
|
|
7803
|
-
editorType: "multiChoice"
|
|
7804
|
-
},
|
|
7805
|
-
{
|
|
7806
|
-
label: "is not",
|
|
7807
|
-
value: "neq",
|
|
7808
|
-
editorType: "singleChoice"
|
|
7809
|
-
},
|
|
7810
|
-
{
|
|
7811
|
-
label: "is none of...",
|
|
7812
|
-
value: "nin",
|
|
7813
|
-
editorType: "multiChoice"
|
|
7814
|
-
}
|
|
7815
|
-
];
|
|
7816
7826
|
|
|
7817
7827
|
// src/components/SearchAndFilter/editors/DateEditor.tsx
|
|
7818
7828
|
var import_design_system41 = require("@uniformdev/design-system");
|
|
@@ -9848,6 +9858,7 @@ __reExport(src_exports, require("@uniformdev/mesh-sdk"), module.exports);
|
|
|
9848
9858
|
NumberEditor,
|
|
9849
9859
|
NumberRangeEditor,
|
|
9850
9860
|
OPEN_INSERT_VARIABLE_COMMAND,
|
|
9861
|
+
OPTIONAL_SYSTEM_FIELD_OPERATORS,
|
|
9851
9862
|
ObjectSearchContainer,
|
|
9852
9863
|
ObjectSearchFilter,
|
|
9853
9864
|
ObjectSearchFilterContainer,
|
|
@@ -9924,7 +9935,6 @@ __reExport(src_exports, require("@uniformdev/mesh-sdk"), module.exports);
|
|
|
9924
9935
|
VariablesList,
|
|
9925
9936
|
VariablesPlugin,
|
|
9926
9937
|
VariablesProvider,
|
|
9927
|
-
WORKFLOW_STAGES_OPERATORS,
|
|
9928
9938
|
badgeIcon,
|
|
9929
9939
|
bindableFiltersMapper,
|
|
9930
9940
|
convertConnectedDataToVariable,
|
package/dist/index.mjs
CHANGED
|
@@ -7534,6 +7534,38 @@ var SYSTEM_FIELD_OPERATORS = [
|
|
|
7534
7534
|
editorType: "multiChoice"
|
|
7535
7535
|
}
|
|
7536
7536
|
];
|
|
7537
|
+
var OPTIONAL_SYSTEM_FIELD_OPERATORS = [
|
|
7538
|
+
{
|
|
7539
|
+
label: "is",
|
|
7540
|
+
value: "eq",
|
|
7541
|
+
editorType: "singleChoice"
|
|
7542
|
+
},
|
|
7543
|
+
{
|
|
7544
|
+
label: "is any of...",
|
|
7545
|
+
value: "in",
|
|
7546
|
+
editorType: "multiChoice"
|
|
7547
|
+
},
|
|
7548
|
+
{
|
|
7549
|
+
label: "is empty",
|
|
7550
|
+
value: "ndef",
|
|
7551
|
+
editorType: "empty"
|
|
7552
|
+
},
|
|
7553
|
+
{
|
|
7554
|
+
label: "is not",
|
|
7555
|
+
value: "neq",
|
|
7556
|
+
editorType: "singleChoice"
|
|
7557
|
+
},
|
|
7558
|
+
{
|
|
7559
|
+
label: "is none of...",
|
|
7560
|
+
value: "nin",
|
|
7561
|
+
editorType: "multiChoice"
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
label: "is not empty",
|
|
7565
|
+
value: "def",
|
|
7566
|
+
editorType: "empty"
|
|
7567
|
+
}
|
|
7568
|
+
];
|
|
7537
7569
|
var PUBLISH_STATUS_FIELD_OPERATORS = [
|
|
7538
7570
|
{
|
|
7539
7571
|
label: "is",
|
|
@@ -7630,28 +7662,6 @@ var MULTI_SELECT_OPERATORS = [
|
|
|
7630
7662
|
editorType: "empty"
|
|
7631
7663
|
}
|
|
7632
7664
|
];
|
|
7633
|
-
var WORKFLOW_STAGES_OPERATORS = [
|
|
7634
|
-
{
|
|
7635
|
-
label: "is",
|
|
7636
|
-
value: "eq",
|
|
7637
|
-
editorType: "singleChoice"
|
|
7638
|
-
},
|
|
7639
|
-
{
|
|
7640
|
-
label: "is any of...",
|
|
7641
|
-
value: "in",
|
|
7642
|
-
editorType: "multiChoice"
|
|
7643
|
-
},
|
|
7644
|
-
{
|
|
7645
|
-
label: "is not",
|
|
7646
|
-
value: "neq",
|
|
7647
|
-
editorType: "singleChoice"
|
|
7648
|
-
},
|
|
7649
|
-
{
|
|
7650
|
-
label: "is none of...",
|
|
7651
|
-
value: "nin",
|
|
7652
|
-
editorType: "multiChoice"
|
|
7653
|
-
}
|
|
7654
|
-
];
|
|
7655
7665
|
|
|
7656
7666
|
// src/components/SearchAndFilter/editors/DateEditor.tsx
|
|
7657
7667
|
import { Input as Input6 } from "@uniformdev/design-system";
|
|
@@ -9748,6 +9758,7 @@ export {
|
|
|
9748
9758
|
NumberEditor,
|
|
9749
9759
|
NumberRangeEditor,
|
|
9750
9760
|
OPEN_INSERT_VARIABLE_COMMAND,
|
|
9761
|
+
OPTIONAL_SYSTEM_FIELD_OPERATORS,
|
|
9751
9762
|
ObjectSearchContainer,
|
|
9752
9763
|
ObjectSearchFilter,
|
|
9753
9764
|
ObjectSearchFilterContainer2 as ObjectSearchFilterContainer,
|
|
@@ -9824,7 +9835,6 @@ export {
|
|
|
9824
9835
|
VariablesList,
|
|
9825
9836
|
VariablesPlugin,
|
|
9826
9837
|
VariablesProvider,
|
|
9827
|
-
WORKFLOW_STAGES_OPERATORS,
|
|
9828
9838
|
badgeIcon,
|
|
9829
9839
|
bindableFiltersMapper,
|
|
9830
9840
|
convertConnectedDataToVariable,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.170.1-alpha.1+51ca6d7af1",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"@lexical/selection": "^0.12.0",
|
|
51
51
|
"@lexical/utils": "^0.12.0",
|
|
52
52
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.2.1/react-icons-all-files-5.2.1.tgz",
|
|
53
|
-
"@uniformdev/canvas": "19.
|
|
54
|
-
"@uniformdev/design-system": "19.
|
|
55
|
-
"@uniformdev/mesh-sdk": "19.
|
|
53
|
+
"@uniformdev/canvas": "19.170.1-alpha.1+51ca6d7af1",
|
|
54
|
+
"@uniformdev/design-system": "19.170.1-alpha.1+51ca6d7af1",
|
|
55
|
+
"@uniformdev/mesh-sdk": "19.170.1-alpha.1+51ca6d7af1",
|
|
56
56
|
"dequal": "^2.0.3",
|
|
57
57
|
"lexical": "^0.12.0",
|
|
58
58
|
"mitt": "^3.0.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "51ca6d7af193fed44b1e2b0412c99e0c6cc85c2c"
|
|
90
90
|
}
|