@nocobase/plugin-field-attachment-url 2.2.0-beta.2 → 2.2.0-beta.5
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/dist/client/locale.d.ts
CHANGED
|
@@ -9,4 +9,4 @@
|
|
|
9
9
|
export declare const NAMESPACE = "attachmentUrl";
|
|
10
10
|
export declare function useT(): (str: string) => string;
|
|
11
11
|
export declare function tStr(key: string): string;
|
|
12
|
-
export declare function useAttachmentUrlTranslation(): import("react-i18next").UseTranslationResponse<("
|
|
12
|
+
export declare function useAttachmentUrlTranslation(): import("react-i18next").UseTranslationResponse<("attachmentUrl" | "client")[], undefined>;
|
package/dist/externalVersion.js
CHANGED
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.2.0-beta.
|
|
11
|
+
"@nocobase/client": "2.2.0-beta.5",
|
|
12
12
|
"react-i18next": "11.18.6",
|
|
13
13
|
"@ant-design/icons": "5.6.1",
|
|
14
14
|
"@emotion/css": "11.13.0",
|
|
15
15
|
"@formily/antd-v5": "1.2.3",
|
|
16
16
|
"@formily/react": "2.3.7",
|
|
17
|
-
"@nocobase/flow-engine": "2.2.0-beta.
|
|
18
|
-
"@nocobase/plugin-file-manager": "2.2.0-beta.
|
|
17
|
+
"@nocobase/flow-engine": "2.2.0-beta.5",
|
|
18
|
+
"@nocobase/plugin-file-manager": "2.2.0-beta.5",
|
|
19
19
|
"lodash": "4.18.1",
|
|
20
20
|
"react": "18.2.0",
|
|
21
|
-
"@nocobase/client-v2": "2.2.0-beta.
|
|
22
|
-
"@nocobase/server": "2.2.0-beta.
|
|
23
|
-
"@nocobase/test": "2.2.0-beta.
|
|
21
|
+
"@nocobase/client-v2": "2.2.0-beta.5",
|
|
22
|
+
"@nocobase/server": "2.2.0-beta.5",
|
|
23
|
+
"@nocobase/test": "2.2.0-beta.5",
|
|
24
24
|
"@formily/core": "2.3.7"
|
|
25
25
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-field-attachment-url",
|
|
3
|
-
"version": "2.2.0-beta.
|
|
3
|
+
"version": "2.2.0-beta.5",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Collection field: Attachment(URL)",
|
|
6
6
|
"displayName.ru-RU": "Поле коллекции: Вложение (URL)",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"Collection fields"
|
|
20
20
|
],
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "81eab2cfa9d3d989e99ba0c914807b38db55f023"
|
|
23
23
|
}
|