@univerjs/find-replace 0.6.1 → 0.6.2
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/index.js +1 -1
- package/lib/cjs/locale/en-US.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/ru-RU.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-TW.js +1 -1
- package/lib/es/index.js +255 -231
- package/lib/es/locale/en-US.js +2 -1
- package/lib/es/locale/fa-IR.js +2 -1
- package/lib/es/locale/fr-FR.js +2 -1
- package/lib/es/locale/ru-RU.js +2 -1
- package/lib/es/locale/vi-VN.js +2 -1
- package/lib/es/locale/zh-CN.js +2 -1
- package/lib/es/locale/zh-TW.js +2 -1
- package/lib/types/commands/operations/find-replace.operation.d.ts +1 -0
- package/lib/types/controllers/find-replace.shortcut.d.ts +1 -0
- package/lib/types/locale/zh-CN.d.ts +1 -0
- package/lib/types/services/find-replace.service.d.ts +10 -5
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.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/ru-RU.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-TW.js +1 -1
- package/package.json +8 -8
package/lib/es/locale/en-US.js
CHANGED
|
@@ -6,7 +6,8 @@ const e = {
|
|
|
6
6
|
"open-replace-dialog": "Open Replace Dialog",
|
|
7
7
|
"close-dialog": "Close Find & Replace Dialog",
|
|
8
8
|
"go-to-next-match": "Go to Next Match",
|
|
9
|
-
"go-to-previous-match": "Go to Previous Match"
|
|
9
|
+
"go-to-previous-match": "Go to Previous Match",
|
|
10
|
+
"focus-selection": "Focus Selection"
|
|
10
11
|
},
|
|
11
12
|
dialog: {
|
|
12
13
|
title: "Find",
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -6,7 +6,8 @@ const e = {
|
|
|
6
6
|
"open-replace-dialog": "باز کردن پنجره گفتگوی جایگزینی",
|
|
7
7
|
"close-dialog": "بستن پنجره گفتگوی یافتن و جایگزینی",
|
|
8
8
|
"go-to-next-match": "رفتن به تطابق بعدی",
|
|
9
|
-
"go-to-previous-match": "رفتن به تطابق قبلی"
|
|
9
|
+
"go-to-previous-match": "رفتن به تطابق قبلی",
|
|
10
|
+
"focus-selection": "تمرکز بر روی انتخاب"
|
|
10
11
|
},
|
|
11
12
|
dialog: {
|
|
12
13
|
title: "یافتن",
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -6,7 +6,8 @@ const e = {
|
|
|
6
6
|
"open-replace-dialog": "Ouvrir la boîte de dialogue Remplacer",
|
|
7
7
|
"close-dialog": "Fermer la boîte de dialogue Rechercher & Remplacer",
|
|
8
8
|
"go-to-next-match": "Aller à la correspondance suivante",
|
|
9
|
-
"go-to-previous-match": "Aller à la correspondance précédente"
|
|
9
|
+
"go-to-previous-match": "Aller à la correspondance précédente",
|
|
10
|
+
"focus-selection": "Focus sur la sélection"
|
|
10
11
|
},
|
|
11
12
|
dialog: {
|
|
12
13
|
title: "Rechercher",
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -6,7 +6,8 @@ const e = {
|
|
|
6
6
|
"open-replace-dialog": "Открыть диалог замены",
|
|
7
7
|
"close-dialog": "Закрыть диалог поиска и замены",
|
|
8
8
|
"go-to-next-match": "Перейти к следующему совпадению",
|
|
9
|
-
"go-to-previous-match": "Перейти к предыдущему совпадению"
|
|
9
|
+
"go-to-previous-match": "Перейти к предыдущему совпадению",
|
|
10
|
+
"focus-selection": "Фокус на выделении"
|
|
10
11
|
},
|
|
11
12
|
dialog: {
|
|
12
13
|
title: "Найти",
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -6,7 +6,8 @@ const t = {
|
|
|
6
6
|
"open-replace-dialog": "Mở hộp thoại thay thế",
|
|
7
7
|
"close-dialog": "Đóng hộp thoại tìm kiếm và thay thế",
|
|
8
8
|
"go-to-next-match": "Đến mục khớp tiếp theo",
|
|
9
|
-
"go-to-previous-match": "Đến mục khớp trước đó"
|
|
9
|
+
"go-to-previous-match": "Đến mục khớp trước đó",
|
|
10
|
+
"focus-selection": "Tập trung vào lựa chọn"
|
|
10
11
|
},
|
|
11
12
|
dialog: {
|
|
12
13
|
title: "Tìm kiếm",
|
package/lib/es/locale/zh-CN.js
CHANGED
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -3,3 +3,4 @@ export declare const OpenFindDialogOperation: IOperation;
|
|
|
3
3
|
export declare const OpenReplaceDialogOperation: IOperation;
|
|
4
4
|
export declare const GoToNextMatchOperation: IOperation;
|
|
5
5
|
export declare const GoToPreviousMatchOperation: IOperation;
|
|
6
|
+
export declare const FocusSelectionOperation: IOperation;
|
|
@@ -4,3 +4,4 @@ export declare const MacOpenFindDialogShortcutItem: IShortcutItem;
|
|
|
4
4
|
export declare const OpenReplaceDialogShortcutItem: IShortcutItem;
|
|
5
5
|
export declare const GoToNextFindMatchShortcutItem: IShortcutItem;
|
|
6
6
|
export declare const GoToPreviousFindMatchShortcutItem: IShortcutItem;
|
|
7
|
+
export declare const FocusSelectionShortcutItem: IShortcutItem;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IDisposable, Nullable, Disposable, IContextService, Injector, IUniverInstanceService } from '@univerjs/core';
|
|
1
|
+
import { IDisposable, Nullable, Disposable, ICommandService, IContextService, Injector, IUniverInstanceService } from '@univerjs/core';
|
|
2
2
|
import { Observable, BehaviorSubject } from 'rxjs';
|
|
3
3
|
export type FindProgressFn = () => void;
|
|
4
4
|
export interface IFindComplete<T extends IFindMatch = IFindMatch> {
|
|
@@ -45,6 +45,7 @@ export declare abstract class FindModel extends Disposable {
|
|
|
45
45
|
* Replace all matches. This method would return how many
|
|
46
46
|
*/
|
|
47
47
|
abstract replaceAll(replaceString: string): Promise<IReplaceAllResult>;
|
|
48
|
+
abstract focusSelection(): void;
|
|
48
49
|
}
|
|
49
50
|
/**
|
|
50
51
|
* A provider should be implemented by a business to provide the find results.
|
|
@@ -105,6 +106,10 @@ export interface IFindReplaceService {
|
|
|
105
106
|
moveToPreviousMatch(): void;
|
|
106
107
|
replace(): Promise<boolean>;
|
|
107
108
|
replaceAll(): Promise<IReplaceAllResult>;
|
|
109
|
+
/**
|
|
110
|
+
* Focus the selection of the current match.
|
|
111
|
+
*/
|
|
112
|
+
focusSelection(): void;
|
|
108
113
|
getProviders(): Set<IFindReplaceProvider>;
|
|
109
114
|
}
|
|
110
115
|
export declare const IFindReplaceService: import('@wendellhu/redi').IdentifierDecorator<IFindReplaceService>;
|
|
@@ -123,6 +128,7 @@ export declare class FindReplaceModel extends Disposable {
|
|
|
123
128
|
private readonly _state;
|
|
124
129
|
private readonly _providers;
|
|
125
130
|
private readonly _univerInstanceService;
|
|
131
|
+
private readonly _commandService;
|
|
126
132
|
readonly currentMatch$: BehaviorSubject<Nullable<IFindMatch<unknown>>>;
|
|
127
133
|
readonly replaceables$: BehaviorSubject<IReplaceableMatch[]>;
|
|
128
134
|
/** All find models returned by providers. */
|
|
@@ -132,9 +138,10 @@ export declare class FindReplaceModel extends Disposable {
|
|
|
132
138
|
private _matches;
|
|
133
139
|
private _currentSearchingDisposables;
|
|
134
140
|
get searched(): boolean;
|
|
135
|
-
constructor(_state: FindReplaceState, _providers: Set<IFindReplaceProvider>, _univerInstanceService: IUniverInstanceService);
|
|
141
|
+
constructor(_state: FindReplaceState, _providers: Set<IFindReplaceProvider>, _univerInstanceService: IUniverInstanceService, _commandService: ICommandService);
|
|
136
142
|
dispose(): void;
|
|
137
143
|
start(): Promise<IFindComplete>;
|
|
144
|
+
focusSelection(): void;
|
|
138
145
|
/** Call this method to start a `searching`. */
|
|
139
146
|
private _startSearching;
|
|
140
147
|
/** Terminate the current searching session, when searching string is empty. */
|
|
@@ -184,9 +191,6 @@ export interface IFindReplaceState {
|
|
|
184
191
|
findScope: FindScope;
|
|
185
192
|
findBy: FindBy;
|
|
186
193
|
}
|
|
187
|
-
/**
|
|
188
|
-
*
|
|
189
|
-
*/
|
|
190
194
|
export declare function createInitFindReplaceState(): IFindReplaceState;
|
|
191
195
|
/**
|
|
192
196
|
* This class stores find replace options state. These state are stored
|
|
@@ -262,6 +266,7 @@ export declare class FindReplaceService extends Disposable implements IFindRepla
|
|
|
262
266
|
replace(): Promise<boolean>;
|
|
263
267
|
replaceAll(): Promise<IReplaceAllResult>;
|
|
264
268
|
revealReplace(): void;
|
|
269
|
+
focusSelection(): void;
|
|
265
270
|
start(revealReplace?: boolean): boolean;
|
|
266
271
|
find(): void;
|
|
267
272
|
terminate(): void;
|
package/lib/umd/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(l,o){typeof exports=="object"&&typeof module<"u"?o(exports,require("@univerjs/core"),require("@univerjs/ui"),require("rxjs"),require("@univerjs/design"),require("@univerjs/engine-render"),require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","@univerjs/ui","rxjs","@univerjs/design","@univerjs/engine-render","react/jsx-runtime","react"],o):(l=typeof globalThis<"u"?globalThis:l||self,o(l.UniverFindReplace={},l.UniverCore,l.UniverUi,l.rxjs,l.UniverDesign,l.UniverEngineRender,l.React,l.React))})(this,function(l,o,c,v,p,re,h,f){"use strict";var rt=Object.defineProperty;var ot=(l,o,c)=>o in l?rt(l,o,{enumerable:!0,configurable:!0,writable:!0,value:c}):l[o]=c;var u=(l,o,c)=>ot(l,typeof o!="symbol"?o+"":o,c);var G;const oe="find-replace.config",K={};var M=function(){return M=Object.assign||function(i){for(var e,n=1,t=arguments.length;n<t;n++){e=arguments[n];for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&(i[a]=e[a])}return i},M.apply(this,arguments)},ce=function(i,e){var n={};for(var t in i)Object.prototype.hasOwnProperty.call(i,t)&&e.indexOf(t)<0&&(n[t]=i[t]);if(i!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,t=Object.getOwnPropertySymbols(i);a<t.length;a++)e.indexOf(t[a])<0&&Object.prototype.propertyIsEnumerable.call(i,t[a])&&(n[t[a]]=i[t[a]]);return n},H=f.forwardRef(function(i,e){var n=i.icon,t=i.id,a=i.className,s=i.extend,r=ce(i,["icon","id","className","extend"]),d="univerjs-icon univerjs-icon-".concat(t," ").concat(a||"").trim(),_=f.useRef("_".concat(he()));return q(n,"".concat(t),{defIds:n.defIds,idSuffix:_.current},M({ref:e,className:d},r),s)});function q(i,e,n,t,a){return f.createElement(i.tag,M(M({key:e},le(i,n,a)),t),(de(i,n).children||[]).map(function(s,r){return q(s,"".concat(e,"-").concat(i.tag,"-").concat(r),n,void 0,a)}))}function le(i,e,n){var t=M({},i.attrs);n!=null&&n.colorChannel1&&t.fill==="colorChannel1"&&(t.fill=n.colorChannel1),i.tag==="mask"&&t.id&&(t.id=t.id+e.idSuffix),Object.entries(t).forEach(function(s){var r=s[0],d=s[1];r==="mask"&&typeof d=="string"&&(t[r]=d.replace(/url\(#(.*)\)/,"url(#$1".concat(e.idSuffix,")")))});var a=e.defIds;return!a||a.length===0||(i.tag==="use"&&t["xlink:href"]&&(t["xlink:href"]=t["xlink:href"]+e.idSuffix),Object.entries(t).forEach(function(s){var r=s[0],d=s[1];typeof d=="string"&&(t[r]=d.replace(/url\(#(.*)\)/,"url(#$1".concat(e.idSuffix,")")))})),t}function de(i,e){var n,t=e.defIds;return!t||t.length===0?i:i.tag==="defs"&&(!((n=i.children)===null||n===void 0)&&n.length)?M(M({},i),{children:i.children.map(function(a){return typeof a.attrs.id=="string"&&t&&t.indexOf(a.attrs.id)>-1?M(M({},a),{attrs:M(M({},a.attrs),{id:a.attrs.id+e.idSuffix})}):a})}):i}function he(){return Math.random().toString(36).substring(2,8)}H.displayName="UniverIcon";var ue={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.71899 1.36938C4.37604 1.36938 1.66602 4.07941 1.66602 7.42236C1.66602 10.7653 4.37604 13.4753 7.71899 13.4753C9.16744 13.4753 10.4971 12.9666 11.5389 12.118L13.6598 14.4109C13.8848 14.6542 14.2644 14.669 14.5077 14.444C14.7509 14.219 14.7657 13.8393 14.5407 13.5961L12.3906 11.2716C13.2536 10.2254 13.772 8.88442 13.772 7.42236C13.772 4.07941 11.0619 1.36938 7.71899 1.36938ZM2.86602 7.42236C2.86602 4.74215 5.03878 2.56938 7.71899 2.56938C10.3992 2.56938 12.572 4.74215 12.572 7.42236C12.572 10.1026 10.3992 12.2753 7.71899 12.2753C5.03878 12.2753 2.86602 10.1026 2.86602 7.42236Z",fillRule:"evenodd",clipRule:"evenodd"}}]},z=f.forwardRef(function(i,e){return f.createElement(H,Object.assign({},i,{id:"search-single",ref:e,icon:ue}))});z.displayName="SearchSingle";const Y="FIND_REPLACE_INPUT_FOCUS",Z="FIND_REPLACE_DIALOG_FOCUS",J="FIND_REPLACE_REPLACE_REVEALED";var fe=Object.getOwnPropertyDescriptor,Q=(i,e,n,t)=>{for(var a=t>1?void 0:t?fe(e,n):e,s=i.length-1,r;s>=0;s--)(r=i[s])&&(a=r(a)||a);return a},A=(i,e)=>(n,t)=>e(n,t,i);class pe extends o.Disposable{}const b=o.createIdentifier("find-replace.service");function _e(i){return typeof i.findString<"u"||typeof i.inputtingFindString<"u"||typeof i.findDirection<"u"||typeof i.matchesTheWholeCell<"u"||typeof i.caseSensitive<"u"||typeof i.findScope<"u"||typeof i.findBy<"u"}l.FindReplaceModel=class extends o.Disposable{constructor(n,t,a){super();u(this,"currentMatch$",new v.BehaviorSubject(null));u(this,"replaceables$",new v.BehaviorSubject([]));u(this,"_findModels",[]);u(this,"_matchingModel",null);u(this,"_matches",[]);u(this,"_currentSearchingDisposables",null);this._state=n,this._providers=t,this._univerInstanceService=a,this.disposeWithMe(this._state.stateUpdates$.pipe(v.throttleTime(200,void 0,{leading:!0,trailing:!0})).subscribe(async s=>{const r=this._state.state;_e(s)&&(r.findString!==""&&!r.replaceRevealed?(await this._startSearching(),this._state.changeState({findCompleted:!0})):s.replaceRevealed!==!0&&this._stopSearching())}))}get searched(){return this._findModels.length>0}dispose(){super.dispose(),this._stopSearching(),this.currentMatch$.complete(),this.replaceables$.complete(),this._state.changeState({...E(),revealed:!1})}async start(){if(!this._state.findString)return{results:[]};const n=await this._startSearching();return this._state.changeState({findCompleted:!0}),n}async _startSearching(){if(!this._state.findString)return{results:[]};const n=Array.from(this._providers),t=this._findModels=(await Promise.all(n.map(s=>s.find({findString:this._state.findString,findDirection:this._state.findDirection,findScope:this._state.findScope,findBy:this._state.findBy,replaceRevealed:this._state.replaceRevealed,caseSensitive:this._state.caseSensitive,matchesTheWholeCell:this._state.matchesTheWholeCell})))).flat();this._subscribeToModelsChanges(t);const a=this._matches=t.map(s=>s.getMatches()).flat();return this.replaceables$.next(a.filter(s=>s.replaceable)),a.length?(this._moveToInitialMatch(t),this._state.changeState({matchesCount:a.length}),{results:a}):(this._state.changeState({matchesCount:0,matchesPosition:0}),{results:[]})}_stopSearching(){var n;this._providers.forEach(t=>t.terminate()),this._findModels=[],this._matches=[],this._matchingModel=null,(n=this._currentSearchingDisposables)==null||n.dispose(),this._currentSearchingDisposables=null,this.currentMatch$.next(null),this.replaceables$.next([]),this._state.changeState({findCompleted:!1,matchesCount:0,matchesPosition:0})}_subscribeToModelsChanges(n){const t=this._currentSearchingDisposables=new o.DisposableCollection,a=v.combineLatest(n.map(s=>s.matchesUpdate$)).pipe(v.debounceTime(220)).subscribe(([...s])=>{const r=this._matches=s.flat();r.length?(this._moveToInitialMatch(this._findModels,!0),this._state.changeState({matchesCount:r.length}),this.replaceables$.next(r.filter(d=>d.replaceable))):(this._state.changeState({matchesCount:0,matchesPosition:0}),this.replaceables$.next([]))});n.forEach(s=>t.add(o.toDisposable(s.activelyChangingMatch$.subscribe(r=>{const d=this._matches.findIndex(_=>_===r);this._state.changeState({matchesPosition:d+1})})))),t.add(o.toDisposable(a))}async replace(){return this._matchingModel?this._matchingModel.replace(this._state.replaceString):!1}async replaceAll(){const n=await Promise.all(this._findModels.map(t=>t.replaceAll(this._state.replaceString))).then(t=>t.reduce((a,s)=>(a.success+=s.success,a.failure+=s.failure,a),{success:0,failure:0}));return n.failure===0&&this._stopSearching(),n}getCurrentMatch(){return this._state.matchesPosition>0?this._matches[this._state.matchesPosition-1]:null}_markMatch(n){const t=this._matches.findIndex(a=>a===n);this.currentMatch$.next(n),this._state.changeState({matchesPosition:t+1})}moveToNextMatch(){if(!this._matchingModel)return;const n=this._findModels.length===1,t=this._matchingModel.moveToNextMatch({loop:n});if(t)return this._markMatch(t),t;{const a=this._findModels.findIndex(s=>s===this._matchingModel);return this._moveToNextUnitMatch(a)}}_moveToNextUnitMatch(n){const t=this._findModels.length;for(let a=(n+1)%t;a!==n;){const s=this._findModels[a],r=s.moveToNextMatch({ignoreSelection:!0});if(r)return this._matchingModel=s,this._markMatch(r),r;a=(a+1)%t}if(this._matchingModel){const a=this._matchingModel.moveToNextMatch({ignoreSelection:!0});return a&&this._markMatch(a),a}}moveToPreviousMatch(){if(!this._matchingModel)return;const n=this._findModels.length===1,t=this._matchingModel.moveToPreviousMatch({loop:n});if(t){const a=this._matches.findIndex(s=>s===t);return this.currentMatch$.next(t),this._state.changeState({matchesPosition:a+1}),t}else{const a=this._findModels.length,s=this._findModels.findIndex(d=>d===this._matchingModel);for(let d=(s-1+a)%a;d!==s;){const _=this._findModels[d],S=_.moveToPreviousMatch({ignoreSelection:!0});if(S)return this._matchingModel=_,this._markMatch(S),S;d=(d-1)%a}const r=this._matchingModel.moveToPreviousMatch({ignoreSelection:!0});return r&&this._markMatch(r),r}}_moveToInitialMatch(n,t=!1){var r;const a=(r=this._univerInstanceService.getFocusedUnit())==null?void 0:r.getUnitId();if(!a)return-1;const s=n.findIndex(d=>d.unitId===a);if(s!==-1){this._matchingModel=n[s];const d=this._matchingModel.moveToNextMatch({stayIfOnMatch:!0,noFocus:t});if(d)return this._markMatch(d),s}return this._moveToNextUnitMatch(s),0}},l.FindReplaceModel=Q([A(2,o.IUniverInstanceService)],l.FindReplaceModel);var D=(i=>(i.ROW="row",i.COLUMN="column",i))(D||{}),T=(i=>(i.VALUE="value",i.FORMULA="formula",i))(T||{}),O=(i=>(i.SUBUNIT="subunit",i.UNIT="unit",i))(O||{});function E(){return{caseSensitive:!1,findBy:"value",findCompleted:!1,findDirection:"row",findScope:"subunit",findString:"",inputtingFindString:"",matchesCount:0,matchesPosition:0,matchesTheWholeCell:!1,replaceRevealed:!1,replaceString:"",revealed:!0}}class X{constructor(){u(this,"_stateUpdates$",new v.Subject);u(this,"stateUpdates$",this._stateUpdates$.asObservable());u(this,"_state$",new v.BehaviorSubject(E()));u(this,"state$",this._state$.asObservable());u(this,"_findString","");u(this,"_inputtingFindString","");u(this,"_replaceString","");u(this,"_revealed",!1);u(this,"_replaceRevealed",!1);u(this,"_matchesPosition",0);u(this,"_matchesCount",0);u(this,"_caseSensitive",!0);u(this,"_matchesTheWholeCell",!1);u(this,"_findDirection","row");u(this,"_findScope","subunit");u(this,"_findBy","value");u(this,"_findCompleted",!1)}get state(){return this._state$.getValue()}get inputtingFindString(){return this._inputtingFindString}get findString(){return this._findString}get revealed(){return this._revealed}get replaceRevealed(){return this._replaceRevealed}get matchesPosition(){return this._matchesPosition}get matchesCount(){return this._matchesCount}get replaceString(){return this._replaceString}get caseSensitive(){return this._caseSensitive}get matchesTheWholeCell(){return this._matchesTheWholeCell}get findDirection(){return this._findDirection}get findScope(){return this._findScope}get findBy(){return this._findBy}get findCompleted(){return this._findCompleted}changeState(e){let n=!1;const t={};typeof e.findString<"u"&&e.findString!==this._findString&&(this._findString=e.findString,t.findString=this._findString,n=!0),typeof e.revealed<"u"&&e.revealed!==this._revealed&&(this._revealed=e.revealed,t.revealed=e.revealed,n=!0),typeof e.replaceRevealed<"u"&&e.replaceRevealed!==this._replaceRevealed&&(this._replaceRevealed=e.replaceRevealed,t.replaceRevealed=e.replaceRevealed,n=!0),typeof e.replaceString<"u"&&e.replaceString!==this._replaceString&&(this._replaceString=e.replaceString,t.replaceString=e.replaceString,n=!0),typeof e.matchesCount<"u"&&e.matchesCount!==this._matchesCount&&(this._matchesCount=e.matchesCount,t.matchesCount=e.matchesCount,n=!0),typeof e.matchesPosition<"u"&&e.matchesPosition!==this._matchesPosition&&(this._matchesPosition=e.matchesPosition,t.matchesPosition=e.matchesPosition,n=!0),typeof e.findBy<"u"&&e.findBy!==this._findBy&&(this._findBy=e.findBy,t.findBy=e.findBy,n=!0),typeof e.findScope<"u"&&e.findScope!==this._findScope&&(this._findScope=e.findScope,t.findScope=e.findScope,n=!0),typeof e.findDirection<"u"&&e.findDirection!==this._findDirection&&(this._findDirection=e.findDirection,t.findDirection=e.findDirection,n=!0),typeof e.caseSensitive<"u"&&e.caseSensitive!==this._caseSensitive&&(this._caseSensitive=e.caseSensitive,t.caseSensitive=e.caseSensitive,n=!0),typeof e.matchesTheWholeCell<"u"&&e.matchesTheWholeCell!==this._matchesTheWholeCell&&(this._matchesTheWholeCell=e.matchesTheWholeCell,t.matchesTheWholeCell=e.matchesTheWholeCell,n=!0),typeof e.inputtingFindString<"u"&&e.inputtingFindString!==this._inputtingFindString&&(this._inputtingFindString=e.inputtingFindString,t.inputtingFindString=e.inputtingFindString,n=!0),typeof e.findCompleted<"u"&&e.findCompleted!==this._findCompleted&&(this._findCompleted=e.findCompleted,t.findCompleted=e.findCompleted,n=!0),n&&(this._state$.next({caseSensitive:this._caseSensitive,findBy:this._findBy,findCompleted:this._findCompleted,findDirection:this._findDirection,findScope:this._findScope,findString:this._findString,inputtingFindString:this._inputtingFindString,matchesCount:this._matchesCount,matchesPosition:this._matchesPosition,matchesTheWholeCell:this._matchesTheWholeCell,replaceRevealed:this._replaceRevealed,revealed:this._revealed}),this._stateUpdates$.next(t))}}let x=class extends o.Disposable{constructor(e,n){super();u(this,"_providers",new Set);u(this,"_state",new X);u(this,"_model");u(this,"_currentMatch$",new v.BehaviorSubject(null));u(this,"currentMatch$",this._currentMatch$.asObservable());u(this,"_replaceables$",new v.BehaviorSubject([]));u(this,"replaceables$",this._replaceables$.asObservable());u(this,"_focusSignal$",new v.Subject);u(this,"focusSignal$",this._focusSignal$.asObservable());this._injector=e,this._contextService=n}get stateUpdates$(){return this._state.stateUpdates$}get state$(){return this._state.state$}get revealed(){return this._state.revealed}get replaceRevealed(){return this._state.replaceRevealed}dispose(){super.dispose(),this._currentMatch$.next(null),this._currentMatch$.complete(),this._replaceables$.next([]),this._replaceables$.complete(),this._focusSignal$.complete()}getProviders(){return this._providers}getCurrentMatch(){var e;return(e=this._model)==null?void 0:e.getCurrentMatch()}getFindString(){return this._state.findString}changeFindString(e){this._state.changeState({findString:e})}focusFindInput(){this._focusSignal$.next()}changeInputtingFindString(e){e?this._state.changeState({inputtingFindString:e}):this._state.changeState({inputtingFindString:"",findString:""})}changeReplaceString(e){this._state.changeState({replaceString:e})}changeMatchesTheWholeCell(e){this._state.changeState({matchesTheWholeCell:e})}changeCaseSensitive(e){this._state.changeState({caseSensitive:e})}changeFindBy(e){this._state.changeState({findBy:e}),this._toggleDisplayRawFormula(e==="formula")}changeFindScope(e){this._state.changeState({findScope:e})}changeFindDirection(e){this._state.changeState({findDirection:e})}moveToNextMatch(){this._model&&(this._state.replaceRevealed&&!this._model.searched?(this._state.changeState({findString:this._state.inputtingFindString}),this._model.start()):this._model.moveToNextMatch(),this._focusSignal$.next())}moveToPreviousMatch(){this._model&&(this._state.replaceRevealed&&!this._model.searched?(this._state.changeState({findString:this._state.inputtingFindString}),this._model.start()):this._model.moveToPreviousMatch(),this._focusSignal$.next())}async replace(){return this._model?this._model.replace():!1}async replaceAll(){if(!this._model)throw new Error("[FindReplaceService] replaceAll: model is not initialized!");return this._model.replaceAll()}revealReplace(){this._state.changeState({replaceRevealed:!0,inputtingFindString:this._state.findString}),this._toggleRevealReplace(!0)}start(e=!1){if(this._providers.size===0)return!1;this._model=this._injector.createInstance(l.FindReplaceModel,this._state,this._providers),this._model.currentMatch$.subscribe(t=>this._currentMatch$.next(t)),this._model.replaceables$.subscribe(t=>this._replaceables$.next(t));const n=E();return e&&(n.replaceRevealed=!0),this._state.changeState(n),this._toggleRevealReplace(e),!0}find(){var e;(e=this._model)==null||e.start()}terminate(){var e;(e=this._model)==null||e.dispose(),this._model=null,this._toggleDisplayRawFormula(!1),this._toggleRevealReplace(!1)}registerFindReplaceProvider(e){return this._providers.add(e),o.toDisposable(()=>this._providers.delete(e))}_toggleRevealReplace(e){this._contextService.setContextValue(J,e)}_toggleDisplayRawFormula(e){this._contextService.setContextValue(re.RENDER_RAW_FORMULA_KEY,e)}};x=Q([A(0,o.Inject(o.Injector)),A(1,o.IContextService)],x);const U={id:"ui.command.replace-current-match",type:o.CommandType.COMMAND,handler:i=>i.get(b).replace()},ge="CONFIRM_REPLACE_ALL",w={id:"ui.command.replace-all-matches",type:o.CommandType.COMMAND,handler:async i=>{const e=i.get(c.IConfirmService),n=i.get(o.LocaleService),t=i.get(c.IMessageService);if(!await e.confirm({id:ge,title:{title:n.t("find-replace.replace.confirm.title")},cancelText:n.t("button.cancel"),confirmText:n.t("button.confirm")}))return!1;const s=await i.get(b).replaceAll(),{success:r,failure:d}=s;return d>0?(r===0?t.show({type:p.MessageType.Error,content:n.t("find-replace.replace.all-failure")}):t.show({type:p.MessageType.Warning,content:n.t("find-replace.replace.partial-success",`${r}`,`${d}`)}),!1):(t.show({type:p.MessageType.Success,content:n.t("find-replace.replace.all-success",`${r}`)}),!0)}},I={id:"ui.operation.open-find-dialog",type:o.CommandType.OPERATION,handler:i=>{const e=i.get(b);return e.revealed?e.focusFindInput():e.start(),!0}},P={id:"ui.operation.open-replace-dialog",type:o.CommandType.OPERATION,handler:i=>{const e=i.get(b);return e.revealed?e.replaceRevealed?e.focusFindInput():e.revealReplace():e.start(!0),!0}},B={type:o.CommandType.OPERATION,id:"ui.operation.go-to-next-match",handler:i=>(i.get(b).moveToNextMatch(),!0)},k={type:o.CommandType.OPERATION,id:"ui.operation.go-to-previous-match",handler:i=>(i.get(b).moveToPreviousMatch(),!0)},N={findReplaceDialogContainer:"univer-find-replace-dialog-container",findReplaceExpandContainer:"univer-find-replace-expand-container",findReplaceButtonsGroup:"univer-find-replace-buttons-group",findReplaceButtonsGroupRight:"univer-find-replace-buttons-group-right"};function ee(i){const{findCompleted:e,localeService:n,matchesCount:t,matchesPosition:a,findString:s,findReplaceService:r,onChange:d,..._}=i,C=e&&t===0?n.t("find-replace.dialog.no-result"):t===0?" ":void 0;return h.jsx(p.InputWithSlot,{autoFocus:!0,placeholder:n.t("find-replace.dialog.find-placeholder"),slot:h.jsx(p.Pager,{loop:!0,text:C,value:a,total:t,onChange:m=>{a===t&&m===1?r.moveToNextMatch():a===1&&m===t||m<a?r.moveToPreviousMatch():r.moveToNextMatch()}}),value:s,onChange:m=>d==null?void 0:d(m),..._})}function te(i,e){const n=f.useCallback(()=>{var a;(a=document.querySelector(".univer-find-input input"))==null||a.focus()},[]),t=f.useCallback(()=>{const a=document.querySelectorAll(".univer-find-replace-dialog-container .univer-select-selection-search-input");return Array.from(a).some(s=>s===document.activeElement)},[]);return f.useImperativeHandle(e,()=>({focus:n,selectHasFocus:t})),f.useEffect(()=>{const a=i.focusSignal$.subscribe(()=>n());return()=>a.unsubscribe()},[i,n]),{focus:n,selectHasFocus:t}}const ve=f.forwardRef(function(e,n){const t=c.useDependency(o.LocaleService),a=c.useDependency(b),s=c.useDependency(o.ICommandService),r=c.useObservable(a.state$,void 0,!0),{findCompleted:d,findString:_,matchesCount:S,matchesPosition:C}=r,m=f.useCallback(()=>{s.executeCommand(P.id)},[s]),$=f.useCallback(R=>a.changeFindString(R),[a]);return te(a,n),h.jsxs(h.Fragment,{children:[h.jsx(ee,{findCompleted:d,className:"univer-find-input",matchesCount:S,matchesPosition:C,findReplaceService:a,localeService:t,findString:_,onChange:$}),h.jsx("div",{className:N.findReplaceExpandContainer,children:h.jsx(p.Button,{type:"text",size:"small",onClick:m,children:t.t("find-replace.dialog.advanced-finding")})})]})}),me=f.forwardRef(function(e,n){const t=c.useDependency(b),a=c.useDependency(o.LocaleService),s=c.useDependency(o.ICommandService),r=c.useDependency(c.IMessageService),d=c.useObservable(t.currentMatch$,void 0,!0),_=c.useObservable(t.replaceables$,void 0,!0),S=c.useObservable(t.state$,void 0,!0),{matchesCount:C,matchesPosition:m,findString:$,inputtingFindString:R,replaceString:Be,caseSensitive:ke,matchesTheWholeCell:je,findDirection:We,findScope:Ge,findBy:Ve,findCompleted:V}=S,Ke=R.length===0,He=C===0||!(d!=null&&d.replaceable),qe=_.length===0,ze=f.useCallback(g=>t.changeInputtingFindString(g),[t]),Ye=f.useCallback(g=>t.changeReplaceString(g),[t]),{focus:Ze}=te(t,n),Je=f.useCallback(()=>{$===R?t.moveToNextMatch():(t.changeFindString(R),t.find())},[$,R,t]),Qe=f.useCallback(()=>s.executeCommand(U.id),[s]),Xe=f.useCallback(async()=>{await s.executeCommand(w.id),Ze()},[s]),et=f.useCallback(g=>{t.changeFindDirection(g)},[t]),tt=f.useCallback(g=>{t.changeFindScope(g)},[t]),it=f.useCallback(g=>{t.changeFindBy(g)},[t]),nt=Ce(a),at=Me(a),st=be(a);return f.useEffect(()=>{V&&C===0&&r.show({content:a.t("find-replace.dialog.no-match"),type:p.MessageType.Warning,duration:5e3})},[V,C,r,a]),h.jsxs(h.Fragment,{children:[h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.find"),children:h.jsx(ee,{findCompleted:V,className:"univer-find-input",matchesCount:C,matchesPosition:m,findReplaceService:t,localeService:a,findString:R,onChange:ze})}),h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.replace"),children:h.jsx(p.Input,{placeholder:a.t("find-replace.dialog.replace-placeholder"),value:Be,onChange:g=>Ye(g)})}),h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.find-direction.title"),children:h.jsx(p.Select,{value:We,options:at,onChange:et})}),h.jsx(p.FormDualColumnLayout,{children:h.jsxs(h.Fragment,{children:[h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.find-scope.title"),children:h.jsx(p.Select,{value:Ge,options:nt,onChange:tt})}),h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.find-by.title"),children:h.jsx(p.Select,{value:Ve,options:st,onChange:it})})]})}),h.jsx(p.FormDualColumnLayout,{children:h.jsxs(h.Fragment,{children:[h.jsx(p.FormLayout,{children:h.jsx(p.Checkbox,{checked:ke,onChange:g=>{t.changeCaseSensitive(g)},children:a.t("find-replace.dialog.case-sensitive")})}),h.jsx(p.FormLayout,{children:h.jsx(p.Checkbox,{checked:je,onChange:g=>{t.changeMatchesTheWholeCell(g)},children:a.t("find-replace.dialog.match-the-whole-cell")})})]})}),h.jsxs("div",{className:N.findReplaceButtonsGroup,children:[h.jsx(p.Button,{type:"primary",onClick:Je,disabled:Ke,children:a.t("find-replace.dialog.find")}),h.jsxs("span",{className:N.findReplaceButtonsGroupRight,children:[h.jsx(p.Button,{disabled:He,onClick:Qe,children:a.t("find-replace.dialog.replace")}),h.jsx(p.Button,{disabled:qe,onClick:Xe,children:a.t("find-replace.dialog.replace-all")})]})]})]})});function Se(){const i=c.useDependency(b),e=c.useDependency(c.ILayoutService),n=c.useDependency(o.IContextService),t=c.useObservable(i.state$,void 0,!0),a=f.useRef(null);f.useEffect(()=>{let _;return a.current&&(_=e.registerContainerElement(a.current)),()=>_==null?void 0:_.dispose()},[e]);const s=f.useRef(null),r=f.useCallback(_=>n.setContextValue(Z,_),[n]),d=f.useCallback(_=>n.setContextValue(Y,_),[n]);return f.useEffect(()=>{var S;const _=v.fromEvent(document,"focusin").subscribe(C=>{var m;C.target&&((m=a.current)!=null&&m.contains(C.target))?r(!0):r(!1),!s.current||!s.current.selectHasFocus()?d(!0):d(!1)});return(S=s.current)==null||S.focus(),r(!0),d(!0),()=>{_.unsubscribe(),r(!1)}},[r,d]),h.jsx("div",{className:N.findReplaceDialogContainer,ref:a,children:t.replaceRevealed?h.jsx(me,{ref:s}):h.jsx(ve,{ref:s})})}function Ce(i){const e=i.getCurrentLocale();return f.useMemo(()=>[{label:i.t("find-replace.dialog.find-scope.current-sheet"),value:O.SUBUNIT},{label:i.t("find-replace.dialog.find-scope.workbook"),value:O.UNIT}],[e])}function Me(i){const e=i.getCurrentLocale();return f.useMemo(()=>[{label:i.t("find-replace.dialog.find-direction.row"),value:D.ROW},{label:i.t("find-replace.dialog.find-direction.column"),value:D.COLUMN}],[e])}function be(i){const e=i.getCurrentLocale();return f.useMemo(()=>[{label:i.t("find-replace.dialog.find-by.value"),value:T.VALUE},{label:i.t("find-replace.dialog.find-by.formula"),value:T.FORMULA}],[e])}function F(i){return i.getContextValue(Z)}function ye(i){return i.getContextValue(J)}function ie(i){return i.getContextValue(Y)}const L="7_find-replace-shortcuts";function j(i){return i.getContextValue(o.FOCUSING_SHEET)}function W(i){return!i.getContextValue(o.EDITOR_ACTIVATED)}const Re={id:I.id,description:"find-replace.shortcut.open-find-dialog",binding:c.KeyCode.F|c.MetaKeys.CTRL_COMMAND,group:L,preconditions(i){return!F(i)&&j(i)&&W(i)}},Ie={id:I.id,description:"find-replace.shortcut.open-find-dialog",binding:c.KeyCode.F|c.MetaKeys.CTRL_COMMAND,mac:c.KeyCode.F|c.MetaKeys.MAC_CTRL,preconditions(i){return!F(i)&&j(i)&&W(i)}},Fe={id:P.id,description:"find-replace.shortcut.open-replace-dialog",binding:c.KeyCode.H|c.MetaKeys.CTRL_COMMAND,mac:c.KeyCode.H|c.MetaKeys.MAC_CTRL,group:L,preconditions(i){return j(i)&&W(i)&&(!F(i)||!ye(i))}},De={id:B.id,description:"find-replace.shortcut.go-to-next-match",binding:c.KeyCode.ENTER,group:L,priority:1e3,preconditions(i){return ie(i)&&F(i)}},Te={id:k.id,description:"find-replace.shortcut.go-to-previous-match",binding:c.KeyCode.ENTER|c.MetaKeys.SHIFT,group:L,priority:1e3,preconditions(i){return ie(i)&&F(i)}};function Oe(i){const e=i.get(o.IContextService);return{id:I.id,icon:"SearchIcon",tooltip:"find-replace.toolbar",type:c.MenuItemType.BUTTON,hidden$:c.getMenuHiddenObservable(i,o.UniverInstanceType.UNIVER_SHEET),disabled$:v.combineLatest([e.subscribeContextValue$(o.EDITOR_ACTIVATED),e.subscribeContextValue$(o.FOCUSING_SHEET)]).pipe(v.map(([n,t])=>n||!t))}}const Ee={[c.RibbonStartGroup.OTHERS]:{[I.id]:{order:2,menuItemFactory:Oe}}};var Pe=Object.getOwnPropertyDescriptor,Ne=(i,e,n,t)=>{for(var a=t>1?void 0:t?Pe(e,n):e,s=i.length-1,r;s>=0;s--)(r=i[s])&&(a=r(a)||a);return a},y=(i,e)=>(n,t)=>e(n,t,i);const ne="DESKTOP_FIND_REPLACE_DIALOG",ae=350,Le=20,$e=-90;l.FindReplaceController=class extends o.RxDisposable{constructor(n,t,a,s,r,d,_,S,C,m){super();u(this,"_closingListenerDisposable");this._univerInstanceService=n,this._menuManagerService=t,this._shortcutService=a,this._commandService=s,this._findReplaceService=r,this._dialogService=d,this._layoutService=_,this._localeService=S,this._componentManager=C,this._injector=m,this._initCommands(),this._initUI(),this._initShortcuts()}dispose(){var n;super.dispose(),(n=this._closingListenerDisposable)==null||n.dispose(),this._closingListenerDisposable=null}_initCommands(){[I,P,B,k,w,U].forEach(n=>{this.disposeWithMe(this._commandService.registerCommand(n))})}_initShortcuts(){[Fe,Re,Ie,Te,De].forEach(n=>this.disposeWithMe(this._shortcutService.registerShortcut(n)))}_initUI(){this.disposeWithMe(this._componentManager.register("FindReplaceDialog",Se)),this.disposeWithMe(this._componentManager.register("SearchIcon",z)),this._menuManagerService.mergeMenu(Ee),this._findReplaceService.stateUpdates$.pipe(v.takeUntil(this.dispose$)).subscribe(n=>{n.revealed===!0&&this._openPanel()})}_openPanel(){this._dialogService.open({id:ne,draggable:!0,width:ae,title:{title:this._localeService.t("find-replace.dialog.title")},children:{label:"FindReplaceDialog"},destroyOnClose:!0,defaultPosition:Ae(),preservePositionOnDestroy:!0,onClose:()=>this.closePanel()}),this._closingListenerDisposable=o.toDisposable(this._univerInstanceService.focused$.pipe(v.takeUntil(this.dispose$)).subscribe(n=>{(!n||!this._univerInstanceService.getUniverSheetInstance(n))&&this.closePanel()}))}closePanel(){this._closingListenerDisposable&&(this._closingListenerDisposable.dispose(),this._closingListenerDisposable=null,this._dialogService.close(ne),this._findReplaceService.terminate(),queueMicrotask(()=>this._layoutService.focus()))}},l.FindReplaceController=Ne([y(0,o.IUniverInstanceService),y(1,c.IMenuManagerService),y(2,c.IShortcutService),y(3,o.ICommandService),y(4,b),y(5,c.IDialogService),y(6,c.ILayoutService),y(7,o.Inject(o.LocaleService)),y(8,o.Inject(c.ComponentManager)),y(9,o.Inject(o.Injector))],l.FindReplaceController);function Ae(){const{innerWidth:i}=window;return{x:(i-ae)/2-Le,y:$e}}var xe=Object.getOwnPropertyDescriptor,Ue=(i,e,n,t)=>{for(var a=t>1?void 0:t?xe(e,n):e,s=i.length-1,r;s>=0;s--)(r=i[s])&&(a=r(a)||a);return a},se=(i,e)=>(n,t)=>e(n,t,i);const we="UNIVER_FIND_REPLACE_PLUGIN";l.UniverFindReplacePlugin=(G=class extends o.Plugin{constructor(e=K,n,t){super(),this._config=e,this._injector=n,this._configService=t;const{...a}=o.merge({},K,this._config);this._configService.setConfig(oe,a)}onStarting(){[[l.FindReplaceController],[b,{useClass:x}]].forEach(e=>this._injector.add(e))}onRendered(){this._injector.get(l.FindReplaceController)}},u(G,"pluginName",we),G),l.UniverFindReplacePlugin=Ue([se(1,o.Inject(o.Injector)),se(2,o.IConfigService)],l.UniverFindReplacePlugin),l.FindBy=T,l.FindDirection=D,l.FindModel=pe,l.FindReplaceState=X,l.FindScope=O,l.GoToNextMatchOperation=B,l.GoToPreviousMatchOperation=k,l.IFindReplaceService=b,l.OpenFindDialogOperation=I,l.OpenReplaceDialogOperation=P,l.ReplaceAllMatchesCommand=w,l.ReplaceCurrentMatchCommand=U,l.createInitFindReplaceState=E,Object.defineProperty(l,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(d,o){typeof exports=="object"&&typeof module<"u"?o(exports,require("@univerjs/core"),require("@univerjs/ui"),require("rxjs"),require("@univerjs/design"),require("@univerjs/engine-render"),require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","@univerjs/ui","rxjs","@univerjs/design","@univerjs/engine-render","react/jsx-runtime","react"],o):(d=typeof globalThis<"u"?globalThis:d||self,o(d.UniverFindReplace={},d.UniverCore,d.UniverUi,d.rxjs,d.UniverDesign,d.UniverEngineRender,d.React,d.React))})(this,function(d,o,c,v,p,oe,h,f){"use strict";var ct=Object.defineProperty;var lt=(d,o,c)=>o in d?ct(d,o,{enumerable:!0,configurable:!0,writable:!0,value:c}):d[o]=c;var u=(d,o,c)=>lt(d,typeof o!="symbol"?o+"":o,c);var G;const ce="find-replace.config",K={};var b=function(){return b=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++){e=arguments[n];for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&(t[a]=e[a])}return t},b.apply(this,arguments)},le=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,i=Object.getOwnPropertySymbols(t);a<i.length;a++)e.indexOf(i[a])<0&&Object.prototype.propertyIsEnumerable.call(t,i[a])&&(n[i[a]]=t[i[a]]);return n},H=f.forwardRef(function(t,e){var n=t.icon,i=t.id,a=t.className,s=t.extend,r=le(t,["icon","id","className","extend"]),l="univerjs-icon univerjs-icon-".concat(i," ").concat(a||"").trim(),_=f.useRef("_".concat(ue()));return q(n,"".concat(i),{defIds:n.defIds,idSuffix:_.current},b({ref:e,className:l},r),s)});function q(t,e,n,i,a){return f.createElement(t.tag,b(b({key:e},de(t,n,a)),i),(he(t,n).children||[]).map(function(s,r){return q(s,"".concat(e,"-").concat(t.tag,"-").concat(r),n,void 0,a)}))}function de(t,e,n){var i=b({},t.attrs);n!=null&&n.colorChannel1&&i.fill==="colorChannel1"&&(i.fill=n.colorChannel1),t.tag==="mask"&&i.id&&(i.id=i.id+e.idSuffix),Object.entries(i).forEach(function(s){var r=s[0],l=s[1];r==="mask"&&typeof l=="string"&&(i[r]=l.replace(/url\(#(.*)\)/,"url(#$1".concat(e.idSuffix,")")))});var a=e.defIds;return!a||a.length===0||(t.tag==="use"&&i["xlink:href"]&&(i["xlink:href"]=i["xlink:href"]+e.idSuffix),Object.entries(i).forEach(function(s){var r=s[0],l=s[1];typeof l=="string"&&(i[r]=l.replace(/url\(#(.*)\)/,"url(#$1".concat(e.idSuffix,")")))})),i}function he(t,e){var n,i=e.defIds;return!i||i.length===0?t:t.tag==="defs"&&(!((n=t.children)===null||n===void 0)&&n.length)?b(b({},t),{children:t.children.map(function(a){return typeof a.attrs.id=="string"&&i&&i.indexOf(a.attrs.id)>-1?b(b({},a),{attrs:b(b({},a.attrs),{id:a.attrs.id+e.idSuffix})}):a})}):t}function ue(){return Math.random().toString(36).substring(2,8)}H.displayName="UniverIcon";var fe={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.71899 1.36938C4.37604 1.36938 1.66602 4.07941 1.66602 7.42236C1.66602 10.7653 4.37604 13.4753 7.71899 13.4753C9.16744 13.4753 10.4971 12.9666 11.5389 12.118L13.6598 14.4109C13.8848 14.6542 14.2644 14.669 14.5077 14.444C14.7509 14.219 14.7657 13.8393 14.5407 13.5961L12.3906 11.2716C13.2536 10.2254 13.772 8.88442 13.772 7.42236C13.772 4.07941 11.0619 1.36938 7.71899 1.36938ZM2.86602 7.42236C2.86602 4.74215 5.03878 2.56938 7.71899 2.56938C10.3992 2.56938 12.572 4.74215 12.572 7.42236C12.572 10.1026 10.3992 12.2753 7.71899 12.2753C5.03878 12.2753 2.86602 10.1026 2.86602 7.42236Z",fillRule:"evenodd",clipRule:"evenodd"}}]},z=f.forwardRef(function(t,e){return f.createElement(H,Object.assign({},t,{id:"search-single",ref:e,icon:fe}))});z.displayName="SearchSingle";const Y="FIND_REPLACE_INPUT_FOCUS",Z="FIND_REPLACE_DIALOG_FOCUS",J="FIND_REPLACE_REPLACE_REVEALED";var pe=Object.getOwnPropertyDescriptor,Q=(t,e,n,i)=>{for(var a=i>1?void 0:i?pe(e,n):e,s=t.length-1,r;s>=0;s--)(r=t[s])&&(a=r(a)||a);return a},T=(t,e)=>(n,i)=>e(n,i,t);class _e extends o.Disposable{}const S=o.createIdentifier("find-replace.service");function ge(t){return typeof t.findString<"u"||typeof t.inputtingFindString<"u"||typeof t.findDirection<"u"||typeof t.matchesTheWholeCell<"u"||typeof t.caseSensitive<"u"||typeof t.findScope<"u"||typeof t.findBy<"u"}d.FindReplaceModel=class extends o.Disposable{constructor(n,i,a,s){super();u(this,"currentMatch$",new v.BehaviorSubject(null));u(this,"replaceables$",new v.BehaviorSubject([]));u(this,"_findModels",[]);u(this,"_matchingModel",null);u(this,"_matches",[]);u(this,"_currentSearchingDisposables",null);this._state=n,this._providers=i,this._univerInstanceService=a,this._commandService=s,this.disposeWithMe(this._state.stateUpdates$.pipe(v.throttleTime(200,void 0,{leading:!0,trailing:!0})).subscribe(async r=>{const l=this._state.state;ge(r)&&(l.findString!==""&&!l.replaceRevealed?(await this._startSearching(),this._state.changeState({findCompleted:!0})):r.replaceRevealed!==!0&&this._stopSearching())}))}get searched(){return this._findModels.length>0}dispose(){super.dispose(),this._stopSearching(),this.currentMatch$.complete(),this.replaceables$.complete(),this._state.changeState({...N(),revealed:!1})}async start(){if(!this._state.findString)return{results:[]};const n=await this._startSearching();return this._state.changeState({findCompleted:!0}),n}focusSelection(){var n;(n=this._matchingModel)==null||n.focusSelection()}async _startSearching(){if(!this._state.findString)return{results:[]};const n=Array.from(this._providers),i=this._findModels=(await Promise.all(n.map(s=>s.find({findString:this._state.findString,findDirection:this._state.findDirection,findScope:this._state.findScope,findBy:this._state.findBy,replaceRevealed:this._state.replaceRevealed,caseSensitive:this._state.caseSensitive,matchesTheWholeCell:this._state.matchesTheWholeCell})))).flat();this._subscribeToModelsChanges(i);const a=this._matches=i.map(s=>s.getMatches()).flat();return this.replaceables$.next(a.filter(s=>s.replaceable)),a.length?(this._moveToInitialMatch(i),this._state.changeState({matchesCount:a.length}),{results:a}):(this._state.changeState({matchesCount:0,matchesPosition:0}),{results:[]})}_stopSearching(){var n;this._providers.forEach(i=>i.terminate()),this._findModels=[],this._matches=[],this._matchingModel=null,(n=this._currentSearchingDisposables)==null||n.dispose(),this._currentSearchingDisposables=null,this.currentMatch$.next(null),this.replaceables$.next([]),this._state.changeState({findCompleted:!1,matchesCount:0,matchesPosition:0})}_subscribeToModelsChanges(n){const i=this._currentSearchingDisposables=new o.DisposableCollection,a=v.combineLatest(n.map(s=>s.matchesUpdate$)).pipe(v.debounceTime(220)).subscribe(([...s])=>{const r=this._matches=s.flat();r.length?(this._moveToInitialMatch(this._findModels,!0),this._state.changeState({matchesCount:r.length}),this.replaceables$.next(r.filter(l=>l.replaceable))):(this._state.changeState({matchesCount:0,matchesPosition:0}),this.replaceables$.next([]))});n.forEach(s=>i.add(o.toDisposable(s.activelyChangingMatch$.subscribe(r=>{const l=this._matches.findIndex(_=>_===r);this._state.changeState({matchesPosition:l+1})})))),i.add(o.toDisposable(a))}async replace(){return this._matchingModel?this._matchingModel.replace(this._state.replaceString):!1}async replaceAll(){const n=await Promise.all(this._findModels.map(i=>i.replaceAll(this._state.replaceString))).then(i=>i.reduce((a,s)=>(a.success+=s.success,a.failure+=s.failure,a),{success:0,failure:0}));return n.failure===0&&this._stopSearching(),n}getCurrentMatch(){return this._state.matchesPosition>0?this._matches[this._state.matchesPosition-1]:null}_markMatch(n){const i=this._matches.findIndex(a=>a===n);this.currentMatch$.next(n),this._state.changeState({matchesPosition:i+1})}moveToNextMatch(){if(!this._matchingModel)return;const n=this._findModels.length===1,i=this._matchingModel.moveToNextMatch({loop:n});if(i)return this._markMatch(i),i;{const a=this._findModels.findIndex(s=>s===this._matchingModel);return this._moveToNextUnitMatch(a)}}_moveToNextUnitMatch(n){const i=this._findModels.length;for(let a=(n+1)%i;a!==n;){const s=this._findModels[a],r=s.moveToNextMatch({ignoreSelection:!0});if(r)return this._matchingModel=s,this._markMatch(r),r;a=(a+1)%i}if(this._matchingModel){const a=this._matchingModel.moveToNextMatch({ignoreSelection:!0});return a&&this._markMatch(a),a}}moveToPreviousMatch(){if(!this._matchingModel)return;const n=this._findModels.length===1,i=this._matchingModel.moveToPreviousMatch({loop:n});if(i){const a=this._matches.findIndex(s=>s===i);return this.currentMatch$.next(i),this._state.changeState({matchesPosition:a+1}),i}else{const a=this._findModels.length,s=this._findModels.findIndex(l=>l===this._matchingModel);for(let l=(s-1+a)%a;l!==s;){const _=this._findModels[l],C=_.moveToPreviousMatch({ignoreSelection:!0});if(C)return this._matchingModel=_,this._markMatch(C),C;l=(l-1)%a}const r=this._matchingModel.moveToPreviousMatch({ignoreSelection:!0});return r&&this._markMatch(r),r}}_moveToInitialMatch(n,i=!1){var r;const a=(r=this._univerInstanceService.getFocusedUnit())==null?void 0:r.getUnitId();if(!a)return-1;const s=n.findIndex(l=>l.unitId===a);if(s!==-1){this._matchingModel=n[s];const l=this._matchingModel.moveToNextMatch({stayIfOnMatch:!0,noFocus:i});if(l)return this._markMatch(l),s}return this._moveToNextUnitMatch(s),0}},d.FindReplaceModel=Q([T(2,o.IUniverInstanceService),T(3,o.ICommandService)],d.FindReplaceModel);var O=(t=>(t.ROW="row",t.COLUMN="column",t))(O||{}),E=(t=>(t.VALUE="value",t.FORMULA="formula",t))(E||{}),P=(t=>(t.SUBUNIT="subunit",t.UNIT="unit",t))(P||{});function N(){return{caseSensitive:!1,findBy:"value",findCompleted:!1,findDirection:"row",findScope:"subunit",findString:"",inputtingFindString:"",matchesCount:0,matchesPosition:0,matchesTheWholeCell:!1,replaceRevealed:!1,replaceString:"",revealed:!0}}class X{constructor(){u(this,"_stateUpdates$",new v.Subject);u(this,"stateUpdates$",this._stateUpdates$.asObservable());u(this,"_state$",new v.BehaviorSubject(N()));u(this,"state$",this._state$.asObservable());u(this,"_findString","");u(this,"_inputtingFindString","");u(this,"_replaceString","");u(this,"_revealed",!1);u(this,"_replaceRevealed",!1);u(this,"_matchesPosition",0);u(this,"_matchesCount",0);u(this,"_caseSensitive",!0);u(this,"_matchesTheWholeCell",!1);u(this,"_findDirection","row");u(this,"_findScope","subunit");u(this,"_findBy","value");u(this,"_findCompleted",!1)}get state(){return this._state$.getValue()}get inputtingFindString(){return this._inputtingFindString}get findString(){return this._findString}get revealed(){return this._revealed}get replaceRevealed(){return this._replaceRevealed}get matchesPosition(){return this._matchesPosition}get matchesCount(){return this._matchesCount}get replaceString(){return this._replaceString}get caseSensitive(){return this._caseSensitive}get matchesTheWholeCell(){return this._matchesTheWholeCell}get findDirection(){return this._findDirection}get findScope(){return this._findScope}get findBy(){return this._findBy}get findCompleted(){return this._findCompleted}changeState(e){let n=!1;const i={};typeof e.findString<"u"&&e.findString!==this._findString&&(this._findString=e.findString,i.findString=this._findString,n=!0),typeof e.revealed<"u"&&e.revealed!==this._revealed&&(this._revealed=e.revealed,i.revealed=e.revealed,n=!0),typeof e.replaceRevealed<"u"&&e.replaceRevealed!==this._replaceRevealed&&(this._replaceRevealed=e.replaceRevealed,i.replaceRevealed=e.replaceRevealed,n=!0),typeof e.replaceString<"u"&&e.replaceString!==this._replaceString&&(this._replaceString=e.replaceString,i.replaceString=e.replaceString,n=!0),typeof e.matchesCount<"u"&&e.matchesCount!==this._matchesCount&&(this._matchesCount=e.matchesCount,i.matchesCount=e.matchesCount,n=!0),typeof e.matchesPosition<"u"&&e.matchesPosition!==this._matchesPosition&&(this._matchesPosition=e.matchesPosition,i.matchesPosition=e.matchesPosition,n=!0),typeof e.findBy<"u"&&e.findBy!==this._findBy&&(this._findBy=e.findBy,i.findBy=e.findBy,n=!0),typeof e.findScope<"u"&&e.findScope!==this._findScope&&(this._findScope=e.findScope,i.findScope=e.findScope,n=!0),typeof e.findDirection<"u"&&e.findDirection!==this._findDirection&&(this._findDirection=e.findDirection,i.findDirection=e.findDirection,n=!0),typeof e.caseSensitive<"u"&&e.caseSensitive!==this._caseSensitive&&(this._caseSensitive=e.caseSensitive,i.caseSensitive=e.caseSensitive,n=!0),typeof e.matchesTheWholeCell<"u"&&e.matchesTheWholeCell!==this._matchesTheWholeCell&&(this._matchesTheWholeCell=e.matchesTheWholeCell,i.matchesTheWholeCell=e.matchesTheWholeCell,n=!0),typeof e.inputtingFindString<"u"&&e.inputtingFindString!==this._inputtingFindString&&(this._inputtingFindString=e.inputtingFindString,i.inputtingFindString=e.inputtingFindString,n=!0),typeof e.findCompleted<"u"&&e.findCompleted!==this._findCompleted&&(this._findCompleted=e.findCompleted,i.findCompleted=e.findCompleted,n=!0),n&&(this._state$.next({caseSensitive:this._caseSensitive,findBy:this._findBy,findCompleted:this._findCompleted,findDirection:this._findDirection,findScope:this._findScope,findString:this._findString,inputtingFindString:this._inputtingFindString,matchesCount:this._matchesCount,matchesPosition:this._matchesPosition,matchesTheWholeCell:this._matchesTheWholeCell,replaceRevealed:this._replaceRevealed,revealed:this._revealed}),this._stateUpdates$.next(i))}}let x=class extends o.Disposable{constructor(e,n){super();u(this,"_providers",new Set);u(this,"_state",new X);u(this,"_model");u(this,"_currentMatch$",new v.BehaviorSubject(null));u(this,"currentMatch$",this._currentMatch$.asObservable());u(this,"_replaceables$",new v.BehaviorSubject([]));u(this,"replaceables$",this._replaceables$.asObservable());u(this,"_focusSignal$",new v.Subject);u(this,"focusSignal$",this._focusSignal$.asObservable());this._injector=e,this._contextService=n}get stateUpdates$(){return this._state.stateUpdates$}get state$(){return this._state.state$}get revealed(){return this._state.revealed}get replaceRevealed(){return this._state.replaceRevealed}dispose(){super.dispose(),this._currentMatch$.next(null),this._currentMatch$.complete(),this._replaceables$.next([]),this._replaceables$.complete(),this._focusSignal$.complete()}getProviders(){return this._providers}getCurrentMatch(){var e;return(e=this._model)==null?void 0:e.getCurrentMatch()}getFindString(){return this._state.findString}changeFindString(e){this._state.changeState({findString:e})}focusFindInput(){this._focusSignal$.next()}changeInputtingFindString(e){e?this._state.changeState({inputtingFindString:e}):this._state.changeState({inputtingFindString:"",findString:""})}changeReplaceString(e){this._state.changeState({replaceString:e})}changeMatchesTheWholeCell(e){this._state.changeState({matchesTheWholeCell:e})}changeCaseSensitive(e){this._state.changeState({caseSensitive:e})}changeFindBy(e){this._state.changeState({findBy:e}),this._toggleDisplayRawFormula(e==="formula")}changeFindScope(e){this._state.changeState({findScope:e})}changeFindDirection(e){this._state.changeState({findDirection:e})}moveToNextMatch(){this._model&&(this._state.replaceRevealed&&!this._model.searched?(this._state.changeState({findString:this._state.inputtingFindString}),this._model.start()):this._model.moveToNextMatch(),this._focusSignal$.next())}moveToPreviousMatch(){this._model&&(this._state.replaceRevealed&&!this._model.searched?(this._state.changeState({findString:this._state.inputtingFindString}),this._model.start()):this._model.moveToPreviousMatch(),this._focusSignal$.next())}async replace(){return this._model?this._model.replace():!1}async replaceAll(){if(!this._model)throw new Error("[FindReplaceService] replaceAll: model is not initialized!");return this._model.replaceAll()}revealReplace(){this._state.changeState({replaceRevealed:!0,inputtingFindString:this._state.findString}),this._toggleRevealReplace(!0)}focusSelection(){var e;(e=this._model)==null||e.focusSelection()}start(e=!1){if(this._providers.size===0)return!1;this._model=this._injector.createInstance(d.FindReplaceModel,this._state,this._providers),this._model.currentMatch$.subscribe(i=>this._currentMatch$.next(i)),this._model.replaceables$.subscribe(i=>this._replaceables$.next(i));const n=N();return e&&(n.replaceRevealed=!0),this._state.changeState(n),this._toggleRevealReplace(e),!0}find(){var e;(e=this._model)==null||e.start()}terminate(){var e;(e=this._model)==null||e.dispose(),this._model=null,this._toggleDisplayRawFormula(!1),this._toggleRevealReplace(!1)}registerFindReplaceProvider(e){return this._providers.add(e),o.toDisposable(()=>this._providers.delete(e))}_toggleRevealReplace(e){this._contextService.setContextValue(J,e)}_toggleDisplayRawFormula(e){this._contextService.setContextValue(oe.RENDER_RAW_FORMULA_KEY,e)}};x=Q([T(0,o.Inject(o.Injector)),T(1,o.IContextService)],x);const U={id:"ui.command.replace-current-match",type:o.CommandType.COMMAND,handler:t=>t.get(S).replace()},ve="CONFIRM_REPLACE_ALL",w={id:"ui.command.replace-all-matches",type:o.CommandType.COMMAND,handler:async t=>{const e=t.get(c.IConfirmService),n=t.get(o.LocaleService),i=t.get(c.IMessageService);if(!await e.confirm({id:ve,title:{title:n.t("find-replace.replace.confirm.title")},cancelText:n.t("button.cancel"),confirmText:n.t("button.confirm")}))return!1;const s=await t.get(S).replaceAll(),{success:r,failure:l}=s;return l>0?(r===0?i.show({type:p.MessageType.Error,content:n.t("find-replace.replace.all-failure")}):i.show({type:p.MessageType.Warning,content:n.t("find-replace.replace.partial-success",`${r}`,`${l}`)}),!1):(i.show({type:p.MessageType.Success,content:n.t("find-replace.replace.all-success",`${r}`)}),!0)}},I={id:"ui.operation.open-find-dialog",type:o.CommandType.OPERATION,handler:t=>{const e=t.get(S);return e.revealed?e.focusFindInput():e.start(),!0}},L={id:"ui.operation.open-replace-dialog",type:o.CommandType.OPERATION,handler:t=>{const e=t.get(S);return e.revealed?e.replaceRevealed?e.focusFindInput():e.revealReplace():e.start(!0),!0}},B={type:o.CommandType.OPERATION,id:"ui.operation.go-to-next-match",handler:t=>(t.get(S).moveToNextMatch(),!0)},k={type:o.CommandType.OPERATION,id:"ui.operation.go-to-previous-match",handler:t=>(t.get(S).moveToPreviousMatch(),!0)},ee={type:o.CommandType.OPERATION,id:"ui.operation.focus-selection",handler:t=>(t.get(S).focusSelection(),!0)},$={findReplaceDialogContainer:"univer-find-replace-dialog-container",findReplaceExpandContainer:"univer-find-replace-expand-container",findReplaceButtonsGroup:"univer-find-replace-buttons-group",findReplaceButtonsGroupRight:"univer-find-replace-buttons-group-right"};function te(t){const{findCompleted:e,localeService:n,matchesCount:i,matchesPosition:a,findString:s,findReplaceService:r,onChange:l,..._}=t,M=e&&i===0?n.t("find-replace.dialog.no-result"):i===0?" ":void 0;return h.jsx(p.InputWithSlot,{autoFocus:!0,placeholder:n.t("find-replace.dialog.find-placeholder"),slot:h.jsx(p.Pager,{loop:!0,text:M,value:a,total:i,onChange:m=>{a===i&&m===1?r.moveToNextMatch():a===1&&m===i||m<a?r.moveToPreviousMatch():r.moveToNextMatch()}}),value:s,onChange:m=>l==null?void 0:l(m),..._})}function ie(t,e){const n=f.useCallback(()=>{var a;(a=document.querySelector(".univer-find-input input"))==null||a.focus()},[]),i=f.useCallback(()=>{const a=document.querySelectorAll(".univer-find-replace-dialog-container .univer-select-selection-search-input");return Array.from(a).some(s=>s===document.activeElement)},[]);return f.useImperativeHandle(e,()=>({focus:n,selectHasFocus:i})),f.useEffect(()=>{const a=t.focusSignal$.subscribe(()=>n());return()=>a.unsubscribe()},[t,n]),{focus:n,selectHasFocus:i}}const me=f.forwardRef(function(e,n){const i=c.useDependency(o.LocaleService),a=c.useDependency(S),s=c.useDependency(o.ICommandService),r=c.useObservable(a.state$,void 0,!0),{findCompleted:l,findString:_,matchesCount:C,matchesPosition:M}=r,m=f.useCallback(()=>{s.executeCommand(L.id)},[s]),A=f.useCallback(R=>a.changeFindString(R),[a]);return ie(a,n),h.jsxs(h.Fragment,{children:[h.jsx(te,{findCompleted:l,className:"univer-find-input",matchesCount:C,matchesPosition:M,findReplaceService:a,localeService:i,findString:_,onChange:A}),h.jsx("div",{className:$.findReplaceExpandContainer,children:h.jsx(p.Button,{type:"text",size:"small",onClick:m,children:i.t("find-replace.dialog.advanced-finding")})})]})}),Se=f.forwardRef(function(e,n){const i=c.useDependency(S),a=c.useDependency(o.LocaleService),s=c.useDependency(o.ICommandService),r=c.useDependency(c.IMessageService),l=c.useObservable(i.currentMatch$,void 0,!0),_=c.useObservable(i.replaceables$,void 0,!0),C=c.useObservable(i.state$,void 0,!0),{matchesCount:M,matchesPosition:m,findString:A,inputtingFindString:R,replaceString:je,caseSensitive:We,matchesTheWholeCell:Ge,findDirection:Ve,findScope:Ke,findBy:He,findCompleted:V}=C,qe=R.length===0,ze=M===0||!(l!=null&&l.replaceable),Ye=_.length===0,Ze=f.useCallback(g=>i.changeInputtingFindString(g),[i]),Je=f.useCallback(g=>i.changeReplaceString(g),[i]),{focus:Qe}=ie(i,n),Xe=f.useCallback(()=>{A===R?i.moveToNextMatch():(i.changeFindString(R),i.find())},[A,R,i]),et=f.useCallback(()=>s.executeCommand(U.id),[s]),tt=f.useCallback(async()=>{await s.executeCommand(w.id),Qe()},[s]),it=f.useCallback(g=>{i.changeFindDirection(g)},[i]),nt=f.useCallback(g=>{i.changeFindScope(g)},[i]),at=f.useCallback(g=>{i.changeFindBy(g)},[i]),st=Me(a),rt=be(a),ot=ye(a);return f.useEffect(()=>{V&&M===0&&r.show({content:a.t("find-replace.dialog.no-match"),type:p.MessageType.Warning,duration:5e3})},[V,M,r,a]),h.jsxs(h.Fragment,{children:[h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.find"),children:h.jsx(te,{findCompleted:V,className:"univer-find-input",matchesCount:M,matchesPosition:m,findReplaceService:i,localeService:a,findString:R,onChange:Ze})}),h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.replace"),children:h.jsx(p.Input,{placeholder:a.t("find-replace.dialog.replace-placeholder"),value:je,onChange:g=>Je(g)})}),h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.find-direction.title"),children:h.jsx(p.Select,{value:Ve,options:rt,onChange:it})}),h.jsx(p.FormDualColumnLayout,{children:h.jsxs(h.Fragment,{children:[h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.find-scope.title"),children:h.jsx(p.Select,{value:Ke,options:st,onChange:nt})}),h.jsx(p.FormLayout,{label:a.t("find-replace.dialog.find-by.title"),children:h.jsx(p.Select,{value:He,options:ot,onChange:at})})]})}),h.jsx(p.FormDualColumnLayout,{children:h.jsxs(h.Fragment,{children:[h.jsx(p.FormLayout,{children:h.jsx(p.Checkbox,{checked:We,onChange:g=>{i.changeCaseSensitive(g)},children:a.t("find-replace.dialog.case-sensitive")})}),h.jsx(p.FormLayout,{children:h.jsx(p.Checkbox,{checked:Ge,onChange:g=>{i.changeMatchesTheWholeCell(g)},children:a.t("find-replace.dialog.match-the-whole-cell")})})]})}),h.jsxs("div",{className:$.findReplaceButtonsGroup,children:[h.jsx(p.Button,{type:"primary",onClick:Xe,disabled:qe,children:a.t("find-replace.dialog.find")}),h.jsxs("span",{className:$.findReplaceButtonsGroupRight,children:[h.jsx(p.Button,{disabled:ze,onClick:et,children:a.t("find-replace.dialog.replace")}),h.jsx(p.Button,{disabled:Ye,onClick:tt,children:a.t("find-replace.dialog.replace-all")})]})]})]})});function Ce(){const t=c.useDependency(S),e=c.useDependency(c.ILayoutService),n=c.useDependency(o.IContextService),i=c.useObservable(t.state$,void 0,!0),a=f.useRef(null);f.useEffect(()=>{let _;return a.current&&(_=e.registerContainerElement(a.current)),()=>_==null?void 0:_.dispose()},[e]);const s=f.useRef(null),r=f.useCallback(_=>n.setContextValue(Z,_),[n]),l=f.useCallback(_=>n.setContextValue(Y,_),[n]);return f.useEffect(()=>{var C;const _=v.fromEvent(document,"focusin").subscribe(M=>{var m;M.target&&((m=a.current)!=null&&m.contains(M.target))?r(!0):r(!1),!s.current||!s.current.selectHasFocus()?l(!0):l(!1)});return(C=s.current)==null||C.focus(),r(!0),l(!0),()=>{_.unsubscribe(),r(!1)}},[r,l]),h.jsx("div",{className:$.findReplaceDialogContainer,ref:a,children:i.replaceRevealed?h.jsx(Se,{ref:s}):h.jsx(me,{ref:s})})}function Me(t){const e=t.getCurrentLocale();return f.useMemo(()=>[{label:t.t("find-replace.dialog.find-scope.current-sheet"),value:P.SUBUNIT},{label:t.t("find-replace.dialog.find-scope.workbook"),value:P.UNIT}],[e])}function be(t){const e=t.getCurrentLocale();return f.useMemo(()=>[{label:t.t("find-replace.dialog.find-direction.row"),value:O.ROW},{label:t.t("find-replace.dialog.find-direction.column"),value:O.COLUMN}],[e])}function ye(t){const e=t.getCurrentLocale();return f.useMemo(()=>[{label:t.t("find-replace.dialog.find-by.value"),value:E.VALUE},{label:t.t("find-replace.dialog.find-by.formula"),value:E.FORMULA}],[e])}function F(t){return t.getContextValue(Z)}function Re(t){return t.getContextValue(J)}function ne(t){return t.getContextValue(Y)}const D="7_find-replace-shortcuts";function j(t){return t.getContextValue(o.FOCUSING_SHEET)}function W(t){return!t.getContextValue(o.EDITOR_ACTIVATED)}const Ie={id:I.id,description:"find-replace.shortcut.open-find-dialog",binding:c.KeyCode.F|c.MetaKeys.CTRL_COMMAND,group:D,preconditions(t){return!F(t)&&j(t)&&W(t)}},Fe={id:I.id,description:"find-replace.shortcut.open-find-dialog",binding:c.KeyCode.F|c.MetaKeys.CTRL_COMMAND,mac:c.KeyCode.F|c.MetaKeys.MAC_CTRL,preconditions(t){return!F(t)&&j(t)&&W(t)}},De={id:L.id,description:"find-replace.shortcut.open-replace-dialog",binding:c.KeyCode.H|c.MetaKeys.CTRL_COMMAND,mac:c.KeyCode.H|c.MetaKeys.MAC_CTRL,group:D,preconditions(t){return j(t)&&W(t)&&(!F(t)||!Re(t))}},Te={id:B.id,description:"find-replace.shortcut.go-to-next-match",binding:c.KeyCode.ENTER,group:D,priority:1e3,preconditions(t){return ne(t)&&F(t)}},Oe={id:k.id,description:"find-replace.shortcut.go-to-previous-match",binding:c.KeyCode.ENTER|c.MetaKeys.SHIFT,group:D,priority:1e3,preconditions(t){return ne(t)&&F(t)}},Ee={id:ee.id,description:"find-replace.shortcut.focus-selection",binding:c.KeyCode.ESC,group:D,priority:1e3,preconditions(t){return F(t)}};function Pe(t){const e=t.get(o.IContextService);return{id:I.id,icon:"SearchIcon",tooltip:"find-replace.toolbar",type:c.MenuItemType.BUTTON,hidden$:c.getMenuHiddenObservable(t,o.UniverInstanceType.UNIVER_SHEET),disabled$:v.combineLatest([e.subscribeContextValue$(o.EDITOR_ACTIVATED),e.subscribeContextValue$(o.FOCUSING_SHEET)]).pipe(v.map(([n,i])=>n||!i))}}const Ne={[c.RibbonStartGroup.OTHERS]:{[I.id]:{order:2,menuItemFactory:Pe}}};var Le=Object.getOwnPropertyDescriptor,$e=(t,e,n,i)=>{for(var a=i>1?void 0:i?Le(e,n):e,s=t.length-1,r;s>=0;s--)(r=t[s])&&(a=r(a)||a);return a},y=(t,e)=>(n,i)=>e(n,i,t);const ae="DESKTOP_FIND_REPLACE_DIALOG",se=350,Ae=20,xe=-90;d.FindReplaceController=class extends o.RxDisposable{constructor(n,i,a,s,r,l,_,C,M,m){super();u(this,"_closingListenerDisposable");this._univerInstanceService=n,this._menuManagerService=i,this._shortcutService=a,this._commandService=s,this._findReplaceService=r,this._dialogService=l,this._layoutService=_,this._localeService=C,this._componentManager=M,this._injector=m,this._initCommands(),this._initUI(),this._initShortcuts()}dispose(){var n;super.dispose(),(n=this._closingListenerDisposable)==null||n.dispose(),this._closingListenerDisposable=null}_initCommands(){[I,L,B,k,w,U,ee].forEach(n=>{this.disposeWithMe(this._commandService.registerCommand(n))})}_initShortcuts(){[De,Ie,Fe,Oe,Te,Ee].forEach(n=>this.disposeWithMe(this._shortcutService.registerShortcut(n)))}_initUI(){this.disposeWithMe(this._componentManager.register("FindReplaceDialog",Ce)),this.disposeWithMe(this._componentManager.register("SearchIcon",z)),this._menuManagerService.mergeMenu(Ne),this._findReplaceService.stateUpdates$.pipe(v.takeUntil(this.dispose$)).subscribe(n=>{n.revealed===!0&&this._openPanel()})}_openPanel(){this._dialogService.open({id:ae,draggable:!0,width:se,title:{title:this._localeService.t("find-replace.dialog.title")},children:{label:"FindReplaceDialog"},destroyOnClose:!0,defaultPosition:Ue(),preservePositionOnDestroy:!0,onClose:()=>this.closePanel()}),this._closingListenerDisposable=o.toDisposable(this._univerInstanceService.focused$.pipe(v.takeUntil(this.dispose$)).subscribe(n=>{(!n||!this._univerInstanceService.getUniverSheetInstance(n))&&this.closePanel()}))}closePanel(){this._closingListenerDisposable&&(this._closingListenerDisposable.dispose(),this._closingListenerDisposable=null,this._dialogService.close(ae),this._findReplaceService.terminate(),queueMicrotask(()=>this._layoutService.focus()))}},d.FindReplaceController=$e([y(0,o.IUniverInstanceService),y(1,c.IMenuManagerService),y(2,c.IShortcutService),y(3,o.ICommandService),y(4,S),y(5,c.IDialogService),y(6,c.ILayoutService),y(7,o.Inject(o.LocaleService)),y(8,o.Inject(c.ComponentManager)),y(9,o.Inject(o.Injector))],d.FindReplaceController);function Ue(){const{innerWidth:t}=window;return{x:(t-se)/2-Ae,y:xe}}var we=Object.getOwnPropertyDescriptor,Be=(t,e,n,i)=>{for(var a=i>1?void 0:i?we(e,n):e,s=t.length-1,r;s>=0;s--)(r=t[s])&&(a=r(a)||a);return a},re=(t,e)=>(n,i)=>e(n,i,t);const ke="UNIVER_FIND_REPLACE_PLUGIN";d.UniverFindReplacePlugin=(G=class extends o.Plugin{constructor(e=K,n,i){super(),this._config=e,this._injector=n,this._configService=i;const{...a}=o.merge({},K,this._config);this._configService.setConfig(ce,a)}onStarting(){[[d.FindReplaceController],[S,{useClass:x}]].forEach(e=>this._injector.add(e))}onRendered(){this._injector.get(d.FindReplaceController)}},u(G,"pluginName",ke),G),d.UniverFindReplacePlugin=Be([re(1,o.Inject(o.Injector)),re(2,o.IConfigService)],d.UniverFindReplacePlugin),d.FindBy=E,d.FindDirection=O,d.FindModel=_e,d.FindReplaceState=X,d.FindScope=P,d.GoToNextMatchOperation=B,d.GoToPreviousMatchOperation=k,d.IFindReplaceService=S,d.OpenFindDialogOperation=I,d.OpenReplaceDialogOperation=L,d.ReplaceAllMatchesCommand=w,d.ReplaceCurrentMatchCommand=U,d.createInitFindReplaceState=N,Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})});
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceEnUS=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"Find & Replace",shortcut:{"open-find-dialog":"Open Find Dialog","open-replace-dialog":"Open Replace Dialog","close-dialog":"Close Find & Replace Dialog","go-to-next-match":"Go to Next Match","go-to-previous-match":"Go to Previous Match"},dialog:{title:"Find",find:"Find",replace:"Replace","replace-all":"Replace All","case-sensitive":"Case Sensitive","find-placeholder":"Find in this Sheet","advanced-finding":"Advanced Searching & Replace","replace-placeholder":"Input Replace String","match-the-whole-cell":"Match the Whole Cell","find-direction":{title:"Find Direction",row:"Search by Row",column:"Search by Column"},"find-scope":{title:"Find Range","current-sheet":"Current Sheet",workbook:"Workbook"},"find-by":{title:"Find By",value:"Find by Value",formula:"Find Formula"},"no-match":"Finding completed but no match found.","no-result":"No Result"},replace:{"all-success":"Replaced all {0} matches","all-failure":"Replace failed",confirm:{title:"Are you sure to replace all matches?"}}},"find-replace-shortcuts":"Find & Replace"}});
|
|
1
|
+
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceEnUS=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"Find & Replace",shortcut:{"open-find-dialog":"Open Find Dialog","open-replace-dialog":"Open Replace Dialog","close-dialog":"Close Find & Replace Dialog","go-to-next-match":"Go to Next Match","go-to-previous-match":"Go to Previous Match","focus-selection":"Focus Selection"},dialog:{title:"Find",find:"Find",replace:"Replace","replace-all":"Replace All","case-sensitive":"Case Sensitive","find-placeholder":"Find in this Sheet","advanced-finding":"Advanced Searching & Replace","replace-placeholder":"Input Replace String","match-the-whole-cell":"Match the Whole Cell","find-direction":{title:"Find Direction",row:"Search by Row",column:"Search by Column"},"find-scope":{title:"Find Range","current-sheet":"Current Sheet",workbook:"Workbook"},"find-by":{title:"Find By",value:"Find by Value",formula:"Find Formula"},"no-match":"Finding completed but no match found.","no-result":"No Result"},replace:{"all-success":"Replaced all {0} matches","all-failure":"Replace failed",confirm:{title:"Are you sure to replace all matches?"}}},"find-replace-shortcuts":"Find & Replace"}});
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceFaIR=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"یافتن و جایگزینی",shortcut:{"open-find-dialog":"باز کردن پنجره گفتگوی یافتن","open-replace-dialog":"باز کردن پنجره گفتگوی جایگزینی","close-dialog":"بستن پنجره گفتگوی یافتن و جایگزینی","go-to-next-match":"رفتن به تطابق بعدی","go-to-previous-match":"رفتن به تطابق قبلی"},dialog:{title:"یافتن",find:"یافتن",replace:"جایگزینی","replace-all":"جایگزینی همه","case-sensitive":"حساس به حروف کوچک و بزرگ","find-placeholder":"یافتن در این برگ","advanced-finding":"جستجوی پیشرفته و جایگزینی","replace-placeholder":"ورود رشته جایگزین","match-the-whole-cell":"مطابقت با کل سلول","find-direction":{title:"جهت یافتن",row:"جستجو بر اساس سطر",column:"جستجو بر اساس ستون"},"find-scope":{title:"محدوده یافتن","current-sheet":"برگ فعلی",workbook:"کتاب کار"},"find-by":{title:"یافتن بر اساس",value:"یافتن بر اساس مقدار",formula:"یافتن فرمول"},"no-match":"یافتن تکمیل شد اما هیچ تطابقی یافت نشد.","no-result":"نتیجهای وجود ندارد"},replace:{"all-success":"همه {0} تطابق جایگزین شد","all-failure":"جایگزینی ناموفق بود",confirm:{title:"آیا مطمئن هستید که همه تطابقها را جایگزین کنید؟"}}},"find-replace-shortcuts":"یافتن و جایگزینی"}});
|
|
1
|
+
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceFaIR=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"یافتن و جایگزینی",shortcut:{"open-find-dialog":"باز کردن پنجره گفتگوی یافتن","open-replace-dialog":"باز کردن پنجره گفتگوی جایگزینی","close-dialog":"بستن پنجره گفتگوی یافتن و جایگزینی","go-to-next-match":"رفتن به تطابق بعدی","go-to-previous-match":"رفتن به تطابق قبلی","focus-selection":"تمرکز بر روی انتخاب"},dialog:{title:"یافتن",find:"یافتن",replace:"جایگزینی","replace-all":"جایگزینی همه","case-sensitive":"حساس به حروف کوچک و بزرگ","find-placeholder":"یافتن در این برگ","advanced-finding":"جستجوی پیشرفته و جایگزینی","replace-placeholder":"ورود رشته جایگزین","match-the-whole-cell":"مطابقت با کل سلول","find-direction":{title:"جهت یافتن",row:"جستجو بر اساس سطر",column:"جستجو بر اساس ستون"},"find-scope":{title:"محدوده یافتن","current-sheet":"برگ فعلی",workbook:"کتاب کار"},"find-by":{title:"یافتن بر اساس",value:"یافتن بر اساس مقدار",formula:"یافتن فرمول"},"no-match":"یافتن تکمیل شد اما هیچ تطابقی یافت نشد.","no-result":"نتیجهای وجود ندارد"},replace:{"all-success":"همه {0} تطابق جایگزین شد","all-failure":"جایگزینی ناموفق بود",confirm:{title:"آیا مطمئن هستید که همه تطابقها را جایگزین کنید؟"}}},"find-replace-shortcuts":"یافتن و جایگزینی"}});
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r():typeof define=="function"&&define.amd?define(r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceFrFR=r())})(this,function(){"use strict";return{"find-replace":{toolbar:"Rechercher & Remplacer",shortcut:{"open-find-dialog":"Ouvrir la boîte de dialogue Rechercher","open-replace-dialog":"Ouvrir la boîte de dialogue Remplacer","close-dialog":"Fermer la boîte de dialogue Rechercher & Remplacer","go-to-next-match":"Aller à la correspondance suivante","go-to-previous-match":"Aller à la correspondance précédente"},dialog:{title:"Rechercher",find:"Rechercher",replace:"Remplacer","replace-all":"Remplacer tout","case-sensitive":"Sensible à la casse","find-placeholder":"Rechercher dans cette feuille","advanced-finding":"Recherche avancée & Remplacer","replace-placeholder":"Entrer la chaîne de remplacement","match-the-whole-cell":"Correspondre à toute la cellule","find-direction":{title:"Direction de recherche",row:"Rechercher par ligne",column:"Rechercher par colonne"},"find-scope":{title:"Plage de recherche","current-sheet":"Feuille actuelle",workbook:"Classeur"},"find-by":{title:"Rechercher par",value:"Rechercher par valeur",formula:"Rechercher par formule"},"no-match":"Recherche terminée mais aucune correspondance trouvée.","no-result":"Aucun résultat"},replace:{"all-success":"Remplacé toutes les {0} correspondances","all-failure":"Échec du remplacement",confirm:{title:"Êtes-vous sûr de vouloir remplacer toutes les correspondances?"}}},"find-replace-shortcuts":"Rechercher & Remplacer"}});
|
|
1
|
+
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r():typeof define=="function"&&define.amd?define(r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceFrFR=r())})(this,function(){"use strict";return{"find-replace":{toolbar:"Rechercher & Remplacer",shortcut:{"open-find-dialog":"Ouvrir la boîte de dialogue Rechercher","open-replace-dialog":"Ouvrir la boîte de dialogue Remplacer","close-dialog":"Fermer la boîte de dialogue Rechercher & Remplacer","go-to-next-match":"Aller à la correspondance suivante","go-to-previous-match":"Aller à la correspondance précédente","focus-selection":"Focus sur la sélection"},dialog:{title:"Rechercher",find:"Rechercher",replace:"Remplacer","replace-all":"Remplacer tout","case-sensitive":"Sensible à la casse","find-placeholder":"Rechercher dans cette feuille","advanced-finding":"Recherche avancée & Remplacer","replace-placeholder":"Entrer la chaîne de remplacement","match-the-whole-cell":"Correspondre à toute la cellule","find-direction":{title:"Direction de recherche",row:"Rechercher par ligne",column:"Rechercher par colonne"},"find-scope":{title:"Plage de recherche","current-sheet":"Feuille actuelle",workbook:"Classeur"},"find-by":{title:"Rechercher par",value:"Rechercher par valeur",formula:"Rechercher par formule"},"no-match":"Recherche terminée mais aucune correspondance trouvée.","no-result":"Aucun résultat"},replace:{"all-success":"Remplacé toutes les {0} correspondances","all-failure":"Échec du remplacement",confirm:{title:"Êtes-vous sûr de vouloir remplacer toutes les correspondances?"}}},"find-replace-shortcuts":"Rechercher & Remplacer"}});
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceRuRU=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"Найти и заменить",shortcut:{"open-find-dialog":"Открыть диалог поиска","open-replace-dialog":"Открыть диалог замены","close-dialog":"Закрыть диалог поиска и замены","go-to-next-match":"Перейти к следующему совпадению","go-to-previous-match":"Перейти к предыдущему совпадению"},dialog:{title:"Найти",find:"Найти",replace:"Заменить","replace-all":"Заменить все","case-sensitive":"С учетом регистра","find-placeholder":"Найти в этом листе","advanced-finding":"Расширенный поиск и замена","replace-placeholder":"Введите строку для замены","match-the-whole-cell":"Точное совпадение","find-direction":{title:"Направление поиска",row:"Поиск по строкам",column:"Поиск по столбцам"},"find-scope":{title:"Область поиска","current-sheet":"Текущий лист",workbook:"Книга"},"find-by":{title:"Поиск по",value:"Поиск по значению",formula:"Поиск по формуле"},"no-match":"Поиск завершен, совпадений не найдено.","no-result":"Нет результатов"},replace:{"all-success":"Заменены все {0} совпадений","all-failure":"Не удалось заменить",confirm:{title:"Вы уверены, что хотите заменить все совпадения?"}}},"find-replace-shortcuts":"Найти и заменить"}});
|
|
1
|
+
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceRuRU=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"Найти и заменить",shortcut:{"open-find-dialog":"Открыть диалог поиска","open-replace-dialog":"Открыть диалог замены","close-dialog":"Закрыть диалог поиска и замены","go-to-next-match":"Перейти к следующему совпадению","go-to-previous-match":"Перейти к предыдущему совпадению","focus-selection":"Фокус на выделении"},dialog:{title:"Найти",find:"Найти",replace:"Заменить","replace-all":"Заменить все","case-sensitive":"С учетом регистра","find-placeholder":"Найти в этом листе","advanced-finding":"Расширенный поиск и замена","replace-placeholder":"Введите строку для замены","match-the-whole-cell":"Точное совпадение","find-direction":{title:"Направление поиска",row:"Поиск по строкам",column:"Поиск по столбцам"},"find-scope":{title:"Область поиска","current-sheet":"Текущий лист",workbook:"Книга"},"find-by":{title:"Поиск по",value:"Поиск по значению",formula:"Поиск по формуле"},"no-match":"Поиск завершен, совпадений не найдено.","no-result":"Нет результатов"},replace:{"all-success":"Заменены все {0} совпадений","all-failure":"Не удалось заменить",confirm:{title:"Вы уверены, что хотите заменить все совпадения?"}}},"find-replace-shortcuts":"Найти и заменить"}});
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(t,
|
|
1
|
+
(function(t,e){typeof exports=="object"&&typeof module<"u"?module.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis<"u"?globalThis:t||self,t.UniverFindReplaceViVN=e())})(this,function(){"use strict";return{"find-replace":{toolbar:"Tìm kiếm và Thay thế",shortcut:{"open-find-dialog":"Mở hộp thoại tìm kiếm","open-replace-dialog":"Mở hộp thoại thay thế","close-dialog":"Đóng hộp thoại tìm kiếm và thay thế","go-to-next-match":"Đến mục khớp tiếp theo","go-to-previous-match":"Đến mục khớp trước đó","focus-selection":"Tập trung vào lựa chọn"},dialog:{title:"Tìm kiếm",find:"Tìm kiếm",replace:"Thay thế","replace-all":"Thay thế tất cả","find-placeholder":"Nhập nội dung tìm kiếm","advanced-finding":"Thay thế / Tìm kiếm nâng cao","replace-placeholder":"Nhập nội dung thay thế","case-sensitive":"Phân biệt chữ hoa chữ thường","match-the-whole-cell":"Khớp toàn bộ ô","find-scope":{title:"Phạm vi tìm kiếm","current-sheet":"Bảng hiện tại",workbook:"Toàn bộ sổ làm việc"},"find-direction":{title:"Thứ tự tìm kiếm",column:"Tìm theo cột",row:"Tìm theo hàng"},"find-by":{title:"Phương thức tìm kiếm",formula:"Tìm công thức",value:"Tìm giá trị"},"no-match":"Đã hoàn thành tìm kiếm nhưng không tìm thấy mục nào khớp","no-result":"Không có kết quả"},replace:{"all-success":"Đã thay thế tất cả {0} mục khớp","all-failure":"Thay thế thất bại",confirm:{title:"Bạn có chắc muốn thay thế tất cả các mục khớp không?"}}},"find-replace-shortcuts":"Tìm kiếm và Thay thế"}});
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceZhCN=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"查找替换",shortcut:{"open-find-dialog":"打开查找对话框","open-replace-dialog":"打开替换对话框","close-dialog":"关闭查找替换对话框","go-to-next-match":"下一个匹配项","go-to-previous-match":"下一个匹配项"},dialog:{title:"查找",find:"查找",replace:"替换","replace-all":"替换全部","find-placeholder":"输入查找内容","advanced-finding":"替换 / 高级查找","replace-placeholder":"输入替换内容","case-sensitive":"匹配大小写","match-the-whole-cell":"匹配整个单元格","find-scope":{title:"查找范围","current-sheet":"当前子表",workbook:"整个工作簿"},"find-direction":{title:"查找顺序",column:"按列查找",row:"按行查找"},"find-by":{title:"查找方式",formula:"查找公式",value:"查找值"},"no-match":"已完成搜索,但是未找到任何匹配项","no-result":"无结果"},replace:{"all-success":"已全部替换 {0} 个匹配项","all-failure":"替换失败",confirm:{title:"确定要替换所有的匹配项吗?"}}},"find-replace-shortcuts":"查找替换"}});
|
|
1
|
+
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceZhCN=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"查找替换",shortcut:{"open-find-dialog":"打开查找对话框","open-replace-dialog":"打开替换对话框","close-dialog":"关闭查找替换对话框","go-to-next-match":"下一个匹配项","go-to-previous-match":"下一个匹配项","focus-selection":"聚焦选区"},dialog:{title:"查找",find:"查找",replace:"替换","replace-all":"替换全部","find-placeholder":"输入查找内容","advanced-finding":"替换 / 高级查找","replace-placeholder":"输入替换内容","case-sensitive":"匹配大小写","match-the-whole-cell":"匹配整个单元格","find-scope":{title:"查找范围","current-sheet":"当前子表",workbook:"整个工作簿"},"find-direction":{title:"查找顺序",column:"按列查找",row:"按行查找"},"find-by":{title:"查找方式",formula:"查找公式",value:"查找值"},"no-match":"已完成搜索,但是未找到任何匹配项","no-result":"无结果"},replace:{"all-success":"已全部替换 {0} 个匹配项","all-failure":"替换失败",confirm:{title:"确定要替换所有的匹配项吗?"}}},"find-replace-shortcuts":"查找替换"}});
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceZhTW=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"尋找替換",shortcut:{"open-find-dialog":"開啟尋找對話框","open-replace-dialog":"開啟替換對話框","close-dialog":"關閉查找替換對話框","go-to-next-match":"下一個匹配項","go-to-previous-match":"下一個匹配項"},dialog:{title:"找",find:"找",replace:"替換","replace-all":"替換全部","find-placeholder":"輸入查找內容","advanced-finding":"取代 / 進階查找","replace-placeholder":"輸入替換內容","case-sensitive":"匹配大小寫","match-the-whole-cell":"符合整個儲存格","find-scope":{title:"找出範圍","current-sheet":"目前子表",workbook:"整個工作簿"},"find-direction":{title:"找出順序",column:"按列查找",row:"按行查找"},"find-by":{title:"找出方式",formula:"找出公式",value:"查找值"},"no-match":"已完成搜索,但是未找到任何匹配項","no-result":"無結果"},replace:{"all-success":"已全部替換 {0} 個匹配項","all-failure":"替換失敗",confirm:{title:"確定要取代所有的符合項目嗎? "}}},"find-replace-shortcuts":"尋找替換"}});
|
|
1
|
+
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceZhTW=l())})(this,function(){"use strict";return{"find-replace":{toolbar:"尋找替換",shortcut:{"open-find-dialog":"開啟尋找對話框","open-replace-dialog":"開啟替換對話框","close-dialog":"關閉查找替換對話框","go-to-next-match":"下一個匹配項","go-to-previous-match":"下一個匹配項","focus-selection":"聚焦選區"},dialog:{title:"找",find:"找",replace:"替換","replace-all":"替換全部","find-placeholder":"輸入查找內容","advanced-finding":"取代 / 進階查找","replace-placeholder":"輸入替換內容","case-sensitive":"匹配大小寫","match-the-whole-cell":"符合整個儲存格","find-scope":{title:"找出範圍","current-sheet":"目前子表",workbook:"整個工作簿"},"find-direction":{title:"找出順序",column:"按列查找",row:"按行查找"},"find-by":{title:"找出方式",formula:"找出公式",value:"查找值"},"no-match":"已完成搜索,但是未找到任何匹配項","no-result":"無結果"},replace:{"all-success":"已全部替換 {0} 個匹配項","all-failure":"替換失敗",confirm:{title:"確定要取代所有的符合項目嗎? "}}},"find-replace-shortcuts":"尋找替換"}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/find-replace",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@univerjs/icons": "^0.2.20",
|
|
58
|
-
"@univerjs/core": "0.6.
|
|
59
|
-
"@univerjs/engine-render": "0.6.
|
|
60
|
-
"@univerjs/
|
|
61
|
-
"@univerjs/
|
|
58
|
+
"@univerjs/core": "0.6.2",
|
|
59
|
+
"@univerjs/engine-render": "0.6.2",
|
|
60
|
+
"@univerjs/ui": "0.6.2",
|
|
61
|
+
"@univerjs/design": "0.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"less": "^4.2.2",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"rxjs": "^7.8.1",
|
|
68
68
|
"tailwindcss": "^3.4.17",
|
|
69
69
|
"typescript": "^5.7.3",
|
|
70
|
-
"vite": "^6.
|
|
71
|
-
"vitest": "^3.0.
|
|
72
|
-
"@univerjs-infra/shared": "0.6.
|
|
70
|
+
"vite": "^6.2.0",
|
|
71
|
+
"vitest": "^3.0.7",
|
|
72
|
+
"@univerjs-infra/shared": "0.6.2"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"test": "vitest run",
|