@stsdti/funky-ui-kit 1.3.0 → 1.3.1
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.es.js +6 -9
- package/dist/funky-ui-kit.es.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -3
package/dist/funky-ui-kit.es.js
CHANGED
|
@@ -14625,12 +14625,10 @@ const _sfc_main$1z = {
|
|
|
14625
14625
|
default: "Pana la"
|
|
14626
14626
|
},
|
|
14627
14627
|
startName: {
|
|
14628
|
-
type: String
|
|
14629
|
-
default: "start"
|
|
14628
|
+
type: String
|
|
14630
14629
|
},
|
|
14631
14630
|
endName: {
|
|
14632
|
-
type: String
|
|
14633
|
-
default: "end"
|
|
14631
|
+
type: String
|
|
14634
14632
|
},
|
|
14635
14633
|
...appDatePickerProps,
|
|
14636
14634
|
...appFormElementProps
|
|
@@ -14680,7 +14678,7 @@ const _sfc_main$1z = {
|
|
|
14680
14678
|
modelValue: modelValueStart.value,
|
|
14681
14679
|
"onUpdate:modelValue": _cache2[0] || (_cache2[0] = ($event) => modelValueStart.value = $event),
|
|
14682
14680
|
placeholder: __props.placeholderLeft,
|
|
14683
|
-
name: __props.startName
|
|
14681
|
+
name: __props.startName || _ctx.$attrs["name-start"] || "start"
|
|
14684
14682
|
}, bindableProps.value, { showEasyButtons: false }), null, 16, ["modelValue", "placeholder", "name"]),
|
|
14685
14683
|
createVNode(_sfc_main$1A, mergeProps({
|
|
14686
14684
|
class: "app-form-group-element flex-1",
|
|
@@ -14688,7 +14686,7 @@ const _sfc_main$1z = {
|
|
|
14688
14686
|
modelValue: modelValueEnd.value,
|
|
14689
14687
|
"onUpdate:modelValue": _cache2[1] || (_cache2[1] = ($event) => modelValueEnd.value = $event),
|
|
14690
14688
|
placeholder: __props.placeholderRight,
|
|
14691
|
-
name: __props.endName
|
|
14689
|
+
name: __props.endName || _ctx.$attrs["name-end"] || "end"
|
|
14692
14690
|
}, bindableProps.value, { showEasyButtons: false }), null, 16, ["modelValue", "placeholder", "name"])
|
|
14693
14691
|
]),
|
|
14694
14692
|
_ctx.showEasyButtons ? (openBlock(), createElementBlock("div", _hoisted_3$C, [
|
|
@@ -17061,7 +17059,6 @@ const _sfc_main$1m = {
|
|
|
17061
17059
|
close2({ value: false });
|
|
17062
17060
|
}
|
|
17063
17061
|
return (_ctx, _cache2) => {
|
|
17064
|
-
const _component_app_button = resolveComponent("app-button");
|
|
17065
17062
|
return openBlock(), createBlock(AppModal, {
|
|
17066
17063
|
modelValue: isVisible.value,
|
|
17067
17064
|
"onUpdate:modelValue": _cache2[0] || (_cache2[0] = ($event) => isVisible.value = $event),
|
|
@@ -17091,7 +17088,7 @@ const _sfc_main$1m = {
|
|
|
17091
17088
|
])
|
|
17092
17089
|
]),
|
|
17093
17090
|
createElementVNode("div", _hoisted_7$6, [
|
|
17094
|
-
createVNode(
|
|
17091
|
+
createVNode(_sfc_main$1E, {
|
|
17095
17092
|
class: "btn btn-light",
|
|
17096
17093
|
onClick: onCancel
|
|
17097
17094
|
}, {
|
|
@@ -17100,7 +17097,7 @@ const _sfc_main$1m = {
|
|
|
17100
17097
|
]),
|
|
17101
17098
|
_: 1
|
|
17102
17099
|
}),
|
|
17103
|
-
createVNode(
|
|
17100
|
+
createVNode(_sfc_main$1E, {
|
|
17104
17101
|
class: normalizeClass(confirmButtonClass.value),
|
|
17105
17102
|
onClick: onConfirm
|
|
17106
17103
|
}, {
|