@univerjs/ui 0.3.0 → 0.4.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +11 -11
- package/lib/es/index.js +348 -329
- package/lib/index.css +1 -1
- package/lib/locale/fa-IR.json +61 -0
- package/lib/types/common/component-manager.d.ts +1 -1
- package/lib/types/components/font-family/interface.d.ts +1 -1
- package/lib/types/components/font-size/interface.d.ts +1 -1
- package/lib/types/components/menu/desktop/Menu.d.ts +1 -1
- package/lib/types/controllers/shared-shortcut.controller.d.ts +1 -1
- package/lib/types/controllers/shortcut-display/shortcut-panel.controller.d.ts +1 -1
- package/lib/types/controllers/ui/ui-desktop.controller.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/mobile-ui-plugin.d.ts +1 -1
- package/lib/types/services/layout/layout.service.d.ts +1 -1
- package/lib/types/services/message/desktop-message.service.d.ts +1 -1
- package/lib/types/services/message/message.service.d.ts +1 -1
- package/lib/types/services/popup/canvas-popup.service.d.ts +1 -6
- package/lib/types/services/progress/progress.service.d.ts +6 -3
- package/lib/types/services/zen-zone/desktop-zen-zone.service.d.ts +8 -8
- package/lib/types/services/zen-zone/zen-zone.service.d.ts +5 -4
- package/lib/types/ui-plugin.d.ts +3 -1
- package/lib/umd/index.js +11 -11
- package/package.json +15 -21
package/lib/es/index.js
CHANGED
|
@@ -6,14 +6,12 @@ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { en
|
|
|
6
6
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: !0 });
|
|
7
7
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value);
|
|
8
8
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
9
|
-
import { toDisposable, IUniverInstanceService, DocumentFlavor, useDependency, LocaleService, ColorKit, createIdentifier,
|
|
9
|
+
import { toDisposable, IUniverInstanceService, DocumentFlavor, useDependency, LocaleService, ColorKit, createIdentifier, Disposable, Workbook, UniverInstanceType, DocumentDataModel, SlideDataModel, remove, FOCUSING_UNIVER_EDITOR, IContextService, Inject, Injector, Tools, IConfigService, isRealNum, ErrorService, CommandType, IUndoRedoService, UndoCommand, RedoCommand, Optional, ICommandService, useInjector, ILogService, useObservable as useObservable$1, ThemeService, LifecycleService, connectInjector, isInternalEditorID, LifecycleStages, DependentOn, Plugin, mergeOverrideWithDependencies, ILocalStorageService, BaselineOffset, getBorderStyleType, BorderStyleTypes } from "@univerjs/core";
|
|
10
10
|
import * as React from "react";
|
|
11
11
|
import React__default, { forwardRef, useRef, createElement, cloneElement, useEffect, useState, useMemo, useCallback, memo, createContext, useContext, version as version$1, isValidElement, useLayoutEffect } from "react";
|
|
12
|
-
import { Observable, switchMap, BehaviorSubject, isObservable, fromEvent, Subject, combineLatest, map, distinctUntilChanged, throttleTime, animationFrameScheduler, filter, debounceTime, startWith } from "rxjs";
|
|
12
|
+
import { Observable, switchMap, BehaviorSubject, isObservable, fromEvent, Subject, combineLatest, map, distinctUntilChanged, throttleTime, animationFrameScheduler, filter, debounceTime, startWith, take, ReplaySubject } from "rxjs";
|
|
13
13
|
import { InputNumber, resizeObserverCtor, Menu as Menu$1, MenuItemGroup, MenuItem as MenuItem$1, SubMenu, MessageType, RectPopup, Popup, Tooltip, Dropdown, defaultTheme, themeInstance, ConfigProvider, ConfigContext, Confirm, Dialog, Message } from "@univerjs/design";
|
|
14
|
-
import clsx$1, { clsx as clsx$2 } from "clsx";
|
|
15
14
|
import { map as map$1 } from "rxjs/operators";
|
|
16
|
-
import { useObservable as useObservable$1 } from "@univerjs/ui";
|
|
17
15
|
import { IRenderManagerService, UniverRenderEnginePlugin, ptToPx } from "@univerjs/engine-render";
|
|
18
16
|
import ReactDOM$1, { createPortal } from "react-dom";
|
|
19
17
|
var __assign = function() {
|
|
@@ -63,366 +61,374 @@ function generateShortUuid() {
|
|
|
63
61
|
}
|
|
64
62
|
__name(generateShortUuid, "generateShortUuid");
|
|
65
63
|
IconBase.displayName = "UniverIcon";
|
|
66
|
-
var element$
|
|
64
|
+
var element$1I = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M4.06641 3.49366C4.06641 2.27555 5.14145 1.3916 6.33307 1.3916 7.52469 1.3916 8.59974 2.27555 8.59974 3.49366V6.49777C8.59974 7.71586 7.52469 8.59982 6.33307 8.59982 5.14145 8.59982 4.06641 7.71586 4.06641 6.49777V3.49366zM6.33307 2.5916C5.68376 2.5916 5.26641 3.05264 5.26641 3.49366V6.49777C5.26641 6.93878 5.68376 7.39982 6.33307 7.39982 6.98239 7.39982 7.39974 6.93878 7.39974 6.49777V3.49366C7.39974 3.05264 6.98239 2.5916 6.33307 2.5916zM10.0664 3.49366C10.0664 2.27555 11.1415 1.3916 12.3331 1.3916 13.5247 1.3916 14.5997 2.27555 14.5997 3.49366V6.49777C14.5997 7.71586 13.5247 8.59982 12.3331 8.59982 11.1415 8.59982 10.0664 7.71586 10.0664 6.49777V3.49366zM12.3331 2.5916C11.6838 2.5916 11.2664 3.05264 11.2664 3.49366V6.49777C11.2664 6.93878 11.6838 7.39982 12.3331 7.39982 12.9824 7.39982 13.3997 6.93878 13.3997 6.49777V3.49366C13.3997 3.05264 12.9824 2.5916 12.3331 2.5916z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M12.4242 9.5417C12.1899 9.30739 11.81 9.30739 11.5756 9.5417 11.3413 9.77602 11.3413 10.1559 11.5756 10.3902L12.5514 11.366H6.3334C6.00203 11.366 5.7334 11.6346 5.7334 11.966 5.7334 12.2973 6.00203 12.566 6.3334 12.566H12.5514L11.5756 13.5417C11.3413 13.776 11.3413 14.1559 11.5756 14.3902 11.81 14.6245 12.1899 14.6245 12.4242 14.3902L14.4159 12.3985C14.5294 12.2893 14.6001 12.1359 14.6001 11.966 14.6001 11.796 14.5294 11.6426 14.4159 11.5334L12.4242 9.5417zM1.3999 8.3002C1.3999 7.96882 1.66853 7.7002 1.9999 7.7002H2.33324C2.66461 7.7002 2.93324 7.96882 2.93324 8.3002 2.93324 8.63157 2.66461 8.9002 2.33324 8.9002H1.9999C1.66853 8.9002 1.3999 8.63157 1.3999 8.3002z" } }] }, AddDigitsSingle = forwardRef(function(props, ref) {
|
|
67
65
|
return createElement(IconBase, Object.assign({}, props, {
|
|
68
66
|
id: "add-digits-single",
|
|
69
67
|
ref,
|
|
70
|
-
icon: element$
|
|
68
|
+
icon: element$1I
|
|
71
69
|
}));
|
|
72
70
|
});
|
|
73
71
|
AddDigitsSingle.displayName = "AddDigitsSingle";
|
|
74
|
-
var element$
|
|
72
|
+
var element$1H = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_107_1312", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_107_1312)" }, children: [{ tag: "path", attrs: { fill: "colorChannel1", d: "M8.60231 5.77597L9.38125 6.55432C9.61658 6.78947 9.99797 6.78932 10.2331 6.554C10.4683 6.31867 10.4681 5.93728 10.2328 5.70214L8.44939 3.92009C8.33908 3.79657 8.1786 3.7188 7.99995 3.7188C7.84562 3.71861 7.6906 3.77736 7.57281 3.89506L5.76712 5.69933C5.5318 5.93447 5.53165 6.31587 5.76679 6.55119C6.00193 6.78652 6.38332 6.78667 6.61865 6.55153L7.3976 5.77319L7.3976 10.2246L6.61865 9.44621C6.38333 9.21107 6.00194 9.21121 5.76679 9.44654C5.53165 9.68186 5.53179 10.0633 5.76712 10.2984L7.55051 12.0804C7.66082 12.204 7.82131 12.2817 7.99995 12.2817L8.00089 12.2817C8.15512 12.2819 8.30939 12.2231 8.4271 12.1055L10.2328 10.3012C10.4681 10.0661 10.4683 9.68467 10.2331 9.44934C9.99798 9.21402 9.61659 9.21387 9.38126 9.44901L8.60231 10.2274L8.60231 5.77597Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M13.7039 3.24701C14.0539 3.24701 14.3377 2.96327 14.3377 2.61325 14.3377 2.26324 14.0539 1.97949 13.7039 1.97949L2.29627 1.97949C1.94625 1.97949 1.66251 2.26324 1.66251 2.61325 1.66251 2.96327 1.94625 3.24701 2.29627 3.24701L13.7039 3.24701zM13.7039 14.0209C14.0539 14.0209 14.3377 13.7372 14.3377 13.3872 14.3377 13.0371 14.0539 12.7534 13.7039 12.7534L2.29627 12.7534C1.94625 12.7534 1.66251 13.0371 1.66251 13.3872 1.66251 13.7372 1.94625 14.0209 2.29627 14.0209L13.7039 14.0209z" } }] }] }, AdjustHeight = forwardRef(function(props, ref) {
|
|
75
73
|
return createElement(IconBase, Object.assign({}, props, {
|
|
76
74
|
id: "adjust-height",
|
|
77
75
|
ref,
|
|
78
|
-
icon: element$
|
|
76
|
+
icon: element$1H
|
|
79
77
|
}));
|
|
80
78
|
});
|
|
81
79
|
AdjustHeight.displayName = "AdjustHeight";
|
|
82
|
-
var element$
|
|
80
|
+
var element$1G = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1166", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1166)" }, children: [{ tag: "path", attrs: { fill: "colorChannel1", d: "M5.77574 7.3974L6.5541 6.61846C6.78924 6.38313 6.78909 6.00174 6.55377 5.7666C6.31844 5.53145 5.93705 5.5316 5.70191 5.76692L3.91987 7.55032C3.79634 7.66063 3.71857 7.82111 3.71857 7.99976C3.71838 8.15409 3.77713 8.30912 3.89483 8.42691L5.6991 10.2326C5.93425 10.4679 6.31564 10.4681 6.55096 10.2329C6.78629 9.99778 6.78644 9.61639 6.5513 9.38106L5.77296 8.60211L10.2243 8.60211L9.44598 9.38106C9.21084 9.61638 9.21099 9.99777 9.44631 10.2329C9.68164 10.4681 10.063 10.4679 10.2982 10.2326L12.0802 8.4492C12.2037 8.33889 12.2815 8.1784 12.2815 7.99976L12.2815 7.99882C12.2816 7.84459 12.2229 7.69032 12.1052 7.57261L10.301 5.76693C10.0658 5.5316 9.68444 5.53145 9.44911 5.76659C9.21379 6.00173 9.21364 6.38312 9.44878 6.61845L10.2271 7.3974L5.77574 7.3974Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M3.24683 2.29598C3.24683 1.94596 2.96308 1.66222 2.61307 1.66222 2.26305 1.66222 1.97931 1.94596 1.97931 2.29598L1.97931 13.7036C1.97931 14.0537 2.26305 14.3374 2.61307 14.3374 2.96308 14.3374 3.24683 14.0537 3.24683 13.7036L3.24683 2.29598zM14.0207 2.29598C14.0207 1.94596 13.737 1.66222 13.387 1.66222 13.037 1.66222 12.7532 1.94596 12.7532 2.29598L12.7532 13.7036C12.7532 14.0537 13.037 14.3374 13.387 14.3374 13.737 14.3374 14.0207 14.0537 14.0207 13.7036L14.0207 2.29598z" } }] }] }, AdjustWidth = forwardRef(function(props, ref) {
|
|
83
81
|
return createElement(IconBase, Object.assign({}, props, {
|
|
84
82
|
id: "adjust-width",
|
|
85
83
|
ref,
|
|
86
|
-
icon: element$
|
|
84
|
+
icon: element$1G
|
|
87
85
|
}));
|
|
88
86
|
});
|
|
89
87
|
AdjustWidth.displayName = "AdjustWidth";
|
|
90
|
-
var element$
|
|
88
|
+
var element$1F = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.3999 13.6999C1.3999 13.3685 1.66853 13.0999 1.9999 13.0999H13.9999C14.3313 13.0999 14.5999 13.3685 14.5999 13.6999 14.5999 14.0312 14.3313 14.2999 13.9999 14.2999H1.9999C1.66853 14.2999 1.3999 14.0312 1.3999 13.6999zM7.57564 10.3914C7.80995 10.6257 8.18985 10.6257 8.42417 10.3914L10.4242 8.3914C10.6585 8.15709 10.6585 7.77719 10.4242 7.54287 10.1899 7.30856 9.80995 7.30856 9.57564 7.54287L7.9999 9.11861 6.42417 7.54287C6.18985 7.30856 5.80995 7.30856 5.57564 7.54287 5.34132 7.77719 5.34132 8.15709 5.57564 8.3914L7.57564 10.3914z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M7.9999 10.5671C8.33127 10.5671 8.5999 10.2985 8.5999 9.96714V2.30047C8.5999 1.9691 8.33127 1.70047 7.9999 1.70047C7.66853 1.70047 7.3999 1.9691 7.3999 2.30047V9.96714C7.3999 10.2985 7.66853 10.5671 7.9999 10.5671Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, AlignBottomSingle = forwardRef(function(props, ref) {
|
|
91
89
|
return createElement(IconBase, Object.assign({}, props, {
|
|
92
90
|
id: "align-bottom-single",
|
|
93
91
|
ref,
|
|
94
|
-
icon: element$
|
|
92
|
+
icon: element$1F
|
|
95
93
|
}));
|
|
96
94
|
});
|
|
97
95
|
AlignBottomSingle.displayName = "AlignBottomSingle";
|
|
98
|
-
var element$
|
|
96
|
+
var element$1E = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.9999 1.89941C1.66853 1.89941 1.3999 2.16804 1.3999 2.49941 1.3999 2.83078 1.66853 3.09941 1.9999 3.09941H13.9999C14.3313 3.09941 14.5999 2.83078 14.5999 2.49941 14.5999 2.16804 14.3313 1.89941 13.9999 1.89941H1.9999zM1.9999 5.56641C1.66853 5.56641 1.3999 5.83504 1.3999 6.16641 1.3999 6.49778 1.66853 6.76641 1.9999 6.76641H13.9999C14.3313 6.76641 14.5999 6.49778 14.5999 6.16641 14.5999 5.83504 14.3313 5.56641 13.9999 5.56641H1.9999zM1.3999 9.8334C1.3999 9.50203 1.66853 9.2334 1.9999 9.2334H13.9999C14.3313 9.2334 14.5999 9.50203 14.5999 9.8334 14.5999 10.1648 14.3313 10.4334 13.9999 10.4334H1.9999C1.66853 10.4334 1.3999 10.1648 1.3999 9.8334zM1.9999 12.9004C1.66853 12.9004 1.3999 13.169 1.3999 13.5004 1.3999 13.8318 1.66853 14.1004 1.9999 14.1004H13.9999C14.3313 14.1004 14.5999 13.8318 14.5999 13.5004 14.5999 13.169 14.3313 12.9004 13.9999 12.9004H1.9999z" } }] }, AlignTextBothSingle = forwardRef(function(props, ref) {
|
|
99
97
|
return createElement(IconBase, Object.assign({}, props, {
|
|
100
98
|
id: "align-text-both-single",
|
|
101
99
|
ref,
|
|
102
|
-
icon: element$
|
|
100
|
+
icon: element$1E
|
|
103
101
|
}));
|
|
104
102
|
});
|
|
105
103
|
AlignTextBothSingle.displayName = "AlignTextBothSingle";
|
|
106
|
-
var element$
|
|
104
|
+
var element$1D = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.3999 2.3002C1.3999 2.63157 1.66853 2.9002 1.9999 2.9002H13.9999C14.3313 2.9002 14.5999 2.63157 14.5999 2.3002 14.5999 1.96882 14.3313 1.7002 13.9999 1.7002H1.9999C1.66853 1.7002 1.3999 1.96882 1.3999 2.3002zM8.22957 5.47839C8.30034 5.50767 8.36664 5.55107 8.42417 5.6086L10.4242 7.6086C10.6585 7.84291 10.6585 8.22281 10.4242 8.45713 10.1899 8.69144 9.80995 8.69144 9.57564 8.45713L8.5999 7.48139V13.6995C8.5999 14.0309 8.33127 14.2995 7.9999 14.2995 7.66853 14.2995 7.3999 14.0309 7.3999 13.6995V7.48139L6.42417 8.45713C6.18985 8.69144 5.80995 8.69144 5.57564 8.45713 5.34132 8.22281 5.34132 7.84291 5.57564 7.6086L7.57541 5.60882C7.7522 5.43203 8.01209 5.38841 8.22957 5.47839z" } }] }, AlignTopSingle = forwardRef(function(props, ref) {
|
|
107
105
|
return createElement(IconBase, Object.assign({}, props, {
|
|
108
106
|
id: "align-top-single",
|
|
109
107
|
ref,
|
|
110
|
-
icon: element$
|
|
108
|
+
icon: element$1D
|
|
111
109
|
}));
|
|
112
110
|
});
|
|
113
111
|
AlignTopSingle.displayName = "AlignTopSingle";
|
|
114
|
-
var element$
|
|
112
|
+
var element$1C = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M7.9999 1.12915C8.03875 1.12915 8.07673 1.13284 8.11352 1.13989H12.2599C13.6958 1.13989 14.8599 2.30395 14.8599 3.73989V7.88619C14.867 7.92301 14.8707 7.96102 14.8707 7.9999C14.8707 8.03878 14.867 8.0768 14.8599 8.11362V12.2599C14.8599 13.6958 13.6958 14.8599 12.2599 14.8599H8.11362C8.0768 14.867 8.03878 14.8707 7.9999 14.8707C7.96102 14.8707 7.92301 14.867 7.88619 14.8599H3.73989C2.30396 14.8599 1.13989 13.6958 1.13989 12.2599V8.11352C1.13284 8.07673 1.12915 8.03875 1.12915 7.9999C1.12915 7.96106 1.13284 7.92308 1.13989 7.88629V3.73989C1.13989 2.30396 2.30395 1.13989 3.73989 1.13989H7.88629C7.92308 1.13284 7.96106 1.12915 7.9999 1.12915ZM2.33989 8.5999V12.2599C2.33989 13.0331 2.9667 13.6599 3.73989 13.6599H7.3999V8.5999H2.33989ZM7.3999 7.3999H2.33989V3.73989C2.33989 2.9667 2.96669 2.33989 3.73989 2.33989H7.3999V7.3999ZM8.5999 8.5999V13.6599H12.2599C13.0331 13.6599 13.6599 13.0331 13.6599 12.2599V8.5999H8.5999ZM13.6599 7.3999H8.5999V2.33989H12.2599C13.0331 2.33989 13.6599 2.96669 13.6599 3.73989V7.3999Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, AllBorderSingle = forwardRef(function(props, ref) {
|
|
115
113
|
return createElement(IconBase, Object.assign({}, props, {
|
|
116
114
|
id: "all-border-single",
|
|
117
115
|
ref,
|
|
118
|
-
icon: element$
|
|
116
|
+
icon: element$1C
|
|
119
117
|
}));
|
|
120
118
|
});
|
|
121
119
|
AllBorderSingle.displayName = "AllBorderSingle";
|
|
122
|
-
var element$
|
|
120
|
+
var element$1B = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.5999 5.9999C8.5999 5.66853 8.33127 5.3999 7.9999 5.3999C7.66853 5.3999 7.3999 5.66853 7.3999 5.9999V7.40329L6.004 7.4051C5.67263 7.40553 5.40435 7.67451 5.40479 8.00588C5.40522 8.33725 5.6742 8.60553 6.00557 8.6051L7.3999 8.60329V9.9999C7.3999 10.3313 7.66853 10.5999 7.9999 10.5999C8.33127 10.5999 8.5999 10.3313 8.5999 9.9999V8.60172L10.0004 8.5999C10.3317 8.59947 10.6 8.33049 10.5996 7.99912C10.5992 7.66775 10.3302 7.39947 9.9988 7.3999L8.5999 7.40172V5.9999Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M7.99958 1.73315C4.53861 1.73315 1.73291 4.53885 1.73291 7.99982C1.73291 11.4608 4.53861 14.2665 7.99958 14.2665C9.51395 14.2665 10.9029 13.7293 11.9862 12.8351L13.2422 14.0908C13.4765 14.3251 13.8564 14.3251 14.0907 14.0907C14.325 13.8564 14.325 13.4765 14.0906 13.2422L12.8347 11.9866C13.729 10.9033 14.2662 9.51428 14.2662 7.99982C14.2662 4.53885 11.4605 1.73315 7.99958 1.73315ZM2.93291 7.99982C2.93291 5.20159 5.20135 2.93315 7.99958 2.93315C10.7978 2.93315 13.0662 5.20159 13.0662 7.99982C13.0662 10.7981 10.7978 13.0665 7.99958 13.0665C5.20135 13.0665 2.93291 10.7981 2.93291 7.99982Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, AmplifySingle = forwardRef(function(props, ref) {
|
|
123
121
|
return createElement(IconBase, Object.assign({}, props, {
|
|
124
122
|
id: "amplify-single",
|
|
125
123
|
ref,
|
|
126
|
-
icon: element$
|
|
124
|
+
icon: element$1B
|
|
127
125
|
}));
|
|
128
126
|
});
|
|
129
127
|
AmplifySingle.displayName = "AmplifySingle";
|
|
130
|
-
var element$
|
|
128
|
+
var element$1A = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_107_1317", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_107_1317)" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M2.29713 1.98047C1.94717 1.98047 1.66348 2.26416 1.66348 2.61412 1.66348 2.96408 1.94717 3.24777 2.29713 3.24777H13.7028C14.0528 3.24777 14.3365 2.96408 14.3365 2.61412 14.3365 2.26416 14.0528 1.98047 13.7028 1.98047H2.29713zM2.29713 12.7525C1.94717 12.7525 1.66348 13.0362 1.66348 13.3862 1.66348 13.7361 1.94717 14.0198 2.29713 14.0198H13.7028C14.0528 14.0198 14.3365 13.7361 14.3365 13.3862 14.3365 13.0362 14.0528 12.7525 13.7028 12.7525H2.29713z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M7.42163 4.25588L4.25471 11.2231C4.10989 11.5417 4.25077 11.9174 4.56935 12.0622C4.88794 12.207 5.2636 12.0661 5.40841 11.7475L6.24766 9.90119H9.75197L10.5912 11.7475C10.736 12.0661 11.1117 12.207 11.4303 12.0622C11.7489 11.9174 11.8897 11.5417 11.7449 11.2231L8.578 4.25589C8.5675 4.23244 8.55557 4.20961 8.54227 4.18755C8.49012 4.10102 8.41688 4.0262 8.32579 3.97171C8.301 3.95688 8.27527 3.94377 8.24878 3.93246C8.16764 3.89775 8.08309 3.8813 7.99981 3.88135C7.88457 3.88142 7.77177 3.91309 7.67384 3.97171C7.58714 4.02361 7.5121 4.09664 7.45735 4.18755C7.44406 4.20961 7.43213 4.23244 7.42163 4.25588ZM9.17592 8.63388L7.99981 6.04644L6.8237 8.63388H9.17592Z", fillRule: "evenodd", clipRule: "evenodd" } }] }] }, AutoHeight = forwardRef(function(props, ref) {
|
|
131
129
|
return createElement(IconBase, Object.assign({}, props, {
|
|
132
130
|
id: "auto-height",
|
|
133
131
|
ref,
|
|
134
|
-
icon: element$
|
|
132
|
+
icon: element$1A
|
|
135
133
|
}));
|
|
136
134
|
});
|
|
137
135
|
AutoHeight.displayName = "AutoHeight";
|
|
138
|
-
var element$
|
|
136
|
+
var element$1z = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M2.5999 2.2001C2.5999 1.86873 2.33127 1.6001 1.9999 1.6001 1.66853 1.6001 1.3999 1.86873 1.3999 2.2001V13.8001C1.3999 14.1315 1.66853 14.4001 1.9999 14.4001 2.33127 14.4001 2.5999 14.1315 2.5999 13.8001V2.2001zM14.5999 2.2001C14.5999 1.86873 14.3313 1.6001 13.9999 1.6001 13.6685 1.6001 13.3999 1.86873 13.3999 2.2001V13.8001C13.3999 14.1315 13.6685 14.4001 13.9999 14.4001 14.3313 14.4001 14.5999 14.1315 14.5999 13.8001V2.2001zM6.424 8.24239C6.65832 8.4767 6.65832 8.8566 6.424 9.09091L6.11502 9.3999H9.33307C10.1063 9.3999 10.7331 8.7731 10.7331 7.9999 10.7331 7.22671 10.1063 6.5999 9.33307 6.5999H4.6666L4.66645 5.3999H9.33307C10.769 5.3999 11.9331 6.56396 11.9331 7.9999 11.9331 9.43584 10.769 10.5999 9.33307 10.5999H6.11485L6.424 10.9091C6.65832 11.1434 6.65832 11.5233 6.424 11.7576 6.18969 11.9919 5.80979 11.9919 5.57548 11.7576L4.24214 10.4242C4.00783 10.1899 4.00783 9.81003 4.24214 9.57572L5.57548 8.24239C5.80979 8.00807 6.18969 8.00807 6.424 8.24239z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M4.6666 6.5999C4.33523 6.5999 4.06641 6.33127 4.06641 5.9999C4.06641 5.66853 4.33508 5.3999 4.66645 5.3999L4.6666 6.5999Z" } }] }, AutowrapSingle = forwardRef(function(props, ref) {
|
|
139
137
|
return createElement(IconBase, Object.assign({}, props, {
|
|
140
138
|
id: "autowrap-single",
|
|
141
139
|
ref,
|
|
142
|
-
icon: element$
|
|
140
|
+
icon: element$1z
|
|
143
141
|
}));
|
|
144
142
|
});
|
|
145
143
|
AutowrapSingle.displayName = "AutowrapSingle";
|
|
146
|
-
var element$
|
|
144
|
+
var element$1y = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M2.36977 4.66364C2.67525 3.75535 3.95995 3.75535 4.26543 4.66364L6.0261 9.89866C6.13173 10.2127 5.96275 10.553 5.64867 10.6586C5.33459 10.7643 4.99434 10.5953 4.8887 10.2812L3.3176 5.60982L1.7465 10.2812C1.64086 10.5953 1.30062 10.7643 0.986532 10.6586C0.672449 10.553 0.503468 10.2127 0.609102 9.89866L2.36977 4.66364Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.6333 7.87051C1.6333 7.53914 1.90193 7.27051 2.2333 7.27051H4.52594C4.85732 7.27051 5.12594 7.53914 5.12594 7.87051 5.12594 8.20188 4.85732 8.47051 4.52594 8.47051H2.2333C1.90193 8.47051 1.6333 8.20188 1.6333 7.87051zM9.26385 10.0162C8.9281 10.853 7.74343 10.853 7.40768 10.0162L6.02978 6.58181C5.90639 6.27427 6.05568 5.92493 6.36322 5.80154 6.67076 5.67815 7.0201 5.82744 7.14349 6.13498L8.33577 9.10668 9.52805 6.13498C9.65143 5.82744 10.0008 5.67815 10.3083 5.80154 10.6159 5.92493 10.7651 6.27427 10.6418 6.58181L9.26385 10.0162zM14.8178 5.68628C15.1491 5.68628 15.4178 5.95491 15.4178 6.28628L15.4178 10.845C15.4178 11.9648 14.51 12.8726 13.3901 12.8726H12.8888C11.8122 12.8726 10.9395 11.9999 10.9395 10.9233 10.9395 10.5919 11.2081 10.3233 11.5395 10.3233 11.8708 10.3233 12.1395 10.5919 12.1395 10.9233 12.1395 11.3371 12.4749 11.6726 12.8888 11.6726H13.3901C13.8472 11.6726 14.2178 11.3021 14.2178 10.845L14.2178 6.28628C14.2178 5.95491 14.4864 5.68628 14.8178 5.68628z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M10.9395 7.82632C10.9395 6.58966 11.942 5.58716 13.1786 5.58716C14.4153 5.58716 15.4178 6.58966 15.4178 7.82632C15.4178 9.06297 14.4153 10.0655 13.1786 10.0655C11.942 10.0655 10.9395 9.06297 10.9395 7.82632ZM13.1786 6.78716C12.6047 6.78716 12.1395 7.2524 12.1395 7.82632C12.1395 8.40023 12.6047 8.86547 13.1786 8.86547C13.7525 8.86547 14.2178 8.40023 14.2178 7.82632C14.2178 7.2524 13.7525 6.78716 13.1786 6.78716Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, AvgSingle = forwardRef(function(props, ref) {
|
|
147
145
|
return createElement(IconBase, Object.assign({}, props, {
|
|
148
146
|
id: "avg-single",
|
|
149
147
|
ref,
|
|
150
|
-
icon: element$
|
|
148
|
+
icon: element$1y
|
|
151
149
|
}));
|
|
152
150
|
});
|
|
153
151
|
AvgSingle.displayName = "AvgSingle";
|
|
154
|
-
var element$
|
|
152
|
+
var element$1x = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 17", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_436_28", style: { maskType: "alpha" }, width: 17, height: 17, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0.35 0.72H16.35V16.72H0.35z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_436_28)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M13.5853 14.7987L2.27159 3.485L3.12012 2.63647L14.4338 13.9502L13.5853 14.7987Z" } }, { tag: "path", attrs: { fill: "#E5E5E5", d: "M1.69629 12.8102L1.69629 14.1743C1.69629 14.8371 2.23355 15.3743 2.89629 15.3743L4.26042 15.3743L4.26042 14.0443L3.02629 14.0443L3.02629 12.8102L1.69629 12.8102ZM4.26042 2.06128L2.89629 2.06128C2.23355 2.06128 1.69629 2.59854 1.69629 3.26128L1.69629 4.62541L3.02629 4.62541L3.02629 3.39128L4.26042 3.39128L4.26042 2.06128ZM1.69629 10.0819L3.02629 10.0819L3.02629 7.35367L1.69629 7.35367L1.69629 10.0819ZM6.98868 2.06128L6.98868 3.39128L9.71693 3.39128L9.71693 2.06128L6.98868 2.06128ZM12.4452 2.06128L12.4452 3.39128L13.6793 3.39128L13.6793 4.62541L15.0093 4.62541L15.0093 3.26128C15.0093 2.59854 14.4721 2.06128 13.8093 2.06128L12.4452 2.06128ZM15.0093 7.35367L13.6793 7.35367L13.6793 10.0819L15.0093 10.0819L15.0093 7.35367ZM15.0093 12.8102L13.6793 12.8102L13.6793 14.0443L12.4452 14.0443L12.4452 15.3743L13.8093 15.3743C14.4721 15.3743 15.0093 14.8371 15.0093 14.1743L15.0093 12.8102ZM9.71693 15.3743L9.71693 14.0443L6.98868 14.0443L6.98868 15.3743L9.71693 15.3743Z" } }] }] }, BackSlashSingle = forwardRef(function(props, ref) {
|
|
155
153
|
return createElement(IconBase, Object.assign({}, props, {
|
|
156
154
|
id: "back-slash-single",
|
|
157
155
|
ref,
|
|
158
|
-
icon: element$
|
|
156
|
+
icon: element$1x
|
|
159
157
|
}));
|
|
160
158
|
});
|
|
161
159
|
BackSlashSingle.displayName = "BackSlashSingle";
|
|
162
|
-
var element$
|
|
160
|
+
var element$1w = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M4.65791 1.30005C3.77355 1.30005 3.05664 2.01696 3.05664 2.90132V12.8588C3.05664 13.8755 3.88086 14.6998 4.89759 14.6998H9.1016C11.2233 14.6998 12.9433 12.9798 12.9433 10.8581C12.9433 9.13925 11.8145 7.68407 10.2578 7.1934C10.8806 6.56856 11.2655 5.70659 11.2655 4.75472C11.2655 2.84676 9.71883 1.30005 7.81087 1.30005H4.65791ZM4.25664 2.90132C4.25664 2.6797 4.4363 2.50005 4.65791 2.50005H7.81087C9.05609 2.50005 10.0655 3.5095 10.0655 4.75472C10.0655 5.99993 9.05609 7.00938 7.81087 7.00938H4.25664V2.90132ZM4.25664 12.8588V8.21636H9.1016C10.5606 8.21636 11.7433 9.39909 11.7433 10.8581C11.7433 12.317 10.5606 13.4998 9.1016 13.4998H4.89759C4.5436 13.4998 4.25664 13.2128 4.25664 12.8588Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, BoldSingle = forwardRef(function(props, ref) {
|
|
163
161
|
return createElement(IconBase, Object.assign({}, props, {
|
|
164
162
|
id: "bold-single",
|
|
165
163
|
ref,
|
|
166
|
-
icon: element$
|
|
164
|
+
icon: element$1w
|
|
167
165
|
}));
|
|
168
166
|
});
|
|
169
167
|
BoldSingle.displayName = "BoldSingle";
|
|
170
|
-
var element$
|
|
168
|
+
var element$1v = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M2.59219 1.3667C1.70853 1.3667 0.992188 2.08304 0.992188 2.9667V4.9667C0.992188 5.85036 1.70853 6.5667 2.59219 6.5667H11.2694C12.1531 6.5667 12.8694 5.85036 12.8694 4.9667V4.79985H13.8075V8.18642C13.8075 8.38777 13.6579 8.55773 13.4581 8.58321L7.10511 9.39341C6.30618 9.4953 5.70752 10.1752 5.70752 10.9806V14.0332C5.70752 14.3646 5.97615 14.6332 6.30752 14.6332C6.63889 14.6332 6.90752 14.3646 6.90752 14.0332V10.9806C6.90752 10.7792 7.05718 10.6092 7.25692 10.5838L13.6099 9.77356C14.4089 9.67168 15.0075 8.99182 15.0075 8.18642V4.19985C15.0075 3.86848 14.7389 3.59985 14.4075 3.59985H12.8694V2.9667C12.8694 2.08304 12.1531 1.3667 11.2694 1.3667H2.59219ZM2.19219 2.9667C2.19219 2.74579 2.37127 2.5667 2.59219 2.5667H11.2694C11.4903 2.5667 11.6694 2.74579 11.6694 2.9667V4.9667C11.6694 5.18761 11.4903 5.3667 11.2694 5.3667H2.59219C2.37127 5.3667 2.19219 5.18761 2.19219 4.9667V2.9667Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, BrushSingle = forwardRef(function(props, ref) {
|
|
171
169
|
return createElement(IconBase, Object.assign({}, props, {
|
|
172
170
|
id: "brush-single",
|
|
173
171
|
ref,
|
|
174
|
-
icon: element$
|
|
172
|
+
icon: element$1v
|
|
175
173
|
}));
|
|
176
174
|
});
|
|
177
175
|
BrushSingle.displayName = "BrushSingle";
|
|
178
|
-
var element$
|
|
176
|
+
var element$1u = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.14014 3.73989C1.14014 2.30396 2.3042 1.13989 3.74014 1.13989H12.2601C13.6961 1.13989 14.8601 2.30395 14.8601 3.73989V4.86989C14.8601 5.20126 14.5915 5.46989 14.2601 5.46989C13.9288 5.46989 13.6601 5.20126 13.6601 4.86989V3.73989C13.6601 2.96669 13.0333 2.33989 12.2601 2.33989H8.34014V3.20284C8.34014 3.20446 8.34014 3.20608 8.34014 3.2077V6.73989C8.34014 7.62355 7.62379 8.33989 6.74014 8.33989H2.70277C2.70112 8.3399 2.69947 8.3399 2.69781 8.33989H2.34014V12.2599C2.34014 13.0331 2.96694 13.6599 3.74014 13.6599H12.2601C13.0333 13.6599 13.6601 13.0331 13.6601 12.2599V11.7299C13.6601 11.3985 13.9288 11.1299 14.2601 11.1299C14.5915 11.1299 14.8601 11.3985 14.8601 11.7299V12.2599C14.8601 13.6958 13.6961 14.8599 12.2601 14.8599H3.74014C2.3042 14.8599 1.14014 13.6958 1.14014 12.2599V3.73989ZM4.26409 7.13989H6.74014C6.96105 7.13989 7.14014 6.96081 7.14014 6.73989V4.55237L4.26409 7.13989ZM7.14014 2.93819V2.33989H6.28159L2.34044 5.614L2.34056 7.13989H2.46992L7.14014 2.93819ZM2.34032 4.05403L4.40368 2.33989H3.74029C2.96705 2.33989 2.34023 2.96676 2.34029 3.74L2.34032 4.05403Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M8.73877 9.00298C8.73877 9.55526 9.18649 10.003 9.73877 10.003H11.7792C12.1106 10.003 12.3792 9.73435 12.3792 9.40298C12.3792 9.07161 12.1106 8.80298 11.7792 8.80298H10.7874L12.2304 7.36157C12.7051 6.88734 13.4743 6.88754 13.9488 7.36202C14.4234 7.83667 14.4234 8.60624 13.9488 9.0809L13.2095 9.82016C12.9752 10.0545 12.9752 10.4344 13.2095 10.6687C13.4439 10.903 13.8238 10.903 14.0581 10.6687L14.7973 9.92943C15.7406 8.98614 15.7406 7.45678 14.7973 6.51349C13.8544 5.57056 12.3257 5.57015 11.3823 6.51259L9.93877 7.95459V6.96255C9.93877 6.63118 9.67014 6.36255 9.33877 6.36255C9.0074 6.36255 8.73877 6.63118 8.73877 6.96255V9.00298Z" } }] }, CancelFreezeSingle = forwardRef(function(props, ref) {
|
|
179
177
|
return createElement(IconBase, Object.assign({}, props, {
|
|
180
178
|
id: "cancel-freeze-single",
|
|
181
179
|
ref,
|
|
182
|
-
icon: element$
|
|
180
|
+
icon: element$1u
|
|
183
181
|
}));
|
|
184
182
|
});
|
|
185
183
|
CancelFreezeSingle.displayName = "CancelFreezeSingle";
|
|
186
|
-
var element$
|
|
184
|
+
var element$1t = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M12.5939 1.13916L10.6607 1.1392C9.55628 1.13922 8.66093 2.03448 8.66077 3.13893L8.66063 4.19191C8.66059 4.52328 8.92918 4.79194 9.26055 4.79199 9.59192 4.79204 9.86059 4.52344 9.86063 4.19207L9.86077 3.13909C9.86084 2.69731 10.219 2.33921 10.6608 2.3392L12.594 2.33916C13.0358 2.33915 13.394 2.69732 13.394 3.13916L13.394 12.8612C13.394 13.303 13.0358 13.6612 12.594 13.6612H10.6606C10.2188 13.6612 9.86063 13.303 9.86063 12.8612V11.8084C9.86063 11.4771 9.592 11.2084 9.26063 11.2084 8.92926 11.2084 8.66063 11.4771 8.66063 11.8084V12.8612C8.66063 13.9658 9.55606 14.8612 10.6606 14.8612H12.594C13.6986 14.8612 14.594 13.9658 14.594 12.8612L14.594 3.13915C14.594 2.03457 13.6985 1.13914 12.5939 1.13916zM5.33888 1.13919L3.40568 1.13926C2.30114 1.13931 1.40575 2.03474 1.40576 3.13928L1.40586 12.8612C1.40587 13.9658 2.3013 14.8612 3.40586 14.8612H5.33896C6.44353 14.8612 7.33896 13.9658 7.33896 12.8612V11.8084C7.33896 11.4771 7.07033 11.2084 6.73896 11.2084 6.40759 11.2084 6.13896 11.4771 6.13896 11.8084V12.8612C6.13896 13.303 5.78079 13.6612 5.33896 13.6612H3.40586C2.96403 13.6612 2.60586 13.303 2.60586 12.8612L2.60576 3.13927C2.60576 2.69745 2.96391 2.33928 3.40573 2.33926L5.33893 2.33919C5.78077 2.33917 6.13896 2.69735 6.13896 3.13919V4.192C6.13896 4.52337 6.40759 4.792 6.73896 4.792 7.07033 4.792 7.33896 4.52337 7.33896 4.192V3.13919C7.33896 2.03459 6.44348 1.13914 5.33888 1.13919z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M9.20731 5.99993C8.973 6.23424 8.973 6.61414 9.20731 6.84845L10.0912 7.73235C10.2474 7.88856 10.2474 8.14182 10.0912 8.29803L9.20731 9.18192C8.973 9.41624 8.973 9.79614 9.20731 10.0305 9.44163 10.2648 9.82153 10.2648 10.0558 10.0305L10.9397 9.14654C11.5646 8.52171 11.5646 7.50867 10.9397 6.88384L10.0558 5.99993C9.82153 5.76561 9.44163 5.76561 9.20731 5.99993zM5.94379 5.99993C6.1781 5.76561 6.558 5.76561 6.79232 5.99993 7.02663 6.23424 7.02663 6.61414 6.79232 6.84845L5.90842 7.73235C5.75221 7.88856 5.75221 8.14182 5.90842 8.29803L6.79232 9.18193C7.02663 9.41624 7.02663 9.79614 6.79232 10.0305 6.558 10.2648 6.1781 10.2648 5.94379 10.0305L5.0599 9.14656C4.43506 8.52172 4.43506 7.50866 5.0599 6.88382L5.94379 5.99993z" } }] }, CancelMergeSingle = forwardRef(function(props, ref) {
|
|
187
185
|
return createElement(IconBase, Object.assign({}, props, {
|
|
188
186
|
id: "cancel-merge-single",
|
|
189
187
|
ref,
|
|
190
|
-
icon: element$
|
|
188
|
+
icon: element$1t
|
|
191
189
|
}));
|
|
192
190
|
});
|
|
193
191
|
CancelMergeSingle.displayName = "CancelMergeSingle";
|
|
194
|
-
var element$
|
|
192
|
+
var element$1s = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M14.1544 3.75557C14.3887 3.98988 14.3887 4.36978 14.1544 4.6041L6.51409 12.2444C6.40157 12.3569 6.24896 12.4201 6.08983 12.4201C5.9307 12.4201 5.77808 12.3569 5.66556 12.2444L1.84541 8.42425C1.6111 8.18993 1.6111 7.81003 1.84541 7.57572C2.07973 7.34141 2.45963 7.34141 2.69394 7.57572L6.08983 10.9716L13.3059 3.75557C13.5402 3.52126 13.9201 3.52126 14.1544 3.75557Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, CheckMarkSingle = forwardRef(function(props, ref) {
|
|
195
193
|
return createElement(IconBase, Object.assign({}, props, {
|
|
196
194
|
id: "check-mark-single",
|
|
197
195
|
ref,
|
|
198
|
-
icon: element$
|
|
196
|
+
icon: element$1s
|
|
199
197
|
}));
|
|
200
198
|
});
|
|
201
199
|
CheckMarkSingle.displayName = "CheckMarkSingle";
|
|
202
|
-
var element$
|
|
200
|
+
var element$1r = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1161", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1161)" }, children: [{ tag: "path", attrs: { fill: "colorChannel1", d: "M5.36831 3.22148C5.36831 1.94497 6.40313 0.910156 7.67964 0.910156C8.95615 0.910156 9.99097 1.94497 9.99097 3.22149V6.74754H8.72649V3.22149C8.72649 2.64333 8.2578 2.17464 7.67964 2.17464C7.10148 2.17464 6.63279 2.64333 6.63279 3.22148V6.74754H5.36831V3.22148Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.00091 5.47314C3.33644 5.47314 1.9499 6.74914 1.81192 8.40788L1.54428 11.6254C1.38911 13.4909 2.86133 15.0906 4.73327 15.0906H13.6667C14.175 15.0906 14.5544 14.6228 14.4495 14.1255L13.0262 7.37781C12.792 6.26766 11.8125 5.47314 10.6779 5.47314H5.00091ZM10.6779 6.75314H5.00091C4.00223 6.75314 3.1703 7.51874 3.08751 8.51399L2.81988 11.7315C2.72677 12.8508 3.61011 13.8106 4.73327 13.8106H5.7695C5.26362 13.0554 5.05585 12.0527 5.31224 11.047C5.40861 10.6689 5.76242 10.4493 6.10249 10.5564C6.44256 10.6636 6.64012 11.0569 6.54374 11.4349C6.27517 12.4885 6.92898 13.6738 7.87916 13.8106H9.01412C8.50824 13.0554 8.30047 12.0527 8.55686 11.047C8.65324 10.6689 9.00704 10.4493 9.34711 10.5564C9.68719 10.6636 9.88474 11.0569 9.78837 11.4349C9.51979 12.4885 10.1736 13.6738 11.1238 13.8106H13.0749L11.7738 7.64199C11.6645 7.12392 11.2073 6.75314 10.6779 6.75314Z", fillRule: "evenodd", clipRule: "evenodd" } }] }] }, ClearFormat = forwardRef(function(props, ref) {
|
|
203
201
|
return createElement(IconBase, Object.assign({}, props, {
|
|
204
202
|
id: "clear-format",
|
|
205
203
|
ref,
|
|
206
|
-
icon: element$
|
|
204
|
+
icon: element$1r
|
|
207
205
|
}));
|
|
208
206
|
});
|
|
209
207
|
ClearFormat.displayName = "ClearFormat";
|
|
210
|
-
var element$
|
|
208
|
+
var element$1q = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M3.71274 2.86421C3.47843 2.6299 3.09853 2.6299 2.86421 2.86421C2.6299 3.09853 2.6299 3.47843 2.86421 3.71274L7.15154 8.00007L2.86421 12.2874C2.6299 12.5217 2.6299 12.9016 2.86421 13.1359C3.09853 13.3702 3.47843 13.3702 3.71274 13.1359L8.00007 8.84859L12.2874 13.1359C12.5217 13.3702 12.9016 13.3702 13.1359 13.1359C13.3702 12.9016 13.3702 12.5217 13.1359 12.2874L8.84859 8.00007L13.1359 3.71274C13.3702 3.47843 13.3702 3.09853 13.1359 2.86421C12.9016 2.6299 12.5217 2.6299 12.2874 2.86421L8.00007 7.15154L3.71274 2.86421Z" } }] }, CloseSingle = forwardRef(function(props, ref) {
|
|
211
209
|
return createElement(IconBase, Object.assign({}, props, {
|
|
212
210
|
id: "close-single",
|
|
213
211
|
ref,
|
|
214
|
-
icon: element$
|
|
212
|
+
icon: element$1q
|
|
215
213
|
}));
|
|
216
214
|
});
|
|
217
215
|
CloseSingle.displayName = "CloseSingle";
|
|
218
|
-
var element$
|
|
216
|
+
var element$1p = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M.361328 7.79626C.361328 6.0459 1.78028 4.62695 3.53064 4.62695 4.18424 4.62695 4.80612 4.90867 5.23714 5.40001L5.30149 5.47337C5.52001 5.72247 5.49522 6.10156 5.24612 6.32009 4.99701 6.53861 4.61792 6.51382 4.3994 6.26471L4.33504 6.19135C4.13187 5.95975 3.83873 5.82695 3.53064 5.82695 2.44302 5.82695 1.56133 6.70864 1.56133 7.79626V8.21416C1.56133 9.29594 2.43828 10.1729 3.52006 10.1729 3.83123 10.1729 4.12678 10.0366 4.32877 9.79988L4.39405 9.72339C4.60916 9.47133 4.98788 9.44138 5.23994 9.65649 5.492 9.8716 5.52195 10.2503 5.30684 10.5024L5.24156 10.5789C4.81157 11.0827 4.18244 11.3729 3.52006 11.3729 1.77554 11.3729.361328 9.95868.361328 8.21416V7.79626zM13.2084 4.92822C13.5398 4.92822 13.8084 5.19685 13.8084 5.52822V9.97297C13.8084 10.0834 13.8979 10.173 14.0084 10.173H15.0384C15.3698 10.173 15.6384 10.4416 15.6384 10.773 15.6384 11.1043 15.3698 11.373 15.0384 11.373H14.0084C13.2352 11.373 12.6084 10.7462 12.6084 9.97297V5.52822C12.6084 5.19685 12.877 4.92822 13.2084 4.92822z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M10.9893 7.42715C10.9893 7.09578 11.2579 6.82715 11.5893 6.82715H14.9428C15.2742 6.82715 15.5428 7.09578 15.5428 7.42715 15.5428 7.75852 15.2742 8.02715 14.9428 8.02715H11.5893C11.2579 8.02715 10.9893 7.75852 10.9893 7.42715zM9.46366 8.71622C9.46366 8.18879 8.9622 7.80569 8.45332 7.94436L8.12019 8.03514C7.68503 8.15373 7.38311 8.54894 7.38311 8.99996V10.7731C7.38311 11.1044 7.11448 11.3731 6.78311 11.3731 6.45173 11.3731 6.18311 11.1044 6.18311 10.7731V8.99996C6.18311 8.0077 6.84733 7.13825 7.80469 6.87736L8.13782 6.78658C9.41001 6.43991 10.6637 7.39764 10.6637 8.71622V10.7731C10.6637 11.1044 10.395 11.3731 10.0637 11.3731 9.73229 11.3731 9.46366 11.1044 9.46366 10.7731V8.71622z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M6.79079 6.75531C7.12216 6.75528 7.39081 7.02389 7.39084 7.35526L7.39109 10.773C7.39112 11.1043 7.12251 11.373 6.79114 11.373C6.45977 11.373 6.19112 11.1044 6.19109 10.7731L6.19084 7.35535C6.19081 7.02398 6.45942 6.75533 6.79079 6.75531Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, CntSingle = forwardRef(function(props, ref) {
|
|
219
217
|
return createElement(IconBase, Object.assign({}, props, {
|
|
220
218
|
id: "cnt-single",
|
|
221
219
|
ref,
|
|
222
|
-
icon: element$
|
|
220
|
+
icon: element$1p
|
|
223
221
|
}));
|
|
224
222
|
});
|
|
225
223
|
CntSingle.displayName = "CntSingle";
|
|
226
|
-
var element$
|
|
224
|
+
var element$1o = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M9.92206 2.45064C9.98634 2.12556 9.77492 1.80992 9.44984 1.74564 9.12477 1.68136 8.80913 1.89278 8.74485 2.21785L6.41152 14.0179C6.34724 14.3429 6.55865 14.6586 6.88373 14.7228 7.20881 14.7871 7.52444 14.5757 7.58872 14.2506L9.92206 2.45064zM5.14972 3.90157C5.38815 4.1317 5.39487 4.51154 5.16473 4.74996L2.55461 7.45409C2.01739 8.01066 2.03336 8.89745 2.59029 9.43431L5.14944 11.9013C5.38802 12.1313 5.39498 12.5111 5.165 12.7497 4.93502 12.9883 4.55519 12.9952 4.31662 12.7652L1.75746 10.2983C.723174 9.30122.693506 7.65434 1.69121 6.6207L4.30133 3.91657C4.53146 3.67815 4.9113 3.67143 5.14972 3.90157zM10.8505 3.90157C11.0889 3.67143 11.4688 3.67815 11.6989 3.91657L14.309 6.6207C15.3067 7.65434 15.2771 9.30122 14.2428 10.2983L11.6836 12.7652C11.4451 12.9952 11.0652 12.9883 10.8352 12.7497 10.6053 12.5111 10.6122 12.1313 10.8508 11.9013L13.41 9.43431C13.9669 8.89745 13.9829 8.01066 13.4456 7.45409L10.8355 4.74996C10.6054 4.51154 10.6121 4.1317 10.8505 3.90157z" } }] }, CodeSingle = forwardRef(function(props, ref) {
|
|
227
225
|
return createElement(IconBase, Object.assign({}, props, {
|
|
228
226
|
id: "code-single",
|
|
229
227
|
ref,
|
|
230
|
-
icon: element$
|
|
228
|
+
icon: element$1o
|
|
231
229
|
}));
|
|
232
230
|
});
|
|
233
231
|
CodeSingle.displayName = "CodeSingle";
|
|
234
|
-
var element$
|
|
232
|
+
var element$1n = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "colorChannel1", d: "M5.59 1.51H10.46V14.459999999999999H5.59z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.34863 2.53325C1.34863 1.87051 1.88589 1.33325 2.54863 1.33325H13.482C14.1447 1.33325 14.682 1.87051 14.682 2.53325V13.4666C14.682 14.1294 14.1447 14.6666 13.482 14.6666H2.54863C1.88589 14.6666 1.34863 14.1294 1.34863 13.4666V2.53325ZM13.082 2.63325C13.2477 2.63325 13.382 2.76757 13.382 2.93325V5.09946C13.382 5.26515 13.2477 5.39946 13.082 5.39946H10.9708C10.8052 5.39946 10.6708 5.26515 10.6708 5.09946V2.93325C10.6708 2.76757 10.8052 2.63325 10.9708 2.63325H13.082ZM9.37085 2.93325C9.37085 2.76757 9.23653 2.63325 9.07085 2.63325H6.95974C6.79406 2.63325 6.65974 2.76757 6.65974 2.93325V5.09946C6.65974 5.26515 6.79406 5.39946 6.95974 5.39946L9.07085 5.39946C9.23654 5.39946 9.37085 5.26515 9.37085 5.09946V2.93325ZM5.35974 2.93325C5.35974 2.76757 5.22543 2.63325 5.05974 2.63325H2.94863C2.78295 2.63325 2.64863 2.76757 2.64863 2.93325V5.09946C2.64863 5.26515 2.78295 5.39946 2.94863 5.39946H5.05974C5.22543 5.39946 5.35974 5.26515 5.35974 5.09946V2.93325ZM2.94863 6.69946C2.78295 6.69946 2.64863 6.83378 2.64863 6.99946V9.11045C2.64863 9.27613 2.78295 9.41045 2.94863 9.41045H5.05974C5.22543 9.41045 5.35974 9.27613 5.35974 9.11045V6.99946C5.35974 6.83378 5.22543 6.69946 5.05974 6.69946H2.94863ZM2.94863 10.7104C2.78295 10.7104 2.64863 10.8448 2.64863 11.0104V13.0666C2.64863 13.2323 2.78295 13.3666 2.94863 13.3666H5.05974C5.22543 13.3666 5.35974 13.2323 5.35974 13.0666V11.0104C5.35974 10.8448 5.22543 10.7104 5.05974 10.7104H2.94863ZM6.65974 13.0666C6.65974 13.2323 6.79406 13.3666 6.95974 13.3666H9.07085C9.23653 13.3666 9.37085 13.2323 9.37085 13.0666V11.0104C9.37085 10.8448 9.23653 10.7104 9.07085 10.7104L6.95974 10.7104C6.79406 10.7104 6.65974 10.8448 6.65974 11.0104V13.0666ZM10.6708 13.0666C10.6708 13.2323 10.8052 13.3666 10.9708 13.3666H13.082C13.2477 13.3666 13.382 13.2323 13.382 13.0666V11.0104C13.382 10.8448 13.2477 10.7104 13.082 10.7104H10.9708C10.8052 10.7104 10.6708 10.8448 10.6708 11.0104V13.0666ZM13.082 9.41045C13.2477 9.41045 13.382 9.27613 13.382 9.11045V6.99946C13.382 6.83378 13.2477 6.69946 13.082 6.69946H10.9708C10.8052 6.69946 10.6708 6.83378 10.6708 6.99946V9.11045C10.6708 9.27613 10.8052 9.41045 10.9708 9.41045H13.082ZM6.95974 9.41045C6.79406 9.41045 6.65974 9.27613 6.65974 9.11045V6.99946C6.65974 6.83378 6.79406 6.69946 6.95974 6.69946L9.07085 6.69946C9.23653 6.69946 9.37085 6.83378 9.37085 6.99946V9.11045C9.37085 9.27613 9.23653 9.41045 9.07085 9.41045H6.95974Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Conditions = forwardRef(function(props, ref) {
|
|
235
233
|
return createElement(IconBase, Object.assign({}, props, {
|
|
236
234
|
id: "conditions",
|
|
237
235
|
ref,
|
|
238
|
-
icon: element$
|
|
236
|
+
icon: element$1n
|
|
239
237
|
}));
|
|
240
238
|
});
|
|
241
239
|
Conditions.displayName = "Conditions";
|
|
242
|
-
var element$
|
|
240
|
+
var element$1m = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 17", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_273_6444", style: { maskType: "alpha" }, width: 17, height: 17, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0.54 0.84H16.54V16.84H0.54z" } }] }, { tag: "g", attrs: { fill: "currentColor", mask: "url(#mask0_273_6444)" }, children: [{ tag: "path", attrs: { d: "M6.67742 7.37473V5.64139H9.74408V7.37473H6.67742Z" } }, { tag: "path", attrs: { d: "M2.41101 2.84136C2.41101 2.03134 3.06766 1.37469 3.87768 1.37469H13.211C14.021 1.37469 14.6777 2.03135 14.6777 2.84136V14.8414C14.6777 15.6514 14.021 16.308 13.211 16.308H3.87768C3.06767 16.308 2.41101 15.6514 2.41101 14.8414V2.84136ZM5.87742 10.0414C5.43559 10.0414 5.07742 10.3996 5.07742 10.8414C5.07742 11.2832 5.43559 11.6414 5.87742 11.6414H10.5441C10.9859 11.6414 11.3441 11.2832 11.3441 10.8414C11.3441 10.3996 10.9859 10.0414 10.5441 10.0414H5.87742ZM5.07742 12.8414C5.07742 12.3996 5.43559 12.0414 5.87742 12.0414H8.21075C8.65258 12.0414 9.01075 12.3996 9.01075 12.8414C9.01075 13.2832 8.65258 13.6414 8.21075 13.6414H5.87742C5.43559 13.6414 5.07742 13.2832 5.07742 12.8414ZM5.87742 4.04139C5.43559 4.04139 5.07742 4.39957 5.07742 4.84139V8.17473C5.07742 8.61655 5.43559 8.97473 5.87742 8.97473H10.5441C10.9859 8.97473 11.3441 8.61655 11.3441 8.17473V4.84139C11.3441 4.39957 10.9859 4.04139 10.5441 4.04139H5.87742Z", fillRule: "evenodd", clipRule: "evenodd" } }] }] }, ContentSingle16 = forwardRef(function(props, ref) {
|
|
243
241
|
return createElement(IconBase, Object.assign({}, props, {
|
|
244
242
|
id: "content-single-16",
|
|
245
243
|
ref,
|
|
246
|
-
icon: element$
|
|
244
|
+
icon: element$1m
|
|
247
245
|
}));
|
|
248
246
|
});
|
|
249
247
|
ContentSingle16.displayName = "ContentSingle16";
|
|
250
|
-
var element$
|
|
248
|
+
var element$1l = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1141", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1141)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "colorChannel1", d: "M5.4004 2.60213C5.25792 2.60213 5.14241 2.71763 5.14241 2.86011V4.32679C5.14241 4.67752 4.85809 4.96184 4.50736 4.96184C4.15663 4.96184 3.87231 4.67752 3.87231 4.32679V2.86011C3.87231 2.01618 4.55646 1.33203 5.4004 1.33203H13.14C13.984 1.33203 14.6681 2.01618 14.6681 2.86011V10.5998C14.6681 11.4437 13.984 12.1278 13.14 12.1278H11.6568C11.3061 12.1278 11.0218 11.8435 11.0218 11.4928C11.0218 11.1421 11.3061 10.8577 11.6568 10.8577H13.14C13.2825 10.8577 13.398 10.7422 13.398 10.5998V2.86011C13.398 2.71763 13.2825 2.60213 13.14 2.60213H5.4004Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.33203 5.40015C1.33203 4.55622 2.01618 3.87207 2.86011 3.87207H10.5998C11.4437 3.87207 12.1278 4.55622 12.1278 5.40015V13.1398C12.1278 13.9837 11.4437 14.6679 10.5998 14.6679H2.86011C2.01618 14.6679 1.33203 13.9837 1.33203 13.1398V5.40015ZM2.86011 5.14217C2.71763 5.14217 2.60213 5.25767 2.60213 5.40015V13.1398C2.60213 13.2823 2.71763 13.3978 2.86011 13.3978H10.5998C10.7422 13.3978 10.8577 13.2823 10.8577 13.1398V5.40015C10.8577 5.25767 10.7422 5.14217 10.5998 5.14217H2.86011Z" } }] }] }, Copy = forwardRef(function(props, ref) {
|
|
251
249
|
return createElement(IconBase, Object.assign({}, props, {
|
|
252
250
|
id: "copy",
|
|
253
251
|
ref,
|
|
254
|
-
icon: element$
|
|
252
|
+
icon: element$1l
|
|
255
253
|
}));
|
|
256
254
|
});
|
|
257
255
|
Copy.displayName = "Copy";
|
|
258
|
-
var element$
|
|
256
|
+
var element$1k = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1093", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1093)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M7.69148 5.44796C7.69148 5.07977 7.393 4.7813 7.02481 4.7813H3.25445C2.88626 4.7813 2.58779 5.07977 2.58779 5.44796V10.5516C2.58779 10.9198 2.88626 11.2183 3.25445 11.2183H7.02481C7.393 11.2183 7.69148 10.9198 7.69148 10.5516V5.44796ZM2.58779 3.50537C1.88311 3.50537 1.31186 4.07662 1.31186 4.7813V11.2183C1.31186 11.923 1.88311 12.4942 2.58779 12.4942H7.69148C8.39613 12.4942 8.96739 11.923 8.96739 11.2183V4.7813C8.96739 4.07662 8.39613 3.50537 7.69148 3.50537H2.58779Z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M11.8919 10.4557C11.9671 10.4869 12.0496 10.5041 12.1361 10.5041C12.2226 10.5041 12.3051 10.4869 12.3803 10.4557C12.4555 10.4246 12.526 10.3784 12.5872 10.3172L14.5011 8.40335C14.7502 8.15421 14.7502 7.75028 14.5011 7.50114C14.2519 7.252 13.848 7.252 13.5989 7.50114L12.774 8.32595V6.13406C12.774 5.78172 12.4884 5.49609 12.1361 5.49609C11.7837 5.49609 11.4981 5.78172 11.4981 6.13406V8.32595L10.6733 7.50114C10.4241 7.252 10.0202 7.252 9.77106 7.50114C9.52192 7.75028 9.52192 8.15421 9.77106 8.40335L11.6847 10.3169M6.97288 9.84189C6.69858 10.1235 6.25386 10.1235 5.97956 9.84189L5.17866 9.01974L4.37769 9.84195C4.1034 10.1235 3.65867 10.1235 3.38437 9.84195C3.11008 9.56038 3.11008 9.10385 3.38437 8.82228L4.18534 8.00007L3.38439 7.17787C3.11009 6.8963 3.11009 6.43977 3.38439 6.1582C3.65869 5.87663 4.10341 5.87663 4.37771 6.1582L5.17866 6.9804L5.97954 6.15826C6.25384 5.87669 6.69857 5.87669 6.97287 6.15826C7.24716 6.43984 7.24716 6.89636 6.97286 7.17793L6.17198 8.00007L6.97288 8.82222C7.24718 9.10379 7.24718 9.56031 6.97288 9.84189Z" } }] }] }, DeleteCellMoveDown = forwardRef(function(props, ref) {
|
|
259
257
|
return createElement(IconBase, Object.assign({}, props, {
|
|
260
258
|
id: "delete-cell-move-down",
|
|
261
259
|
ref,
|
|
262
|
-
icon: element$
|
|
260
|
+
icon: element$1k
|
|
263
261
|
}));
|
|
264
262
|
});
|
|
265
263
|
DeleteCellMoveDown.displayName = "DeleteCellMoveDown";
|
|
266
|
-
var element$
|
|
264
|
+
var element$1j = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_252_31", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M16 16H32V32H16z", transform: "rotate(180 16 16)" } }] }, { tag: "g", attrs: { mask: "url(#mask0_252_31)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.29012 10.552C8.29012 10.9202 8.5886 11.2187 8.95679 11.2187L12.7271 11.2187C13.0953 11.2187 13.3938 10.9202 13.3938 10.552L13.3938 5.44836C13.3938 5.08016 13.0953 4.7817 12.7271 4.7817L8.95678 4.7817C8.5886 4.7817 8.29012 5.08016 8.29012 5.44836L8.29012 10.552ZM13.3938 12.4946C14.0985 12.4946 14.6697 11.9234 14.6697 11.2187L14.6697 4.7817C14.6697 4.07703 14.0985 3.50576 13.3938 3.50576L8.29012 3.50576C7.58547 3.50576 7.0142 4.07703 7.0142 4.7817L7.0142 11.2187C7.0142 11.9234 7.58547 12.4946 8.29012 12.4946L13.3938 12.4946Z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M1.37899 7.7562C1.34779 7.83142 1.33053 7.9139 1.33053 8.0004C1.33053 8.0869 1.34779 8.16938 1.37899 8.2446C1.41013 8.31985 1.45626 8.39034 1.51739 8.45151L3.43133 10.3654C3.68046 10.6145 4.08439 10.6145 4.33353 10.3654C4.58266 10.1163 4.58266 9.71232 4.33353 9.46318L3.50873 8.63836L5.70059 8.63836C6.05293 8.63836 6.33855 8.35273 6.33855 8.0004C6.33855 7.64806 6.05293 7.36244 5.70059 7.36244L3.50873 7.36244L4.33353 6.53762C4.58266 6.28848 4.58266 5.88455 4.33353 5.63541C4.08439 5.38627 3.68046 5.38627 3.43133 5.63541L1.51773 7.54899M9.00896 6.15858C9.28326 5.87701 9.72798 5.87701 10.0023 6.15858L10.8032 6.98073L11.6042 6.15852C11.8784 5.87695 12.3232 5.87695 12.5975 6.15852C12.8718 6.44009 12.8718 6.89661 12.5975 7.17819L11.7965 8.00041L12.5975 8.8226C12.8718 9.10417 12.8718 9.56069 12.5975 9.84227C12.3232 10.1238 11.8784 10.1238 11.6041 9.84227L10.8032 9.02007L10.0023 9.84221C9.728 10.1238 9.28327 10.1238 9.00897 9.84221C8.73468 9.56063 8.73468 9.10411 9.00898 8.82254L9.80987 8.00041L9.00896 7.17825C8.73466 6.89668 8.73466 6.44016 9.00896 6.15858Z" } }] }] }, DeleteCellShiftLeft = forwardRef(function(props, ref) {
|
|
267
265
|
return createElement(IconBase, Object.assign({}, props, {
|
|
268
266
|
id: "delete-cell-shift-left",
|
|
269
267
|
ref,
|
|
270
|
-
icon: element$
|
|
268
|
+
icon: element$1j
|
|
271
269
|
}));
|
|
272
270
|
});
|
|
273
271
|
DeleteCellShiftLeft.displayName = "DeleteCellShiftLeft";
|
|
274
|
-
var element$
|
|
272
|
+
var element$1i = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1088", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1088)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M7.70985 5.44796C7.70985 5.07977 7.41137 4.7813 7.04318 4.7813H3.27282C2.90463 4.7813 2.60616 5.07977 2.60616 5.44796V10.5516C2.60616 10.9198 2.90463 11.2183 3.27282 11.2183H7.04318C7.41137 11.2183 7.70985 10.9198 7.70985 10.5516V5.44796ZM2.60616 3.50537C1.90148 3.50537 1.33023 4.07662 1.33023 4.7813V11.2183C1.33023 11.923 1.90148 12.4942 2.60616 12.4942H7.70985C8.4145 12.4942 8.98576 11.923 8.98576 11.2183V4.7813C8.98576 4.07662 8.4145 3.50537 7.70985 3.50537H2.60616Z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M14.621 8.2438C14.6522 8.16858 14.6695 8.0861 14.6695 7.9996C14.6695 7.9131 14.6522 7.83062 14.621 7.7554C14.5899 7.68015 14.5438 7.60966 14.4826 7.54849L12.5687 5.63461C12.3196 5.38547 11.9156 5.38547 11.6665 5.63461C11.4174 5.88375 11.4174 6.28768 11.6665 6.53682L12.4913 7.36164H10.2994C9.94711 7.36164 9.66148 7.64727 9.66148 7.9996C9.66148 8.35194 9.94711 8.63756 10.2994 8.63756H12.4913L11.6665 9.46238C11.4174 9.71152 11.4174 10.1155 11.6665 10.3646C11.9156 10.6137 12.3196 10.6137 12.5687 10.3646L14.4823 8.45101M6.99107 9.84142C6.71677 10.123 6.27205 10.123 5.99775 9.84142L5.19685 9.01927L4.39588 9.84148C4.12159 10.1231 3.67686 10.1231 3.40256 9.84148C3.12826 9.55991 3.12826 9.10339 3.40256 8.82181L4.20353 7.99959L3.40258 7.1774C3.12828 6.89583 3.12828 6.43931 3.40258 6.15773C3.67688 5.87616 4.1216 5.87616 4.3959 6.15773L5.19685 6.97993L5.99773 6.15779C6.27203 5.87622 6.71676 5.87622 6.99106 6.15779C7.26535 6.43937 7.26535 6.89589 6.99105 7.17746L6.19017 7.99959L6.99107 8.82175C7.26537 9.10332 7.26537 9.55984 6.99107 9.84142Z" } }] }] }, DeleteCellShiftRight = forwardRef(function(props, ref) {
|
|
275
273
|
return createElement(IconBase, Object.assign({}, props, {
|
|
276
274
|
id: "delete-cell-shift-right",
|
|
277
275
|
ref,
|
|
278
|
-
icon: element$
|
|
276
|
+
icon: element$1i
|
|
279
277
|
}));
|
|
280
278
|
});
|
|
281
279
|
DeleteCellShiftRight.displayName = "DeleteCellShiftRight";
|
|
282
|
-
var element$
|
|
280
|
+
var element$1h = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_252_36", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z", transform: "matrix(1 0 0 -1 0 16)" } }] }, { tag: "g", attrs: { mask: "url(#mask0_252_36)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M7.69172 10.552C7.69172 10.9202 7.39324 11.2187 7.02506 11.2187H3.2547C2.8865 11.2187 2.58803 10.9202 2.58803 10.552V5.44836C2.58803 5.08016 2.8865 4.7817 3.2547 4.7817H7.02506C7.39324 4.7817 7.69172 5.08016 7.69172 5.44836V10.552ZM2.58803 12.4946C1.88335 12.4946 1.3121 11.9234 1.3121 11.2187V4.7817C1.3121 4.07703 1.88335 3.50576 2.58803 3.50576H7.69172C8.39637 3.50576 8.96764 4.07703 8.96764 4.7817V11.2187C8.96764 11.9234 8.39637 12.4946 7.69172 12.4946H2.58803Z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M11.892 5.54431C11.9672 5.51312 12.0497 5.49591 12.1362 5.49591C12.2227 5.49591 12.3052 5.51312 12.3804 5.54431C12.4557 5.57545 12.5261 5.62159 12.5873 5.68276L14.5012 7.59665C14.7503 7.84579 14.7503 8.24972 14.5012 8.49886C14.2521 8.748 13.8481 8.748 13.599 8.49886L12.7741 7.67405V9.86594C12.7741 10.2183 12.4885 10.5039 12.1362 10.5039C11.7839 10.5039 11.4983 10.2183 11.4983 9.86594V7.67405L10.6734 8.49886C10.4243 8.748 10.0203 8.748 9.77121 8.49886C9.52207 8.24972 9.52207 7.84579 9.77121 7.59665L11.6848 5.68305M6.97304 6.15811C6.69874 5.87653 6.25401 5.87654 5.97972 6.15811L5.17881 6.98026L4.37784 6.15805C4.10355 5.87647 3.65882 5.87647 3.38453 6.15805C3.11023 6.43962 3.11023 6.89615 3.38453 7.17772L4.18549 7.99993L3.38454 8.82213C3.11024 9.1037 3.11024 9.56023 3.38454 9.8418C3.65884 10.1234 4.10356 10.1234 4.37786 9.8418L5.17881 9.0196L5.9797 9.84174C6.254 10.1233 6.69872 10.1233 6.97302 9.84174C7.24732 9.56016 7.24732 9.10364 6.97302 8.82207L6.17213 7.99993L6.97304 7.17778C7.24734 6.89621 7.24734 6.43969 6.97304 6.15811Z" } }] }] }, DeleteCellShiftUp = forwardRef(function(props, ref) {
|
|
283
281
|
return createElement(IconBase, Object.assign({}, props, {
|
|
284
282
|
id: "delete-cell-shift-up",
|
|
285
283
|
ref,
|
|
286
|
-
icon: element$
|
|
284
|
+
icon: element$1h
|
|
287
285
|
}));
|
|
288
286
|
});
|
|
289
287
|
DeleteCellShiftUp.displayName = "DeleteCellShiftUp";
|
|
290
|
-
var element$
|
|
288
|
+
var element$1g = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1098", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1098)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M11.9503 1.33317C12.6866 1.33317 13.2836 1.9301 13.2836 2.6665V13.3332C13.2836 14.0695 12.6866 14.6665 11.9503 14.6665H9.28359C8.54721 14.6665 7.95026 14.0696 7.95026 13.3332L7.95026 2.6665C7.95026 1.9301 8.54721 1.33317 9.28359 1.33317H11.9503ZM11.9503 2.6665V13.3332H9.28359V2.6665H11.9503Z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M3.8542 6.29716C3.59385 6.03681 3.17174 6.03681 2.91139 6.29716C2.65104 6.55751 2.65104 6.97962 2.91139 7.23997L3.67157 8.00014L2.9114 8.76031C2.65105 9.02066 2.65105 9.44277 2.9114 9.70312C3.17175 9.96347 3.59387 9.96347 3.85421 9.70312L4.61437 8.94296L5.37459 9.70318C5.63494 9.96352 6.05705 9.96353 6.31741 9.70318C6.57775 9.44283 6.57775 9.02072 6.31741 8.76036L5.55718 8.00014L6.31742 7.23991C6.57777 6.97956 6.57777 6.55745 6.31742 6.2971C6.05707 6.03675 5.63496 6.03675 5.37461 6.2971L4.61437 7.05734L3.8542 6.29716Z" } }] }] }, DeleteColumn = forwardRef(function(props, ref) {
|
|
291
289
|
return createElement(IconBase, Object.assign({}, props, {
|
|
292
290
|
id: "delete-column",
|
|
293
291
|
ref,
|
|
294
|
-
icon: element$
|
|
292
|
+
icon: element$1g
|
|
295
293
|
}));
|
|
296
294
|
});
|
|
297
295
|
DeleteColumn.displayName = "DeleteColumn";
|
|
298
|
-
var element$
|
|
296
|
+
var element$1f = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1103", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1103)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M14.6666 11.9502C14.6666 12.6866 14.0697 13.2835 13.3333 13.2835H2.66665C1.93027 13.2835 1.33331 12.6866 1.33331 11.9502V9.28353C1.33331 8.54715 1.93027 7.9502 2.66665 7.9502L13.3333 7.9502C14.0697 7.9502 14.6666 8.54715 14.6666 9.28353V11.9502ZM13.3333 11.9502H2.66665V9.28353H13.3333V11.9502Z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M9.60134 3.85438C9.86169 3.59403 9.86169 3.17192 9.60134 2.91157C9.34099 2.65122 8.91888 2.65122 8.65853 2.91157L7.89835 3.67175L7.13819 2.91159C6.87784 2.65124 6.45573 2.65124 6.19538 2.91159C5.93503 3.17194 5.93503 3.59405 6.19538 3.8544L6.95554 4.61456L6.19532 5.37478C5.93497 5.63513 5.93497 6.05724 6.19532 6.31759C6.45567 6.57794 6.87778 6.57794 7.13813 6.31759L7.89835 5.55737L8.65859 6.3176C8.91893 6.57796 9.34105 6.57796 9.60139 6.3176C9.86175 6.05726 9.86175 5.63514 9.60139 5.3748L8.84116 4.61456L9.60134 3.85438Z" } }] }] }, DeleteRow = forwardRef(function(props, ref) {
|
|
299
297
|
return createElement(IconBase, Object.assign({}, props, {
|
|
300
298
|
id: "delete-row",
|
|
301
299
|
ref,
|
|
302
|
-
icon: element$
|
|
300
|
+
icon: element$1f
|
|
303
301
|
}));
|
|
304
302
|
});
|
|
305
303
|
DeleteRow.displayName = "DeleteRow";
|
|
306
|
-
var element$
|
|
304
|
+
var element$1e = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_345", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { fill: "currentColor", mask: "url(#mask0_102_345)" }, children: [{ tag: "path", attrs: { d: "M3.00004 1.3335C2.07957 1.3335 1.33337 2.07969 1.33337 3.00016V13.0002C1.33337 13.9143 2.06935 14.6566 2.98108 14.6667C2.99252 14.6671 3.00399 14.6671 3.01547 14.6668H13C13.9205 14.6668 14.6667 13.9207 14.6667 13.0002V11.8335C14.6667 11.4653 14.3682 11.1668 14 11.1668C13.6319 11.1668 13.3334 11.4653 13.3334 11.8335V13.0002C13.3334 13.1843 13.1842 13.3335 13 13.3335H5.25636C5.61522 13.016 5.95119 12.6637 6.25105 12.2868C7.06748 11.2609 7.66671 9.98799 7.66671 8.66683V2.66683H13C13.1841 2.66683 13.3334 2.81606 13.3334 3.00016V4.66683C13.3334 5.03502 13.6319 5.3335 14 5.3335C14.3682 5.3335 14.6667 5.03502 14.6667 4.66683V3.00016C14.6667 2.0797 13.9205 1.3335 13 1.3335H3.00004ZM6.33337 2.66683H3.00004C2.81595 2.66683 2.66671 2.81607 2.66671 3.00016V13.0002C2.66671 13.1484 2.76345 13.274 2.89725 13.3173C3.70845 12.9437 4.55406 12.2781 5.20773 11.4566C5.90507 10.5803 6.33337 9.59203 6.33337 8.66683V2.66683Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { d: "M12.4714 5.86209C12.2111 5.60174 11.789 5.60174 11.5286 5.86209 11.2683 6.12244 11.2683 6.54455 11.5286 6.8049L12.3906 7.66683H10C9.63185 7.66683 9.33337 7.96531 9.33337 8.3335 9.33337 8.70169 9.63185 9.00016 10 9.00016H12.3906L11.5286 9.86209C11.2683 10.1224 11.2683 10.5446 11.5286 10.8049 11.789 11.0653 12.2111 11.0653 12.4714 10.8049L14.4714 8.8049C14.5935 8.68286 14.6583 8.52528 14.6659 8.36548 14.6665 8.35482 14.6667 8.34416 14.6667 8.3335L12.4714 5.86209zM12.4714 5.86209L14.4714 7.86209C14.6001 7.9907 14.6651 8.15878 14.6667 8.32734L12.4714 5.86209z" } }] }] }, DirectExportSingle = forwardRef(function(props, ref) {
|
|
307
305
|
return createElement(IconBase, Object.assign({}, props, {
|
|
308
306
|
id: "direct-export-single",
|
|
309
307
|
ref,
|
|
310
|
-
icon: element$
|
|
308
|
+
icon: element$1e
|
|
311
309
|
}));
|
|
312
310
|
});
|
|
313
311
|
DirectExportSingle.displayName = "DirectExportSingle";
|
|
314
|
-
var element$
|
|
312
|
+
var element$1d = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M7.3999 2.8999V1.6C7.3999 1.26863 7.66853 1 7.9999 1C8.33127 1 8.5999 1.26863 8.5999 1.6V2.8999H10.2044C11.6655 2.8999 12.8499 4.08431 12.8499 5.54536C12.8499 5.87673 12.5813 6.14536 12.2499 6.14536C11.9185 6.14536 11.6499 5.87673 11.6499 5.54536C11.6499 4.74705 11.0028 4.0999 10.2044 4.0999H5.7384C4.97155 4.0999 4.3499 4.72155 4.3499 5.4884C4.3499 6.14439 4.80899 6.71087 5.45074 6.84677L10.7977 7.97906C11.994 8.23242 12.8499 9.28849 12.8499 10.5114C12.8499 11.941 11.691 13.0999 10.2614 13.0999H8.5999V14.4C8.5999 14.7314 8.33127 15 7.9999 15C7.66853 15 7.3999 14.7314 7.3999 14.4V13.0999H5.79536C4.33431 13.0999 3.1499 11.9155 3.1499 10.4544C3.1499 10.1231 3.41853 9.85445 3.7499 9.85445C4.08127 9.85445 4.3499 10.1231 4.3499 10.4544C4.3499 11.2527 4.99705 11.8999 5.79536 11.8999H10.2614C11.0283 11.8999 11.6499 11.2782 11.6499 10.5114C11.6499 9.85542 11.1908 9.28893 10.5491 9.15303L5.20214 8.02074C4.00575 7.76739 3.1499 6.71132 3.1499 5.4884C3.1499 4.05881 4.30881 2.8999 5.7384 2.8999H7.3999Z" } }] }, DollarSingle = forwardRef(function(props, ref) {
|
|
315
313
|
return createElement(IconBase, Object.assign({}, props, {
|
|
316
314
|
id: "dollar-single",
|
|
317
315
|
ref,
|
|
318
|
-
icon: element$
|
|
316
|
+
icon: element$1d
|
|
319
317
|
}));
|
|
320
318
|
});
|
|
321
319
|
DollarSingle.displayName = "DollarSingle";
|
|
322
|
-
var element$
|
|
320
|
+
var element$1c = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_107_1287", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_107_1287)" }, children: [{ tag: "path", attrs: { fill: "colorChannel1", d: "M3.99992 1.33301H2.66659C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V3.99967H2.66659V2.66634L3.99992 2.66634V1.33301zM1.33325 9.33301H2.66659V6.66634H1.33325V9.33301zM6.66659 1.33301V2.66634H7.33325V5.33301H8.66659V2.66634H9.33325V1.33301H6.66659zM11.9999 1.33301V2.66634H13.3333V3.99967H14.6666V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H11.9999zM14.6666 6.66634H13.3333V7.33301H10.6666V8.66634H13.3333V9.33301H14.6666V6.66634zM7.33325 13.333V10.6663H8.66659V13.333H7.33325zM5.33325 7.33301H2.66659V8.66634H5.33325V7.33301z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.33325 13.3333V12H2.66659L2.66659 13.3333H13.3333V12H14.6666V13.3333C14.6666 14.0697 14.0696 14.6667 13.3333 14.6667H2.66659C1.93021 14.6667 1.33325 14.0697 1.33325 13.3333Z" } }] }] }, DownBorder = forwardRef(function(props, ref) {
|
|
323
321
|
return createElement(IconBase, Object.assign({}, props, {
|
|
324
322
|
id: "down-border",
|
|
325
323
|
ref,
|
|
326
|
-
icon: element$
|
|
324
|
+
icon: element$1c
|
|
327
325
|
}));
|
|
328
326
|
});
|
|
329
327
|
DownBorder.displayName = "DownBorder";
|
|
330
|
-
var element$
|
|
328
|
+
var element$1b = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM10.3097 5.69014C10.544 5.92445 10.544 6.30435 10.3097 6.53867L8.84843 7.9999L10.3099 9.46137C10.5442 9.69569 10.5442 10.0756 10.3099 10.3099C10.0756 10.5442 9.69569 10.5442 9.46137 10.3099L7.9999 8.84843L6.53842 10.3099C6.30411 10.5442 5.92421 10.5442 5.6899 10.3099C5.45558 10.0756 5.45558 9.69569 5.6899 9.46137L7.15137 7.9999L5.69014 6.53867C5.45583 6.30435 5.45583 5.92445 5.69014 5.69014C5.92445 5.45583 6.30435 5.45583 6.53867 5.69014L7.9999 7.15137L9.46113 5.69014C9.69544 5.45583 10.0753 5.45583 10.3097 5.69014Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, ErrorSingle = forwardRef(function(props, ref) {
|
|
331
329
|
return createElement(IconBase, Object.assign({}, props, {
|
|
332
330
|
id: "error-single",
|
|
333
331
|
ref,
|
|
334
|
-
icon: element$
|
|
332
|
+
icon: element$1b
|
|
335
333
|
}));
|
|
336
334
|
});
|
|
337
335
|
ErrorSingle.displayName = "ErrorSingle";
|
|
338
|
-
var element$
|
|
336
|
+
var element$1a = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M5.84964 5.80918C6.71946 3.63548 8.84516 2.2 11.3295 2.2C11.8324 2.2 12.3198 2.26279 12.7846 2.38065C13.1058 2.46209 13.4322 2.26773 13.5137 1.94652C13.5951 1.62532 13.4008 1.2989 13.0795 1.21746C12.5191 1.07535 11.9327 1 11.3295 1C8.17278 1 5.49724 2.96009 4.57394 5.80918H3.06582C2.73445 5.80918 2.46582 6.07781 2.46582 6.40918C2.46582 6.74055 2.73445 7.00918 3.06582 7.00918H4.29808C4.25287 7.33297 4.22949 7.66376 4.22949 8C4.22949 8.33608 4.25284 8.6667 4.29801 8.99033H3.06582C2.73445 8.99033 2.46582 9.25896 2.46582 9.59033C2.46582 9.9217 2.73445 10.1903 3.06582 10.1903H4.57378C5.49693 13.0397 8.1726 15 11.3295 15C11.9336 15 12.5209 14.9244 13.0821 14.7819C13.4033 14.7003 13.5975 14.3738 13.5159 14.0527C13.4344 13.7315 13.1079 13.5373 12.7867 13.6188C12.3213 13.737 11.8332 13.8 11.3295 13.8C8.84497 13.8 6.71914 12.3643 5.84944 10.1903H11.4291C11.7605 10.1903 12.0291 9.9217 12.0291 9.59033C12.0291 9.25896 11.7605 8.99033 11.4291 8.99033H5.51225C5.45783 8.66834 5.42949 8.33748 5.42949 8C5.42949 7.66235 5.45786 7.33133 5.51233 7.00918H11.4291C11.7605 7.00918 12.0291 6.74055 12.0291 6.40918C12.0291 6.07781 11.7605 5.80918 11.4291 5.80918H5.84964Z" } }] }, EuroSingle = forwardRef(function(props, ref) {
|
|
339
337
|
return createElement(IconBase, Object.assign({}, props, {
|
|
340
338
|
id: "euro-single",
|
|
341
339
|
ref,
|
|
342
|
-
icon: element$
|
|
340
|
+
icon: element$1a
|
|
343
341
|
}));
|
|
344
342
|
});
|
|
345
343
|
EuroSingle.displayName = "EuroSingle";
|
|
346
|
-
var element$
|
|
344
|
+
var element$19 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M3.65005 1.05005C2.21411 1.05005 1.05005 2.21411 1.05005 3.65005V12.35C1.05005 13.7859 2.21411 14.95 3.65005 14.95H14.35C14.6813 14.95 14.95 14.6813 14.95 14.35C14.95 14.0186 14.6813 13.75 14.35 13.75H3.65005C2.87685 13.75 2.25005 13.1232 2.25005 12.35V3.65005C2.25005 2.87685 2.87685 2.25005 3.65005 2.25005H14.35C14.6813 2.25005 14.95 1.98142 14.95 1.65005C14.95 1.31868 14.6813 1.05005 14.35 1.05005H3.65005Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M11.6167 5.26668C11.851 5.03236 12.2309 5.03236 12.4652 5.26668L14.7743 7.57575C15.0086 7.81007 15.0086 8.18997 14.7743 8.42428L12.4652 10.7334C12.2309 10.9677 11.851 10.9677 11.6167 10.7334C11.3823 10.499 11.3823 10.1191 11.6167 9.88483L12.9015 8.60002H6.63784C6.30647 8.60002 6.03784 8.3314 6.03784 8.00002C6.03784 7.66865 6.30647 7.40002 6.63784 7.40002H12.9015L11.6167 6.11521C11.3823 5.88089 11.3823 5.50099 11.6167 5.26668Z" } }] }, ExportSingle = forwardRef(function(props, ref) {
|
|
347
345
|
return createElement(IconBase, Object.assign({}, props, {
|
|
348
346
|
id: "export-single",
|
|
349
347
|
ref,
|
|
350
|
-
icon: element$
|
|
348
|
+
icon: element$19
|
|
351
349
|
}));
|
|
352
350
|
});
|
|
353
351
|
ExportSingle.displayName = "ExportSingle";
|
|
354
|
-
var element$
|
|
352
|
+
var element$18 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M0.571533 12.0016V4.69797C0.571533 3.37249 1.64605 2.29797 2.97153 2.29797H5.00397C5.90947 2.29797 6.77882 2.65328 7.42511 3.2875C7.84704 3.70155 8.4146 3.93351 9.00576 3.93351H11.6938C12.8536 3.93351 13.7938 4.87372 13.7938 6.03351V6.83533H13.8982C15.064 6.83533 15.8384 8.04207 15.3527 9.10188L13.6724 12.7686C13.4118 13.3374 12.8435 13.702 12.2179 13.702H2.17045C1.20587 13.702 0.515561 12.8793 0.571533 12.0016ZM1.77153 4.69797C1.77153 4.03523 2.30879 3.49797 2.97153 3.49797H5.00397C5.59513 3.49797 6.16269 3.72993 6.58462 4.14399C7.23091 4.77821 8.10026 5.13351 9.00576 5.13351H11.6938C12.1909 5.13351 12.5938 5.53646 12.5938 6.03351V6.83533H4.64069C3.6604 6.83533 2.76344 7.38669 2.32081 8.26136L1.77153 9.34679V4.69797ZM1.77153 12.1373V12.0664C1.77594 12.0179 1.78952 11.9689 1.81355 11.9214L3.39152 8.80319C3.62986 8.33222 4.11284 8.03533 4.64069 8.03533H13.8982C14.1896 8.03533 14.3832 8.33701 14.2618 8.60197L12.5815 12.2687C12.5164 12.4109 12.3743 12.502 12.2179 12.502H2.17045C1.95161 12.502 1.78924 12.3326 1.77153 12.1373Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, FolderSingle = forwardRef(function(props, ref) {
|
|
355
353
|
return createElement(IconBase, Object.assign({}, props, {
|
|
356
354
|
id: "folder-single",
|
|
357
355
|
ref,
|
|
358
|
-
icon: element$
|
|
356
|
+
icon: element$18
|
|
359
357
|
}));
|
|
360
358
|
});
|
|
361
359
|
FolderSingle.displayName = "FolderSingle";
|
|
362
|
-
var element$
|
|
360
|
+
var element$17 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1198", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1198)" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M5.68731 9.98425C5.73282 9.87144 5.77827 9.75442 5.82366 9.63323L6.3312 8.27586H9.65859L10.3523 10.1159C10.405 10.284 10.4868 10.4276 10.6023 10.5378C10.74 10.669 10.9119 10.7236 11.1014 10.714C11.3544 10.7131 11.5919 10.6379 11.6996 10.4032L11.7013 10.3992C11.7901 10.1937 11.7749 9.9634 11.6929 9.7289L8.85351 1.86337C8.79546 1.68828 8.6901 1.54881 8.54213 1.45002C8.38836 1.33863 8.1989 1.29112 7.98798 1.29112C7.78272 1.29112 7.59752 1.34014 7.4446 1.45198C7.30481 1.55223 7.20617 1.69184 7.14935 1.86343L4.324 9.70145L4.32281 9.70495C4.27002 9.86052 4.23828 10.0056 4.23828 10.1346C4.23828 10.2646 4.27116 10.3937 4.36281 10.4909C4.50256 10.6468 4.6921 10.714 4.90604 10.714C5.0369 10.714 5.15805 10.6745 5.26156 10.5916C5.3633 10.5247 5.44621 10.4332 5.51101 10.3217C5.57988 10.2177 5.63858 10.1051 5.68731 9.98425ZM6.72105 7.00152L8.00144 3.32827L9.28183 7.00152H6.72105Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "rect", attrs: { width: 11.58, height: 2.56, x: 2.21, y: 12.2, fill: "colorChannel1", rx: 1.28 } }] }] }, FontColor = forwardRef(function(props, ref) {
|
|
363
361
|
return createElement(IconBase, Object.assign({}, props, {
|
|
364
362
|
id: "font-color",
|
|
365
363
|
ref,
|
|
366
|
-
icon: element$
|
|
364
|
+
icon: element$17
|
|
367
365
|
}));
|
|
368
366
|
});
|
|
369
367
|
FontColor.displayName = "FontColor";
|
|
370
|
-
var element$
|
|
368
|
+
var element$16 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M4.92494 2.4224C5.37364 1.19807 7.10523 1.19807 7.55394 2.4224L11.7284 13.8128C11.8425 14.124 11.6827 14.4686 11.3716 14.5827C11.0604 14.6967 10.7158 14.5369 10.6017 14.2258L9.02773 9.93099C9.02555 9.93101 9.02338 9.93102 9.0212 9.93102H3.74372C3.6469 9.93102 3.55544 9.90809 3.47447 9.86736L1.87714 14.2258C1.76312 14.5369 1.41845 14.6967 1.10732 14.5827C0.796186 14.4686 0.636401 14.124 0.750429 13.8128L4.92494 2.4224ZM3.89093 8.73102H8.58795L6.42722 2.83533C6.36312 2.66043 6.11576 2.66042 6.05165 2.83533L3.89093 8.73102Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M13.0504 2.47954C13.0504 2.14817 12.7818 1.87954 12.4504 1.87954C12.1191 1.87954 11.8504 2.14817 11.8504 2.47954V4.11554H10.2144C9.88305 4.11554 9.61442 4.38417 9.61442 4.71554C9.61442 5.04691 9.88305 5.31554 10.2144 5.31554H11.8504V6.95155C11.8504 7.28292 12.1191 7.55155 12.4504 7.55155C12.7818 7.55155 13.0504 7.28292 13.0504 6.95155V5.31554H14.6864C15.0178 5.31554 15.2864 5.04691 15.2864 4.71554C15.2864 4.38417 15.0178 4.11554 14.6864 4.11554H13.0504V2.47954Z" } }] }, FontSizeIncreaseSingle = forwardRef(function(props, ref) {
|
|
371
369
|
return createElement(IconBase, Object.assign({}, props, {
|
|
372
370
|
id: "font-size-increase-single",
|
|
373
371
|
ref,
|
|
374
|
-
icon: element$
|
|
372
|
+
icon: element$16
|
|
375
373
|
}));
|
|
376
374
|
});
|
|
377
375
|
FontSizeIncreaseSingle.displayName = "FontSizeIncreaseSingle";
|
|
378
|
-
var element$
|
|
376
|
+
var element$15 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_683", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { fill: "currentColor", mask: "url(#mask0_102_683)" }, children: [{ tag: "path", attrs: { d: "M3.38645 13.2745L4.16166 11.1001H9.17214L10.2121 13.993C10.2751 14.2073 10.3696 14.3774 10.4957 14.5035C10.6343 14.6421 10.8108 14.7052 11.0251 14.6926C11.3528 14.6926 11.5608 14.5917 11.649 14.39C11.7373 14.1758 11.731 13.9174 11.6301 13.6148L7.64064 2.02456C7.57761 1.82288 7.46417 1.66531 7.3003 1.55187C7.13644 1.42582 6.92215 1.36279 6.65745 1.36279C6.40535 1.36279 6.19737 1.42582 6.0335 1.55187C5.88224 1.66531 5.7751 1.82288 5.71207 2.02456L1.7415 13.577C1.60285 14.0056 1.60285 14.2955 1.7415 14.4468C1.88016 14.6106 2.07554 14.6926 2.32764 14.6926C2.46629 14.6926 2.58604 14.6484 2.68688 14.5602C2.80032 14.4846 2.89486 14.3774 2.97049 14.2388C3.05872 14.1001 3.13435 13.9489 3.19738 13.785C3.2604 13.6211 3.32343 13.451 3.38645 13.2745ZM6.67636 3.29136L8.83181 9.77662H4.5209L6.67636 3.29136Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { d: "M13.8056 3.96584C14.1806 3.96584 14.3681 3.7379 14.3681 3.28202C14.3681 3.06143 14.3203 2.89232 14.2248 2.77467C14.1292 2.64967 13.9931 2.58717 13.8167 2.58717H10.177C9.94168 2.58717 9.76889 2.646 9.6586 2.76364C9.55566 2.88129 9.50418 3.05408 9.50418 3.28202C9.50418 3.50996 9.55566 3.68276 9.6586 3.8004C9.76154 3.9107 9.93065 3.96584 10.1659 3.96584H13.8056Z" } }] }] }, FontSizeReduceSingleSingle = forwardRef(function(props, ref) {
|
|
379
377
|
return createElement(IconBase, Object.assign({}, props, {
|
|
380
378
|
id: "font-size-reduce-single-single",
|
|
381
379
|
ref,
|
|
382
|
-
icon: element$
|
|
380
|
+
icon: element$15
|
|
383
381
|
}));
|
|
384
382
|
});
|
|
385
383
|
FontSizeReduceSingleSingle.displayName = "FontSizeReduceSingleSingle";
|
|
386
|
-
var element$
|
|
384
|
+
var element$14 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.14014 12.2599C1.14014 13.6958 2.3042 14.8599 3.74014 14.8599H12.2601C13.6961 14.8599 14.8601 13.6958 14.8601 12.2599V3.73989C14.8601 2.30395 13.6961 1.13989 12.2601 1.13989H3.74014C2.3042 1.13989 1.14014 2.30396 1.14014 3.73989V12.2599ZM2.68766 13.1831C2.47131 12.9367 2.34014 12.6136 2.34014 12.2599V11.9756L5.68213 8.21656V9.69237L2.68766 13.1831ZM3.85969 13.6599H5.68213V11.5354L3.85969 13.6599ZM6.88213 13.6599H12.2601C13.0333 13.6599 13.6601 13.0331 13.6601 12.2599V3.73989C13.6601 2.96669 13.0333 2.33989 12.2601 2.33989H6.88213V13.6599ZM5.68213 2.33989H5.10563L2.34014 5.5448V6.99379L5.68213 3.23472V2.33989ZM2.34014 8.79985V10.1696L5.68213 6.4105V5.04078L2.34014 8.79985ZM2.3405 3.70754L3.50344 2.35982C2.85328 2.47053 2.35588 3.02952 2.3405 3.70754Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, FreezeColumnSingle = forwardRef(function(props, ref) {
|
|
387
385
|
return createElement(IconBase, Object.assign({}, props, {
|
|
388
386
|
id: "freeze-column-single",
|
|
389
387
|
ref,
|
|
390
|
-
icon: element$
|
|
388
|
+
icon: element$14
|
|
391
389
|
}));
|
|
392
390
|
});
|
|
393
391
|
FreezeColumnSingle.displayName = "FreezeColumnSingle";
|
|
394
|
-
var element$
|
|
392
|
+
var element$13 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M3.74015 1.13989C2.30421 1.13989 1.14015 2.30396 1.14015 3.73989V5.32866C1.14013 5.33155 1.14013 5.33444 1.14015 5.33732V12.2599C1.14015 13.6958 2.30421 14.8599 3.74015 14.8599H12.2602C13.6961 14.8599 14.8602 13.6958 14.8602 12.2599V3.73989C14.8602 2.46491 13.9424 1.40427 12.7315 1.18251C12.6397 1.14703 12.5407 1.13477 12.4436 1.14626C12.383 1.14204 12.3218 1.13989 12.2602 1.13989H3.74015ZM10.9392 2.33989H9.5695L5.81042 5.68188H7.18015L10.9392 2.33989ZM7.76344 2.33989H6.2816L2.34015 5.61425V5.68188H4.00437L7.76344 2.33989ZM2.34015 6.88188V12.2599C2.34015 13.0331 2.96695 13.6599 3.74015 13.6599H12.2602C13.0334 13.6599 13.6602 13.0331 13.6602 12.2599V6.88188H2.34015ZM13.6602 5.68188V4.48357L12.2714 5.68188H13.6602ZM13.4806 3.05349C13.3067 2.745 13.0193 2.50905 12.675 2.40238L8.98621 5.68188H10.4346L13.4806 3.05349ZM2.34015 4.05418L4.4037 2.33989H3.74015C2.96695 2.33989 2.34015 2.9667 2.34015 3.73989V4.05418Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, FreezeRowSingle = forwardRef(function(props, ref) {
|
|
395
393
|
return createElement(IconBase, Object.assign({}, props, {
|
|
396
394
|
id: "freeze-row-single",
|
|
397
395
|
ref,
|
|
398
|
-
icon: element$
|
|
396
|
+
icon: element$13
|
|
399
397
|
}));
|
|
400
398
|
});
|
|
401
399
|
FreezeRowSingle.displayName = "FreezeRowSingle";
|
|
402
|
-
var element$
|
|
400
|
+
var element$12 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.14014 3.73989C1.14014 2.30396 2.3042 1.13989 3.74014 1.13989H12.2601C12.3218 1.13989 12.383 1.14204 12.4436 1.14627C12.5406 1.13479 12.6397 1.14699 12.7315 1.18252C13.9424 1.4043 14.8601 2.46492 14.8601 3.73989V12.2599C14.8601 13.6905 13.7047 14.8513 12.2761 14.8598L12.2572 14.8599L3.74014 14.8599C2.3042 14.8599 1.14014 13.6958 1.14014 12.2599V3.73989ZM12.2677 13.6599L12.2601 13.6599H7.99297L7.99256 8.10687C7.99254 7.88594 8.17163 7.70684 8.39256 7.70684H13.6572V12.2599C13.6572 13.0296 13.0361 13.6542 12.2677 13.6599ZM8.39256 6.50684H9.82177L13.4929 3.07581C13.3217 2.75868 13.0317 2.51513 12.6826 2.40475L8.25499 6.51267C8.30033 6.50881 8.34621 6.50684 8.39256 6.50684ZM13.6601 4.56202L11.5792 6.50684H13.6601V4.56202ZM6.81297 7.85057C6.79953 7.93405 6.79255 8.01969 6.79256 8.10696L6.79265 9.36615L2.72441 13.2234C2.48625 12.9724 2.34014 12.6332 2.34014 12.2599V12.0005L6.81297 7.85057ZM4.00811 13.6599H6.79297L6.79277 11.0197L4.00811 13.6599ZM9.57168 2.33989H10.9882L2.34014 10.3635V8.8534L9.57168 2.33989ZM7.77864 2.33989L2.34014 7.2384V5.61425L6.28159 2.33989H7.77864ZM4.40368 2.33989L2.34014 4.05418V3.73989C2.34014 2.9667 2.96694 2.33989 3.74014 2.33989H4.40368Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, FreezeToSelectedSingle = forwardRef(function(props, ref) {
|
|
403
401
|
return createElement(IconBase, Object.assign({}, props, {
|
|
404
402
|
id: "freeze-to-selected-single",
|
|
405
403
|
ref,
|
|
406
|
-
icon: element$
|
|
404
|
+
icon: element$12
|
|
407
405
|
}));
|
|
408
406
|
});
|
|
409
407
|
FreezeToSelectedSingle.displayName = "FreezeToSelectedSingle";
|
|
410
|
-
var element$
|
|
408
|
+
var element$11 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M3.09318 3.78608C2.21639 2.9026 2.84219 1.3999 4.08689 1.3999H11.2079C11.7676 1.3999 12.3041 1.62335 12.6984 2.02063L13.2584 2.58488C13.4918 2.82009 13.4904 3.19998 13.2552 3.4334C13.02 3.66683 12.6401 3.66538 12.4066 3.43018L11.8467 2.86593C11.6777 2.69566 11.4477 2.5999 11.2079 2.5999H4.08689C3.90907 2.5999 3.81967 2.81458 3.94493 2.94079L8.24218 7.27082C8.66782 7.69971 8.66782 8.39164 8.24218 8.82053L3.94493 13.1506C3.81967 13.2768 3.90907 13.4915 4.08689 13.4915H11.2079C11.4477 13.4915 11.6777 13.3957 11.8467 13.2254L12.4066 12.6612C12.6401 12.426 13.02 12.4245 13.2552 12.658C13.4904 12.8914 13.4918 13.2713 13.2584 13.5065L12.6984 14.0707C12.3041 14.468 11.7676 14.6915 11.2079 14.6915H4.08689C2.84218 14.6915 2.2164 13.1888 3.09318 12.3053L7.32053 8.04568L3.09318 3.78608Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, FunctionSingle = forwardRef(function(props, ref) {
|
|
411
409
|
return createElement(IconBase, Object.assign({}, props, {
|
|
412
410
|
id: "function-single",
|
|
413
411
|
ref,
|
|
414
|
-
icon: element$
|
|
412
|
+
icon: element$11
|
|
415
413
|
}));
|
|
416
414
|
});
|
|
417
415
|
FunctionSingle.displayName = "FunctionSingle";
|
|
418
|
-
var element
|
|
416
|
+
var element$10 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_784", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_784)" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.33325 2.60309C1.33325 1.90178 1.90178 1.33325 2.60309 1.33325H13.3967C14.0981 1.33325 14.6666 1.90178 14.6666 2.60309V13.3967C14.6666 14.0981 14.0981 14.6666 13.3967 14.6666H2.60309C1.90178 14.6666 1.33325 14.0981 1.33325 13.3967V2.60309ZM10.5396 13.3967H13.3967V10.5396H10.5396V13.3967ZM9.26976 10.5396V13.3967H6.41262V10.5396H9.26976ZM10.5396 9.26976H13.3967V6.73008H10.5396V9.26976ZM9.26976 6.73008V9.26976H6.41262V6.73008H9.26976ZM10.5396 5.46024H13.3967V2.60309H10.5396V5.46024ZM9.26976 2.60309V5.46024H6.41262V2.60309H9.26976ZM2.60309 2.60309H5.14278V5.46024H2.60309V2.60309ZM2.60309 6.73008H5.14278V9.26976H2.60309V6.73008ZM2.60309 10.5396H5.14278V13.3967H2.60309V10.5396Z", fillRule: "evenodd", clipRule: "evenodd" } }] }] }, GridSingle = forwardRef(function(props, ref) {
|
|
419
417
|
return createElement(IconBase, Object.assign({}, props, {
|
|
420
418
|
id: "grid-single",
|
|
421
419
|
ref,
|
|
422
|
-
icon: element
|
|
420
|
+
icon: element$10
|
|
423
421
|
}));
|
|
424
422
|
});
|
|
425
423
|
GridSingle.displayName = "GridSingle";
|
|
424
|
+
var element$$ = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M4.9999 3.90137C4.66853 3.90137 4.3999 4.17 4.3999 4.50137 4.3999 4.83274 4.66853 5.10137 4.9999 5.10137H10.9999C11.3313 5.10137 11.5999 4.83274 11.5999 4.50137 11.5999 4.17 11.3313 3.90137 10.9999 3.90137H4.9999zM4.9999 10.8987C4.66853 10.8987 4.3999 11.1673 4.3999 11.4987 4.3999 11.8301 4.66853 12.0987 4.9999 12.0987H10.9999C11.3313 12.0987 11.5999 11.8301 11.5999 11.4987 11.5999 11.1673 11.3313 10.8987 10.9999 10.8987H4.9999z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M12.7 2.0999H3.30005C2.85822 2.0999 2.50005 2.45807 2.50005 2.8999V13.0999C2.50005 13.5417 2.85822 13.8999 3.30005 13.8999H12.7C13.1419 13.8999 13.5 13.5417 13.5 13.0999V2.8999C13.5 2.45808 13.1419 2.0999 12.7 2.0999ZM3.30005 0.899902C2.19548 0.899902 1.30005 1.79533 1.30005 2.8999V13.0999C1.30005 14.2045 2.19548 15.0999 3.30005 15.0999H12.7C13.8046 15.0999 14.7 14.2045 14.7 13.0999V2.8999C14.7 1.79533 13.8046 0.899902 12.7 0.899902H3.30005Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, HeaderFooterSingle = forwardRef(function(props, ref) {
|
|
425
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
426
|
+
id: "header-footer-single",
|
|
427
|
+
ref,
|
|
428
|
+
icon: element$$
|
|
429
|
+
}));
|
|
430
|
+
});
|
|
431
|
+
HeaderFooterSingle.displayName = "HeaderFooterSingle";
|
|
426
432
|
var element$_ = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1151", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1151)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.01519 4.9156C7.65059 4.9156 7.29055 4.96431 6.93757 5.05194C6.6062 5.1342 6.2709 4.93226 6.18864 4.60089C6.10638 4.26953 6.30831 3.93422 6.63968 3.85196C7.0796 3.74275 7.53991 3.6792 8.01519 3.6792C9.93752 3.6792 11.6225 4.71575 12.781 5.67605C13.3691 6.16346 13.8434 6.64946 14.171 7.01358C14.3351 7.19604 14.4633 7.34895 14.5515 7.45755C14.5956 7.51187 14.6298 7.5552 14.6535 7.58568C14.6653 7.60092 14.6745 7.61296 14.6811 7.62157L14.6889 7.63188L14.6913 7.63506L14.6921 7.63614C14.6921 7.63614 14.6927 7.63689 14.1972 8.0066C14.6927 8.37631 14.6925 8.37646 14.6925 8.37646L14.6921 8.37705L14.6913 8.37814L14.6889 8.38131L14.6811 8.39163C14.6745 8.40023 14.6653 8.41227 14.6535 8.42752C14.6298 8.458 14.5956 8.50132 14.5515 8.55565C14.4633 8.66425 14.3351 8.81715 14.171 8.99961C13.8434 9.36373 13.3691 9.84973 12.781 10.3371C12.5182 10.555 12.1284 10.5186 11.9106 10.2557C11.6927 9.99285 11.7291 9.60313 11.992 9.38524C12.5227 8.94536 12.9537 8.50406 13.2518 8.1727C13.3051 8.11347 13.354 8.05788 13.3984 8.0066C13.354 7.95531 13.3051 7.89972 13.2518 7.84049C12.9537 7.50913 12.5227 7.06783 11.992 6.62795C10.9131 5.73365 9.50709 4.9156 8.01519 4.9156ZM14.1972 8.0066L14.6925 8.37646C14.8562 8.15715 14.8563 7.8562 14.6927 7.63689L14.1972 8.0066ZM4.11981 5.75748C4.3377 6.02035 4.30123 6.41007 4.03837 6.62795C3.50769 7.06783 3.07669 7.50913 2.7786 7.84049C2.72531 7.89972 2.67639 7.95531 2.63203 8.0066C2.67639 8.05788 2.72531 8.11347 2.7786 8.17271C3.07669 8.50406 3.50769 8.94536 4.03837 9.38524C5.11729 10.2795 6.5233 11.0976 8.01519 11.0976C8.38283 11.0976 8.74582 11.0481 9.10157 10.9591C9.43279 10.8762 9.76846 11.0776 9.85131 11.4088C9.93417 11.74 9.73283 12.0757 9.40162 12.1585C8.95841 12.2694 8.49443 12.334 8.01519 12.334C6.09287 12.334 4.40788 11.2974 3.24935 10.3371C2.66132 9.84973 2.18698 9.36373 1.85941 8.99961C1.69527 8.81715 1.56704 8.66425 1.47887 8.55565C1.43476 8.50132 1.4006 8.458 1.37692 8.42752C1.36508 8.41227 1.35585 8.40023 1.3493 8.39162L1.34149 8.38131L1.3391 8.37813L1.33829 8.37705C1.33829 8.37705 1.33773 8.37631 1.8332 8.0066C1.33773 7.63689 1.33785 7.63673 1.33785 7.63673L1.3391 7.63506L1.34149 7.63188L1.3493 7.62157C1.35585 7.61296 1.36508 7.60092 1.37692 7.58568C1.4006 7.5552 1.43476 7.51187 1.47887 7.45755C1.56704 7.34895 1.69527 7.19604 1.85941 7.01358C2.18698 6.64946 2.66132 6.16346 3.24935 5.67605C3.51221 5.45816 3.90193 5.49462 4.11981 5.75748ZM1.8332 8.0066L1.33785 7.63673C1.1742 7.85604 1.17464 8.15774 1.33829 8.37705L1.8332 8.0066Z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M3.8775 2.99454C3.63608 2.75312 3.24466 2.75312 3.00323 2.99454C2.76181 3.23596 2.76181 3.62739 3.00323 3.86881L6.11167 6.97725C5.94588 7.28339 5.85153 7.63423 5.85153 8.00647C5.85153 9.20144 6.82025 10.1702 8.01523 10.1702C8.38756 10.1702 8.73834 10.0758 9.04444 9.91001L12.1095 12.9751C12.3509 13.2165 12.7424 13.2165 12.9838 12.9751C13.2252 12.7337 13.2252 12.3422 12.9838 12.1008L3.8775 2.99454ZM8.0668 8.93237L7.08932 7.9549C7.0884 7.97197 7.08793 7.98916 7.08793 8.00647C7.08793 8.5186 7.5031 8.93377 8.01523 8.93377C8.03254 8.93377 8.04973 8.9333 8.0668 8.93237Z" } }] }] }, Hide = forwardRef(function(props, ref) {
|
|
427
433
|
return createElement(IconBase, Object.assign({}, props, {
|
|
428
434
|
id: "hide",
|
|
@@ -1013,6 +1019,7 @@ const _ComponentManager = class _ComponentManager {
|
|
|
1013
1019
|
FreezeColumnSingle,
|
|
1014
1020
|
FreezeRowSingle,
|
|
1015
1021
|
GridSingle,
|
|
1022
|
+
HeaderFooterSingle,
|
|
1016
1023
|
FreezeToSelectedSingle,
|
|
1017
1024
|
CodeSingle,
|
|
1018
1025
|
FontSizeIncreaseSingle,
|
|
@@ -1546,6 +1553,21 @@ const useVirtualList = /* @__PURE__ */ __name((list, options) => {
|
|
|
1546
1553
|
}
|
|
1547
1554
|
];
|
|
1548
1555
|
}, "useVirtualList");
|
|
1556
|
+
function r(e2) {
|
|
1557
|
+
var t2, f2, n2 = "";
|
|
1558
|
+
if (typeof e2 == "string" || typeof e2 == "number") n2 += e2;
|
|
1559
|
+
else if (typeof e2 == "object") if (Array.isArray(e2)) {
|
|
1560
|
+
var o = e2.length;
|
|
1561
|
+
for (t2 = 0; t2 < o; t2++) e2[t2] && (f2 = r(e2[t2])) && (n2 && (n2 += " "), n2 += f2);
|
|
1562
|
+
} else for (f2 in e2) e2[f2] && (n2 && (n2 += " "), n2 += f2);
|
|
1563
|
+
return n2;
|
|
1564
|
+
}
|
|
1565
|
+
__name(r, "r");
|
|
1566
|
+
function clsx$1() {
|
|
1567
|
+
for (var e2, t2, f2 = 0, n2 = "", o = arguments.length; f2 < o; f2++) (e2 = arguments[f2]) && (t2 = r(e2)) && (n2 && (n2 += " "), n2 += t2);
|
|
1568
|
+
return n2;
|
|
1569
|
+
}
|
|
1570
|
+
__name(clsx$1, "clsx$1");
|
|
1549
1571
|
var __defProp$h = Object.defineProperty, __getOwnPropDesc$h = Object.getOwnPropertyDescriptor, __decorateClass$h = /* @__PURE__ */ __name((decorators, target, key, kind) => {
|
|
1550
1572
|
for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$h(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
|
|
1551
1573
|
(decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
|
|
@@ -1635,7 +1657,6 @@ let DesktopLayoutService = (_a = class extends Disposable {
|
|
|
1635
1657
|
}
|
|
1636
1658
|
}, __name(_a, "DesktopLayoutService"), _a);
|
|
1637
1659
|
DesktopLayoutService = __decorateClass$h([
|
|
1638
|
-
OnLifecycle(LifecycleStages.Ready, ILayoutService),
|
|
1639
1660
|
__decorateParam$h(0, IContextService),
|
|
1640
1661
|
__decorateParam$h(1, IUniverInstanceService)
|
|
1641
1662
|
], DesktopLayoutService);
|
|
@@ -1870,9 +1891,9 @@ function MenuWrapper(props) {
|
|
|
1870
1891
|
if (!item.children) return item;
|
|
1871
1892
|
let hasChildren = !1;
|
|
1872
1893
|
const hiddenObservables = (_a19 = item.children) == null ? void 0 : _a19.map((item2) => {
|
|
1873
|
-
var _a20;
|
|
1874
|
-
return (_a20 = item2.item) == null ? void 0 : _a20.hidden
|
|
1875
|
-
})
|
|
1894
|
+
var _a20, _b;
|
|
1895
|
+
return (_b = (_a20 = item2.item) == null ? void 0 : _a20.hidden$) != null ? _b : new Observable((n2) => n2.next(!1));
|
|
1896
|
+
});
|
|
1876
1897
|
return combineLatest(hiddenObservables).pipe(
|
|
1877
1898
|
map((hiddenValues) => hiddenValues.every((hidden) => hidden === !0))
|
|
1878
1899
|
).subscribe((allHidden) => {
|
|
@@ -2155,20 +2176,15 @@ var __defProp$f = Object.defineProperty, __getOwnPropDesc$f = Object.getOwnPrope
|
|
|
2155
2176
|
}, "__decorateClass$f"), __decorateParam$f = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$f"), _a3;
|
|
2156
2177
|
let ErrorController = (_a3 = class extends Disposable {
|
|
2157
2178
|
constructor(_errorService, _messageService) {
|
|
2158
|
-
super(), this._errorService = _errorService, this._messageService = _messageService, this.disposeWithMe(
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
});
|
|
2165
|
-
})
|
|
2166
|
-
)
|
|
2167
|
-
);
|
|
2179
|
+
super(), this._errorService = _errorService, this._messageService = _messageService, this.disposeWithMe(this._errorService.error$.subscribe((error) => {
|
|
2180
|
+
this._messageService.show({
|
|
2181
|
+
content: error.errorKey,
|
|
2182
|
+
type: MessageType.Error
|
|
2183
|
+
});
|
|
2184
|
+
}));
|
|
2168
2185
|
}
|
|
2169
2186
|
}, __name(_a3, "ErrorController"), _a3);
|
|
2170
2187
|
ErrorController = __decorateClass$f([
|
|
2171
|
-
OnLifecycle(LifecycleStages.Starting, ErrorController),
|
|
2172
2188
|
__decorateParam$f(0, Inject(ErrorService)),
|
|
2173
2189
|
__decorateParam$f(1, IMessageService)
|
|
2174
2190
|
], ErrorController);
|
|
@@ -2257,6 +2273,10 @@ const menuSchema = {
|
|
|
2257
2273
|
menuItemFactory: ShortcutPanelMenuItemFactory
|
|
2258
2274
|
}
|
|
2259
2275
|
}
|
|
2276
|
+
}, SetEditorResizeOperation = {
|
|
2277
|
+
id: "sheet.operation.set-editor-resize",
|
|
2278
|
+
type: CommandType.OPERATION,
|
|
2279
|
+
handler: /* @__PURE__ */ __name((accessor, params) => !0, "handler")
|
|
2260
2280
|
}, CopyCommandName = "univer.command.copy", CopyCommand = {
|
|
2261
2281
|
id: CopyCommandName,
|
|
2262
2282
|
name: CopyCommandName,
|
|
@@ -2455,11 +2475,6 @@ ShortcutService = __decorateClass$e([
|
|
|
2455
2475
|
__decorateParam$e(2, IContextService),
|
|
2456
2476
|
__decorateParam$e(3, Optional(ILayoutService))
|
|
2457
2477
|
], ShortcutService);
|
|
2458
|
-
const SetEditorResizeOperation = {
|
|
2459
|
-
id: "sheet.operation.set-editor-resize",
|
|
2460
|
-
type: CommandType.OPERATION,
|
|
2461
|
-
handler: /* @__PURE__ */ __name((accessor, params) => !0, "handler")
|
|
2462
|
-
};
|
|
2463
2478
|
var __defProp$d = Object.defineProperty, __getOwnPropDesc$d = Object.getOwnPropertyDescriptor, __decorateClass$d = /* @__PURE__ */ __name((decorators, target, key, kind) => {
|
|
2464
2479
|
for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$d(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
|
|
2465
2480
|
(decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
|
|
@@ -2519,7 +2534,6 @@ let SharedController = (_a5 = class extends Disposable {
|
|
|
2519
2534
|
}
|
|
2520
2535
|
}, __name(_a5, "SharedController"), _a5);
|
|
2521
2536
|
SharedController = __decorateClass$d([
|
|
2522
|
-
OnLifecycle(LifecycleStages.Ready, SharedController),
|
|
2523
2537
|
__decorateParam$d(0, IShortcutService),
|
|
2524
2538
|
__decorateParam$d(1, ICommandService)
|
|
2525
2539
|
], SharedController);
|
|
@@ -2530,7 +2544,7 @@ const shortcutPanelGroupTitle = "univer-shortcut-panel-group-title", shortcutPan
|
|
|
2530
2544
|
shortcutPanelItemShortcut
|
|
2531
2545
|
};
|
|
2532
2546
|
function ShortcutPanel() {
|
|
2533
|
-
const shortcutService = useDependency(IShortcutService), localeService = useDependency(LocaleService), currentLocale = useObservable
|
|
2547
|
+
const shortcutService = useDependency(IShortcutService), localeService = useDependency(LocaleService), currentLocale = useObservable(localeService.currentLocale$), [shortcutItems, setShortcutItems] = React__default.useState([]), updateShortcuts = useCallback(() => {
|
|
2534
2548
|
var _a19;
|
|
2535
2549
|
const shortcutGroups = /* @__PURE__ */ new Map(), shortcuts = shortcutService.getAllShortcuts().filter((item) => !!item.group);
|
|
2536
2550
|
for (const shortcut of shortcuts) {
|
|
@@ -2583,7 +2597,6 @@ let ShortcutPanelController = (_a6 = class extends Disposable {
|
|
|
2583
2597
|
}
|
|
2584
2598
|
}, __name(_a6, "ShortcutPanelController"), _a6);
|
|
2585
2599
|
ShortcutPanelController = __decorateClass$c([
|
|
2586
|
-
OnLifecycle(LifecycleStages.Steady, ShortcutPanelController),
|
|
2587
2600
|
__decorateParam$c(0, Inject(Injector)),
|
|
2588
2601
|
__decorateParam$c(1, Inject(ComponentManager)),
|
|
2589
2602
|
__decorateParam$c(2, IShortcutService),
|
|
@@ -2591,7 +2604,6 @@ ShortcutPanelController = __decorateClass$c([
|
|
|
2591
2604
|
__decorateParam$c(4, ICommandService)
|
|
2592
2605
|
], ShortcutPanelController);
|
|
2593
2606
|
const IUIController = createIdentifier("univer.ui.ui-controller");
|
|
2594
|
-
runOnLifecycle(LifecycleStages.Ready, IUIController);
|
|
2595
2607
|
var render$1 = {}, interopRequireWildcard = { exports: {} }, _typeof$2 = { exports: {} };
|
|
2596
2608
|
(function(module) {
|
|
2597
2609
|
function _typeof3(o) {
|
|
@@ -2609,18 +2621,18 @@ var _typeofExports = _typeof$2.exports;
|
|
|
2609
2621
|
var _typeof3 = _typeofExports.default;
|
|
2610
2622
|
function _getRequireWildcardCache(e2) {
|
|
2611
2623
|
if (typeof WeakMap != "function") return null;
|
|
2612
|
-
var
|
|
2624
|
+
var r2 = /* @__PURE__ */ new WeakMap(), t2 = /* @__PURE__ */ new WeakMap();
|
|
2613
2625
|
return (_getRequireWildcardCache = /* @__PURE__ */ __name(function(e3) {
|
|
2614
|
-
return e3 ? t2 :
|
|
2626
|
+
return e3 ? t2 : r2;
|
|
2615
2627
|
}, "_getRequireWildcardCache"))(e2);
|
|
2616
2628
|
}
|
|
2617
2629
|
__name(_getRequireWildcardCache, "_getRequireWildcardCache");
|
|
2618
|
-
function _interopRequireWildcard2(e2,
|
|
2619
|
-
if (!
|
|
2630
|
+
function _interopRequireWildcard2(e2, r2) {
|
|
2631
|
+
if (!r2 && e2 && e2.__esModule) return e2;
|
|
2620
2632
|
if (e2 === null || _typeof3(e2) != "object" && typeof e2 != "function") return {
|
|
2621
2633
|
default: e2
|
|
2622
2634
|
};
|
|
2623
|
-
var t2 = _getRequireWildcardCache(
|
|
2635
|
+
var t2 = _getRequireWildcardCache(r2);
|
|
2624
2636
|
if (t2 && t2.has(e2)) return t2.get(e2);
|
|
2625
2637
|
var n2 = {
|
|
2626
2638
|
__proto__: null
|
|
@@ -2649,12 +2661,12 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2649
2661
|
module.exports = _regeneratorRuntime = /* @__PURE__ */ __name(function() {
|
|
2650
2662
|
return e2;
|
|
2651
2663
|
}, "_regeneratorRuntime"), module.exports.__esModule = !0, module.exports.default = module.exports;
|
|
2652
|
-
var t2, e2 = {},
|
|
2653
|
-
t3[e3] =
|
|
2664
|
+
var t2, e2 = {}, r2 = Object.prototype, n2 = r2.hasOwnProperty, o = Object.defineProperty || function(t3, e3, r3) {
|
|
2665
|
+
t3[e3] = r3.value;
|
|
2654
2666
|
}, i = typeof Symbol == "function" ? Symbol : {}, a = i.iterator || "@@iterator", c2 = i.asyncIterator || "@@asyncIterator", u2 = i.toStringTag || "@@toStringTag";
|
|
2655
|
-
function define(t3, e3,
|
|
2667
|
+
function define(t3, e3, r3) {
|
|
2656
2668
|
return Object.defineProperty(t3, e3, {
|
|
2657
|
-
value:
|
|
2669
|
+
value: r3,
|
|
2658
2670
|
enumerable: !0,
|
|
2659
2671
|
configurable: !0,
|
|
2660
2672
|
writable: !0
|
|
@@ -2664,22 +2676,22 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2664
2676
|
try {
|
|
2665
2677
|
define({}, "");
|
|
2666
2678
|
} catch {
|
|
2667
|
-
define = /* @__PURE__ */ __name(function(t4, e3,
|
|
2668
|
-
return t4[e3] =
|
|
2679
|
+
define = /* @__PURE__ */ __name(function(t4, e3, r3) {
|
|
2680
|
+
return t4[e3] = r3;
|
|
2669
2681
|
}, "define");
|
|
2670
2682
|
}
|
|
2671
|
-
function wrap(t3, e3,
|
|
2683
|
+
function wrap(t3, e3, r3, n3) {
|
|
2672
2684
|
var i2 = e3 && e3.prototype instanceof Generator ? e3 : Generator, a2 = Object.create(i2.prototype), c3 = new Context2(n3 || []);
|
|
2673
2685
|
return o(a2, "_invoke", {
|
|
2674
|
-
value: makeInvokeMethod(t3,
|
|
2686
|
+
value: makeInvokeMethod(t3, r3, c3)
|
|
2675
2687
|
}), a2;
|
|
2676
2688
|
}
|
|
2677
2689
|
__name(wrap, "wrap");
|
|
2678
|
-
function tryCatch(t3, e3,
|
|
2690
|
+
function tryCatch(t3, e3, r3) {
|
|
2679
2691
|
try {
|
|
2680
2692
|
return {
|
|
2681
2693
|
type: "normal",
|
|
2682
|
-
arg: t3.call(e3,
|
|
2694
|
+
arg: t3.call(e3, r3)
|
|
2683
2695
|
};
|
|
2684
2696
|
} catch (t4) {
|
|
2685
2697
|
return {
|
|
@@ -2704,7 +2716,7 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2704
2716
|
return this;
|
|
2705
2717
|
});
|
|
2706
2718
|
var d2 = Object.getPrototypeOf, v2 = d2 && d2(d2(values([])));
|
|
2707
|
-
v2 && v2 !==
|
|
2719
|
+
v2 && v2 !== r2 && n2.call(v2, a) && (p2 = v2);
|
|
2708
2720
|
var g2 = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p2);
|
|
2709
2721
|
function defineIteratorMethods(t3) {
|
|
2710
2722
|
["next", "throw", "return"].forEach(function(e3) {
|
|
@@ -2715,8 +2727,8 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2715
2727
|
}
|
|
2716
2728
|
__name(defineIteratorMethods, "defineIteratorMethods");
|
|
2717
2729
|
function AsyncIterator(t3, e3) {
|
|
2718
|
-
function invoke(
|
|
2719
|
-
var c3 = tryCatch(t3[
|
|
2730
|
+
function invoke(r4, o2, i2, a2) {
|
|
2731
|
+
var c3 = tryCatch(t3[r4], t3, o2);
|
|
2720
2732
|
if (c3.type !== "throw") {
|
|
2721
2733
|
var u3 = c3.arg, h3 = u3.value;
|
|
2722
2734
|
return h3 && _typeof3(h3) == "object" && n2.call(h3, "__await") ? e3.resolve(h3.__await).then(function(t4) {
|
|
@@ -2732,20 +2744,20 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2732
2744
|
a2(c3.arg);
|
|
2733
2745
|
}
|
|
2734
2746
|
__name(invoke, "invoke");
|
|
2735
|
-
var
|
|
2747
|
+
var r3;
|
|
2736
2748
|
o(this, "_invoke", {
|
|
2737
2749
|
value: /* @__PURE__ */ __name(function(t4, n3) {
|
|
2738
2750
|
function callInvokeWithMethodAndArg() {
|
|
2739
|
-
return new e3(function(e4,
|
|
2740
|
-
invoke(t4, n3, e4,
|
|
2751
|
+
return new e3(function(e4, r4) {
|
|
2752
|
+
invoke(t4, n3, e4, r4);
|
|
2741
2753
|
});
|
|
2742
2754
|
}
|
|
2743
|
-
return __name(callInvokeWithMethodAndArg, "callInvokeWithMethodAndArg"),
|
|
2755
|
+
return __name(callInvokeWithMethodAndArg, "callInvokeWithMethodAndArg"), r3 = r3 ? r3.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
2744
2756
|
}, "value")
|
|
2745
2757
|
});
|
|
2746
2758
|
}
|
|
2747
2759
|
__name(AsyncIterator, "AsyncIterator");
|
|
2748
|
-
function makeInvokeMethod(e3,
|
|
2760
|
+
function makeInvokeMethod(e3, r3, n3) {
|
|
2749
2761
|
var o2 = h2;
|
|
2750
2762
|
return function(i2, a2) {
|
|
2751
2763
|
if (o2 === f2) throw Error("Generator is already running");
|
|
@@ -2771,7 +2783,7 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2771
2783
|
n3.dispatchException(n3.arg);
|
|
2772
2784
|
} else n3.method === "return" && n3.abrupt("return", n3.arg);
|
|
2773
2785
|
o2 = f2;
|
|
2774
|
-
var p3 = tryCatch(e3,
|
|
2786
|
+
var p3 = tryCatch(e3, r3, n3);
|
|
2775
2787
|
if (p3.type === "normal") {
|
|
2776
2788
|
if (o2 = n3.done ? s : l2, p3.arg === y) continue;
|
|
2777
2789
|
return {
|
|
@@ -2784,13 +2796,13 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2784
2796
|
};
|
|
2785
2797
|
}
|
|
2786
2798
|
__name(makeInvokeMethod, "makeInvokeMethod");
|
|
2787
|
-
function maybeInvokeDelegate(e3,
|
|
2788
|
-
var n3 =
|
|
2789
|
-
if (o2 === t2) return
|
|
2790
|
-
var i2 = tryCatch(o2, e3.iterator,
|
|
2791
|
-
if (i2.type === "throw") return
|
|
2799
|
+
function maybeInvokeDelegate(e3, r3) {
|
|
2800
|
+
var n3 = r3.method, o2 = e3.iterator[n3];
|
|
2801
|
+
if (o2 === t2) return r3.delegate = null, n3 === "throw" && e3.iterator.return && (r3.method = "return", r3.arg = t2, maybeInvokeDelegate(e3, r3), r3.method === "throw") || n3 !== "return" && (r3.method = "throw", r3.arg = new TypeError("The iterator does not provide a '" + n3 + "' method")), y;
|
|
2802
|
+
var i2 = tryCatch(o2, e3.iterator, r3.arg);
|
|
2803
|
+
if (i2.type === "throw") return r3.method = "throw", r3.arg = i2.arg, r3.delegate = null, y;
|
|
2792
2804
|
var a2 = i2.arg;
|
|
2793
|
-
return a2 ? a2.done ? (
|
|
2805
|
+
return a2 ? a2.done ? (r3[e3.resultName] = a2.value, r3.next = e3.nextLoc, r3.method !== "return" && (r3.method = "next", r3.arg = t2), r3.delegate = null, y) : a2 : (r3.method = "throw", r3.arg = new TypeError("iterator result is not an object"), r3.delegate = null, y);
|
|
2794
2806
|
}
|
|
2795
2807
|
__name(maybeInvokeDelegate, "maybeInvokeDelegate");
|
|
2796
2808
|
function pushTryEntry(t3) {
|
|
@@ -2813,8 +2825,8 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2813
2825
|
__name(Context2, "Context");
|
|
2814
2826
|
function values(e3) {
|
|
2815
2827
|
if (e3 || e3 === "") {
|
|
2816
|
-
var
|
|
2817
|
-
if (
|
|
2828
|
+
var r3 = e3[a];
|
|
2829
|
+
if (r3) return r3.call(e3);
|
|
2818
2830
|
if (typeof e3.next == "function") return e3;
|
|
2819
2831
|
if (!isNaN(e3.length)) {
|
|
2820
2832
|
var o2 = -1, i2 = /* @__PURE__ */ __name(function next() {
|
|
@@ -2843,10 +2855,10 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2843
2855
|
};
|
|
2844
2856
|
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c2, function() {
|
|
2845
2857
|
return this;
|
|
2846
|
-
}), e2.AsyncIterator = AsyncIterator, e2.async = function(t3,
|
|
2858
|
+
}), e2.AsyncIterator = AsyncIterator, e2.async = function(t3, r3, n3, o2, i2) {
|
|
2847
2859
|
i2 === void 0 && (i2 = Promise);
|
|
2848
|
-
var a2 = new AsyncIterator(wrap(t3,
|
|
2849
|
-
return e2.isGeneratorFunction(
|
|
2860
|
+
var a2 = new AsyncIterator(wrap(t3, r3, n3, o2), i2);
|
|
2861
|
+
return e2.isGeneratorFunction(r3) ? a2 : a2.next().then(function(t4) {
|
|
2850
2862
|
return t4.done ? t4.value : a2.next();
|
|
2851
2863
|
});
|
|
2852
2864
|
}, defineIteratorMethods(g2), define(g2, u2, "Generator"), define(g2, a, function() {
|
|
@@ -2854,11 +2866,11 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2854
2866
|
}), define(g2, "toString", function() {
|
|
2855
2867
|
return "[object Generator]";
|
|
2856
2868
|
}), e2.keys = function(t3) {
|
|
2857
|
-
var e3 = Object(t3),
|
|
2858
|
-
for (var n3 in e3)
|
|
2859
|
-
return
|
|
2860
|
-
for (;
|
|
2861
|
-
var t4 =
|
|
2869
|
+
var e3 = Object(t3), r3 = [];
|
|
2870
|
+
for (var n3 in e3) r3.push(n3);
|
|
2871
|
+
return r3.reverse(), /* @__PURE__ */ __name(function next() {
|
|
2872
|
+
for (; r3.length; ) {
|
|
2873
|
+
var t4 = r3.pop();
|
|
2862
2874
|
if (t4 in e3) return next.value = t4, next.done = !1, next;
|
|
2863
2875
|
}
|
|
2864
2876
|
return next.done = !0, next;
|
|
@@ -2866,7 +2878,7 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2866
2878
|
}, e2.values = values, Context2.prototype = {
|
|
2867
2879
|
constructor: Context2,
|
|
2868
2880
|
reset: /* @__PURE__ */ __name(function(e3) {
|
|
2869
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent = t2, this.done = !1, this.delegate = null, this.method = "next", this.arg = t2, this.tryEntries.forEach(resetTryEntry), !e3) for (var
|
|
2881
|
+
if (this.prev = 0, this.next = 0, this.sent = this._sent = t2, this.done = !1, this.delegate = null, this.method = "next", this.arg = t2, this.tryEntries.forEach(resetTryEntry), !e3) for (var r3 in this) r3.charAt(0) === "t" && n2.call(this, r3) && !isNaN(+r3.slice(1)) && (this[r3] = t2);
|
|
2870
2882
|
}, "reset"),
|
|
2871
2883
|
stop: /* @__PURE__ */ __name(function() {
|
|
2872
2884
|
this.done = !0;
|
|
@@ -2876,9 +2888,9 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2876
2888
|
}, "stop"),
|
|
2877
2889
|
dispatchException: /* @__PURE__ */ __name(function(e3) {
|
|
2878
2890
|
if (this.done) throw e3;
|
|
2879
|
-
var
|
|
2891
|
+
var r3 = this;
|
|
2880
2892
|
function handle(n3, o3) {
|
|
2881
|
-
return a2.type = "throw", a2.arg = e3,
|
|
2893
|
+
return a2.type = "throw", a2.arg = e3, r3.next = n3, o3 && (r3.method = "next", r3.arg = t2), !!o3;
|
|
2882
2894
|
}
|
|
2883
2895
|
__name(handle, "handle");
|
|
2884
2896
|
for (var o2 = this.tryEntries.length - 1; o2 >= 0; --o2) {
|
|
@@ -2899,8 +2911,8 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2899
2911
|
}
|
|
2900
2912
|
}, "dispatchException"),
|
|
2901
2913
|
abrupt: /* @__PURE__ */ __name(function(t3, e3) {
|
|
2902
|
-
for (var
|
|
2903
|
-
var o2 = this.tryEntries[
|
|
2914
|
+
for (var r3 = this.tryEntries.length - 1; r3 >= 0; --r3) {
|
|
2915
|
+
var o2 = this.tryEntries[r3];
|
|
2904
2916
|
if (o2.tryLoc <= this.prev && n2.call(o2, "finallyLoc") && this.prev < o2.finallyLoc) {
|
|
2905
2917
|
var i2 = o2;
|
|
2906
2918
|
break;
|
|
@@ -2916,28 +2928,28 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2916
2928
|
}, "complete"),
|
|
2917
2929
|
finish: /* @__PURE__ */ __name(function(t3) {
|
|
2918
2930
|
for (var e3 = this.tryEntries.length - 1; e3 >= 0; --e3) {
|
|
2919
|
-
var
|
|
2920
|
-
if (
|
|
2931
|
+
var r3 = this.tryEntries[e3];
|
|
2932
|
+
if (r3.finallyLoc === t3) return this.complete(r3.completion, r3.afterLoc), resetTryEntry(r3), y;
|
|
2921
2933
|
}
|
|
2922
2934
|
}, "finish"),
|
|
2923
2935
|
catch: /* @__PURE__ */ __name(function(t3) {
|
|
2924
2936
|
for (var e3 = this.tryEntries.length - 1; e3 >= 0; --e3) {
|
|
2925
|
-
var
|
|
2926
|
-
if (
|
|
2927
|
-
var n3 =
|
|
2937
|
+
var r3 = this.tryEntries[e3];
|
|
2938
|
+
if (r3.tryLoc === t3) {
|
|
2939
|
+
var n3 = r3.completion;
|
|
2928
2940
|
if (n3.type === "throw") {
|
|
2929
2941
|
var o2 = n3.arg;
|
|
2930
|
-
resetTryEntry(
|
|
2942
|
+
resetTryEntry(r3);
|
|
2931
2943
|
}
|
|
2932
2944
|
return o2;
|
|
2933
2945
|
}
|
|
2934
2946
|
}
|
|
2935
2947
|
throw Error("illegal catch attempt");
|
|
2936
2948
|
}, "_catch"),
|
|
2937
|
-
delegateYield: /* @__PURE__ */ __name(function(e3,
|
|
2949
|
+
delegateYield: /* @__PURE__ */ __name(function(e3, r3, n3) {
|
|
2938
2950
|
return this.delegate = {
|
|
2939
2951
|
iterator: values(e3),
|
|
2940
|
-
resultName:
|
|
2952
|
+
resultName: r3,
|
|
2941
2953
|
nextLoc: n3
|
|
2942
2954
|
}, this.method === "next" && (this.arg = t2), y;
|
|
2943
2955
|
}, "delegateYield")
|
|
@@ -2947,26 +2959,26 @@ var interopRequireDefaultExports = interopRequireDefault.exports, regeneratorRun
|
|
|
2947
2959
|
})(regeneratorRuntime);
|
|
2948
2960
|
var regeneratorRuntimeExports = regeneratorRuntime.exports, asyncToGenerator = { exports: {} };
|
|
2949
2961
|
(function(module) {
|
|
2950
|
-
function asyncGeneratorStep(n2, t2, e2,
|
|
2962
|
+
function asyncGeneratorStep(n2, t2, e2, r2, o, a, c2) {
|
|
2951
2963
|
try {
|
|
2952
2964
|
var i = n2[a](c2), u2 = i.value;
|
|
2953
2965
|
} catch (n3) {
|
|
2954
2966
|
return void e2(n3);
|
|
2955
2967
|
}
|
|
2956
|
-
i.done ? t2(u2) : Promise.resolve(u2).then(
|
|
2968
|
+
i.done ? t2(u2) : Promise.resolve(u2).then(r2, o);
|
|
2957
2969
|
}
|
|
2958
2970
|
__name(asyncGeneratorStep, "asyncGeneratorStep");
|
|
2959
2971
|
function _asyncToGenerator(n2) {
|
|
2960
2972
|
return function() {
|
|
2961
2973
|
var t2 = this, e2 = arguments;
|
|
2962
|
-
return new Promise(function(
|
|
2974
|
+
return new Promise(function(r2, o) {
|
|
2963
2975
|
var a = n2.apply(t2, e2);
|
|
2964
2976
|
function _next(n3) {
|
|
2965
|
-
asyncGeneratorStep(a,
|
|
2977
|
+
asyncGeneratorStep(a, r2, o, _next, _throw, "next", n3);
|
|
2966
2978
|
}
|
|
2967
2979
|
__name(_next, "_next");
|
|
2968
2980
|
function _throw(n3) {
|
|
2969
|
-
asyncGeneratorStep(a,
|
|
2981
|
+
asyncGeneratorStep(a, r2, o, _next, _throw, "throw", n3);
|
|
2970
2982
|
}
|
|
2971
2983
|
__name(_throw, "_throw"), _next(void 0);
|
|
2972
2984
|
});
|
|
@@ -2977,15 +2989,15 @@ var regeneratorRuntimeExports = regeneratorRuntime.exports, asyncToGenerator = {
|
|
|
2977
2989
|
var asyncToGeneratorExports = asyncToGenerator.exports, objectSpread2 = { exports: {} }, defineProperty = { exports: {} }, toPropertyKey$2 = { exports: {} }, toPrimitive$2 = { exports: {} };
|
|
2978
2990
|
(function(module) {
|
|
2979
2991
|
var _typeof3 = _typeofExports.default;
|
|
2980
|
-
function toPrimitive2(t2,
|
|
2992
|
+
function toPrimitive2(t2, r2) {
|
|
2981
2993
|
if (_typeof3(t2) != "object" || !t2) return t2;
|
|
2982
2994
|
var e2 = t2[Symbol.toPrimitive];
|
|
2983
2995
|
if (e2 !== void 0) {
|
|
2984
|
-
var i = e2.call(t2,
|
|
2996
|
+
var i = e2.call(t2, r2 || "default");
|
|
2985
2997
|
if (_typeof3(i) != "object") return i;
|
|
2986
2998
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2987
2999
|
}
|
|
2988
|
-
return (
|
|
3000
|
+
return (r2 === "string" ? String : Number)(t2);
|
|
2989
3001
|
}
|
|
2990
3002
|
__name(toPrimitive2, "toPrimitive"), module.exports = toPrimitive2, module.exports.__esModule = !0, module.exports.default = module.exports;
|
|
2991
3003
|
})(toPrimitive$2);
|
|
@@ -3001,37 +3013,37 @@ var toPrimitiveExports = toPrimitive$2.exports;
|
|
|
3001
3013
|
var toPropertyKeyExports = toPropertyKey$2.exports;
|
|
3002
3014
|
(function(module) {
|
|
3003
3015
|
var toPropertyKey2 = toPropertyKeyExports;
|
|
3004
|
-
function _defineProperty2(e2,
|
|
3005
|
-
return (
|
|
3016
|
+
function _defineProperty2(e2, r2, t2) {
|
|
3017
|
+
return (r2 = toPropertyKey2(r2)) in e2 ? Object.defineProperty(e2, r2, {
|
|
3006
3018
|
value: t2,
|
|
3007
3019
|
enumerable: !0,
|
|
3008
3020
|
configurable: !0,
|
|
3009
3021
|
writable: !0
|
|
3010
|
-
}) : e2[
|
|
3022
|
+
}) : e2[r2] = t2, e2;
|
|
3011
3023
|
}
|
|
3012
3024
|
__name(_defineProperty2, "_defineProperty"), module.exports = _defineProperty2, module.exports.__esModule = !0, module.exports.default = module.exports;
|
|
3013
3025
|
})(defineProperty);
|
|
3014
3026
|
var definePropertyExports = defineProperty.exports;
|
|
3015
3027
|
(function(module) {
|
|
3016
3028
|
var defineProperty2 = definePropertyExports;
|
|
3017
|
-
function ownKeys2(e2,
|
|
3029
|
+
function ownKeys2(e2, r2) {
|
|
3018
3030
|
var t2 = Object.keys(e2);
|
|
3019
3031
|
if (Object.getOwnPropertySymbols) {
|
|
3020
3032
|
var o = Object.getOwnPropertySymbols(e2);
|
|
3021
|
-
|
|
3022
|
-
return Object.getOwnPropertyDescriptor(e2,
|
|
3033
|
+
r2 && (o = o.filter(function(r3) {
|
|
3034
|
+
return Object.getOwnPropertyDescriptor(e2, r3).enumerable;
|
|
3023
3035
|
})), t2.push.apply(t2, o);
|
|
3024
3036
|
}
|
|
3025
3037
|
return t2;
|
|
3026
3038
|
}
|
|
3027
3039
|
__name(ownKeys2, "ownKeys");
|
|
3028
3040
|
function _objectSpread22(e2) {
|
|
3029
|
-
for (var
|
|
3030
|
-
var t2 = arguments[
|
|
3031
|
-
|
|
3032
|
-
defineProperty2(e2,
|
|
3033
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e2, Object.getOwnPropertyDescriptors(t2)) : ownKeys2(Object(t2)).forEach(function(
|
|
3034
|
-
Object.defineProperty(e2,
|
|
3041
|
+
for (var r2 = 1; r2 < arguments.length; r2++) {
|
|
3042
|
+
var t2 = arguments[r2] != null ? arguments[r2] : {};
|
|
3043
|
+
r2 % 2 ? ownKeys2(Object(t2), !0).forEach(function(r3) {
|
|
3044
|
+
defineProperty2(e2, r3, t2[r3]);
|
|
3045
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e2, Object.getOwnPropertyDescriptors(t2)) : ownKeys2(Object(t2)).forEach(function(r3) {
|
|
3046
|
+
Object.defineProperty(e2, r3, Object.getOwnPropertyDescriptor(t2, r3));
|
|
3035
3047
|
});
|
|
3036
3048
|
}
|
|
3037
3049
|
return e2;
|
|
@@ -3307,9 +3319,10 @@ const SingleCanvasPopup = /* @__PURE__ */ __name(({ popup, children }) => {
|
|
|
3307
3319
|
onClickOutside: popup.onClickOutside,
|
|
3308
3320
|
excludeOutside: popup.excludeOutside,
|
|
3309
3321
|
excludeRects,
|
|
3310
|
-
|
|
3322
|
+
onPointerEnter: popup.onPointerEnter,
|
|
3311
3323
|
onPointerLeave: popup.onPointerLeave,
|
|
3312
3324
|
onClick: popup.onClick,
|
|
3325
|
+
onContextMenu: popup.onContextMenu,
|
|
3313
3326
|
children
|
|
3314
3327
|
}
|
|
3315
3328
|
);
|
|
@@ -4056,7 +4069,7 @@ const IZenZoneService = createIdentifier("univer.zen-zone-service"), zenZone = "
|
|
|
4056
4069
|
zenZoneClose
|
|
4057
4070
|
};
|
|
4058
4071
|
function ZenZone() {
|
|
4059
|
-
const zenZoneService = useDependency(IZenZoneService), [visible, setVisible] = useState(!1), [componentKey, setComponentKey] = useState(), hidden = useObservable$
|
|
4072
|
+
const zenZoneService = useDependency(IZenZoneService), [visible, setVisible] = useState(!1), [componentKey, setComponentKey] = useState(), hidden = useObservable$1(zenZoneService.temporaryHidden$), componentManager = useDependency(ComponentManager);
|
|
4060
4073
|
useEffect(() => {
|
|
4061
4074
|
const subscriptions = [
|
|
4062
4075
|
zenZoneService.visible$.subscribe((visible2) => {
|
|
@@ -4210,14 +4223,14 @@ let DesktopUIController = (_a8 = class extends Disposable {
|
|
|
4210
4223
|
super();
|
|
4211
4224
|
__publicField(this, "_steadyTimeout");
|
|
4212
4225
|
__publicField(this, "_renderTimeout");
|
|
4213
|
-
this._config = _config, this._renderManagerService = _renderManagerService, this._instanceSrv = _instanceSrv, this._injector = _injector, this._lifecycleService = _lifecycleService, this._uiPartsService = _uiPartsService, this._menuManagerService = _menuManagerService, this._layoutService = _layoutService, this._initBuiltinComponents(), this._initMenus(),
|
|
4226
|
+
this._config = _config, this._renderManagerService = _renderManagerService, this._instanceSrv = _instanceSrv, this._injector = _injector, this._lifecycleService = _lifecycleService, this._uiPartsService = _uiPartsService, this._menuManagerService = _menuManagerService, this._layoutService = _layoutService, this._initBuiltinComponents(), this._initMenus(), this._bootstrapWorkbench();
|
|
4214
4227
|
}
|
|
4215
4228
|
_initMenus() {
|
|
4216
4229
|
this._menuManagerService.mergeMenu(menuSchema);
|
|
4217
4230
|
}
|
|
4218
4231
|
_bootstrapWorkbench() {
|
|
4219
4232
|
this.disposeWithMe(this._instanceSrv.unitDisposed$.subscribe((_unit) => {
|
|
4220
|
-
clearTimeout(this.
|
|
4233
|
+
clearTimeout(this._steadyTimeout);
|
|
4221
4234
|
})), this.disposeWithMe(
|
|
4222
4235
|
bootstrap$1(this._injector, this._config, (contentElement, containerElement) => {
|
|
4223
4236
|
this._layoutService && (this.disposeWithMe(this._layoutService.registerRootContainerElement(containerElement)), this.disposeWithMe(this._layoutService.registerContentElement(contentElement))), this._renderManagerService.currentRender$.subscribe((renderId) => {
|
|
@@ -4226,14 +4239,16 @@ let DesktopUIController = (_a8 = class extends Disposable {
|
|
|
4226
4239
|
if (!render2.unitId || isInternalEditorID(render2.unitId)) return;
|
|
4227
4240
|
render2.engine.setContainer(contentElement);
|
|
4228
4241
|
}
|
|
4229
|
-
}), this.
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
this._lifecycleService.stage = LifecycleStages.
|
|
4235
|
-
|
|
4236
|
-
|
|
4242
|
+
}), this.disposeWithMe(this._lifecycleService.lifecycle$.pipe(filter((stage) => stage === LifecycleStages.Ready), take(1)).subscribe(() => {
|
|
4243
|
+
this._renderTimeout = setTimeout(() => {
|
|
4244
|
+
const allRenders = this._renderManagerService.getRenderAll();
|
|
4245
|
+
for (const [key, render2] of allRenders)
|
|
4246
|
+
isInternalEditorID(key) || !render2.isRenderUnit || render2.engine.setContainer(contentElement);
|
|
4247
|
+
this._lifecycleService.stage = LifecycleStages.Rendered, this._steadyTimeout = setTimeout(() => {
|
|
4248
|
+
this._lifecycleService.stage = LifecycleStages.Steady;
|
|
4249
|
+
}, STEADY_TIMEOUT$1);
|
|
4250
|
+
}, 300);
|
|
4251
|
+
}));
|
|
4237
4252
|
})
|
|
4238
4253
|
);
|
|
4239
4254
|
}
|
|
@@ -4242,7 +4257,6 @@ let DesktopUIController = (_a8 = class extends Disposable {
|
|
|
4242
4257
|
}
|
|
4243
4258
|
}, __name(_a8, "DesktopUIController"), _a8);
|
|
4244
4259
|
DesktopUIController = __decorateClass$a([
|
|
4245
|
-
OnLifecycle(LifecycleStages.Ready, DesktopUIController),
|
|
4246
4260
|
__decorateParam$a(1, IRenderManagerService),
|
|
4247
4261
|
__decorateParam$a(2, IUniverInstanceService),
|
|
4248
4262
|
__decorateParam$a(3, Inject(Injector)),
|
|
@@ -4330,7 +4344,7 @@ function MobileMenuItem(props) {
|
|
|
4330
4344
|
const { menuItem, onClick } = props, { id, type, title, label, icon } = menuItem;
|
|
4331
4345
|
if (type !== MenuItemType.BUTTON)
|
|
4332
4346
|
throw new Error(`[MobileMenuItem]: on mobile devices only "BUTTON" type menu items are supported. Please check "${id}".`);
|
|
4333
|
-
const disabled = useObservable$
|
|
4347
|
+
const disabled = useObservable$1(menuItem.disabled$, !1), activated = useObservable$1(menuItem.activated$, !1), hidden = useObservable$1(menuItem.hidden$, !1), value = useObservable$1(menuItem.value$), className = clsx$1(styles$1.mobileMenuItem, {
|
|
4334
4348
|
[styles$1.mobileMenuItemActivated]: activated,
|
|
4335
4349
|
[styles$1.mobileMenuItemHidden]: hidden
|
|
4336
4350
|
});
|
|
@@ -4683,7 +4697,6 @@ function select(element2) {
|
|
|
4683
4697
|
}
|
|
4684
4698
|
__name(select, "select");
|
|
4685
4699
|
const IConfirmService = createIdentifier("univer.confirm-service");
|
|
4686
|
-
runOnLifecycle(LifecycleStages.Rendered, IConfirmService);
|
|
4687
4700
|
function ConfirmPart() {
|
|
4688
4701
|
const confirmService = useDependency(IConfirmService), [confirmOptions, setConfirmOptions] = useState([]);
|
|
4689
4702
|
useEffect(() => {
|
|
@@ -4874,7 +4887,7 @@ var localforage$1 = { exports: {} };
|
|
|
4874
4887
|
(function(f2) {
|
|
4875
4888
|
module.exports = f2();
|
|
4876
4889
|
})(function() {
|
|
4877
|
-
return (/* @__PURE__ */ __name(function e2(t2, n2,
|
|
4890
|
+
return (/* @__PURE__ */ __name(function e2(t2, n2, r2) {
|
|
4878
4891
|
function s(o2, u2) {
|
|
4879
4892
|
if (!n2[o2]) {
|
|
4880
4893
|
if (!t2[o2]) {
|
|
@@ -4888,12 +4901,12 @@ var localforage$1 = { exports: {} };
|
|
|
4888
4901
|
t2[o2][0].call(l2.exports, function(e3) {
|
|
4889
4902
|
var n3 = t2[o2][1][e3];
|
|
4890
4903
|
return s(n3 || e3);
|
|
4891
|
-
}, l2, l2.exports, e2, t2, n2,
|
|
4904
|
+
}, l2, l2.exports, e2, t2, n2, r2);
|
|
4892
4905
|
}
|
|
4893
4906
|
return n2[o2].exports;
|
|
4894
4907
|
}
|
|
4895
4908
|
__name(s, "s");
|
|
4896
|
-
for (var i = typeof commonjsRequire == "function" && commonjsRequire, o = 0; o <
|
|
4909
|
+
for (var i = typeof commonjsRequire == "function" && commonjsRequire, o = 0; o < r2.length; o++) s(r2[o]);
|
|
4897
4910
|
return s;
|
|
4898
4911
|
}, "e"))({ 1: [function(_dereq_, module2, exports2) {
|
|
4899
4912
|
(function(global2) {
|
|
@@ -6442,25 +6455,25 @@ const _DesktopMessageService = class _DesktopMessageService {
|
|
|
6442
6455
|
};
|
|
6443
6456
|
__name(_DesktopMessageService, "DesktopMessageService");
|
|
6444
6457
|
let DesktopMessageService = _DesktopMessageService;
|
|
6445
|
-
function _arrayLikeToArray$1(
|
|
6446
|
-
(a == null || a >
|
|
6447
|
-
for (var e2 = 0, n2 = Array(a); e2 < a; e2++) n2[e2] =
|
|
6458
|
+
function _arrayLikeToArray$1(r2, a) {
|
|
6459
|
+
(a == null || a > r2.length) && (a = r2.length);
|
|
6460
|
+
for (var e2 = 0, n2 = Array(a); e2 < a; e2++) n2[e2] = r2[e2];
|
|
6448
6461
|
return n2;
|
|
6449
6462
|
}
|
|
6450
6463
|
__name(_arrayLikeToArray$1, "_arrayLikeToArray$1");
|
|
6451
|
-
function _arrayWithoutHoles(
|
|
6452
|
-
if (Array.isArray(
|
|
6464
|
+
function _arrayWithoutHoles(r2) {
|
|
6465
|
+
if (Array.isArray(r2)) return _arrayLikeToArray$1(r2);
|
|
6453
6466
|
}
|
|
6454
6467
|
__name(_arrayWithoutHoles, "_arrayWithoutHoles");
|
|
6455
|
-
function _iterableToArray(
|
|
6456
|
-
if (typeof Symbol < "u" &&
|
|
6468
|
+
function _iterableToArray(r2) {
|
|
6469
|
+
if (typeof Symbol < "u" && r2[Symbol.iterator] != null || r2["@@iterator"] != null) return Array.from(r2);
|
|
6457
6470
|
}
|
|
6458
6471
|
__name(_iterableToArray, "_iterableToArray");
|
|
6459
|
-
function _unsupportedIterableToArray$1(
|
|
6460
|
-
if (
|
|
6461
|
-
if (typeof
|
|
6462
|
-
var t2 = {}.toString.call(
|
|
6463
|
-
return t2 === "Object" &&
|
|
6472
|
+
function _unsupportedIterableToArray$1(r2, a) {
|
|
6473
|
+
if (r2) {
|
|
6474
|
+
if (typeof r2 == "string") return _arrayLikeToArray$1(r2, a);
|
|
6475
|
+
var t2 = {}.toString.call(r2).slice(8, -1);
|
|
6476
|
+
return t2 === "Object" && r2.constructor && (t2 = r2.constructor.name), t2 === "Map" || t2 === "Set" ? Array.from(r2) : t2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray$1(r2, a) : void 0;
|
|
6464
6477
|
}
|
|
6465
6478
|
}
|
|
6466
6479
|
__name(_unsupportedIterableToArray$1, "_unsupportedIterableToArray$1");
|
|
@@ -6469,25 +6482,25 @@ function _nonIterableSpread() {
|
|
|
6469
6482
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
6470
6483
|
}
|
|
6471
6484
|
__name(_nonIterableSpread, "_nonIterableSpread");
|
|
6472
|
-
function _toConsumableArray(
|
|
6473
|
-
return _arrayWithoutHoles(
|
|
6485
|
+
function _toConsumableArray(r2) {
|
|
6486
|
+
return _arrayWithoutHoles(r2) || _iterableToArray(r2) || _unsupportedIterableToArray$1(r2) || _nonIterableSpread();
|
|
6474
6487
|
}
|
|
6475
6488
|
__name(_toConsumableArray, "_toConsumableArray");
|
|
6476
|
-
function _arrayWithHoles$1(
|
|
6477
|
-
if (Array.isArray(
|
|
6489
|
+
function _arrayWithHoles$1(r2) {
|
|
6490
|
+
if (Array.isArray(r2)) return r2;
|
|
6478
6491
|
}
|
|
6479
6492
|
__name(_arrayWithHoles$1, "_arrayWithHoles$1");
|
|
6480
|
-
function _iterableToArrayLimit$1(
|
|
6481
|
-
var t2 =
|
|
6493
|
+
function _iterableToArrayLimit$1(r2, l2) {
|
|
6494
|
+
var t2 = r2 == null ? null : typeof Symbol < "u" && r2[Symbol.iterator] || r2["@@iterator"];
|
|
6482
6495
|
if (t2 != null) {
|
|
6483
6496
|
var e2, n2, i, u2, a = [], f2 = !0, o = !1;
|
|
6484
6497
|
try {
|
|
6485
|
-
if (i = (t2 = t2.call(
|
|
6498
|
+
if (i = (t2 = t2.call(r2)).next, l2 === 0) {
|
|
6486
6499
|
if (Object(t2) !== t2) return;
|
|
6487
6500
|
f2 = !1;
|
|
6488
6501
|
} else for (; !(f2 = (e2 = i.call(t2)).done) && (a.push(e2.value), a.length !== l2); f2 = !0) ;
|
|
6489
|
-
} catch (
|
|
6490
|
-
o = !0, n2 =
|
|
6502
|
+
} catch (r3) {
|
|
6503
|
+
o = !0, n2 = r3;
|
|
6491
6504
|
} finally {
|
|
6492
6505
|
try {
|
|
6493
6506
|
if (!f2 && t2.return != null && (u2 = t2.return(), Object(u2) !== u2)) return;
|
|
@@ -6504,26 +6517,26 @@ function _nonIterableRest$1() {
|
|
|
6504
6517
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
6505
6518
|
}
|
|
6506
6519
|
__name(_nonIterableRest$1, "_nonIterableRest$1");
|
|
6507
|
-
function _slicedToArray$1(
|
|
6508
|
-
return _arrayWithHoles$1(
|
|
6520
|
+
function _slicedToArray$1(r2, e2) {
|
|
6521
|
+
return _arrayWithHoles$1(r2) || _iterableToArrayLimit$1(r2, e2) || _unsupportedIterableToArray$1(r2, e2) || _nonIterableRest$1();
|
|
6509
6522
|
}
|
|
6510
6523
|
__name(_slicedToArray$1, "_slicedToArray$1");
|
|
6511
|
-
function _objectWithoutPropertiesLoose(
|
|
6512
|
-
if (
|
|
6524
|
+
function _objectWithoutPropertiesLoose(r2, e2) {
|
|
6525
|
+
if (r2 == null) return {};
|
|
6513
6526
|
var t2 = {};
|
|
6514
|
-
for (var n2 in
|
|
6527
|
+
for (var n2 in r2) if ({}.hasOwnProperty.call(r2, n2)) {
|
|
6515
6528
|
if (e2.includes(n2)) continue;
|
|
6516
|
-
t2[n2] =
|
|
6529
|
+
t2[n2] = r2[n2];
|
|
6517
6530
|
}
|
|
6518
6531
|
return t2;
|
|
6519
6532
|
}
|
|
6520
6533
|
__name(_objectWithoutPropertiesLoose, "_objectWithoutPropertiesLoose");
|
|
6521
6534
|
function _objectWithoutProperties(e2, t2) {
|
|
6522
6535
|
if (e2 == null) return {};
|
|
6523
|
-
var o,
|
|
6536
|
+
var o, r2, i = _objectWithoutPropertiesLoose(e2, t2);
|
|
6524
6537
|
if (Object.getOwnPropertySymbols) {
|
|
6525
6538
|
var s = Object.getOwnPropertySymbols(e2);
|
|
6526
|
-
for (
|
|
6539
|
+
for (r2 = 0; r2 < s.length; r2++) o = s[r2], t2.includes(o) || {}.propertyIsEnumerable.call(e2, o) && (i[o] = e2[o]);
|
|
6527
6540
|
}
|
|
6528
6541
|
return i;
|
|
6529
6542
|
}
|
|
@@ -6537,15 +6550,15 @@ function _typeof$1(o) {
|
|
|
6537
6550
|
}, _typeof$1(o);
|
|
6538
6551
|
}
|
|
6539
6552
|
__name(_typeof$1, "_typeof$1");
|
|
6540
|
-
function toPrimitive$1(t2,
|
|
6553
|
+
function toPrimitive$1(t2, r2) {
|
|
6541
6554
|
if (_typeof$1(t2) != "object" || !t2) return t2;
|
|
6542
6555
|
var e2 = t2[Symbol.toPrimitive];
|
|
6543
6556
|
if (e2 !== void 0) {
|
|
6544
|
-
var i = e2.call(t2,
|
|
6557
|
+
var i = e2.call(t2, r2 || "default");
|
|
6545
6558
|
if (_typeof$1(i) != "object") return i;
|
|
6546
6559
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
6547
6560
|
}
|
|
6548
|
-
return (
|
|
6561
|
+
return (r2 === "string" ? String : Number)(t2);
|
|
6549
6562
|
}
|
|
6550
6563
|
__name(toPrimitive$1, "toPrimitive$1");
|
|
6551
6564
|
function toPropertyKey$1(t2) {
|
|
@@ -6553,33 +6566,33 @@ function toPropertyKey$1(t2) {
|
|
|
6553
6566
|
return _typeof$1(i) == "symbol" ? i : i + "";
|
|
6554
6567
|
}
|
|
6555
6568
|
__name(toPropertyKey$1, "toPropertyKey$1");
|
|
6556
|
-
function _defineProperty$1(e2,
|
|
6557
|
-
return (
|
|
6569
|
+
function _defineProperty$1(e2, r2, t2) {
|
|
6570
|
+
return (r2 = toPropertyKey$1(r2)) in e2 ? Object.defineProperty(e2, r2, {
|
|
6558
6571
|
value: t2,
|
|
6559
6572
|
enumerable: !0,
|
|
6560
6573
|
configurable: !0,
|
|
6561
6574
|
writable: !0
|
|
6562
|
-
}) : e2[
|
|
6575
|
+
}) : e2[r2] = t2, e2;
|
|
6563
6576
|
}
|
|
6564
6577
|
__name(_defineProperty$1, "_defineProperty$1");
|
|
6565
|
-
function ownKeys$1(e2,
|
|
6578
|
+
function ownKeys$1(e2, r2) {
|
|
6566
6579
|
var t2 = Object.keys(e2);
|
|
6567
6580
|
if (Object.getOwnPropertySymbols) {
|
|
6568
6581
|
var o = Object.getOwnPropertySymbols(e2);
|
|
6569
|
-
|
|
6570
|
-
return Object.getOwnPropertyDescriptor(e2,
|
|
6582
|
+
r2 && (o = o.filter(function(r3) {
|
|
6583
|
+
return Object.getOwnPropertyDescriptor(e2, r3).enumerable;
|
|
6571
6584
|
})), t2.push.apply(t2, o);
|
|
6572
6585
|
}
|
|
6573
6586
|
return t2;
|
|
6574
6587
|
}
|
|
6575
6588
|
__name(ownKeys$1, "ownKeys$1");
|
|
6576
6589
|
function _objectSpread2$1(e2) {
|
|
6577
|
-
for (var
|
|
6578
|
-
var t2 = arguments[
|
|
6579
|
-
|
|
6580
|
-
_defineProperty$1(e2,
|
|
6581
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e2, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(
|
|
6582
|
-
Object.defineProperty(e2,
|
|
6590
|
+
for (var r2 = 1; r2 < arguments.length; r2++) {
|
|
6591
|
+
var t2 = arguments[r2] != null ? arguments[r2] : {};
|
|
6592
|
+
r2 % 2 ? ownKeys$1(Object(t2), !0).forEach(function(r3) {
|
|
6593
|
+
_defineProperty$1(e2, r3, t2[r3]);
|
|
6594
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e2, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r3) {
|
|
6595
|
+
Object.defineProperty(e2, r3, Object.getOwnPropertyDescriptor(t2, r3));
|
|
6583
6596
|
});
|
|
6584
6597
|
}
|
|
6585
6598
|
return e2;
|
|
@@ -6589,7 +6602,7 @@ function _extends() {
|
|
|
6589
6602
|
return _extends = Object.assign ? Object.assign.bind() : function(n2) {
|
|
6590
6603
|
for (var e2 = 1; e2 < arguments.length; e2++) {
|
|
6591
6604
|
var t2 = arguments[e2];
|
|
6592
|
-
for (var
|
|
6605
|
+
for (var r2 in t2) ({}).hasOwnProperty.call(t2, r2) && (n2[r2] = t2[r2]);
|
|
6593
6606
|
}
|
|
6594
6607
|
return n2;
|
|
6595
6608
|
}, _extends.apply(null, arguments);
|
|
@@ -6677,8 +6690,8 @@ var b = Symbol.for("react.element"), c = Symbol.for("react.portal"), d = Symbol.
|
|
|
6677
6690
|
u = Symbol.for("react.module.reference");
|
|
6678
6691
|
function v(a) {
|
|
6679
6692
|
if (typeof a == "object" && a !== null) {
|
|
6680
|
-
var
|
|
6681
|
-
switch (
|
|
6693
|
+
var r2 = a.$$typeof;
|
|
6694
|
+
switch (r2) {
|
|
6682
6695
|
case b:
|
|
6683
6696
|
switch (a = a.type, a) {
|
|
6684
6697
|
case d:
|
|
@@ -6697,11 +6710,11 @@ function v(a) {
|
|
|
6697
6710
|
case g:
|
|
6698
6711
|
return a;
|
|
6699
6712
|
default:
|
|
6700
|
-
return
|
|
6713
|
+
return r2;
|
|
6701
6714
|
}
|
|
6702
6715
|
}
|
|
6703
6716
|
case c:
|
|
6704
|
-
return
|
|
6717
|
+
return r2;
|
|
6705
6718
|
}
|
|
6706
6719
|
}
|
|
6707
6720
|
}
|
|
@@ -6781,15 +6794,15 @@ function _classCallCheck(a, n2) {
|
|
|
6781
6794
|
if (!(a instanceof n2)) throw new TypeError("Cannot call a class as a function");
|
|
6782
6795
|
}
|
|
6783
6796
|
__name(_classCallCheck, "_classCallCheck");
|
|
6784
|
-
function _defineProperties(e2,
|
|
6785
|
-
for (var t2 = 0; t2 <
|
|
6786
|
-
var o =
|
|
6797
|
+
function _defineProperties(e2, r2) {
|
|
6798
|
+
for (var t2 = 0; t2 < r2.length; t2++) {
|
|
6799
|
+
var o = r2[t2];
|
|
6787
6800
|
o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e2, toPropertyKey$1(o.key), o);
|
|
6788
6801
|
}
|
|
6789
6802
|
}
|
|
6790
6803
|
__name(_defineProperties, "_defineProperties");
|
|
6791
|
-
function _createClass(e2,
|
|
6792
|
-
return
|
|
6804
|
+
function _createClass(e2, r2, t2) {
|
|
6805
|
+
return r2 && _defineProperties(e2.prototype, r2), t2 && _defineProperties(e2, t2), Object.defineProperty(e2, "prototype", {
|
|
6793
6806
|
writable: !1
|
|
6794
6807
|
}), e2;
|
|
6795
6808
|
}
|
|
@@ -6842,10 +6855,10 @@ function _possibleConstructorReturn(t2, e2) {
|
|
|
6842
6855
|
}
|
|
6843
6856
|
__name(_possibleConstructorReturn, "_possibleConstructorReturn");
|
|
6844
6857
|
function _createSuper(t2) {
|
|
6845
|
-
var
|
|
6858
|
+
var r2 = _isNativeReflectConstruct();
|
|
6846
6859
|
return function() {
|
|
6847
6860
|
var e2, o = _getPrototypeOf(t2);
|
|
6848
|
-
if (
|
|
6861
|
+
if (r2) {
|
|
6849
6862
|
var s = _getPrototypeOf(this).constructor;
|
|
6850
6863
|
e2 = Reflect.construct(o, arguments, s);
|
|
6851
6864
|
} else e2 = o.apply(this, arguments);
|
|
@@ -6877,18 +6890,18 @@ function useEvent(callback) {
|
|
|
6877
6890
|
return memoFn;
|
|
6878
6891
|
}
|
|
6879
6892
|
__name(useEvent, "useEvent");
|
|
6880
|
-
function _arrayWithHoles(
|
|
6881
|
-
if (Array.isArray(
|
|
6893
|
+
function _arrayWithHoles(r2) {
|
|
6894
|
+
if (Array.isArray(r2)) return r2;
|
|
6882
6895
|
}
|
|
6883
6896
|
__name(_arrayWithHoles, "_arrayWithHoles");
|
|
6884
|
-
function _iterableToArrayLimit(
|
|
6885
|
-
var t2 =
|
|
6897
|
+
function _iterableToArrayLimit(r2, l2) {
|
|
6898
|
+
var t2 = r2 == null ? null : typeof Symbol < "u" && r2[Symbol.iterator] || r2["@@iterator"];
|
|
6886
6899
|
if (t2 != null) {
|
|
6887
6900
|
var e2, n2, i, u2, a = [], f2 = !0, o = !1;
|
|
6888
6901
|
try {
|
|
6889
|
-
if (i = (t2 = t2.call(
|
|
6890
|
-
} catch (
|
|
6891
|
-
o = !0, n2 =
|
|
6902
|
+
if (i = (t2 = t2.call(r2)).next, l2 !== 0) for (; !(f2 = (e2 = i.call(t2)).done) && (a.push(e2.value), a.length !== l2); f2 = !0) ;
|
|
6903
|
+
} catch (r3) {
|
|
6904
|
+
o = !0, n2 = r3;
|
|
6892
6905
|
} finally {
|
|
6893
6906
|
try {
|
|
6894
6907
|
if (!f2 && t2.return != null && (u2 = t2.return(), Object(u2) !== u2)) return;
|
|
@@ -6900,17 +6913,17 @@ function _iterableToArrayLimit(r, l2) {
|
|
|
6900
6913
|
}
|
|
6901
6914
|
}
|
|
6902
6915
|
__name(_iterableToArrayLimit, "_iterableToArrayLimit");
|
|
6903
|
-
function _arrayLikeToArray(
|
|
6904
|
-
(a == null || a >
|
|
6905
|
-
for (var e2 = 0, n2 = Array(a); e2 < a; e2++) n2[e2] =
|
|
6916
|
+
function _arrayLikeToArray(r2, a) {
|
|
6917
|
+
(a == null || a > r2.length) && (a = r2.length);
|
|
6918
|
+
for (var e2 = 0, n2 = Array(a); e2 < a; e2++) n2[e2] = r2[e2];
|
|
6906
6919
|
return n2;
|
|
6907
6920
|
}
|
|
6908
6921
|
__name(_arrayLikeToArray, "_arrayLikeToArray");
|
|
6909
|
-
function _unsupportedIterableToArray(
|
|
6910
|
-
if (
|
|
6911
|
-
if (typeof
|
|
6912
|
-
var t2 = {}.toString.call(
|
|
6913
|
-
return t2 === "Object" &&
|
|
6922
|
+
function _unsupportedIterableToArray(r2, a) {
|
|
6923
|
+
if (r2) {
|
|
6924
|
+
if (typeof r2 == "string") return _arrayLikeToArray(r2, a);
|
|
6925
|
+
var t2 = {}.toString.call(r2).slice(8, -1);
|
|
6926
|
+
return t2 === "Object" && r2.constructor && (t2 = r2.constructor.name), t2 === "Map" || t2 === "Set" ? Array.from(r2) : t2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray(r2, a) : void 0;
|
|
6914
6927
|
}
|
|
6915
6928
|
}
|
|
6916
6929
|
__name(_unsupportedIterableToArray, "_unsupportedIterableToArray");
|
|
@@ -6919,8 +6932,8 @@ function _nonIterableRest() {
|
|
|
6919
6932
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
6920
6933
|
}
|
|
6921
6934
|
__name(_nonIterableRest, "_nonIterableRest");
|
|
6922
|
-
function _slicedToArray(
|
|
6923
|
-
return _arrayWithHoles(
|
|
6935
|
+
function _slicedToArray(r2, e2) {
|
|
6936
|
+
return _arrayWithHoles(r2) || _iterableToArrayLimit(r2, e2) || _unsupportedIterableToArray(r2, e2) || _nonIterableRest();
|
|
6924
6937
|
}
|
|
6925
6938
|
__name(_slicedToArray, "_slicedToArray");
|
|
6926
6939
|
function canUseDom() {
|
|
@@ -6940,15 +6953,15 @@ function useSafeState(defaultValue) {
|
|
|
6940
6953
|
return __name(safeSetState, "safeSetState"), [value, safeSetState];
|
|
6941
6954
|
}
|
|
6942
6955
|
__name(useSafeState, "useSafeState");
|
|
6943
|
-
function toPrimitive(t2,
|
|
6956
|
+
function toPrimitive(t2, r2) {
|
|
6944
6957
|
if (_typeof(t2) != "object" || !t2) return t2;
|
|
6945
6958
|
var e2 = t2[Symbol.toPrimitive];
|
|
6946
6959
|
if (e2 !== void 0) {
|
|
6947
|
-
var i = e2.call(t2,
|
|
6960
|
+
var i = e2.call(t2, r2 || "default");
|
|
6948
6961
|
if (_typeof(i) != "object") return i;
|
|
6949
6962
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
6950
6963
|
}
|
|
6951
|
-
return (
|
|
6964
|
+
return (r2 === "string" ? String : Number)(t2);
|
|
6952
6965
|
}
|
|
6953
6966
|
__name(toPrimitive, "toPrimitive");
|
|
6954
6967
|
function toPropertyKey(t2) {
|
|
@@ -6956,33 +6969,33 @@ function toPropertyKey(t2) {
|
|
|
6956
6969
|
return _typeof(i) == "symbol" ? i : i + "";
|
|
6957
6970
|
}
|
|
6958
6971
|
__name(toPropertyKey, "toPropertyKey");
|
|
6959
|
-
function _defineProperty(e2,
|
|
6960
|
-
return (
|
|
6972
|
+
function _defineProperty(e2, r2, t2) {
|
|
6973
|
+
return (r2 = toPropertyKey(r2)) in e2 ? Object.defineProperty(e2, r2, {
|
|
6961
6974
|
value: t2,
|
|
6962
6975
|
enumerable: !0,
|
|
6963
6976
|
configurable: !0,
|
|
6964
6977
|
writable: !0
|
|
6965
|
-
}) : e2[
|
|
6978
|
+
}) : e2[r2] = t2, e2;
|
|
6966
6979
|
}
|
|
6967
6980
|
__name(_defineProperty, "_defineProperty");
|
|
6968
|
-
function ownKeys(e2,
|
|
6981
|
+
function ownKeys(e2, r2) {
|
|
6969
6982
|
var t2 = Object.keys(e2);
|
|
6970
6983
|
if (Object.getOwnPropertySymbols) {
|
|
6971
6984
|
var o = Object.getOwnPropertySymbols(e2);
|
|
6972
|
-
|
|
6973
|
-
return Object.getOwnPropertyDescriptor(e2,
|
|
6985
|
+
r2 && (o = o.filter(function(r3) {
|
|
6986
|
+
return Object.getOwnPropertyDescriptor(e2, r3).enumerable;
|
|
6974
6987
|
})), t2.push.apply(t2, o);
|
|
6975
6988
|
}
|
|
6976
6989
|
return t2;
|
|
6977
6990
|
}
|
|
6978
6991
|
__name(ownKeys, "ownKeys");
|
|
6979
6992
|
function _objectSpread2(e2) {
|
|
6980
|
-
for (var
|
|
6981
|
-
var t2 = arguments[
|
|
6982
|
-
|
|
6983
|
-
_defineProperty(e2,
|
|
6984
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e2, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(
|
|
6985
|
-
Object.defineProperty(e2,
|
|
6993
|
+
for (var r2 = 1; r2 < arguments.length; r2++) {
|
|
6994
|
+
var t2 = arguments[r2] != null ? arguments[r2] : {};
|
|
6995
|
+
r2 % 2 ? ownKeys(Object(t2), !0).forEach(function(r3) {
|
|
6996
|
+
_defineProperty(e2, r3, t2[r3]);
|
|
6997
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e2, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r3) {
|
|
6998
|
+
Object.defineProperty(e2, r3, Object.getOwnPropertyDescriptor(t2, r3));
|
|
6986
6999
|
});
|
|
6987
7000
|
}
|
|
6988
7001
|
return e2;
|
|
@@ -8042,7 +8055,7 @@ var Notify = /* @__PURE__ */ React.forwardRef(function(props, ref) {
|
|
|
8042
8055
|
}
|
|
8043
8056
|
return [!!config, result];
|
|
8044
8057
|
}, "useStack"), _excluded$1 = ["className", "style", "classNames", "styles"], NoticeList = /* @__PURE__ */ __name(function(props) {
|
|
8045
|
-
var configList = props.configList, placement = props.placement, prefixCls = props.prefixCls, className = props.className, style2 = props.style, motion = props.motion, onAllNoticeRemoved = props.onAllNoticeRemoved, onNoticeClose = props.onNoticeClose, stackConfig = props.stack, _useContext = useContext(NotificationContext), ctxCls = _useContext.classNames, dictRef = useRef({}),
|
|
8058
|
+
var configList = props.configList, placement = props.placement, prefixCls = props.prefixCls, className = props.className, style2 = props.style, motion = props.motion, onAllNoticeRemoved = props.onAllNoticeRemoved, onNoticeClose = props.onNoticeClose, stackConfig = props.stack, _useContext = useContext(NotificationContext), ctxCls = _useContext.classNames, dictRef = useRef({}), _useState = useState(null), _useState2 = _slicedToArray$1(_useState, 2), latestNotice = _useState2[0], setLatestNotice = _useState2[1], _useState3 = useState([]), _useState4 = _slicedToArray$1(_useState3, 2), hoverKeys = _useState4[0], setHoverKeys = _useState4[1], keys = configList.map(function(config) {
|
|
8046
8059
|
return {
|
|
8047
8060
|
config,
|
|
8048
8061
|
key: String(config.key)
|
|
@@ -8061,7 +8074,7 @@ var Notify = /* @__PURE__ */ React.forwardRef(function(props, ref) {
|
|
|
8061
8074
|
var _keys;
|
|
8062
8075
|
if (stack && dictRef.current[(_keys = keys[keys.length - 1]) === null || _keys === void 0 ? void 0 : _keys.key]) {
|
|
8063
8076
|
var _keys2;
|
|
8064
|
-
|
|
8077
|
+
setLatestNotice(dictRef.current[(_keys2 = keys[keys.length - 1]) === null || _keys2 === void 0 ? void 0 : _keys2.key]);
|
|
8065
8078
|
}
|
|
8066
8079
|
}, [keys, stack]), /* @__PURE__ */ React__default.createElement(CSSMotionList, _extends({
|
|
8067
8080
|
key: placement,
|
|
@@ -8080,13 +8093,13 @@ var Notify = /* @__PURE__ */ React.forwardRef(function(props, ref) {
|
|
|
8080
8093
|
if (stack) {
|
|
8081
8094
|
var index = keys.length - 1 - (dataIndex > -1 ? dataIndex : motionIndex - 1), transformX = placement === "top" || placement === "bottom" ? "-50%" : "0";
|
|
8082
8095
|
if (index > 0) {
|
|
8083
|
-
var _dictRef$current$strK,
|
|
8084
|
-
stackStyle.height = expanded ? (_dictRef$current$strK = dictRef.current[strKey]) === null || _dictRef$current$strK === void 0 ? void 0 : _dictRef$current$strK.offsetHeight :
|
|
8096
|
+
var _dictRef$current$strK, _dictRef$current$strK2, _dictRef$current$strK3;
|
|
8097
|
+
stackStyle.height = expanded ? (_dictRef$current$strK = dictRef.current[strKey]) === null || _dictRef$current$strK === void 0 ? void 0 : _dictRef$current$strK.offsetHeight : latestNotice == null ? void 0 : latestNotice.offsetHeight;
|
|
8085
8098
|
for (var verticalOffset = 0, i = 0; i < index; i++) {
|
|
8086
8099
|
var _dictRef$current$keys;
|
|
8087
8100
|
verticalOffset += ((_dictRef$current$keys = dictRef.current[keys[keys.length - 1 - i].key]) === null || _dictRef$current$keys === void 0 ? void 0 : _dictRef$current$keys.offsetHeight) + gap;
|
|
8088
8101
|
}
|
|
8089
|
-
var transformY = (expanded ? verticalOffset : index * offset) * (placement.startsWith("top") ? 1 : -1), scaleX = !expanded &&
|
|
8102
|
+
var transformY = (expanded ? verticalOffset : index * offset) * (placement.startsWith("top") ? 1 : -1), scaleX = !expanded && latestNotice !== null && latestNotice !== void 0 && latestNotice.offsetWidth && (_dictRef$current$strK2 = dictRef.current[strKey]) !== null && _dictRef$current$strK2 !== void 0 && _dictRef$current$strK2.offsetWidth ? ((latestNotice == null ? void 0 : latestNotice.offsetWidth) - offset * 2 * (index < 3 ? index : 3)) / ((_dictRef$current$strK3 = dictRef.current[strKey]) === null || _dictRef$current$strK3 === void 0 ? void 0 : _dictRef$current$strK3.offsetWidth) : 1;
|
|
8090
8103
|
stackStyle.transform = "translate3d(".concat(transformX, ", ").concat(transformY, "px, 0) scaleX(").concat(scaleX, ")");
|
|
8091
8104
|
} else
|
|
8092
8105
|
stackStyle.transform = "translate3d(".concat(transformX, ", 0, 0)");
|
|
@@ -8425,8 +8438,8 @@ var __defProp$2 = Object.defineProperty, __getOwnPropDesc$2 = Object.getOwnPrope
|
|
|
8425
8438
|
}, "__decorateClass$2"), __decorateParam$2 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$2"), _a16;
|
|
8426
8439
|
let DesktopZenZoneService = (_a16 = class {
|
|
8427
8440
|
constructor(_componentManager) {
|
|
8428
|
-
__publicField(this, "visible$", new
|
|
8429
|
-
__publicField(this, "componentKey$", new
|
|
8441
|
+
__publicField(this, "visible$", new BehaviorSubject(!1));
|
|
8442
|
+
__publicField(this, "componentKey$", new ReplaySubject());
|
|
8430
8443
|
__publicField(this, "_temporaryHidden$", new BehaviorSubject(!1));
|
|
8431
8444
|
__publicField(this, "temporaryHidden$", this._temporaryHidden$.asObservable());
|
|
8432
8445
|
__publicField(this, "_visible", !1);
|
|
@@ -8438,6 +8451,9 @@ let DesktopZenZoneService = (_a16 = class {
|
|
|
8438
8451
|
get temporaryHidden() {
|
|
8439
8452
|
return this._temporaryHidden$.getValue();
|
|
8440
8453
|
}
|
|
8454
|
+
dispose() {
|
|
8455
|
+
this.visible$.next(!1), this.visible$.complete(), this.componentKey$.complete();
|
|
8456
|
+
}
|
|
8441
8457
|
hide() {
|
|
8442
8458
|
this._temporaryHidden$.next(!0);
|
|
8443
8459
|
}
|
|
@@ -8506,7 +8522,7 @@ let UniverMobileUIPlugin = (_a17 = class extends Plugin {
|
|
|
8506
8522
|
],
|
|
8507
8523
|
[SharedController],
|
|
8508
8524
|
[ErrorController]
|
|
8509
|
-
], this._config.override).forEach((dependency) => this._injector.add(dependency));
|
|
8525
|
+
], this._config.override).forEach((dependency) => this._injector.add(dependency)), this._injector.get(IUIController), this._injector.get(ErrorController);
|
|
8510
8526
|
}
|
|
8511
8527
|
}, __name(_a17, "UniverMobileUIPlugin"), _a17);
|
|
8512
8528
|
__publicField$1(UniverMobileUIPlugin, "pluginName", UNIVER_MOBILE_UI_PLUGIN_NAME);
|
|
@@ -8572,17 +8588,20 @@ let UniverUIPlugin = (_a18 = class extends Plugin {
|
|
|
8572
8588
|
[ICanvasPopupService, { useClass: CanvasPopupService }],
|
|
8573
8589
|
[IProgressService, { useClass: ProgressService }],
|
|
8574
8590
|
[CanvasFloatDomService],
|
|
8575
|
-
[
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
8579
|
-
deps: [Injector]
|
|
8580
|
-
}
|
|
8581
|
-
],
|
|
8591
|
+
[IUIController, {
|
|
8592
|
+
useFactory: /* @__PURE__ */ __name((injector) => injector.createInstance(DesktopUIController, this._config), "useFactory"),
|
|
8593
|
+
deps: [Injector]
|
|
8594
|
+
}],
|
|
8582
8595
|
[SharedController],
|
|
8583
8596
|
[ErrorController],
|
|
8584
8597
|
[ShortcutPanelController]
|
|
8585
|
-
], this._config.override).forEach((dependency) => this._injector.add(dependency));
|
|
8598
|
+
], this._config.override).forEach((dependency) => this._injector.add(dependency)), this._injector.get(IUIController), this._injector.get(ErrorController);
|
|
8599
|
+
}
|
|
8600
|
+
onReady() {
|
|
8601
|
+
this._injector.get(SharedController);
|
|
8602
|
+
}
|
|
8603
|
+
onSteady() {
|
|
8604
|
+
this._injector.get(ShortcutPanelController);
|
|
8586
8605
|
}
|
|
8587
8606
|
}, __name(_a18, "UniverUIPlugin"), _a18);
|
|
8588
8607
|
__publicField2(UniverUIPlugin, "pluginName", UNIVER_UI_PLUGIN_NAME);
|
|
@@ -8888,7 +8907,7 @@ function handelTableToJson(table) {
|
|
|
8888
8907
|
});
|
|
8889
8908
|
for (let i = 0; i < data.length; i++)
|
|
8890
8909
|
data[i] = new Array(colLen);
|
|
8891
|
-
let
|
|
8910
|
+
let r2 = 0;
|
|
8892
8911
|
return trs.forEach((item) => {
|
|
8893
8912
|
let c2 = 0;
|
|
8894
8913
|
item.querySelectorAll("td").forEach((td) => {
|
|
@@ -8901,23 +8920,23 @@ function handelTableToJson(table) {
|
|
|
8901
8920
|
const txt = td.innerText;
|
|
8902
8921
|
txt.trim().length === 0 ? cell.v = "" : cell.v = txt;
|
|
8903
8922
|
const style2 = handleStringToStyle(td);
|
|
8904
|
-
for (Tools.isPlainObject(style2) && (cell.s = style2); c2 < colLen && data[
|
|
8923
|
+
for (Tools.isPlainObject(style2) && (cell.s = style2); c2 < colLen && data[r2][c2] != null; )
|
|
8905
8924
|
c2++;
|
|
8906
8925
|
if (c2 !== colLen) {
|
|
8907
|
-
if (data[
|
|
8908
|
-
data[
|
|
8926
|
+
if (data[r2][c2] == null) {
|
|
8927
|
+
data[r2][c2] = cell;
|
|
8909
8928
|
const rowSpan = (_a19 = Number(td.getAttribute("rowSpan"))) != null ? _a19 : 1, colSpan = (_b = Number(td.getAttribute("colSpan"))) != null ? _b : 1;
|
|
8910
8929
|
if (rowSpan > 1 || colSpan > 1) {
|
|
8911
|
-
const first = { rs: +rowSpan - 1, cs: +colSpan - 1, r, c: c2 };
|
|
8912
|
-
data[
|
|
8930
|
+
const first = { rs: +rowSpan - 1, cs: +colSpan - 1, r: r2, c: c2 };
|
|
8931
|
+
data[r2][c2].mc = first;
|
|
8913
8932
|
for (let rp = 0; rp < rowSpan; rp++)
|
|
8914
8933
|
for (let cp = 0; cp < colSpan; cp++)
|
|
8915
|
-
rp === 0 && cp === 0 || (data[
|
|
8934
|
+
rp === 0 && cp === 0 || (data[r2 + rp][c2 + cp] = { mc: null });
|
|
8916
8935
|
}
|
|
8917
8936
|
}
|
|
8918
8937
|
c2++;
|
|
8919
8938
|
}
|
|
8920
|
-
}),
|
|
8939
|
+
}), r2++;
|
|
8921
8940
|
}), data;
|
|
8922
8941
|
}
|
|
8923
8942
|
__name(handelTableToJson, "handelTableToJson");
|
|
@@ -8974,7 +8993,7 @@ function handelExcelToJson(html) {
|
|
|
8974
8993
|
});
|
|
8975
8994
|
for (let i = 0; i < data.length; i++)
|
|
8976
8995
|
data[i] = new Array(colLen);
|
|
8977
|
-
let
|
|
8996
|
+
let r2 = 0;
|
|
8978
8997
|
return trs.forEach((item) => {
|
|
8979
8998
|
let c2 = 0;
|
|
8980
8999
|
item.querySelectorAll("td").forEach((td) => {
|
|
@@ -8990,23 +9009,23 @@ function handelExcelToJson(html) {
|
|
|
8990
9009
|
for (const attr in excelStyle)
|
|
8991
9010
|
td.classList.contains(attr) && (cssText += excelStyle[attr]);
|
|
8992
9011
|
const style2 = handleStringToStyle(td, cssText);
|
|
8993
|
-
for (Tools.isPlainObject(style2) && (cell.s = style2); c2 < colLen && data[
|
|
9012
|
+
for (Tools.isPlainObject(style2) && (cell.s = style2); c2 < colLen && data[r2][c2] != null; )
|
|
8994
9013
|
c2++;
|
|
8995
9014
|
if (c2 !== colLen) {
|
|
8996
|
-
if (data[
|
|
8997
|
-
data[
|
|
9015
|
+
if (data[r2][c2] == null) {
|
|
9016
|
+
data[r2][c2] = cell;
|
|
8998
9017
|
const rowSpan = (_a20 = Number(td.getAttribute("rowSpan"))) != null ? _a20 : 1, colSpan = (_b = Number(td.getAttribute("colSpan"))) != null ? _b : 1;
|
|
8999
9018
|
if (rowSpan > 1 || colSpan > 1) {
|
|
9000
|
-
const first = { rs: +rowSpan - 1, cs: +colSpan - 1, r, c: c2 };
|
|
9001
|
-
data[
|
|
9019
|
+
const first = { rs: +rowSpan - 1, cs: +colSpan - 1, r: r2, c: c2 };
|
|
9020
|
+
data[r2][c2].mc = first;
|
|
9002
9021
|
for (let rp = 0; rp < rowSpan; rp++)
|
|
9003
9022
|
for (let cp = 0; cp < colSpan; cp++)
|
|
9004
|
-
rp === 0 && cp === 0 || (data[
|
|
9023
|
+
rp === 0 && cp === 0 || (data[r2 + rp][c2 + cp] = { mc: null });
|
|
9005
9024
|
}
|
|
9006
9025
|
}
|
|
9007
9026
|
c2++;
|
|
9008
9027
|
}
|
|
9009
|
-
}),
|
|
9028
|
+
}), r2++;
|
|
9010
9029
|
}), data;
|
|
9011
9030
|
}
|
|
9012
9031
|
__name(handelExcelToJson, "handelExcelToJson");
|