@stsdti/funky-ui-kit 1.6.8 → 1.6.10
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/funky-ui-kit.css +2 -2
- package/dist/funky-ui-kit.es.js +26 -13
- package/dist/funky-ui-kit.es.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
package/dist/funky-ui-kit.es.js
CHANGED
|
@@ -18097,7 +18097,15 @@ const _sfc_main$1G = {
|
|
|
18097
18097
|
type: String,
|
|
18098
18098
|
default: Constants.LANGUAGE_RO
|
|
18099
18099
|
},
|
|
18100
|
-
showEasyButtons: Boolean
|
|
18100
|
+
showEasyButtons: Boolean,
|
|
18101
|
+
weekStart: {
|
|
18102
|
+
type: Number,
|
|
18103
|
+
default: 1
|
|
18104
|
+
},
|
|
18105
|
+
teleport: {
|
|
18106
|
+
type: Boolean,
|
|
18107
|
+
default: true
|
|
18108
|
+
}
|
|
18101
18109
|
}, {
|
|
18102
18110
|
"modelValue": { type: [Date, Array, String, Number, Object] },
|
|
18103
18111
|
"modelModifiers": {}
|
|
@@ -18158,7 +18166,10 @@ const _sfc_main$1G = {
|
|
|
18158
18166
|
placeholder: unref(computedPlaceHolder),
|
|
18159
18167
|
"text-input": computedTextInput.value,
|
|
18160
18168
|
"time-config": computedTimeConfig.value,
|
|
18161
|
-
|
|
18169
|
+
weekStart: __props.weekStart,
|
|
18170
|
+
"day-names": ["Lu", "Ma", "Mi", "Jo", "Vi", "Sâ", "Du"],
|
|
18171
|
+
locale: unref(locale),
|
|
18172
|
+
teleport: __props.teleport
|
|
18162
18173
|
}), createSlots({
|
|
18163
18174
|
"dp-input": withCtx(({ value, onInput, onEnter, onTab, onBlur, onFocus, onKeypress, onPaste, openMenu }) => [
|
|
18164
18175
|
createElementVNode("div", {
|
|
@@ -18212,7 +18223,7 @@ const _sfc_main$1G = {
|
|
|
18212
18223
|
])
|
|
18213
18224
|
};
|
|
18214
18225
|
})
|
|
18215
|
-
]), 1040, ["modelValue", "config", "disabled", "formats", "name", "placeholder", "text-input", "time-config"]),
|
|
18226
|
+
]), 1040, ["modelValue", "config", "disabled", "formats", "name", "placeholder", "text-input", "time-config", "weekStart", "locale", "teleport"]),
|
|
18216
18227
|
__props.showEasyButtons && !_ctx.disabled ? (openBlock(), createElementBlock("div", _hoisted_7$7, [
|
|
18217
18228
|
createVNode(_sfc_main$1H, {
|
|
18218
18229
|
modelValue: modelValue.value,
|
|
@@ -18225,7 +18236,7 @@ const _sfc_main$1G = {
|
|
|
18225
18236
|
};
|
|
18226
18237
|
}
|
|
18227
18238
|
};
|
|
18228
|
-
const AppDate = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__scopeId", "data-v-
|
|
18239
|
+
const AppDate = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__scopeId", "data-v-247a0a64"]]);
|
|
18229
18240
|
const _hoisted_1$1d = {
|
|
18230
18241
|
class: "flex-center-vertical dp__input dp__pointer dp__input_readonly dp__input_reg",
|
|
18231
18242
|
style: { "gap": "3px" }
|
|
@@ -32776,15 +32787,17 @@ const _sfc_main$x = {
|
|
|
32776
32787
|
};
|
|
32777
32788
|
return (_ctx, _cache2) => {
|
|
32778
32789
|
const _component_app_button = resolveComponent("app-button");
|
|
32779
|
-
return openBlock(), createElementBlock(
|
|
32780
|
-
createElementVNode("
|
|
32781
|
-
|
|
32782
|
-
|
|
32783
|
-
|
|
32784
|
-
|
|
32785
|
-
|
|
32790
|
+
return openBlock(), createElementBlock(Fragment, null, [
|
|
32791
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
32792
|
+
createElementVNode("a", {
|
|
32793
|
+
class: "navbar-nav-link rounded-pill p-1 cursor-pointer mr-5",
|
|
32794
|
+
"data-bs-toggle": "dropdown",
|
|
32795
|
+
onClick: toggleDropdown
|
|
32796
|
+
}, [
|
|
32797
|
+
renderSlot(_ctx.$slots, "dropdown-header")
|
|
32798
|
+
]),
|
|
32799
|
+
renderSlot(_ctx.$slots, "dropdown-header-icon")
|
|
32786
32800
|
]),
|
|
32787
|
-
renderSlot(_ctx.$slots, "dropdown-header-icon"),
|
|
32788
32801
|
isDropdownOpen.value ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
|
|
32789
32802
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_3$8, [
|
|
32790
32803
|
renderSlot(_ctx.$slots, "dropdown-content", {}, () => [
|
|
@@ -32801,7 +32814,7 @@ const _sfc_main$x = {
|
|
|
32801
32814
|
[unref(vOnClickOutside), closeModal]
|
|
32802
32815
|
])
|
|
32803
32816
|
])) : createCommentVNode("", true)
|
|
32804
|
-
]);
|
|
32817
|
+
], 64);
|
|
32805
32818
|
};
|
|
32806
32819
|
}
|
|
32807
32820
|
};
|