x-block-lib 0.7.25 → 0.7.26
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/dist/index.js +5 -3
- package/dist/{vendor.yapsaj89.js → vendor.h2gb3xpi.js} +6944 -6875
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Touched: 2021
|
|
9
9
|
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.ghost[data-v-2ba1be08]{opacity:.4;pointer-events:none}.blocklyToolbox{overflow-x:hidden;width:56px}.blocklyMainBackground{stroke-width:0}.blocklyToolboxCategory{margin-bottom:12px!important}.blocklyToolboxCategoryIcon{display:none!important}.blocklyTreeRowContentContainer{height:28px;display:flex;align-items:center;justify-items:center;overflow:hidden}.blocklyFlyout{z-index:21}`)),document.head.appendChild(l)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
|
|
10
10
|
import { provide as io, inject as ao, defineComponent as se, resolveComponent as U, createBlock as Z, openBlock as P, unref as M, withCtx as ee, createVNode as B, mergeProps as jt, useModel as Ve, ref as Oe, computed as Y, resolveDirective as co, withDirectives as uo, createElementBlock as Q, normalizeStyle as G, createElementVNode as W, toDisplayString as pt, withModifiers as Re, mergeModels as Mt, Fragment as gn, renderList as lo, useId as Ut, onUnmounted as An, useTemplateRef as De, withKeys as In, isRef as We, createCommentVNode as fe, onMounted as an, nextTick as ro, onBeforeUnmount as _o, watch as be, renderSlot as po } from "vue";
|
|
11
|
-
import { f as ho, F as On, M as p, E as A, r as cn, s as fo, X as yn, u as C, B as f, j as i, O as u, a as Vt, i as L, b as k, d, c as Me, e as K, g as ge, h as le, p as Ue, k as z, l as un, m as b, C as kn, N as te, n as mo, P as xt, V as Ie, o as Ye, q as Cn, t as To, v as Eo, w as go, S as Ao, x as Io, y as Oo, T as ht, z as vn, A as yo, D as ko, G as Nn, H as Co, I as vo, J as No, K as So, L as Lo, Q as Bo, R as bo, U as Po } from "./vendor.
|
|
11
|
+
import { f as ho, F as On, M as p, E as A, r as cn, s as fo, X as yn, u as C, B as f, j as i, O as u, a as Vt, i as L, b as k, d, c as Me, e as K, g as ge, h as le, p as Ue, k as z, l as un, m as b, C as kn, N as te, n as mo, P as xt, V as Ie, o as Ye, q as Cn, t as To, v as Eo, w as go, S as Ao, x as Io, y as Oo, T as ht, z as vn, A as yo, D as ko, G as Nn, H as Co, I as vo, J as No, K as So, L as Lo, Q as Bo, R as bo, U as Po } from "./vendor.h2gb3xpi.js";
|
|
12
12
|
import { globalObjects as j, openConfirmDlg as Ro, openPromptDlg as Do, messageWarning as Sn, useColor as we, useSystem as Ln, useViewStack as Xt } from "x-essential-lib";
|
|
13
13
|
import { elements as R, pkgs as xe, parsePixelStr as Mo, parsePercentStr as Uo, getPropTag as oe } from "x-runtime-lib";
|
|
14
14
|
import { globalState as h } from "x-state-lib";
|
|
@@ -449,8 +449,10 @@ function ne(e) {
|
|
|
449
449
|
}
|
|
450
450
|
function Se(e) {
|
|
451
451
|
const { i18n: t } = j, n = [], o = Ae(e);
|
|
452
|
-
for (const { id: s, name: a, alias: c } of o)
|
|
453
|
-
|
|
452
|
+
for (const { id: s, name: a, alias: c } of o) {
|
|
453
|
+
let l = t.global.t(a);
|
|
454
|
+
c && (l += " / " + c), n.push([l, s]);
|
|
455
|
+
}
|
|
454
456
|
return N(n);
|
|
455
457
|
}
|
|
456
458
|
function Yt(e) {
|