@tachybase/module-message 0.23.18 → 0.23.22

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.
Files changed (26) hide show
  1. package/dist/client/base/channels/MessageChannelProvider.d.ts +1 -2
  2. package/dist/client/base/notification-providers/NotificationProviders.d.ts +1 -2
  3. package/dist/client/base/subscription-manager/SubscriptionManager.d.ts +1 -2
  4. package/dist/client/configuration/Message.instruction.d.ts +5 -5
  5. package/dist/client/configuration/components/BlockMessageDetail.d.ts +1 -2
  6. package/dist/client/configuration/components/MessageDetail.view.d.ts +1 -2
  7. package/dist/client/configuration/components/ShowMessage.view.d.ts +1 -2
  8. package/dist/client/usage/MessageNotification.provider.d.ts +1 -2
  9. package/dist/client/usage/components/CheckContent.view.d.ts +1 -2
  10. package/dist/client/usage/components/CheckLink.view.d.ts +1 -2
  11. package/dist/client/usage/components/CollectionMessages.provider.d.ts +1 -2
  12. package/dist/client/usage/components/ColumnShowJSON.d.ts +1 -2
  13. package/dist/client/usage/components/ColumnShowURL.d.ts +1 -2
  14. package/dist/client/usage/components/DeleteLink.view.d.ts +1 -2
  15. package/dist/client/usage/components/NotificationLink.component.d.ts +1 -2
  16. package/dist/client/usage/components/TableMessages.view.d.ts +1 -2
  17. package/dist/client/usage/components/TableMessagesWrapper.view.d.ts +1 -2
  18. package/dist/client/usage/message-block/BlockInitItem.view.d.ts +1 -2
  19. package/dist/client/usage/message-page/PageMessages.view.d.ts +1 -2
  20. package/dist/externalVersion.js +8 -8
  21. package/dist/node_modules/@alicloud/dysmsapi20170525/package.json +1 -1
  22. package/dist/node_modules/@alicloud/openapi-client/package.json +1 -1
  23. package/dist/node_modules/@alicloud/tea-util/package.json +1 -1
  24. package/dist/node_modules/tencentcloud-sdk-nodejs/package.json +1 -1
  25. package/dist/node_modules/ws/package.json +1 -1
  26. package/package.json +10 -10
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const MessageChannelProvider: ({ children }: {
3
2
  children: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const NotificationProviders: () => React.JSX.Element;
1
+ export declare const NotificationProviders: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const SubscriptionManager: () => React.JSX.Element;
1
+ export declare const SubscriptionManager: () => import("react/jsx-runtime").JSX.Element;
@@ -12,12 +12,12 @@ export declare class MessageInstruction extends Instruction {
12
12
  type?: "card" | "divide";
13
13
  }>;
14
14
  };
15
- SelectNotifiedPerson: (props: any) => React.JSX.Element;
16
- AdditionNotifiedPerson: () => React.JSX.Element;
17
- ConfigButtonMessage: (props: any) => React.JSX.Element;
15
+ SelectNotifiedPerson: (props: any) => import("react/jsx-runtime").JSX.Element;
16
+ AdditionNotifiedPerson: () => import("react/jsx-runtime").JSX.Element;
17
+ ConfigButtonMessage: (props: any) => import("react/jsx-runtime").JSX.Element;
18
18
  WorkflowVariableCodeMirror: typeof WorkflowVariableCodeMirror;
19
- MessageDetail: () => import("react").JSX.Element;
20
- ViewShowMessage: () => import("react").JSX.Element;
19
+ MessageDetail: () => import("react/jsx-runtime").JSX.Element;
20
+ ViewShowMessage: () => import("react/jsx-runtime").JSX.Element;
21
21
  };
22
22
  fieldset: {
23
23
  notifiedPerson: {
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const BlockMessageDetail: () => React.JSX.Element;
1
+ export declare const BlockMessageDetail: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewMessageDetail: (props: any) => React.JSX.Element;
1
+ export declare const ViewMessageDetail: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  /** 通知消息展示界面 */
3
- export declare const ViewShowMessage: () => React.JSX.Element;
2
+ export declare const ViewShowMessage: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ProviderMessageNotification: (props: any) => React.JSX.Element;
1
+ export declare const ProviderMessageNotification: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewCheckContent: (props: any) => React.JSX.Element;
1
+ export declare const ViewCheckContent: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewCheckLink: () => React.JSX.Element;
1
+ export declare const ViewCheckLink: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ProviderCollectionMessages: (props: any) => React.JSX.Element;
1
+ export declare const ProviderCollectionMessages: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ColumnShowJSON: (props: any) => React.JSX.Element;
1
+ export declare const ColumnShowJSON: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ColumnShowURL: () => React.JSX.Element;
1
+ export declare const ColumnShowURL: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewDeleteLink: (props: any) => React.JSX.Element;
1
+ export declare const ViewDeleteLink: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const NotificationLink: () => React.JSX.Element;
1
+ export declare const NotificationLink: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewTableMessages: () => React.JSX.Element;
1
+ export declare const ViewTableMessages: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewTableMessagesWrapper: (props: any) => React.JSX.Element;
1
+ export declare const ViewTableMessagesWrapper: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewBlockInitItem: () => React.JSX.Element;
1
+ export declare const ViewBlockInitItem: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewPageMessages: () => React.JSX.Element;
1
+ export declare const ViewPageMessages: () => import("react/jsx-runtime").JSX.Element;
@@ -1,14 +1,14 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.18",
3
- "@tachybase/utils": "0.23.18",
4
- "@tachybase/database": "0.23.18",
5
- "@tachybase/server": "0.23.18",
6
- "@tachybase/module-workflow": "0.23.18",
2
+ "@tachybase/client": "0.23.22",
3
+ "@tachybase/utils": "0.23.22",
4
+ "@tachybase/database": "0.23.22",
5
+ "@tachybase/server": "0.23.22",
6
+ "@tachybase/module-workflow": "0.23.22",
7
7
  "jsonwebtoken": "8.5.1",
8
- "@tachybase/components": "0.23.18",
8
+ "@tachybase/components": "0.23.22",
9
9
  "react": "18.3.1",
10
- "@tachybase/actions": "0.23.18",
11
- "@tachybase/schema": "0.23.18",
10
+ "@tachybase/actions": "0.23.22",
11
+ "@tachybase/schema": "0.23.22",
12
12
  "antd": "5.22.5",
13
13
  "lodash": "4.17.21",
14
14
  "@ant-design/icons": "5.3.7",
@@ -1 +1 @@
1
- {"name":"@alicloud/dysmsapi20170525","version":"2.0.24","description":"","main":"dist/client.js","scripts":{"test":"mocha --reporter spec --timeout 3000 test/*.test.js","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"Alibaba Cloud SDK","license":"Apache-2.0","devDependencies":{"@types/node":"^12.12.26","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"^1.4.7","@alicloud/openapi-client":"^0.4.4","@alicloud/openapi-util":"^0.3.1","@alicloud/endpoint-util":"^0.0.1"},"files":["dist","src"],"_lastModified":"2024-12-26T09:20:13.872Z"}
1
+ {"name":"@alicloud/dysmsapi20170525","version":"2.0.24","description":"","main":"dist/client.js","scripts":{"test":"mocha --reporter spec --timeout 3000 test/*.test.js","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"Alibaba Cloud SDK","license":"Apache-2.0","devDependencies":{"@types/node":"^12.12.26","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"^1.4.7","@alicloud/openapi-client":"^0.4.4","@alicloud/openapi-util":"^0.3.1","@alicloud/endpoint-util":"^0.0.1"},"files":["dist","src"],"_lastModified":"2024-12-30T04:26:08.759Z"}
@@ -1 +1 @@
1
- {"name":"@alicloud/openapi-client","version":"0.4.12","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts --timeout=10000","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"","license":"ISC","devDependencies":{"@types/mocha":"^5.2.7","mocha":"^6.2.0","@types/node":"^12.12.26","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5","@alicloud/gateway-pop":"0.0.6"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"^1.4.9","@alicloud/credentials":"^2.3.1","@alicloud/openapi-util":"^0.3.2","@alicloud/gateway-spi":"^0.0.8","@alicloud/tea-xml":"0.0.3"},"files":["dist","src"],"repository":"git@github.com:aliyun/darabonba-openapi.git","_lastModified":"2024-12-26T09:20:14.473Z"}
1
+ {"name":"@alicloud/openapi-client","version":"0.4.12","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts --timeout=10000","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"","license":"ISC","devDependencies":{"@types/mocha":"^5.2.7","mocha":"^6.2.0","@types/node":"^12.12.26","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5","@alicloud/gateway-pop":"0.0.6"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"^1.4.9","@alicloud/credentials":"^2.3.1","@alicloud/openapi-util":"^0.3.2","@alicloud/gateway-spi":"^0.0.8","@alicloud/tea-xml":"0.0.3"},"files":["dist","src"],"repository":"git@github.com:aliyun/darabonba-openapi.git","_lastModified":"2024-12-30T04:26:09.373Z"}
@@ -1 +1 @@
1
- {"name":"@alicloud/tea-util","version":"1.4.9","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"Jackson Tian","license":"Apache-2.0","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^12.12.26","mocha":"^7.0.1","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5"},"dependencies":{"@alicloud/tea-typescript":"^1.5.1","kitx":"^2.0.0"},"files":["dist","src"],"repository":"git@github.com:aliyun/tea-util.git","_lastModified":"2024-12-26T09:20:14.588Z"}
1
+ {"name":"@alicloud/tea-util","version":"1.4.9","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"Jackson Tian","license":"Apache-2.0","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^12.12.26","mocha":"^7.0.1","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5"},"dependencies":{"@alicloud/tea-typescript":"^1.5.1","kitx":"^2.0.0"},"files":["dist","src"],"repository":"git@github.com:aliyun/tea-util.git","_lastModified":"2024-12-30T04:26:09.483Z"}
@@ -1 +1 @@
1
- {"name":"tencentcloud-sdk-nodejs","version":"4.0.996","description":"腾讯云 API NODEJS SDK","main":"tencentcloud/index.js","scripts":{"test":"mocha -t 10000","build":"tsc","prettier":"prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"},"engines":{"node":">=10"},"keywords":["tencentcloudapi","tencentcloud","qcloud","sdk","js","nodejs"],"author":"tencentcloudapi","license":"Apache-2.0","dependencies":{"form-data":"^3.0.0","get-stream":"^6.0.0","https-proxy-agent":"^5.0.0","is-stream":"^2.0.0","json-bigint":"^1.0.0","node-fetch":"^2.2.0","tslib":"1.13.0","uuid":"^9.0.1"},"directories":{"example":"examples","lib":"lib"},"repository":{"type":"git","url":"https://github.com/tencentcloud/tencentcloud-sdk-nodejs"},"devDependencies":{"@types/form-data":"^2.5.0","@types/json-bigint":"^1.0.1","@types/node":"^14.0.26","@types/node-fetch":"^2.5.7","@types/uuid":"^9.0.8","@typescript-eslint/eslint-plugin":"^2.34.0","@typescript-eslint/parser":"^2.34.0","babel-eslint":"^10.0.2","chai":"^4.2.0","eslint":"^6.8.0","eslint-plugin-react":"^7.17.0","mocha":"^8.1.1","prettier":"^2.3.0","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2024-12-26T09:20:18.706Z"}
1
+ {"name":"tencentcloud-sdk-nodejs","version":"4.0.996","description":"腾讯云 API NODEJS SDK","main":"tencentcloud/index.js","scripts":{"test":"mocha -t 10000","build":"tsc","prettier":"prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"},"engines":{"node":">=10"},"keywords":["tencentcloudapi","tencentcloud","qcloud","sdk","js","nodejs"],"author":"tencentcloudapi","license":"Apache-2.0","dependencies":{"form-data":"^3.0.0","get-stream":"^6.0.0","https-proxy-agent":"^5.0.0","is-stream":"^2.0.0","json-bigint":"^1.0.0","node-fetch":"^2.2.0","tslib":"1.13.0","uuid":"^9.0.1"},"directories":{"example":"examples","lib":"lib"},"repository":{"type":"git","url":"https://github.com/tencentcloud/tencentcloud-sdk-nodejs"},"devDependencies":{"@types/form-data":"^2.5.0","@types/json-bigint":"^1.0.1","@types/node":"^14.0.26","@types/node-fetch":"^2.5.7","@types/uuid":"^9.0.8","@typescript-eslint/eslint-plugin":"^2.34.0","@typescript-eslint/parser":"^2.34.0","babel-eslint":"^10.0.2","chai":"^4.2.0","eslint":"^6.8.0","eslint-plugin-react":"^7.17.0","mocha":"^8.1.1","prettier":"^2.3.0","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2024-12-30T04:26:13.607Z"}
@@ -1 +1 @@
1
- {"name":"ws","version":"8.18.0","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"homepage":"https://github.com/websockets/ws","bugs":"https://github.com/websockets/ws/issues","repository":{"type":"git","url":"git+https://github.com/websockets/ws.git"},"author":"Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)","license":"MIT","main":"index.js","exports":{".":{"browser":"./browser.js","import":"./wrapper.mjs","require":"./index.js"},"./package.json":"./package.json"},"browser":"browser.js","engines":{"node":">=10.0.0"},"files":["browser.js","index.js","lib/*.js","wrapper.mjs"],"scripts":{"test":"nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js","integration":"mocha --throw-deprecation test/*.integration.js","lint":"eslint . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\""},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":">=5.0.2"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}},"devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^9.0.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.0","globals":"^15.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^3.0.0","utf-8-validate":"^6.0.0"},"_lastModified":"2024-12-26T09:20:13.056Z"}
1
+ {"name":"ws","version":"8.18.0","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"homepage":"https://github.com/websockets/ws","bugs":"https://github.com/websockets/ws/issues","repository":{"type":"git","url":"git+https://github.com/websockets/ws.git"},"author":"Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)","license":"MIT","main":"index.js","exports":{".":{"browser":"./browser.js","import":"./wrapper.mjs","require":"./index.js"},"./package.json":"./package.json"},"browser":"browser.js","engines":{"node":">=10.0.0"},"files":["browser.js","index.js","lib/*.js","wrapper.mjs"],"scripts":{"test":"nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js","integration":"mocha --throw-deprecation test/*.integration.js","lint":"eslint . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\""},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":">=5.0.2"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}},"devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^9.0.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.0","globals":"^15.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^3.0.0","utf-8-validate":"^6.0.0"},"_lastModified":"2024-12-30T04:26:07.946Z"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/module-message",
3
- "version": "0.23.18",
3
+ "version": "0.23.22",
4
4
  "main": "dist/server/index.js",
5
5
  "dependencies": {},
6
6
  "devDependencies": {
@@ -16,17 +16,17 @@
16
16
  "react-router-dom": "6.28.1",
17
17
  "tencentcloud-sdk-nodejs": "^4.0.996",
18
18
  "ws": "^8.18.0",
19
- "@tachybase/actions": "0.23.18",
20
- "@tachybase/utils": "0.23.18",
21
- "@tachybase/components": "0.23.18"
19
+ "@tachybase/components": "0.23.22",
20
+ "@tachybase/utils": "0.23.22",
21
+ "@tachybase/actions": "0.23.22"
22
22
  },
23
23
  "peerDependencies": {
24
- "@tachybase/database": "0.23.18",
25
- "@tachybase/client": "0.23.18",
26
- "@tachybase/module-workflow": "0.23.18",
27
- "@tachybase/schema": "0.23.18",
28
- "@tachybase/server": "0.23.18",
29
- "@tachybase/test": "0.23.18"
24
+ "@tachybase/client": "0.23.22",
25
+ "@tachybase/module-workflow": "0.23.22",
26
+ "@tachybase/schema": "0.23.22",
27
+ "@tachybase/server": "0.23.22",
28
+ "@tachybase/database": "0.23.22",
29
+ "@tachybase/test": "0.23.22"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tachybase-build --no-dts @tachybase/module-message"