@n8n/design-system 1.96.0 → 1.97.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.
@@ -70,9 +70,8 @@ const b2 = {
70
70
  "assistantChat.builder.selectedNodes": "Selected workflow nodes",
71
71
  "assistantChat.builder.selectingNodes": "Selecting nodes...",
72
72
  "assistantChat.builder.generatedNodes": "Generated workflow nodes",
73
- "assistantChat.builder.toolRunning": "Tool running",
74
- "assistantChat.builder.toolCompleted": "Tool completed",
75
- "assistantChat.builder.toolError": "Tool completed with error",
73
+ "assistantChat.builder.toolRunning": "Tool still running",
74
+ "assistantChat.builder.toolError": "Some tool calls have failed. Agent will retry these.",
76
75
  "assistantChat.errorParsingMarkdown": "Error parsing markdown content",
77
76
  "assistantChat.aiAssistantLabel": "AI Assistant",
78
77
  "assistantChat.aiAssistantName": "Assistant",
@@ -16933,7 +16932,7 @@ const Yz = /* @__PURE__ */ V({
16933
16932
  }, 8, ["placement", "trigger", "popper-class", "teleported", "disabled"])
16934
16933
  ], 2));
16935
16934
  }
16936
- }), aq = "_userActionsMenu_1jkvu_1", lq = "_elementItem_1jkvu_5", uq = "_hideArrow_1jkvu_9", cq = "_shadow_1jkvu_13", dq = "_activator_1jkvu_17", fq = "_itemContainer_1jkvu_21", pq = "_disabled_1jkvu_30", hq = "_shortcut_1jkvu_30", mq = "_icon_1jkvu_34", gq = "_checkIcon_1jkvu_42", vq = "_hasCustomStyling_1jkvu_51", bq = {
16935
+ }), aq = "_userActionsMenu_1vkjo_1", lq = "_elementItem_1vkjo_5", uq = "_hideArrow_1vkjo_9", cq = "_shadow_1vkjo_13", dq = "_activator_1vkjo_17", fq = "_itemContainer_1vkjo_21", pq = "_disabled_1vkjo_30", hq = "_shortcut_1vkjo_30", mq = "_icon_1vkjo_34", gq = "_checkIcon_1vkjo_43", vq = "_hasCustomStyling_1vkjo_52", bq = {
16937
16936
  userActionsMenu: aq,
16938
16937
  elementItem: lq,
16939
16938
  hideArrow: uq,
@@ -27697,6 +27696,9 @@ function Hht(e) {
27697
27696
  return e.type === "tool";
27698
27697
  }
27699
27698
  function Uht(e) {
27699
+ return e.type === "custom";
27700
+ }
27701
+ function Wht(e) {
27700
27702
  return typeof e.id == "string" && typeof e.read == "boolean";
27701
27703
  }
27702
27704
  const Ui = (e) => "component" in e, S1 = {
@@ -28118,7 +28120,7 @@ const uf = /* @__PURE__ */ V({
28118
28120
  transparentBackground: Oot
28119
28121
  }, Dot = {
28120
28122
  $style: Lot
28121
- }, Wht = /* @__PURE__ */ fe(Eot, [["__cssModules", Dot]]), Ks = "-1", Bot = /* @__PURE__ */ V({
28123
+ }, Ght = /* @__PURE__ */ fe(Eot, [["__cssModules", Dot]]), Ks = "-1", Bot = /* @__PURE__ */ V({
28122
28124
  name: "N8nNavigationDropdown",
28123
28125
  __name: "NavigationDropdown",
28124
28126
  props: {
@@ -28249,7 +28251,7 @@ const uf = /* @__PURE__ */ V({
28249
28251
  submenu__icon: Fot
28250
28252
  }, Vot = {
28251
28253
  $style: jot
28252
- }, Ght = /* @__PURE__ */ fe(Bot, [["__cssModules", Vot]]), Hot = ["textContent"], Uot = ["textContent"], Wot = /* @__PURE__ */ V({
28254
+ }, Kht = /* @__PURE__ */ fe(Bot, [["__cssModules", Vot]]), Hot = ["textContent"], Uot = ["textContent"], Wot = /* @__PURE__ */ V({
28253
28255
  __name: "NodeCreatorNode",
28254
28256
  props: {
28255
28257
  active: { type: Boolean },
@@ -28259,7 +28261,8 @@ const uf = /* @__PURE__ */ V({
28259
28261
  tag: {},
28260
28262
  title: {},
28261
28263
  showActionArrow: { type: Boolean },
28262
- isOfficial: { type: Boolean }
28264
+ isOfficial: { type: Boolean },
28265
+ hideNodeIcon: { type: Boolean }
28263
28266
  },
28264
28267
  emits: ["tooltipClick"],
28265
28268
  setup(e) {
@@ -28270,11 +28273,12 @@ const uf = /* @__PURE__ */ V({
28270
28273
  [n.$style.hasAction]: !n.showActionArrow
28271
28274
  }
28272
28275
  }, n.$attrs), [
28273
- x("div", {
28276
+ n.hideNodeIcon ? U("", !0) : (w(), $("div", {
28277
+ key: 0,
28274
28278
  class: M(n.$style.nodeIcon)
28275
28279
  }, [
28276
28280
  G(n.$slots, "icon", {}, void 0, !0)
28277
- ], 2),
28281
+ ], 2)),
28278
28282
  x("div", null, [
28279
28283
  x("div", {
28280
28284
  class: M(n.$style.details)
@@ -28314,7 +28318,7 @@ const uf = /* @__PURE__ */ V({
28314
28318
  ]),
28315
28319
  G(n.$slots, "dragContent", {}, void 0, !0),
28316
28320
  n.showActionArrow ? (w(), $("button", {
28317
- key: 0,
28321
+ key: 1,
28318
28322
  class: M(n.$style.panelIcon)
28319
28323
  }, [
28320
28324
  Y(b(De), {
@@ -28338,7 +28342,7 @@ const uf = /* @__PURE__ */ V({
28338
28342
  triggerIcon: rst
28339
28343
  }, sst = {
28340
28344
  $style: ost
28341
- }, Kht = /* @__PURE__ */ fe(Wot, [["__cssModules", sst], ["__scopeId", "data-v-ec407464"]]);
28345
+ }, Zht = /* @__PURE__ */ fe(Wot, [["__cssModules", sst], ["__scopeId", "data-v-564f013b"]]);
28342
28346
  /*!
28343
28347
  * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
28344
28348
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
@@ -30203,7 +30207,7 @@ const fit = ["src"], pit = ["src"], hit = /* @__PURE__ */ V({
30203
30207
  disabled: wit
30204
30208
  }, Cit = {
30205
30209
  $style: kit
30206
- }, Zht = /* @__PURE__ */ fe(hit, [["__cssModules", Cit]]);
30210
+ }, Xht = /* @__PURE__ */ fe(hit, [["__cssModules", Cit]]);
30207
30211
  var un = {}, cn = {}, Mu = {}, dn = {}, Xs = {}, z1;
30208
30212
  function xit() {
30209
30213
  return z1 || (z1 = 1, Object.defineProperty(Xs, "__esModule", { value: !0 }), Xs.default = new Uint16Array(
@@ -35671,7 +35675,7 @@ const Uo = /* @__PURE__ */ Kr(Yit), Jit = ["id"], Qit = { class: "notice-content
35671
35675
  truncated: lat
35672
35676
  }, cat = {
35673
35677
  $style: uat
35674
- }, Xht = /* @__PURE__ */ fe(tat, [["__cssModules", cat]]), dat = ["data-test-id", "onClick"], fat = ["data-test-id"], pat = /* @__PURE__ */ V({
35678
+ }, Yht = /* @__PURE__ */ fe(tat, [["__cssModules", cat]]), dat = ["data-test-id", "onClick"], fat = ["data-test-id"], pat = /* @__PURE__ */ V({
35675
35679
  __name: "SelectableList",
35676
35680
  props: /* @__PURE__ */ ts({
35677
35681
  inputs: { default: () => [] },
@@ -35743,7 +35747,7 @@ const Uo = /* @__PURE__ */ Kr(Yit), Jit = ["id"], Qit = { class: "notice-content
35743
35747
  slotRemoveIcon: yat
35744
35748
  }, wat = {
35745
35749
  $style: _at
35746
- }, Yht = /* @__PURE__ */ fe(pat, [["__cssModules", wat]]), Jht = /* @__PURE__ */ V({
35750
+ }, Jht = /* @__PURE__ */ fe(pat, [["__cssModules", wat]]), Qht = /* @__PURE__ */ V({
35747
35751
  __name: "Popover",
35748
35752
  props: {
35749
35753
  ...ny
@@ -36225,7 +36229,7 @@ function Er(e, t) {
36225
36229
  );
36226
36230
  }, (i) => (st(r, i), i)];
36227
36231
  }
36228
- const [Aa, Qht] = Er("ConfigProvider");
36232
+ const [Aa, emt] = Er("ConfigProvider");
36229
36233
  function h4(e) {
36230
36234
  const t = Aa({
36231
36235
  dir: F("ltr")
@@ -37106,7 +37110,7 @@ const Ilt = {
37106
37110
  positionStrategy: "fixed",
37107
37111
  updatePositionStrategy: "optimized",
37108
37112
  prioritizePosition: !1
37109
- }, [emt, Tlt] = Er("PopperContent"), Mlt = /* @__PURE__ */ V({
37113
+ }, [tmt, Tlt] = Er("PopperContent"), Mlt = /* @__PURE__ */ V({
37110
37114
  inheritAttrs: !1,
37111
37115
  __name: "PopperContent",
37112
37116
  props: /* @__PURE__ */ $f({
@@ -38594,7 +38598,7 @@ const I4 = /* @__PURE__ */ V({
38594
38598
  _: 3
38595
38599
  }, 8, ["type", "dir", "scroll-hide-delay", "class"]));
38596
38600
  }
38597
- }), aut = "_scrollAreaRoot_1lvlw_1", lut = "_viewport_1lvlw_9", uut = "_scrollbar_1lvlw_15", cut = "_thumb_1lvlw_34", dut = {
38601
+ }), aut = "_scrollAreaRoot_aqfj3_1", lut = "_viewport_aqfj3_9", uut = "_scrollbar_aqfj3_15", cut = "_thumb_aqfj3_35", dut = {
38598
38602
  scrollAreaRoot: aut,
38599
38603
  viewport: lut,
38600
38604
  scrollbar: uut,
@@ -38701,7 +38705,7 @@ const I4 = /* @__PURE__ */ V({
38701
38705
  pulse2: Sut
38702
38706
  }, Eut = {
38703
38707
  $style: $ut
38704
- }, tmt = /* @__PURE__ */ fe(kut, [["__cssModules", Eut]]), Aut = ["aria-checked"], Iut = ["data-test-id"], Tut = /* @__PURE__ */ V({
38708
+ }, nmt = /* @__PURE__ */ fe(kut, [["__cssModules", Eut]]), Aut = ["aria-checked"], Iut = ["data-test-id"], Tut = /* @__PURE__ */ V({
38705
38709
  __name: "RadioButton",
38706
38710
  props: {
38707
38711
  label: {},
@@ -38794,7 +38798,7 @@ const I4 = /* @__PURE__ */ V({
38794
38798
  disabled: Uut
38795
38799
  }, Gut = {
38796
38800
  $style: Wut
38797
- }, nmt = /* @__PURE__ */ fe(Vut, [["__cssModules", Gut]]), rmt = /* @__PURE__ */ V({
38801
+ }, rmt = /* @__PURE__ */ fe(Vut, [["__cssModules", Gut]]), omt = /* @__PURE__ */ V({
38798
38802
  __name: "RecycleScroller",
38799
38803
  props: {
38800
38804
  itemSize: {},
@@ -39123,7 +39127,7 @@ const I4 = /* @__PURE__ */ V({
39123
39127
  "color-7": "_color-7_1iqd8_64"
39124
39128
  }, gct = {
39125
39129
  $style: mct
39126
- }, vct = /* @__PURE__ */ fe(cct, [["__cssModules", gct]]), omt = /* @__PURE__ */ V({
39130
+ }, vct = /* @__PURE__ */ fe(cct, [["__cssModules", gct]]), smt = /* @__PURE__ */ V({
39127
39131
  __name: "ResizeableSticky",
39128
39132
  props: /* @__PURE__ */ $f({
39129
39133
  modelValue: {},
@@ -39367,7 +39371,7 @@ const I4 = /* @__PURE__ */ V({
39367
39371
  ignoreAllContainer: Dct
39368
39372
  }, Nct = {
39369
39373
  $style: Bct
39370
- }, smt = /* @__PURE__ */ fe($ct, [["__cssModules", Nct]]), zct = ["id"], qct = ["onClick"], Fct = ["href", "onClick"], jct = { key: 1 }, Vct = ["data-test-id", "onClick"], Hct = /* @__PURE__ */ V({
39374
+ }, imt = /* @__PURE__ */ fe($ct, [["__cssModules", Nct]]), zct = ["id"], qct = ["onClick"], Fct = ["href", "onClick"], jct = { key: 1 }, Vct = ["data-test-id", "onClick"], Hct = /* @__PURE__ */ V({
39371
39375
  __name: "Tabs",
39372
39376
  props: {
39373
39377
  modelValue: { default: void 0 },
@@ -39591,7 +39595,7 @@ const I4 = /* @__PURE__ */ V({
39591
39595
  tags: fdt
39592
39596
  }, hdt = {
39593
39597
  $style: pdt
39594
- }, imt = /* @__PURE__ */ fe(ddt, [["__cssModules", hdt]]), mdt = {
39598
+ }, amt = /* @__PURE__ */ fe(ddt, [["__cssModules", hdt]]), mdt = {
39595
39599
  key: 0,
39596
39600
  class: "n8n-tree"
39597
39601
  }, gdt = { key: 1 }, vdt = { key: 3 }, bdt = { key: 1 }, ydt = { key: 1 }, _dt = /* @__PURE__ */ V({
@@ -39662,7 +39666,7 @@ const I4 = /* @__PURE__ */ V({
39662
39666
  simple: kdt
39663
39667
  }, xdt = {
39664
39668
  $style: Cdt
39665
- }, amt = /* @__PURE__ */ fe(_dt, [["__cssModules", xdt]]), Sdt = /* @__PURE__ */ V({
39669
+ }, lmt = /* @__PURE__ */ fe(_dt, [["__cssModules", xdt]]), Sdt = /* @__PURE__ */ V({
39666
39670
  __name: "UserInfo",
39667
39671
  props: {
39668
39672
  firstName: {},
@@ -39867,7 +39871,7 @@ const I4 = /* @__PURE__ */ V({
39867
39871
  userInfoContainer: jdt
39868
39872
  }, Hdt = {
39869
39873
  $style: Vdt
39870
- }, lmt = /* @__PURE__ */ fe(Ldt, [["__cssModules", Hdt]]), Udt = /* @__PURE__ */ V({
39874
+ }, umt = /* @__PURE__ */ fe(Ldt, [["__cssModules", Hdt]]), Udt = /* @__PURE__ */ V({
39871
39875
  __name: "UserSelect",
39872
39876
  props: {
39873
39877
  users: { default: () => [] },
@@ -39943,7 +39947,7 @@ const I4 = /* @__PURE__ */ V({
39943
39947
  limitPopperWidth: Gdt
39944
39948
  }, Zdt = {
39945
39949
  $style: Kdt
39946
- }, umt = /* @__PURE__ */ fe(Udt, [["__cssModules", Zdt]]), Xdt = ["data-test-id"], Ydt = /* @__PURE__ */ V({
39950
+ }, cmt = /* @__PURE__ */ fe(Udt, [["__cssModules", Zdt]]), Xdt = ["data-test-id"], Ydt = /* @__PURE__ */ V({
39947
39951
  __name: "UsersList",
39948
39952
  props: {
39949
39953
  users: { default: () => [] },
@@ -40024,7 +40028,7 @@ const I4 = /* @__PURE__ */ V({
40024
40028
  badgeContainer: eft
40025
40029
  }, nft = {
40026
40030
  $style: tft
40027
- }, cmt = /* @__PURE__ */ fe(Ydt, [["__cssModules", nft]]);
40031
+ }, dmt = /* @__PURE__ */ fe(Ydt, [["__cssModules", nft]]);
40028
40032
  function O4(e) {
40029
40033
  return Qi() ? (ea(e), !0) : !1;
40030
40034
  }
@@ -40572,7 +40576,7 @@ const yft = [
40572
40576
  emoji: Aft
40573
40577
  }, Tft = {
40574
40578
  $style: Ift
40575
- }, dmt = /* @__PURE__ */ fe(kft, [["__cssModules", Tft]]), Mft = { "data-test-id": "hidden-items-tooltip" }, Rft = ["title", "data-resourceid", "onClick", "onMouseenter", "onMouseup"], Pft = /* @__PURE__ */ V({
40579
+ }, fmt = /* @__PURE__ */ fe(kft, [["__cssModules", Tft]]), Mft = { "data-test-id": "hidden-items-tooltip" }, Rft = ["title", "data-resourceid", "onClick", "onMouseenter", "onMouseup"], Pft = /* @__PURE__ */ V({
40576
40580
  name: "N8nBreadcrumbs",
40577
40581
  __name: "Breadcrumbs",
40578
40582
  props: {
@@ -40799,7 +40803,7 @@ const yft = [
40799
40803
  medium: Wft
40800
40804
  }, Kft = {
40801
40805
  $style: Gft
40802
- }, fmt = /* @__PURE__ */ fe(Pft, [["__cssModules", Kft]]);
40806
+ }, pmt = /* @__PURE__ */ fe(Pft, [["__cssModules", Kft]]);
40803
40807
  /**
40804
40808
  * table-core
40805
40809
  *
@@ -43520,7 +43524,7 @@ const l2 = /* @__PURE__ */ Kr(Ept), Apt = { class: "n8n-data-table-server-wrappe
43520
43524
  ])) : U("", !0)
43521
43525
  ]));
43522
43526
  }
43523
- }), pmt = /* @__PURE__ */ fe(zpt, [["__scopeId", "data-v-382391b6"]]), qpt = {
43527
+ }), hmt = /* @__PURE__ */ fe(zpt, [["__scopeId", "data-v-382391b6"]]), qpt = {
43524
43528
  key: 0,
43525
43529
  style: { display: "flex", flexDirection: "column", gap: 2 },
43526
43530
  "data-testid": "visible-columns-section"
@@ -43702,7 +43706,7 @@ const l2 = /* @__PURE__ */ Kr(Ept), Apt = { class: "n8n-data-table-server-wrappe
43702
43706
  visibilityToggle: tht
43703
43707
  }, rht = {
43704
43708
  $style: nht
43705
- }, hmt = /* @__PURE__ */ fe(Hpt, [["__cssModules", rht]]), oht = /* @__PURE__ */ V({
43709
+ }, mmt = /* @__PURE__ */ fe(Hpt, [["__cssModules", rht]]), oht = /* @__PURE__ */ V({
43706
43710
  __name: "InlineTextEdit",
43707
43711
  props: {
43708
43712
  modelValue: {},
@@ -43801,7 +43805,7 @@ const l2 = /* @__PURE__ */ Kr(Ept), Apt = { class: "n8n-data-table-server-wrappe
43801
43805
  measureSpan: aht
43802
43806
  }, uht = {
43803
43807
  $style: lht
43804
- }, mmt = /* @__PURE__ */ fe(oht, [["__cssModules", uht]]);
43808
+ }, gmt = /* @__PURE__ */ fe(oht, [["__cssModules", uht]]);
43805
43809
  var cht = (e, t = 30) => e.length > t ? e.slice(0, t) + "..." : e;
43806
43810
  const dht = (e, t) => {
43807
43811
  t.value !== t.oldValue && (e.textContent = cht(t.value ?? "", Number(t.arg) || void 0));
@@ -43820,7 +43824,7 @@ const dht = (e, t) => {
43820
43824
  __proto__: null,
43821
43825
  n8nHtml: pht,
43822
43826
  n8nTruncate: dht
43823
- }, Symbol.toStringTag, { value: "Module" })), gmt = {
43827
+ }, Symbol.toStringTag, { value: "Module" })), vmt = {
43824
43828
  install: (e) => {
43825
43829
  for (const [t, n] of Object.entries(hht))
43826
43830
  e.directive(t, n);
@@ -43834,14 +43838,14 @@ export {
43834
43838
  d3 as N8nAvatar,
43835
43839
  Fi as N8nBadge,
43836
43840
  xht as N8nBlockUi,
43837
- fmt as N8nBreadcrumbs,
43841
+ pmt as N8nBreadcrumbs,
43838
43842
  Mo as N8nButton,
43839
43843
  a3 as N8nCallout,
43840
43844
  Sht as N8nCard,
43841
43845
  rU as N8nCheckbox,
43842
43846
  $ht as N8nCircleLoader,
43843
43847
  Aht as N8nColorPicker,
43844
- pmt as N8nDataTableServer,
43848
+ hmt as N8nDataTableServer,
43845
43849
  Iht as N8nDatatable,
43846
43850
  Tht as N8nExternalLink,
43847
43851
  Mht as N8nFormBox,
@@ -43850,10 +43854,10 @@ export {
43850
43854
  m0 as N8nHeading,
43851
43855
  De as N8nIcon,
43852
43856
  l3 as N8nIconButton,
43853
- dmt as N8nIconPicker,
43857
+ fmt as N8nIconPicker,
43854
43858
  Rht as N8nInfoAccordion,
43855
43859
  Pht as N8nInfoTip,
43856
- mmt as N8nInlineTextEdit,
43860
+ gmt as N8nInlineTextEdit,
43857
43861
  b0 as N8nInput,
43858
43862
  af as N8nInputLabel,
43859
43863
  Oht as N8nInputNumber,
@@ -43861,48 +43865,49 @@ export {
43861
43865
  fr as N8nLink,
43862
43866
  g0 as N8nLoading,
43863
43867
  sot as N8nMarkdown,
43864
- Wht as N8nMenu,
43868
+ Ght as N8nMenu,
43865
43869
  $1 as N8nMenuItem,
43866
- Ght as N8nNavigationDropdown,
43867
- Kht as N8nNodeCreatorNode,
43868
- Zht as N8nNodeIcon,
43869
- Xht as N8nNotice,
43870
+ Kht as N8nNavigationDropdown,
43871
+ Zht as N8nNodeCreatorNode,
43872
+ Xht as N8nNodeIcon,
43873
+ Yht as N8nNotice,
43870
43874
  ji as N8nOption,
43871
- gmt as N8nPlugin,
43872
- Jht as N8nPopover,
43875
+ vmt as N8nPlugin,
43876
+ Qht as N8nPopover,
43873
43877
  M4 as N8nPopoverReka,
43874
- tmt as N8nPulse,
43875
- nmt as N8nRadioButtons,
43876
- rmt as N8nRecycleScroller,
43878
+ nmt as N8nPulse,
43879
+ rmt as N8nRadioButtons,
43880
+ omt as N8nRecycleScroller,
43877
43881
  MW as N8nResizeObserver,
43878
43882
  uct as N8nResizeWrapper,
43879
- omt as N8nResizeableSticky,
43883
+ smt as N8nResizeableSticky,
43880
43884
  fW as N8nRoute,
43881
43885
  put as N8nScrollArea,
43882
43886
  y0 as N8nSelect,
43883
- Yht as N8nSelectableList,
43887
+ Jht as N8nSelectableList,
43884
43888
  i3 as N8nSpinner,
43885
43889
  vct as N8nSticky,
43886
- smt as N8nSuggestedActions,
43890
+ imt as N8nSuggestedActions,
43887
43891
  NU as N8nTableBase,
43888
- hmt as N8nTableHeaderControlsButton,
43892
+ mmt as N8nTableHeaderControlsButton,
43889
43893
  cdt as N8nTabs,
43890
43894
  P4 as N8nTag,
43891
- imt as N8nTags,
43895
+ amt as N8nTags,
43892
43896
  ot as N8nText,
43893
43897
  On as N8nTooltip,
43894
- amt as N8nTree,
43898
+ lmt as N8nTree,
43895
43899
  U0 as N8nUserInfo,
43896
- umt as N8nUserSelect,
43897
- lmt as N8nUserStack,
43898
- cmt as N8nUsersList,
43900
+ cmt as N8nUserSelect,
43901
+ umt as N8nUserStack,
43902
+ dmt as N8nUsersList,
43899
43903
  p3 as createFormEventBus,
43900
43904
  S1 as directionsCursorMaps,
43901
43905
  hU as getValueByPath,
43902
- Uht as hasRequiredProps,
43906
+ Wht as hasRequiredProps,
43903
43907
  jht as isAgentSuggestionMessage,
43904
43908
  Bht as isCodeDiffMessage,
43905
43909
  Ui as isCustomMenuItem,
43910
+ Uht as isCustomMessage,
43906
43911
  zht as isEndSessionMessage,
43907
43912
  Nht as isErrorMessage,
43908
43913
  pU as isEventBindingElementAttribute,