@univerjs/sheets-hyper-link-ui 1.0.0-beta.0 → 1.0.0-beta.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 +7 -7
- package/lib/cjs/locale/ar-SA.js +0 -1
- package/lib/cjs/locale/ca-ES.js +0 -1
- package/lib/cjs/locale/de-DE.js +0 -1
- package/lib/cjs/locale/en-US.js +0 -1
- package/lib/cjs/locale/es-ES.js +0 -1
- package/lib/cjs/locale/fa-IR.js +0 -1
- package/lib/cjs/locale/fr-FR.js +0 -1
- package/lib/cjs/locale/id-ID.js +0 -1
- package/lib/cjs/locale/it-IT.js +0 -1
- package/lib/cjs/locale/ja-JP.js +0 -1
- package/lib/cjs/locale/ko-KR.js +0 -1
- package/lib/cjs/locale/pl-PL.js +0 -1
- package/lib/cjs/locale/pt-BR.js +0 -1
- package/lib/cjs/locale/ru-RU.js +0 -1
- package/lib/cjs/locale/sk-SK.js +0 -1
- package/lib/cjs/locale/vi-VN.js +0 -1
- package/lib/cjs/locale/zh-CN.js +0 -1
- package/lib/cjs/locale/zh-HK.js +0 -1
- package/lib/cjs/locale/zh-TW.js +0 -1
- package/lib/es/index.js +7 -7
- package/lib/es/locale/ar-SA.js +0 -1
- package/lib/es/locale/ca-ES.js +0 -1
- package/lib/es/locale/de-DE.js +0 -1
- package/lib/es/locale/en-US.js +0 -1
- package/lib/es/locale/es-ES.js +0 -1
- package/lib/es/locale/fa-IR.js +0 -1
- package/lib/es/locale/fr-FR.js +0 -1
- package/lib/es/locale/id-ID.js +0 -1
- package/lib/es/locale/it-IT.js +0 -1
- package/lib/es/locale/ja-JP.js +0 -1
- package/lib/es/locale/ko-KR.js +0 -1
- package/lib/es/locale/pl-PL.js +0 -1
- package/lib/es/locale/pt-BR.js +0 -1
- package/lib/es/locale/ru-RU.js +0 -1
- package/lib/es/locale/sk-SK.js +0 -1
- package/lib/es/locale/vi-VN.js +0 -1
- package/lib/es/locale/zh-CN.js +0 -1
- package/lib/es/locale/zh-HK.js +0 -1
- package/lib/es/locale/zh-TW.js +0 -1
- package/lib/index.css +4 -4
- package/lib/index.js +7 -7
- package/lib/locale/ar-SA.js +0 -1
- package/lib/locale/ca-ES.js +0 -1
- package/lib/locale/de-DE.js +0 -1
- package/lib/locale/en-US.js +0 -1
- package/lib/locale/es-ES.js +0 -1
- package/lib/locale/fa-IR.js +0 -1
- package/lib/locale/fr-FR.js +0 -1
- package/lib/locale/id-ID.js +0 -1
- package/lib/locale/it-IT.js +0 -1
- package/lib/locale/ja-JP.js +0 -1
- package/lib/locale/ko-KR.js +0 -1
- package/lib/locale/pl-PL.js +0 -1
- package/lib/locale/pt-BR.js +0 -1
- package/lib/locale/ru-RU.js +0 -1
- package/lib/locale/sk-SK.js +0 -1
- package/lib/locale/vi-VN.js +0 -1
- package/lib/locale/zh-CN.js +0 -1
- package/lib/locale/zh-HK.js +0 -1
- package/lib/locale/zh-TW.js +0 -1
- package/lib/types/locale/en-US.d.ts +0 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +14 -14
package/lib/cjs/index.js
CHANGED
|
@@ -622,7 +622,7 @@ const CellLinkEdit = () => {
|
|
|
622
622
|
};
|
|
623
623
|
if (!editing) return null;
|
|
624
624
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
625
|
-
className: (0, _univerjs_design.clsx)("univer-box-border univer-w-[296px] univer-rounded-xl univer-bg-
|
|
625
|
+
className: (0, _univerjs_design.clsx)("univer-box-border univer-w-[296px] univer-rounded-xl univer-bg-gray-0 univer-p-4 univer-shadow-md dark:!univer-bg-gray-900", _univerjs_design.borderClassName),
|
|
626
626
|
children: [
|
|
627
627
|
showLabel ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_design.FormLayout, {
|
|
628
628
|
label: localeService.t("sheets-hyper-link-ui.form.label"),
|
|
@@ -797,7 +797,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
797
797
|
const linkObj = parserHyperLinkService.parseHyperLink(customRange.properties.url ?? "");
|
|
798
798
|
const isError = linkObj.type === _univerjs_sheets_hyper_link.SheetHyperLinkType.INVALID;
|
|
799
799
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
800
|
-
className: (0, _univerjs_design.clsx)("univer-mb-1 univer-flex univer-max-w-80 univer-flex-row univer-items-center univer-justify-between univer-gap-2 univer-overflow-hidden univer-rounded-lg univer-bg-
|
|
800
|
+
className: (0, _univerjs_design.clsx)("univer-mb-1 univer-flex univer-max-w-80 univer-flex-row univer-items-center univer-justify-between univer-gap-2 univer-overflow-hidden univer-rounded-lg univer-bg-gray-0 univer-p-2 univer-shadow-md dark:!univer-bg-gray-900", _univerjs_design.borderClassName),
|
|
801
801
|
onClick: () => popupService.hideCurrentPopup(),
|
|
802
802
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
803
803
|
className: (0, _univerjs_design.clsx)("univer-flex univer-h-6 univer-flex-1 univer-cursor-pointer univer-flex-row univer-items-center univer-gap-1 univer-truncate univer-text-sm univer-leading-5 univer-text-primary-600", { "univer-text-red-500": isError }),
|
|
@@ -806,7 +806,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
806
806
|
resolverService.navigate(linkObj);
|
|
807
807
|
},
|
|
808
808
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
809
|
-
className: "univer-flex univer-size-5 univer-flex-none univer-items-center univer-justify-center univer-text-base univer-text-gray-900 dark:!univer-text-
|
|
809
|
+
className: "univer-flex univer-size-5 univer-flex-none univer-items-center univer-justify-center univer-text-base univer-text-gray-900 dark:!univer-text-gray-0",
|
|
810
810
|
children: iconsMap[linkObj.type]
|
|
811
811
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_design.Tooltip, {
|
|
812
812
|
showIfEllipsis: true,
|
|
@@ -836,7 +836,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
836
836
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_design.Tooltip, {
|
|
837
837
|
placement: "bottom",
|
|
838
838
|
title: localeService.t("sheets-hyper-link-ui.popup.copy"),
|
|
839
|
-
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_icons.CopyIcon, { className: "dark:!univer-text-
|
|
839
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_icons.CopyIcon, { className: "dark:!univer-text-gray-0" })
|
|
840
840
|
})
|
|
841
841
|
}), editPermission && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
842
842
|
"data-u-comp": "cell-link-popup-edit",
|
|
@@ -854,7 +854,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
854
854
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_design.Tooltip, {
|
|
855
855
|
placement: "bottom",
|
|
856
856
|
title: localeService.t("sheets-hyper-link-ui.popup.edit"),
|
|
857
|
-
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_icons.WriteIcon, { className: "dark:!univer-text-
|
|
857
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_icons.WriteIcon, { className: "dark:!univer-text-gray-0" })
|
|
858
858
|
})
|
|
859
859
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
860
860
|
"data-u-comp": "cell-link-popup-remove",
|
|
@@ -873,7 +873,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
873
873
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_design.Tooltip, {
|
|
874
874
|
placement: "bottom",
|
|
875
875
|
title: localeService.t("sheets-hyper-link-ui.popup.cancel"),
|
|
876
|
-
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_icons.UnlinkIcon, { className: "dark:!univer-text-
|
|
876
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_icons.UnlinkIcon, { className: "dark:!univer-text-gray-0" })
|
|
877
877
|
})
|
|
878
878
|
})] })]
|
|
879
879
|
})]
|
|
@@ -1539,7 +1539,7 @@ const menuSchema = {
|
|
|
1539
1539
|
//#endregion
|
|
1540
1540
|
//#region package.json
|
|
1541
1541
|
var name = "@univerjs/sheets-hyper-link-ui";
|
|
1542
|
-
var version = "1.0.0-beta.
|
|
1542
|
+
var version = "1.0.0-beta.1";
|
|
1543
1543
|
|
|
1544
1544
|
//#endregion
|
|
1545
1545
|
//#region src/controllers/auto-fill.controller.ts
|
package/lib/cjs/locale/ar-SA.js
CHANGED
package/lib/cjs/locale/ca-ES.js
CHANGED
package/lib/cjs/locale/de-DE.js
CHANGED
package/lib/cjs/locale/en-US.js
CHANGED
package/lib/cjs/locale/es-ES.js
CHANGED
package/lib/cjs/locale/fa-IR.js
CHANGED
package/lib/cjs/locale/fr-FR.js
CHANGED
package/lib/cjs/locale/id-ID.js
CHANGED
package/lib/cjs/locale/it-IT.js
CHANGED
package/lib/cjs/locale/ja-JP.js
CHANGED
package/lib/cjs/locale/ko-KR.js
CHANGED
package/lib/cjs/locale/pl-PL.js
CHANGED
package/lib/cjs/locale/pt-BR.js
CHANGED
package/lib/cjs/locale/ru-RU.js
CHANGED
package/lib/cjs/locale/sk-SK.js
CHANGED
package/lib/cjs/locale/vi-VN.js
CHANGED
package/lib/cjs/locale/zh-CN.js
CHANGED
package/lib/cjs/locale/zh-HK.js
CHANGED
package/lib/cjs/locale/zh-TW.js
CHANGED
package/lib/es/index.js
CHANGED
|
@@ -621,7 +621,7 @@ const CellLinkEdit = () => {
|
|
|
621
621
|
};
|
|
622
622
|
if (!editing) return null;
|
|
623
623
|
return /* @__PURE__ */ jsxs("div", {
|
|
624
|
-
className: clsx("univer-box-border univer-w-[296px] univer-rounded-xl univer-bg-
|
|
624
|
+
className: clsx("univer-box-border univer-w-[296px] univer-rounded-xl univer-bg-gray-0 univer-p-4 univer-shadow-md dark:!univer-bg-gray-900", borderClassName),
|
|
625
625
|
children: [
|
|
626
626
|
showLabel ? /* @__PURE__ */ jsx(FormLayout, {
|
|
627
627
|
label: localeService.t("sheets-hyper-link-ui.form.label"),
|
|
@@ -796,7 +796,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
796
796
|
const linkObj = parserHyperLinkService.parseHyperLink(customRange.properties.url ?? "");
|
|
797
797
|
const isError = linkObj.type === SheetHyperLinkType.INVALID;
|
|
798
798
|
return /* @__PURE__ */ jsxs("div", {
|
|
799
|
-
className: clsx("univer-mb-1 univer-flex univer-max-w-80 univer-flex-row univer-items-center univer-justify-between univer-gap-2 univer-overflow-hidden univer-rounded-lg univer-bg-
|
|
799
|
+
className: clsx("univer-mb-1 univer-flex univer-max-w-80 univer-flex-row univer-items-center univer-justify-between univer-gap-2 univer-overflow-hidden univer-rounded-lg univer-bg-gray-0 univer-p-2 univer-shadow-md dark:!univer-bg-gray-900", borderClassName),
|
|
800
800
|
onClick: () => popupService.hideCurrentPopup(),
|
|
801
801
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
802
802
|
className: clsx("univer-flex univer-h-6 univer-flex-1 univer-cursor-pointer univer-flex-row univer-items-center univer-gap-1 univer-truncate univer-text-sm univer-leading-5 univer-text-primary-600", { "univer-text-red-500": isError }),
|
|
@@ -805,7 +805,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
805
805
|
resolverService.navigate(linkObj);
|
|
806
806
|
},
|
|
807
807
|
children: [/* @__PURE__ */ jsx("div", {
|
|
808
|
-
className: "univer-flex univer-size-5 univer-flex-none univer-items-center univer-justify-center univer-text-base univer-text-gray-900 dark:!univer-text-
|
|
808
|
+
className: "univer-flex univer-size-5 univer-flex-none univer-items-center univer-justify-center univer-text-base univer-text-gray-900 dark:!univer-text-gray-0",
|
|
809
809
|
children: iconsMap[linkObj.type]
|
|
810
810
|
}), /* @__PURE__ */ jsx(Tooltip, {
|
|
811
811
|
showIfEllipsis: true,
|
|
@@ -835,7 +835,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
835
835
|
children: /* @__PURE__ */ jsx(Tooltip, {
|
|
836
836
|
placement: "bottom",
|
|
837
837
|
title: localeService.t("sheets-hyper-link-ui.popup.copy"),
|
|
838
|
-
children: /* @__PURE__ */ jsx(CopyIcon, { className: "dark:!univer-text-
|
|
838
|
+
children: /* @__PURE__ */ jsx(CopyIcon, { className: "dark:!univer-text-gray-0" })
|
|
839
839
|
})
|
|
840
840
|
}), editPermission && /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("div", {
|
|
841
841
|
"data-u-comp": "cell-link-popup-edit",
|
|
@@ -853,7 +853,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
853
853
|
children: /* @__PURE__ */ jsx(Tooltip, {
|
|
854
854
|
placement: "bottom",
|
|
855
855
|
title: localeService.t("sheets-hyper-link-ui.popup.edit"),
|
|
856
|
-
children: /* @__PURE__ */ jsx(WriteIcon, { className: "dark:!univer-text-
|
|
856
|
+
children: /* @__PURE__ */ jsx(WriteIcon, { className: "dark:!univer-text-gray-0" })
|
|
857
857
|
})
|
|
858
858
|
}), /* @__PURE__ */ jsx("div", {
|
|
859
859
|
"data-u-comp": "cell-link-popup-remove",
|
|
@@ -872,7 +872,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
872
872
|
children: /* @__PURE__ */ jsx(Tooltip, {
|
|
873
873
|
placement: "bottom",
|
|
874
874
|
title: localeService.t("sheets-hyper-link-ui.popup.cancel"),
|
|
875
|
-
children: /* @__PURE__ */ jsx(UnlinkIcon, { className: "dark:!univer-text-
|
|
875
|
+
children: /* @__PURE__ */ jsx(UnlinkIcon, { className: "dark:!univer-text-gray-0" })
|
|
876
876
|
})
|
|
877
877
|
})] })]
|
|
878
878
|
})]
|
|
@@ -1538,7 +1538,7 @@ const menuSchema = {
|
|
|
1538
1538
|
//#endregion
|
|
1539
1539
|
//#region package.json
|
|
1540
1540
|
var name = "@univerjs/sheets-hyper-link-ui";
|
|
1541
|
-
var version = "1.0.0-beta.
|
|
1541
|
+
var version = "1.0.0-beta.1";
|
|
1542
1542
|
|
|
1543
1543
|
//#endregion
|
|
1544
1544
|
//#region src/controllers/auto-fill.controller.ts
|
package/lib/es/locale/ar-SA.js
CHANGED
package/lib/es/locale/ca-ES.js
CHANGED
package/lib/es/locale/de-DE.js
CHANGED
package/lib/es/locale/en-US.js
CHANGED
package/lib/es/locale/es-ES.js
CHANGED
package/lib/es/locale/fa-IR.js
CHANGED
package/lib/es/locale/fr-FR.js
CHANGED
package/lib/es/locale/id-ID.js
CHANGED
package/lib/es/locale/it-IT.js
CHANGED
package/lib/es/locale/ja-JP.js
CHANGED
package/lib/es/locale/ko-KR.js
CHANGED
package/lib/es/locale/pl-PL.js
CHANGED
package/lib/es/locale/pt-BR.js
CHANGED
package/lib/es/locale/ru-RU.js
CHANGED
package/lib/es/locale/sk-SK.js
CHANGED
package/lib/es/locale/vi-VN.js
CHANGED
package/lib/es/locale/zh-CN.js
CHANGED
package/lib/es/locale/zh-HK.js
CHANGED
package/lib/es/locale/zh-TW.js
CHANGED
package/lib/index.css
CHANGED
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
border-radius: .75rem;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.univer-bg-
|
|
102
|
-
background-color: var(--univer-
|
|
101
|
+
.univer-bg-gray-0 {
|
|
102
|
+
background-color: var(--univer-gray-0);
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.univer-p-2 {
|
|
@@ -155,8 +155,8 @@
|
|
|
155
155
|
background-color: var(--univer-gray-900) !important;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.dark\:\!univer-text-
|
|
159
|
-
color: var(--univer-
|
|
158
|
+
.dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
|
|
159
|
+
color: var(--univer-gray-0) !important;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
|
package/lib/index.js
CHANGED
|
@@ -621,7 +621,7 @@ const CellLinkEdit = () => {
|
|
|
621
621
|
};
|
|
622
622
|
if (!editing) return null;
|
|
623
623
|
return /* @__PURE__ */ jsxs("div", {
|
|
624
|
-
className: clsx("univer-box-border univer-w-[296px] univer-rounded-xl univer-bg-
|
|
624
|
+
className: clsx("univer-box-border univer-w-[296px] univer-rounded-xl univer-bg-gray-0 univer-p-4 univer-shadow-md dark:!univer-bg-gray-900", borderClassName),
|
|
625
625
|
children: [
|
|
626
626
|
showLabel ? /* @__PURE__ */ jsx(FormLayout, {
|
|
627
627
|
label: localeService.t("sheets-hyper-link-ui.form.label"),
|
|
@@ -796,7 +796,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
796
796
|
const linkObj = parserHyperLinkService.parseHyperLink(customRange.properties.url ?? "");
|
|
797
797
|
const isError = linkObj.type === SheetHyperLinkType.INVALID;
|
|
798
798
|
return /* @__PURE__ */ jsxs("div", {
|
|
799
|
-
className: clsx("univer-mb-1 univer-flex univer-max-w-80 univer-flex-row univer-items-center univer-justify-between univer-gap-2 univer-overflow-hidden univer-rounded-lg univer-bg-
|
|
799
|
+
className: clsx("univer-mb-1 univer-flex univer-max-w-80 univer-flex-row univer-items-center univer-justify-between univer-gap-2 univer-overflow-hidden univer-rounded-lg univer-bg-gray-0 univer-p-2 univer-shadow-md dark:!univer-bg-gray-900", borderClassName),
|
|
800
800
|
onClick: () => popupService.hideCurrentPopup(),
|
|
801
801
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
802
802
|
className: clsx("univer-flex univer-h-6 univer-flex-1 univer-cursor-pointer univer-flex-row univer-items-center univer-gap-1 univer-truncate univer-text-sm univer-leading-5 univer-text-primary-600", { "univer-text-red-500": isError }),
|
|
@@ -805,7 +805,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
805
805
|
resolverService.navigate(linkObj);
|
|
806
806
|
},
|
|
807
807
|
children: [/* @__PURE__ */ jsx("div", {
|
|
808
|
-
className: "univer-flex univer-size-5 univer-flex-none univer-items-center univer-justify-center univer-text-base univer-text-gray-900 dark:!univer-text-
|
|
808
|
+
className: "univer-flex univer-size-5 univer-flex-none univer-items-center univer-justify-center univer-text-base univer-text-gray-900 dark:!univer-text-gray-0",
|
|
809
809
|
children: iconsMap[linkObj.type]
|
|
810
810
|
}), /* @__PURE__ */ jsx(Tooltip, {
|
|
811
811
|
showIfEllipsis: true,
|
|
@@ -835,7 +835,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
835
835
|
children: /* @__PURE__ */ jsx(Tooltip, {
|
|
836
836
|
placement: "bottom",
|
|
837
837
|
title: localeService.t("sheets-hyper-link-ui.popup.copy"),
|
|
838
|
-
children: /* @__PURE__ */ jsx(CopyIcon, { className: "dark:!univer-text-
|
|
838
|
+
children: /* @__PURE__ */ jsx(CopyIcon, { className: "dark:!univer-text-gray-0" })
|
|
839
839
|
})
|
|
840
840
|
}), editPermission && /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("div", {
|
|
841
841
|
"data-u-comp": "cell-link-popup-edit",
|
|
@@ -853,7 +853,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
853
853
|
children: /* @__PURE__ */ jsx(Tooltip, {
|
|
854
854
|
placement: "bottom",
|
|
855
855
|
title: localeService.t("sheets-hyper-link-ui.popup.edit"),
|
|
856
|
-
children: /* @__PURE__ */ jsx(WriteIcon, { className: "dark:!univer-text-
|
|
856
|
+
children: /* @__PURE__ */ jsx(WriteIcon, { className: "dark:!univer-text-gray-0" })
|
|
857
857
|
})
|
|
858
858
|
}), /* @__PURE__ */ jsx("div", {
|
|
859
859
|
"data-u-comp": "cell-link-popup-remove",
|
|
@@ -872,7 +872,7 @@ const CellLinkPopupPure = (props) => {
|
|
|
872
872
|
children: /* @__PURE__ */ jsx(Tooltip, {
|
|
873
873
|
placement: "bottom",
|
|
874
874
|
title: localeService.t("sheets-hyper-link-ui.popup.cancel"),
|
|
875
|
-
children: /* @__PURE__ */ jsx(UnlinkIcon, { className: "dark:!univer-text-
|
|
875
|
+
children: /* @__PURE__ */ jsx(UnlinkIcon, { className: "dark:!univer-text-gray-0" })
|
|
876
876
|
})
|
|
877
877
|
})] })]
|
|
878
878
|
})]
|
|
@@ -1538,7 +1538,7 @@ const menuSchema = {
|
|
|
1538
1538
|
//#endregion
|
|
1539
1539
|
//#region package.json
|
|
1540
1540
|
var name = "@univerjs/sheets-hyper-link-ui";
|
|
1541
|
-
var version = "1.0.0-beta.
|
|
1541
|
+
var version = "1.0.0-beta.1";
|
|
1542
1542
|
|
|
1543
1543
|
//#endregion
|
|
1544
1544
|
//#region src/controllers/auto-fill.controller.ts
|
package/lib/locale/ar-SA.js
CHANGED
package/lib/locale/ca-ES.js
CHANGED
package/lib/locale/de-DE.js
CHANGED
package/lib/locale/en-US.js
CHANGED
package/lib/locale/es-ES.js
CHANGED
package/lib/locale/fa-IR.js
CHANGED
package/lib/locale/fr-FR.js
CHANGED
package/lib/locale/id-ID.js
CHANGED