@n8n/design-system 2.9.2 → 2.10.0

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.
@@ -66,7 +66,9 @@ var en_default = {
66
66
  "assistantChat.characterLimit": "You've reached the {limit} character limit",
67
67
  "aiAssistant.builder.canvas.thinking": "Working...",
68
68
  "aiAssistant.builder.streamAbortedMessage": "Task aborted",
69
+ "collaboration.canvas.acquireEditing": "Edit here",
69
70
  "collaboration.canvas.editing": "{user} is currently editing",
71
+ "collaboration.canvas.editingAnotherTab": "Editing in another tab",
70
72
  "inlineAskAssistantButton.asked": "Asked",
71
73
  "iconPicker.button.defaultToolTip": "Choose icon",
72
74
  "iconPicker.tabs.icons": "Icons",
@@ -0,0 +1,2 @@
1
+ import { t as en_default } from "./en-BQxunEow.js";
2
+ export { en_default as default };
@@ -1,4 +1,4 @@
1
- import { t as en_default } from "./en-D2bHCkCR.js";
1
+ import { t as en_default } from "./en-BQxunEow.js";
2
2
  import * as vue from "vue";
3
3
  import { Comment, Fragment, Teleport, Text, Transition, camelize, cloneVNode, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createStaticVNode, createTextVNode, createVNode, customRef, defineComponent, effectScope, getCurrentInstance, getCurrentScope, guardReactiveProps, h, inject, isRef, isVNode, markRaw, mergeDefaults, mergeModels, mergeProps, nextTick, normalizeClass, normalizeProps, normalizeStyle, onBeforeMount, onBeforeUnmount, onDeactivated, onMounted, onScopeDispose, onUnmounted, onUpdated, openBlock, popScopeId, provide, pushScopeId, reactive, readonly, ref, renderList, renderSlot, resolveComponent, resolveDirective, resolveDynamicComponent, shallowRef, toDisplayString, toHandlerKey, toHandlers, toRaw, toRef, toRefs, toValue, triggerRef, unref, useAttrs, useCssModule, useId, useModel, useSlots, useTemplateRef, vModelText, vShow, warn, watch, watchEffect, watchPostEffect, withCtx, withDirectives, withKeys, withModifiers } from "vue";
4
4
  var __create = Object.create, __defProp$1 = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __getOwnPropNames = Object.getOwnPropertyNames, __getProtoOf = Object.getPrototypeOf, __hasOwnProp$1 = Object.prototype.hasOwnProperty, __esmMin = (e, n) => () => (e && (n = e(e = 0)), n), __commonJSMin = (e, n) => () => (n || e((n = { exports: {} }).exports, n), n.exports), __export = (e, n) => {
@@ -52,7 +52,7 @@ const t = function(e, n) {
52
52
  };
53
53
  async function use(e) {
54
54
  try {
55
- lang$1 = (await __rolldown_dynamic_import_helper_default({ "./lang/en.ts": () => import("./en-CR9ogkuI.js") }, `./lang/${e}.ts`, 3)).default;
55
+ lang$1 = (await __rolldown_dynamic_import_helper_default({ "./lang/en.ts": () => import("./en-BfE8EQuh.js") }, `./lang/${e}.ts`, 3)).default;
56
56
  } catch {}
57
57
  }
58
58
  function i18n(e) {
@@ -33648,7 +33648,7 @@ var BlinkingCursor_default = /* @__PURE__ */ __plugin_vue_export_helper_default(
33648
33648
  }, I7 = function(e) {
33649
33649
  return (e ?? "") + "";
33650
33650
  };
33651
- })))(), 1), _hoisted_1$56 = { key: 0 }, _hoisted_2$33 = { key: 1 }, _hoisted_3$15 = { key: 2 }, _hoisted_4$8 = { key: 0 }, _hoisted_5$5 = { key: 1 }, MIN_LINES = 4, CodeDiff_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
33651
+ })))(), 1), _hoisted_1$56 = { key: 0 }, _hoisted_2$33 = { key: 1 }, MIN_LINES = 4, CodeDiff_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
33652
33652
  __name: "CodeDiff",
33653
33653
  props: {
33654
33654
  title: { default: "" },
@@ -33700,12 +33700,12 @@ var BlinkingCursor_default = /* @__PURE__ */ __plugin_vue_export_helper_default(
33700
33700
  createElementVNode("div", { class: normalizeClass(n.$style.diffSection) }, [(openBlock(!0), createElementBlock(Fragment, null, renderList(d.value, (e, i) => (openBlock(), createElementBlock("div", {
33701
33701
  key: i,
33702
33702
  class: normalizeClass(n.$style.diff)
33703
- }, [createElementVNode("div", { class: normalizeClass(n.$style.lineNumber) }, toDisplayString(e.type === "normal" ? e.ln2 : e.type === "add" ? e.ln : ""), 3), createElementVNode("div", { class: normalizeClass([n.$style[e.type], n.$style.diffContent]) }, [e.type === "add" ? (openBlock(), createElementBlock("span", _hoisted_1$56, "\xA0+\xA0")) : e.type === "del" ? (openBlock(), createElementBlock("span", _hoisted_2$33, "\xA0-\xA0")) : (openBlock(), createElementBlock("span", _hoisted_3$15, "\xA0\xA0\xA0")), createElementVNode("span", null, toDisplayString(e.content), 1)], 2)], 2))), 128))], 2),
33704
- createElementVNode("div", { class: normalizeClass(n.$style.actions) }, [e.error ? (openBlock(), createElementBlock("div", _hoisted_4$8, [createVNode(unref(N8nIcon_default), {
33703
+ }, [createElementVNode("div", { class: normalizeClass(n.$style.lineNumber) }, toDisplayString(e.type === "normal" ? e.ln2 : e.type === "add" ? e.ln : ""), 3), createElementVNode("div", { class: normalizeClass([n.$style[e.type], n.$style.diffContent]) }, [createElementVNode("span", { class: normalizeClass(n.$style.indicator) }, toDisplayString(e.type === "add" ? "+" : e.type === "del" ? "-" : ""), 3), createElementVNode("span", null, toDisplayString(e.content), 1)], 2)], 2))), 128))], 2),
33704
+ createElementVNode("div", { class: normalizeClass(n.$style.actions) }, [e.error ? (openBlock(), createElementBlock("div", _hoisted_1$56, [createVNode(unref(N8nIcon_default), {
33705
33705
  icon: "triangle-alert",
33706
33706
  color: "danger",
33707
33707
  class: "mr-5xs"
33708
- }), createElementVNode("span", { class: normalizeClass(n.$style.infoText) }, toDisplayString(unref(l)("codeDiff.couldNotReplace")), 3)])) : e.replaced ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
33708
+ }), createElementVNode("span", { class: normalizeClass(n.$style.infoText) }, toDisplayString(unref(l)("codeDiff.couldNotReplace")), 3)])) : e.replaced ? (openBlock(), createElementBlock("div", _hoisted_2$33, [
33709
33709
  createVNode(unref(N8nButton_default), {
33710
33710
  variant: "subtle",
33711
33711
  size: "xsmall",
@@ -33745,17 +33745,18 @@ var BlinkingCursor_default = /* @__PURE__ */ __plugin_vue_export_helper_default(
33745
33745
  ], 2));
33746
33746
  }
33747
33747
  }), [["__cssModules", { $style: {
33748
- container: "_container_2x5a9_1",
33749
- title: "_title_2x5a9_7",
33750
- lineNumber: "_lineNumber_2x5a9_16",
33751
- diffSection: "_diffSection_2x5a9_24",
33752
- diff: "_diff_2x5a9_24",
33753
- diffContent: "_diffContent_2x5a9_41",
33754
- add: "_add_2x5a9_50",
33755
- del: "_del_2x5a9_55",
33756
- normal: "_normal_2x5a9_60",
33757
- actions: "_actions_2x5a9_64",
33758
- infoText: "_infoText_2x5a9_71"
33748
+ container: "_container_hdobh_1",
33749
+ title: "_title_hdobh_7",
33750
+ lineNumber: "_lineNumber_hdobh_16",
33751
+ diffSection: "_diffSection_hdobh_24",
33752
+ diff: "_diff_hdobh_24",
33753
+ diffContent: "_diffContent_hdobh_41",
33754
+ add: "_add_hdobh_50",
33755
+ del: "_del_hdobh_55",
33756
+ normal: "_normal_hdobh_60",
33757
+ indicator: "_indicator_hdobh_64",
33758
+ actions: "_actions_hdobh_71",
33759
+ infoText: "_infoText_hdobh_78"
33759
33760
  } }]]), CodeDiffMessage_default = /* @__PURE__ */ defineComponent({
33760
33761
  __name: "CodeDiffMessage",
33761
33762
  props: {
@@ -34237,18 +34238,18 @@ var BlinkingCursor_default = /* @__PURE__ */ __plugin_vue_export_helper_default(
34237
34238
  };
34238
34239
  }
34239
34240
  }), [["__cssModules", { $style: {
34240
- textMessage: "_textMessage_dq44w_1",
34241
- userMessage: "_userMessage_dq44w_10",
34242
- userMessageContainer: "_userMessageContainer_dq44w_14",
34243
- userContent: "_userContent_dq44w_22",
34244
- collapsed: "_collapsed_dq44w_22",
34245
- showMoreButton: "_showMoreButton_dq44w_27",
34246
- codeSnippet: "_codeSnippet_dq44w_42",
34247
- snippetContent: "_snippetContent_dq44w_63",
34248
- assistantText: "_assistantText_dq44w_74",
34249
- renderedContent: "_renderedContent_dq44w_83",
34250
- focusedNodesSlotWrapper: "_focusedNodesSlotWrapper_dq44w_136",
34251
- focusedNodesFallback: "_focusedNodesFallback_dq44w_143"
34241
+ textMessage: "_textMessage_cs6lt_1",
34242
+ userMessage: "_userMessage_cs6lt_10",
34243
+ userMessageContainer: "_userMessageContainer_cs6lt_14",
34244
+ userContent: "_userContent_cs6lt_22",
34245
+ collapsed: "_collapsed_cs6lt_22",
34246
+ showMoreButton: "_showMoreButton_cs6lt_27",
34247
+ codeSnippet: "_codeSnippet_cs6lt_42",
34248
+ snippetContent: "_snippetContent_cs6lt_63",
34249
+ assistantText: "_assistantText_cs6lt_74",
34250
+ renderedContent: "_renderedContent_cs6lt_83",
34251
+ focusedNodesSlotWrapper: "_focusedNodesSlotWrapper_cs6lt_139",
34252
+ focusedNodesFallback: "_focusedNodesFallback_cs6lt_146"
34252
34253
  } }]]), N8nTooltip_default = Tooltip_default, ToolMessage_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
34253
34254
  __name: "ToolMessage",
34254
34255
  props: {
@@ -35396,14 +35397,13 @@ var getLinkClass = (e, n, i) => e ?? n ?? i, _hoisted_1$52 = [
35396
35397
  createElementVNode("div", { class: normalizeClass(unref(l).header) }, [createElementVNode("div", { class: normalizeClass(unref(l).chatTitle) }, [createElementVNode("div", { class: normalizeClass(unref(l).headerText) }, [createElementVNode("div", { class: normalizeClass(unref(l).assistantTitle) }, [createVNode(AssistantIcon_default, { size: "large" }), createVNode(AssistantText_default, {
35397
35398
  size: "large",
35398
35399
  text: unref(s)("assistantChat.aiAssistantLabel")
35399
- }, null, 8, ["text"])], 2), createElementVNode("span", { class: normalizeClass(unref(l).betaTag) }, toDisplayString(unref(s)("assistantChat.aiAssistantBetaLabel")), 3)], 2), renderSlot(n.$slots, "header")], 2), createElementVNode("div", {
35400
- class: normalizeClass(unref(l).back),
35400
+ }, null, 8, ["text"])], 2)], 2), renderSlot(n.$slots, "header")], 2), createVNode(unref(N8nIconButton_default), {
35401
+ icon: "x",
35402
+ variant: "ghost",
35403
+ size: "large",
35401
35404
  "data-test-id": "close-chat-button",
35402
35405
  onClick: f
35403
- }, [createVNode(unref(N8nIcon_default), {
35404
- icon: "arrow-right",
35405
- color: "text-base"
35406
- })], 2)], 2),
35406
+ })], 2),
35407
35407
  createElementVNode("div", { class: normalizeClass(unref(l).body) }, [I7.value?.length || e.loadingMessage ? (openBlock(), createElementBlock("div", {
35408
35408
  key: 0,
35409
35409
  class: normalizeClass(unref(l).messages)
@@ -35423,12 +35423,13 @@ var getLinkClass = (e, n, i) => e ?? n ?? i, _hoisted_1$52 = [
35423
35423
  }, [unref(isThinkingGroupMessage)(f) ? (openBlock(), createBlock(ThinkingMessage_default, {
35424
35424
  key: 0,
35425
35425
  items: f.items,
35426
- "default-expanded": !0,
35426
+ "default-expanded": e.streaming,
35427
35427
  "latest-status-text": f.latestStatusText,
35428
35428
  "is-streaming": e.streaming,
35429
35429
  class: normalizeClass(f9(f, p))
35430
35430
  }, null, 8, [
35431
35431
  "items",
35432
+ "default-expanded",
35432
35433
  "latest-status-text",
35433
35434
  "is-streaming",
35434
35435
  "class"
@@ -35648,30 +35649,28 @@ var getLinkClass = (e, n, i) => e ?? n ?? i, _hoisted_1$52 = [
35648
35649
  ], 2));
35649
35650
  }
35650
35651
  }), [["__cssModules", { $style: {
35651
- container: "_container_fg84i_1",
35652
- header: "_header_fg84i_9",
35653
- betaTag: "_betaTag_fg84i_25",
35654
- body: "_body_fg84i_31",
35655
- placeholder: "_placeholder_fg84i_55",
35656
- suggestionsContainer: "_suggestionsContainer_fg84i_63",
35657
- messages: "_messages_fg84i_72",
35658
- messagesContent: "_messagesContent_fg84i_80",
35659
- message: "_message_fg84i_72",
35660
- lastToolMessage: "_lastToolMessage_fg84i_94",
35661
- chatTitle: "_chatTitle_fg84i_98",
35662
- headerText: "_headerText_fg84i_103",
35663
- assistantTitle: "_assistantTitle_fg84i_107",
35664
- greeting: "_greeting_fg84i_111",
35665
- info: "_info_fg84i_117",
35666
- back: "_back_fg84i_125",
35667
- quickReplies: "_quickReplies_fg84i_129",
35668
- quickRepliesTitle: "_quickRepliesTitle_fg84i_136",
35669
- feedbackWrapper: "_feedbackWrapper_fg84i_141",
35670
- inputHeaderWrapper: "_inputHeaderWrapper_fg84i_150",
35671
- inputWrapper: "_inputWrapper_fg84i_162",
35672
- inputWrapperWithHeader: "_inputWrapperWithHeader_fg84i_171",
35673
- disabledInput: "_disabledInput_fg84i_175",
35674
- inputPlaceholder: "_inputPlaceholder_fg84i_182"
35652
+ container: "_container_1209u_1",
35653
+ header: "_header_1209u_9",
35654
+ body: "_body_1209u_26",
35655
+ placeholder: "_placeholder_1209u_50",
35656
+ suggestionsContainer: "_suggestionsContainer_1209u_58",
35657
+ messages: "_messages_1209u_67",
35658
+ messagesContent: "_messagesContent_1209u_75",
35659
+ message: "_message_1209u_67",
35660
+ lastToolMessage: "_lastToolMessage_1209u_89",
35661
+ chatTitle: "_chatTitle_1209u_93",
35662
+ headerText: "_headerText_1209u_98",
35663
+ assistantTitle: "_assistantTitle_1209u_102",
35664
+ greeting: "_greeting_1209u_106",
35665
+ info: "_info_1209u_112",
35666
+ quickReplies: "_quickReplies_1209u_120",
35667
+ quickRepliesTitle: "_quickRepliesTitle_1209u_127",
35668
+ feedbackWrapper: "_feedbackWrapper_1209u_132",
35669
+ inputHeaderWrapper: "_inputHeaderWrapper_1209u_141",
35670
+ inputWrapper: "_inputWrapper_1209u_153",
35671
+ inputWrapperWithHeader: "_inputWrapperWithHeader_1209u_162",
35672
+ disabledInput: "_disabledInput_1209u_166",
35673
+ inputPlaceholder: "_inputPlaceholder_1209u_173"
35675
35674
  } }]]), AskAssistantIcon_default = AssistantIcon_default, AskAssistantAvatar_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
35676
35675
  __name: "AssistantAvatar",
35677
35676
  props: { size: { default: "small" } },
@@ -47203,26 +47202,39 @@ var N8nAvatar_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @_
47203
47202
  iconWrapper: "_iconWrapper_n5kb1_1",
47204
47203
  wrapper: "_wrapper_n5kb1_11",
47205
47204
  stopButton: "_stopButton_n5kb1_16"
47206
- } }]]), CanvasCollaborationPill_default = /* @__PURE__ */ defineComponent({
47205
+ } }]]), CanvasCollaborationPill_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
47207
47206
  name: "N8nCanvasCollaborationPill",
47208
47207
  __name: "CanvasCollaborationPill",
47209
47208
  props: {
47210
47209
  firstName: {},
47211
- lastName: {}
47210
+ lastName: {},
47211
+ isAnotherTab: { type: Boolean }
47212
47212
  },
47213
- setup(e) {
47214
- let n = e, { t: i } = useI18n(), o = computed(() => n.lastName ? `${n.firstName} ${n.lastName}` : n.firstName);
47215
- return (n, s) => (openBlock(), createBlock(unref(CanvasPill_default), null, {
47216
- icon: withCtx(() => [createVNode(unref(N8nAvatar_default), {
47213
+ emits: ["buttonClick"],
47214
+ setup(e, { emit: n }) {
47215
+ let i = e, o = n, { t: s } = useI18n(), l = computed(() => i.lastName ? `${i.firstName} ${i.lastName}` : i.firstName), d = computed(() => i.isAnotherTab ? s("collaboration.canvas.editingAnotherTab") : s("collaboration.canvas.editing", { user: l.value })), f = () => {
47216
+ o("buttonClick");
47217
+ };
47218
+ return (n, i) => (openBlock(), createBlock(unref(CanvasPill_default), null, {
47219
+ icon: withCtx(() => [e.isAnotherTab ? createCommentVNode("", !0) : (openBlock(), createBlock(unref(N8nAvatar_default), {
47220
+ key: 0,
47217
47221
  "first-name": e.firstName,
47218
47222
  "last-name": e.lastName,
47219
47223
  size: "small"
47220
- }, null, 8, ["first-name", "last-name"])]),
47221
- default: withCtx(() => [createTextVNode(" " + toDisplayString(unref(i)("collaboration.canvas.editing", { user: o.value })), 1)]),
47224
+ }, null, 8, ["first-name", "last-name"]))]),
47225
+ default: withCtx(() => [createElementVNode("span", { class: normalizeClass(n.$style.content) }, [createTextVNode(toDisplayString(d.value) + " ", 1), e.isAnotherTab ? (openBlock(), createBlock(unref(N8nButton_default), {
47226
+ key: 0,
47227
+ variant: "subtle",
47228
+ size: "xsmall",
47229
+ onClick: f
47230
+ }, {
47231
+ default: withCtx(() => [createTextVNode(toDisplayString(unref(s)("collaboration.canvas.acquireEditing")), 1)]),
47232
+ _: 1
47233
+ })) : createCommentVNode("", !0)], 2)]),
47222
47234
  _: 1
47223
47235
  }));
47224
47236
  }
47225
- }), N8nCard_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
47237
+ }), [["__cssModules", { $style: { content: "_content_z2rga_1" } }]]), N8nCard_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
47226
47238
  name: "N8nCard",
47227
47239
  __name: "Card",
47228
47240
  props: { hoverable: {
@@ -55899,9 +55911,9 @@ var _hoisted_1$8 = ["aria-expanded"], _hoisted_2$4 = ["onClick"], _hoisted_3$3 =
55899
55911
  });
55900
55912
  let P7 = async (e) => {
55901
55913
  e ? (i("tooltipOpened"), await N7()) : i("tooltipClosed");
55902
- }, F7 = (e) => {
55903
- let n = [...s.items, ...l.value].find((n) => n.id === e);
55904
- n && i("itemSelected", n);
55914
+ }, F7 = (e, n) => {
55915
+ let o = [...s.items, ...l.value].find((n) => n.id === e);
55916
+ o && (n && (n.ctrlKey || n.metaKey || n.shiftKey || n.button === 1) || (n && o.href && n.preventDefault(), i("itemSelected", o)));
55905
55917
  }, I7 = (e) => {
55906
55918
  let n = [...s.items, ...l.value].find((n) => n.id === e);
55907
55919
  n && i("itemHover", n);
@@ -56016,17 +56028,17 @@ var _hoisted_1$8 = ["aria-expanded"], _hoisted_2$4 = ["onClick"], _hoisted_3$3 =
56016
56028
  "data-resourceid": i.id,
56017
56029
  "data-test-id": "breadcrumbs-item",
56018
56030
  "data-target": "folder-breadcrumb-item",
56019
- onClick: withModifiers((e) => F7(i.id), ["prevent"]),
56031
+ onClick: (e) => F7(i.id, e),
56020
56032
  onMouseenter: (e) => I7(i.id),
56021
56033
  onMouseup: (e) => R7(i)
56022
56034
  }, [i.href ? (openBlock(), createBlock(unref(N8nLink_default), {
56023
56035
  key: 0,
56024
- href: i.href,
56036
+ to: i.href,
56025
56037
  theme: "text"
56026
56038
  }, {
56027
56039
  default: withCtx(() => [createTextVNode(toDisplayString(i.label), 1)]),
56028
56040
  _: 2
56029
- }, 1032, ["href"])) : (openBlock(), createBlock(unref(N8nText_default), { key: 1 }, {
56041
+ }, 1032, ["to"])) : (openBlock(), createBlock(unref(N8nText_default), { key: 1 }, {
56030
56042
  default: withCtx(() => [createTextVNode(toDisplayString(i.label), 1)]),
56031
56043
  _: 2
56032
56044
  }, 1024))], 42, _hoisted_2$3), l === e.items.length - 1 ? createCommentVNode("", !0) : (openBlock(), createElementBlock("li", {
@@ -59389,7 +59401,11 @@ var SelectItem_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @
59389
59401
  modelValue: {},
59390
59402
  multiple: { type: Boolean },
59391
59403
  variant: { default: "default" },
59392
- icon: {}
59404
+ icon: {},
59405
+ position: { default: "item-aligned" },
59406
+ side: { default: "bottom" },
59407
+ sideOffset: { default: 4 },
59408
+ contentClass: {}
59393
59409
  },
59394
59410
  emits: ["update:open", "update:modelValue"],
59395
59411
  setup(e, { expose: n, emit: i }) {
@@ -59483,7 +59499,12 @@ var SelectItem_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @
59483
59499
  "class",
59484
59500
  "aria-label"
59485
59501
  ]), createVNode(unref(SelectPortal_default), null, {
59486
- default: withCtx(() => [createVNode(unref(SelectContent_default), { class: normalizeClass(unref(s).selectContent) }, {
59502
+ default: withCtx(() => [createVNode(unref(SelectContent_default), {
59503
+ class: normalizeClass([unref(s).selectContent, e.contentClass]),
59504
+ position: e.position,
59505
+ side: e.side,
59506
+ "side-offset": e.sideOffset
59507
+ }, {
59487
59508
  default: withCtx(() => [
59488
59509
  renderSlot(n.$slots, "header"),
59489
59510
  createVNode(unref(SelectScrollUpButton_default), { class: normalizeClass(unref(s).selectScrollButton) }, {
@@ -59528,7 +59549,12 @@ var SelectItem_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @
59528
59549
  }, 8, ["class"])
59529
59550
  ]),
59530
59551
  _: 3
59531
- }, 8, ["class"])]),
59552
+ }, 8, [
59553
+ "class",
59554
+ "position",
59555
+ "side",
59556
+ "side-offset"
59557
+ ])]),
59532
59558
  _: 3
59533
59559
  })]),
59534
59560
  _: 3
@@ -59541,25 +59567,25 @@ var SelectItem_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @
59541
59567
  ]));
59542
59568
  }
59543
59569
  }), [["__cssModules", { $style: {
59544
- selectTrigger: "_selectTrigger_zgy2e_2",
59545
- default: "_default_zgy2e_39",
59546
- ghost: "_ghost_zgy2e_43",
59547
- xsmall: "_xsmall_zgy2e_47",
59548
- small: "_small_zgy2e_53",
59549
- medium: "_medium_zgy2e_59",
59550
- selectedIcon: "_selectedIcon_zgy2e_66",
59551
- trailingIcon: "_trailingIcon_zgy2e_70",
59552
- selectContent: "_selectContent_zgy2e_76",
59553
- selectViewport: "_selectViewport_zgy2e_89",
59554
- selectValue: "_selectValue_zgy2e_93",
59555
- selectItem: "_selectItem_zgy2e_99",
59556
- selectLabel: "_selectLabel_zgy2e_126",
59557
- selectLabelMedium: "_selectLabelMedium_zgy2e_131",
59558
- selectLabelSmall: "_selectLabelSmall_zgy2e_135",
59559
- selectLabelXsmall: "_selectLabelXsmall_zgy2e_139",
59560
- selectSeparator: "_selectSeparator_zgy2e_143",
59561
- selectItemIndicator: "_selectItemIndicator_zgy2e_149",
59562
- selectScrollButton: "_selectScrollButton_zgy2e_158"
59570
+ selectTrigger: "_selectTrigger_rn7yu_2",
59571
+ default: "_default_rn7yu_39",
59572
+ ghost: "_ghost_rn7yu_43",
59573
+ xsmall: "_xsmall_rn7yu_47",
59574
+ small: "_small_rn7yu_53",
59575
+ medium: "_medium_rn7yu_59",
59576
+ selectedIcon: "_selectedIcon_rn7yu_66",
59577
+ trailingIcon: "_trailingIcon_rn7yu_70",
59578
+ selectContent: "_selectContent_rn7yu_76",
59579
+ selectViewport: "_selectViewport_rn7yu_95",
59580
+ selectValue: "_selectValue_rn7yu_99",
59581
+ selectItem: "_selectItem_rn7yu_105",
59582
+ selectLabel: "_selectLabel_rn7yu_132",
59583
+ selectLabelMedium: "_selectLabelMedium_rn7yu_137",
59584
+ selectLabelSmall: "_selectLabelSmall_rn7yu_141",
59585
+ selectLabelXsmall: "_selectLabelXsmall_rn7yu_145",
59586
+ selectSeparator: "_selectSeparator_rn7yu_149",
59587
+ selectItemIndicator: "_selectItemIndicator_rn7yu_155",
59588
+ selectScrollButton: "_selectScrollButton_rn7yu_164"
59563
59589
  } }]]), _hoisted_1$1 = { key: 0 }, _hoisted_2 = { key: 0 }, _hoisted_3 = ["max", "disabled"], Pagination_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
59564
59590
  inheritAttrs: !1,
59565
59591
  __name: "Pagination",