@knime/kds-components 0.30.0 → 0.30.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/CHANGELOG.md +11 -0
- package/dist/index.css +103 -123
- package/dist/index.js +11 -7
- package/dist/index.js.map +1 -1
- package/dist/src/accessories/InlineMessage/KdsInlineMessage.vue.d.ts.map +1 -1
- package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
- package/dist/src/forms/Checkbox/BaseCheckbox.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/layouts/Breadcrumb/KdsBreadcrumb.vue.d.ts.map +1 -1
- package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1106,7 +1106,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
|
1106
1106
|
}
|
|
1107
1107
|
});
|
|
1108
1108
|
|
|
1109
|
-
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-
|
|
1109
|
+
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-194a0dfd"]]);
|
|
1110
1110
|
|
|
1111
1111
|
const kdsInlineMessageVariant = {
|
|
1112
1112
|
ERROR: "error",
|
|
@@ -1335,7 +1335,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
1335
1335
|
}
|
|
1336
1336
|
});
|
|
1337
1337
|
|
|
1338
|
-
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-
|
|
1338
|
+
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-24ade73a"]]);
|
|
1339
1339
|
|
|
1340
1340
|
const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
1341
1341
|
__name: "KdsButton",
|
|
@@ -2814,7 +2814,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
2814
2814
|
}
|
|
2815
2815
|
});
|
|
2816
2816
|
|
|
2817
|
-
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-
|
|
2817
|
+
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-3354d162"]]);
|
|
2818
2818
|
|
|
2819
2819
|
const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2820
2820
|
__proto__: null,
|
|
@@ -12754,7 +12754,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
12754
12754
|
}
|
|
12755
12755
|
});
|
|
12756
12756
|
|
|
12757
|
-
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-
|
|
12757
|
+
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-0bec87ad"]]);
|
|
12758
12758
|
|
|
12759
12759
|
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
12760
12760
|
__name: "KdsCheckbox",
|
|
@@ -21976,7 +21976,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
21976
21976
|
}
|
|
21977
21977
|
});
|
|
21978
21978
|
|
|
21979
|
-
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-
|
|
21979
|
+
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-0a6ce241"]]);
|
|
21980
21980
|
|
|
21981
21981
|
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
21982
21982
|
__name: "KdsDropdown",
|
|
@@ -25649,7 +25649,11 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
25649
25649
|
key: `${breadcrumbItem.to ?? breadcrumbItem.text ?? "breadcrumb-item"}-${i}`,
|
|
25650
25650
|
ref_for: true,
|
|
25651
25651
|
ref: unref(itemRefs).set,
|
|
25652
|
-
class: normalizeClass({
|
|
25652
|
+
class: normalizeClass({
|
|
25653
|
+
current: isCurrentItem(i),
|
|
25654
|
+
"no-icon": !breadcrumbItem.leadingIcon,
|
|
25655
|
+
"no-text": !breadcrumbItem.text
|
|
25656
|
+
})
|
|
25653
25657
|
}, [
|
|
25654
25658
|
createVNode(BreadcrumbItem, {
|
|
25655
25659
|
item: breadcrumbItem,
|
|
@@ -25671,7 +25675,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
25671
25675
|
}
|
|
25672
25676
|
});
|
|
25673
25677
|
|
|
25674
|
-
const KdsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
25678
|
+
const KdsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-8661f06f"]]);
|
|
25675
25679
|
|
|
25676
25680
|
const kdsModalClosedBy = {
|
|
25677
25681
|
ANY: "any",
|