agora-ui-foundation 3.7.8 → 3.8.0-alpha
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/lib/components/chat-manager/index.css +15 -0
- package/lib/components/chat-manager/index.js +6 -6
- package/lib/components/chat-wrapper/index.stories.d.ts +1 -1
- package/lib/components/chat-wrapper/index.stories.js +2 -2
- package/lib/components/checkbox/index.css +6 -0
- package/lib/components/checkbox/index.d.ts +1 -0
- package/lib/components/checkbox/index.js +5 -2
- package/lib/components/confirm-content/index.d.ts +2 -2
- package/lib/components/drop-menu/index.css +13 -2
- package/lib/components/drop-menu/index.d.ts +5 -1
- package/lib/components/drop-menu/index.js +53 -20
- package/lib/components/icon/paths/fcr_dialog_more.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dialog_more.js +24 -0
- package/lib/components/icon/paths/fcr_mobile_subtities_off.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_subtities_off.js +21 -0
- package/lib/components/icon/paths/fcr_mobile_subtities_on.js +1 -1
- package/lib/components/icon/paths/fcr_subtitieshistory.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitieshistory.js +23 -0
- package/lib/components/icon/paths/fcr_subtitieshistory2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitieshistory2.js +38 -0
- package/lib/components/icon/paths/fcr_subtitieshistory_off.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitieshistory_off.js +23 -0
- package/lib/components/icon/paths/fcr_subtitieshistory_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitieshistory_on.js +23 -0
- package/lib/components/icon/paths/fcr_subtitles.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitles.js +25 -0
- package/lib/components/icon/paths/fcr_to2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_to2.js +20 -0
- package/lib/components/icon/paths/fcr_toggle_dialog.d.ts +3 -0
- package/lib/components/icon/paths/fcr_toggle_dialog.js +22 -0
- package/lib/components/icon/paths/fcr_top.d.ts +3 -0
- package/lib/components/icon/paths/fcr_top.js +22 -0
- package/lib/components/icon/paths/fcr_translate1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_translate1.js +28 -0
- package/lib/components/icon/paths/fcr_untop.d.ts +3 -0
- package/lib/components/icon/paths/fcr_untop.js +27 -0
- package/lib/components/icon/paths/fcr_v2_subtitieshistory.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_subtitieshistory.js +22 -0
- package/lib/components/icon/paths/fcr_volume_hear.d.ts +3 -0
- package/lib/components/icon/paths/fcr_volume_hear.js +22 -0
- package/lib/components/icon/svg-dict.d.ts +1 -1
- package/lib/components/icon/svg-exports.d.ts +21 -7
- package/lib/components/icon/svg-exports.js +46 -18
- package/lib/components/icon/type.d.ts +21 -7
- package/lib/components/icon/type.js +21 -7
- package/lib/components/icon-animation/animation/fcr_subtitles_history_animation/index.css +81 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_animation/index.d.ts +3 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_animation/index.js +21 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_loading/index.css +49 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_loading/index.d.ts +3 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_loading/index.js +15 -0
- package/lib/components/icon-animation/animation-exports.d.ts +2 -0
- package/lib/components/icon-animation/animation-exports.js +21 -0
- package/lib/components/icon-animation/index.css +3 -0
- package/lib/components/icon-animation/index.d.ts +10 -0
- package/lib/components/icon-animation/index.js +44 -0
- package/lib/components/icon-animation/type.d.ts +4 -0
- package/lib/components/icon-animation/type.js +12 -0
- package/lib/components/loading/index.css +1 -0
- package/lib/components/message-label/index.stories.d.ts +1 -1
- package/lib/components/message-label/index.stories.js +2 -2
- package/lib/components/message-textarea/handleUploadImag.js +2 -1
- package/lib/components/message-textarea/index.stories.d.ts +1 -1
- package/lib/components/message-textarea/index.stories.js +2 -2
- package/lib/components/notification/index.css +210 -0
- package/lib/components/notification/index.d.ts +8 -2
- package/lib/components/notification/index.js +45 -4
- package/lib/components/notification/index.stories.d.ts +10 -0
- package/lib/components/notification/index.stories.js +212 -0
- package/lib/components/notification/pure-panel.d.ts +19 -0
- package/lib/components/notification/pure-panel.js +42 -0
- package/lib/components/participants/attendee/index.js +3 -1
- package/lib/components/participants/footer/index.css +5 -3
- package/lib/components/participants/footer/index.d.ts +8 -6
- package/lib/components/participants/footer/index.js +36 -31
- package/lib/components/participants/index.css +23 -0
- package/lib/components/participants/index.d.ts +2 -0
- package/lib/components/participants/index.js +9 -6
- package/lib/components/participants/participants-more/index.css +2 -1
- package/lib/components/participants/participants-more/index.js +3 -2
- package/lib/components/room-screen-share-state-bar/more/index.js +3 -1
- package/lib/components/state-bar/view.js +2 -1
- package/lib/components/toast/index.css +4 -4
- package/lib/components/toast/index.js +13 -14
- package/lib/components/tooltip/index.d.ts +4 -0
- package/lib/components/tooltip/index.js +23 -8
- package/lib/components/tooltip/index.stories.d.ts +2 -0
- package/lib/components/tooltip/index.stories.js +32 -1
- package/lib/components/window-header/index.css +12 -3
- package/lib/hooks/use-mouse-move-anywhere.d.ts +1 -0
- package/lib/hooks/use-mouse-move-anywhere.js +18 -0
- package/lib/theme/fcr-ui-config.d.ts +1 -0
- package/lib/theme/fcr-ui-config.js +1 -0
- package/lib/utilities/click-anywhere.js +8 -27
- package/lib/utilities/mouse-move-anywhere.d.ts +1 -0
- package/lib/utilities/mouse-move-anywhere.js +46 -0
- package/lib/utilities/scoped-proxy-event-listener.d.ts +7 -0
- package/lib/utilities/scoped-proxy-event-listener.js +42 -0
- package/package.json +3 -3
|
@@ -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: "M8.8251 0.571514C8.56371 0.310122 8.21632 0.166243 7.84668 0.166346L4.15207 0.166242C3.38911 0.166243 2.76838 0.786972 2.76838 1.54993L2.76849 6.80424L1.70582 7.2399C1.18417 7.45381 0.846975 7.95641 0.846975 8.52018L0.846976 9.30601C0.846975 10.069 1.4677 10.6897 2.23066 10.6897L5.48952 10.6897L5.48962 13.8722C5.48962 14.1538 5.71785 14.382 5.99943 14.382C6.14011 14.382 6.26762 14.325 6.3599 14.2327C6.45218 14.1404 6.50923 14.0129 6.50923 13.8722L6.50913 10.6897H9.76798C10.1375 10.6897 10.4851 10.5458 10.7465 10.2844C11.0079 10.023 11.1518 9.67564 11.1517 9.30601L11.1517 8.52018C11.1517 7.95641 10.8145 7.45381 10.2928 7.2399L9.23016 6.80424L9.23016 1.54983C9.23037 1.1803 9.08639 0.832804 8.8251 0.571514Z",
|
|
18
|
+
fill: '#373C42'
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 12 15';
|
|
@@ -0,0 +1,28 @@
|
|
|
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)("path", {
|
|
15
|
+
d: "M18.2477 8.85827L18.183 10.7065C17.6507 8.0823 15.5182 5.95607 12.7156 5.56219C9.16068 5.06258 5.87384 7.53939 5.37423 11.0943L5.37425 8.85828M18.2477 15.2489L18.2477 12.9036C17.7481 16.4585 14.4613 18.9353 10.9063 18.4357C8.16773 18.0508 6.06895 16.0117 5.4779 13.4703L5.4779 15.6823",
|
|
16
|
+
stroke: "white",
|
|
17
|
+
strokeOpacity: "0.8",
|
|
18
|
+
strokeWidth: "1.25",
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
22
|
+
d: "M9.98669 15.299C9.856 15.7161 9.46954 16 9.03243 16H8.89279C8.20869 16 7.72657 15.3285 7.94527 14.6803L10.2151 7.95301C10.3522 7.54644 10.7335 7.27271 11.1626 7.27271H12.5349C12.9639 7.27271 13.3452 7.54644 13.4824 7.95301L15.7522 14.6803C15.9709 15.3285 15.4888 16 14.8047 16H14.6646C14.2277 16 13.8414 15.7164 13.7105 15.2995L11.8909 9.50408C11.8848 9.48473 11.8669 9.47157 11.8466 9.47157C11.8263 9.47157 11.8084 9.48475 11.8023 9.50411L9.98669 15.299ZM9.46449 13.3665C9.46449 12.924 9.82317 12.5653 10.2656 12.5653H13.402C13.8444 12.5653 14.2031 12.924 14.2031 13.3665C14.2031 13.8089 13.8444 14.1676 13.402 14.1676H10.2656C9.82317 14.1676 9.46449 13.8089 9.46449 13.3665Z",
|
|
23
|
+
fill: iconPrimary,
|
|
24
|
+
fillOpacity: "0.8"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
var viewBox = exports.viewBox = '0 0 24 24';
|
|
@@ -0,0 +1,27 @@
|
|
|
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)("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M0.705537 1.13402C0.99041 0.818997 1.46511 0.805557 1.76581 1.104L11.2658 10.5326C11.5665 10.831 11.5793 11.3283 11.2945 11.6433C11.0096 11.9583 10.5349 11.9718 10.2342 11.6733L0.734193 2.24478C0.433493 1.94634 0.420664 1.44903 0.705537 1.13402Z",
|
|
18
|
+
fill: '#F5655C'
|
|
19
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M8.5166 10.6895H6.50879V13.8721C6.50879 14.0128 6.45166 14.1401 6.35938 14.2324C6.2671 14.3247 6.13967 14.3818 5.99902 14.3818C5.71758 14.3817 5.48926 14.1536 5.48926 13.8721V10.6895H2.23047C1.46755 10.6894 0.84668 10.0686 0.84668 9.30566V8.52051C0.84668 7.95673 1.1844 7.45415 1.70605 7.24023L2.76855 6.80469V4.98438L8.5166 10.6895ZM7.84668 0.166016C8.21628 0.165941 8.56383 0.309922 8.8252 0.571289C9.08648 0.832578 9.23067 1.18027 9.23047 1.5498V6.80469L10.293 7.24023C10.8144 7.45423 11.1514 7.95686 11.1514 8.52051V9.30566C11.1514 9.42393 11.135 9.53975 11.1064 9.65137L2.77832 1.38672C2.85934 0.700402 3.4446 0.166016 4.15234 0.166016H7.84668Z",
|
|
23
|
+
fill: '#373C42'
|
|
24
|
+
})]
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
var viewBox = exports.viewBox = '0 0 12 15';
|
|
@@ -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: "M0 3.73334C0 1.67147 1.67147 0 3.73333 0H14.9333C16.9952 0 18.6667 1.67147 18.6667 3.73333V6.7384C18.044 6.45671 17.3528 6.29989 16.625 6.29989C14.7271 6.29989 13.0782 7.36621 12.2449 8.93244C11.7326 8.64466 11.3865 8.09611 11.3865 7.46671C11.3865 6.53887 12.1386 5.78671 13.0665 5.78671H13.9998C14.6184 5.78671 15.1198 5.28527 15.1198 4.66671C15.1198 4.04815 14.6184 3.54671 13.9998 3.54671H13.0665C10.9015 3.54671 9.14648 5.30176 9.14648 7.46671C9.14648 9.1391 10.1938 10.5669 11.6683 11.13C11.6672 11.1726 11.6667 11.2154 11.6667 11.2582C11.6667 12.7156 12.2954 14.0261 13.2965 14.9333H3.73333C1.67147 14.9333 0 13.2619 0 11.2V3.73334ZM7.46785 3.54671C5.3029 3.54671 3.54785 5.30176 3.54785 7.46671C3.54785 9.63167 5.3029 11.3867 7.46785 11.3867H8.40119C9.01974 11.3867 9.52118 10.8853 9.52118 10.2667C9.52118 9.64815 9.01974 9.14671 8.40119 9.14671H7.46785C6.54001 9.14671 5.78785 8.39455 5.78785 7.46671C5.78785 6.53887 6.54001 5.78671 7.46785 5.78671H8.40119C9.01974 5.78671 9.52118 5.28527 9.52118 4.66671C9.52118 4.04815 9.01974 3.54671 8.40119 3.54671H7.46785ZM16.6243 15.0496C18.7184 15.0496 20.416 13.3521 20.416 11.258C20.416 9.16389 18.7184 7.46631 16.6243 7.46631C14.5303 7.46631 12.8327 9.16389 12.8327 11.258C12.8327 13.3521 14.5303 15.0496 16.6243 15.0496ZM16.916 8.63297H15.7493V10.9663V11.5496V12.133H18.666V10.9663H16.916V8.63297Z",
|
|
18
|
+
fill: "white"
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 21 16';
|
|
@@ -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
|
+
fill: iconPrimary,
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M10.8883 10.5908C10.8883 7.89304 13.2808 5.8226 15.9506 6.20993C18.7257 6.61252 20.4319 9.46105 19.4774 12.0977L16.7878 19.527C16.5407 20.2096 16.0022 20.7466 15.3188 20.9918C14.302 21.3565 13.1838 20.816 12.8381 19.7926L12.2737 18.1223C12.1499 17.756 11.7527 17.5595 11.3864 17.6832C11.0202 17.807 10.8236 18.2042 10.9473 18.5705L11.5117 20.2408C12.1083 22.0063 14.0374 22.9388 15.7915 22.3095C16.8674 21.9236 17.7152 21.0782 18.1042 20.0035L20.7938 12.5743C22.0502 9.10375 19.8043 5.35435 16.1516 4.82443C12.6374 4.31461 9.48828 7.03985 9.48828 10.5908V11.6666V11.7057L9.49264 11.7446L9.84819 14.9167C9.89126 15.3009 10.2376 15.5775 10.6218 15.5344C11.006 15.4913 11.2825 15.145 11.2395 14.7608L10.8883 11.6275V10.5908ZM15.0594 8.63329C13.9551 8.63329 12.9845 9.36537 12.6811 10.4272L12.6283 10.6123C12.3353 11.6376 12.6665 12.7397 13.4761 13.4337L13.7348 13.6554C14.3687 14.1987 14.5629 15.0977 14.2099 15.8542L14.1244 16.0373C13.9609 16.3876 14.1124 16.8041 14.4627 16.9676C14.8131 17.1311 15.2296 16.9797 15.3931 16.6293L15.4785 16.4462C16.0973 15.1203 15.7568 13.5446 14.646 12.5925L14.3872 12.3707C13.993 12.0328 13.8317 11.4962 13.9744 10.9969L14.0273 10.8118C14.1589 10.351 14.5801 10.0333 15.0594 10.0333C15.6522 10.0333 16.1328 10.5139 16.1328 11.1067V11.3333C16.1328 11.7199 16.4462 12.0333 16.8328 12.0333C17.2194 12.0333 17.5328 11.7199 17.5328 11.3333V11.1067C17.5328 9.74068 16.4254 8.63329 15.0594 8.63329Z"
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 29 28';
|
|
@@ -9,5 +9,5 @@ export type SvgPath = {
|
|
|
9
9
|
viewBox?: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const getPath: (name: string, props: PathOptions) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export declare const getViewBox: (name: string) => "0 0 12 12" | "0 0 16 16" | "0 0 48 48" | "0 0 20 8" | "0 0 20 20" | "0 0 32 32" | "0 0 50 50" | "0 0 20 21" | "0 0 30 30" | "0 0 48 49" | "0 0 49 49" | "0 0 200 120" | "0 0 10 10" | "0 0 22 22" | "0 0 5 19" | "0 0 29 29" | "0 0 32 20" | "0 0 138 100" | "0 0 48 30" | "0 0 48 20" | "0 0 24 24" | "0 0 30 48" | "0 0 49 48" | "0 0 100 56" | "0 0 28 28" | "0 0 32 33" | "0 0 20
|
|
12
|
+
export declare const getViewBox: (name: string) => "0 0 12 12" | "0 0 16 16" | "0 0 48 48" | "0 0 20 8" | "0 0 20 20" | "0 0 32 32" | "0 0 50 50" | "0 0 20 21" | "0 0 30 30" | "0 0 48 49" | "0 0 49 49" | "0 0 200 120" | "0 0 10 10" | "0 0 22 22" | "0 0 5 19" | "0 0 36 36" | "0 0 29 29" | "0 0 32 20" | "0 0 138 100" | "0 0 48 30" | "0 0 48 20" | "0 0 24 24" | "0 0 30 48" | "0 0 49 48" | "0 0 100 56" | "0 0 28 28" | "0 0 32 33" | "0 0 21 20" | "0 0 20 48" | "0 0 39 10" | "0 0 17 16" | "0 0 18 18" | "0 0 33 32" | "0 0 40 40" | "0 0 9 9" | "0 0 26 26" | "0 0 14 30" | "0 0 10 12" | "0 0 21 16" | "0 4 16 8" | "0 0 40 11" | "0 0 16 13" | "0 0 15 13.5" | "0 0 29 28" | "0 0 8 32" | "0 0 31 30" | "0 0 4 4" | "0 0 45 7" | "0 0 14 14" | "0 0 12 15" | "0 0 15 14" | "0 0 0 0";
|
|
13
13
|
export declare const getFill: (name: string) => "none" | undefined;
|
|
@@ -36,6 +36,7 @@ export * as fcr_cloudrecord from './paths/fcr_cloudrecord';
|
|
|
36
36
|
export * as fcr_cohost1 from './paths/fcr_cohost1';
|
|
37
37
|
export * as fcr_cohost2 from './paths/fcr_cohost2';
|
|
38
38
|
export * as fcr_colon from './paths/fcr_colon';
|
|
39
|
+
export * as fcr_color from './paths/fcr_color';
|
|
39
40
|
export * as fcr_computerdata from './paths/fcr_computerdata';
|
|
40
41
|
export * as fcr_copy from './paths/fcr_copy';
|
|
41
42
|
export * as fcr_copy2 from './paths/fcr_copy2';
|
|
@@ -84,9 +85,12 @@ export * as fcr_head from './paths/fcr_head';
|
|
|
84
85
|
export * as fcr_helpquestion from './paths/fcr_helpquestion';
|
|
85
86
|
export * as fcr_hidevideo from './paths/fcr_hidevideo';
|
|
86
87
|
export * as fcr_home_code2 from './paths/fcr_home_code2';
|
|
88
|
+
export * as fcr_home_quickstart from './paths/fcr_home_quickstart';
|
|
87
89
|
export * as fcr_host from './paths/fcr_host';
|
|
88
90
|
export * as fcr_host2 from './paths/fcr_host2';
|
|
89
91
|
export * as fcr_interpretation2 from './paths/fcr_interpretation2';
|
|
92
|
+
export * as fcr_jbh from './paths/fcr_jbh';
|
|
93
|
+
export * as fcr_jbh_invite from './paths/fcr_jbh_invite';
|
|
90
94
|
export * as fcr_left from './paths/fcr_left';
|
|
91
95
|
export * as fcr_left1 from './paths/fcr_left1';
|
|
92
96
|
export * as fcr_left3 from './paths/fcr_left3';
|
|
@@ -107,11 +111,13 @@ export * as fcr_mirrorimage_off from './paths/fcr_mirrorimage_off';
|
|
|
107
111
|
export * as fcr_mirrorimage_right from './paths/fcr_mirrorimage_right';
|
|
108
112
|
export * as fcr_mobile_arrow_left from './paths/fcr_mobile_arrow_left';
|
|
109
113
|
export * as fcr_mobile_camera2 from './paths/fcr_mobile_camera2';
|
|
114
|
+
export * as fcr_mobile_cameraoff2 from './paths/fcr_mobile_cameraoff2';
|
|
110
115
|
export * as fcr_mobile_chat2 from './paths/fcr_mobile_chat2';
|
|
111
116
|
export * as fcr_mobile_chat3 from './paths/fcr_mobile_chat3';
|
|
112
117
|
export * as fcr_mobile_duplicate from './paths/fcr_mobile_duplicate';
|
|
113
118
|
export * as fcr_mobile_more from './paths/fcr_mobile_more';
|
|
114
119
|
export * as fcr_mobile_sharescreen from './paths/fcr_mobile_sharescreen';
|
|
120
|
+
export * as fcr_mobile_subtities_off from './paths/fcr_mobile_subtities_off';
|
|
115
121
|
export * as fcr_mobile_subtities_on from './paths/fcr_mobile_subtities_on';
|
|
116
122
|
export * as fcr_mobile_whiteboard_redo from './paths/fcr_mobile_whiteboard_redo';
|
|
117
123
|
export * as fcr_mobile_whiteboard_undo from './paths/fcr_mobile_whiteboard_undo';
|
|
@@ -138,8 +144,8 @@ export * as fcr_pen_line_2size from './paths/fcr_pen_line_2size';
|
|
|
138
144
|
export * as fcr_pen_line_3size from './paths/fcr_pen_line_3size';
|
|
139
145
|
export * as fcr_pen_line_4size from './paths/fcr_pen_line_4size';
|
|
140
146
|
export * as fcr_pensize from './paths/fcr_pensize';
|
|
141
|
-
export * as fcr_pensize_straight from './paths/fcr_pensize_straight';
|
|
142
147
|
export * as fcr_pensize3_straight from './paths/fcr_pensize3_straight';
|
|
148
|
+
export * as fcr_pensize_straight from './paths/fcr_pensize_straight';
|
|
143
149
|
export * as fcr_people from './paths/fcr_people';
|
|
144
150
|
export * as fcr_phonecall1 from './paths/fcr_phonecall1';
|
|
145
151
|
export * as fcr_phonecall2 from './paths/fcr_phonecall2';
|
|
@@ -188,6 +194,7 @@ export * as fcr_setting_meetingassistant from './paths/fcr_setting_meetingassist
|
|
|
188
194
|
export * as fcr_setting_none from './paths/fcr_setting_none';
|
|
189
195
|
export * as fcr_setting_teacher from './paths/fcr_setting_teacher';
|
|
190
196
|
export * as fcr_share from './paths/fcr_share';
|
|
197
|
+
export * as fcr_share_sound from './paths/fcr_share_sound';
|
|
191
198
|
export * as fcr_sharingbar_down from './paths/fcr_sharingbar_down';
|
|
192
199
|
export * as fcr_sharingbar_up from './paths/fcr_sharingbar_up';
|
|
193
200
|
export * as fcr_showvideo from './paths/fcr_showvideo';
|
|
@@ -202,11 +209,19 @@ export * as fcr_stop3 from './paths/fcr_stop3';
|
|
|
202
209
|
export * as fcr_stoplive from './paths/fcr_stoplive';
|
|
203
210
|
export * as fcr_stopscreensharing from './paths/fcr_stopscreensharing';
|
|
204
211
|
export * as fcr_student_rasiehand from './paths/fcr_student_rasiehand';
|
|
212
|
+
export * as fcr_subtitieshistory from './paths/fcr_subtitieshistory';
|
|
213
|
+
export * as fcr_subtitieshistory2 from './paths/fcr_subtitieshistory2';
|
|
214
|
+
export * as fcr_v2_subtitieshistory from './paths/fcr_v2_subtitieshistory';
|
|
215
|
+
export * as fcr_subtitieshistory_off from './paths/fcr_subtitieshistory_off';
|
|
216
|
+
export * as fcr_subtitieshistory_on from './paths/fcr_subtitieshistory_on';
|
|
217
|
+
export * as fcr_subtitles from './paths/fcr_subtitles';
|
|
205
218
|
export * as fcr_subtract from './paths/fcr_subtract';
|
|
219
|
+
export * as fcr_to2 from './paths/fcr_to2';
|
|
206
220
|
export * as fcr_tooltip_arrow from './paths/fcr_tooltip_arrow';
|
|
207
221
|
export * as fcr_tooltip_arrow_2 from './paths/fcr_tooltip_arrow_2';
|
|
208
222
|
export * as fcr_topwindows from './paths/fcr_topwindows';
|
|
209
223
|
export * as fcr_translanguage from './paths/fcr_translanguage';
|
|
224
|
+
export * as fcr_translate1 from './paths/fcr_translate1';
|
|
210
225
|
export * as fcr_underline from './paths/fcr_underline';
|
|
211
226
|
export * as fcr_unpin from './paths/fcr_unpin';
|
|
212
227
|
export * as fcr_up from './paths/fcr_up';
|
|
@@ -239,6 +254,7 @@ export * as fcr_v2_vote from './paths/fcr_v2_vote';
|
|
|
239
254
|
export * as fcr_video_sharescreen from './paths/fcr_video_sharescreen';
|
|
240
255
|
export * as fcr_videoback from './paths/fcr_videoback';
|
|
241
256
|
export * as fcr_videorotation2 from './paths/fcr_videorotation2';
|
|
257
|
+
export * as fcr_volume_hear from './paths/fcr_volume_hear';
|
|
242
258
|
export * as fcr_waiting_room from './paths/fcr_waiting_room';
|
|
243
259
|
export * as fcr_web_chat from './paths/fcr_web_chat';
|
|
244
260
|
export * as fcr_web_connectsound from './paths/fcr_web_connectsound';
|
|
@@ -309,9 +325,7 @@ export * as logo_moonshot from './paths/logo_moonshot';
|
|
|
309
325
|
export * as logo_openai from './paths/logo_openai';
|
|
310
326
|
export * as set_sale from './paths/set_sale';
|
|
311
327
|
export * as zhipuai from './paths/zhipuai';
|
|
312
|
-
export * as
|
|
313
|
-
export * as
|
|
314
|
-
export * as
|
|
315
|
-
export * as
|
|
316
|
-
export * as fcr_jbh_invite from './paths/fcr_jbh_invite';
|
|
317
|
-
export * as fcr_home_quickstart from './paths/fcr_home_quickstart';
|
|
328
|
+
export * as fcr_toggle_dialog from './paths/fcr_toggle_dialog';
|
|
329
|
+
export * as fcr_untop from './paths/fcr_untop';
|
|
330
|
+
export * as fcr_top from './paths/fcr_top';
|
|
331
|
+
export * as fcr_dialog_more from './paths/fcr_dialog_more';
|
|
@@ -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.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.zhipuai = exports.set_sale = exports.logo_openai = exports.logo_moonshot = 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 = void 0;
|
|
16
|
+
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_quickstart = 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_download2 = exports.fcr_download = exports.fcr_down1 = exports.fcr_down = exports.fcr_dialog_more = exports.fcr_deviceaudioon = exports.fcr_deviceaudiooff = exports.fcr_delete5 = 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_color = 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_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_pensize3_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_subtities_off = 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 = exports.fcr_liveicon = exports.fcr_live2 = exports.fcr_live = exports.fcr_list_on_top_big = exports.fcr_list_on_right_big = void 0;
|
|
18
|
+
exports.fcr_whiteboard_ped_curve = exports.fcr_whiteboard_ped5 = exports.fcr_whiteboard_ped4 = 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_laserpen3 = exports.fcr_whiteboard_laserpen2 = exports.fcr_whiteboard_laserpen1 = exports.fcr_whiteboard_laserpen = exports.fcr_whiteboard_forward = exports.fcr_whiteboard_expand2 = exports.fcr_whiteboard_eraser2 = 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_volume_hear = 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_subtitieshistory = 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_untop = exports.fcr_unpin = exports.fcr_underline = exports.fcr_translate1 = exports.fcr_translanguage = exports.fcr_topwindows = exports.fcr_top = exports.fcr_tooltip_arrow_2 = exports.fcr_tooltip_arrow = exports.fcr_toggle_dialog = exports.fcr_to2 = exports.fcr_subtract = exports.fcr_subtitles = exports.fcr_subtitieshistory_on = exports.fcr_subtitieshistory_off = exports.fcr_subtitieshistory2 = exports.fcr_subtitieshistory = exports.fcr_student_rasiehand = exports.fcr_stopscreensharing = 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_showvideo2 = exports.fcr_showvideo = void 0;
|
|
19
|
+
exports.zhipuai = exports.set_sale = exports.logo_openai = exports.logo_moonshot = 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 = 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"));
|
|
@@ -93,6 +93,8 @@ var _fcr_cohost2 = _interopRequireWildcard(require("./paths/fcr_cohost2"));
|
|
|
93
93
|
exports.fcr_cohost2 = _fcr_cohost2;
|
|
94
94
|
var _fcr_colon = _interopRequireWildcard(require("./paths/fcr_colon"));
|
|
95
95
|
exports.fcr_colon = _fcr_colon;
|
|
96
|
+
var _fcr_color = _interopRequireWildcard(require("./paths/fcr_color"));
|
|
97
|
+
exports.fcr_color = _fcr_color;
|
|
96
98
|
var _fcr_computerdata = _interopRequireWildcard(require("./paths/fcr_computerdata"));
|
|
97
99
|
exports.fcr_computerdata = _fcr_computerdata;
|
|
98
100
|
var _fcr_copy = _interopRequireWildcard(require("./paths/fcr_copy"));
|
|
@@ -189,12 +191,18 @@ var _fcr_hidevideo = _interopRequireWildcard(require("./paths/fcr_hidevideo"));
|
|
|
189
191
|
exports.fcr_hidevideo = _fcr_hidevideo;
|
|
190
192
|
var _fcr_home_code = _interopRequireWildcard(require("./paths/fcr_home_code2"));
|
|
191
193
|
exports.fcr_home_code2 = _fcr_home_code;
|
|
194
|
+
var _fcr_home_quickstart = _interopRequireWildcard(require("./paths/fcr_home_quickstart"));
|
|
195
|
+
exports.fcr_home_quickstart = _fcr_home_quickstart;
|
|
192
196
|
var _fcr_host = _interopRequireWildcard(require("./paths/fcr_host"));
|
|
193
197
|
exports.fcr_host = _fcr_host;
|
|
194
198
|
var _fcr_host2 = _interopRequireWildcard(require("./paths/fcr_host2"));
|
|
195
199
|
exports.fcr_host2 = _fcr_host2;
|
|
196
200
|
var _fcr_interpretation = _interopRequireWildcard(require("./paths/fcr_interpretation2"));
|
|
197
201
|
exports.fcr_interpretation2 = _fcr_interpretation;
|
|
202
|
+
var _fcr_jbh = _interopRequireWildcard(require("./paths/fcr_jbh"));
|
|
203
|
+
exports.fcr_jbh = _fcr_jbh;
|
|
204
|
+
var _fcr_jbh_invite = _interopRequireWildcard(require("./paths/fcr_jbh_invite"));
|
|
205
|
+
exports.fcr_jbh_invite = _fcr_jbh_invite;
|
|
198
206
|
var _fcr_left = _interopRequireWildcard(require("./paths/fcr_left"));
|
|
199
207
|
exports.fcr_left = _fcr_left;
|
|
200
208
|
var _fcr_left2 = _interopRequireWildcard(require("./paths/fcr_left1"));
|
|
@@ -235,6 +243,8 @@ var _fcr_mobile_arrow_left = _interopRequireWildcard(require("./paths/fcr_mobile
|
|
|
235
243
|
exports.fcr_mobile_arrow_left = _fcr_mobile_arrow_left;
|
|
236
244
|
var _fcr_mobile_camera = _interopRequireWildcard(require("./paths/fcr_mobile_camera2"));
|
|
237
245
|
exports.fcr_mobile_camera2 = _fcr_mobile_camera;
|
|
246
|
+
var _fcr_mobile_cameraoff = _interopRequireWildcard(require("./paths/fcr_mobile_cameraoff2"));
|
|
247
|
+
exports.fcr_mobile_cameraoff2 = _fcr_mobile_cameraoff;
|
|
238
248
|
var _fcr_mobile_chat = _interopRequireWildcard(require("./paths/fcr_mobile_chat2"));
|
|
239
249
|
exports.fcr_mobile_chat2 = _fcr_mobile_chat;
|
|
240
250
|
var _fcr_mobile_chat2 = _interopRequireWildcard(require("./paths/fcr_mobile_chat3"));
|
|
@@ -245,6 +255,8 @@ var _fcr_mobile_more = _interopRequireWildcard(require("./paths/fcr_mobile_more"
|
|
|
245
255
|
exports.fcr_mobile_more = _fcr_mobile_more;
|
|
246
256
|
var _fcr_mobile_sharescreen = _interopRequireWildcard(require("./paths/fcr_mobile_sharescreen"));
|
|
247
257
|
exports.fcr_mobile_sharescreen = _fcr_mobile_sharescreen;
|
|
258
|
+
var _fcr_mobile_subtities_off = _interopRequireWildcard(require("./paths/fcr_mobile_subtities_off"));
|
|
259
|
+
exports.fcr_mobile_subtities_off = _fcr_mobile_subtities_off;
|
|
248
260
|
var _fcr_mobile_subtities_on = _interopRequireWildcard(require("./paths/fcr_mobile_subtities_on"));
|
|
249
261
|
exports.fcr_mobile_subtities_on = _fcr_mobile_subtities_on;
|
|
250
262
|
var _fcr_mobile_whiteboard_redo = _interopRequireWildcard(require("./paths/fcr_mobile_whiteboard_redo"));
|
|
@@ -297,10 +309,10 @@ var _fcr_pen_line_4size = _interopRequireWildcard(require("./paths/fcr_pen_line_
|
|
|
297
309
|
exports.fcr_pen_line_4size = _fcr_pen_line_4size;
|
|
298
310
|
var _fcr_pensize = _interopRequireWildcard(require("./paths/fcr_pensize"));
|
|
299
311
|
exports.fcr_pensize = _fcr_pensize;
|
|
300
|
-
var _fcr_pensize_straight = _interopRequireWildcard(require("./paths/fcr_pensize_straight"));
|
|
301
|
-
exports.fcr_pensize_straight = _fcr_pensize_straight;
|
|
302
312
|
var _fcr_pensize3_straight = _interopRequireWildcard(require("./paths/fcr_pensize3_straight"));
|
|
303
313
|
exports.fcr_pensize3_straight = _fcr_pensize3_straight;
|
|
314
|
+
var _fcr_pensize_straight = _interopRequireWildcard(require("./paths/fcr_pensize_straight"));
|
|
315
|
+
exports.fcr_pensize_straight = _fcr_pensize_straight;
|
|
304
316
|
var _fcr_people = _interopRequireWildcard(require("./paths/fcr_people"));
|
|
305
317
|
exports.fcr_people = _fcr_people;
|
|
306
318
|
var _fcr_phonecall = _interopRequireWildcard(require("./paths/fcr_phonecall1"));
|
|
@@ -397,6 +409,8 @@ var _fcr_setting_teacher = _interopRequireWildcard(require("./paths/fcr_setting_
|
|
|
397
409
|
exports.fcr_setting_teacher = _fcr_setting_teacher;
|
|
398
410
|
var _fcr_share = _interopRequireWildcard(require("./paths/fcr_share"));
|
|
399
411
|
exports.fcr_share = _fcr_share;
|
|
412
|
+
var _fcr_share_sound = _interopRequireWildcard(require("./paths/fcr_share_sound"));
|
|
413
|
+
exports.fcr_share_sound = _fcr_share_sound;
|
|
400
414
|
var _fcr_sharingbar_down = _interopRequireWildcard(require("./paths/fcr_sharingbar_down"));
|
|
401
415
|
exports.fcr_sharingbar_down = _fcr_sharingbar_down;
|
|
402
416
|
var _fcr_sharingbar_up = _interopRequireWildcard(require("./paths/fcr_sharingbar_up"));
|
|
@@ -425,8 +439,22 @@ var _fcr_stopscreensharing = _interopRequireWildcard(require("./paths/fcr_stopsc
|
|
|
425
439
|
exports.fcr_stopscreensharing = _fcr_stopscreensharing;
|
|
426
440
|
var _fcr_student_rasiehand = _interopRequireWildcard(require("./paths/fcr_student_rasiehand"));
|
|
427
441
|
exports.fcr_student_rasiehand = _fcr_student_rasiehand;
|
|
442
|
+
var _fcr_subtitieshistory = _interopRequireWildcard(require("./paths/fcr_subtitieshistory"));
|
|
443
|
+
exports.fcr_subtitieshistory = _fcr_subtitieshistory;
|
|
444
|
+
var _fcr_subtitieshistory2 = _interopRequireWildcard(require("./paths/fcr_subtitieshistory2"));
|
|
445
|
+
exports.fcr_subtitieshistory2 = _fcr_subtitieshistory2;
|
|
446
|
+
var _fcr_v2_subtitieshistory = _interopRequireWildcard(require("./paths/fcr_v2_subtitieshistory"));
|
|
447
|
+
exports.fcr_v2_subtitieshistory = _fcr_v2_subtitieshistory;
|
|
448
|
+
var _fcr_subtitieshistory_off = _interopRequireWildcard(require("./paths/fcr_subtitieshistory_off"));
|
|
449
|
+
exports.fcr_subtitieshistory_off = _fcr_subtitieshistory_off;
|
|
450
|
+
var _fcr_subtitieshistory_on = _interopRequireWildcard(require("./paths/fcr_subtitieshistory_on"));
|
|
451
|
+
exports.fcr_subtitieshistory_on = _fcr_subtitieshistory_on;
|
|
452
|
+
var _fcr_subtitles = _interopRequireWildcard(require("./paths/fcr_subtitles"));
|
|
453
|
+
exports.fcr_subtitles = _fcr_subtitles;
|
|
428
454
|
var _fcr_subtract = _interopRequireWildcard(require("./paths/fcr_subtract"));
|
|
429
455
|
exports.fcr_subtract = _fcr_subtract;
|
|
456
|
+
var _fcr_to = _interopRequireWildcard(require("./paths/fcr_to2"));
|
|
457
|
+
exports.fcr_to2 = _fcr_to;
|
|
430
458
|
var _fcr_tooltip_arrow = _interopRequireWildcard(require("./paths/fcr_tooltip_arrow"));
|
|
431
459
|
exports.fcr_tooltip_arrow = _fcr_tooltip_arrow;
|
|
432
460
|
var _fcr_tooltip_arrow_ = _interopRequireWildcard(require("./paths/fcr_tooltip_arrow_2"));
|
|
@@ -435,6 +463,8 @@ var _fcr_topwindows = _interopRequireWildcard(require("./paths/fcr_topwindows"))
|
|
|
435
463
|
exports.fcr_topwindows = _fcr_topwindows;
|
|
436
464
|
var _fcr_translanguage = _interopRequireWildcard(require("./paths/fcr_translanguage"));
|
|
437
465
|
exports.fcr_translanguage = _fcr_translanguage;
|
|
466
|
+
var _fcr_translate = _interopRequireWildcard(require("./paths/fcr_translate1"));
|
|
467
|
+
exports.fcr_translate1 = _fcr_translate;
|
|
438
468
|
var _fcr_underline = _interopRequireWildcard(require("./paths/fcr_underline"));
|
|
439
469
|
exports.fcr_underline = _fcr_underline;
|
|
440
470
|
var _fcr_unpin = _interopRequireWildcard(require("./paths/fcr_unpin"));
|
|
@@ -499,6 +529,8 @@ var _fcr_videoback = _interopRequireWildcard(require("./paths/fcr_videoback"));
|
|
|
499
529
|
exports.fcr_videoback = _fcr_videoback;
|
|
500
530
|
var _fcr_videorotation = _interopRequireWildcard(require("./paths/fcr_videorotation2"));
|
|
501
531
|
exports.fcr_videorotation2 = _fcr_videorotation;
|
|
532
|
+
var _fcr_volume_hear = _interopRequireWildcard(require("./paths/fcr_volume_hear"));
|
|
533
|
+
exports.fcr_volume_hear = _fcr_volume_hear;
|
|
502
534
|
var _fcr_waiting_room = _interopRequireWildcard(require("./paths/fcr_waiting_room"));
|
|
503
535
|
exports.fcr_waiting_room = _fcr_waiting_room;
|
|
504
536
|
var _fcr_web_chat = _interopRequireWildcard(require("./paths/fcr_web_chat"));
|
|
@@ -639,16 +671,12 @@ var _set_sale = _interopRequireWildcard(require("./paths/set_sale"));
|
|
|
639
671
|
exports.set_sale = _set_sale;
|
|
640
672
|
var _zhipuai = _interopRequireWildcard(require("./paths/zhipuai"));
|
|
641
673
|
exports.zhipuai = _zhipuai;
|
|
642
|
-
var
|
|
643
|
-
exports.
|
|
644
|
-
var
|
|
645
|
-
exports.
|
|
646
|
-
var
|
|
647
|
-
exports.
|
|
648
|
-
var
|
|
649
|
-
exports.
|
|
650
|
-
var _fcr_jbh_invite = _interopRequireWildcard(require("./paths/fcr_jbh_invite"));
|
|
651
|
-
exports.fcr_jbh_invite = _fcr_jbh_invite;
|
|
652
|
-
var _fcr_home_quickstart = _interopRequireWildcard(require("./paths/fcr_home_quickstart"));
|
|
653
|
-
exports.fcr_home_quickstart = _fcr_home_quickstart;
|
|
674
|
+
var _fcr_toggle_dialog = _interopRequireWildcard(require("./paths/fcr_toggle_dialog"));
|
|
675
|
+
exports.fcr_toggle_dialog = _fcr_toggle_dialog;
|
|
676
|
+
var _fcr_untop = _interopRequireWildcard(require("./paths/fcr_untop"));
|
|
677
|
+
exports.fcr_untop = _fcr_untop;
|
|
678
|
+
var _fcr_top = _interopRequireWildcard(require("./paths/fcr_top"));
|
|
679
|
+
exports.fcr_top = _fcr_top;
|
|
680
|
+
var _fcr_dialog_more = _interopRequireWildcard(require("./paths/fcr_dialog_more"));
|
|
681
|
+
exports.fcr_dialog_more = _fcr_dialog_more;
|
|
654
682
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
@@ -37,6 +37,7 @@ export declare enum FcrIconType {
|
|
|
37
37
|
FCR_COHOST1 = "fcr_cohost1",
|
|
38
38
|
FCR_COHOST2 = "fcr_cohost2",
|
|
39
39
|
FCR_COLON = "fcr_colon",
|
|
40
|
+
FCR_COLOR = "fcr_color",
|
|
40
41
|
FCR_COMPUTERDATA = "fcr_computerdata",
|
|
41
42
|
FCR_COPY = "fcr_copy",
|
|
42
43
|
FCR_COPY2 = "fcr_copy2",
|
|
@@ -85,9 +86,12 @@ export declare enum FcrIconType {
|
|
|
85
86
|
FCR_HELPQUESTION = "fcr_helpquestion",
|
|
86
87
|
FCR_HIDEVIDEO = "fcr_hidevideo",
|
|
87
88
|
FCR_HOME_CODE2 = "fcr_home_code2",
|
|
89
|
+
FCR_HOME_QUICKSTART = "fcr_home_quickstart",
|
|
88
90
|
FCR_HOST = "fcr_host",
|
|
89
91
|
FCR_HOST2 = "fcr_host2",
|
|
90
92
|
FCR_INTERPRETATION2 = "fcr_interpretation2",
|
|
93
|
+
FCR_JBH = "fcr_jbh",
|
|
94
|
+
FCR_JBH_INVITE = "fcr_jbh_invite",
|
|
91
95
|
FCR_LEFT = "fcr_left",
|
|
92
96
|
FCR_LEFT1 = "fcr_left1",
|
|
93
97
|
FCR_LEFT3 = "fcr_left3",
|
|
@@ -108,11 +112,13 @@ export declare enum FcrIconType {
|
|
|
108
112
|
FCR_MIRRORIMAGE_RIGHT = "fcr_mirrorimage_right",
|
|
109
113
|
FCR_MOBILE_ARROW_LEFT = "fcr_mobile_arrow_left",
|
|
110
114
|
FCR_MOBILE_CAMERA2 = "fcr_mobile_camera2",
|
|
115
|
+
FCR_MOBILE_CAMERAOFF2 = "fcr_mobile_cameraoff2",
|
|
111
116
|
FCR_MOBILE_CHAT2 = "fcr_mobile_chat2",
|
|
112
117
|
FCR_MOBILE_CHAT3 = "fcr_mobile_chat3",
|
|
113
118
|
FCR_MOBILE_DUPLICATE = "fcr_mobile_duplicate",
|
|
114
119
|
FCR_MOBILE_MORE = "fcr_mobile_more",
|
|
115
120
|
FCR_MOBILE_SHARESCREEN = "fcr_mobile_sharescreen",
|
|
121
|
+
FCR_MOBILE_SUBTITIES_OFF = "fcr_mobile_subtities_off",
|
|
116
122
|
FCR_MOBILE_SUBTITIES_ON = "fcr_mobile_subtities_on",
|
|
117
123
|
FCR_MOBILE_WHITEBOARD_REDO = "fcr_mobile_whiteboard_redo",
|
|
118
124
|
FCR_MOBILE_WHITEBOARD_UNDO = "fcr_mobile_whiteboard_undo",
|
|
@@ -139,8 +145,8 @@ export declare enum FcrIconType {
|
|
|
139
145
|
FCR_PEN_LINE_3SIZE = "fcr_pen_line_3size",
|
|
140
146
|
FCR_PEN_LINE_4SIZE = "fcr_pen_line_4size",
|
|
141
147
|
FCR_PENSIZE = "fcr_pensize",
|
|
142
|
-
FCR_PENSIZE_STRAIGHT = "fcr_pensize_straight",
|
|
143
148
|
FCR_PENSIZE3_STRAIGHT = "fcr_pensize3_straight",
|
|
149
|
+
FCR_PENSIZE_STRAIGHT = "fcr_pensize_straight",
|
|
144
150
|
FCR_PEOPLE = "fcr_people",
|
|
145
151
|
FCR_PHONECALL1 = "fcr_phonecall1",
|
|
146
152
|
FCR_PHONECALL2 = "fcr_phonecall2",
|
|
@@ -189,6 +195,7 @@ export declare enum FcrIconType {
|
|
|
189
195
|
FCR_SETTING_NONE = "fcr_setting_none",
|
|
190
196
|
FCR_SETTING_TEACHER = "fcr_setting_teacher",
|
|
191
197
|
FCR_SHARE = "fcr_share",
|
|
198
|
+
FCR_SHARE_SOUND = "fcr_share_sound",
|
|
192
199
|
FCR_SHARINGBAR_DOWN = "fcr_sharingbar_down",
|
|
193
200
|
FCR_SHARINGBAR_UP = "fcr_sharingbar_up",
|
|
194
201
|
FCR_SHOWVIDEO = "fcr_showvideo",
|
|
@@ -203,11 +210,19 @@ export declare enum FcrIconType {
|
|
|
203
210
|
FCR_STOPLIVE = "fcr_stoplive",
|
|
204
211
|
FCR_STOPSCREENSHARING = "fcr_stopscreensharing",
|
|
205
212
|
FCR_STUDENT_RASIEHAND = "fcr_student_rasiehand",
|
|
213
|
+
FCR_SUBTITIESHISTORY = "fcr_subtitieshistory",
|
|
214
|
+
FCR_SUBTITIESHISTORY2 = "fcr_subtitieshistory2",
|
|
215
|
+
FCR_V2_SUBTITIESHISTORY = "fcr_v2_subtitieshistory",
|
|
216
|
+
FCR_SUBTITIESHISTORY_OFF = "fcr_subtitieshistory_off",
|
|
217
|
+
FCR_SUBTITIESHISTORY_ON = "fcr_subtitieshistory_on",
|
|
218
|
+
FCR_SUBTITLES = "fcr_subtitles",
|
|
206
219
|
FCR_SUBTRACT = "fcr_subtract",
|
|
220
|
+
FCR_TO2 = "fcr_to2",
|
|
207
221
|
FCR_TOOLTIP_ARROW = "fcr_tooltip_arrow",
|
|
208
222
|
FCR_TOOLTIP_ARROW_2 = "fcr_tooltip_arrow_2",
|
|
209
223
|
FCR_TOPWINDOWS = "fcr_topwindows",
|
|
210
224
|
FCR_TRANSLANGUAGE = "fcr_translanguage",
|
|
225
|
+
FCR_TRANSLATE1 = "fcr_translate1",
|
|
211
226
|
FCR_UNDERLINE = "fcr_underline",
|
|
212
227
|
FCR_UNPIN = "fcr_unpin",
|
|
213
228
|
FCR_UP = "fcr_up",
|
|
@@ -240,6 +255,7 @@ export declare enum FcrIconType {
|
|
|
240
255
|
FCR_VIDEO_SHARESCREEN = "fcr_video_sharescreen",
|
|
241
256
|
FCR_VIDEOBACK = "fcr_videoback",
|
|
242
257
|
FCR_VIDEOROTATION2 = "fcr_videorotation2",
|
|
258
|
+
FCR_VOLUME_HEAR = "fcr_volume_hear",
|
|
243
259
|
FCR_WAITING_ROOM = "fcr_waiting_room",
|
|
244
260
|
FCR_WEB_CHAT = "fcr_web_chat",
|
|
245
261
|
FCR_WEB_CONNECTSOUND = "fcr_web_connectsound",
|
|
@@ -310,10 +326,8 @@ export declare enum FcrIconType {
|
|
|
310
326
|
LOGO_OPENAI = "logo_openai",
|
|
311
327
|
SET_SALE = "set_sale",
|
|
312
328
|
ZHIPUAI = "zhipuai",
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
FCR_COLOR = "fcr_color",
|
|
318
|
-
FCR_HOME_QUICKSTART = "fcr_home_quickstart"
|
|
329
|
+
FCR_TOGGLE_DIALOG = "fcr_toggle_dialog",
|
|
330
|
+
FCR_UNTOP = "fcr_untop",
|
|
331
|
+
FCR_TOP = "fcr_top",
|
|
332
|
+
FCR_DIALOG_MORE = "fcr_dialog_more"
|
|
319
333
|
}
|