layers-design-system 3.7.1 → 3.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{en-93f753dc.js → en-2e9f468f.js} +1 -1
- package/dist/{en-f7496dde.cjs → en-5fd42d10.cjs} +1 -1
- package/dist/{es-40a1dee1.cjs → es-0096458a.cjs} +1 -1
- package/dist/{es-c14ed45e.js → es-285e3dda.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{main-6dc60dbb.js → main-30f54ace.js} +10 -4
- package/dist/{main-e7a06481.cjs → main-6b7c77c6.cjs} +2 -2
- package/dist/{pt-br-a7d252d6.js → pt-br-0473fa08.js} +1 -1
- package/dist/{pt-br-2159ded1.cjs → pt-br-8eb4bb2a.cjs} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const o=require("./main-
|
|
1
|
+
"use strict";const o=require("./main-6b7c77c6.cjs");var _={exports:{}};(function(t,u){(function(n,e){t.exports=e()})(o.commonjsGlobal,function(){return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(n){var e=["th","st","nd","rd"],r=n%100;return"["+n+(e[(r-20)%10]||e[r]||e[0])+"]"}}})})(_);const a=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.en=a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const t=require("./main-
|
|
1
|
+
"use strict";const t=require("./main-6b7c77c6.cjs");var a={exports:{}};(function(n,m){(function(s,o){n.exports=o(t.dayjs_minExports)})(t.commonjsGlobal,function(s){function o(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var r=o(s),_={name:"es",monthsShort:"ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),weekStart:1,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinal:function(e){return e+"º"}};return r.default.locale(_,null,!0),_})})(a);const d=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.es=d;
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./main-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./main-6b7c77c6.cjs");require("vue");Object.defineProperty(exports,"Language",{enumerable:!0,get:()=>e.Language});exports.Notification=e.Notification;exports.default=e.LayersDesignSystem;
|
package/dist/index.js
CHANGED
|
@@ -30641,13 +30641,13 @@ const kee = (e) => ({
|
|
|
30641
30641
|
let r;
|
|
30642
30642
|
switch (t) {
|
|
30643
30643
|
case "en":
|
|
30644
|
-
r = await Promise.resolve().then(() => lz), await import("./en-
|
|
30644
|
+
r = await Promise.resolve().then(() => lz), await import("./en-2e9f468f.js").then((a) => a.e);
|
|
30645
30645
|
break;
|
|
30646
30646
|
case "es":
|
|
30647
|
-
r = await import("./es-3d12d004.js"), await import("./es-
|
|
30647
|
+
r = await import("./es-3d12d004.js"), await import("./es-285e3dda.js").then((a) => a.e);
|
|
30648
30648
|
break;
|
|
30649
30649
|
default:
|
|
30650
|
-
r = await import("./pt-br-c7a45834.js"), await import("./pt-br-
|
|
30650
|
+
r = await import("./pt-br-c7a45834.js"), await import("./pt-br-0473fa08.js").then((a) => a.p);
|
|
30651
30651
|
break;
|
|
30652
30652
|
}
|
|
30653
30653
|
UM(
|
|
@@ -57046,6 +57046,12 @@ const cwe = {
|
|
|
57046
57046
|
const { state: t } = this.editor, n = t.tr;
|
|
57047
57047
|
n.setMeta("forceUpdate", !0), this.editor.view.dispatch(n);
|
|
57048
57048
|
}
|
|
57049
|
+
},
|
|
57050
|
+
modelValue(e) {
|
|
57051
|
+
if (!this.editor)
|
|
57052
|
+
return;
|
|
57053
|
+
const t = this.editor.getHTML();
|
|
57054
|
+
e !== t && this.editor.commands.setContent(e, !1);
|
|
57049
57055
|
}
|
|
57050
57056
|
},
|
|
57051
57057
|
computed: {
|
|
@@ -57228,7 +57234,7 @@ function vwe(e, t, n, r, a, o) {
|
|
|
57228
57234
|
]))
|
|
57229
57235
|
], 2);
|
|
57230
57236
|
}
|
|
57231
|
-
const ywe = /* @__PURE__ */ Fe(cwe, [["render", vwe], ["__scopeId", "data-v-
|
|
57237
|
+
const ywe = /* @__PURE__ */ Fe(cwe, [["render", vwe], ["__scopeId", "data-v-82102e5d"]]), Mwe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
57232
57238
|
__proto__: null,
|
|
57233
57239
|
default: ywe
|
|
57234
57240
|
}, Symbol.toStringTag, { value: "Module" }));
|