@nocobase/plugin-calendar
Advanced tools
| import React from 'react'; | ||
| import { SchemaSettings } from '@nocobase/client'; | ||
| export declare const ShowLunarDesignerItem: () => React.JSX.Element; | ||
| export declare const calendarBlockSettings: SchemaSettings<{}>; |
@@ -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>; | ||
| } |
| 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" | ||
| }; |
+2
-2
| { | ||
| "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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
399948
0.79%63
1.61%2654
1.84%