@tachybase/client 1.6.21 → 1.6.23
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/es/api-client/APIClient.d.ts +2 -1
- package/es/api-client/APIClient.mjs +6 -3
- package/es/application/Plugin.d.ts +2 -2
- package/es/application/hoc/withDynamicSchemaProps.mjs +1 -1
- package/es/application/schema-initializer/hooks/index.mjs +4 -1
- package/es/application/schema-settings/components/SchemaSettingsChildren.mjs +14 -14
- package/es/application/utils/clientModuleRegistry.d.ts +2 -0
- package/es/application/utils/clientModuleRegistry.mjs +9 -0
- package/es/application/utils/globalDeps.mjs +2 -2
- package/es/block-provider/BlockProvider.d.ts +1 -27
- package/es/block-provider/BlockProvider.mjs +1 -3
- package/es/block-provider/BlockRequestContext.d.ts +27 -0
- package/es/block-provider/BlockRequestContext.mjs +5 -0
- package/es/block-provider/FormBlockContext.d.ts +32 -0
- package/es/block-provider/FormBlockContext.mjs +5 -0
- package/es/block-provider/FormBlockProvider.d.ts +1 -33
- package/es/block-provider/FormBlockProvider.mjs +4 -5
- package/es/built-in/acl/ACLCollectionFieldProvider.d.ts +1 -0
- package/es/built-in/acl/ACLCollectionFieldProvider.mjs +42 -0
- package/es/built-in/acl/ACLContext.d.ts +9 -0
- package/es/built-in/acl/ACLContext.mjs +24 -0
- package/es/built-in/acl/ACLPlugin.mjs +2 -1
- package/es/built-in/acl/ACLProvider.d.ts +0 -11
- package/es/built-in/acl/ACLProvider.mjs +6 -51
- package/es/built-in/acl/index.d.ts +2 -0
- package/es/built-in/acl/index.mjs +2 -0
- package/es/built-in/locale/LocalePlugin.d.ts +2 -0
- package/es/built-in/locale/LocalePlugin.mjs +13 -4
- package/es/collection-manager/hooks/useCollectionManager_deprecated.mjs +2 -1
- package/es/collection-manager/sub-table.d.ts +1 -1
- package/es/data-source/data-source/DataSourceManager.d.ts +1 -2
- package/es/data-source/data-source/DataSourceManager.mjs +1 -2
- package/es/data-source/data-source/constants.d.ts +2 -0
- package/es/data-source/data-source/constants.mjs +3 -0
- package/es/data-source/utils.d.ts +2 -2
- package/es/data-source/utils.mjs +1 -1
- package/es/exports.d.ts +46 -0
- package/es/exports.mjs +46 -0
- package/es/filter-provider/utils.d.ts +2 -14
- package/es/filter-provider/utils.mjs +2 -57
- package/es/index.d.ts +1 -46
- package/es/index.mjs +4 -46
- package/es/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.d.ts +2 -86
- package/es/record-provider/index.mjs +3 -3
- package/es/schema-component/antd/action/Action.mjs +7 -6
- package/es/schema-component/antd/action/hooks.mjs +3 -2
- package/es/schema-component/antd/association-field/AssociationSelect.mjs +4 -3
- package/es/schema-component/antd/association-field/hooks.mjs +18 -1
- package/es/schema-component/antd/cron/CronSet.mjs +9 -3
- package/es/schema-component/antd/filter/conditionUtils.d.ts +2 -0
- package/es/schema-component/antd/filter/conditionUtils.mjs +133 -0
- package/es/schema-component/antd/filter/dateValueUtils.d.ts +13 -0
- package/es/schema-component/antd/filter/dateValueUtils.mjs +66 -0
- package/es/schema-component/antd/filter/useFilterActionProps.d.ts +2 -4
- package/es/schema-component/antd/filter/useFilterActionProps.mjs +3 -181
- package/es/schema-component/antd/filter/useGetFilterOptions.d.ts +2 -0
- package/es/schema-component/antd/filter/useGetFilterOptions.mjs +54 -0
- package/es/schema-component/antd/form/Form.mjs +1 -1
- package/es/schema-component/antd/form-item/FormItem.FilterFormDesigner.mjs +1 -1
- package/es/schema-component/antd/form-item/FormItem.d.ts +1 -1
- package/es/schema-component/antd/form-item/FormItem.mjs +14 -12
- package/es/schema-component/antd/form-item/SchemaSettingOptions.d.ts +1 -14
- package/es/schema-component/antd/form-item/SchemaSettingOptions.mjs +1 -33
- package/es/schema-component/antd/form-item/hooks/useLazyLoadDisplayAssociationFieldsOfForm.mjs +4 -3
- package/es/schema-component/antd/form-item/hooks/useParseDefaultValue.mjs +5 -3
- package/es/schema-component/antd/form-item/operatorUtils.d.ts +14 -0
- package/es/schema-component/antd/form-item/operatorUtils.mjs +36 -0
- package/es/schema-component/antd/form-v2/Form.mjs +26 -167
- package/es/schema-component/antd/form-v2/FormLinkageRules.d.ts +9 -0
- package/es/schema-component/antd/form-v2/FormLinkageRules.mjs +191 -0
- package/es/schema-component/antd/form-v2/Templates.mjs +1 -1
- package/es/schema-component/antd/grid/Grid.mjs +5 -2
- package/es/schema-component/antd/grid-card/GridCard.Item.mjs +2 -2
- package/es/schema-component/antd/icon-picker/IconFilterInput.mjs +12 -4
- package/es/schema-component/antd/icon-picker/IconPicker.mjs +1 -1
- package/es/schema-component/antd/input/Json.d.ts +1 -4
- package/es/schema-component/antd/input/ReadPretty.mjs +2 -2
- package/es/schema-component/antd/input-number/ReadPretty.mjs +1 -1
- package/es/schema-component/antd/markdown/Markdown.Void.Designer.mjs +2 -1
- package/es/schema-component/antd/markdown/Markdown.Void.mjs +10 -2
- package/es/schema-component/antd/markdown/Markdown.mjs +1 -1
- package/es/schema-component/antd/markdown/util.mjs +5 -0
- package/es/schema-component/antd/rich-text/RichText.mjs +1 -1
- package/es/schema-component/antd/select/FormulaSelect.mjs +1 -2
- package/es/schema-component/antd/select/ReadPretty.mjs +2 -2
- package/es/schema-component/antd/select/Select.mjs +1 -2
- package/es/schema-component/antd/select/utils.d.ts +2 -1
- package/es/schema-component/antd/select/utils.mjs +2 -2
- package/es/schema-component/antd/time-picker/ReadPretty.mjs +1 -1
- package/es/schema-component/antd/upload/ReadPretty.mjs +5 -5
- package/es/schema-component/antd/upload/Upload.mjs +6 -5
- package/es/schema-component/antd/variable/Input.mjs +1 -1
- package/es/schema-component/antd/variable/TextArea.mjs +1 -1
- package/es/schema-component/hooks/useDesigner.mjs +9 -3
- package/es/schema-component/hooks/useOptionalNavigate.d.ts +1 -0
- package/es/schema-component/hooks/useOptionalNavigate.mjs +2 -0
- package/es/schema-settings/DataTemplates/components/Designer.mjs +2 -1
- package/es/schema-settings/VariableInput/hooks/useBaseVariable.mjs +2 -1
- package/es/schema-settings/VariableInput/hooks/useBlockCollection.mjs +1 -1
- package/es/schema-settings/VariableInput/hooks/useContextAssociationFields.mjs +2 -1
- package/es/schema-settings/VariableInput/hooks/useFormVariable.mjs +1 -1
- package/es/schema-settings/VariableInput/hooks/useRecordVariable.mjs +1 -1
- package/es/style/theme/AntdAppProvider.mjs +2 -2
- package/es/user/ChangePassword.d.ts +4 -1
- package/es/user/CurrentUserContext.d.ts +2 -0
- package/es/user/CurrentUserContext.mjs +5 -0
- package/es/user/CurrentUserProvider.d.ts +0 -3
- package/es/user/CurrentUserProvider.mjs +3 -5
- package/es/user/EditProfile.d.ts +4 -1
- package/es/user/LanguageSettings.d.ts +4 -1
- package/es/user/SwitchRole.d.ts +4 -1
- package/es/user/index.d.ts +1 -0
- package/es/user/index.mjs +1 -0
- package/es/variables/VariablesProvider.mjs +1 -1
- package/lib/api-client/APIClient.js +8 -5
- package/lib/application/hoc/withDynamicSchemaProps.js +3 -3
- package/lib/application/schema-initializer/hooks/index.js +4 -1
- package/lib/application/schema-settings/components/SchemaSettingsChildren.js +14 -14
- package/lib/application/utils/clientModuleRegistry.js +46 -0
- package/lib/application/utils/globalDeps.js +2 -2
- package/lib/block-provider/BlockProvider.js +6 -8
- package/lib/block-provider/BlockRequestContext.js +42 -0
- package/lib/block-provider/FormBlockContext.js +42 -0
- package/lib/block-provider/FormBlockProvider.js +13 -14
- package/lib/built-in/acl/ACLCollectionFieldProvider.js +76 -0
- package/lib/built-in/acl/ACLContext.js +70 -0
- package/lib/built-in/acl/ACLPlugin.js +2 -1
- package/lib/built-in/acl/ACLProvider.js +13 -76
- package/lib/built-in/acl/index.js +27 -9
- package/lib/built-in/locale/LocalePlugin.js +17 -5
- package/lib/collection-manager/hooks/useCollectionManager_deprecated.js +4 -3
- package/lib/data-source/data-source/DataSourceManager.js +6 -7
- package/lib/data-source/data-source/constants.js +40 -0
- package/lib/data-source/utils.js +2 -2
- package/lib/exports.js +769 -0
- package/lib/filter-provider/utils.js +7 -63
- package/lib/index.js +10 -714
- package/lib/record-provider/index.js +6 -6
- package/lib/schema-component/antd/action/Action.js +9 -8
- package/lib/schema-component/antd/action/hooks.js +3 -2
- package/lib/schema-component/antd/association-field/AssociationSelect.js +3 -2
- package/lib/schema-component/antd/association-field/hooks.js +18 -1
- package/lib/schema-component/antd/cron/CronSet.js +8 -2
- package/lib/schema-component/antd/filter/conditionUtils.js +180 -0
- package/lib/schema-component/antd/filter/dateValueUtils.js +116 -0
- package/lib/schema-component/antd/filter/useFilterActionProps.js +7 -186
- package/lib/schema-component/antd/filter/useGetFilterOptions.js +91 -0
- package/lib/schema-component/antd/form/Form.js +4 -4
- package/lib/schema-component/antd/form-item/FormItem.FilterFormDesigner.js +2 -2
- package/lib/schema-component/antd/form-item/FormItem.js +23 -20
- package/lib/schema-component/antd/form-item/SchemaSettingOptions.js +6 -38
- package/lib/schema-component/antd/form-item/hooks/useLazyLoadDisplayAssociationFieldsOfForm.js +9 -7
- package/lib/schema-component/antd/form-item/hooks/useParseDefaultValue.js +12 -8
- package/lib/schema-component/antd/form-item/operatorUtils.js +76 -0
- package/lib/schema-component/antd/form-v2/Form.js +204 -317
- package/lib/schema-component/antd/form-v2/FormLinkageRules.js +236 -0
- package/lib/schema-component/antd/form-v2/Templates.js +2 -2
- package/lib/schema-component/antd/grid/Grid.js +10 -7
- package/lib/schema-component/antd/grid-card/GridCard.Item.js +2 -2
- package/lib/schema-component/antd/icon-picker/IconFilterInput.js +12 -4
- package/lib/schema-component/antd/icon-picker/IconPicker.js +1 -1
- package/lib/schema-component/antd/input/ReadPretty.js +10 -10
- package/lib/schema-component/antd/input-number/ReadPretty.js +1 -1
- package/lib/schema-component/antd/markdown/Markdown.Void.Designer.js +6 -5
- package/lib/schema-component/antd/markdown/Markdown.Void.js +138 -111
- package/lib/schema-component/antd/markdown/Markdown.js +2 -2
- package/lib/schema-component/antd/markdown/util.js +5 -0
- package/lib/schema-component/antd/rich-text/RichText.js +2 -2
- package/lib/schema-component/antd/select/FormulaSelect.js +1 -2
- package/lib/schema-component/antd/select/ReadPretty.js +2 -2
- package/lib/schema-component/antd/select/Select.js +1 -2
- package/lib/schema-component/antd/select/utils.js +6 -3
- package/lib/schema-component/antd/time-picker/ReadPretty.js +2 -2
- package/lib/schema-component/antd/upload/ReadPretty.js +5 -5
- package/lib/schema-component/antd/upload/Upload.js +6 -5
- package/lib/schema-component/antd/variable/Input.js +1 -1
- package/lib/schema-component/antd/variable/TextArea.js +1 -1
- package/lib/schema-component/hooks/useDesigner.js +57 -23
- package/lib/schema-component/hooks/useOptionalNavigate.js +36 -0
- package/lib/schema-settings/DataTemplates/components/Designer.js +4 -3
- package/lib/schema-settings/VariableInput/hooks/useBaseVariable.js +4 -3
- package/lib/schema-settings/VariableInput/hooks/useBlockCollection.js +2 -2
- package/lib/schema-settings/VariableInput/hooks/useContextAssociationFields.js +4 -3
- package/lib/schema-settings/VariableInput/hooks/useFormVariable.js +2 -2
- package/lib/schema-settings/VariableInput/hooks/useRecordVariable.js +2 -2
- package/lib/style/theme/AntdAppProvider.js +4 -4
- package/lib/user/CurrentUserContext.js +42 -0
- package/lib/user/CurrentUserProvider.js +6 -14
- package/lib/user/index.js +24 -12
- package/lib/variables/VariablesProvider.js +2 -2
- package/package.json +5 -4
|
@@ -8,7 +8,7 @@ import { useTranslation } from "react-i18next";
|
|
|
8
8
|
import { useToken } from "../__builtins__/index.mjs";
|
|
9
9
|
import { useAPIClient } from "../../../api-client/index.mjs";
|
|
10
10
|
import { findFormBlock } from "../../../block-provider/index.mjs";
|
|
11
|
-
import { useFormBlockContext } from "../../../block-provider/
|
|
11
|
+
import { useFormBlockContext } from "../../../block-provider/FormBlockContext.mjs";
|
|
12
12
|
import { useCollectionManager_deprecated } from "../../../collection-manager/index.mjs";
|
|
13
13
|
import { compatibleDataId } from "../../../schema-settings/DataTemplates/FormDataTemplates.mjs";
|
|
14
14
|
import { RemoteSelect } from "../remote-select/index.mjs";
|
|
@@ -6,9 +6,12 @@ import { useDndContext, useDndMonitor, useDraggable, useDroppable } from "@dnd-k
|
|
|
6
6
|
import classnames from "classnames";
|
|
7
7
|
import lodash from "lodash";
|
|
8
8
|
import { useToken } from "../__builtins__/index.mjs";
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
9
|
+
import { useSchemaInitializerRender } from "../../../application/schema-initializer/hooks/index.mjs";
|
|
10
|
+
import { useFormBlockContext } from "../../../block-provider/FormBlockContext.mjs";
|
|
11
|
+
import { useFormBlockType } from "../../../block-provider/FormBlockProvider.mjs";
|
|
11
12
|
import { DndContext } from "../../common/dnd-context/index.mjs";
|
|
13
|
+
import { SchemaComponent } from "../../core/SchemaComponent.mjs";
|
|
14
|
+
import { useDesignable } from "../../hooks/useDesignable.mjs";
|
|
12
15
|
import Grid_style from "./Grid.style.mjs";
|
|
13
16
|
const GridRowContext = /*#__PURE__*/ createContext({});
|
|
14
17
|
GridRowContext.displayName = 'GridRowContext';
|
|
@@ -3,11 +3,11 @@ import "react";
|
|
|
3
3
|
import { useField, useFieldSchema } from "@tachybase/schema";
|
|
4
4
|
import { Card } from "antd";
|
|
5
5
|
import { createStyles } from "antd-style";
|
|
6
|
-
import { useNavigate } from "react-router-dom";
|
|
7
6
|
import { withDynamicSchemaProps } from "../../../application/hoc/withDynamicSchemaProps.mjs";
|
|
8
7
|
import { useCollection } from "../../../data-source/index.mjs";
|
|
9
8
|
import { useCollectionParentRecordData } from "../../../data-source/collection-record/CollectionRecordProvider.mjs";
|
|
10
9
|
import { RecordProvider } from "../../../record-provider/index.mjs";
|
|
10
|
+
import { useOptionalNavigate } from "../../hooks/useOptionalNavigate.mjs";
|
|
11
11
|
import { useGridCustomPageUrl } from "./hooks.mjs";
|
|
12
12
|
function _tagged_template_literal(strings, raw) {
|
|
13
13
|
if (!raw) raw = strings.slice(0);
|
|
@@ -47,7 +47,7 @@ const GridCardItem = withDynamicSchemaProps((props)=>{
|
|
|
47
47
|
const field = useField();
|
|
48
48
|
const fieldSchema = useFieldSchema();
|
|
49
49
|
const parentRecordData = useCollectionParentRecordData();
|
|
50
|
-
const navigate =
|
|
50
|
+
const navigate = useOptionalNavigate();
|
|
51
51
|
const { styles } = useStyles();
|
|
52
52
|
const detailUrl = useGridCustomPageUrl({
|
|
53
53
|
field,
|
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect, useMemo } from "react";
|
|
2
3
|
import { Input } from "antd";
|
|
3
4
|
import lodash from "lodash";
|
|
4
5
|
import { useTranslation } from "react-i18next";
|
|
5
6
|
const IconFilterInput = (props)=>{
|
|
6
7
|
const { changeFilterKey } = props;
|
|
7
8
|
const { t } = useTranslation();
|
|
8
|
-
const onChange = lodash.debounce((e)=>{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
const onChange = useMemo(()=>lodash.debounce((e)=>{
|
|
10
|
+
const inputValue = e.target.value;
|
|
11
|
+
changeFilterKey(inputValue);
|
|
12
|
+
}, 100), [
|
|
13
|
+
changeFilterKey
|
|
14
|
+
]);
|
|
15
|
+
useEffect(()=>()=>{
|
|
16
|
+
onChange.cancel();
|
|
17
|
+
}, [
|
|
18
|
+
onChange
|
|
19
|
+
]);
|
|
12
20
|
return /*#__PURE__*/ jsx(Input, {
|
|
13
21
|
allowClear: true,
|
|
14
22
|
placeholder: t("The key in Antd, such as 'ApiOutlined', ignoring case"),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useState } from "react";
|
|
3
3
|
import { connect, isValid, mapProps, mapReadPretty } from "@tachybase/schema";
|
|
4
|
-
import { CloseOutlined, LoadingOutlined } from "@ant-design/icons";
|
|
5
4
|
import { useFormLayout } from "@tego/client";
|
|
5
|
+
import { CloseOutlined, LoadingOutlined } from "@ant-design/icons";
|
|
6
6
|
import { Button, Space } from "antd";
|
|
7
7
|
import { useTranslation } from "react-i18next";
|
|
8
8
|
import { Icon, hasIcon } from "../../../icon/index.mjs";
|
|
@@ -4,7 +4,4 @@ export type JSONTextAreaProps = TextAreaProps & {
|
|
|
4
4
|
value?: string;
|
|
5
5
|
space?: number;
|
|
6
6
|
};
|
|
7
|
-
export declare const Json: React.ForwardRefExoticComponent<
|
|
8
|
-
value?: string;
|
|
9
|
-
space?: number;
|
|
10
|
-
} & React.RefAttributes<React.ForwardRefExoticComponent<TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>>>;
|
|
7
|
+
export declare const Json: React.ForwardRefExoticComponent<JSONTextAreaProps & React.RefAttributes<any>>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import { useFieldSchema } from "@tachybase/schema";
|
|
4
|
-
import { usePrefixCls } from "@tego/client";
|
|
5
4
|
import { css } from "@emotion/css";
|
|
6
5
|
import { Image, Typography } from "antd";
|
|
7
6
|
import classnames from "classnames";
|
|
8
|
-
import {
|
|
7
|
+
import { usePrefixCls } from "../__builtins__/index.mjs";
|
|
8
|
+
import { useCompile } from "../../hooks/useCompile.mjs";
|
|
9
9
|
import { EllipsisWithTooltip } from "./EllipsisWithTooltip.mjs";
|
|
10
10
|
import { HTMLEncode } from "./shared.mjs";
|
|
11
11
|
function _tagged_template_literal(strings, raw) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo } from "react";
|
|
3
3
|
import { isValid } from "@tachybase/schema";
|
|
4
|
-
import { toFixedByStep } from "@
|
|
4
|
+
import { toFixedByStep } from "@tachybase/utils/client";
|
|
5
5
|
import { format as external_d3_format_format } from "d3-format";
|
|
6
6
|
import { round } from "mathjs";
|
|
7
7
|
function countDecimalPlaces(value) {
|
|
@@ -2,7 +2,8 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import { useField } from "@tachybase/schema";
|
|
4
4
|
import { useTranslation } from "react-i18next";
|
|
5
|
-
import { GeneralSchemaDesigner
|
|
5
|
+
import { GeneralSchemaDesigner } from "../../../schema-settings/GeneralSchemaDesigner.mjs";
|
|
6
|
+
import { SchemaSettingsDivider, SchemaSettingsItem, SchemaSettingsRemove } from "../../../schema-settings/SchemaSettings.mjs";
|
|
6
7
|
const MarkdownVoidDesigner = ()=>{
|
|
7
8
|
const field = useField();
|
|
8
9
|
const { t } = useTranslation();
|
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { useState } from "react";
|
|
2
|
+
import react, { useState } from "react";
|
|
3
3
|
import { observer, useField, useFieldSchema } from "@tachybase/schema";
|
|
4
4
|
import { Button, Input, Space, Spin } from "antd";
|
|
5
5
|
import classnames from "classnames";
|
|
6
6
|
import { useTranslation } from "react-i18next";
|
|
7
7
|
import { useGlobalTheme } from "../../../style/theme/index.mjs";
|
|
8
8
|
import { useDesignable } from "../../hooks/useDesignable.mjs";
|
|
9
|
-
import { MarkdownVoidDesigner } from "./Markdown.Void.Designer.mjs";
|
|
10
9
|
import { useStyles } from "./style.mjs";
|
|
11
10
|
import { useParseMarkdown } from "./util.mjs";
|
|
11
|
+
const LazyMarkdownVoidDesigner = /*#__PURE__*/ react.lazy(()=>import("./Markdown.Void.Designer.mjs").then((module)=>({
|
|
12
|
+
default: module.MarkdownVoidDesigner
|
|
13
|
+
})));
|
|
14
|
+
const MarkdownVoidDesigner = (props)=>/*#__PURE__*/ jsx(react.Suspense, {
|
|
15
|
+
fallback: null,
|
|
16
|
+
children: /*#__PURE__*/ jsx(LazyMarkdownVoidDesigner, {
|
|
17
|
+
...props
|
|
18
|
+
})
|
|
19
|
+
});
|
|
12
20
|
const MarkdownEditor = (props)=>{
|
|
13
21
|
const { t } = useTranslation();
|
|
14
22
|
const [value, setValue] = useState(props.defaultValue);
|
|
@@ -4,7 +4,7 @@ import { connect, mapProps, mapReadPretty } from "@tachybase/schema";
|
|
|
4
4
|
import { LoadingOutlined } from "@ant-design/icons";
|
|
5
5
|
import { Input, Spin } from "antd";
|
|
6
6
|
import { useGlobalTheme } from "../../../style/theme/index.mjs";
|
|
7
|
-
import { ReadPretty } from "../input/
|
|
7
|
+
import { ReadPretty } from "../input/ReadPretty.mjs";
|
|
8
8
|
import { MarkdownVoid } from "./Markdown.Void.mjs";
|
|
9
9
|
import { useStyles } from "./style.mjs";
|
|
10
10
|
import { convertToText, useParseMarkdown } from "./util.mjs";
|
|
@@ -14,11 +14,16 @@ function useParseMarkdown(text) {
|
|
|
14
14
|
const [html, setHtml] = useState('');
|
|
15
15
|
const [loading, setLoading] = useState(false);
|
|
16
16
|
useEffect(()=>{
|
|
17
|
+
let mounted = true;
|
|
17
18
|
setLoading(true);
|
|
18
19
|
parseMarkdown(text).then((r)=>{
|
|
20
|
+
if (!mounted) return;
|
|
19
21
|
setHtml(r);
|
|
20
22
|
setLoading(false);
|
|
21
23
|
});
|
|
24
|
+
return ()=>{
|
|
25
|
+
mounted = false;
|
|
26
|
+
};
|
|
22
27
|
}, [
|
|
23
28
|
text
|
|
24
29
|
]);
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import { connect, mapProps, mapReadPretty } from "@tachybase/schema";
|
|
4
4
|
import react_quill from "react-quill";
|
|
5
5
|
import { isVariable } from "../../../variables/utils/isVariable.mjs";
|
|
6
|
-
import { ReadPretty } from "../input/
|
|
6
|
+
import { ReadPretty } from "../input/ReadPretty.mjs";
|
|
7
7
|
import { useStyles } from "./style.mjs";
|
|
8
8
|
const RichText = connect((props)=>{
|
|
9
9
|
const { wrapSSR, hashId, componentCls } = useStyles();
|
|
@@ -2,11 +2,10 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { useEffect, useMemo, useState } from "react";
|
|
3
3
|
import { isValid, toArr, useFieldSchema, useForm } from "@tachybase/schema";
|
|
4
4
|
import { CloseCircleFilled, CloseOutlined } from "@ant-design/icons";
|
|
5
|
-
import { isPlainObject } from "@tego/client";
|
|
6
5
|
import { Empty, Select, Spin, Tag } from "antd";
|
|
7
6
|
import { useAPIClient, useRequest } from "../../../api-client/index.mjs";
|
|
8
7
|
import { useCollection_deprecated } from "../../../collection-manager/index.mjs";
|
|
9
|
-
import { getCurrentOptions } from "./utils.mjs";
|
|
8
|
+
import { getCurrentOptions, isPlainObject } from "./utils.mjs";
|
|
10
9
|
const isEmptyObject = (val)=>!isValid(val) || 'object' == typeof val && 0 === Object.keys(val).length;
|
|
11
10
|
const ObjectSelect = (props)=>{
|
|
12
11
|
const { value, options, onChange, mode, fieldNames, loading, rawOptions, defaultValue, ...others } = props;
|
|
@@ -12,10 +12,10 @@ const ReadPretty = observer((props)=>{
|
|
|
12
12
|
...props.fieldNames
|
|
13
13
|
};
|
|
14
14
|
const field = useField();
|
|
15
|
-
if (!isValid(props.value)) return /*#__PURE__*/ jsx("div", {});
|
|
16
|
-
if (isArrayField(field) && (null == field ? void 0 : null == (_field_value = field.value) ? void 0 : _field_value.length) === 0) return /*#__PURE__*/ jsx("div", {});
|
|
17
15
|
const collectionField = useCollectionField();
|
|
18
16
|
const fieldSchema = useFieldSchema();
|
|
17
|
+
if (!isValid(props.value)) return /*#__PURE__*/ jsx("div", {});
|
|
18
|
+
if (isArrayField(field) && (null == field ? void 0 : null == (_field_value = field.value) ? void 0 : _field_value.length) === 0) return /*#__PURE__*/ jsx("div", {});
|
|
19
19
|
const dataSource = field.dataSource || props.options || (null == collectionField ? void 0 : collectionField.uiSchema.enum) || [];
|
|
20
20
|
const options = getCurrentOptions(field.value, dataSource, fieldNames);
|
|
21
21
|
const currentOptions = getFormulaValue(null == (_fieldSchema_xcomponentprops = fieldSchema['x-component-props']) ? void 0 : null == (_fieldSchema_xcomponentprops_fieldNames = _fieldSchema_xcomponentprops.fieldNames) ? void 0 : _fieldSchema_xcomponentprops_fieldNames['formula'], options, fieldSchema);
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { connect, isValid, mapProps, mapReadPretty, toArr } from "@tachybase/schema";
|
|
3
3
|
import { CloseCircleFilled, CloseOutlined, LoadingOutlined } from "@ant-design/icons";
|
|
4
|
-
import { isPlainObject } from "@tego/client";
|
|
5
4
|
import { Empty, Radio, Select, Spin, Tag } from "antd";
|
|
6
5
|
import FormulaSelect from "./FormulaSelect.mjs";
|
|
7
6
|
import { ReadPretty } from "./ReadPretty.mjs";
|
|
8
|
-
import { defaultFieldNames, getCurrentOptions } from "./utils.mjs";
|
|
7
|
+
import { defaultFieldNames, getCurrentOptions, isPlainObject } from "./utils.mjs";
|
|
9
8
|
const isEmptyObject = (val)=>!isValid(val) || 'object' == typeof val && 0 === Object.keys(val).length;
|
|
10
9
|
const ObjectSelect = (props)=>{
|
|
11
10
|
const { value, options, onChange, fieldNames, mode, loading, rawOptions, defaultValue, ...others } = props;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { isPlainObject } from '@tachybase/utils/client';
|
|
1
2
|
export interface FieldNames {
|
|
2
3
|
label: string;
|
|
3
4
|
value: string;
|
|
@@ -5,10 +6,10 @@ export interface FieldNames {
|
|
|
5
6
|
options: string;
|
|
6
7
|
}
|
|
7
8
|
export declare const defaultFieldNames: FieldNames;
|
|
9
|
+
export { isPlainObject };
|
|
8
10
|
interface Option {
|
|
9
11
|
label: string;
|
|
10
12
|
value: string;
|
|
11
13
|
icon?: any;
|
|
12
14
|
}
|
|
13
15
|
export declare function getCurrentOptions(values: string | string[], dataSource: any[], fieldNames: FieldNames): Option[];
|
|
14
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isPlainObject } from "@
|
|
1
|
+
import { isPlainObject } from "@tachybase/utils/client";
|
|
2
2
|
import { castArray } from "lodash";
|
|
3
3
|
const defaultFieldNames = {
|
|
4
4
|
label: 'label',
|
|
@@ -35,4 +35,4 @@ function getCurrentOptions(values, dataSource, fieldNames) {
|
|
|
35
35
|
}
|
|
36
36
|
return findOptions(result);
|
|
37
37
|
}
|
|
38
|
-
export { defaultFieldNames, getCurrentOptions };
|
|
38
|
+
export { defaultFieldNames, getCurrentOptions, isPlainObject };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import { toArr } from "@tachybase/schema";
|
|
4
|
-
import { usePrefixCls } from "@tego/client";
|
|
5
4
|
import classnames from "classnames";
|
|
6
5
|
import dayjs from "dayjs";
|
|
6
|
+
import { usePrefixCls } from "../__builtins__/index.mjs";
|
|
7
7
|
const ReadPretty = (props)=>{
|
|
8
8
|
const { value, format = 'HH:mm:ss' } = props;
|
|
9
9
|
const prefixCls = usePrefixCls("description-text", props);
|
|
@@ -13,7 +13,7 @@ import { toFileList } from "./shared.mjs";
|
|
|
13
13
|
import { useStyles } from "./style.mjs";
|
|
14
14
|
const ReadPretty = ()=>null;
|
|
15
15
|
ReadPretty.File = function(props) {
|
|
16
|
-
var _images_fileIndex, _images_, _images_1, _images_fileIndex1;
|
|
16
|
+
var _app_AttachmentPreviewManager_get, _app_AttachmentPreviewManager, _images_fileIndex, _images_, _images_1, _images_fileIndex1;
|
|
17
17
|
const { size, showCount = 0 } = props;
|
|
18
18
|
const record = useRecord();
|
|
19
19
|
const field = useField();
|
|
@@ -24,7 +24,7 @@ ReadPretty.File = function(props) {
|
|
|
24
24
|
const [rotate, setRotate] = useState(0);
|
|
25
25
|
const { wrapSSR, hashId, componentCls: prefixCls } = useStyles();
|
|
26
26
|
const useUploadStyleVal = style["default"] ? style["default"] : style;
|
|
27
|
-
const previewList = app.AttachmentPreviewManager.get();
|
|
27
|
+
const previewList = (null == (_app_AttachmentPreviewManager = app.AttachmentPreviewManager) ? void 0 : null == (_app_AttachmentPreviewManager_get = _app_AttachmentPreviewManager.get) ? void 0 : _app_AttachmentPreviewManager_get.call(_app_AttachmentPreviewManager)) || {};
|
|
28
28
|
useUploadStyleVal(prefixCls);
|
|
29
29
|
return wrapSSR(/*#__PURE__*/ jsxs("div", {
|
|
30
30
|
children: [
|
|
@@ -136,7 +136,7 @@ ReadPretty.Upload = function() {
|
|
|
136
136
|
};
|
|
137
137
|
const ReadFile = (param)=>{
|
|
138
138
|
let { file, prefixCls, size, images, setFileIndex, setVisible, preview } = param;
|
|
139
|
-
const
|
|
139
|
+
const viewComponet = null == preview ? void 0 : preview.viewComponet;
|
|
140
140
|
const handleClick = (e)=>{
|
|
141
141
|
const index = images.indexOf(file);
|
|
142
142
|
e.preventDefault();
|
|
@@ -167,14 +167,14 @@ const ReadFile = (param)=>{
|
|
|
167
167
|
style: {
|
|
168
168
|
lineHeight: '100%'
|
|
169
169
|
},
|
|
170
|
-
children: viewComponet({
|
|
170
|
+
children: viewComponet ? viewComponet({
|
|
171
171
|
images,
|
|
172
172
|
size,
|
|
173
173
|
prefixCls,
|
|
174
174
|
file,
|
|
175
175
|
setFileIndex,
|
|
176
176
|
setVisible
|
|
177
|
-
})
|
|
177
|
+
}) : null
|
|
178
178
|
}),
|
|
179
179
|
/*#__PURE__*/ jsx("a", {
|
|
180
180
|
target: "_blank",
|
|
@@ -19,12 +19,13 @@ const Upload_Upload = connect((props)=>/*#__PURE__*/ jsx(Upload, {
|
|
|
19
19
|
value: 'fileList'
|
|
20
20
|
}), mapReadPretty(ReadPretty.Upload));
|
|
21
21
|
Upload_Upload.Attachment = connect((props)=>{
|
|
22
|
-
var _images_fileIndex, _images_, _images_1, _images_fileIndex1;
|
|
22
|
+
var _app_AttachmentPreviewManager, _images_fileIndex, _images_, _images_1, _images_fileIndex1;
|
|
23
23
|
const { disabled, multiple, value, onChange } = props;
|
|
24
24
|
const [fileList, setFileList] = useState([]);
|
|
25
25
|
const [sync, setSync] = useState(true);
|
|
26
26
|
const app = useApp();
|
|
27
|
-
|
|
27
|
+
var _app_AttachmentPreviewManager_get;
|
|
28
|
+
const previewList = null != (_app_AttachmentPreviewManager_get = null == app ? void 0 : null == (_app_AttachmentPreviewManager = app.AttachmentPreviewManager) ? void 0 : _app_AttachmentPreviewManager.get()) ? _app_AttachmentPreviewManager_get : {};
|
|
28
29
|
const images = fileList;
|
|
29
30
|
const [fileIndex, setFileIndex] = useState(0);
|
|
30
31
|
const [visible, setVisible] = useState(false);
|
|
@@ -264,7 +265,7 @@ const UploadReadFile = (props)=>{
|
|
|
264
265
|
setVisible(true);
|
|
265
266
|
setFileIndex(index);
|
|
266
267
|
};
|
|
267
|
-
const
|
|
268
|
+
const viewComponet = null == preview ? void 0 : preview.viewComponet;
|
|
268
269
|
return /*#__PURE__*/ jsx("div", {
|
|
269
270
|
className: "".concat(prefixCls, "-list-picture-card-container ").concat(prefixCls, "-list-item-container"),
|
|
270
271
|
children: /*#__PURE__*/ jsxs("div", {
|
|
@@ -284,12 +285,12 @@ const UploadReadFile = (props)=>{
|
|
|
284
285
|
style: {
|
|
285
286
|
lineHeight: '100%'
|
|
286
287
|
},
|
|
287
|
-
children: viewComponet({
|
|
288
|
+
children: viewComponet ? viewComponet({
|
|
288
289
|
prefixCls,
|
|
289
290
|
file,
|
|
290
291
|
setFileIndex,
|
|
291
292
|
setVisible
|
|
292
|
-
})
|
|
293
|
+
}) : null
|
|
293
294
|
}),
|
|
294
295
|
/*#__PURE__*/ jsx("a", {
|
|
295
296
|
target: "_blank",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import react, { useCallback, useEffect, useMemo } from "react";
|
|
3
3
|
import { useForm } from "@tachybase/schema";
|
|
4
|
+
import { error } from "@tachybase/utils/client";
|
|
4
5
|
import { CloseCircleFilled } from "@ant-design/icons";
|
|
5
|
-
import { error } from "@tego/client";
|
|
6
6
|
import { Cascader, DatePicker, Input, InputNumber, Select, Space, Tag } from "antd";
|
|
7
7
|
import { createStyles } from "antd-style";
|
|
8
8
|
import classnames from "classnames";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
3
3
|
import { useFieldSchema, useForm } from "@tachybase/schema";
|
|
4
|
-
import { error } from "@
|
|
4
|
+
import { error } from "@tachybase/utils/client";
|
|
5
5
|
import { Space } from "antd";
|
|
6
6
|
import classnames from "classnames";
|
|
7
7
|
import { cloneDeep } from "lodash";
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
import { useMemo } from "react";
|
|
1
|
+
import react, { useMemo } from "react";
|
|
2
2
|
import { useFieldSchema } from "@tachybase/schema";
|
|
3
|
-
import { useComponent
|
|
4
|
-
import {
|
|
3
|
+
import { useComponent } from "./useComponent.mjs";
|
|
4
|
+
import { useDesignable } from "./useDesignable.mjs";
|
|
5
5
|
const Def = ()=>null;
|
|
6
|
+
const LazySchemaToolbar = react.lazy(()=>import("../../schema-settings/GeneralSchemaDesigner.mjs").then((module)=>({
|
|
7
|
+
default: module.SchemaToolbar
|
|
8
|
+
})));
|
|
9
|
+
const SchemaToolbar = (props)=>react.createElement(react.Suspense, {
|
|
10
|
+
fallback: null
|
|
11
|
+
}, react.createElement(LazySchemaToolbar, props));
|
|
6
12
|
const useDesigner = ()=>{
|
|
7
13
|
const { designable } = useDesignable();
|
|
8
14
|
const fieldSchema = useFieldSchema();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useNavigate as useOptionalNavigate } from 'react-router-dom';
|
|
@@ -5,11 +5,12 @@ import { error } from "@tego/client";
|
|
|
5
5
|
import { Select } from "antd";
|
|
6
6
|
import lodash from "lodash";
|
|
7
7
|
import { useTranslation } from "react-i18next";
|
|
8
|
-
import { GeneralSchemaDesigner, SchemaSettingsItem } from "../../index.mjs";
|
|
9
8
|
import { useFormBlockContext } from "../../../block-provider/index.mjs";
|
|
10
9
|
import { useCollectionManager_deprecated } from "../../../collection-manager/index.mjs";
|
|
11
10
|
import { mergeFilter } from "../../../filter-provider/utils.mjs";
|
|
12
11
|
import { removeNullCondition, useCompile, useDesignable } from "../../../schema-component/index.mjs";
|
|
12
|
+
import { GeneralSchemaDesigner } from "../../GeneralSchemaDesigner.mjs";
|
|
13
|
+
import { SchemaSettingsItem } from "../../SchemaSettings.mjs";
|
|
13
14
|
import { SchemaSettingsDataScope } from "../../SchemaSettingsDataScope.mjs";
|
|
14
15
|
const Designer = observer(()=>{
|
|
15
16
|
const { getCollectionFields, getCollectionField, getCollection, isTitleField } = useCollectionManager_deprecated();
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import react, { useContext, useMemo } from "react";
|
|
3
3
|
import { useCollectionManager_deprecated } from "../../../collection-manager/index.mjs";
|
|
4
|
-
import {
|
|
4
|
+
import { useGetFilterOptions } from "../../../schema-component/antd/filter/useGetFilterOptions.mjs";
|
|
5
5
|
import { isSpecialCaseField } from "../../../schema-component/antd/form-item/hooks/useSpecialCase.mjs";
|
|
6
|
+
import { useCompile } from "../../../schema-component/hooks/useCompile.mjs";
|
|
6
7
|
const BaseVariableContext = /*#__PURE__*/ react.createContext(null);
|
|
7
8
|
const BaseVariableProvider = (props)=>/*#__PURE__*/ jsx(BaseVariableContext.Provider, {
|
|
8
9
|
value: props,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useBlockRequestContext } from "../../../block-provider/
|
|
1
|
+
import { useBlockRequestContext } from "../../../block-provider/BlockRequestContext.mjs";
|
|
2
2
|
const useBlockCollection = ()=>{
|
|
3
3
|
var _ctx_props, _ctx_props1;
|
|
4
4
|
const ctx = useBlockRequestContext();
|
|
@@ -2,7 +2,8 @@ import { useMemo } from "react";
|
|
|
2
2
|
import { error } from "@tego/client";
|
|
3
3
|
import { useTranslation } from "react-i18next";
|
|
4
4
|
import { useCollectionManager_deprecated } from "../../../collection-manager/index.mjs";
|
|
5
|
-
import {
|
|
5
|
+
import { useGetFilterOptions } from "../../../schema-component/antd/filter/useGetFilterOptions.mjs";
|
|
6
|
+
import { useCompile } from "../../../schema-component/hooks/useCompile.mjs";
|
|
6
7
|
const useIsSameOrChildCollection = ()=>{
|
|
7
8
|
const { getChildrenCollections } = useCollectionManager_deprecated();
|
|
8
9
|
return (contextCollection, targetCollection)=>{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useTranslation } from "react-i18next";
|
|
2
|
-
import { useFormBlockContext } from "../../../block-provider/
|
|
2
|
+
import { useFormBlockContext } from "../../../block-provider/FormBlockContext.mjs";
|
|
3
3
|
import { useBaseVariable } from "./useBaseVariable.mjs";
|
|
4
4
|
const useFormVariable = (param)=>{
|
|
5
5
|
let { collectionName, collectionField, schema, noDisabled, targetFieldSchema } = param;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import lodash from "lodash";
|
|
2
2
|
import { useTranslation } from "react-i18next";
|
|
3
|
-
import { useFormBlockContext } from "../../../block-provider/
|
|
3
|
+
import { useFormBlockContext } from "../../../block-provider/FormBlockContext.mjs";
|
|
4
4
|
import { useBaseVariable } from "./useBaseVariable.mjs";
|
|
5
5
|
const useRecordVariable = (props)=>{
|
|
6
6
|
const { t } = useTranslation();
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Fragment, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { memo, useEffect } from "react";
|
|
3
3
|
import { App } from "antd";
|
|
4
|
-
import { useAPIClient } from "../../api-client/
|
|
5
|
-
import { useApp } from "../../application/
|
|
4
|
+
import { useAPIClient } from "../../api-client/hooks/useAPIClient.mjs";
|
|
5
|
+
import { useApp } from "../../application/hooks/useApp.mjs";
|
|
6
6
|
const AppInner = /*#__PURE__*/ memo((param)=>{
|
|
7
7
|
let { children } = param;
|
|
8
8
|
const app = useApp();
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { createContext, useContext } from "react";
|
|
2
|
+
const CurrentUserContext = createContext(null);
|
|
3
|
+
CurrentUserContext.displayName = 'CurrentUserContext';
|
|
4
|
+
const useCurrentUserContext = ()=>useContext(CurrentUserContext);
|
|
5
|
+
export { CurrentUserContext, useCurrentUserContext };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const CurrentUserContext: React.Context<import("..").UseRequestResult<any>>;
|
|
3
|
-
export declare const useCurrentUserContext: () => import("..").UseRequestResult<any>;
|
|
4
1
|
export declare const useCurrentRoles: () => any;
|
|
5
2
|
export declare const CurrentUserProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const NavigateIfNotSignIn: ({ children }: {
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { useMemo } from "react";
|
|
3
3
|
import { Navigate, useLocation } from "react-router-dom";
|
|
4
4
|
import { useAPIClient, useRequest } from "../api-client/index.mjs";
|
|
5
5
|
import { useACLRoleContext } from "../built-in/acl/index.mjs";
|
|
6
6
|
import { useCompile } from "../schema-component/index.mjs";
|
|
7
|
-
|
|
8
|
-
CurrentUserContext.displayName = 'CurrentUserContext';
|
|
9
|
-
const useCurrentUserContext = ()=>useContext(CurrentUserContext);
|
|
7
|
+
import { CurrentUserContext, useCurrentUserContext } from "./CurrentUserContext.mjs";
|
|
10
8
|
const useCurrentRoles = ()=>{
|
|
11
9
|
var _data_data;
|
|
12
10
|
const { allowAnonymous } = useACLRoleContext();
|
|
@@ -59,4 +57,4 @@ const NavigateIfNotSignIn = (param)=>{
|
|
|
59
57
|
children: children
|
|
60
58
|
});
|
|
61
59
|
};
|
|
62
|
-
export {
|
|
60
|
+
export { CurrentUserProvider, NavigateIfNotSignIn, useCurrentRoles };
|
package/es/user/EditProfile.d.ts
CHANGED
package/es/user/SwitchRole.d.ts
CHANGED
package/es/user/index.d.ts
CHANGED
package/es/user/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { getValuesByPath } from "@tego/client";
|
|
|
5
5
|
import lodash from "lodash";
|
|
6
6
|
import { useAPIClient } from "../api-client/index.mjs";
|
|
7
7
|
import { useCollectionManager_deprecated } from "../collection-manager/index.mjs";
|
|
8
|
-
import { useCompile } from "../schema-component/
|
|
8
|
+
import { useCompile } from "../schema-component/hooks/useCompile.mjs";
|
|
9
9
|
import useBuiltinVariables from "./hooks/useBuiltinVariables.mjs";
|
|
10
10
|
import { filterEmptyValues } from "./utils/filterEmptyValues.mjs";
|
|
11
11
|
import { getAction } from "./utils/getAction.mjs";
|