@nocobase/client 2.0.40 → 2.0.42
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.
- package/es/block-provider/BlockProvider.d.ts +1 -0
- package/es/flow/models/blocks/form/value-runtime/rules.d.ts +1 -0
- package/es/flow/models/blocks/form/value-runtime/runtime.d.ts +1 -0
- package/es/index.mjs +1330 -1286
- package/lib/index.js +48 -48
- package/lib/locale/de-DE.json +2 -1
- package/lib/locale/en-US.json +1 -0
- package/lib/locale/es-ES.json +2 -1
- package/lib/locale/fr-FR.json +2 -1
- package/lib/locale/hu-HU.json +2 -1
- package/lib/locale/id-ID.json +2 -1
- package/lib/locale/it-IT.json +2 -1
- package/lib/locale/ja-JP.json +2 -1
- package/lib/locale/ko-KR.json +2 -1
- package/lib/locale/nl-NL.json +2 -1
- package/lib/locale/pt-BR.json +2 -1
- package/lib/locale/ru-RU.json +2 -1
- package/lib/locale/tr-TR.json +2 -1
- package/lib/locale/uk-UA.json +2 -1
- package/lib/locale/vi-VN.json +2 -1
- package/lib/locale/zh-CN.json +1 -0
- package/lib/locale/zh-TW.json +2 -1
- package/package.json +6 -6
|
@@ -102,6 +102,7 @@ export declare const BlockProvider: (props: {
|
|
|
102
102
|
* @returns
|
|
103
103
|
*/
|
|
104
104
|
export declare const useBlockAssociationContext: () => any;
|
|
105
|
+
export declare const getFilterByTkByCollection: (collection: any, recordData: Record<string, any>) => any;
|
|
105
106
|
export declare const useFilterByTk: (blockProps?: any) => any;
|
|
106
107
|
/**
|
|
107
108
|
* @deprecated
|