@nocobase/client 0.17.0-alpha.1 → 0.17.0-alpha.2

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.
@@ -19,6 +19,7 @@ export interface ICollectionTemplate {
19
19
  description?: string;
20
20
  /**配置字段中的操作按钮 */
21
21
  configureActions?: Record<string, ISchema>;
22
+ forbidDeletion?: boolean;
22
23
  }
23
24
  interface AvailableFieldInterfacesInclude {
24
25
  include?: any[];
package/es/i18n/i18n.d.ts CHANGED
@@ -1 +1,3 @@
1
+ import { TFuncKey, TOptions } from 'i18next';
2
+ export declare function tval(text: TFuncKey | TFuncKey[], options?: TOptions): string;
1
3
  export declare const i18n: import("i18next").i18n;
package/es/index.d.ts CHANGED
@@ -42,3 +42,4 @@ export * from './schema-templates';
42
42
  export * from './style';
43
43
  export * from './system-settings';
44
44
  export * from './user';
45
+ export * from './variables';