@tachybase/module-hera 1.9.17 → 1.9.20
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/client/components/custom-components/CustomAssociatedField.d.ts +1 -2
- package/dist/client/components/custom-components/CustomComponentDispatcher.d.ts +2 -3
- package/dist/client/components/custom-components/CustomField.d.ts +1 -2
- package/dist/client/components/custom-components/ErrorBoundary.d.ts +1 -2
- package/dist/client/components/fields/Expression.d.ts +1 -2
- package/dist/client/components/modal-full-screen/ModalFullScreenChild.d.ts +1 -2
- package/dist/client/features/block-group/GroupBlock.d.ts +2 -3
- package/dist/client/features/block-group/GroupBlockInitializer.d.ts +3 -3
- package/dist/client/features/departments/common/DepartmentTable.view.d.ts +1 -2
- package/dist/client/features/departments/common/InternalDepartmentTable.d.ts +1 -2
- package/dist/client/features/departments/common/Request.povider.d.ts +1 -2
- package/dist/client/features/departments/main-tab/DepartmentIndex.d.ts +1 -2
- package/dist/client/features/departments/main-tab/DepartmentIndex.provider.d.ts +1 -2
- package/dist/client/features/departments/main-tab/DepartmentManagement.component.d.ts +1 -2
- package/dist/client/features/departments/main-tab/DepartmentManagement.view.d.ts +1 -2
- package/dist/client/features/departments/main-tab/components/DepartmentSelect.d.ts +1 -2
- package/dist/client/features/departments/main-tab/components/InternalSuperiorDepartmentSelect.d.ts +1 -2
- package/dist/client/features/departments/main-tab/components/SuperiorDepartmentSelect.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-block/AddNewDepartment.view.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-block/DepartmentOwnersField.component.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-block/DepartmentsBlock.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-block/DepartmentsSearch.component.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-block/DepartmentsTree.component.d.ts +2 -3
- package/dist/client/features/departments/main-tab/departments-block/Request.provider.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-block/UnknownOwerns.view.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-users-block/AddMembers.view.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-users-block/DepartmentField.component.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-users-block/DepartmentsUsersBlock.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-users-block/IsOwnerField.component.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-users-block/MemberActions.view.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-users-block/RowRemoveAction.view.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-users-block/UserDepartmentsField.component.d.ts +1 -2
- package/dist/client/features/departments/main-tab/departments-users-block/UserSelectDepartment.view.d.ts +1 -2
- package/dist/client/features/departments/main-tab/providers/DepartmentsResource.provider.d.ts +1 -2
- package/dist/client/features/departments/main-tab/providers/UserResource.provider.d.ts +1 -2
- package/dist/client/features/departments/role-auth/DepartmentTitle.component.d.ts +1 -2
- package/dist/client/features/departments/role-auth/Departments.d.ts +1 -2
- package/dist/client/features/embed/EmbedLayout.d.ts +1 -2
- package/dist/client/features/embed/EmbedPage.d.ts +1 -2
- package/dist/client/features/embed/EmbedSchemaComponent.d.ts +1 -2
- package/dist/client/features/embed/NotAuthorityResult.d.ts +1 -2
- package/dist/client/features/field-appends/show-code/Code.view.d.ts +1 -2
- package/dist/client/features/field-appends/show-formula/Formula.view.d.ts +1 -2
- package/dist/client/features/hera-version/HeraVersion.provider.d.ts +1 -2
- package/dist/client/features/mode-highlight/ModeHighlight.provider.d.ts +1 -2
- package/dist/client/features/outbound/OutboundLinkActionInitializer.d.ts +1 -1
- package/dist/client/features/outbound/OutboundPage.d.ts +1 -2
- package/dist/client/features/pdf/PDFVIewerBlockInitializer.d.ts +3 -4
- package/dist/client/features/pdf/PDFViewer.d.ts +1 -2
- package/dist/client/features/sheet/SheetBlockInitializer.d.ts +4 -4
- package/dist/client/schema-initializer/blocks/SettingBlockInitializer.d.ts +1 -2
- package/dist/client/schema-settings/SchemaSettingsSubmitDataType.d.ts +1 -2
- package/dist/client/schema-settings/index.d.ts +2 -3
- package/dist/client/settings-manager-components/LinkManager.d.ts +1 -2
- package/dist/client/settings-manager-components/TokenConfiguration.d.ts +1 -2
- package/dist/externalVersion.js +11 -11
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/package.json +14 -14
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const CustomAssociatedField: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const CustomAssociatedField: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { SchemaSettings } from '@tachybase/client';
|
|
3
|
-
export declare const CustomComponentStub: (props: any) =>
|
|
4
|
-
export declare const CustomComponentDispatcher: (props: any) =>
|
|
2
|
+
export declare const CustomComponentStub: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const CustomComponentDispatcher: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export declare const customComponentDispatcherSettings: SchemaSettings<{}>;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const CustomField: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const CustomField: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ErrorBoundaryFallBack: () => React.JSX.Element;
|
|
1
|
+
export declare const ErrorBoundaryFallBack: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ModalHeader: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ModalHeader: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const GroupBlock: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const GroupBlock: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
3
2
|
export declare const fieldTransformers: (item: any, data: any, api: any) => string;
|
|
4
|
-
export declare const InternalGroupBlock: (props: any) =>
|
|
3
|
+
export declare const InternalGroupBlock: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SchemaSettings, SchemaToolbarProps } from '@tachybase/client';
|
|
3
3
|
export declare const GroupBlockContext: React.Context<any>;
|
|
4
|
-
export declare const GroupBlockProvider: (props: any) =>
|
|
5
|
-
export declare const GroupBlockInitializer: () =>
|
|
4
|
+
export declare const GroupBlockProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const GroupBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export declare const groupBlockSettings: SchemaSettings<{}>;
|
|
7
7
|
export declare const GroupBlockToolbar: (props: React.JSX.IntrinsicAttributes & SchemaToolbarProps & {
|
|
8
8
|
children?: React.ReactNode;
|
|
9
|
-
}) =>
|
|
9
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ProviderRequest: (prop: any) => React.JSX.Element;
|
|
1
|
+
export declare const ProviderRequest: (prop: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DepartmentManagement: () => React.JSX.Element;
|
|
1
|
+
export declare const DepartmentManagement: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ViewDepartmentManagement: () => React.JSX.Element;
|
|
1
|
+
export declare const ViewDepartmentManagement: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DepartmentSelect: () => React.JSX.Element;
|
|
1
|
+
export declare const DepartmentSelect: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/departments/main-tab/components/InternalSuperiorDepartmentSelect.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const InternalSuperiorDepartmentSelect: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const InternalSuperiorDepartmentSelect: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SuperiorDepartmentSelect: () => React.JSX.Element;
|
|
1
|
+
export declare const SuperiorDepartmentSelect: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/departments/main-tab/departments-block/AddNewDepartment.view.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AddNewDepartment: () => React.JSX.Element;
|
|
1
|
+
export declare const AddNewDepartment: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DepartmentsBlock: () => React.JSX.Element;
|
|
1
|
+
export declare const DepartmentsBlock: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/departments/main-tab/departments-block/DepartmentsSearch.component.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DepartmentsSearch: () => React.JSX.Element;
|
|
1
|
+
export declare const DepartmentsSearch: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/departments/main-tab/departments-block/DepartmentsTree.component.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const DepartmentsTree: {
|
|
3
|
-
():
|
|
2
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
Item: ({ node, setVisible, setDrawer }: {
|
|
5
4
|
node: any;
|
|
6
5
|
setVisible: any;
|
|
7
6
|
setDrawer: any;
|
|
8
|
-
}) =>
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ProviderRequest: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ProviderRequest: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ViewUnKnownOwerns: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ViewUnKnownOwerns: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/departments/main-tab/departments-users-block/AddMembers.view.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ViewAddMembers: () => React.JSX.Element;
|
|
1
|
+
export declare const ViewAddMembers: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DepartmentField: () => React.JSX.Element;
|
|
1
|
+
export declare const DepartmentField: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/departments/main-tab/departments-users-block/DepartmentsUsersBlock.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ViewDepartmentsUsersBlock: () => React.JSX.Element;
|
|
1
|
+
export declare const ViewDepartmentsUsersBlock: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const IsOwnerField: () => React.JSX.Element;
|
|
1
|
+
export declare const IsOwnerField: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/departments/main-tab/departments-users-block/MemberActions.view.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ViewMemberActions: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ViewMemberActions: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/departments/main-tab/departments-users-block/RowRemoveAction.view.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ViewRowRemoveAction: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ViewRowRemoveAction: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const UserDepartmentsField: () => React.JSX.Element;
|
|
1
|
+
export declare const UserDepartmentsField: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ViewUserSelectDepartment: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ViewUserSelectDepartment: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DepartmentTitle: () => React.JSX.Element;
|
|
1
|
+
export declare const DepartmentTitle: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Departments: () => React.JSX.Element;
|
|
1
|
+
export declare const Departments: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const EmbedLayout: () => React.JSX.Element;
|
|
1
|
+
export declare const EmbedLayout: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const EmbedPage: () => React.JSX.Element;
|
|
1
|
+
export declare const EmbedPage: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function EmbedSchemaComponent(): React.JSX.Element;
|
|
1
|
+
export declare function EmbedSchemaComponent(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function NotAuthorityResult(): React.JSX.Element;
|
|
1
|
+
export declare function NotAuthorityResult(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const OutboundPage: () => React.JSX.Element;
|
|
1
|
+
export declare const OutboundPage: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { SchemaInitializer } from '@tachybase/client';
|
|
3
2
|
export declare const usePDFViewerRef: () => any;
|
|
4
|
-
export declare const PDFViewerProvider: (props: any) =>
|
|
3
|
+
export declare const PDFViewerProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export declare const usePDFViewerPrintActionProps: () => {
|
|
6
5
|
onClick: () => Promise<void>;
|
|
7
6
|
};
|
|
8
|
-
export declare const PDFViewerPrintActionInitializer: (props: any) =>
|
|
7
|
+
export declare const PDFViewerPrintActionInitializer: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export declare const pdfViewActionInitializer: SchemaInitializer<import("antd").ButtonProps, {}>;
|
|
10
|
-
export declare const PDFViewerBlockInitializer: () =>
|
|
9
|
+
export declare const PDFViewerBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const InternalPDFViewer: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const InternalPDFViewer: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SchemaSettings } from '@tachybase/client';
|
|
3
3
|
export declare const SheetBlockContext: React.Context<any>;
|
|
4
|
-
export declare const SheetBlock: () =>
|
|
5
|
-
export declare const SheetBlockProvider: (props: any) =>
|
|
6
|
-
export declare const SheetBlockInitializer: () =>
|
|
4
|
+
export declare const SheetBlock: () => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const SheetBlockProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const SheetBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export declare const sheetBlockSettings: SchemaSettings<{}>;
|
|
8
|
-
export declare const SheetBlockToolbar: (props: any) =>
|
|
8
|
+
export declare const SheetBlockToolbar: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SettingBlockInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const SettingBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const usePaginationVisible: () => boolean;
|
|
3
|
-
export declare const EditTitle: () =>
|
|
4
|
-
export declare const IsTablePageSize: () =>
|
|
2
|
+
export declare const EditTitle: () => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const IsTablePageSize: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const LinkManager: () => React.JSX.Element;
|
|
1
|
+
export declare const LinkManager: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "0.23.
|
|
3
|
-
"@tachybase/components": "0.23.
|
|
4
|
-
"@tachybase/server": "0.23.
|
|
2
|
+
"@tachybase/client": "0.23.20",
|
|
3
|
+
"@tachybase/components": "0.23.20",
|
|
4
|
+
"@tachybase/server": "0.23.20",
|
|
5
5
|
"react": "18.3.1",
|
|
6
|
-
"@tachybase/schema": "0.23.
|
|
6
|
+
"@tachybase/schema": "0.23.20",
|
|
7
7
|
"@ant-design/icons": "5.3.7",
|
|
8
8
|
"antd": "5.22.5",
|
|
9
9
|
"lodash": "4.17.21",
|
|
10
|
-
"@tachybase/utils": "0.23.
|
|
10
|
+
"@tachybase/utils": "0.23.20",
|
|
11
11
|
"ahooks": "3.8.4",
|
|
12
12
|
"react-router-dom": "6.28.1",
|
|
13
|
-
"@tachybase/actions": "0.23.
|
|
14
|
-
"axios": "1.7.
|
|
15
|
-
"@tachybase/database": "0.23.
|
|
16
|
-
"@tachybase/module-collection": "0.23.
|
|
17
|
-
"@tachybase/evaluators": "0.23.
|
|
13
|
+
"@tachybase/actions": "0.23.20",
|
|
14
|
+
"axios": "1.7.7",
|
|
15
|
+
"@tachybase/database": "0.23.20",
|
|
16
|
+
"@tachybase/module-collection": "0.23.20",
|
|
17
|
+
"@tachybase/evaluators": "0.23.20",
|
|
18
18
|
"react-dom": "18.3.1",
|
|
19
|
-
"@tachybase/module-acl": "0.23.
|
|
19
|
+
"@tachybase/module-acl": "0.23.20",
|
|
20
20
|
"dayjs": "1.11.13"
|
|
21
21
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"fs-extra","version":"11.2.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=14.14"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^10.1.0","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^17.0.0"},"main":"./lib/index.js","exports":{".":"./lib/index.js","./esm":"./lib/esm.mjs"},"files":["lib/","!lib/**/__tests__/"],"scripts":{"lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit && npm run unit-esm","unit":"nyc node test.js","unit-esm":"node test.mjs"},"sideEffects":false,"_lastModified":"2024-12-
|
|
1
|
+
{"name":"fs-extra","version":"11.2.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=14.14"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^10.1.0","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^17.0.0"},"main":"./lib/index.js","exports":{".":"./lib/index.js","./esm":"./lib/esm.mjs"},"files":["lib/","!lib/**/__tests__/"],"scripts":{"lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit && npm run unit-esm","unit":"nyc node test.js","unit-esm":"node test.mjs"},"sideEffects":false,"_lastModified":"2024-12-29T06:01:41.599Z"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-hera",
|
|
3
3
|
"displayName": "Hera platform - Deprecated",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.20",
|
|
5
5
|
"description": "Hera platform - Deprecated",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
"throttle-debounce": "^5.0.2",
|
|
42
42
|
"vitest": "^1.6.0",
|
|
43
43
|
"ws": "^8.18.0",
|
|
44
|
-
"@tachybase/
|
|
45
|
-
"@tachybase/
|
|
44
|
+
"@tachybase/schema": "0.23.20",
|
|
45
|
+
"@tachybase/components": "0.23.20"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@tachybase/
|
|
49
|
-
"@tachybase/
|
|
50
|
-
"@tachybase/
|
|
51
|
-
"@tachybase/
|
|
52
|
-
"@tachybase/evaluators": "0.23.
|
|
53
|
-
"@tachybase/module-acl": "0.23.
|
|
54
|
-
"@tachybase/module-workflow": "0.23.
|
|
55
|
-
"@tachybase/schema": "0.23.
|
|
56
|
-
"@tachybase/server": "0.23.
|
|
57
|
-
"@tachybase/test": "0.23.
|
|
58
|
-
"@tachybase/utils": "0.23.
|
|
48
|
+
"@tachybase/client": "0.23.20",
|
|
49
|
+
"@tachybase/actions": "0.23.20",
|
|
50
|
+
"@tachybase/data-source": "0.23.20",
|
|
51
|
+
"@tachybase/database": "0.23.20",
|
|
52
|
+
"@tachybase/evaluators": "0.23.20",
|
|
53
|
+
"@tachybase/module-acl": "0.23.20",
|
|
54
|
+
"@tachybase/module-workflow": "0.23.20",
|
|
55
|
+
"@tachybase/schema": "0.23.20",
|
|
56
|
+
"@tachybase/server": "0.23.20",
|
|
57
|
+
"@tachybase/test": "0.23.20",
|
|
58
|
+
"@tachybase/utils": "0.23.20"
|
|
59
59
|
},
|
|
60
60
|
"description.zh-CN": "赫拉平台(已废弃)",
|
|
61
61
|
"displayName.zh-CN": "赫拉平台",
|