@factoringplus/pl-components-pack-v3 0.4.42-pre-5 → 0.4.42-pre-7
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.
|
@@ -24582,6 +24582,7 @@ const _sfc_main$y = {
|
|
|
24582
24582
|
currency: "EUR",
|
|
24583
24583
|
currencyDisplay: "hidden",
|
|
24584
24584
|
precision: round.value ? 0 : 2,
|
|
24585
|
+
hideNegligibleDecimalDigitsOnFocus: false,
|
|
24585
24586
|
hideGroupingSeparatorOnFocus: true,
|
|
24586
24587
|
valueRange: unref(valueRange),
|
|
24587
24588
|
...unref(currencyInputOptions)
|
|
@@ -36170,7 +36171,7 @@ const PlUploadPlugin = {
|
|
|
36170
36171
|
var plUploadPlus_vue_vue_type_style_index_0_lang = "";
|
|
36171
36172
|
const _hoisted_1$n = { class: "headers-elements" };
|
|
36172
36173
|
const _hoisted_2$k = /* @__PURE__ */ createElementVNode("div", { class: "img" }, null, -1);
|
|
36173
|
-
const _hoisted_3$i = /* @__PURE__ */ createElementVNode("h6", { class: "pl-upload-plus__header" }, "\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0444\u0430\u0439\u043B", -1);
|
|
36174
|
+
const _hoisted_3$i = /* @__PURE__ */ createElementVNode("h6", { class: "pl-upload-plus__header" }, "\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0444\u0430\u0439\u043B\u044B", -1);
|
|
36174
36175
|
const _hoisted_4$c = { class: "pl-upload-plus__comment" };
|
|
36175
36176
|
const __default__$2 = {
|
|
36176
36177
|
name: "PlUploadPlus"
|
|
@@ -36259,7 +36260,7 @@ const _sfc_main$n = /* @__PURE__ */ Object.assign(__default__$2, {
|
|
|
36259
36260
|
]) : createCommentVNode("", true),
|
|
36260
36261
|
__props.main ? renderSlot(_ctx.$slots, "main", { key: 1 }, () => [
|
|
36261
36262
|
_hoisted_3$i,
|
|
36262
|
-
createElementVNode("span", _hoisted_4$c, "\u0420\u0430\u0437\u043C\u0435\u0440 \u0444\u0430\u0439\u043B\u0430 \u043D\u0435 \u0431\u043E\u043B\u0435\u0435 " + toDisplayString(__props.fileSize) + "\u041C\u0411", 1)
|
|
36263
|
+
createElementVNode("span", _hoisted_4$c, "\u0420\u0430\u0437\u043C\u0435\u0440 \u043E\u0434\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0430 \u043D\u0435 \u0431\u043E\u043B\u0435\u0435 " + toDisplayString(__props.fileSize) + "\u041C\u0411", 1)
|
|
36263
36264
|
]) : createCommentVNode("", true)
|
|
36264
36265
|
]),
|
|
36265
36266
|
renderSlot(_ctx.$slots, "footer")
|