@univerjs-pro/collaboration-client-ui 0.25.0 → 1.0.0-alpha.0
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/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +6 -6
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +8 -0
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +3 -2
- package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +34 -0
- package/lib/types/controllers/collab-cursor/slide-collab-cursor-render.controller.d.ts +21 -0
- package/lib/types/controllers/entity-ui/collaboration-entity-ui.controller.d.ts +1 -3
- package/lib/types/index.d.ts +3 -2
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/models/cursor.d.ts +23 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/local-cache/web-local-cache.service.d.ts +1 -0
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +1 -1
- package/lib/types/views/components/CollabStatus.d.ts +1 -1
- package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +15 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +23 -21
package/lib/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x6c2b40=_0x4679;(function(_0x36260d,_0x1878c4){var _0x570893=_0x4679,_0xa3f37c=_0x36260d();while(!![]){try{var _0x33ecf1=parseInt(_0x570893(0xb6))/0x1*(-parseInt(_0x570893(0xae))/0x2)+-parseInt(_0x570893(0xb5))/0x3*(parseInt(_0x570893(0xb8))/0x4)+-parseInt(_0x570893(0xba))/0x5*(parseInt(_0x570893(0xb7))/0x6)+parseInt(_0x570893(0xad))/0x7*(parseInt(_0x570893(0xb1))/0x8)+-parseInt(_0x570893(0xb9))/0x9*(parseInt(_0x570893(0xab))/0xa)+parseInt(_0x570893(0xb2))/0xb*(parseInt(_0x570893(0xaf))/0xc)+-parseInt(_0x570893(0xb4))/0xd*(-parseInt(_0x570893(0xb3))/0xe);if(_0x33ecf1===_0x1878c4)break;else _0xa3f37c['push'](_0xa3f37c['shift']());}catch(_0x444e7f){_0xa3f37c['push'](_0xa3f37c['shift']());}}}(_0x41c9,0xc7e74));import{RemoteUniscriptService as _0x1efc41}from'@univerjs-pro/collaboration-client-ui';function _0x41c9(){var _0x3e97a5=['runOnServer','extend','24550OnlSSU','_injector','892801Xikyrf','30vawTwt','4740EAKCbs','get','8lbnxxH','36289DWNBGo','784uNQtHU','644644TPlNSi','2970GtLUCt','88471LfHnqt','1033326bYaPFj','1592BwlzfB','4851pAhssd','10cvHatC'];_0x41c9=function(){return _0x3e97a5;};return _0x41c9();}function _0x4679(_0x2b4f17,_0x6c1130){_0x2b4f17=_0x2b4f17-0xaa;var _0x41c9cb=_0x41c9();var _0x467903=_0x41c9cb[_0x2b4f17];return _0x467903;}import{FUniver as _0xb044e1}from'@univerjs/core/facade';var n=class extends _0xb044e1{[_0x6c2b40(0xbb)](_0x1b464e,_0x3b87ad,..._0xf1f35a){var _0x518fcc=_0x6c2b40;return this[_0x518fcc(0xac)][_0x518fcc(0xb0)](_0x1efc41)['runOnServer'](_0x1b464e,_0x3b87ad,{},..._0xf1f35a);}};_0xb044e1[_0x6c2b40(0xaa)](n);export{};
|
package/lib/index.css
CHANGED
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
border-style: none;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
background-color: var(--univer-gray-700);
|
|
82
|
+
.\!univer-bg-gray-700 {
|
|
83
|
+
background-color: var(--univer-gray-700) !important;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.univer-bg-primary-500 {
|
|
@@ -183,10 +183,10 @@
|
|
|
183
183
|
--univer-tw-ring-offset-width: 2px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.dark\:hover
|
|
187
|
-
background-color: var(--univer-gray-700);
|
|
186
|
+
.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
|
|
187
|
+
background-color: var(--univer-gray-700) !important;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.dark\:focus
|
|
191
|
-
--univer-tw-ring-offset-color: var(--univer-gray-800);
|
|
190
|
+
.dark\:focus\:\!univer-ring-offset-gray-800:focus:where(.univer-dark, .univer-dark *) {
|
|
191
|
+
--univer-tw-ring-offset-color: var(--univer-gray-800) !important;
|
|
192
192
|
}
|