agora-ui-foundation 3.5.1 → 3.6.1

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 (70) hide show
  1. package/lib/components/button/index.css +9 -9
  2. package/lib/components/button/index.d.ts +1 -1
  3. package/lib/components/button/index.js +2 -2
  4. package/lib/components/chat-manager/index.css +0 -1
  5. package/lib/components/chat-manager/index.d.ts +1 -0
  6. package/lib/components/chat-manager/index.js +23 -16
  7. package/lib/components/chat-wrapper/index.js +1 -1
  8. package/lib/components/comfirm-dialog/index.d.ts +13 -0
  9. package/lib/components/comfirm-dialog/index.js +83 -0
  10. package/lib/components/confirm-content/index.css +10 -3
  11. package/lib/components/confirm-content/index.d.ts +1 -0
  12. package/lib/components/confirm-content/index.js +13 -8
  13. package/lib/components/dialog/basic-confirm-dialog.css +7 -0
  14. package/lib/components/icon/paths/fcr_copy_icon.js +1 -1
  15. package/lib/components/icon/paths/fcr_helpquestion.js +1 -1
  16. package/lib/components/icon/paths/fcr_jbh.d.ts +3 -0
  17. package/lib/components/icon/paths/fcr_jbh.js +22 -0
  18. package/lib/components/icon/paths/fcr_jbh_invite.d.ts +3 -0
  19. package/lib/components/icon/paths/fcr_jbh_invite.js +34 -0
  20. package/lib/components/icon/paths/fcr_moreapp.js +1 -1
  21. package/lib/components/icon/paths/fcr_pinpage.js +1 -1
  22. package/lib/components/icon/paths/fcr_translanguage.js +1 -1
  23. package/lib/components/icon/paths/fcr_web_chat.js +1 -1
  24. package/lib/components/icon/svg-exports.d.ts +2 -0
  25. package/lib/components/icon/svg-exports.js +8 -4
  26. package/lib/components/icon/type.d.ts +3 -1
  27. package/lib/components/icon/type.js +2 -0
  28. package/lib/components/input/index.css +2 -1
  29. package/lib/components/line-copy-button/index.css +10 -7
  30. package/lib/components/line-copy-button/index.js +33 -36
  31. package/lib/components/loading/index.css +2 -2
  32. package/lib/components/message-label/index.js +3 -3
  33. package/lib/components/participants/participants-more/index.js +3 -3
  34. package/lib/components/tooltip/index.css +3 -0
  35. package/lib/components/tooltip/index.d.ts +2 -0
  36. package/lib/components/tooltip/index.js +14 -8
  37. package/lib/components/watermark/index.js +1 -1
  38. package/lib/components/watermark/mobile.js +1 -1
  39. package/lib/components/zone-phone/index.css +1 -1
  40. package/package.json +3 -3
  41. package/lib/components/device-settings/audio-settings/audio-settings.d.ts +0 -3
  42. package/lib/components/device-settings/audio-settings/audio-settings.js +0 -229
  43. package/lib/components/device-settings/audio-settings/index.css +0 -113
  44. package/lib/components/device-settings/audio-settings/microphone-detection.d.ts +0 -2
  45. package/lib/components/device-settings/audio-settings/microphone-detection.js +0 -71
  46. package/lib/components/device-settings/audio-settings/speaker-detection.d.ts +0 -2
  47. package/lib/components/device-settings/audio-settings/speaker-detection.js +0 -71
  48. package/lib/components/device-settings/common/advance-link.d.ts +0 -3
  49. package/lib/components/device-settings/common/advance-link.js +0 -27
  50. package/lib/components/device-settings/common/index.css +0 -27
  51. package/lib/components/device-settings/common/useNamespace.d.ts +0 -15
  52. package/lib/components/device-settings/common/useNamespace.js +0 -66
  53. package/lib/components/device-settings/dialog-wrapper.d.ts +0 -2
  54. package/lib/components/device-settings/dialog-wrapper.js +0 -59
  55. package/lib/components/device-settings/index.css +0 -89
  56. package/lib/components/device-settings/index.stories.d.ts +0 -6
  57. package/lib/components/device-settings/index.stories.js +0 -26
  58. package/lib/components/device-settings/video-settings/camera-select.d.ts +0 -2
  59. package/lib/components/device-settings/video-settings/camera-select.js +0 -41
  60. package/lib/components/device-settings/video-settings/index.css +0 -94
  61. package/lib/components/device-settings/video-settings/local-video-player.d.ts +0 -2
  62. package/lib/components/device-settings/video-settings/local-video-player.js +0 -16
  63. package/lib/components/device-settings/video-settings/mirror-toggle.d.ts +0 -2
  64. package/lib/components/device-settings/video-settings/mirror-toggle.js +0 -64
  65. package/lib/components/device-settings/video-settings/video-settings-basic.d.ts +0 -2
  66. package/lib/components/device-settings/video-settings/video-settings-basic.js +0 -86
  67. package/lib/components/device-settings/video-settings/video-settings.d.ts +0 -3
  68. package/lib/components/device-settings/video-settings/video-settings.js +0 -76
  69. package/lib/components/device-settings/view.d.ts +0 -3
  70. package/lib/components/device-settings/view.js +0 -84
@@ -10,6 +10,7 @@
10
10
  position: relative;
11
11
  width: fit-content;
12
12
  flex-shrink: 0;
13
+ border: 1px solid var(--fcr_ui_scene_line1) !important;
13
14
  }
14
15
 
15
16
  .fcr-button-block {
@@ -209,6 +210,7 @@
209
210
  .fcr-button-link {
210
211
  color: var(--fcr_ui_scene_ramp_brand6);
211
212
  min-width: auto;
213
+ border: none !important;
212
214
  }
213
215
  .fcr-button-link.fcr-button-danger {
214
216
  color: var(--fcr_ui_scene_ramp_red6);
@@ -227,7 +229,7 @@
227
229
  }
228
230
 
229
231
  /** Size **/
230
- .fcr-button-XL > p {
232
+ .fcr-button-XL > div {
231
233
  font-weight: var(--fcr_font_weight_x);
232
234
  line-height: 30px;
233
235
  font-size: 20px;
@@ -273,7 +275,7 @@
273
275
  justify-content: center;
274
276
  }
275
277
 
276
- .fcr-button-L > p {
278
+ .fcr-button-L > div {
277
279
  font-weight: var(--fcr_font_weight_x);
278
280
  font-size: 16px;
279
281
  line-height: 30px;
@@ -319,7 +321,7 @@
319
321
  justify-content: center;
320
322
  }
321
323
 
322
- .fcr-button-M > p {
324
+ .fcr-button-M > div {
323
325
  font-weight: var(--fcr_font_weight_s);
324
326
  line-height: 24px;
325
327
  font-size: 16px;
@@ -365,7 +367,7 @@
365
367
  justify-content: center;
366
368
  }
367
369
 
368
- .fcr-button-S > p {
370
+ .fcr-button-S > div {
369
371
  font-weight: 400;
370
372
  line-height: 20px;
371
373
  font-size: 13px;
@@ -411,14 +413,12 @@
411
413
  justify-content: center;
412
414
  }
413
415
 
414
- .fcr-button-XS > p {
416
+ .fcr-button-XS > div {
415
417
  font-weight: 400;
416
418
  line-height: 16px;
417
419
  font-size: 12px;
418
420
  }
419
- .fcr-button-XS:not(.fcr-button-icon-only) > div:first-child {
420
- padding-right: 8px;
421
- }
421
+
422
422
  .fcr-button-XS:not(.fcr-button-link) {
423
423
  min-width: 90px;
424
424
  height: 32px;
@@ -455,7 +455,7 @@
455
455
  justify-content: center;
456
456
  }
457
457
 
458
- .fcr-button-XXS > p {
458
+ .fcr-button-XXS > div {
459
459
  line-height: 14px;
460
460
  font-size: 12px;
461
461
  }
@@ -1,8 +1,8 @@
1
1
  import React, { FC } from 'react';
2
- import './index.css';
3
2
  import { PopoverProps } from '../popover';
4
3
  import { FcrIconProps } from '../icon';
5
4
  import { FcrIconType } from '../icon/type';
5
+ import './index.css';
6
6
  export type ButtonSize = 'XL' | 'L' | 'M' | 'S' | 'XS' | 'XXS';
7
7
  export type ButtonType = 'primary' | 'secondary' | 'secondary-bordered' | 'gray' | 'text' | 'link';
8
8
  export type ButtonShape = 'circle' | 'rounded';
@@ -33,10 +33,10 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
33
33
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
34
34
  var _classnames = _interopRequireDefault(require("classnames"));
35
35
  var _react = _interopRequireWildcard(require("react"));
36
- require("./index.css");
37
36
  var _popover = require("../popover");
38
37
  var _icon = require("../icon");
39
38
  var _type = require("../icon/type");
39
+ require("./index.css");
40
40
  var _jsxRuntime = require("react/jsx-runtime");
41
41
  var _excluded = ["block", "loading", "type", "shape", "styleType", "size", "preIcon", "preIconProps", "postIcon", "postIconProps", "disabled", "onClick", "extra", "className", "onHover"];
42
42
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
@@ -97,7 +97,7 @@ var FcrButton = exports.FcrButton = function FcrButton(props) {
97
97
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_icon.FcrIcon, _objectSpread({
98
98
  type: preIcon
99
99
  }, preIconProps))
100
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
100
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
101
101
  children: props.children
102
102
  }), extra && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
103
103
  className: "fcr-button-extra fcr-divider",
@@ -34,7 +34,6 @@
34
34
  color: var(--fcr_ui_scene_icontext1);
35
35
  }
36
36
  .fcr_chat_manager_popover_overlay {
37
- opacity: 1 !important;
38
37
  top: 36px;
39
38
  }
40
39
 
@@ -6,5 +6,6 @@ export interface ChatManagerProps {
6
6
  setAllowChat?: (allowChat: boolean) => void;
7
7
  setAllowChatWithPayload?: (type: 'public' | 'private_to_manager') => void;
8
8
  allowChatLevel: AllowChatLevelType;
9
+ showArrow?: boolean;
9
10
  }
10
11
  export declare const ChatManager: React.FC<PropsWithChildren<ChatManagerProps>>;
@@ -39,9 +39,9 @@ var _dropMenu = require("../drop-menu");
39
39
  var _tooltip = require("../tooltip");
40
40
  var _iconButton = require("../icon-button");
41
41
  var _i18n = require("../../i18n");
42
- require("./index.css");
43
42
  var _popover = require("../popover");
44
43
  var _iconText = require("../icon-text");
44
+ require("./index.css");
45
45
  var _jsxRuntime = require("react/jsx-runtime");
46
46
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
47
47
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
@@ -66,7 +66,9 @@ var ChatManager = exports.ChatManager = function ChatManager(_ref2) {
66
66
  var isManager = _ref2.isManager,
67
67
  setAllowChat = _ref2.setAllowChat,
68
68
  setAllowChatWithPayload = _ref2.setAllowChatWithPayload,
69
- allowChatLevel = _ref2.allowChatLevel;
69
+ allowChatLevel = _ref2.allowChatLevel,
70
+ _ref2$showArrow = _ref2.showArrow,
71
+ showArrow = _ref2$showArrow === void 0 ? false : _ref2$showArrow;
70
72
  var t = (0, _i18n.useI18n)();
71
73
  var _useState = (0, _react.useState)(false),
72
74
  _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
@@ -151,33 +153,38 @@ var ChatManager = exports.ChatManager = function ChatManager(_ref2) {
151
153
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
152
154
  id: "fcr_chat_manager",
153
155
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_popover.FcrPopover, {
156
+ getTooltipContainer: function getTooltipContainer(e) {
157
+ return e.parentElement || e;
158
+ },
159
+ showArrow: showArrow,
154
160
  visible: managerVisible,
161
+ overlayClassName: 'fcr_chat_manager_popover_overlay',
155
162
  trigger: "click",
156
163
  placement: "bottom",
157
- overlayClassName: 'fcr_chat_manager_popover_overlay',
158
164
  overlayInnerStyle: {
159
- boxShadow: 'none',
160
- border: 'none',
161
- width: 312
165
+ border: 'none'
162
166
  },
167
+ verticalOffset: -90,
163
168
  content: popoverContent,
164
169
  onVisibleChange: function onVisibleChange(visible) {
165
170
  setManagerVisible(visible);
166
171
  },
167
172
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_tooltip.FcrToolTip, {
168
- content: t('fmt_additional_label_Chatmanagement'),
173
+ content: t('fmt_participants_member_button_more'),
169
174
  mouseEnterDelay: 0,
170
175
  trigger: "hover",
171
176
  placement: "bottom",
172
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconButton.FcrIconButton, {
173
- className: "frc-window-header__icon fcr-no-drag",
174
- icon: _type.FcrIconType.FCR_MOBILE_MORE,
175
- iconColors: {
176
- iconPrimary: 'var(--fcr_ui_scene_icontext1)'
177
- },
178
- onClick: function onClick() {
179
- setManagerVisible(true);
180
- }
177
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
178
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconButton.FcrIconButton, {
179
+ className: "frc-window-header__icon fcr-no-drag",
180
+ icon: _type.FcrIconType.FCR_MOBILE_MORE,
181
+ iconColors: {
182
+ iconPrimary: 'var(--fcr_ui_scene_icontext1)'
183
+ },
184
+ onClick: function onClick() {
185
+ setManagerVisible(true);
186
+ }
187
+ })
181
188
  })
182
189
  })
183
190
  })
@@ -32,7 +32,7 @@ var _i18n = require("../../i18n");
32
32
  var _jsxRuntime = require("react/jsx-runtime");
33
33
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
34
34
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
35
- var CLEAR_NOTICE_INTERVAL = 1 * 1000;
35
+ var CLEAR_NOTICE_INTERVAL = 10 * 1000;
36
36
  var FADE_OUT_INTERVAL = 1 * 1000;
37
37
  var CHAT_WRAPPER_CLASS = exports.CHAT_WRAPPER_CLASS = 'fcr-chat-wrapper';
38
38
  var ChatWrapper = exports.ChatWrapper = function ChatWrapper(_ref) {
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ type LoginConfirmDialogProps = {
3
+ title?: string;
4
+ desc: string;
5
+ id: string;
6
+ btnTxt: string;
7
+ isShowCoutDown?: boolean;
8
+ onConfirm?: () => void;
9
+ showImg?: boolean;
10
+ imgSrc?: string;
11
+ };
12
+ export declare const LoginConfirmDialog: React.FC<LoginConfirmDialogProps>;
13
+ export {};
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.array.iterator.js");
4
+ require("core-js/modules/es.object.define-property.js");
5
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
6
+ require("core-js/modules/es.object.to-string.js");
7
+ require("core-js/modules/es.string.iterator.js");
8
+ require("core-js/modules/es.weak-map.js");
9
+ require("core-js/modules/esnext.weak-map.delete-all.js");
10
+ require("core-js/modules/esnext.weak-map.emplace.js");
11
+ require("core-js/modules/web.dom-collections.iterator.js");
12
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
13
+ var _typeof = require("@babel/runtime/helpers/typeof");
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ exports.LoginConfirmDialog = void 0;
18
+ require("core-js/modules/web.timers.js");
19
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
20
+ var _react = _interopRequireWildcard(require("react"));
21
+ var _button = require("../button");
22
+ var _dialog = require("../dialog");
23
+ var _jsxRuntime = require("react/jsx-runtime");
24
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
25
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
26
+ var LoginConfirmDialog = exports.LoginConfirmDialog = function LoginConfirmDialog(_ref) {
27
+ var title = _ref.title,
28
+ desc = _ref.desc,
29
+ id = _ref.id,
30
+ btnTxt = _ref.btnTxt,
31
+ isShowCoutDown = _ref.isShowCoutDown,
32
+ onConfirm = _ref.onConfirm,
33
+ _ref$showImg = _ref.showImg,
34
+ showImg = _ref$showImg === void 0 ? true : _ref$showImg,
35
+ imgSrc = _ref.imgSrc;
36
+ var _useState = (0, _react.useState)(6),
37
+ _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
38
+ countDown = _useState2[0],
39
+ setCountDown = _useState2[1];
40
+ (0, _react.useEffect)(function () {
41
+ var timer;
42
+ if (isShowCoutDown) {
43
+ timer = setInterval(function () {
44
+ if (countDown === 0) {
45
+ clearInterval(timer);
46
+ onConfirm && onConfirm();
47
+ _dialog.FcrDialogApi.close(id);
48
+ }
49
+ setCountDown(countDown - 1);
50
+ }, 1000);
51
+ }
52
+ return function () {
53
+ clearInterval(timer);
54
+ };
55
+ }, [countDown, isShowCoutDown]);
56
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
57
+ className: "login-confirm-dialog-content",
58
+ children: [showImg && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
59
+ className: "login-confirm-dialog-img",
60
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
61
+ src: imgSrc,
62
+ alt: ""
63
+ })
64
+ }), title && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
65
+ className: "login-confirm-dialog-title",
66
+ children: title
67
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
68
+ className: "login-confirm-dialog-desc",
69
+ children: desc
70
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
71
+ className: "login-confirm-dialog-btn",
72
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_button.FcrButton, {
73
+ size: "S",
74
+ shape: "rounded",
75
+ onClick: function onClick() {
76
+ onConfirm && onConfirm();
77
+ _dialog.FcrDialogApi.close(id);
78
+ },
79
+ children: [btnTxt, isShowCoutDown && "(".concat(countDown, "s)")]
80
+ })
81
+ })]
82
+ });
83
+ };
@@ -108,9 +108,16 @@
108
108
  .fcr-confirm-content-footer__center {
109
109
  justify-content: center;
110
110
  }
111
-
112
- .fcr-confirm-content-footer__center button {
113
- flex: 1 1 30px;
111
+ .fcr-confirm-content-footer__center-button button {
112
+ width: 100%;
113
+ }
114
+ .fcr-confirm-content-footer__center button div {
115
+ width: 94px;
116
+ height: 30px;
117
+ overflow: hidden;
118
+ line-height: 30px;
119
+ white-space: nowrap;
120
+ text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
114
121
  }
115
122
 
116
123
  .fcr-confirm-content-footer .fcr-button-secondary,
@@ -53,6 +53,7 @@ export interface ConfirmContentProps {
53
53
  type?: 'error' | 'success';
54
54
  message: string;
55
55
  };
56
+ className?: string;
56
57
  }
57
58
  declare const ConfirmContent: FC<React.PropsWithChildren<ConfirmContentProps>>;
58
59
  export { ConfirmContent };
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
 
3
3
  require("core-js/modules/es.symbol.js");
4
- require("core-js/modules/es.array.filter.js");
5
4
  require("core-js/modules/es.array.for-each.js");
6
5
  require("core-js/modules/es.array.push.js");
7
6
  require("core-js/modules/es.object.define-properties.js");
@@ -9,11 +8,7 @@ require("core-js/modules/es.object.define-property.js");
9
8
  require("core-js/modules/es.object.get-own-property-descriptor.js");
10
9
  require("core-js/modules/es.object.get-own-property-descriptors.js");
11
10
  require("core-js/modules/es.object.keys.js");
12
- require("core-js/modules/es.object.to-string.js");
13
- require("core-js/modules/esnext.async-iterator.filter.js");
14
11
  require("core-js/modules/esnext.async-iterator.for-each.js");
15
- require("core-js/modules/esnext.iterator.constructor.js");
16
- require("core-js/modules/esnext.iterator.filter.js");
17
12
  require("core-js/modules/esnext.iterator.for-each.js");
18
13
  require("core-js/modules/web.dom-collections.for-each.js");
19
14
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -21,7 +16,12 @@ Object.defineProperty(exports, "__esModule", {
21
16
  value: true
22
17
  });
23
18
  exports.ConfirmContent = void 0;
19
+ require("core-js/modules/es.array.filter.js");
24
20
  require("core-js/modules/es.array.reverse.js");
21
+ require("core-js/modules/es.object.to-string.js");
22
+ require("core-js/modules/esnext.async-iterator.filter.js");
23
+ require("core-js/modules/esnext.iterator.constructor.js");
24
+ require("core-js/modules/esnext.iterator.filter.js");
25
25
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
26
26
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
27
27
  var _classnames = _interopRequireDefault(require("classnames"));
@@ -58,7 +58,8 @@ var ConfirmContent = exports.ConfirmContent = function ConfirmContent(props) {
58
58
  cancelButtonProps = props.cancelButtonProps,
59
59
  okButtonProps = props.okButtonProps,
60
60
  reverseButton = props.reverseButton,
61
- tip = props.tip;
61
+ tip = props.tip,
62
+ className = props.className;
62
63
  var wrapperRef = (0, _react.useRef)(null);
63
64
  var defaultColor = 'var(--fcr_ui_scene_icontext1)';
64
65
  var hoverColor = 'var(--fcr_ui_scene_ramp_brand6)';
@@ -92,9 +93,12 @@ var ConfirmContent = exports.ConfirmContent = function ConfirmContent(props) {
92
93
  var layoutType = (0, _react.useMemo)(function () {
93
94
  return alignCenter ? 'center' : 'space-between';
94
95
  }, [alignCenter]);
96
+ var isCenter = layoutType === 'center' && buttons.filter(function (btn) {
97
+ return btn;
98
+ }).length === 1;
95
99
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
96
100
  ref: wrapperRef,
97
- className: (0, _classnames["default"])('fcr-confirm-content-wrapper', {
101
+ className: (0, _classnames["default"])('fcr-confirm-content-wrapper', className, {
98
102
  'fcr-confirm-content-wrapper__center': layoutType === 'center'
99
103
  }),
100
104
  children: [closable ? closeIcon ? closeIcon : /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
@@ -133,7 +137,8 @@ var ConfirmContent = exports.ConfirmContent = function ConfirmContent(props) {
133
137
  }), (showCancel || showOk) && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
134
138
  className: (0, _classnames["default"])('fcr-confirm-content-footer', {
135
139
  'fcr-button-flex-column': (cancelButtonProps === null || cancelButtonProps === void 0 ? void 0 : cancelButtonProps.block) || (okButtonProps === null || okButtonProps === void 0 ? void 0 : okButtonProps.block),
136
- 'fcr-confirm-content-footer__center': layoutType === 'center'
140
+ 'fcr-confirm-content-footer__center': layoutType === 'center',
141
+ 'fcr-confirm-content-footer__center-button': isCenter
137
142
  }),
138
143
  children: reverseButton ? buttons.reverse() : buttons
139
144
  })]
@@ -16,6 +16,13 @@
16
16
  flex: 0 0 calc(50% - 5px);
17
17
  }
18
18
 
19
+ .basic-confirm-dialog__footer .fcr-button {
20
+ padding: 0px;
21
+ white-space: nowrap;
22
+ overflow: hidden;
23
+ text-overflow: ellipsis;
24
+ }
25
+
19
26
  .basic-confirm-dialog__footer .fcr-button-secondary,
20
27
  .basic-confirm-dialog__footer .fcr-button-secondary:hover {
21
28
  background-color: var(--fcr_ui_scene_btn2);
@@ -15,7 +15,7 @@ var path = exports.path = function path(_ref) {
15
15
  fillRule: "evenodd",
16
16
  clipRule: "evenodd",
17
17
  d: "M14.3346 4.16602C15.3472 4.16602 16.168 4.98683 16.168 5.99935V11.8327C16.168 12.8452 15.3472 13.666 14.3346 13.666H13.668V14.3327C13.668 15.3452 12.8472 16.166 11.8346 16.166H6.0013C4.98878 16.166 4.16797 15.3452 4.16797 14.3327V8.49935C4.16797 7.48683 4.98878 6.66602 6.0013 6.66602H6.66797V5.99935C6.66797 4.98683 7.48878 4.16602 8.5013 4.16602H14.3346ZM7.83464 6.66602V5.99935C7.83464 5.63116 8.13311 5.33268 8.5013 5.33268H14.3346C14.7028 5.33268 15.0013 5.63116 15.0013 5.99935V11.8327C15.0013 12.2009 14.7028 12.4993 14.3346 12.4993H13.668V8.49935C13.668 7.48683 12.8472 6.66602 11.8346 6.66602H7.83464ZM12.5013 8.49935C12.5013 8.13116 12.2028 7.83268 11.8346 7.83268H6.0013C5.63311 7.83268 5.33464 8.13116 5.33464 8.49935V14.3327C5.33464 14.7009 5.63311 14.9993 6.0013 14.9993H11.8346C12.2028 14.9993 12.5013 14.7009 12.5013 14.3327V8.49935Z",
18
- fill: "#373C42"
18
+ fill: iconPrimary
19
19
  })
20
20
  });
21
21
  };
@@ -17,7 +17,7 @@ var path = exports.path = function path(_ref) {
17
17
  fillRule: "evenodd",
18
18
  clipRule: "evenodd",
19
19
  d: "M8.00008 15.3346C12.0501 15.3346 15.3334 12.0514 15.3334 8.0013C15.3334 3.95122 12.0501 0.667969 8.00008 0.667969C3.94999 0.667969 0.666748 3.95122 0.666748 8.0013C0.666748 12.0514 3.94999 15.3346 8.00008 15.3346ZM8.00008 14.0013C11.3138 14.0013 14.0001 11.315 14.0001 8.0013C14.0001 4.6876 11.3138 2.0013 8.00008 2.0013C4.68637 2.0013 2.00008 4.6876 2.00008 8.0013C2.00008 11.315 4.68637 14.0013 8.00008 14.0013ZM6.66675 6.33464C6.66675 5.59826 7.2637 5.0013 8.00008 5.0013C8.73648 5.0013 9.33342 5.59826 9.33342 6.33464C9.33342 7.07102 8.73648 7.66797 8.00008 7.66797C7.63188 7.66797 7.33342 7.96644 7.33342 8.33464V9.0013C7.33342 9.3695 7.63188 9.66797 8.00008 9.66797C8.36828 9.66797 8.66675 9.3695 8.66675 9.0013V8.66797C9.81688 8.37197 10.6667 7.57717 10.6667 6.33464C10.6667 4.86188 9.47281 3.66797 8.00008 3.66797C6.52732 3.66797 5.33342 4.86188 5.33342 6.33464C5.33342 6.70282 5.63189 7.0013 6.00008 7.0013C6.36827 7.0013 6.66675 6.70282 6.66675 6.33464ZM8.00008 12.3346C8.55235 12.3346 9.00008 11.8869 9.00008 11.3346C9.00008 10.7824 8.55235 10.3346 8.00008 10.3346C7.44781 10.3346 7.00008 10.7824 7.00008 11.3346C7.00008 11.8869 7.44781 12.3346 8.00008 12.3346Z",
20
- fill: '#373C42'
20
+ fill: iconPrimary
21
21
  })
22
22
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
23
23
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 21 20";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M19.6898 0C20.1498 0 20.5232 0.369998 20.5265 0.829984C20.5292 1.2855 20.1621 1.65729 19.7066 1.65997H18.0234V3.94002C18.0234 6.59164 16.3568 8.86008 13.9401 10C16.3568 11.1283 18.0234 13.4084 18.0234 16.06V18.34H19.6901C20.1485 18.34 20.52 18.7116 20.52 19.17C20.52 19.6284 20.1485 20 19.6901 20H1.35324L1.20319 19.9866C0.751026 19.9174 0.44043 19.4947 0.50965 19.0425C0.573064 18.6276 0.937027 18.3257 1.35659 18.3398H3.03663V16.0602C3.03663 13.4086 4.7017 11.1401 7.11993 10.0002C4.7017 8.87192 3.03663 6.59186 3.03663 3.94025V1.65997H1.35659C0.898175 1.65997 0.52662 1.28841 0.52662 0.829984C0.52662 0.371561 0.898175 0 1.35659 0H19.6898ZM16.3563 1.65997H4.69813V3.92841C4.69813 5.90345 5.94319 7.72017 7.85969 8.63344C8.4398 8.93846 8.77139 9.47012 8.77139 10.0002C8.78814 10.6031 8.42261 11.1509 7.85969 11.367C5.95481 12.2803 4.69813 14.097 4.69969 16.072V18.3621H5.62791V17.3955C5.62791 15.612 6.2846 13.6571 8.32124 12.4687L8.65461 12.287C9.41469 11.9587 10.0379 11.2636 10.5229 10.2036C10.9063 11.1852 11.5563 11.8804 12.4762 12.287C14.9762 13.5787 15.3712 15.5203 15.3712 17.3953V18.3619H16.3561V16.0834C16.3561 14.1084 15.1128 12.2917 13.1961 11.3766C12.6162 11.0716 12.2844 10.5415 12.2844 10.0098C12.2844 9.40157 12.616 8.87147 13.1961 8.64483C15.101 7.73312 16.3561 5.9164 16.3561 3.9398V1.65997H16.3563ZM15.1981 5C15.1981 6.08342 13.8649 7.2968 12.6216 7.81172C11.8782 8.12009 11.1782 8.69998 10.5233 9.55185C9.90325 8.70021 9.22333 8.12009 8.48826 7.81194C7.1599 7.25527 6.02336 6.14036 6.02336 5.00022H15.1981V5Z",
18
+ fill: "whblackite"
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 21 20';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 32 32";
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
14
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
15
+ clipPath: "url(#clip0_81867_147710)",
16
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M15.9999 5.33508C17.5758 5.33508 19.1362 5.64547 20.5921 6.24853C22.048 6.85158 23.3709 7.7355 24.4852 8.8498C25.5995 9.9641 26.4834 11.287 27.0865 12.7429C27.6895 14.1988 27.9999 15.7592 27.9999 17.3351C27.9999 18.9109 27.6895 20.4714 27.0865 21.9273C26.4834 23.3832 25.5995 24.7061 24.4852 25.8204C23.3709 26.9347 22.048 27.8186 20.5921 28.4216C19.1362 29.0247 17.5758 29.3351 15.9999 29.3351C12.8173 29.3351 9.76508 28.0708 7.51465 25.8204C5.26421 23.5699 3.99993 20.5177 3.99993 17.3351C3.99993 14.1525 5.26421 11.1002 7.51465 8.8498C9.76508 6.59936 12.8173 5.33508 15.9999 5.33508ZM15.9999 10.6684C15.6734 10.6685 15.3581 10.7884 15.1141 11.0054C14.8701 11.2224 14.7141 11.5214 14.6759 11.8457L14.6666 12.0017V17.3164C14.6622 17.613 14.757 17.9025 14.9359 18.1391L15.0559 18.2777L17.8639 21.0844C18.1033 21.3261 18.426 21.4671 18.766 21.4787C19.106 21.4902 19.4375 21.3714 19.6927 21.1465C19.9479 20.9216 20.1075 20.6076 20.1389 20.2689C20.1702 19.9302 20.0709 19.5923 19.8613 19.3244L19.7493 19.1991L17.3333 16.7831V12.0017C17.3333 11.6481 17.1928 11.309 16.9427 11.0589C16.6927 10.8089 16.3535 10.6684 15.9999 10.6684ZM23.9999 3.47641C25.6638 4.43934 27.1414 5.69298 28.3626 7.17775C28.5755 7.45193 28.673 7.79833 28.6345 8.14332C28.5961 8.48831 28.4245 8.80468 28.1564 9.02519C27.8884 9.24571 27.5448 9.35297 27.1989 9.3242C26.853 9.29542 26.5319 9.13286 26.3039 8.87108C25.2854 7.63285 24.053 6.5874 22.6653 5.78441C22.5137 5.69669 22.3809 5.57998 22.2745 5.44094C22.1681 5.3019 22.09 5.14326 22.0449 4.97407C21.9998 4.80488 21.9884 4.62846 22.0115 4.45488C22.0345 4.2813 22.0915 4.11396 22.1793 3.96241C22.267 3.81087 22.3837 3.67808 22.5227 3.57164C22.6618 3.46521 22.8204 3.38719 22.9896 3.34206C23.1588 3.29694 23.3352 3.28557 23.5088 3.30862C23.6824 3.33168 23.8484 3.38869 23.9999 3.47641ZM9.82126 3.96308C9.99806 4.26932 10.046 4.63325 9.95446 4.97481C9.86294 5.31638 9.63949 5.6076 9.33326 5.78441C7.94542 6.5878 6.713 7.63371 5.69459 8.87241C5.58528 9.01321 5.44884 9.13065 5.29334 9.21781C5.13785 9.30496 4.96646 9.36005 4.78931 9.37982C4.61215 9.39959 4.43284 9.38363 4.26196 9.3329C4.09108 9.28217 3.9321 9.19768 3.79444 9.08445C3.65677 8.97121 3.54321 8.83152 3.46047 8.67364C3.37772 8.51576 3.32747 8.34289 3.3127 8.16525C3.29792 7.98761 3.31891 7.80881 3.37443 7.63943C3.42995 7.47004 3.51887 7.31351 3.63593 7.17908C4.85655 5.69394 6.33373 4.43985 7.99726 3.47641C8.14887 3.38861 8.3163 3.33154 8.48998 3.30848C8.66366 3.28541 8.84018 3.29681 9.00945 3.342C9.17873 3.3872 9.33743 3.46532 9.4765 3.57189C9.61557 3.67845 9.73227 3.81138 9.81993 3.96308H9.82126Z",
20
+ fill: '#4262FF'
21
+ })
22
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
23
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
24
+ id: "clip0_81867_147710",
25
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
26
+ width: "32",
27
+ height: "32",
28
+ fill: "white"
29
+ })
30
+ })
31
+ })]
32
+ });
33
+ };
34
+ var viewBox = exports.viewBox = '0 0 32 32';
@@ -15,7 +15,7 @@ var path = exports.path = function path(_ref) {
15
15
  fillRule: "evenodd",
16
16
  clipRule: "evenodd",
17
17
  d: "M11.332 14.2154C10.1538 14.2154 9.1987 13.2602 9.1987 12.082C9.1987 10.9038 10.1538 9.9487 11.332 9.9487C12.5102 9.9487 13.4654 10.9038 13.4654 12.082C13.4654 13.2602 12.5102 14.2154 11.332 14.2154ZM7.33203 12.082C7.33203 9.87289 9.12289 8.08203 11.332 8.08203C13.5412 8.08203 15.332 9.87289 15.332 12.082C15.332 14.2912 13.5412 16.082 11.332 16.082C9.12289 16.082 7.33203 14.2912 7.33203 12.082ZM9.33203 17.4154C8.22746 17.4154 7.33203 18.3108 7.33203 19.4154V23.4154C7.33203 24.5199 8.22746 25.4154 9.33203 25.4154H13.332C14.4366 25.4154 15.332 24.5199 15.332 23.4154V19.4154C15.332 18.3108 14.4366 17.4154 13.332 17.4154H9.33203ZM16.6654 21.4154C16.6654 19.2062 18.4562 17.4154 20.6654 17.4154C22.8745 17.4154 24.6654 19.2062 24.6654 21.4154C24.6654 23.6245 22.8745 25.4154 20.6654 25.4154C18.4562 25.4154 16.6654 23.6245 16.6654 21.4154ZM20.6654 8.08203C18.4562 8.08203 16.6654 9.87289 16.6654 12.082V14.7487C16.6654 15.4851 17.2623 16.082 17.9987 16.082H20.6654C22.8745 16.082 24.6654 14.2912 24.6654 12.082C24.6654 9.87289 22.8745 8.08203 20.6654 8.08203Z",
18
- fill: "#484957",
18
+ fill: iconPrimary,
19
19
  fillOpacity: "0.9"
20
20
  })
21
21
  });
@@ -13,7 +13,7 @@ var path = exports.path = function path(_ref) {
13
13
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
14
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
15
  d: "M15.5564 8.0776C15.5564 7.74154 15.4256 7.42575 15.1879 7.1882L12.813 4.81315C12.3226 4.3227 11.5245 4.3227 11.0341 4.81315L7.65654 8.19081L6.69338 7.78776C6.22054 7.58993 5.6807 7.69626 5.3183 8.05867L4.81315 8.56382C4.3227 9.05426 4.3227 9.8523 4.81315 10.3428L6.90802 12.4376L4.86227 14.4835C4.68127 14.6645 4.68127 14.9579 4.86227 15.1389C4.95271 15.2294 5.07135 15.2747 5.18999 15.2747C5.30863 15.2747 5.42727 15.2294 5.51771 15.1389L7.56345 13.0931L9.65832 15.1879C9.89587 15.4255 10.2118 15.5564 10.5479 15.5564C10.8839 15.5564 11.1997 15.4256 11.4373 15.1879L11.9424 14.6828C12.3048 14.3204 12.4111 13.7805 12.2133 13.3077L11.8103 12.3445L15.1879 8.96687C15.4256 8.72946 15.5564 8.41353 15.5564 8.0776ZM14.5325 8.31157L11.0607 11.7834C10.8508 11.9933 10.7892 12.3057 10.9038 12.5794L11.3582 13.6655C11.4102 13.7899 11.3823 13.932 11.287 14.0273L10.7818 14.5325C10.7193 14.595 10.6362 14.6294 10.5477 14.6294C10.4593 14.6294 10.3761 14.595 10.3136 14.5325L5.46858 9.68732C5.33948 9.55822 5.33948 9.34822 5.46858 9.21912L5.97373 8.71397C6.03729 8.65041 6.1215 8.61678 6.20743 8.61678C6.25047 8.61678 6.29403 8.62525 6.33561 8.6426L7.42164 9.09703C7.69547 9.21157 8.00795 9.15 8.21769 8.94013L11.6895 5.46832C11.8186 5.33922 12.0286 5.33922 12.1577 5.46832L14.5326 7.84324C14.6616 7.9726 14.6616 8.18261 14.5325 8.31157Z",
16
- fill: "#373C42"
16
+ fill: iconPrimary
17
17
  })
18
18
  });
19
19
  };
@@ -15,7 +15,7 @@ var path = exports.path = function path(_ref) {
15
15
  fillRule: "evenodd",
16
16
  clipRule: "evenodd",
17
17
  d: "M20.7304 14.4515C21.3094 14.0269 22.123 14.152 22.5475 14.731C22.9721 15.31 22.847 16.1235 22.268 16.5481L17.9703 19.6998L33.9992 19.6998C34.7172 19.6998 35.2992 20.2818 35.2992 20.9998C35.2992 21.7178 34.7172 22.2998 33.9992 22.2998L15.5265 22.2998C13.7869 22.2998 13.0592 20.077 14.4621 19.0483L20.7304 14.4515ZM28.268 33.5481C27.689 33.9727 26.8755 33.8475 26.4509 33.2686C26.0263 32.6896 26.1515 31.876 26.7304 31.4515L31.0282 28.2998L14.9992 28.2998C14.2812 28.2998 13.6992 27.7178 13.6992 26.9998C13.6992 26.2818 14.2812 25.6998 14.9992 25.6998L33.4719 25.6998C35.2115 25.6998 35.9392 27.9226 34.5364 28.9513L28.268 33.5481Z",
18
- fill: "black"
18
+ fill: iconPrimary
19
19
  })
20
20
  });
21
21
  };
@@ -15,7 +15,7 @@ var path = exports.path = function path(_ref) {
15
15
  fillRule: "evenodd",
16
16
  clipRule: "evenodd",
17
17
  d: "M26 14.5973C26 9.23618 21.5222 4.89062 16 4.89062C10.4778 4.89062 6 9.23507 6 14.5984C6 18.9173 8.90556 22.5784 12.9256 23.8351V27.1128C16.5978 25.2584 19.2111 23.9328 20.7622 23.1351C23.8822 21.4917 26 18.284 26 14.5973ZM11 16.6693C11.9205 16.6693 12.6667 15.9231 12.6667 15.0026C12.6667 14.0821 11.9205 13.3359 11 13.3359C10.0795 13.3359 9.33333 14.0821 9.33333 15.0026C9.33333 15.9231 10.0795 16.6693 11 16.6693ZM18 14.6693C18 15.7738 17.1046 16.6693 16 16.6693C14.8954 16.6693 14 15.7738 14 14.6693C14 13.5647 14.8954 12.6693 16 12.6693C17.1046 12.6693 18 13.5647 18 14.6693ZM21 16.6693C21.9205 16.6693 22.6667 15.9231 22.6667 15.0026C22.6667 14.0821 21.9205 13.3359 21 13.3359C20.0795 13.3359 19.3333 14.0821 19.3333 15.0026C19.3333 15.9231 20.0795 16.6693 21 16.6693Z",
18
- fill: "#484957",
18
+ fill: iconPrimary,
19
19
  fillOpacity: "0.9"
20
20
  })
21
21
  });
@@ -302,3 +302,5 @@ export * as set_sale from './paths/set_sale';
302
302
  export * as zhipuai from './paths/zhipuai';
303
303
  export * as fcr_mobile_cameraoff2 from './paths/fcr_mobile_cameraoff2';
304
304
  export * as fcr_share_sound from './paths/fcr_share_sound';
305
+ export * as fcr_jbh from './paths/fcr_jbh';
306
+ export * as fcr_jbh_invite from './paths/fcr_jbh_invite';
@@ -13,10 +13,10 @@ var _typeof = require("@babel/runtime/helpers/typeof");
13
13
  Object.defineProperty(exports, "__esModule", {
14
14
  value: true
15
15
  });
16
- exports.fcr_lower_hand = exports.fcr_loading = exports.fcr_liveicon = exports.fcr_live2 = exports.fcr_live = exports.fcr_list_on_top_big = exports.fcr_list_on_right_big = exports.fcr_list_delete = exports.fcr_link = exports.fcr_left4 = exports.fcr_left3 = exports.fcr_left1 = exports.fcr_left = exports.fcr_interpretation2 = exports.fcr_host2 = exports.fcr_host = exports.fcr_home_code2 = exports.fcr_hidevideo = exports.fcr_helpquestion = exports.fcr_head = exports.fcr_grid_big = exports.fcr_gototop = exports.fcr_gotostage_on = exports.fcr_gotostage_not = exports.fcr_gotostage = exports.fcr_fullcoverage = exports.fcr_fourwindows2 = exports.fcr_fourwindows = exports.fcr_focusonhim = exports.fcr_file_video = exports.fcr_file_ppt = exports.fcr_file_photo = exports.fcr_file_pdf = exports.fcr_file_noformat = exports.fcr_file_excel = exports.fcr_file_doc = exports.fcr_file_audio = exports.fcr_file_alf = exports.fcr_file_ah5 = exports.fcr_file = exports.fcr_exclamationmask = exports.fcr_equalratio = exports.fcr_endmeeting = exports.fcr_emo = exports.fcr_dropup4 = exports.fcr_dropdown4 = exports.fcr_dropdown2 = exports.fcr_dropdown = exports.fcr_download = exports.fcr_down1 = exports.fcr_down = exports.fcr_deviceaudioon = exports.fcr_deviceaudiooff = exports.fcr_delete4 = exports.fcr_delete3 = exports.fcr_defaultpage = exports.fcr_countdown_up = exports.fcr_countdown_down = exports.fcr_copy_icon = exports.fcr_copy2 = exports.fcr_copy = exports.fcr_computerdata = exports.fcr_colon = exports.fcr_cohost2 = exports.fcr_cohost1 = exports.fcr_cloudrecord = exports.fcr_closed = exports.fcr_close2 = exports.fcr_close = exports.fcr_clock = exports.fcr_chooseit = exports.fcr_chexbox_indeterminate = exports.fcr_checkbox_check = exports.fcr_chat_reddot = exports.fcr_chat_placeholder = exports.fcr_chat_on = exports.fcr_chat2 = exports.fcr_chat = exports.fcr_cameraoff = exports.fcr_cameracrash = exports.fcr_camera_window_notwork = exports.fcr_camera_window_not = exports.fcr_camera_window_loading = exports.fcr_camera3 = exports.fcr_camera = exports.fcr_btn_loading = exports.fcr_bell = exports.fcr_beauty_retouch = exports.fcr_beauty_blush = exports.fcr_beauty = exports.fcr_background2 = exports.fcr_attach = exports.fcr_angle_tips = exports.fcr_allleave = exports.fcr_all_unmute = exports.fcr_all_mute = exports.fcr_aliyun = exports.fcr_alf2 = exports.chevron_right = exports.chat_private = void 0;
17
- exports.fcr_stoplive = exports.fcr_stop3 = exports.fcr_stop = exports.fcr_star = exports.fcr_smooth = exports.fcr_sipdevice = exports.fcr_simultaneousinterpretation_on = exports.fcr_simultaneousinterpretation_off = exports.fcr_showvideo = exports.fcr_sharingbar_up = exports.fcr_sharingbar_down = exports.fcr_share_sound = exports.fcr_share = exports.fcr_setting_teacher = exports.fcr_setting_none = exports.fcr_setting_meetingassistant = exports.fcr_setting2 = exports.fcr_setting = exports.fcr_send = exports.fcr_security = exports.fcr_screensharing_on = exports.fcr_screensharing_1 = exports.fcr_screensharing = exports.fcr_screenshare_change2 = exports.fcr_screenshare_change1 = exports.fcr_rotatingvideo = exports.fcr_rightwindows = exports.fcr_right5 = exports.fcr_right4 = exports.fcr_right3 = exports.fcr_right2 = exports.fcr_right = exports.fcr_rewardall = exports.fcr_reward = exports.fcr_reverseorder = exports.fcr_reset = exports.fcr_rename2 = exports.fcr_rename = exports.fcr_remove_pin = exports.fcr_recording_stop = exports.fcr_recording_play2 = exports.fcr_recording_play = exports.fcr_recording_on = exports.fcr_recording_end = exports.fcr_raisehands = exports.fcr_quit2 = exports.fcr_question2 = exports.fcr_question = exports.fcr_put_waiting_room = exports.fcr_ppt_broken = exports.fcr_platform = exports.fcr_pinpage2 = exports.fcr_pinpage = exports.fcr_pin = exports.fcr_picture = exports.fcr_phonecall_silence = exports.fcr_phonecall3 = exports.fcr_phonecall2 = exports.fcr_phonecall1 = exports.fcr_people = exports.fcr_pensize_straight = exports.fcr_pensize = exports.fcr_pen_line_4size = exports.fcr_pen_line_3size = exports.fcr_pen_line_2size = exports.fcr_pen_line_1size = exports.fcr_pen_curve_4size = exports.fcr_pen_curve_3size = exports.fcr_pen_curve_2size = exports.fcr_pen_curve_1size = exports.fcr_pause2 = exports.fcr_order_up = exports.fcr_order_down = exports.fcr_openfile = exports.fcr_oneleave = exports.fcr_notice = exports.fcr_nomute = exports.fcr_mutedefault = exports.fcr_mutecrash = exports.fcr_mute = exports.fcr_moveto = exports.fcr_move = exports.fcr_moreapp = exports.fcr_more2 = exports.fcr_mobile_whiteboard_undo = exports.fcr_mobile_whiteboard_redo = exports.fcr_mobile_subtities_on = exports.fcr_mobile_sharescreen = exports.fcr_mobile_more = exports.fcr_mobile_duplicate = exports.fcr_mobile_chat3 = exports.fcr_mobile_chat2 = exports.fcr_mobile_cameraoff2 = exports.fcr_mobile_camera2 = exports.fcr_mobile_arrow_left = exports.fcr_mirrorimage_right = exports.fcr_mirrorimage_off = exports.fcr_mirrorimage_left = exports.fcr_minus = exports.fcr_meetingrecord = void 0;
18
- exports.fcr_zoomout = exports.fcr_zoomin = exports.fcr_wrong = exports.fcr_wizard_arrow = exports.fcr_windowpage_smaller3 = exports.fcr_windowpage_smaller2 = exports.fcr_windowpage_smaller = exports.fcr_windowpage_lonely = exports.fcr_windowpage_bigger = exports.fcr_window_smaller = exports.fcr_window_bigger = exports.fcr_wihiteboard_slicewithoutclassroom = exports.fcr_wihiteboard_slice = exports.fcr_whitechoose = exports.fcr_whiteboard_toolbox = exports.fcr_whiteboard_text = exports.fcr_whiteboard_slice = exports.fcr_whiteboard_shap_triangle = exports.fcr_whiteboard_shap_star = exports.fcr_whiteboard_shap_square = exports.fcr_whiteboard_shap_rehumbus = exports.fcr_whiteboard_shap_line = exports.fcr_whiteboard_shap_circle_1 = exports.fcr_whiteboard_shap_circle = exports.fcr_whiteboard_shap_arrow = exports.fcr_whiteboard_save = exports.fcr_whiteboard_ped_straightline = exports.fcr_whiteboard_ped_curve = exports.fcr_whiteboard_ped3 = exports.fcr_whiteboard_ped2 = exports.fcr_whiteboard_ped = exports.fcr_whiteboard_page = exports.fcr_whiteboard_on = exports.fcr_whiteboard_movesubjects2 = exports.fcr_whiteboard_movesubjects = exports.fcr_whiteboard_move = exports.fcr_whiteboard_mouse = exports.fcr_whiteboard_lowerrightarrow = exports.fcr_whiteboard_laserpen2 = exports.fcr_whiteboard_laserpen = exports.fcr_whiteboard_forward = exports.fcr_whiteboard_expand2 = exports.fcr_whiteboard_eraser = exports.fcr_whiteboard_eliminate = exports.fcr_whiteboard_cloud = exports.fcr_whiteboard_bg = exports.fcr_whiteboard_back = exports.fcr_whiteboard2 = exports.fcr_whiteboard = exports.fcr_web_smallest = exports.fcr_web_sharingview_small = exports.fcr_web_sharingview_mix = exports.fcr_web_sharingview_middle = exports.fcr_web_scale_right = exports.fcr_web_scale_left = exports.fcr_web_restoration = exports.fcr_web_move_page = exports.fcr_web_fullscream = exports.fcr_web_connectsound = exports.fcr_web_chat = exports.fcr_waiting_room = exports.fcr_videorotation2 = exports.fcr_videoback = exports.fcr_video_sharescreen = exports.fcr_v2_vote = exports.fcr_v2_tool_new = exports.fcr_v2_timer = exports.fcr_v2_tanhao_alart = exports.fcr_v2_signal_normal = exports.fcr_v2_signal_good = exports.fcr_v2_signal_bad = exports.fcr_v2_search = exports.fcr_v2_quite = exports.fcr_v2_poll_zoom = exports.fcr_v2_poll_minus = exports.fcr_v2_poll_add = exports.fcr_v2_phone_more1 = exports.fcr_v2_louder_min = exports.fcr_v2_louder = exports.fcr_v2_gou_alart = exports.fcr_v2_expansionscreen = exports.fcr_v2_chevron_right2 = exports.fcr_v2_chevron_left2 = exports.fcr_v2_chevron_down2 = exports.fcr_v2_breakroom = exports.fcr_v2_answer = exports.fcr_users = exports.fcr_uporder = exports.fcr_uploadlist = exports.fcr_up2 = exports.fcr_up = exports.fcr_unpin = exports.fcr_underline = exports.fcr_translanguage = exports.fcr_topwindows = exports.fcr_tooltip_arrow_2 = exports.fcr_tooltip_arrow = exports.fcr_subtract = exports.fcr_student_rasiehand = exports.fcr_stopscreensharing = void 0;
19
- exports.zhipuai = exports.set_sale = exports.logo_openai = exports.logo_moonshot = void 0;
16
+ exports.fcr_liveicon = exports.fcr_live2 = exports.fcr_live = exports.fcr_list_on_top_big = exports.fcr_list_on_right_big = exports.fcr_list_delete = exports.fcr_link = exports.fcr_left4 = exports.fcr_left3 = exports.fcr_left1 = exports.fcr_left = exports.fcr_jbh_invite = exports.fcr_jbh = exports.fcr_interpretation2 = exports.fcr_host2 = exports.fcr_host = exports.fcr_home_code2 = exports.fcr_hidevideo = exports.fcr_helpquestion = exports.fcr_head = exports.fcr_grid_big = exports.fcr_gototop = exports.fcr_gotostage_on = exports.fcr_gotostage_not = exports.fcr_gotostage = exports.fcr_fullcoverage = exports.fcr_fourwindows2 = exports.fcr_fourwindows = exports.fcr_focusonhim = exports.fcr_file_video = exports.fcr_file_ppt = exports.fcr_file_photo = exports.fcr_file_pdf = exports.fcr_file_noformat = exports.fcr_file_excel = exports.fcr_file_doc = exports.fcr_file_audio = exports.fcr_file_alf = exports.fcr_file_ah5 = exports.fcr_file = exports.fcr_exclamationmask = exports.fcr_equalratio = exports.fcr_endmeeting = exports.fcr_emo = exports.fcr_dropup4 = exports.fcr_dropdown4 = exports.fcr_dropdown2 = exports.fcr_dropdown = exports.fcr_download = exports.fcr_down1 = exports.fcr_down = exports.fcr_deviceaudioon = exports.fcr_deviceaudiooff = exports.fcr_delete4 = exports.fcr_delete3 = exports.fcr_defaultpage = exports.fcr_countdown_up = exports.fcr_countdown_down = exports.fcr_copy_icon = exports.fcr_copy2 = exports.fcr_copy = exports.fcr_computerdata = exports.fcr_colon = exports.fcr_cohost2 = exports.fcr_cohost1 = exports.fcr_cloudrecord = exports.fcr_closed = exports.fcr_close2 = exports.fcr_close = exports.fcr_clock = exports.fcr_chooseit = exports.fcr_chexbox_indeterminate = exports.fcr_checkbox_check = exports.fcr_chat_reddot = exports.fcr_chat_placeholder = exports.fcr_chat_on = exports.fcr_chat2 = exports.fcr_chat = exports.fcr_cameraoff = exports.fcr_cameracrash = exports.fcr_camera_window_notwork = exports.fcr_camera_window_not = exports.fcr_camera_window_loading = exports.fcr_camera3 = exports.fcr_camera = exports.fcr_btn_loading = exports.fcr_bell = exports.fcr_beauty_retouch = exports.fcr_beauty_blush = exports.fcr_beauty = exports.fcr_background2 = exports.fcr_attach = exports.fcr_angle_tips = exports.fcr_allleave = exports.fcr_all_unmute = exports.fcr_all_mute = exports.fcr_aliyun = exports.fcr_alf2 = exports.chevron_right = exports.chat_private = void 0;
17
+ exports.fcr_stop = exports.fcr_star = exports.fcr_smooth = exports.fcr_sipdevice = exports.fcr_simultaneousinterpretation_on = exports.fcr_simultaneousinterpretation_off = exports.fcr_showvideo = exports.fcr_sharingbar_up = exports.fcr_sharingbar_down = exports.fcr_share_sound = exports.fcr_share = exports.fcr_setting_teacher = exports.fcr_setting_none = exports.fcr_setting_meetingassistant = exports.fcr_setting2 = exports.fcr_setting = exports.fcr_send = exports.fcr_security = exports.fcr_screensharing_on = exports.fcr_screensharing_1 = exports.fcr_screensharing = exports.fcr_screenshare_change2 = exports.fcr_screenshare_change1 = exports.fcr_rotatingvideo = exports.fcr_rightwindows = exports.fcr_right5 = exports.fcr_right4 = exports.fcr_right3 = exports.fcr_right2 = exports.fcr_right = exports.fcr_rewardall = exports.fcr_reward = exports.fcr_reverseorder = exports.fcr_reset = exports.fcr_rename2 = exports.fcr_rename = exports.fcr_remove_pin = exports.fcr_recording_stop = exports.fcr_recording_play2 = exports.fcr_recording_play = exports.fcr_recording_on = exports.fcr_recording_end = exports.fcr_raisehands = exports.fcr_quit2 = exports.fcr_question2 = exports.fcr_question = exports.fcr_put_waiting_room = exports.fcr_ppt_broken = exports.fcr_platform = exports.fcr_pinpage2 = exports.fcr_pinpage = exports.fcr_pin = exports.fcr_picture = exports.fcr_phonecall_silence = exports.fcr_phonecall3 = exports.fcr_phonecall2 = exports.fcr_phonecall1 = exports.fcr_people = exports.fcr_pensize_straight = exports.fcr_pensize = exports.fcr_pen_line_4size = exports.fcr_pen_line_3size = exports.fcr_pen_line_2size = exports.fcr_pen_line_1size = exports.fcr_pen_curve_4size = exports.fcr_pen_curve_3size = exports.fcr_pen_curve_2size = exports.fcr_pen_curve_1size = exports.fcr_pause2 = exports.fcr_order_up = exports.fcr_order_down = exports.fcr_openfile = exports.fcr_oneleave = exports.fcr_notice = exports.fcr_nomute = exports.fcr_mutedefault = exports.fcr_mutecrash = exports.fcr_mute = exports.fcr_moveto = exports.fcr_move = exports.fcr_moreapp = exports.fcr_more2 = exports.fcr_mobile_whiteboard_undo = exports.fcr_mobile_whiteboard_redo = exports.fcr_mobile_subtities_on = exports.fcr_mobile_sharescreen = exports.fcr_mobile_more = exports.fcr_mobile_duplicate = exports.fcr_mobile_chat3 = exports.fcr_mobile_chat2 = exports.fcr_mobile_cameraoff2 = exports.fcr_mobile_camera2 = exports.fcr_mobile_arrow_left = exports.fcr_mirrorimage_right = exports.fcr_mirrorimage_off = exports.fcr_mirrorimage_left = exports.fcr_minus = exports.fcr_meetingrecord = exports.fcr_lower_hand = exports.fcr_loading = void 0;
18
+ exports.fcr_wrong = exports.fcr_wizard_arrow = exports.fcr_windowpage_smaller3 = exports.fcr_windowpage_smaller2 = exports.fcr_windowpage_smaller = exports.fcr_windowpage_lonely = exports.fcr_windowpage_bigger = exports.fcr_window_smaller = exports.fcr_window_bigger = exports.fcr_wihiteboard_slicewithoutclassroom = exports.fcr_wihiteboard_slice = exports.fcr_whitechoose = exports.fcr_whiteboard_toolbox = exports.fcr_whiteboard_text = exports.fcr_whiteboard_slice = exports.fcr_whiteboard_shap_triangle = exports.fcr_whiteboard_shap_star = exports.fcr_whiteboard_shap_square = exports.fcr_whiteboard_shap_rehumbus = exports.fcr_whiteboard_shap_line = exports.fcr_whiteboard_shap_circle_1 = exports.fcr_whiteboard_shap_circle = exports.fcr_whiteboard_shap_arrow = exports.fcr_whiteboard_save = exports.fcr_whiteboard_ped_straightline = exports.fcr_whiteboard_ped_curve = exports.fcr_whiteboard_ped3 = exports.fcr_whiteboard_ped2 = exports.fcr_whiteboard_ped = exports.fcr_whiteboard_page = exports.fcr_whiteboard_on = exports.fcr_whiteboard_movesubjects2 = exports.fcr_whiteboard_movesubjects = exports.fcr_whiteboard_move = exports.fcr_whiteboard_mouse = exports.fcr_whiteboard_lowerrightarrow = exports.fcr_whiteboard_laserpen2 = exports.fcr_whiteboard_laserpen = exports.fcr_whiteboard_forward = exports.fcr_whiteboard_expand2 = exports.fcr_whiteboard_eraser = exports.fcr_whiteboard_eliminate = exports.fcr_whiteboard_cloud = exports.fcr_whiteboard_bg = exports.fcr_whiteboard_back = exports.fcr_whiteboard2 = exports.fcr_whiteboard = exports.fcr_web_smallest = exports.fcr_web_sharingview_small = exports.fcr_web_sharingview_mix = exports.fcr_web_sharingview_middle = exports.fcr_web_scale_right = exports.fcr_web_scale_left = exports.fcr_web_restoration = exports.fcr_web_move_page = exports.fcr_web_fullscream = exports.fcr_web_connectsound = exports.fcr_web_chat = exports.fcr_waiting_room = exports.fcr_videorotation2 = exports.fcr_videoback = exports.fcr_video_sharescreen = exports.fcr_v2_vote = exports.fcr_v2_tool_new = exports.fcr_v2_timer = exports.fcr_v2_tanhao_alart = exports.fcr_v2_signal_normal = exports.fcr_v2_signal_good = exports.fcr_v2_signal_bad = exports.fcr_v2_search = exports.fcr_v2_quite = exports.fcr_v2_poll_zoom = exports.fcr_v2_poll_minus = exports.fcr_v2_poll_add = exports.fcr_v2_phone_more1 = exports.fcr_v2_louder_min = exports.fcr_v2_louder = exports.fcr_v2_gou_alart = exports.fcr_v2_expansionscreen = exports.fcr_v2_chevron_right2 = exports.fcr_v2_chevron_left2 = exports.fcr_v2_chevron_down2 = exports.fcr_v2_breakroom = exports.fcr_v2_answer = exports.fcr_users = exports.fcr_uporder = exports.fcr_uploadlist = exports.fcr_up2 = exports.fcr_up = exports.fcr_unpin = exports.fcr_underline = exports.fcr_translanguage = exports.fcr_topwindows = exports.fcr_tooltip_arrow_2 = exports.fcr_tooltip_arrow = exports.fcr_subtract = exports.fcr_student_rasiehand = exports.fcr_stopscreensharing = exports.fcr_stoplive = exports.fcr_stop3 = void 0;
19
+ exports.zhipuai = exports.set_sale = exports.logo_openai = exports.logo_moonshot = exports.fcr_zoomout = exports.fcr_zoomin = void 0;
20
20
  var _chat_private = _interopRequireWildcard(require("./paths/chat_private"));
21
21
  exports.chat_private = _chat_private;
22
22
  var _chevron_right = _interopRequireWildcard(require("./paths/chevron_right"));
@@ -625,5 +625,9 @@ var _fcr_mobile_cameraoff = _interopRequireWildcard(require("./paths/fcr_mobile_
625
625
  exports.fcr_mobile_cameraoff2 = _fcr_mobile_cameraoff;
626
626
  var _fcr_share_sound = _interopRequireWildcard(require("./paths/fcr_share_sound"));
627
627
  exports.fcr_share_sound = _fcr_share_sound;
628
+ var _fcr_jbh = _interopRequireWildcard(require("./paths/fcr_jbh"));
629
+ exports.fcr_jbh = _fcr_jbh;
630
+ var _fcr_jbh_invite = _interopRequireWildcard(require("./paths/fcr_jbh_invite"));
631
+ exports.fcr_jbh_invite = _fcr_jbh_invite;
628
632
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
629
633
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }