@arbocollab/arbo-plugin-item-table 0.1.23 → 0.1.25
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/es/index.es.js +13 -15
- package/lib/umd/index.umd.js +3 -3
- package/package.json +1 -1
package/lib/es/index.es.js
CHANGED
|
@@ -24767,7 +24767,7 @@ const dy = /* @__PURE__ */ wu("permissionStore", () => {
|
|
|
24767
24767
|
console.error("Error unarchiving item", ee);
|
|
24768
24768
|
}
|
|
24769
24769
|
}, v = (X) => u(X, "scene_hub"), y = (X) => u(X, "review_scene"), { tooltip: b, copyToClipboard: S } = p0(l.value.scene_hub || "", void 0, !0), C = (X) => {
|
|
24770
|
-
S();
|
|
24770
|
+
S(X);
|
|
24771
24771
|
}, R = (X) => n(X), E = (X) => u(X, "review"), T = (X) => u(X, "update"), A = (X) => u(X, "woohoo"), O = (X) => c(), F = (X) => d(), D = (X) => h(X, t), x = (X) => g(X, t), k = (X) => f(X, t), Z = K(() => {
|
|
24772
24772
|
let X = [];
|
|
24773
24773
|
return !r.value.scene_id && e.value.optionBlock && X.push(...e.value.optionBlock), Array.isArray(e.value.optionBlock) && e.value.optionBlock.length ? e.value.optionBlock : [
|
|
@@ -24789,7 +24789,7 @@ const dy = /* @__PURE__ */ wu("permissionStore", () => {
|
|
|
24789
24789
|
id: "open-in-arbo-review",
|
|
24790
24790
|
label: "",
|
|
24791
24791
|
icon: "PenRuler",
|
|
24792
|
-
description: "Open in
|
|
24792
|
+
description: "Open in Review",
|
|
24793
24793
|
action: y,
|
|
24794
24794
|
hide: !a.value.canOpenReview,
|
|
24795
24795
|
type: "icon"
|
|
@@ -35037,12 +35037,12 @@ const Ete = /* @__PURE__ */ ft({
|
|
|
35037
35037
|
__name: "DragDropItem",
|
|
35038
35038
|
props: {
|
|
35039
35039
|
item: {},
|
|
35040
|
-
isDisableNewCheck: { type: Boolean },
|
|
35041
|
-
disableDrag: { type: Boolean },
|
|
35042
|
-
disableCheckbox: { type: Boolean },
|
|
35043
|
-
readOnly: { type: Boolean },
|
|
35040
|
+
isDisableNewCheck: { type: Boolean, default: !1 },
|
|
35041
|
+
disableDrag: { type: Boolean, default: !1 },
|
|
35042
|
+
disableCheckbox: { type: Boolean, default: !1 },
|
|
35043
|
+
readOnly: { type: Boolean, default: !1 },
|
|
35044
35044
|
columnStates: {},
|
|
35045
|
-
disableDragTooltip: {}
|
|
35045
|
+
disableDragTooltip: { default: "" }
|
|
35046
35046
|
},
|
|
35047
35047
|
emits: ["toggle-column"],
|
|
35048
35048
|
setup(e, { emit: t }) {
|
|
@@ -35101,10 +35101,7 @@ const Ete = /* @__PURE__ */ ft({
|
|
|
35101
35101
|
class: q(h.$style.handler)
|
|
35102
35102
|
}, null, 8, ["color", "class"])
|
|
35103
35103
|
], 4)), [
|
|
35104
|
-
[
|
|
35105
|
-
U(n),
|
|
35106
|
-
o.disableDrag ? o.disableDragTooltip || "" : "Reordering is disabled while search is active."
|
|
35107
|
-
]
|
|
35104
|
+
[U(n), o.disableDrag == !0 ? o.disableDragTooltip : ""]
|
|
35108
35105
|
]),
|
|
35109
35106
|
u.value ? (z(), ae("div", {
|
|
35110
35107
|
key: 0,
|
|
@@ -35344,7 +35341,7 @@ const Ete = /* @__PURE__ */ ft({
|
|
|
35344
35341
|
disabled: !0,
|
|
35345
35342
|
readOnly: !0,
|
|
35346
35343
|
disableDrag: !0,
|
|
35347
|
-
disableDragTooltip: "",
|
|
35344
|
+
disableDragTooltip: " ",
|
|
35348
35345
|
"disable-checkbox": !0,
|
|
35349
35346
|
columnStates: c.value
|
|
35350
35347
|
}, null, 8, ["item", "columnStates"])), [
|
|
@@ -35364,10 +35361,11 @@ const Ete = /* @__PURE__ */ ft({
|
|
|
35364
35361
|
item: Z,
|
|
35365
35362
|
columnStates: c.value,
|
|
35366
35363
|
disableDrag: F.value,
|
|
35364
|
+
disableDragTooltip: F.value ? "Reordering is disabled while search is active." : void 0,
|
|
35367
35365
|
readOnly: s.readOnly,
|
|
35368
35366
|
isDisableNewCheck: O.value && Z.id.includes("metric"),
|
|
35369
35367
|
onToggleColumn: A
|
|
35370
|
-
}, null, 8, ["item", "columnStates", "disableDrag", "readOnly", "isDisableNewCheck"])), [
|
|
35368
|
+
}, null, 8, ["item", "columnStates", "disableDrag", "disableDragTooltip", "readOnly", "isDisableNewCheck"])), [
|
|
35371
35369
|
[cr, b.value[Z.field] || !r.value]
|
|
35372
35370
|
])
|
|
35373
35371
|
]),
|
|
@@ -85729,7 +85727,7 @@ const nRe = {
|
|
|
85729
85727
|
}, Tu = K(() => {
|
|
85730
85728
|
var bn;
|
|
85731
85729
|
const Be = Cn.getInstance().getItem("ws.terminology");
|
|
85732
|
-
return `
|
|
85730
|
+
return `New ${((bn = (Be ? JSON.parse(Be) : null).find((ci) => ci.code === "scene")) == null ? void 0 : bn.name) || "Scene"}`;
|
|
85733
85731
|
});
|
|
85734
85732
|
return (Be, Xe) => (z(), je(U(dQ), {
|
|
85735
85733
|
"is-sidebar-open": S.value,
|
|
@@ -85920,7 +85918,7 @@ const nRe = {
|
|
|
85920
85918
|
"beta-tag": "_beta-tag_1sow5_56"
|
|
85921
85919
|
}, RRe = {
|
|
85922
85920
|
$style: _Re
|
|
85923
|
-
}, DRe = /* @__PURE__ */ _t(yRe, [["__cssModules", RRe]]), kB = "0.1.
|
|
85921
|
+
}, DRe = /* @__PURE__ */ _t(yRe, [["__cssModules", RRe]]), kB = "0.1.25", TRe = { key: 0 }, FRe = /* @__PURE__ */ ft({
|
|
85924
85922
|
__name: "app",
|
|
85925
85923
|
setup(e) {
|
|
85926
85924
|
const t = K(() => n.id.length === 0 || n.workspaceId.length === 0), n = ti({
|