@idds/vue 1.4.19 → 1.4.21
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/components/TextField.vue.d.ts.map +1 -1
- package/dist/components/TimePicker.vue.d.ts.map +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +6 -18
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -2617,23 +2617,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
2617
2617
|
type: "button",
|
|
2618
2618
|
class: "ina-text-field__clear-button",
|
|
2619
2619
|
onClick: handleClear
|
|
2620
|
-
}, [
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
height: "16",
|
|
2624
|
-
viewBox: "0 0 24 24",
|
|
2625
|
-
fill: "none",
|
|
2626
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
2627
|
-
}, [
|
|
2628
|
-
createElementVNode("path", {
|
|
2629
|
-
d: "M18 6L6 18M6 6L18 18",
|
|
2630
|
-
stroke: "currentColor",
|
|
2631
|
-
"stroke-width": "2",
|
|
2632
|
-
"stroke-linecap": "round",
|
|
2633
|
-
"stroke-linejoin": "round"
|
|
2634
|
-
})
|
|
2635
|
-
], -1)
|
|
2636
|
-
])])) : createCommentVNode("", true)
|
|
2620
|
+
}, [
|
|
2621
|
+
createVNode(unref(IconX), { size: 16 })
|
|
2622
|
+
])) : createCommentVNode("", true)
|
|
2637
2623
|
], 2),
|
|
2638
2624
|
__props.statusMessage || validationError.value ? (openBlock(), createElementBlock("div", {
|
|
2639
2625
|
key: 1,
|
|
@@ -10163,7 +10149,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
10163
10149
|
class: "ina-time-picker__clear-button",
|
|
10164
10150
|
"aria-label": "Clear time",
|
|
10165
10151
|
onClick: handleClear
|
|
10166
|
-
},
|
|
10152
|
+
}, [
|
|
10153
|
+
createVNode(unref(IconX), { size: 16 })
|
|
10154
|
+
])) : __props.suffixIcon ? (openBlock(), createElementBlock("div", _hoisted_4$3, [
|
|
10167
10155
|
renderSlot(_ctx.$slots, "suffixIcon", {}, () => [
|
|
10168
10156
|
createTextVNode(toDisplayString(__props.suffixIcon), 1)
|
|
10169
10157
|
])
|