Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nocobase/plugin-data-source-manager

Package Overview
Dependencies
Maintainers
0
Versions
283
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/plugin-data-source-manager - npm Package Compare versions

Comparing version 1.2.10-alpha to 1.2.11-alpha

dist/client/component/CollectionsManager/CollectionTitle.d.ts

2

dist/client/component/CollectionsManager/CollectionFields.d.ts

@@ -9,4 +9,4 @@ /**

*/
import { Collection } from '@nocobase/client';
import React from 'react';
import { Collection } from '@nocobase/client';
export declare const useRemoteCollectionContext: () => {

@@ -13,0 +13,0 @@ targetCollection: Collection;

@@ -10,2 +10,3 @@ /**

import React from 'react';
export declare const CollectionListContext: React.Context<any>;
export declare const CollectionFields: () => React.JSX.Element;

@@ -11,1 +11,2 @@ /**

export declare function lang(key: string, options?: {}): string;
export declare function useDSMTranslation(): import("react-i18next").UseTranslationResponse<("data-source-manager" | "client")[], undefined>;

@@ -11,5 +11,5 @@ /**

module.exports = {
"@nocobase/client": "1.2.10-alpha",
"@nocobase/client": "1.2.11-alpha",
"react": "18.2.0",
"@nocobase/server": "1.2.10-alpha",
"@nocobase/server": "1.2.11-alpha",
"lodash": "4.17.21",

@@ -23,8 +23,8 @@ "@ant-design/icons": "5.2.6",

"@emotion/css": "11.11.2",
"@nocobase/database": "1.2.10-alpha",
"@nocobase/utils": "1.2.10-alpha",
"@nocobase/plugin-acl": "1.2.10-alpha",
"@nocobase/acl": "1.2.10-alpha",
"@nocobase/database": "1.2.11-alpha",
"@nocobase/utils": "1.2.11-alpha",
"@nocobase/plugin-acl": "1.2.11-alpha",
"@nocobase/acl": "1.2.11-alpha",
"sequelize": "6.35.2",
"@nocobase/test": "1.2.10-alpha",
"@nocobase/test": "1.2.11-alpha",
"@formily/antd-v5": "1.1.9",

@@ -31,0 +31,0 @@ "@formily/core": "2.3.0",

@@ -34,3 +34,8 @@ {

"Filter target key":"筛选目标键",
"Select field": "选择字段",
"OK": "确定",
"Please select a field.": "请选择一个字段。",
"Are you sure you want to set the \"{{title}}\" field as a record unique key? This setting cannot be changed after it's been set.": "你确定将 “{{title}}” 字段设置为主键吗?设置成功后不可修改。",
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "当数据表没有主键时,你需要配置记录唯一标识符,用于在区块中定位行记录,不配置将无法创建该表的数据区块。",
"Filter data based on the specific field, with the requirement that the field value must be unique.": "根据特定的字段筛选数据,字段值必须具备唯一性。"
}
{
"name": "@nocobase/plugin-data-source-manager",
"version": "1.2.10-alpha",
"version": "1.2.11-alpha",
"main": "dist/server/index.js",

@@ -19,3 +19,3 @@ "displayName": "Data source manager",

],
"gitHead": "378bfb33c8d124ef79074e5474c1cf2199aeb8da"
"gitHead": "251ff80e1ae6c0a9b4892fc6986dcdc0f5518fe8"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc