@idds/vue 1.4.18 → 1.4.20
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/CircleProgressBar.vue.d.ts +2 -2
- package/dist/components/CircleProgressBar.vue.d.ts.map +1 -1
- 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.d.ts +3 -3
- 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.d.ts
CHANGED
|
@@ -1590,7 +1590,7 @@ declare const _default: {
|
|
|
1590
1590
|
}>> & Readonly<{}>, {
|
|
1591
1591
|
progress: number;
|
|
1592
1592
|
className: string;
|
|
1593
|
-
variant: "primary" | "secondary" | "
|
|
1593
|
+
variant: "primary" | "secondary" | "positive" | "warning" | "negative" | string;
|
|
1594
1594
|
diameter: number;
|
|
1595
1595
|
strokeWidth: number;
|
|
1596
1596
|
trackColor: string;
|
|
@@ -5937,7 +5937,7 @@ declare const _default: {
|
|
|
5937
5937
|
}> | import('vue').Component>;
|
|
5938
5938
|
};
|
|
5939
5939
|
state: {
|
|
5940
|
-
type: import('vue').PropType<"default" | "
|
|
5940
|
+
type: import('vue').PropType<"default" | "positive" | "destructive">;
|
|
5941
5941
|
default: string;
|
|
5942
5942
|
};
|
|
5943
5943
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -5982,7 +5982,7 @@ declare const _default: {
|
|
|
5982
5982
|
}> | import('vue').Component>;
|
|
5983
5983
|
};
|
|
5984
5984
|
state: {
|
|
5985
|
-
type: import('vue').PropType<"default" | "
|
|
5985
|
+
type: import('vue').PropType<"default" | "positive" | "destructive">;
|
|
5986
5986
|
default: string;
|
|
5987
5987
|
};
|
|
5988
5988
|
}>> & Readonly<{}>, {
|
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
|
])
|