@tachybase/plugin-block-calendar 0.23.18 → 0.23.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.
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const CalendarDesigner: () => React.JSX.Element;
1
+ export declare const CalendarDesigner: () => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { SchemaSettings } from '@tachybase/client';
3
- export declare const ShowLunarDesignerItem: () => React.JSX.Element;
2
+ export declare const ShowLunarDesignerItem: () => import("react/jsx-runtime").JSX.Element;
4
3
  export declare const calendarBlockSettings: SchemaSettings<{}>;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  declare const Header: ({ date, label, drilldownView, onDrillDown, showLunar, type, localizer }: {
3
2
  date: any;
4
3
  label: any;
@@ -7,5 +6,5 @@ declare const Header: ({ date, label, drilldownView, onDrillDown, showLunar, typ
7
6
  showLunar?: boolean;
8
7
  type: any;
9
8
  localizer: any;
10
- }) => React.JSX.Element;
9
+ }) => import("react/jsx-runtime").JSX.Element;
11
10
  export default Header;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { Collection, CollectionFieldOptions } from '@tachybase/client';
3
2
  export declare const CalendarBlockInitializer: ({ filterCollections, onlyCurrentDataSource, hideSearch, createBlockSchema, showAssociationFields, }: {
4
3
  filterCollections: (options: {
@@ -9,7 +8,7 @@ export declare const CalendarBlockInitializer: ({ filterCollections, onlyCurrent
9
8
  hideSearch?: boolean;
10
9
  createBlockSchema?: (options: any) => any;
11
10
  showAssociationFields?: boolean;
12
- }) => React.JSX.Element;
11
+ }) => import("react/jsx-runtime").JSX.Element;
13
12
  export declare const useCreateCalendarBlock: () => {
14
13
  createCalendarBlock: ({ item }: {
15
14
  item: any;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- export declare const RecordAssociationCalendarBlockInitializer: () => React.JSX.Element;
1
+ export declare const RecordAssociationCalendarBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
3
2
  export declare function useCreateAssociationCalendarBlock(): {
4
3
  createAssociationCalendarBlock: ({ item }: {
5
4
  item: any;
@@ -1,14 +1,14 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.18",
2
+ "@tachybase/client": "0.23.20",
3
3
  "react-i18next": "15.2.0",
4
- "@tachybase/server": "0.23.18",
5
- "@tachybase/test": "0.23.18",
4
+ "@tachybase/server": "0.23.20",
5
+ "@tachybase/test": "0.23.20",
6
6
  "react": "18.3.1",
7
- "@tachybase/schema": "0.23.18",
7
+ "@tachybase/schema": "0.23.20",
8
8
  "@ant-design/icons": "5.3.7",
9
9
  "dayjs": "1.11.13",
10
10
  "lodash": "4.17.21",
11
11
  "antd": "5.22.5",
12
12
  "react-dom": "18.3.1",
13
- "@tachybase/components": "0.23.18"
13
+ "@tachybase/components": "0.23.20"
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-block-calendar",
3
3
  "displayName": "Calendar",
4
- "version": "0.23.18",
4
+ "version": "0.23.20",
5
5
  "description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
6
6
  "keywords": [
7
7
  "Collections",
@@ -22,14 +22,14 @@
22
22
  "react-i18next": "^15.2.0",
23
23
  "react-js-cron": "^3.2.0",
24
24
  "solarlunar-es": "^1.0.9",
25
- "@tachybase/schema": "0.23.18",
26
- "@tachybase/components": "0.23.18"
25
+ "@tachybase/schema": "0.23.20",
26
+ "@tachybase/components": "0.23.20"
27
27
  },
28
28
  "peerDependencies": {
29
- "@tachybase/client": "0.23.18",
30
- "@tachybase/database": "0.23.18",
31
- "@tachybase/server": "0.23.18",
32
- "@tachybase/test": "0.23.18"
29
+ "@tachybase/client": "0.23.20",
30
+ "@tachybase/database": "0.23.20",
31
+ "@tachybase/server": "0.23.20",
32
+ "@tachybase/test": "0.23.20"
33
33
  },
34
34
  "description.zh-CN": "提供日历数据表模板和卡片,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。",
35
35
  "displayName.zh-CN": "日历",