🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@nocobase/plugin-calendar

Package Overview
Dependencies
Maintainers
1
Versions
844
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/plugin-calendar - npm Package Compare versions

Comparing version
0.19.0-alpha.9
to
0.20.0-alpha.1
+4
dist/client/calendar/Calender.Settings.d.ts
import React from 'react';
import { SchemaSettings } from '@nocobase/client';
export declare const ShowLunarDesignerItem: () => React.JSX.Element;
export declare const calendarBlockSettings: SchemaSettings<{}>;
+38
-1

@@ -1,2 +0,39 @@

import { ICollectionTemplate } from '@nocobase/client';
import { CollectionTemplate, ICollectionTemplate } from '@nocobase/client';
export declare const calendar: ICollectionTemplate;
export declare class CalendarCollectionTemplate extends CollectionTemplate {
name: string;
title: string;
order: number;
color: string;
default: {
createdBy: boolean;
updatedBy: boolean;
createdAt: boolean;
updatedAt: boolean;
sortable: boolean;
fields: ({
name: string;
type: string;
uiSchema: {
type: string;
title: string;
'x-component': string;
'x-component-props': string;
enum: {
label: string;
value: string;
}[];
};
interface: string;
} | {
name: string;
type: string;
uiSchema?: undefined;
interface?: undefined;
})[];
};
availableFieldInterfaces: {
include: any[];
};
configurableProperties: Record<import("@nocobase/client/es/collection-manager/templates/properties").DefaultConfigurableKeys, any>;
}
+4
-4
module.exports = {
"@nocobase/client": "0.19.0-alpha.9",
"@nocobase/client": "0.20.0-alpha.1",
"react-i18next": "11.18.6",
"@nocobase/server": "0.19.0-alpha.9",
"@formily/react": "2.3.0",
"@nocobase/server": "0.20.0-alpha.1",
"react": "18.2.0",
"@ant-design/icons": "5.2.6",
"@formily/core": "2.3.0",
"@formily/react": "2.3.0",
"dayjs": "1.11.10",

@@ -14,4 +13,5 @@ "lodash": "4.17.21",

"antd-style": "3.4.5",
"@formily/core": "2.3.0",
"@formily/shared": "2.3.0",
"@formily/antd-v5": "1.1.9"
};
{
"name": "@nocobase/plugin-calendar",
"version": "0.19.0-alpha.9",
"version": "0.20.0-alpha.1",
"displayName": "Calendar",

@@ -39,3 +39,3 @@ "displayName.zh-CN": "日历",

},
"gitHead": "975f9c58a1995df6a8d7a4d191a0dc4a9769ebc5",
"gitHead": "516c0b1470d77ff499f533ae6b57e4c084450ff5",
"keywords": [

@@ -42,0 +42,0 @@ "Collections",

Sorry, the diff of this file is too big to display