@univerjs-pro/resources-ui 1.0.0-insiders.20260717-1e84621
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/README.md +34 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +195 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/config/config.d.ts +12 -0
- package/lib/types/controllers/components.controller.d.ts +6 -0
- package/lib/types/index.d.ts +9 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +15 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +14 -0
- package/lib/types/services/resource-picker.service.d.ts +32 -0
- package/lib/types/services/resource-preview-cache.service.d.ts +19 -0
- package/lib/types/services/resource-preview-load-queue.d.ts +12 -0
- package/lib/types/views/ResourcePicker.d.ts +2 -0
- package/lib/types/views/ResourceTile.d.ts +19 -0
- package/lib/types/views/ResourceVirtualGrid.d.ts +14 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +85 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { IResolvedResource, IResourceReference } from '@univerjs-pro/resources';
|
|
2
|
+
import type { KeyboardEvent, Ref } from 'react';
|
|
3
|
+
import type { IResourcePickerOpenOptions } from '../services/resource-picker.service';
|
|
4
|
+
import type { ResourcePreviewLoadQueue } from '../services/resource-preview-load-queue';
|
|
5
|
+
export interface IResourceTileProps {
|
|
6
|
+
resource: IResolvedResource;
|
|
7
|
+
previewLoadQueue: ResourcePreviewLoadQueue;
|
|
8
|
+
retryCount: number;
|
|
9
|
+
retryLabel: string;
|
|
10
|
+
tabIndex: 0 | -1;
|
|
11
|
+
buttonRef: Ref<HTMLButtonElement>;
|
|
12
|
+
onDragEnd: IResourcePickerOpenOptions['onDragEnd'];
|
|
13
|
+
onFocus(): void;
|
|
14
|
+
onKeyDown(event: KeyboardEvent<HTMLButtonElement>): void;
|
|
15
|
+
onPreviewLoad(reference: IResourceReference, source: string, image: HTMLImageElement): void;
|
|
16
|
+
onRetry(): void;
|
|
17
|
+
onSelect: IResourcePickerOpenOptions['onSelect'];
|
|
18
|
+
}
|
|
19
|
+
export declare function ResourceTile(props: IResourceTileProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { IResolvedResource, IResourceReference } from '@univerjs-pro/resources';
|
|
2
|
+
import type { RefObject } from 'react';
|
|
3
|
+
import type { IResourcePickerOpenOptions } from '../services/resource-picker.service';
|
|
4
|
+
export interface IResourceVirtualGridProps {
|
|
5
|
+
resources: readonly IResolvedResource[];
|
|
6
|
+
height: number;
|
|
7
|
+
direction?: 'ltr' | 'rtl';
|
|
8
|
+
focusFallbackRef?: RefObject<HTMLElement | null>;
|
|
9
|
+
retryLabel: (resourceName: string) => string;
|
|
10
|
+
onSelect: IResourcePickerOpenOptions['onSelect'];
|
|
11
|
+
onDragEnd: IResourcePickerOpenOptions['onDragEnd'];
|
|
12
|
+
onPreviewLoad(reference: IResourceReference, source: string, image: HTMLImageElement): void;
|
|
13
|
+
}
|
|
14
|
+
export declare function ResourceVirtualGrid(props: IResourceVirtualGridProps): import("react").JSX.Element;
|
package/lib/umd/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x29f4(_0x40592f,_0x3db3cb){_0x40592f=_0x40592f-0x11c;const _0xcdeec6=_0xcdee();let _0x29f4fa=_0xcdeec6[_0x40592f];return _0x29f4fa;}(function(_0x43649c,_0x210f7c){const _0x1be9ae=_0x29f4,_0x5e3043=_0x43649c();while(!![]){try{const _0x528ad3=parseInt(_0x1be9ae(0x126))/0x1*(-parseInt(_0x1be9ae(0x1db))/0x2)+-parseInt(_0x1be9ae(0x16f))/0x3+-parseInt(_0x1be9ae(0x222))/0x4+parseInt(_0x1be9ae(0x1a2))/0x5*(parseInt(_0x1be9ae(0x183))/0x6)+-parseInt(_0x1be9ae(0x1c5))/0x7*(parseInt(_0x1be9ae(0x1bc))/0x8)+-parseInt(_0x1be9ae(0x156))/0x9+parseInt(_0x1be9ae(0x12d))/0xa;if(_0x528ad3===_0x210f7c)break;else _0x5e3043['push'](_0x5e3043['shift']());}catch(_0x31e96b){_0x5e3043['push'](_0x5e3043['shift']());}}}(_0xcdee,0x85104),function(_0x1e2971,_0x39338f){const _0x269f1d=_0x29f4;typeof exports==_0x269f1d(0x1e6)&&typeof module<'u'?_0x39338f(exports,require('@univerjs-pro/license'),require('@univerjs-pro/resources'),require('@univerjs/core'),require('@univerjs/ui'),require('@univerjs/design'),require('react'),require('rxjs'),require('react/jsx-runtime')):typeof define==_0x269f1d(0x194)&&define[_0x269f1d(0x178)]?define([_0x269f1d(0x128),_0x269f1d(0x175),'@univerjs-pro/resources',_0x269f1d(0x169),_0x269f1d(0x1b3),_0x269f1d(0x1ad),_0x269f1d(0x189),_0x269f1d(0x21d),_0x269f1d(0x173)],_0x39338f):(_0x1e2971=typeof globalThis<'u'?globalThis:_0x1e2971||self,_0x39338f(_0x1e2971[_0x269f1d(0x21e)]={},_0x1e2971[_0x269f1d(0x163)],_0x1e2971[_0x269f1d(0x1a6)],_0x1e2971[_0x269f1d(0x1d1)],_0x1e2971[_0x269f1d(0x1eb)],_0x1e2971[_0x269f1d(0x1da)],_0x1e2971['React'],_0x1e2971[_0x269f1d(0x21d)],_0x1e2971[_0x269f1d(0x212)]));}(this,function(_0x2884d5,_0x1cf4fb,_0x2df925,_0x1d8fdd,_0x406433,_0xc8b91e,_0x41224b,_0x562501,_0x16b821){const _0x492e7b=_0x29f4;Object['defineProperty'](_0x2884d5,Symbol['toStringTag'],{'value':'Module'});let _0x2d050a=_0x492e7b(0x192),_0x38cca9={},_0x23769e=Object[_0x492e7b(0x1c1)]({'rowHeight':0x70,'columnMinWidth':0x70,'overscan':0x1,'previewConcurrency':0x4});var _0x4ada26=_0x492e7b(0x1e9),_0xd8356f=_0x492e7b(0x1b4);function _0x1acd15(_0x575b92){'@babel/helpers - typeof';const _0x33370c=_0x492e7b;return _0x1acd15=typeof Symbol==_0x33370c(0x194)&&typeof Symbol[_0x33370c(0x137)]=='symbol'?function(_0x5f14a7){return typeof _0x5f14a7;}:function(_0x44b1bb){const _0x10f06a=_0x33370c;return _0x44b1bb&&typeof Symbol==_0x10f06a(0x194)&&_0x44b1bb['constructor']===Symbol&&_0x44b1bb!==Symbol[_0x10f06a(0x20c)]?_0x10f06a(0x1a4):typeof _0x44b1bb;},_0x1acd15(_0x575b92);}function _0x4942b4(_0x2a82f1,_0x29471d){const _0x13b1fc=_0x492e7b;if(_0x1acd15(_0x2a82f1)!=_0x13b1fc(0x1e6)||!_0x2a82f1)return _0x2a82f1;var _0x4e0db6=_0x2a82f1[Symbol[_0x13b1fc(0x191)]];if(_0x4e0db6!==void 0x0){var _0x30ebec=_0x4e0db6[_0x13b1fc(0x1a1)](_0x2a82f1,_0x29471d||_0x13b1fc(0x1d9));if(_0x1acd15(_0x30ebec)!='object')return _0x30ebec;throw TypeError(_0x13b1fc(0x199));}return(_0x29471d===_0x13b1fc(0x213)?String:Number)(_0x2a82f1);}function _0x56f11b(_0x25e1fc){const _0x549ff7=_0x492e7b;var _0x5a1ae7=_0x4942b4(_0x25e1fc,_0x549ff7(0x213));return _0x1acd15(_0x5a1ae7)=='symbol'?_0x5a1ae7:_0x5a1ae7+'';}function _0x15bda0(_0x16dc78,_0x321822,_0x14d7b2){const _0x968be1=_0x492e7b;return(_0x321822=_0x56f11b(_0x321822))in _0x16dc78?Object[_0x968be1(0x223)](_0x16dc78,_0x321822,{'value':_0x14d7b2,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x16dc78[_0x321822]=_0x14d7b2,_0x16dc78;}let _0x3aa42a=_0x492e7b(0x141),_0x36ea71=(0x0,_0x1d8fdd['createIdentifier'])(_0x492e7b(0x1cf));var _0x5e40b6=class extends _0x1d8fdd[_0x492e7b(0x21a)]{constructor(..._0x210ac2){const _0x3bab08=_0x492e7b;super(..._0x210ac2),_0x15bda0(this,_0x3bab08(0x21b),new _0x562501['BehaviorSubject'](null)),_0x15bda0(this,'_sessionSequence',0x0),_0x15bda0(this,_0x3bab08(0x1d3),this['_activeSession$'][_0x3bab08(0x1c2)]());}[_0x492e7b(0x1f8)](_0x126be8){const _0x3cecbf=_0x492e7b;let _0x2a202f=Object[_0x3cecbf(0x1c1)]({'id':_0x3cecbf(0x152)+ ++this['_sessionSequence'],'supportedPayloadTypes':new Set(_0x126be8['supportedPayloadTypes']),'onSelect':_0x126be8['onSelect'],'onDragEnd':_0x126be8[_0x3cecbf(0x182)]});return this[_0x3cecbf(0x21b)]['next'](_0x2a202f),(0x0,_0x1d8fdd[_0x3cecbf(0x1f6)])(()=>{const _0x191820=_0x3cecbf;var _0x42b005;((_0x42b005=this[_0x191820(0x21b)][_0x191820(0x167)]())==null?void 0x0:_0x42b005['id'])===_0x2a202f['id']&&this[_0x191820(0x12f)]();});}[_0x492e7b(0x12f)](){const _0x4eb3cc=_0x492e7b;this[_0x4eb3cc(0x21b)]['getValue']()!==null&&this[_0x4eb3cc(0x21b)]['next'](null);}[_0x492e7b(0x170)](){const _0x5df3d9=_0x492e7b;this[_0x5df3d9(0x12f)](),this[_0x5df3d9(0x21b)][_0x5df3d9(0x14e)](),super[_0x5df3d9(0x170)]();}};let _0x598dc6=(0x0,_0x1d8fdd[_0x492e7b(0x188)])(_0x492e7b(0x18b));var _0x579a0e=class{constructor(_0x247c76=0xfa){const _0x1e1eae=_0x492e7b;this[_0x1e1eae(0x145)]=_0x247c76,_0x15bda0(this,_0x1e1eae(0x135),new Map());}[_0x492e7b(0x1d7)](_0x26af3f){const _0x3fb8e3=_0x492e7b;let _0x1bcb44=_0x32bb20(_0x26af3f),_0xe5a3f5=this['_entries']['get'](_0x1bcb44);if(_0xe5a3f5)return this[_0x3fb8e3(0x135)][_0x3fb8e3(0x1d4)](_0x1bcb44),this['_entries'][_0x3fb8e3(0x214)](_0x1bcb44,_0xe5a3f5),_0xe5a3f5;}[_0x492e7b(0x214)](_0x14f825,_0x29ebcf,_0x413d15){const _0x799814=_0x492e7b;let _0x186c6b=_0x32bb20(_0x14f825);this['_entries'][_0x799814(0x1d4)](_0x186c6b),this[_0x799814(0x135)][_0x799814(0x214)](_0x186c6b,{'image':_0x413d15,'source':_0x29ebcf}),this[_0x799814(0x135)][_0x799814(0x138)]>this[_0x799814(0x145)]&&this[_0x799814(0x135)][_0x799814(0x1d4)](this[_0x799814(0x135)][_0x799814(0x1dc)]()['next']()[_0x799814(0x13e)]);}[_0x492e7b(0x170)](){const _0x5c90d1=_0x492e7b;this['_entries'][_0x5c90d1(0x1d8)]();}};function _0x32bb20(_0x376e82){const _0x1f8531=_0x492e7b;return JSON[_0x1f8531(0x1ca)]([_0x376e82['registryId'],_0x376e82['resourceId']]);}var _0x3f93dc=class{constructor(_0x548dc9){const _0x2b3a53=_0x492e7b;this[_0x2b3a53(0x1d5)]=_0x548dc9,_0x15bda0(this,_0x2b3a53(0x1a9),[]),_0x15bda0(this,_0x2b3a53(0x210),0x0);}[_0x492e7b(0x1de)](_0x4c6b34){const _0x351bdc=_0x492e7b;let _0x2f26f8={'active':!0x1,'finished':!0x1,'start':_0x4c6b34};this[_0x351bdc(0x1a9)][_0x351bdc(0x164)](_0x2f26f8),this['_drain']();let _0x1ba023=()=>{const _0x3407d3=_0x351bdc;if(!_0x2f26f8[_0x3407d3(0x185)]){if(_0x2f26f8[_0x3407d3(0x185)]=!0x0,_0x2f26f8[_0x3407d3(0x201)])this[_0x3407d3(0x210)]--;else{let _0xec1084=this[_0x3407d3(0x1a9)][_0x3407d3(0x1bf)](_0x2f26f8);_0xec1084>=0x0&&this[_0x3407d3(0x1a9)][_0x3407d3(0x18c)](_0xec1084,0x1);}this[_0x3407d3(0x12e)]();}};return{'complete':_0x1ba023,'dispose':_0x1ba023};}[_0x492e7b(0x12e)](){const _0x4b4c03=_0x492e7b;for(;this['_activeCount']<this[_0x4b4c03(0x1d5)]&&this[_0x4b4c03(0x1a9)][_0x4b4c03(0x18e)]>0x0;){let _0x31de8d=this[_0x4b4c03(0x1a9)][_0x4b4c03(0x1ed)]();_0x31de8d[_0x4b4c03(0x185)]||(_0x31de8d[_0x4b4c03(0x201)]=!0x0,this[_0x4b4c03(0x210)]++,_0x31de8d[_0x4b4c03(0x11f)]());}}};function _0x1fd764({ref:_0x11bf37,..._0x2e4539}){const _0x3bcfcc=_0x492e7b;let {icon:_0x4a6df4,id:_0xe55308,className:_0x2bd598,extend:_0x2e3498,..._0x140dfb}=_0x2e4539,_0x1ef83a=(_0x3bcfcc(0x158)+_0xe55308+'\x20'+(_0x2bd598||''))[_0x3bcfcc(0x15c)](),_0x5e0565=(0x0,_0x41224b[_0x3bcfcc(0x14b)])('_'+_0x4489c6());return _0xa633(_0x4a6df4,''+_0xe55308,{'defIds':_0x4a6df4[_0x3bcfcc(0x211)],'idSuffix':_0x5e0565[_0x3bcfcc(0x1aa)]},{'ref':_0x11bf37,'className':_0x1ef83a,..._0x140dfb},_0x2e3498);}function _0xa633(_0x28a8b4,_0xbee89a,_0x2a3dec,_0x4de6d8,_0x2ce2f9){const _0x26df08=_0x492e7b;return(0x0,_0x41224b[_0x26df08(0x1d2)])(_0x28a8b4['tag'],{'key':_0xbee89a,..._0xe5d458(_0x28a8b4,_0x2a3dec,_0x2ce2f9),..._0x4de6d8},(_0x531408(_0x28a8b4,_0x2a3dec)[_0x26df08(0x1e1)]||[])[_0x26df08(0x216)]((_0x17e91b,_0x49c0bb)=>_0xa633(_0x17e91b,_0xbee89a+'-'+_0x28a8b4['tag']+'-'+_0x49c0bb,_0x2a3dec,void 0x0,_0x2ce2f9)));}function _0xe5d458(_0x8c7c3d,_0x1ea4e2,_0x67fe3b){const _0x1e2c28=_0x492e7b;let _0x108b9b={..._0x8c7c3d[_0x1e2c28(0x205)]};_0x67fe3b!=null&&_0x67fe3b[_0x1e2c28(0x181)]&&_0x108b9b[_0x1e2c28(0x160)]===_0x1e2c28(0x181)&&(_0x108b9b[_0x1e2c28(0x160)]=_0x67fe3b[_0x1e2c28(0x181)]),_0x67fe3b!=null&&_0x67fe3b['colorChannel1']&&_0x108b9b[_0x1e2c28(0x177)]===_0x1e2c28(0x181)&&(_0x108b9b['stroke']=_0x67fe3b[_0x1e2c28(0x181)]),_0x8c7c3d[_0x1e2c28(0x1e3)]===_0x1e2c28(0x1f4)&&_0x108b9b['id']&&(_0x108b9b['id']+=_0x1ea4e2[_0x1e2c28(0x195)]),Object['entries'](_0x108b9b)['forEach'](([_0x1018aa,_0x3e088f])=>{const _0x2a5110=_0x1e2c28;_0x1018aa===_0x2a5110(0x1f4)&&typeof _0x3e088f==_0x2a5110(0x213)&&(_0x108b9b[_0x1018aa]=_0x3e088f[_0x2a5110(0x1c9)](/url\(#(.*)\)/,_0x2a5110(0x180)+_0x1ea4e2[_0x2a5110(0x195)]+')'));});let {defIds:_0x59970d}=_0x1ea4e2;return!_0x59970d||_0x59970d[_0x1e2c28(0x18e)]===0x0?_0x108b9b:(_0x8c7c3d['tag']===_0x1e2c28(0x172)&&_0x108b9b[_0x1e2c28(0x217)]&&(_0x108b9b[_0x1e2c28(0x217)]+=_0x1ea4e2[_0x1e2c28(0x195)]),Object[_0x1e2c28(0x1be)](_0x108b9b)['forEach'](([_0x94d52d,_0x582fa3])=>{const _0x113abf=_0x1e2c28;typeof _0x582fa3==_0x113abf(0x213)&&(_0x108b9b[_0x94d52d]=_0x582fa3[_0x113abf(0x1c9)](/url\(#(.*)\)/,_0x113abf(0x180)+_0x1ea4e2[_0x113abf(0x195)]+')'));}),_0x108b9b);}function _0x531408(_0x500657,_0x480977){const _0x3f8094=_0x492e7b;var _0x40a7a3;let {defIds:_0x2c33f9}=_0x480977;return!_0x2c33f9||_0x2c33f9[_0x3f8094(0x18e)]===0x0?_0x500657:_0x500657['tag']===_0x3f8094(0x123)&&(_0x40a7a3=_0x500657[_0x3f8094(0x1e1)])!=null&&_0x40a7a3[_0x3f8094(0x18e)]?{..._0x500657,'children':_0x500657[_0x3f8094(0x1e1)][_0x3f8094(0x216)](_0x28b94f=>typeof _0x28b94f['attrs']['id']==_0x3f8094(0x213)&&_0x2c33f9&&_0x2c33f9[_0x3f8094(0x1bb)](_0x28b94f[_0x3f8094(0x205)]['id'])?{..._0x28b94f,'attrs':{..._0x28b94f[_0x3f8094(0x205)],'id':_0x28b94f[_0x3f8094(0x205)]['id']+_0x480977[_0x3f8094(0x195)]}}:_0x28b94f)}:_0x500657;}function _0x4489c6(){const _0x4eb0d8=_0x492e7b;return Math[_0x4eb0d8(0x15d)]()[_0x4eb0d8(0x15b)](0x24)[_0x4eb0d8(0x1b0)](0x2,0x8);}_0x1fd764['displayName']=_0x492e7b(0x147);let _0x2436cc={'tag':_0x492e7b(0x1ab),'attrs':{'xmlns':_0x492e7b(0x11c),'fill':_0x492e7b(0x221),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x492e7b(0x1af)},'children':[{'tag':_0x492e7b(0x159),'attrs':{'fill':'#0B9EFB','d':_0x492e7b(0x150),'fillOpacity':0.2,'fillRule':_0x492e7b(0x1e8),'clipRule':_0x492e7b(0x1e8)}},{'tag':_0x492e7b(0x159),'attrs':{'fill':_0x492e7b(0x1b6),'d':'M7.20007\x201.98384C7.20007\x201.54201\x207.55824\x201.18384\x208.00007\x201.18384C11.7647\x201.18384\x2014.8165\x204.23568\x2014.8165\x208.00032C14.8165\x2011.765\x2011.7647\x2014.8168\x208.00007\x2014.8168C4.23543\x2014.8168\x201.18359\x2011.765\x201.18359\x208.00032C1.18359\x207.55849\x201.54177\x207.20031\x201.98359\x207.20031C2.42542\x207.20031\x202.78359\x207.55849\x202.78359\x208.00032C2.78359\x2010.8813\x205.11909\x2013.2168\x208.00007\x2013.2168C10.8811\x2013.2168\x2013.2165\x2010.8813\x2013.2165\x208.00032C13.2165\x205.11933\x2010.8811\x202.78384\x208.00007\x202.78384C7.55824\x202.78384\x207.20007\x202.42567\x207.20007\x201.98384Z','fillRule':_0x492e7b(0x1e8),'clipRule':_0x492e7b(0x1e8)}}]},_0x3e481e=(0x0,_0x41224b[_0x492e7b(0x197)])(function(_0x292f3f,_0x21fcca){const _0x42b929=_0x492e7b;return(0x0,_0x41224b[_0x42b929(0x1d2)])(_0x1fd764,Object[_0x42b929(0x166)]({},_0x292f3f,{'id':_0x42b929(0x13b),'ref':_0x21fcca,'icon':_0x2436cc}));});_0x3e481e[_0x492e7b(0x19a)]=_0x492e7b(0x15a);function _0x2caab8(_0x4feed2){const _0x8f44d3=_0x492e7b;let {resource:_0x14cf3e,previewLoadQueue:_0x603fae,retryCount:_0x425de3,retryLabel:_0x3af304,tabIndex:_0x6f5b8f,buttonRef:_0x39f529,onDragEnd:_0x1cc699,onFocus:_0x5b1168,onKeyDown:_0xb6286b,onPreviewLoad:_0x8910d8,onRetry:_0x2f2403,onSelect:_0x5c72c9}=_0x4feed2,_0x1130c6=_0x44e3b7(_0x14cf3e),_0x3a55de=(_0x1130c6==null?'':_0x1130c6)+':'+_0x425de3,[_0xed2257,_0x256e0a]=(0x0,_0x41224b[_0x8f44d3(0x209)])(null),[_0x2e8d2c,_0x2fad19]=(0x0,_0x41224b[_0x8f44d3(0x209)])(null),[_0x21086d,_0x268cf3]=(0x0,_0x41224b['useState'])(null),_0x4226fd=(0x0,_0x41224b[_0x8f44d3(0x14b)])(null),_0x51c88c=_0xed2257===_0x3a55de,_0x244fcb=_0x2e8d2c===_0x3a55de;(0x0,_0x41224b[_0x8f44d3(0x225)])(()=>{const _0x5a05de=_0x8f44d3;var _0x2311dd;if((_0x2311dd=_0x4226fd['current'])==null||_0x2311dd['dispose'](),_0x4226fd[_0x5a05de(0x1aa)]=null,!_0x1130c6)return;let _0x31165d=_0x603fae[_0x5a05de(0x1de)](()=>_0x268cf3(_0x3a55de));return _0x4226fd[_0x5a05de(0x1aa)]=_0x31165d,()=>{const _0x19e6cc=_0x5a05de;_0x4226fd[_0x19e6cc(0x1aa)]===_0x31165d&&(_0x4226fd[_0x19e6cc(0x1aa)]=null),_0x31165d[_0x19e6cc(0x170)]();};},[_0x3a55de,_0x603fae,_0x1130c6]);function _0x46d785(_0x220663){const _0x3dd264=_0x8f44d3;_0x1cc699({'reference':_0x14cf3e['reference'],'clientX':_0x220663[_0x3dd264(0x1e2)],'clientY':_0x220663[_0x3dd264(0x142)],'cancelled':_0x220663['dataTransfer'][_0x3dd264(0x1ce)]===_0x3dd264(0x221)});}function _0x2332c1(_0x3833f9){const _0x125c62=_0x8f44d3;_0x3833f9['dataTransfer'][_0x125c62(0x133)]=_0x125c62(0x17a),_0x3833f9[_0x125c62(0x19c)][_0x125c62(0x1e0)](_0x3aa42a,JSON[_0x125c62(0x1ca)](_0x14cf3e[_0x125c62(0x13c)]));}function _0x27b154(){_0x256e0a(null),_0x2f2403();}return(0x0,_0x16b821[_0x8f44d3(0x198)])(_0x8f44d3(0x218),{'draggable':!0x0,'className':_0x8f44d3(0x21f),'data-testid':_0x8f44d3(0x1a7),'role':_0x8f44d3(0x1cc),'onDragStart':_0x2332c1,'onDragEnd':_0x46d785,'children':[(0x0,_0x16b821['jsxs'])(_0xc8b91e['Button'],{'ref':_0x39f529,'aria-label':_0x14cf3e[_0x8f44d3(0x1cb)],'className':_0x8f44d3(0x149),'size':_0x8f44d3(0x131),'tabIndex':_0x6f5b8f,'type':_0x8f44d3(0x1ec),'variant':'default','onClick':()=>_0x5c72c9(_0x14cf3e[_0x8f44d3(0x13c)]),'onFocus':_0x5b1168,'onKeyDown':_0xb6286b,'children':[_0x1130c6&&(0x0,_0x16b821[_0x8f44d3(0x198)])(_0x8f44d3(0x218),{'className':_0x8f44d3(0x1cd),'data-testid':_0x8f44d3(0x18a),'children':[!_0x244fcb&&!_0x51c88c&&(0x0,_0x16b821['jsx'])(_0x3e481e,{'className':'univer-absolute\x20univer-size-5\x20univer-animate-spin\x20univer-text-gray-500','data-testid':_0x8f44d3(0x155)}),(0x0,_0x16b821[_0x8f44d3(0x19d)])(_0x8f44d3(0x203),{'alt':_0x14cf3e[_0x8f44d3(0x1cb)],'className':(0x0,_0xc8b91e[_0x8f44d3(0x148)])(_0x8f44d3(0x176),!_0x244fcb&&_0x8f44d3(0x1b8)),'crossOrigin':'anonymous','decoding':_0x8f44d3(0x1a5),'data-retry':_0x425de3,'src':_0x21086d===_0x3a55de?_0x1130c6:void 0x0,'onError':()=>{const _0x23cd2b=_0x8f44d3;var _0x5b59a4;(_0x5b59a4=_0x4226fd[_0x23cd2b(0x1aa)])==null||_0x5b59a4[_0x23cd2b(0x14e)](),_0x256e0a(_0x3a55de);},'onLoad':_0x17b452=>{const _0x4b97ce=_0x8f44d3;var _0x14020e;(_0x14020e=_0x4226fd[_0x4b97ce(0x1aa)])==null||_0x14020e[_0x4b97ce(0x14e)](),_0x2fad19(_0x3a55de),_0x8910d8(_0x14cf3e[_0x4b97ce(0x13c)],_0x1130c6,_0x17b452[_0x4b97ce(0x143)]);}},_0x1130c6+':'+_0x425de3)]}),(0x0,_0x16b821[_0x8f44d3(0x19d)])(_0x8f44d3(0x165),{'className':_0x8f44d3(0x129),'children':_0x14cf3e[_0x8f44d3(0x1cb)]})]}),_0x51c88c&&(0x0,_0x16b821[_0x8f44d3(0x19d)])(_0xc8b91e[_0x8f44d3(0x19e)],{'aria-label':_0x3af304,'className':_0x8f44d3(0x127),'size':_0x8f44d3(0x1a3),'tabIndex':_0x6f5b8f,'type':_0x8f44d3(0x1ec),'variant':_0x8f44d3(0x204),'onClick':_0x27b154,'children':_0x3af304})]});}function _0x44e3b7(_0x5674a5){const _0xdcd51e=_0x492e7b;var _0x7ca286;let _0x23f80e=(_0x7ca286=_0x5674a5[_0xdcd51e(0x1df)][_0xdcd51e(0x1f1)])==null?_0x2eed2b(_0x5674a5):_0x7ca286;if(_0x23f80e)return _0x23f80e[_0xdcd51e(0x130)]===_0xdcd51e(0x1e4)?_0xdcd51e(0x1c6)+encodeURIComponent(_0x23f80e[_0xdcd51e(0x13e)]):_0x23f80e[_0xdcd51e(0x13e)];}function _0x2eed2b(_0x5d8e1c){const _0x1487d5=_0x492e7b;let _0x466cc4=_0x5d8e1c[_0x1487d5(0x1df)][_0x1487d5(0x186)];if(!(_0x466cc4[_0x1487d5(0x130)]!==_0x1487d5(0x140)||!(_0x1487d5(0x1dd)in _0x466cc4)))return _0x466cc4[_0x1487d5(0x1dd)];}function _0x1ea6ce(_0x55e739){const _0x3288d5=_0x492e7b;let {resources:_0x517698,height:_0x17137e,direction:_0xb3eda6=_0x3288d5(0x16a),focusFallbackRef:_0x372542,retryLabel:_0x228fc0,onSelect:_0x1750a5,onDragEnd:_0x465985,onPreviewLoad:_0x4325bc}=_0x55e739,_0x3ede1f=(0x0,_0x41224b[_0x3288d5(0x14b)])(void 0x0),_0x3b5ec4=(0x0,_0x41224b[_0x3288d5(0x14b)])(_0x372542);_0x3b5ec4[_0x3288d5(0x1aa)]=_0x372542;let _0x351193=(0x0,_0x41224b['useRef'])(new Map()),_0xfeaccb=(0x0,_0x41224b[_0x3288d5(0x14b)])(null),_0x12c9aa=(0x0,_0x41224b['useRef'])(null),_0x1bc47b=(0x0,_0x41224b[_0x3288d5(0x12b)])(()=>new _0x3f93dc(_0x23769e[_0x3288d5(0x122)]),[]),[_0x528496,_0x3b7f2f]=(0x0,_0x41224b[_0x3288d5(0x209)])({'height':_0x17137e,'width':_0x23769e[_0x3288d5(0x132)]}),[_0x1882c7,_0x160e8d]=(0x0,_0x41224b['useState'])(()=>_0x517698[0x0]?_0x30d97c(_0x517698[0x0]):null),[_0x10a4ad,_0xb90f3c]=(0x0,_0x41224b[_0x3288d5(0x209)])(()=>new Map()),_0x5f80d2=Math[_0x3288d5(0x14d)](0x1,Math[_0x3288d5(0x1fe)](_0x528496[_0x3288d5(0x14c)]/_0x23769e['rowHeight'])),_0x2e28c5=Math['max'](0x1,Math[_0x3288d5(0x200)](_0x528496[_0x3288d5(0x1fc)]/_0x23769e[_0x3288d5(0x132)])),_0x20d6e6=Math[_0x3288d5(0x184)](_0x2e28c5,Math[_0x3288d5(0x14d)](0x1,Math[_0x3288d5(0x200)](0xfa/_0x5f80d2))),_0x19ea5b=(0x0,_0x41224b[_0x3288d5(0x12b)])(()=>_0x421c27(_0x517698,_0x20d6e6),[_0x20d6e6,_0x517698]),_0x59092b=(0x0,_0x41224b[_0x3288d5(0x12b)])(()=>new Map(_0x517698['map']((_0x29f87d,_0x161e2f)=>[_0x30d97c(_0x29f87d),_0x161e2f])),[_0x517698]),_0x4ea804=_0x1882c7!==null&&_0x59092b[_0x3288d5(0x124)](_0x1882c7)?_0x1882c7:_0x517698[0x0]?_0x30d97c(_0x517698[0x0]):null,_0x2ed7b7=Math[_0x3288d5(0x14d)](0x0,_0x517698[_0x3288d5(0x1f5)](_0x54e9d9=>_0x30d97c(_0x54e9d9)===_0x4ea804)),_0x2962b9=Math[_0x3288d5(0x200)](0xfa/_0x20d6e6),_0x5923e3=Math['min'](_0x23769e[_0x3288d5(0x17b)],Math['max'](0x0,Math['floor']((_0x2962b9-_0x5f80d2)/0x2))),[_0x378aa5,{wrapperStyle:_0x25ebad,scrollTo:_0x44e811,containerProps:_0x531788}]=(0x0,_0x406433[_0x3288d5(0x215)])(_0x19ea5b,{'containerTarget':_0x3ede1f,'itemHeight':_0x23769e[_0x3288d5(0x1b2)],'overscan':_0x5923e3});(0x0,_0x41224b[_0x3288d5(0x225)])(()=>{const _0x2a8027=_0x3288d5;let _0x4e4f97=_0x3ede1f[_0x2a8027(0x1aa)];if(!_0x4e4f97||typeof ResizeObserver>'u')return;let _0x2890c4=new ResizeObserver(([_0x58dcf4])=>{const _0x2d9a14=_0x2a8027;let _0x104add=_0x58dcf4[_0x2d9a14(0x1ae)]['width']||_0x4e4f97[_0x2d9a14(0x12a)],_0x6e99e7=_0x58dcf4[_0x2d9a14(0x1ae)][_0x2d9a14(0x14c)]||_0x4e4f97[_0x2d9a14(0x202)];_0x104add>0x0&&_0x6e99e7>0x0&&_0x3b7f2f({'height':_0x6e99e7,'width':_0x104add});});return _0x2890c4['observe'](_0x4e4f97),()=>_0x2890c4[_0x2a8027(0x11d)]();},[]),(0x0,_0x41224b[_0x3288d5(0x1f9)])(()=>()=>{const _0x17687f=_0x3288d5;let _0x5d1e5d=_0x3ede1f[_0x17687f(0x1aa)];if(_0x5d1e5d!=null&&_0x5d1e5d[_0x17687f(0x21c)](document[_0x17687f(0x16e)])){var _0x2be753;(_0x2be753=_0x3b5ec4[_0x17687f(0x1aa)])==null||(_0x2be753=_0x2be753[_0x17687f(0x1aa)])==null||_0x2be753['focus']();}},[]),(0x0,_0x41224b[_0x3288d5(0x225)])(()=>{const _0x5bfe25=_0x3288d5;let _0x1965a7=new Set(_0x517698[_0x5bfe25(0x216)](_0x30d97c)),_0x200cba=_0xfeaccb[_0x5bfe25(0x1aa)];if(_0x200cba!==null&&!_0x1965a7[_0x5bfe25(0x124)](_0x200cba)){var _0x3bf17e;_0xfeaccb['current']=null,_0x12c9aa[_0x5bfe25(0x1aa)]=null,_0x372542==null||(_0x3bf17e=_0x372542[_0x5bfe25(0x1aa)])==null||_0x3bf17e[_0x5bfe25(0x1d6)]();}},[_0x372542,_0x517698]),(0x0,_0x41224b[_0x3288d5(0x225)])(()=>{const _0x48a40b=_0x3288d5;let _0x4becfc=_0x12c9aa[_0x48a40b(0x1aa)];_0x4becfc!==null&&!_0x351193['current'][_0x48a40b(0x124)](_0x4becfc)&&_0x44e811(Math['floor'](_0x2ed7b7/_0x20d6e6));},[_0x20d6e6,_0x2ed7b7,_0x44e811]);function _0x41fa04(_0x20a224,_0x453c7e){const _0x4637a2=_0x3288d5;if(_0x453c7e[_0x4637a2(0x14f)]===_0x4637a2(0x1e5)||_0x453c7e[_0x4637a2(0x14f)]==='\x20'){_0x453c7e[_0x4637a2(0x15f)](),_0x1750a5(_0x517698[_0x20a224][_0x4637a2(0x13c)]);return;}let _0x1573ec=_0xb3eda6===_0x4637a2(0x168)?-0x1:0x1,_0x521894=_0x27dd69(_0x453c7e['key'],_0x20a224,_0x517698[_0x4637a2(0x18e)],_0x20d6e6,_0x1573ec);if(_0x521894===_0x20a224)return;_0x453c7e[_0x4637a2(0x15f)]();let _0x496322=_0x30d97c(_0x517698[_0x521894]);_0x12c9aa[_0x4637a2(0x1aa)]=_0x496322,_0x160e8d(_0x496322);}function _0x164994(_0x5a79ea,_0x340363){const _0x551ee0=_0x3288d5;if(_0x340363===null){_0x351193[_0x551ee0(0x1aa)][_0x551ee0(0x1d4)](_0x5a79ea);return;}_0x351193[_0x551ee0(0x1aa)][_0x551ee0(0x214)](_0x5a79ea,_0x340363),_0x12c9aa[_0x551ee0(0x1aa)]===_0x5a79ea&&(_0x12c9aa[_0x551ee0(0x1aa)]=null,_0x340363[_0x551ee0(0x1d6)]());}function _0x3b0d0b(_0x560945){const _0x22cd6f=_0x3288d5;var _0x21187c;_0xfeaccb['current']=_0x560945,_0x160e8d(_0x560945),(_0x21187c=_0x351193[_0x22cd6f(0x1aa)][_0x22cd6f(0x1d7)](_0x560945))==null||_0x21187c[_0x22cd6f(0x1d6)](),_0xb90f3c(_0x5ae10f=>{const _0x22b883=_0x22cd6f;var _0x50c3b1;let _0x41e571=new Map(_0x5ae10f);return _0x41e571['set'](_0x560945,((_0x50c3b1=_0x5ae10f[_0x22b883(0x1d7)](_0x560945))==null?0x0:_0x50c3b1)+0x1),_0x41e571;});}return(0x0,_0x16b821[_0x3288d5(0x19d)])(_0x3288d5(0x218),{'ref':_0x3ede1f,'aria-colcount':_0x20d6e6,'aria-rowcount':_0x19ea5b['length'],'className':_0x3288d5(0x20f),'dir':_0xb3eda6,'role':_0x3288d5(0x121),'style':{'height':_0x17137e},..._0x531788,'children':(0x0,_0x16b821[_0x3288d5(0x19d)])('div',{'style':_0x25ebad,'children':_0x378aa5['map'](({data:_0x365591,index:_0x22ad03})=>(0x0,_0x16b821[_0x3288d5(0x19d)])(_0x3288d5(0x218),{'aria-rowindex':_0x22ad03+0x1,'className':_0x3288d5(0x1c8),'role':'row','style':{'gridTemplateColumns':_0x3288d5(0x1f3)+_0x20d6e6+',\x20minmax(0,\x201fr))'},'children':_0x365591['resources'][_0x3288d5(0x216)](_0x581783=>{const _0x4dfb11=_0x3288d5;var _0x4d8ac6,_0xc876c0;let _0x238970=_0x30d97c(_0x581783),_0x35969f=(_0x4d8ac6=_0x59092b[_0x4dfb11(0x1d7)](_0x238970))==null?0x0:_0x4d8ac6;return(0x0,_0x16b821['jsx'])(_0x2caab8,{'buttonRef':_0x55d019=>_0x164994(_0x238970,_0x55d019),'previewLoadQueue':_0x1bc47b,'resource':_0x581783,'retryCount':(_0xc876c0=_0x10a4ad['get'](_0x238970))==null?0x0:_0xc876c0,'retryLabel':_0x228fc0(_0x581783['name']),'tabIndex':_0x238970===_0x4ea804?0x0:-0x1,'onDragEnd':_0x465985,'onFocus':()=>{const _0x3fd9d1=_0x4dfb11;_0xfeaccb[_0x3fd9d1(0x1aa)]=_0x238970,_0x160e8d(_0x238970);},'onKeyDown':_0x107526=>_0x41fa04(_0x35969f,_0x107526),'onPreviewLoad':_0x4325bc,'onRetry':()=>_0x3b0d0b(_0x238970),'onSelect':_0x1750a5},_0x238970);})},_0x365591['id']))})});}function _0x421c27(_0x21e209,_0x1b4106){const _0x162519=_0x492e7b;let _0xbe9892=[];for(let _0x5c1e19=0x0;_0x5c1e19<_0x21e209['length'];_0x5c1e19+=_0x1b4106){let _0x238088=_0x21e209[_0x162519(0x154)](_0x5c1e19,_0x5c1e19+_0x1b4106);_0xbe9892[_0x162519(0x164)]({'id':JSON[_0x162519(0x1ca)](_0x238088['map'](_0x36484e=>_0x36484e['reference'])),'resources':_0x238088});}return _0xbe9892;}function _0x27dd69(_0x16999b,_0x3bd75d,_0x4f0b73,_0x1cd81b,_0x309743){const _0x562230=_0x492e7b;switch(_0x16999b){case _0x562230(0x1b9):return _0x2d3226(_0x3bd75d+_0x309743,_0x4f0b73);case _0x562230(0x171):return _0x2d3226(_0x3bd75d-_0x309743,_0x4f0b73);case _0x562230(0x144):return _0xe77c17(_0x3bd75d,_0x4f0b73,_0x1cd81b,0x1);case _0x562230(0x1d0):return _0xe77c17(_0x3bd75d,_0x4f0b73,_0x1cd81b,-0x1);case _0x562230(0x1fa):return 0x0;case'End':return _0x4f0b73-0x1;default:return _0x3bd75d;}}function _0xe77c17(_0x5a313a,_0x80faa3,_0x33e2f6,_0x699a1f){const _0x63eece=_0x492e7b;let _0x16e439=_0x5a313a%_0x33e2f6,_0x918b24=Math[_0x63eece(0x200)](_0x5a313a/_0x33e2f6)+_0x699a1f,_0xf09b55=_0x918b24*_0x33e2f6+_0x16e439;return _0x918b24<0x0||_0xf09b55>=_0x80faa3?_0x5a313a:_0xf09b55;}function _0x2d3226(_0x499f7e,_0x39a94f){const _0x5ca209=_0x492e7b;return Math[_0x5ca209(0x14d)](0x0,Math['min'](_0x39a94f-0x1,_0x499f7e));}function _0x30d97c(_0x25139d){const _0x33cd55=_0x492e7b;return JSON[_0x33cd55(0x1ca)]([_0x25139d[_0x33cd55(0x13c)][_0x33cd55(0x1f7)],_0x25139d[_0x33cd55(0x13c)][_0x33cd55(0x190)]]);}let _0xb85ed4='resources-ui.picker';function _0x2f32d6(){const _0x2e2982=_0x492e7b;let _0x2a6644=(0x0,_0x406433[_0x2e2982(0x13f)])(_0x1d8fdd['LocaleService']),_0x19bc31=(0x0,_0x406433[_0x2e2982(0x13f)])(_0x36ea71),_0x3e7e5c=(0x0,_0x406433[_0x2e2982(0x13f)])(_0x2df925['IResourceQueryService']),_0x239da3=(0x0,_0x406433[_0x2e2982(0x13f)])(_0x2df925[_0x2e2982(0x161)]),_0x1ebf26=(0x0,_0x406433[_0x2e2982(0x13f)])(_0x406433[_0x2e2982(0x151)]),_0x599871=(0x0,_0x406433[_0x2e2982(0x13f)])(_0x598dc6),[_0x59b2d0,_0x1bbb7a]=(0x0,_0x41224b[_0x2e2982(0x209)])(null),[_0xb17717,_0x226008]=(0x0,_0x41224b[_0x2e2982(0x209)])(()=>_0x2a6644[_0x2e2982(0x136)]()),[_0x492137,_0x55b7a6]=(0x0,_0x41224b[_0x2e2982(0x209)])(''),[_0xb6fd54,_0x69ac4]=(0x0,_0x41224b[_0x2e2982(0x209)])(''),[_0x3b496a,_0x36167c]=(0x0,_0x41224b['useState'])([]),_0x4da4ef=(0x0,_0x41224b['useRef'])(null),_0x6e3199=(0x0,_0x41224b[_0x2e2982(0x14b)])(null),_0x43ee42=(0x0,_0x406433['useObservable'])(_0x2a6644[_0x2e2982(0x1a0)],_0x2a6644[_0x2e2982(0x18d)]());if((0x0,_0x41224b[_0x2e2982(0x225)])(()=>{const _0x46b7b7=_0x2e2982;let _0x518427=_0x19bc31[_0x46b7b7(0x1d3)]['subscribe'](_0x1bbb7a);return()=>_0x518427[_0x46b7b7(0x134)]();},[_0x19bc31]),(0x0,_0x41224b[_0x2e2982(0x225)])(()=>{const _0x2f4530=_0x2e2982;let _0x5a3bcd=_0x2a6644[_0x2f4530(0x1c3)][_0x2f4530(0x1c4)](_0x226008);return()=>_0x5a3bcd[_0x2f4530(0x134)]();},[_0x2a6644]),(0x0,_0x406433[_0x2e2982(0x18f)])(_0x239da3[_0x2e2982(0x224)],0x0),(0x0,_0x41224b[_0x2e2982(0x225)])(()=>()=>{const _0xe21c44=_0x2e2982;var _0x2e3181;(_0x2e3181=_0x6e3199['current'])==null||_0x2e3181[_0xe21c44(0x170)](),_0x6e3199[_0xe21c44(0x1aa)]=null;},[_0x59b2d0]),_0x59b2d0===null)return null;let _0x213092=_0x3e7e5c[_0x2e2982(0x196)]({'locale':_0xb17717,'payloadTypes':_0x59b2d0[_0x2e2982(0x153)]}),_0x4f1a6a=_0x3e7e5c[_0x2e2982(0x196)]({'locale':_0xb17717,'payloadTypes':_0x59b2d0['supportedPayloadTypes'],..._0x492137===''?{}:{'text':_0x492137},..._0xb6fd54===''?{}:{'groupId':_0xb6fd54},..._0x3b496a[_0x2e2982(0x18e)]===0x0?{}:{'tagIds':_0x3b496a}}),_0x1f3d90=_0xf117b3(_0x213092),_0x5815ad=_0x1d2f7f(_0x213092);return(0x0,_0x16b821[_0x2e2982(0x198)])(_0x2e2982(0x146),{'aria-label':_0x2a6644['t'](_0x2e2982(0x162)),'className':_0x2e2982(0x125),'data-u-comp':'resource-picker','children':[(0x0,_0x16b821[_0x2e2982(0x198)])(_0x2e2982(0x220),{'children':[(0x0,_0x16b821[_0x2e2982(0x19d)])('span',{'className':_0x2e2982(0x1f2),'children':_0x2a6644['t']('resources-ui.picker.search')}),(0x0,_0x16b821[_0x2e2982(0x19d)])(_0xc8b91e[_0x2e2982(0x14a)],{'ref':_0x4da4ef,'placeholder':_0x2a6644['t']('resources-ui.picker.search'),'value':_0x492137,'onBlur':()=>{const _0x542989=_0x2e2982;var _0x2d245f;(_0x2d245f=_0x6e3199[_0x542989(0x1aa)])==null||_0x2d245f[_0x542989(0x170)](),_0x6e3199['current']=null;},'onChange':_0x55b7a6,'onFocus':()=>{const _0x17535f=_0x2e2982;_0x6e3199[_0x17535f(0x1aa)]!=null||(_0x6e3199[_0x17535f(0x1aa)]=_0x1ebf26[_0x17535f(0x1bd)]());}})]}),(0x0,_0x16b821[_0x2e2982(0x198)])(_0x2e2982(0x218),{'className':_0x2e2982(0x12c),'children':[(0x0,_0x16b821['jsxs'])('div',{'className':'univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-flex-col\x20univer-gap-1','children':[(0x0,_0x16b821[_0x2e2982(0x19d)])(_0x2e2982(0x165),{'className':_0x2e2982(0x187),'children':_0x2a6644['t'](_0x2e2982(0x1ee))}),(0x0,_0x16b821[_0x2e2982(0x19d)])(_0xc8b91e['Select'],{'className':_0x2e2982(0x19b),'options':[{'label':_0x2a6644['t'](_0x2e2982(0x219)),'value':''},..._0x1f3d90['map'](_0x50c2c8=>({'label':_0x50c2c8[_0x2e2982(0x220)],'value':_0x50c2c8['id']}))],'value':_0xb6fd54,'onChange':_0x69ac4})]}),(0x0,_0x16b821[_0x2e2982(0x198)])(_0x2e2982(0x218),{'className':_0x2e2982(0x13d),'children':[(0x0,_0x16b821[_0x2e2982(0x19d)])(_0x2e2982(0x165),{'className':_0x2e2982(0x187),'children':_0x2a6644['t']('resources-ui.picker.tags')}),(0x0,_0x16b821['jsx'])(_0xc8b91e[_0x2e2982(0x1ac)],{'className':_0x2e2982(0x19b),'options':_0x5815ad['map'](_0x5197da=>({'label':_0x5197da[_0x2e2982(0x220)],'value':_0x5197da['id']})),'value':[..._0x3b496a],'onChange':_0x36167c})]})]}),_0x213092[_0x2e2982(0x18e)]===0x0?(0x0,_0x16b821[_0x2e2982(0x19d)])('div',{'role':_0x2e2982(0x17c),'children':_0x2a6644['t']('resources-ui.picker.noResources')}):_0x4f1a6a[_0x2e2982(0x18e)]===0x0?(0x0,_0x16b821['jsx'])('div',{'role':_0x2e2982(0x17c),'children':_0x2a6644['t']('resources-ui.picker.noResults')}):(0x0,_0x16b821[_0x2e2982(0x19d)])(_0x1ea6ce,{'direction':_0x43ee42,'focusFallbackRef':_0x4da4ef,'height':0x258,'resources':_0x4f1a6a,'retryLabel':_0xfaac05=>_0x2a6644['t'](_0x2e2982(0x20e),_0xfaac05),'onDragEnd':_0x59b2d0[_0x2e2982(0x182)],'onPreviewLoad':(_0x284212,_0x3a6615,_0x5b98ed)=>{const _0x531d50=_0x2e2982;_0x599871[_0x531d50(0x214)](_0x284212,_0x3a6615,_0x5b98ed);},'onSelect':_0x59b2d0[_0x2e2982(0x17f)]})]});}function _0xf117b3(_0x2c0bc3){const _0x4aa77e=_0x492e7b;let _0x2b3d07=new Map();return _0x2c0bc3[_0x4aa77e(0x17e)](_0x4ade8b=>{const _0x123a4b=_0x4aa77e;_0x4ade8b['descriptor'][_0x123a4b(0x120)]&&_0x4ade8b[_0x123a4b(0x1b5)]&&!_0x2b3d07[_0x123a4b(0x124)](_0x4ade8b[_0x123a4b(0x1df)]['groupId'])&&_0x2b3d07[_0x123a4b(0x214)](_0x4ade8b['descriptor'][_0x123a4b(0x120)],_0x4ade8b[_0x123a4b(0x1b5)]);}),Array[_0x4aa77e(0x1fb)](_0x2b3d07,([_0x2fba46,_0x4e0aa7])=>({'id':_0x2fba46,'label':_0x4e0aa7}));}function _0x1d2f7f(_0x2266c0){const _0x2d9e40=_0x492e7b;let _0xf5ffa2=new Map();return _0x2266c0['forEach'](_0x193247=>{const _0xd479aa=_0x29f4;var _0x12a087;(_0x12a087=_0x193247[_0xd479aa(0x1df)][_0xd479aa(0x1c0)])==null||_0x12a087[_0xd479aa(0x17e)]((_0x2160b1,_0x1cfb01)=>{const _0x282bbd=_0xd479aa;let _0xe8c1a6=_0x193247['tagLabels'][_0x1cfb01];_0xe8c1a6!==void 0x0&&!_0xf5ffa2['has'](_0x2160b1)&&_0xf5ffa2[_0x282bbd(0x214)](_0x2160b1,_0xe8c1a6);});}),Array[_0x2d9e40(0x1fb)](_0xf5ffa2,([_0x400d5c,_0x36afd9])=>({'id':_0x400d5c,'label':_0x36afd9}));}function _0x4a1b33(_0x38ffa0,_0x371400){return function(_0x17b9a9,_0x51b470){_0x371400(_0x17b9a9,_0x51b470,_0x38ffa0);};}function _0x46f57e(_0x4696cc,_0x5e384f,_0x39f17e,_0x67a08){const _0x98196b=_0x492e7b;var _0x13f08d=arguments['length'],_0x1d69c6=_0x13f08d<0x3?_0x5e384f:_0x67a08===null?_0x67a08=Object[_0x98196b(0x16d)](_0x5e384f,_0x39f17e):_0x67a08,_0x5f576b;if(typeof Reflect=='object'&&typeof Reflect[_0x98196b(0x20a)]=='function')_0x1d69c6=Reflect['decorate'](_0x4696cc,_0x5e384f,_0x39f17e,_0x67a08);else{for(var _0x40ce3f=_0x4696cc['length']-0x1;_0x40ce3f>=0x0;_0x40ce3f--)(_0x5f576b=_0x4696cc[_0x40ce3f])&&(_0x1d69c6=(_0x13f08d<0x3?_0x5f576b(_0x1d69c6):_0x13f08d>0x3?_0x5f576b(_0x5e384f,_0x39f17e,_0x1d69c6):_0x5f576b(_0x5e384f,_0x39f17e))||_0x1d69c6);}return _0x13f08d>0x3&&_0x1d69c6&&Object['defineProperty'](_0x5e384f,_0x39f17e,_0x1d69c6),_0x1d69c6;}let _0x133a7e=class extends _0x1d8fdd[_0x492e7b(0x21a)]{constructor(_0x8b7c2f){const _0x2b6f7f=_0x492e7b;super(),this[_0x2b6f7f(0x1ef)]=_0x8b7c2f,this[_0x2b6f7f(0x1a8)](this[_0x2b6f7f(0x1ef)][_0x2b6f7f(0x16b)](_0xb85ed4,_0x2f32d6));}};_0x133a7e=_0x46f57e([_0x4a1b33(0x0,(0x0,_0x1d8fdd[_0x492e7b(0x11e)])(_0x406433[_0x492e7b(0x1e7)]))],_0x133a7e);let _0x1059c4=_0x492e7b(0x1fd),_0x1a513b=class extends _0x1d8fdd[_0x492e7b(0x1f0)]{constructor(_0x92be96=_0x38cca9,_0x27d62a,_0x127a2b){const _0x18e3a4=_0x492e7b;super(),this[_0x18e3a4(0x13a)]=_0x92be96,this[_0x18e3a4(0x1b7)]=_0x27d62a,this[_0x18e3a4(0x179)]=_0x127a2b;let {..._0x452a1c}=(0x0,_0x1d8fdd[_0x18e3a4(0x1b1)])({},_0x38cca9,this[_0x18e3a4(0x13a)]);this['_configService'][_0x18e3a4(0x15e)](_0x2d050a,_0x452a1c);}[_0x492e7b(0x19f)](){const _0x4de0f4=_0x492e7b;[[_0x36ea71,{'useClass':_0x5e40b6}],[_0x598dc6,{'useClass':_0x579a0e}],[_0x133a7e]][_0x4de0f4(0x17e)](_0x2d0331=>this['_injector']['add'](_0x2d0331)),this[_0x4de0f4(0x1a8)](this[_0x4de0f4(0x1b7)][_0x4de0f4(0x1d7)](_0x598dc6)),this['disposeWithMe'](this[_0x4de0f4(0x1b7)][_0x4de0f4(0x1d7)](_0x133a7e));}};_0x15bda0(_0x1a513b,_0x492e7b(0x193),_0x1059c4),_0x15bda0(_0x1a513b,'packageName',_0x4ada26),_0x15bda0(_0x1a513b,'version',_0xd8356f),_0x15bda0(_0x1a513b,_0x492e7b(0x130),_0x1d8fdd[_0x492e7b(0x17d)]['UNIVER_UNKNOWN']),_0x1a513b=_0x46f57e([(0x0,_0x1d8fdd[_0x492e7b(0x1ff)])(_0x1cf4fb[_0x492e7b(0x157)],_0x2df925[_0x492e7b(0x16c)],_0x406433['UniverUIPlugin']),_0x4a1b33(0x1,(0x0,_0x1d8fdd[_0x492e7b(0x11e)])(_0x1d8fdd['Injector'])),_0x4a1b33(0x2,_0x1d8fdd['IConfigService'])],_0x1a513b),_0x2884d5[_0x492e7b(0x206)]=_0x23769e,_0x2884d5['IResourcePickerService']=_0x36ea71,_0x2884d5[_0x492e7b(0x174)]=_0x598dc6,_0x2884d5[_0x492e7b(0x139)]=_0x2d050a,_0x2884d5[_0x492e7b(0x20d)]=_0x1059c4,_0x2884d5[_0x492e7b(0x1c7)]=_0xb85ed4,_0x2884d5[_0x492e7b(0x1ba)]=_0x3aa42a,_0x2884d5[_0x492e7b(0x1ea)]=_0x2f32d6,_0x2884d5[_0x492e7b(0x207)]=_0x5e40b6,_0x2884d5[_0x492e7b(0x208)]=_0x579a0e,Object[_0x492e7b(0x223)](_0x2884d5,_0x492e7b(0x20b),{'enumerable':!0x0,'get':function(){return _0x1a513b;}});}));function _0xcdee(){const _0x4c5c8a=['univer-w-full\x20!univer-min-w-0','dataTransfer','jsx','Button','onStarting','direction$','call','1329865sxQbSt','small','symbol','async','UniverProResources','resource-tile','disposeWithMe','_pending','current','svg','MultipleSelect','@univerjs/design','contentRect','1em','substring','merge','rowHeight','@univerjs/ui','1.0.0-insiders.20260717-1e84621','groupLabel','#0B9EFB','_injector','univer-invisible','ArrowRight','RESOURCE_REFERENCE_MIME_TYPE','includes','892048eJsOEz','forceEscape','entries','indexOf','tagIds','freeze','asObservable','currentLocale$','subscribe','56QMFRDr','data:image/svg+xml;charset=utf-8,','RESOURCE_PICKER_COMPONENT','univer-box-border\x20univer-grid\x20univer-h-[112px]\x20univer-gap-2\x20univer-pb-2','replace','stringify','name','gridcell','univer-relative\x20univer-box-border\x20univer-flex\x20univer-h-14\x20univer-w-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden\x20univer-rounded-sm\x20univer-bg-gray-100\x20univer-bg-[conic-gradient(currentColor_25%,transparent_0_50%,currentColor_0_75%,transparent_0)]\x20univer-bg-[length:16px_16px]\x20univer-p-1\x20univer-text-gray-300\x20dark:univer-bg-gray-900\x20dark:univer-text-gray-700','dropEffect','resources-ui.picker.service','ArrowUp','UniverCore','createElement','activeSession$','delete','_concurrency','focus','get','clear','default','UniverDesign','230542dJaZVK','keys','source','request','descriptor','setData','children','clientX','tag','svgText','Enter','object','ComponentManager','evenodd','@univerjs-pro/resources-ui','ResourcePicker','UniverUi','button','shift','resources-ui.picker.group','_componentManager','Plugin','preview','univer-sr-only','repeat(','mask','findIndex','toDisposable','registryId','open','useLayoutEffect','Home','from','width','UNIVER_RESOURCES_UI_PLUGIN','ceil','DependentOn','floor','active','clientHeight','img','link','attrs','DEFAULT_RESOURCE_PICKER_CONFIG','ResourcePickerService','ResourcePreviewCacheService','useState','decorate','UniverResourcesUIPlugin','prototype','RESOURCES_UI_PLUGIN_NAME','resources-ui.picker.retryPreview','univer-w-full\x20univer-overflow-y-auto','_activeCount','defIds','React','string','set','useVirtualList','map','xlink:href','div','resources-ui.picker.allGroups','Disposable','_activeSession$','contains','rxjs','UniverProResourcesUi','univer-flex\x20univer-h-full\x20univer-flex-col\x20univer-gap-1','label','none','2261844QUhdkG','defineProperty','revision$','useEffect','http://www.w3.org/2000/svg','disconnect','Inject','start','groupId','grid','previewConcurrency','defs','has','univer-flex\x20univer-h-full\x20univer-flex-col\x20univer-gap-3\x20univer-p-3','7DgRIRr','!univer-h-auto\x20!univer-p-0','exports','univer-w-full\x20univer-truncate','clientWidth','useMemo','univer-flex\x20univer-gap-2','24778210vpThKs','_drain','close','type','middle','columnMinWidth','effectAllowed','unsubscribe','_entries','getCurrentLocale','iterator','size','RESOURCES_UI_PLUGIN_CONFIG_KEY','_config','loading-multi-icon','reference','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-flex-col\x20univer-gap-1','value','useDependency','image','application/x-univer-resource-reference','clientY','currentTarget','ArrowDown','_maxSize','section','UniverIcon','clsx','!univer-h-full\x20univer-min-w-0\x20univer-flex-col\x20univer-gap-1\x20!univer-p-2\x20univer-text-center','Input','useRef','height','max','complete','key','M8.79993\x2014.0166C8.79993\x2014.4585\x208.44176\x2014.8166\x207.99993\x2014.8166C4.23529\x2014.8166\x201.18345\x2011.7648\x201.18345\x208.00017C1.18345\x204.23554\x204.23529\x201.18369\x207.99993\x201.1837C11.7646\x201.1837\x2014.8164\x204.23554\x2014.8164\x208.00017C14.8164\x208.442\x2014.4582\x208.80017\x2014.0164\x208.80017C13.5746\x208.80017\x2013.2164\x208.442\x2013.2164\x208.00017C13.2164\x205.11919\x2010.8809\x202.7837\x207.99993\x202.7837C5.11895\x202.7837\x202.78345\x205.11919\x202.78345\x208.00017C2.78345\x2010.8812\x205.11895\x2013.2166\x207.99993\x2013.2166C8.44176\x2013.2166\x208.79993\x2013.5748\x208.79993\x2014.0166Z','IShortcutService','resource-picker-','supportedPayloadTypes','slice','resource-preview-loading','731520IhRSGx','UniverLicensePlugin','univerjs-icon\x20univerjs-icon-','path','LoadingMultiIcon','toString','trim','random','setConfig','preventDefault','fill','IResourceRegistryService','resources-ui.picker.title','UniverProLicense','push','span','assign','getValue','rtl','@univerjs/core','ltr','register','UniverResourcesPlugin','getOwnPropertyDescriptor','activeElement','357159QfRuKZ','dispose','ArrowLeft','use','react/jsx-runtime','IResourcePreviewCacheService','@univerjs-pro/license','univer-h-12\x20univer-w-full\x20univer-object-contain','stroke','amd','_configService','copy','overscan','status','UniverInstanceType','forEach','onSelect','url(#$1','colorChannel1','onDragEnd','12xyQceB','min','finished','payload','univer-text-xs\x20univer-text-gray-500','createIdentifier','react','resource-preview','resources-ui.resource-preview-cache.service','splice','getDirection','length','useObservable','resourceId','toPrimitive','resources-ui.config','pluginName','function','idSuffix','query','forwardRef','jsxs','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','displayName'];_0xcdee=function(){return _0x4c5c8a;};return _0xcdee();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x492fd2,_0x432c72){var _0x3296a5=_0x4f86,_0x5f1b64=_0x492fd2();while(!![]){try{var _0x1e9b58=parseInt(_0x3296a5(0xa5))/0x1+-parseInt(_0x3296a5(0x9f))/0x2*(-parseInt(_0x3296a5(0xad))/0x3)+-parseInt(_0x3296a5(0xae))/0x4*(parseInt(_0x3296a5(0xa7))/0x5)+parseInt(_0x3296a5(0xa0))/0x6+parseInt(_0x3296a5(0xa3))/0x7*(-parseInt(_0x3296a5(0xa9))/0x8)+-parseInt(_0x3296a5(0xa1))/0x9+parseInt(_0x3296a5(0x9e))/0xa;if(_0x1e9b58===_0x432c72)break;else _0x5f1b64['push'](_0x5f1b64['shift']());}catch(_0x467112){_0x5f1b64['push'](_0x5f1b64['shift']());}}}(_0x1dfa,0xc5a0a),function(_0x25ac5f,_0x2fda4c){var _0x8bfa29=_0x4f86;typeof exports==_0x8bfa29(0xa6)&&typeof module<'u'?module[_0x8bfa29(0xa2)]=_0x2fda4c():typeof define==_0x8bfa29(0xab)&&define['amd']?define([],_0x2fda4c):(_0x25ac5f=typeof globalThis<'u'?globalThis:_0x25ac5f||self,_0x25ac5f['UniverProResourcesUiArSA']=_0x2fda4c());}(this,function(){var _0x458784=_0x4f86;return{'resources-ui':{'picker':{'title':'الموارد','search':_0x458784(0xa8),'group':'المجموعة','tags':_0x458784(0xa4),'allGroups':'جميع\x20المجموعات','noResources':_0x458784(0xaa),'noResults':_0x458784(0xac),'retryPreview':'إعادة\x20محاولة\x20معاينة\x20{0}'}}};}));function _0x4f86(_0x3f521,_0x36f63d){_0x3f521=_0x3f521-0x9e;var _0x1dfa23=_0x1dfa();var _0x4f8617=_0x1dfa23[_0x3f521];return _0x4f8617;}function _0x1dfa(){var _0x4aa979=['البحث\x20في\x20الموارد','16PwpcGT','لم\x20يتم\x20تسجيل\x20أي\x20موارد','function','لا\x20توجد\x20موارد\x20مطابقة','3DJlYsH','708724ITKOzc','10994460JscZiI','607608ZEyScz','8820936dooenF','6619878unBftb','exports','4932753ifGCcr','العلامات','789700AtQICF','object','20tZyOSq'];_0x1dfa=function(){return _0x4aa979;};return _0x1dfa();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x42fc(_0x50dd28,_0x59e3f1){_0x50dd28=_0x50dd28-0x19e;var _0x193f7e=_0x193f();var _0x42fc9e=_0x193f7e[_0x50dd28];return _0x42fc9e;}function _0x193f(){var _0x52a55b=['exports','object','391446tlWBzW','226442ePFpbS','56UjbDQE','1936vnyUbM','433809ZnZuDS','12dBjVDU','No\x20hi\x20ha\x20recursos\x20registrats','Grup','1018902IbiNOW','UniverProResourcesUiCaES','amd','function','61996euxiYt','Cerca\x20recursos','14VPBHPd','Etiquetes','63670nuypiY','No\x20hi\x20ha\x20recursos\x20coincidents','465665GDpZgO'];_0x193f=function(){return _0x52a55b;};return _0x193f();}(function(_0x24a391,_0x57705b){var _0x5f3264=_0x42fc,_0x5edf21=_0x24a391();while(!![]){try{var _0x1110ba=parseInt(_0x5f3264(0x1ac))/0x1+parseInt(_0x5f3264(0x1a1))/0x2+parseInt(_0x5f3264(0x1a0))/0x3*(parseInt(_0x5f3264(0x1a5))/0x4)+parseInt(_0x5f3264(0x1b2))/0x5+-parseInt(_0x5f3264(0x1a8))/0x6*(-parseInt(_0x5f3264(0x1ae))/0x7)+-parseInt(_0x5f3264(0x1a2))/0x8*(-parseInt(_0x5f3264(0x1a4))/0x9)+-parseInt(_0x5f3264(0x1b0))/0xa*(parseInt(_0x5f3264(0x1a3))/0xb);if(_0x1110ba===_0x57705b)break;else _0x5edf21['push'](_0x5edf21['shift']());}catch(_0x52710){_0x5edf21['push'](_0x5edf21['shift']());}}}(_0x193f,0x34cb5),function(_0x577181,_0x1ddf51){var _0x473771=_0x42fc;typeof exports==_0x473771(0x19f)&&typeof module<'u'?module[_0x473771(0x19e)]=_0x1ddf51():typeof define==_0x473771(0x1ab)&&define[_0x473771(0x1aa)]?define([],_0x1ddf51):(_0x577181=typeof globalThis<'u'?globalThis:_0x577181||self,_0x577181[_0x473771(0x1a9)]=_0x1ddf51());}(this,function(){var _0x325bce=_0x42fc;return{'resources-ui':{'picker':{'title':'Recursos','search':_0x325bce(0x1ad),'group':_0x325bce(0x1a7),'tags':_0x325bce(0x1af),'allGroups':'Tots\x20els\x20grups','noResources':_0x325bce(0x1a6),'noResults':_0x325bce(0x1b1),'retryPreview':'Torna\x20a\x20provar\x20la\x20previsualització\x20de\x20{0}'}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1ac5(_0x3eaf0c,_0xef1beb){_0x3eaf0c=_0x3eaf0c-0x19e;var _0x570a58=_0x570a();var _0x1ac50e=_0x570a58[_0x3eaf0c];return _0x1ac50e;}(function(_0x2c23e9,_0x16aafc){var _0x404ef3=_0x1ac5,_0x163ec5=_0x2c23e9();while(!![]){try{var _0xc88ba4=-parseInt(_0x404ef3(0x1a5))/0x1+parseInt(_0x404ef3(0x1a2))/0x2+-parseInt(_0x404ef3(0x19f))/0x3+parseInt(_0x404ef3(0x1a6))/0x4*(-parseInt(_0x404ef3(0x1ad))/0x5)+parseInt(_0x404ef3(0x1af))/0x6+parseInt(_0x404ef3(0x1a1))/0x7+-parseInt(_0x404ef3(0x1a3))/0x8;if(_0xc88ba4===_0x16aafc)break;else _0x163ec5['push'](_0x163ec5['shift']());}catch(_0x4b0d23){_0x163ec5['push'](_0x163ec5['shift']());}}}(_0x570a,0xea769),function(_0x12e631,_0x4579a8){var _0x3c7b71=_0x1ac5;typeof exports==_0x3c7b71(0x19e)&&typeof module<'u'?module['exports']=_0x4579a8():typeof define=='function'&&define[_0x3c7b71(0x1ab)]?define([],_0x4579a8):(_0x12e631=typeof globalThis<'u'?globalThis:_0x12e631||self,_0x12e631[_0x3c7b71(0x1a7)]=_0x4579a8());}(this,function(){var _0x546b66=_0x1ac5;return{'resources-ui':{'picker':{'title':_0x546b66(0x1a4),'search':_0x546b66(0x1aa),'group':_0x546b66(0x1a9),'tags':'Tags','allGroups':_0x546b66(0x1a0),'noResources':_0x546b66(0x1a8),'noResults':_0x546b66(0x1ac),'retryPreview':_0x546b66(0x1ae)}}};}));function _0x570a(){var _0x18055f=['438432KtDGPq','Ressourcen','1293841tdSiZI','4IIyyfd','UniverProResourcesUiDeDE','Keine\x20Ressourcen\x20registriert','Gruppe','Ressourcen\x20durchsuchen','amd','Keine\x20passenden\x20Ressourcen','8369365GmsXgf','Vorschau\x20von\x20{0}\x20erneut\x20laden','9456246VqYFRS','object','541908wRoCgm','Alle\x20Gruppen','8920415lLzEBJ','2626258JRllDj'];_0x570a=function(){return _0x18055f;};return _0x570a();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x1a189d,_0x44a3da){var _0x30449c=_0x5add,_0x1b58e7=_0x1a189d();while(!![]){try{var _0x20dd15=-parseInt(_0x30449c(0x15d))/0x1*(-parseInt(_0x30449c(0x14e))/0x2)+parseInt(_0x30449c(0x14b))/0x3+-parseInt(_0x30449c(0x151))/0x4*(-parseInt(_0x30449c(0x156))/0x5)+-parseInt(_0x30449c(0x153))/0x6*(-parseInt(_0x30449c(0x152))/0x7)+parseInt(_0x30449c(0x15c))/0x8+parseInt(_0x30449c(0x15e))/0x9+-parseInt(_0x30449c(0x15b))/0xa;if(_0x20dd15===_0x44a3da)break;else _0x1b58e7['push'](_0x1b58e7['shift']());}catch(_0x56748e){_0x1b58e7['push'](_0x1b58e7['shift']());}}}(_0x582c,0x877fa),function(_0x1821b5,_0x3ea1ea){var _0x33459b=_0x5add;typeof exports==_0x33459b(0x15f)&&typeof module<'u'?module[_0x33459b(0x158)]=_0x3ea1ea():typeof define=='function'&&define[_0x33459b(0x14f)]?define([],_0x3ea1ea):(_0x1821b5=typeof globalThis<'u'?globalThis:_0x1821b5||self,_0x1821b5['UniverProResourcesUiEnUS']=_0x3ea1ea());}(this,function(){var _0x3ec3f7=_0x5add;return{'resources-ui':{'picker':{'title':_0x3ec3f7(0x14d),'search':_0x3ec3f7(0x155),'group':_0x3ec3f7(0x14c),'tags':_0x3ec3f7(0x157),'allGroups':_0x3ec3f7(0x154),'noResources':_0x3ec3f7(0x15a),'noResults':_0x3ec3f7(0x150),'retryPreview':_0x3ec3f7(0x159)}}};}));function _0x5add(_0x35de17,_0xe22d71){_0x35de17=_0x35de17-0x14b;var _0x582c4b=_0x582c();var _0x5add7e=_0x582c4b[_0x35de17];return _0x5add7e;}function _0x582c(){var _0x4fff11=['72dhoEZX','All\x20groups','Search\x20resources','106030TgRroP','Tags','exports','Retry\x20{0}\x20preview','No\x20resources\x20registered','28095420RhvXON','5489096OyFlzI','39cCBYdU','1699722iknPtd','object','2667864kaNeWS','Group','Resources','2686SYhKrw','amd','No\x20matching\x20resources','104GTXOFu','581308yqCsNQ'];_0x582c=function(){return _0x4fff11;};return _0x582c();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4aa0(_0x190bf5,_0x370815){_0x190bf5=_0x190bf5-0x1a7;var _0xd21a73=_0xd21a();var _0x4aa0ef=_0xd21a73[_0x190bf5];return _0x4aa0ef;}(function(_0xf9a9f9,_0x1468ef){var _0x5f2822=_0x4aa0,_0x210858=_0xf9a9f9();while(!![]){try{var _0x4ebc5f=-parseInt(_0x5f2822(0x1b2))/0x1*(parseInt(_0x5f2822(0x1ac))/0x2)+parseInt(_0x5f2822(0x1ae))/0x3*(parseInt(_0x5f2822(0x1b7))/0x4)+parseInt(_0x5f2822(0x1a9))/0x5+-parseInt(_0x5f2822(0x1aa))/0x6+parseInt(_0x5f2822(0x1bb))/0x7*(parseInt(_0x5f2822(0x1b8))/0x8)+parseInt(_0x5f2822(0x1a8))/0x9+parseInt(_0x5f2822(0x1b6))/0xa*(-parseInt(_0x5f2822(0x1b0))/0xb);if(_0x4ebc5f===_0x1468ef)break;else _0x210858['push'](_0x210858['shift']());}catch(_0x25867c){_0x210858['push'](_0x210858['shift']());}}}(_0xd21a,0xc57a7),function(_0x5d8c0e,_0x2ec611){var _0x2733fc=_0x4aa0;typeof exports==_0x2733fc(0x1a7)&&typeof module<'u'?module[_0x2733fc(0x1af)]=_0x2ec611():typeof define==_0x2733fc(0x1ad)&&define[_0x2733fc(0x1b5)]?define([],_0x2ec611):(_0x5d8c0e=typeof globalThis<'u'?globalThis:_0x5d8c0e||self,_0x5d8c0e[_0x2733fc(0x1ab)]=_0x2ec611());}(this,function(){var _0x354e76=_0x4aa0;return{'resources-ui':{'picker':{'title':'Recursos','search':_0x354e76(0x1b1),'group':_0x354e76(0x1b9),'tags':_0x354e76(0x1b3),'allGroups':_0x354e76(0x1ba),'noResources':'No\x20hay\x20recursos\x20registrados','noResults':_0x354e76(0x1b4),'retryPreview':'Reintentar\x20la\x20vista\x20previa\x20de\x20{0}'}}};}));function _0xd21a(){var _0x468146=['3731772RVNAMv','UniverProResourcesUiEsES','246xENWNP','function','265971aTipGi','exports','752642NrTeZl','Buscar\x20recursos','953ztyWtz','Etiquetas','No\x20hay\x20recursos\x20coincidentes','amd','20uvLteP','4qNbyip','14888eCcbIu','Grupo','Todos\x20los\x20grupos','511OXzYXU','object','5521887eFNTmS','4234215ahEeCl'];_0xd21a=function(){return _0x468146;};return _0xd21a();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1322(){var _0x1844e6=['تلاش\x20مجدد\x20برای\x20پیشنمایش\x20«{0}»','همه\x20گروهها','134714EjeJSj','object','جستجوی\x20منابع','70483TSIysR','129855obEXkR','108QIipge','هیچ\x20منبع\x20منطبقی\x20یافت\x20نشد','12483920pUSKUV','9MpiLzx','function','amd','720XcPzli','exports','6538424MCiHUN','منابع','9cuNteR','گروه','648xfcArY','13550OHUNuW','1310538BhRJCP'];_0x1322=function(){return _0x1844e6;};return _0x1322();}function _0xedaf(_0x3955b4,_0x1b5044){_0x3955b4=_0x3955b4-0x1c5;var _0x132277=_0x1322();var _0xedaffa=_0x132277[_0x3955b4];return _0xedaffa;}(function(_0x2628f7,_0x2da574){var _0x17fe13=_0xedaf,_0x4b4324=_0x2628f7();while(!![]){try{var _0x842e81=-parseInt(_0x17fe13(0x1c5))/0x1+parseInt(_0x17fe13(0x1c8))/0x2*(-parseInt(_0x17fe13(0x1d0))/0x3)+-parseInt(_0x17fe13(0x1d9))/0x4*(-parseInt(_0x17fe13(0x1da))/0x5)+-parseInt(_0x17fe13(0x1d3))/0x6*(-parseInt(_0x17fe13(0x1cb))/0x7)+parseInt(_0x17fe13(0x1d5))/0x8*(-parseInt(_0x17fe13(0x1d7))/0x9)+parseInt(_0x17fe13(0x1cf))/0xa+parseInt(_0x17fe13(0x1cc))/0xb*(parseInt(_0x17fe13(0x1cd))/0xc);if(_0x842e81===_0x2da574)break;else _0x4b4324['push'](_0x4b4324['shift']());}catch(_0xfeabf7){_0x4b4324['push'](_0x4b4324['shift']());}}}(_0x1322,0xa4119),function(_0x58c6e2,_0x10fbed){var _0x1762c1=_0xedaf;typeof exports==_0x1762c1(0x1c9)&&typeof module<'u'?module[_0x1762c1(0x1d4)]=_0x10fbed():typeof define==_0x1762c1(0x1d1)&&define[_0x1762c1(0x1d2)]?define([],_0x10fbed):(_0x58c6e2=typeof globalThis<'u'?globalThis:_0x58c6e2||self,_0x58c6e2['UniverProResourcesUiFaIR']=_0x10fbed());}(this,function(){var _0x3f211f=_0xedaf;return{'resources-ui':{'picker':{'title':_0x3f211f(0x1d6),'search':_0x3f211f(0x1ca),'group':_0x3f211f(0x1d8),'tags':'برچسبها','allGroups':_0x3f211f(0x1c7),'noResources':'هیچ\x20منبعی\x20ثبت\x20نشده\x20است','noResults':_0x3f211f(0x1ce),'retryPreview':_0x3f211f(0x1c6)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1bad(){var _0xd6af4c=['function','Tous\x20les\x20groupes','amd','7jgnYae','UniverProResourcesUiFrFR','2054580MrBPSW','Rechercher\x20des\x20ressources','10OWxSyZ','7467AOLlQB','Groupe','41776pFldoo','Aucune\x20ressource\x20correspondante','242CXobrN','Étiquettes','754664puXUDV','299380zbtDzD','exports','841988NpDhuR','748PnyWDC','156600yjgddf','object','1719mXxZEY'];_0x1bad=function(){return _0xd6af4c;};return _0x1bad();}function _0x4ee3(_0x18b574,_0x12d0e0){_0x18b574=_0x18b574-0xf1;var _0x1badd6=_0x1bad();var _0x4ee329=_0x1badd6[_0x18b574];return _0x4ee329;}(function(_0x2ced82,_0x3ca14a){var _0x4bd832=_0x4ee3,_0x1d4ffd=_0x2ced82();while(!![]){try{var _0x28b4a2=parseInt(_0x4bd832(0xfd))/0x1+parseInt(_0x4bd832(0x101))/0x2*(parseInt(_0x4bd832(0xf7))/0x3)+-parseInt(_0x4bd832(0x100))/0x4*(parseInt(_0x4bd832(0xf6))/0x5)+-parseInt(_0x4bd832(0xf4))/0x6*(parseInt(_0x4bd832(0xf2))/0x7)+-parseInt(_0x4bd832(0xf9))/0x8*(parseInt(_0x4bd832(0x104))/0x9)+parseInt(_0x4bd832(0xfe))/0xa*(parseInt(_0x4bd832(0xfb))/0xb)+-parseInt(_0x4bd832(0x102))/0xc;if(_0x28b4a2===_0x3ca14a)break;else _0x1d4ffd['push'](_0x1d4ffd['shift']());}catch(_0x460704){_0x1d4ffd['push'](_0x1d4ffd['shift']());}}}(_0x1bad,0x8b3c6),function(_0x394cad,_0x289a9f){var _0x57a760=_0x4ee3;typeof exports==_0x57a760(0x103)&&typeof module<'u'?module[_0x57a760(0xff)]=_0x289a9f():typeof define==_0x57a760(0x105)&&define[_0x57a760(0xf1)]?define([],_0x289a9f):(_0x394cad=typeof globalThis<'u'?globalThis:_0x394cad||self,_0x394cad[_0x57a760(0xf3)]=_0x289a9f());}(this,function(){var _0x545eb2=_0x4ee3;return{'resources-ui':{'picker':{'title':'Ressources','search':_0x545eb2(0xf5),'group':_0x545eb2(0xf8),'tags':_0x545eb2(0xfc),'allGroups':_0x545eb2(0x106),'noResources':'Aucune\x20ressource\x20enregistrée','noResults':_0x545eb2(0xfa),'retryPreview':'Réessayer\x20l’aperçu\x20de\x20{0}'}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x272f(_0x14fbf8,_0x451f05){_0x14fbf8=_0x14fbf8-0xff;var _0x5ba4bc=_0x5ba4();var _0x272f2e=_0x5ba4bc[_0x14fbf8];return _0x272f2e;}(function(_0x1ab78a,_0x76e598){var _0x301675=_0x272f,_0x104fb5=_0x1ab78a();while(!![]){try{var _0x1653f5=-parseInt(_0x301675(0x104))/0x1+-parseInt(_0x301675(0x103))/0x2*(parseInt(_0x301675(0x107))/0x3)+-parseInt(_0x301675(0x105))/0x4*(parseInt(_0x301675(0x101))/0x5)+-parseInt(_0x301675(0x114))/0x6+-parseInt(_0x301675(0xff))/0x7*(-parseInt(_0x301675(0x10c))/0x8)+parseInt(_0x301675(0x112))/0x9*(-parseInt(_0x301675(0x10b))/0xa)+parseInt(_0x301675(0x113))/0xb*(parseInt(_0x301675(0x102))/0xc);if(_0x1653f5===_0x76e598)break;else _0x104fb5['push'](_0x104fb5['shift']());}catch(_0x4e36d2){_0x104fb5['push'](_0x104fb5['shift']());}}}(_0x5ba4,0xaaa34),function(_0xffba53,_0x49a170){var _0x354c5b=_0x272f;typeof exports==_0x354c5b(0x108)&&typeof module<'u'?module[_0x354c5b(0x10e)]=_0x49a170():typeof define==_0x354c5b(0x109)&&define[_0x354c5b(0x111)]?define([],_0x49a170):(_0xffba53=typeof globalThis<'u'?globalThis:_0xffba53||self,_0xffba53[_0x354c5b(0x10a)]=_0x49a170());}(this,function(){var _0x329998=_0x272f;return{'resources-ui':{'picker':{'title':'Sumber\x20daya','search':_0x329998(0x10f),'group':_0x329998(0x115),'tags':_0x329998(0x110),'allGroups':_0x329998(0x10d),'noResources':_0x329998(0x100),'noResults':'Tidak\x20ada\x20sumber\x20daya\x20yang\x20cocok','retryPreview':_0x329998(0x106)}}};}));function _0x5ba4(){var _0x184697=['Semua\x20grup','exports','Cari\x20sumber\x20daya','Tag','amd','51426YxSTCP','3762qVxiHp','727104fffUwB','Grup','443968CSORqk','Belum\x20ada\x20sumber\x20daya\x20yang\x20terdaftar','17300UnfhEF','129468zHsShp','58uQsIzF','753644nVhMcg','600YfIbwG','Muat\x20ulang\x20pratinjau\x20{0}','128742QDlOIO','object','function','UniverProResourcesUiIdID','2060EsaqeR','104WKMBNE'];_0x5ba4=function(){return _0x184697;};return _0x5ba4();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3343(_0x46fa22,_0x476b64){_0x46fa22=_0x46fa22-0x127;var _0x2b39d6=_0x2b39();var _0x3343a9=_0x2b39d6[_0x46fa22];return _0x3343a9;}function _0x2b39(){var _0x3ea4da=['130AbPwrT','Nessuna\x20risorsa\x20registrata','exports','amd','15296WZgtyq','function','5742TxvYRg','6496055iFsZxd','4750836qSlBSA','5894420smIDPs','3173203HrMlye','411330yAGQKd','object','248007zJgiel','UniverProResourcesUiItIT','Riprova\x20l’anteprima\x20di\x20{0}','36bhQkXR','6aUtSOJ'];_0x2b39=function(){return _0x3ea4da;};return _0x2b39();}(function(_0x1f0002,_0x12ac6c){var _0x15accb=_0x3343,_0x5c104b=_0x1f0002();while(!![]){try{var _0x4b795e=parseInt(_0x15accb(0x137))/0x1*(-parseInt(_0x15accb(0x131))/0x2)+parseInt(_0x15accb(0x133))/0x3*(parseInt(_0x15accb(0x136))/0x4)+-parseInt(_0x15accb(0x12d))/0x5+-parseInt(_0x15accb(0x12e))/0x6+parseInt(_0x15accb(0x12f))/0x7+parseInt(_0x15accb(0x12a))/0x8*(-parseInt(_0x15accb(0x12c))/0x9)+-parseInt(_0x15accb(0x138))/0xa*(-parseInt(_0x15accb(0x130))/0xb);if(_0x4b795e===_0x12ac6c)break;else _0x5c104b['push'](_0x5c104b['shift']());}catch(_0x30d301){_0x5c104b['push'](_0x5c104b['shift']());}}}(_0x2b39,0xc1347),function(_0x382263,_0x2c4891){var _0x568876=_0x3343;typeof exports==_0x568876(0x132)&&typeof module<'u'?module[_0x568876(0x128)]=_0x2c4891():typeof define==_0x568876(0x12b)&&define[_0x568876(0x129)]?define([],_0x2c4891):(_0x382263=typeof globalThis<'u'?globalThis:_0x382263||self,_0x382263[_0x568876(0x134)]=_0x2c4891());}(this,function(){var _0x3b5440=_0x3343;return{'resources-ui':{'picker':{'title':'Risorse','search':'Cerca\x20risorse','group':'Gruppo','tags':'Tag','allGroups':'Tutti\x20i\x20gruppi','noResources':_0x3b5440(0x127),'noResults':'Nessuna\x20risorsa\x20corrispondente','retryPreview':_0x3b5440(0x135)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2330(_0x5cfb0b,_0x41a5b4){_0x5cfb0b=_0x5cfb0b-0x92;var _0x5f18fd=_0x5f18();var _0x2330e7=_0x5f18fd[_0x5cfb0b];return _0x2330e7;}(function(_0x5d6d18,_0x2e4ae5){var _0x30ecc4=_0x2330,_0x3131f9=_0x5d6d18();while(!![]){try{var _0x10ef33=parseInt(_0x30ecc4(0x9f))/0x1+-parseInt(_0x30ecc4(0x95))/0x2*(parseInt(_0x30ecc4(0x99))/0x3)+-parseInt(_0x30ecc4(0x94))/0x4*(parseInt(_0x30ecc4(0xa6))/0x5)+-parseInt(_0x30ecc4(0x9e))/0x6*(-parseInt(_0x30ecc4(0x93))/0x7)+parseInt(_0x30ecc4(0x92))/0x8*(-parseInt(_0x30ecc4(0xa0))/0x9)+parseInt(_0x30ecc4(0x9a))/0xa+-parseInt(_0x30ecc4(0xa3))/0xb*(-parseInt(_0x30ecc4(0x98))/0xc);if(_0x10ef33===_0x2e4ae5)break;else _0x3131f9['push'](_0x3131f9['shift']());}catch(_0x5123a6){_0x3131f9['push'](_0x3131f9['shift']());}}}(_0x5f18,0xc3cab),function(_0x1c07e6,_0x54d5b4){var _0x39e8bf=_0x2330;typeof exports==_0x39e8bf(0x97)&&typeof module<'u'?module[_0x39e8bf(0xa2)]=_0x54d5b4():typeof define==_0x39e8bf(0xa1)&&define[_0x39e8bf(0x9b)]?define([],_0x54d5b4):(_0x1c07e6=typeof globalThis<'u'?globalThis:_0x1c07e6||self,_0x1c07e6['UniverProResourcesUiJaJP']=_0x54d5b4());}(this,function(){var _0x3c7230=_0x2330;return{'resources-ui':{'picker':{'title':_0x3c7230(0xa4),'search':_0x3c7230(0xa5),'group':'グループ','tags':'タグ','allGroups':'すべてのグループ','noResources':_0x3c7230(0x9c),'noResults':_0x3c7230(0x9d),'retryPreview':_0x3c7230(0x96)}}};}));function _0x5f18(){var _0x1509c9=['amd','リソースが登録されていません','一致するリソースがありません','1467834uVKVpK','1577721peEtsf','17127Oqvdyn','function','exports','7838479oPbAYy','リソース','リソースを検索','906770cUQsXD','5944rUDBfo','21SnPjTh','4pjlzRC','1578546DWkpqT','{0}\x20のプレビューを再試行','object','12cTDXsQ','3MXkXFX','1622920aimqIL'];_0x5f18=function(){return _0x1509c9;};return _0x5f18();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x2c97a2,_0x283fcc){var _0x3ab2cb=_0x14b3,_0x46b8ca=_0x2c97a2();while(!![]){try{var _0x20cce7=-parseInt(_0x3ab2cb(0xbd))/0x1+parseInt(_0x3ab2cb(0xba))/0x2*(-parseInt(_0x3ab2cb(0xbc))/0x3)+parseInt(_0x3ab2cb(0xb0))/0x4+-parseInt(_0x3ab2cb(0xb6))/0x5*(-parseInt(_0x3ab2cb(0xb4))/0x6)+parseInt(_0x3ab2cb(0xad))/0x7*(parseInt(_0x3ab2cb(0xb3))/0x8)+parseInt(_0x3ab2cb(0xaf))/0x9*(-parseInt(_0x3ab2cb(0xb7))/0xa)+parseInt(_0x3ab2cb(0xb2))/0xb;if(_0x20cce7===_0x283fcc)break;else _0x46b8ca['push'](_0x46b8ca['shift']());}catch(_0x2401ab){_0x46b8ca['push'](_0x46b8ca['shift']());}}}(_0x6360,0xacf4e),function(_0x7f6e50,_0x5366b0){var _0x3a6cdf=_0x14b3;typeof exports==_0x3a6cdf(0xb9)&&typeof module<'u'?module[_0x3a6cdf(0xbe)]=_0x5366b0():typeof define==_0x3a6cdf(0xb5)&&define['amd']?define([],_0x5366b0):(_0x7f6e50=typeof globalThis<'u'?globalThis:_0x7f6e50||self,_0x7f6e50['UniverProResourcesUiKoKR']=_0x5366b0());}(this,function(){var _0x426f00=_0x14b3;return{'resources-ui':{'picker':{'title':'리소스','search':_0x426f00(0xb8),'group':'그룹','tags':'태그','allGroups':_0x426f00(0xae),'noResources':_0x426f00(0xb1),'noResults':_0x426f00(0xbb),'retryPreview':'{0}\x20미리보기\x20다시\x20시도'}}};}));function _0x14b3(_0x3cf712,_0x3fdeee){_0x3cf712=_0x3cf712-0xad;var _0x636043=_0x6360();var _0x14b33a=_0x636043[_0x3cf712];return _0x14b33a;}function _0x6360(){var _0x4683bf=['3590TenrcI','리소스\x20검색','object','4ebXNlN','일치하는\x20리소스가\x20없습니다','838029UxuHrv','524523eqtUFG','exports','42bbkXXU','모든\x20그룹','21501GekzYU','870212RcCgGN','등록된\x20리소스가\x20없습니다','18688131pKyowx','771656lsHeVx','36SwjThQ','function','128395yeQWzN'];_0x6360=function(){return _0x4683bf;};return _0x6360();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x2a3269,_0x14dcf6){var _0x3d4270=_0x2ec2,_0x47289c=_0x2a3269();while(!![]){try{var _0x2e1e9f=-parseInt(_0x3d4270(0x1ee))/0x1+-parseInt(_0x3d4270(0x1ea))/0x2*(parseInt(_0x3d4270(0x1e4))/0x3)+-parseInt(_0x3d4270(0x1e1))/0x4+parseInt(_0x3d4270(0x1e5))/0x5+parseInt(_0x3d4270(0x1e7))/0x6*(-parseInt(_0x3d4270(0x1ed))/0x7)+-parseInt(_0x3d4270(0x1de))/0x8+-parseInt(_0x3d4270(0x1f0))/0x9*(-parseInt(_0x3d4270(0x1e9))/0xa);if(_0x2e1e9f===_0x14dcf6)break;else _0x47289c['push'](_0x47289c['shift']());}catch(_0x158f05){_0x47289c['push'](_0x47289c['shift']());}}}(_0x1b47,0x50d8d),function(_0x4c1ec7,_0x3df170){var _0x1ef672=_0x2ec2;typeof exports==_0x1ef672(0x1dd)&&typeof module<'u'?module[_0x1ef672(0x1eb)]=_0x3df170():typeof define==_0x1ef672(0x1ec)&&define[_0x1ef672(0x1df)]?define([],_0x3df170):(_0x4c1ec7=typeof globalThis<'u'?globalThis:_0x4c1ec7||self,_0x4c1ec7[_0x1ef672(0x1e0)]=_0x3df170());}(this,function(){var _0x488ef0=_0x2ec2;return{'resources-ui':{'picker':{'title':'Zasoby','search':_0x488ef0(0x1e3),'group':_0x488ef0(0x1e2),'tags':_0x488ef0(0x1ef),'allGroups':'Wszystkie\x20grupy','noResources':_0x488ef0(0x1e6),'noResults':'Brak\x20pasujących\x20zasobów','retryPreview':_0x488ef0(0x1e8)}}};}));function _0x2ec2(_0xf2a173,_0x337ca0){_0xf2a173=_0xf2a173-0x1dd;var _0x1b4782=_0x1b47();var _0x2ec2fc=_0x1b4782[_0xf2a173];return _0x2ec2fc;}function _0x1b47(){var _0x2c7034=['7nokZja','95542vNkHar','Tagi','4815Lxhnqd','object','4869952IeSTPa','amd','UniverProResourcesUiPlPL','1462492gBBixY','Grupa','Wyszukaj\x20zasoby','1005CFictP','941930NKaCEW','Brak\x20zarejestrowanych\x20zasobów','3446478vpsNbI','Ponów\x20podgląd\x20{0}','45620CHhuVg','3902MqIrJJ','exports','function'];_0x1b47=function(){return _0x2c7034;};return _0x1b47();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x18b1(_0x359798,_0x1d8348){_0x359798=_0x359798-0xb6;var _0x17ddf6=_0x17dd();var _0x18b151=_0x17ddf6[_0x359798];return _0x18b151;}function _0x17dd(){var _0x16f29a=['Pesquisar\x20recursos','1969hCxiPY','Nenhum\x20recurso\x20correspondente','119mxZnUN','Recursos','Tags','8gaMgGL','Nenhum\x20recurso\x20registrado','1149882oRHTUn','11712FfIYvx','46596NCphnA','Todos\x20os\x20grupos','Tentar\x20novamente\x20a\x20visualização\x20de\x20{0}','570PweGyW','amd','80IPgVBa','842wpNFwc','exports','4667WCxStf','UniverProResourcesUiPtBR','1094357SNetCK','7211781ZTPyFK','function','231408TFxHXc'];_0x17dd=function(){return _0x16f29a;};return _0x17dd();}(function(_0xc9b577,_0x23a10b){var _0xfb5bdb=_0x18b1,_0x3ec4c9=_0xc9b577();while(!![]){try{var _0x21c02d=parseInt(_0xfb5bdb(0xca))/0x1*(parseInt(_0xfb5bdb(0xc1))/0x2)+parseInt(_0xfb5bdb(0xb9))/0x3+parseInt(_0xfb5bdb(0xba))/0x4*(-parseInt(_0xfb5bdb(0xbe))/0x5)+-parseInt(_0xfb5bdb(0xc8))/0x6*(parseInt(_0xfb5bdb(0xcc))/0x7)+parseInt(_0xfb5bdb(0xb7))/0x8*(parseInt(_0xfb5bdb(0xc6))/0x9)+parseInt(_0xfb5bdb(0xc0))/0xa*(parseInt(_0xfb5bdb(0xc5))/0xb)+parseInt(_0xfb5bdb(0xbb))/0xc*(-parseInt(_0xfb5bdb(0xc3))/0xd);if(_0x21c02d===_0x23a10b)break;else _0x3ec4c9['push'](_0x3ec4c9['shift']());}catch(_0x16875f){_0x3ec4c9['push'](_0x3ec4c9['shift']());}}}(_0x17dd,0x68013),function(_0x1275e2,_0xb2937e){var _0x2723a6=_0x18b1;typeof exports=='object'&&typeof module<'u'?module[_0x2723a6(0xc2)]=_0xb2937e():typeof define==_0x2723a6(0xc7)&&define[_0x2723a6(0xbf)]?define([],_0xb2937e):(_0x1275e2=typeof globalThis<'u'?globalThis:_0x1275e2||self,_0x1275e2[_0x2723a6(0xc4)]=_0xb2937e());}(this,function(){var _0x16a78b=_0x18b1;return{'resources-ui':{'picker':{'title':_0x16a78b(0xcd),'search':_0x16a78b(0xc9),'group':'Grupo','tags':_0x16a78b(0xb6),'allGroups':_0x16a78b(0xbc),'noResources':_0x16a78b(0xb8),'noResults':_0x16a78b(0xcb),'retryPreview':_0x16a78b(0xbd)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4ce7(){var _0x5f4ccd=['1200892tgAAyU','UniverProResourcesUiRuRU','Все\x20группы','Нет\x20подходящих\x20ресурсов','6AWLjGp','Теги','594441qJJFmm','3521788NoqIPm','Ресурсы','385RgHqIH','574670KdEnkW','amd','Группа','8513586GNnJdN','122840YJGCwz','Поиск\x20ресурсов','Повторить\x20загрузку\x20предпросмотра\x20{0}','379526VFQoDw'];_0x4ce7=function(){return _0x5f4ccd;};return _0x4ce7();}function _0xfe25(_0x7c4b5d,_0x515b76){_0x7c4b5d=_0x7c4b5d-0x169;var _0x4ce796=_0x4ce7();var _0xfe254e=_0x4ce796[_0x7c4b5d];return _0xfe254e;}(function(_0x3f7f96,_0x45c041){var _0x8bc05f=_0xfe25,_0x2d1ea7=_0x3f7f96();while(!![]){try{var _0x46a8e5=parseInt(_0x8bc05f(0x170))/0x1+-parseInt(_0x8bc05f(0x171))/0x2+-parseInt(_0x8bc05f(0x177))/0x3+parseInt(_0x8bc05f(0x178))/0x4+parseInt(_0x8bc05f(0x169))/0x5*(-parseInt(_0x8bc05f(0x175))/0x6)+-parseInt(_0x8bc05f(0x17a))/0x7*(parseInt(_0x8bc05f(0x16d))/0x8)+parseInt(_0x8bc05f(0x16c))/0x9;if(_0x46a8e5===_0x45c041)break;else _0x2d1ea7['push'](_0x2d1ea7['shift']());}catch(_0x97df63){_0x2d1ea7['push'](_0x2d1ea7['shift']());}}}(_0x4ce7,0x6d583),function(_0x34b4bb,_0xd0ad56){var _0x48b719=_0xfe25;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xd0ad56():typeof define=='function'&&define[_0x48b719(0x16a)]?define([],_0xd0ad56):(_0x34b4bb=typeof globalThis<'u'?globalThis:_0x34b4bb||self,_0x34b4bb[_0x48b719(0x172)]=_0xd0ad56());}(this,function(){var _0x11bdac=_0xfe25;return{'resources-ui':{'picker':{'title':_0x11bdac(0x179),'search':_0x11bdac(0x16e),'group':_0x11bdac(0x16b),'tags':_0x11bdac(0x176),'allGroups':_0x11bdac(0x173),'noResources':'Нет\x20зарегистрированных\x20ресурсов','noResults':_0x11bdac(0x174),'retryPreview':_0x11bdac(0x16f)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x40aecb,_0x778bf5){var _0x3648ab=_0x4b24,_0x524e82=_0x40aecb();while(!![]){try{var _0x51bde9=-parseInt(_0x3648ab(0x15c))/0x1*(parseInt(_0x3648ab(0x15e))/0x2)+parseInt(_0x3648ab(0x164))/0x3+-parseInt(_0x3648ab(0x154))/0x4*(-parseInt(_0x3648ab(0x158))/0x5)+-parseInt(_0x3648ab(0x15a))/0x6*(parseInt(_0x3648ab(0x161))/0x7)+-parseInt(_0x3648ab(0x163))/0x8*(-parseInt(_0x3648ab(0x153))/0x9)+parseInt(_0x3648ab(0x160))/0xa+-parseInt(_0x3648ab(0x156))/0xb;if(_0x51bde9===_0x778bf5)break;else _0x524e82['push'](_0x524e82['shift']());}catch(_0x5d2516){_0x524e82['push'](_0x524e82['shift']());}}}(_0x2453,0xa99ec),function(_0x1889d9,_0x5ab1b4){var _0x26e7d1=_0x4b24;typeof exports==_0x26e7d1(0x15f)&&typeof module<'u'?module['exports']=_0x5ab1b4():typeof define==_0x26e7d1(0x157)&&define['amd']?define([],_0x5ab1b4):(_0x1889d9=typeof globalThis<'u'?globalThis:_0x1889d9||self,_0x1889d9[_0x26e7d1(0x155)]=_0x5ab1b4());}(this,function(){var _0x14af99=_0x4b24;return{'resources-ui':{'picker':{'title':_0x14af99(0x165),'search':'Hľadať\x20zdroje','group':_0x14af99(0x15d),'tags':'Značky','allGroups':'Všetky\x20skupiny','noResources':_0x14af99(0x162),'noResults':_0x14af99(0x159),'retryPreview':_0x14af99(0x15b)}}};}));function _0x4b24(_0x19e697,_0x2c84a2){_0x19e697=_0x19e697-0x153;var _0x2453e0=_0x2453();var _0x4b24e0=_0x2453e0[_0x19e697];return _0x4b24e0;}function _0x2453(){var _0x358eae=['239636AwQEEB','UniverProResourcesUiSkSK','1012539fTlKJg','function','65ugSoVQ','Nenašli\x20sa\x20žiadne\x20zodpovedajúce\x20zdroje','3963666ahGHjI','Znova\x20načítať\x20ukážku\x20{0}','28703vHlNxS','Skupina','18BzOJQX','object','7142010xBODPN','14IvnhiV','Nie\x20sú\x20zaregistrované\x20žiadne\x20zdroje','8jrIJWW','202554LCkIRt','Zdroje','7252434YcAlRD'];_0x2453=function(){return _0x358eae;};return _0x2453();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2bc6(){var _0x268110=['Chưa\x20có\x20tài\x20nguyên\x20nào\x20được\x20đăng\x20ký','22865183QQSIxx','234585dQqxwP','function','555594rdyQzq','Tài\x20nguyên','object','132frbcoU','Tìm\x20kiếm\x20tài\x20nguyên','Thử\x20tải\x20lại\x20bản\x20xem\x20trước\x20của\x20{0}','22925XsUukd','exports','13104980Hgxfys','16mreyCd','Thẻ','1adZjLj','1459508klSBJH','Nhóm','Không\x20có\x20tài\x20nguyên\x20phù\x20hợp','amd','6gycUag','Tất\x20cả\x20nhóm','2551560XDRxrr'];_0x2bc6=function(){return _0x268110;};return _0x2bc6();}function _0x1f77(_0xbd1db0,_0x309395){_0xbd1db0=_0xbd1db0-0xe6;var _0x2bc613=_0x2bc6();var _0x1f7754=_0x2bc613[_0xbd1db0];return _0x1f7754;}(function(_0x2903be,_0x333dcc){var _0x4a3d92=_0x1f77,_0x4339af=_0x2903be();while(!![]){try{var _0x36e0ba=parseInt(_0x4a3d92(0xf1))/0x1*(parseInt(_0x4a3d92(0xe6))/0x2)+parseInt(_0x4a3d92(0xf6))/0x3*(-parseInt(_0x4a3d92(0xf2))/0x4)+parseInt(_0x4a3d92(0xf8))/0x5+-parseInt(_0x4a3d92(0xe9))/0x6*(parseInt(_0x4a3d92(0xec))/0x7)+parseInt(_0x4a3d92(0xef))/0x8*(-parseInt(_0x4a3d92(0xfb))/0x9)+-parseInt(_0x4a3d92(0xee))/0xa+parseInt(_0x4a3d92(0xfa))/0xb;if(_0x36e0ba===_0x333dcc)break;else _0x4339af['push'](_0x4339af['shift']());}catch(_0x37e6ff){_0x4339af['push'](_0x4339af['shift']());}}}(_0x2bc6,0xab77a),function(_0x4dafd8,_0x1d803d){var _0x3ae851=_0x1f77;typeof exports==_0x3ae851(0xe8)&&typeof module<'u'?module[_0x3ae851(0xed)]=_0x1d803d():typeof define==_0x3ae851(0xfc)&&define[_0x3ae851(0xf5)]?define([],_0x1d803d):(_0x4dafd8=typeof globalThis<'u'?globalThis:_0x4dafd8||self,_0x4dafd8['UniverProResourcesUiViVN']=_0x1d803d());}(this,function(){var _0x562d7b=_0x1f77;return{'resources-ui':{'picker':{'title':_0x562d7b(0xe7),'search':_0x562d7b(0xea),'group':_0x562d7b(0xf3),'tags':_0x562d7b(0xf0),'allGroups':_0x562d7b(0xf7),'noResources':_0x562d7b(0xf9),'noResults':_0x562d7b(0xf4),'retryPreview':_0x562d7b(0xeb)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x1da56e,_0x3cbcf5){var _0x42829b=_0x1c1f,_0x260317=_0x1da56e();while(!![]){try{var _0x3f24cf=parseInt(_0x42829b(0x1c9))/0x1*(parseInt(_0x42829b(0x1c8))/0x2)+parseInt(_0x42829b(0x1d5))/0x3*(-parseInt(_0x42829b(0x1da))/0x4)+-parseInt(_0x42829b(0x1cb))/0x5+-parseInt(_0x42829b(0x1cc))/0x6*(-parseInt(_0x42829b(0x1d3))/0x7)+parseInt(_0x42829b(0x1d0))/0x8*(-parseInt(_0x42829b(0x1c6))/0x9)+parseInt(_0x42829b(0x1d6))/0xa*(parseInt(_0x42829b(0x1d4))/0xb)+-parseInt(_0x42829b(0x1c7))/0xc*(-parseInt(_0x42829b(0x1cf))/0xd);if(_0x3f24cf===_0x3cbcf5)break;else _0x260317['push'](_0x260317['shift']());}catch(_0x13edeb){_0x260317['push'](_0x260317['shift']());}}}(_0x488f,0x2eebd),function(_0x5c5247,_0x1971f0){var _0x5607e0=_0x1c1f;typeof exports==_0x5607e0(0x1d7)&&typeof module<'u'?module[_0x5607e0(0x1d1)]=_0x1971f0():typeof define=='function'&&define[_0x5607e0(0x1ce)]?define([],_0x1971f0):(_0x5c5247=typeof globalThis<'u'?globalThis:_0x5c5247||self,_0x5c5247[_0x5607e0(0x1d8)]=_0x1971f0());}(this,function(){var _0x54612d=_0x1c1f;return{'resources-ui':{'picker':{'title':'资源','search':_0x54612d(0x1c5),'group':'分组','tags':'标签','allGroups':_0x54612d(0x1cd),'noResources':_0x54612d(0x1d2),'noResults':_0x54612d(0x1ca),'retryPreview':_0x54612d(0x1d9)}}};}));function _0x1c1f(_0x20503a,_0x288c75){_0x20503a=_0x20503a-0x1c5;var _0x488fc5=_0x488f();var _0x1c1f8c=_0x488fc5[_0x20503a];return _0x1c1f8c;}function _0x488f(){var _0x80e634=['amd','1178411qiXqjl','21088IsilVb','exports','尚未注册资源','255269TDvecg','2167tqeGln','501372WuXkxL','17870yCtHcP','object','UniverProResourcesUiZhCN','重试“{0}”预览','4vTeqaJ','搜索资源','792fXwLPR','36VoMTmi','15382BBSNNk','27YQqPtd','没有匹配的资源','1384115FDEYTR','6DZqbFz','全部分组'];_0x488f=function(){return _0x80e634;};return _0x488f();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x27b1c2,_0x24b8ef){var _0xdc1522=_0x4988,_0x15744e=_0x27b1c2();while(!![]){try{var _0x39bca1=-parseInt(_0xdc1522(0x6f))/0x1+parseInt(_0xdc1522(0x73))/0x2+-parseInt(_0xdc1522(0x6b))/0x3+parseInt(_0xdc1522(0x76))/0x4+-parseInt(_0xdc1522(0x70))/0x5+parseInt(_0xdc1522(0x74))/0x6*(parseInt(_0xdc1522(0x72))/0x7)+parseInt(_0xdc1522(0x69))/0x8*(-parseInt(_0xdc1522(0x71))/0x9);if(_0x39bca1===_0x24b8ef)break;else _0x15744e['push'](_0x15744e['shift']());}catch(_0x388397){_0x15744e['push'](_0x15744e['shift']());}}}(_0x5d08,0x3132a),function(_0x289017,_0x5aebe1){var _0x5c9dbf=_0x4988;typeof exports=='object'&&typeof module<'u'?module[_0x5c9dbf(0x6a)]=_0x5aebe1():typeof define==_0x5c9dbf(0x6d)&&define[_0x5c9dbf(0x6e)]?define([],_0x5aebe1):(_0x289017=typeof globalThis<'u'?globalThis:_0x289017||self,_0x289017['UniverProResourcesUiZhHK']=_0x5aebe1());}(this,function(){var _0x2f924b=_0x4988;return{'resources-ui':{'picker':{'title':'資源','search':'搜尋資源','group':'分組','tags':'標籤','allGroups':_0x2f924b(0x68),'noResources':_0x2f924b(0x75),'noResults':'沒有相符的資源','retryPreview':_0x2f924b(0x6c)}}};}));function _0x4988(_0x54e9bd,_0xef91d5){_0x54e9bd=_0x54e9bd-0x68;var _0x5d08ec=_0x5d08();var _0x498892=_0x5d08ec[_0x54e9bd];return _0x498892;}function _0x5d08(){var _0x2e4720=['7SyIxZD','672474ASivJI','845844bPIEaq','尚未註冊資源','1351392RYkDnc','全部分組','32SPHNEA','exports','356376mvJXUJ','重試「{0}」預覽','function','amd','230956rnbowy','260165cDfQNY','476469nFNpbL'];_0x5d08=function(){return _0x2e4720;};return _0x5d08();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2c47(){var _0x4047e6=['498400wfVhHC','3645516IiGgrJ','227812fIUhIf','3289734fEIpKE','UniverProResourcesUiZhTW','搜尋資源','所有群組','4522264WqmfKq','重試「{0}」預覽','70ahAYhS','42EhZAHU','function','尚未註冊資源','object','48iRkbVf','amd','384440yclsyo','沒有符合的資源','299986Vkucsw'];_0x2c47=function(){return _0x4047e6;};return _0x2c47();}function _0x7fcb(_0xeaae6d,_0x5de60b){_0xeaae6d=_0xeaae6d-0x173;var _0x2c47e6=_0x2c47();var _0x7fcb80=_0x2c47e6[_0xeaae6d];return _0x7fcb80;}(function(_0x3e70d4,_0x20a0ce){var _0x1d21dd=_0x7fcb,_0x57e30b=_0x3e70d4();while(!![]){try{var _0x1bbf30=parseInt(_0x1d21dd(0x17a))/0x1+parseInt(_0x1d21dd(0x17b))/0x2+-parseInt(_0x1d21dd(0x176))/0x3*(parseInt(_0x1d21dd(0x17d))/0x4)+-parseInt(_0x1d21dd(0x178))/0x5*(parseInt(_0x1d21dd(0x185))/0x6)+-parseInt(_0x1d21dd(0x17c))/0x7+-parseInt(_0x1d21dd(0x182))/0x8+-parseInt(_0x1d21dd(0x17e))/0x9*(-parseInt(_0x1d21dd(0x184))/0xa);if(_0x1bbf30===_0x20a0ce)break;else _0x57e30b['push'](_0x57e30b['shift']());}catch(_0x69a11d){_0x57e30b['push'](_0x57e30b['shift']());}}}(_0x2c47,0x8bbad),function(_0x56bd2e,_0x4c3927){var _0x312345=_0x7fcb;typeof exports==_0x312345(0x175)&&typeof module<'u'?module['exports']=_0x4c3927():typeof define==_0x312345(0x173)&&define[_0x312345(0x177)]?define([],_0x4c3927):(_0x56bd2e=typeof globalThis<'u'?globalThis:_0x56bd2e||self,_0x56bd2e[_0x312345(0x17f)]=_0x4c3927());}(this,function(){var _0x51be7=_0x7fcb;return{'resources-ui':{'picker':{'title':'資源','search':_0x51be7(0x180),'group':'群組','tags':'標籤','allGroups':_0x51be7(0x181),'noResources':_0x51be7(0x174),'noResults':_0x51be7(0x179),'retryPreview':_0x51be7(0x183)}}};}));
|
package/package.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@univerjs-pro/resources-ui",
|
|
3
|
+
"version": "1.0.0-insiders.20260717-1e84621",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Product-independent resource picker UI for Univer Pro.",
|
|
6
|
+
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
7
|
+
"funding": {
|
|
8
|
+
"type": "opencollective",
|
|
9
|
+
"url": "https://opencollective.com/univer"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://univer.ai",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/dream-num/univer"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/dream-num/univer/issues"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"univer",
|
|
21
|
+
"univer-pro",
|
|
22
|
+
"resources",
|
|
23
|
+
"ui"
|
|
24
|
+
],
|
|
25
|
+
"exports": {
|
|
26
|
+
".": {
|
|
27
|
+
"import": "./lib/es/index.js",
|
|
28
|
+
"require": "./lib/cjs/index.js",
|
|
29
|
+
"types": "./lib/types/index.d.ts"
|
|
30
|
+
},
|
|
31
|
+
"./*": {
|
|
32
|
+
"import": "./lib/es/*",
|
|
33
|
+
"require": "./lib/cjs/*",
|
|
34
|
+
"types": "./lib/types/index.d.ts"
|
|
35
|
+
},
|
|
36
|
+
"./locale/*": {
|
|
37
|
+
"import": "./lib/es/locale/*.js",
|
|
38
|
+
"require": "./lib/cjs/locale/*.js",
|
|
39
|
+
"types": "./lib/types/locale/*.d.ts"
|
|
40
|
+
},
|
|
41
|
+
"./lib/*": "./lib/*"
|
|
42
|
+
},
|
|
43
|
+
"main": "./lib/es/index.js",
|
|
44
|
+
"types": "./lib/types/index.d.ts",
|
|
45
|
+
"publishConfig": {
|
|
46
|
+
"access": "public"
|
|
47
|
+
},
|
|
48
|
+
"directories": {
|
|
49
|
+
"lib": "lib"
|
|
50
|
+
},
|
|
51
|
+
"files": [
|
|
52
|
+
"lib"
|
|
53
|
+
],
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
56
|
+
"rxjs": ">=7.0.0"
|
|
57
|
+
},
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"@univerjs/icons": "1.22.0",
|
|
60
|
+
"@univerjs-pro/resources": "1.0.0-insiders.20260717-1e84621",
|
|
61
|
+
"@univerjs-pro/license": "1.0.0-insiders.20260717-1e84621",
|
|
62
|
+
"@univerjs/core": "1.0.0-insiders.20260717-1e84621",
|
|
63
|
+
"@univerjs/design": "1.0.0-insiders.20260717-1e84621",
|
|
64
|
+
"@univerjs/ui": "1.0.0-insiders.20260717-1e84621"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"postcss": "^8.5.19",
|
|
68
|
+
"react": "18.3.1",
|
|
69
|
+
"rxjs": "7.8.2",
|
|
70
|
+
"tailwindcss": "3.4.17",
|
|
71
|
+
"typescript": "^6.0.3",
|
|
72
|
+
"vitest": "^4.1.10",
|
|
73
|
+
"@univerjs-infra/shared": "1.0.0-alpha.3"
|
|
74
|
+
},
|
|
75
|
+
"scripts": {
|
|
76
|
+
"test": "vitest run",
|
|
77
|
+
"test:watch": "vitest",
|
|
78
|
+
"coverage": "vitest run --coverage",
|
|
79
|
+
"typecheck": "tsc --noEmit",
|
|
80
|
+
"build:bundle": "univer-cli build",
|
|
81
|
+
"build:types": "tsc -p tsconfig.node.json",
|
|
82
|
+
"build": "pnpm run build:bundle && pnpm run build:types"
|
|
83
|
+
},
|
|
84
|
+
"module": "./lib/es/index.js"
|
|
85
|
+
}
|