@nocobase/client 1.6.23 → 1.6.25

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.
@@ -131,6 +131,7 @@ export declare const useAssociationFilterBlockProps: () => {
131
131
  run?: undefined;
132
132
  valueKey?: undefined;
133
133
  labelKey?: undefined;
134
+ dataScopeFilter?: undefined;
134
135
  } | {
135
136
  /** 渲染 Collapse 的列表数据 */
136
137
  list: any;
@@ -140,6 +141,7 @@ export declare const useAssociationFilterBlockProps: () => {
140
141
  run: any;
141
142
  valueKey: any;
142
143
  labelKey: any;
144
+ dataScopeFilter: {};
143
145
  };
144
146
  export declare function getAssociationPath(str: any): any;
145
147
  export declare const getAppends: ({ schema, prefix: defaultPrefix, updateAssociationValues, appends, getCollectionJoinField, getCollection, dataSource, }: {
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ import React from 'react';
10
+ export declare const AppNotFound: () => React.JSX.Element;
@@ -6,5 +6,6 @@
6
6
  * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
+ export * from './AppNotFound';
9
10
  export * from './SelectWithTitle';
10
11
  export * from './useFieldComponentName';