@uzum-tech/ui 2.0.9 → 2.1.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.
Files changed (79) hide show
  1. package/dist/index.js +1785 -466
  2. package/dist/index.mjs +1780 -467
  3. package/dist/index.prod.js +2 -2
  4. package/dist/index.prod.mjs +2 -2
  5. package/es/carousel/src/Carousel.d.ts +1 -1
  6. package/es/components.d.ts +655 -5
  7. package/es/components.mjs +5 -0
  8. package/es/config-provider/src/internal-interface.d.ts +3 -1
  9. package/es/data-table/src/DataTable.d.ts +1 -1
  10. package/es/descriptions/src/Descriptions.d.ts +1 -1
  11. package/es/kanban/index.d.ts +7 -0
  12. package/es/kanban/index.mjs +5 -0
  13. package/es/kanban/src/Kanban.d.ts +570 -0
  14. package/es/kanban/src/Kanban.mjs +349 -0
  15. package/es/kanban/src/KanbanCard.d.ts +39 -0
  16. package/es/kanban/src/KanbanCard.mjs +86 -0
  17. package/es/kanban/src/KanbanColumn.d.ts +45 -0
  18. package/es/kanban/src/KanbanColumn.mjs +176 -0
  19. package/es/kanban/src/injection.d.ts +28 -0
  20. package/es/kanban/src/injection.mjs +2 -0
  21. package/es/kanban/src/interface.d.ts +215 -0
  22. package/es/kanban/src/interface.mjs +84 -0
  23. package/es/kanban/src/styles/index.cssr.d.ts +2 -0
  24. package/es/kanban/src/styles/index.cssr.mjs +165 -0
  25. package/es/kanban/src/use-kanban-data.d.ts +4 -0
  26. package/es/kanban/src/use-kanban-data.mjs +69 -0
  27. package/es/kanban/src/use-kanban-drag.d.ts +2 -0
  28. package/es/kanban/src/use-kanban-drag.mjs +238 -0
  29. package/es/kanban/styles/dark.d.ts +73 -0
  30. package/es/kanban/styles/dark.mjs +15 -0
  31. package/es/kanban/styles/index.d.ts +3 -0
  32. package/es/kanban/styles/index.mjs +2 -0
  33. package/es/kanban/styles/light.d.ts +109 -0
  34. package/es/kanban/styles/light.mjs +64 -0
  35. package/es/modal/src/BodyWrapper.d.ts +1 -1
  36. package/es/themes/dark.mjs +2 -0
  37. package/es/themes/light.mjs +2 -0
  38. package/es/tree/src/Tree.d.ts +1 -1
  39. package/es/version.d.ts +1 -1
  40. package/es/version.mjs +1 -1
  41. package/lib/carousel/src/Carousel.d.ts +1 -1
  42. package/lib/components.d.ts +655 -5
  43. package/lib/components.js +13 -5
  44. package/lib/config-provider/src/internal-interface.d.ts +3 -1
  45. package/lib/data-table/src/DataTable.d.ts +1 -1
  46. package/lib/descriptions/src/Descriptions.d.ts +1 -1
  47. package/lib/kanban/index.d.ts +7 -0
  48. package/lib/kanban/index.js +17 -0
  49. package/lib/kanban/src/Kanban.d.ts +570 -0
  50. package/lib/kanban/src/Kanban.js +291 -0
  51. package/lib/kanban/src/KanbanCard.d.ts +39 -0
  52. package/lib/kanban/src/KanbanCard.js +63 -0
  53. package/lib/kanban/src/KanbanColumn.d.ts +45 -0
  54. package/lib/kanban/src/KanbanColumn.js +141 -0
  55. package/lib/kanban/src/injection.d.ts +28 -0
  56. package/lib/kanban/src/injection.js +5 -0
  57. package/lib/kanban/src/interface.d.ts +215 -0
  58. package/lib/kanban/src/interface.js +87 -0
  59. package/lib/kanban/src/styles/index.cssr.d.ts +2 -0
  60. package/lib/kanban/src/styles/index.cssr.js +170 -0
  61. package/lib/kanban/src/use-kanban-data.d.ts +4 -0
  62. package/lib/kanban/src/use-kanban-data.js +70 -0
  63. package/lib/kanban/src/use-kanban-drag.d.ts +2 -0
  64. package/lib/kanban/src/use-kanban-drag.js +220 -0
  65. package/lib/kanban/styles/dark.d.ts +73 -0
  66. package/lib/kanban/styles/dark.js +17 -0
  67. package/lib/kanban/styles/index.d.ts +3 -0
  68. package/lib/kanban/styles/index.js +10 -0
  69. package/lib/kanban/styles/light.d.ts +109 -0
  70. package/lib/kanban/styles/light.js +54 -0
  71. package/lib/modal/src/BodyWrapper.d.ts +1 -1
  72. package/lib/themes/dark.js +98 -96
  73. package/lib/themes/light.js +96 -94
  74. package/lib/tree/src/Tree.d.ts +1 -1
  75. package/lib/version.d.ts +1 -1
  76. package/lib/version.js +1 -1
  77. package/package.json +1 -1
  78. package/volar.d.ts +3 -0
  79. package/web-types.json +171 -1
package/dist/index.mjs CHANGED
@@ -3408,7 +3408,7 @@ function getOffset$2(placement, offsetRect, targetRect, offsetTopToStandardPlace
3408
3408
  }
3409
3409
 
3410
3410
  /* eslint-disable @typescript-eslint/no-non-null-assertion */
3411
- const style$1X = c([c('.v-binder-follower-container', {
3411
+ const style$1Y = c([c('.v-binder-follower-container', {
3412
3412
  position: 'absolute',
3413
3413
  left: '0',
3414
3414
  right: '0',
@@ -3487,7 +3487,7 @@ var VFollower = defineComponent({
3487
3487
  }
3488
3488
  });
3489
3489
  const ssrAdapter = useSsrAdapter();
3490
- style$1X.mount({
3490
+ style$1Y.mount({
3491
3491
  id: 'vueuc/binder',
3492
3492
  head: true,
3493
3493
  anchorMetaName: cssrAnchorMetaName$1,
@@ -4947,7 +4947,7 @@ var VXScroll = defineComponent({
4947
4947
 
4948
4948
  /* eslint-disable @typescript-eslint/strict-boolean-expressions */
4949
4949
  const hiddenAttr = 'v-hidden';
4950
- const style$1W = c('[v-hidden]', {
4950
+ const style$1X = c('[v-hidden]', {
4951
4951
  display: 'none!important'
4952
4952
  });
4953
4953
  var VOverflow = defineComponent({
@@ -5060,7 +5060,7 @@ var VOverflow = defineComponent({
5060
5060
  }
5061
5061
  }
5062
5062
  const ssrAdapter = useSsrAdapter();
5063
- style$1W.mount({
5063
+ style$1X.mount({
5064
5064
  id: 'vueuc/overflow',
5065
5065
  head: true,
5066
5066
  anchorMetaName: cssrAnchorMetaName$1,
@@ -12992,7 +12992,7 @@ useTheme.props = {
12992
12992
  builtinThemeOverrides: Object
12993
12993
  };
12994
12994
 
12995
- var style$1V = cB("base-icon", `
12995
+ var style$1W = cB("base-icon", `
12996
12996
  height: 1em;
12997
12997
  width: 1em;
12998
12998
  line-height: 1em;
@@ -13028,7 +13028,7 @@ var UBaseIcon = defineComponent({
13028
13028
  onMouseup: Function
13029
13029
  },
13030
13030
  setup(props) {
13031
- useStyle("-base-icon", style$1V, toRef(props, "clsPrefix"));
13031
+ useStyle("-base-icon", style$1W, toRef(props, "clsPrefix"));
13032
13032
  },
13033
13033
  render() {
13034
13034
  return /* @__PURE__ */ h(
@@ -13048,7 +13048,7 @@ var UBaseIcon = defineComponent({
13048
13048
  }
13049
13049
  });
13050
13050
 
13051
- var style$1U = cB("icon", `
13051
+ var style$1V = cB("icon", `
13052
13052
  height: 1em;
13053
13053
  width: 1em;
13054
13054
  line-height: 1em;
@@ -13234,7 +13234,7 @@ const derived = {
13234
13234
  boxShadow2: "0px 20px 80px 0px rgba(0, 0, 0, 0.07)"
13235
13235
  };
13236
13236
 
13237
- function self$1B(vars) {
13237
+ function self$1C(vars) {
13238
13238
  const {
13239
13239
  elementsPrimary
13240
13240
  } = vars;
@@ -13250,13 +13250,13 @@ function self$1B(vars) {
13250
13250
  const iconLight = {
13251
13251
  name: "Icon",
13252
13252
  common: derived,
13253
- self: self$1B
13253
+ self: self$1C
13254
13254
  };
13255
13255
 
13256
13256
  const iconDark$1 = {
13257
13257
  name: "Icon",
13258
13258
  common: derived$1,
13259
- self: self$1B
13259
+ self: self$1C
13260
13260
  };
13261
13261
 
13262
13262
  const iconProps = {
@@ -13279,7 +13279,7 @@ const UIconImpl = defineComponent({
13279
13279
  mergedIconPacksRef,
13280
13280
  inlineThemeDisabled
13281
13281
  } = useConfig(props);
13282
- const themeRef = useTheme("Icon", "-icon", style$1U, iconLight, props, mergedClsPrefixRef);
13282
+ const themeRef = useTheme("Icon", "-icon", style$1V, iconLight, props, mergedClsPrefixRef);
13283
13283
  const cssVarsRef = computed(() => {
13284
13284
  const {
13285
13285
  depth
@@ -13394,7 +13394,7 @@ var commonVars$b = {
13394
13394
  avatarSize: "16px"
13395
13395
  };
13396
13396
 
13397
- function self$1A(vars) {
13397
+ function self$1B(vars) {
13398
13398
  const {
13399
13399
  heightHuge,
13400
13400
  fontBodyLarge,
@@ -13424,16 +13424,16 @@ function self$1A(vars) {
13424
13424
  const accountOptionLight = {
13425
13425
  name: "AccountOption",
13426
13426
  common: derived,
13427
- self: self$1A
13427
+ self: self$1B
13428
13428
  };
13429
13429
 
13430
13430
  const accountOptionDark = {
13431
13431
  name: "AccountOption",
13432
13432
  common: derived$1,
13433
- self: self$1A
13433
+ self: self$1B
13434
13434
  };
13435
13435
 
13436
- var style$1T = cB("base-account-option", `
13436
+ var style$1U = cB("base-account-option", `
13437
13437
  display: flex;
13438
13438
  align-items: center;
13439
13439
  position: relative;
@@ -13488,7 +13488,7 @@ var UBaseAccountOption = defineComponent({
13488
13488
  const themeRef = useTheme(
13489
13489
  "AccountOption",
13490
13490
  "-base-account-option",
13491
- style$1T,
13491
+ style$1U,
13492
13492
  accountOptionLight,
13493
13493
  props,
13494
13494
  mergedClsPrefixRef
@@ -14943,7 +14943,7 @@ function iconSwitchTransition({
14943
14943
  })];
14944
14944
  }
14945
14945
 
14946
- var style$1S = cB("base-clear", `
14946
+ var style$1T = cB("base-clear", `
14947
14947
  flex-shrink: 0;
14948
14948
  height: 1em;
14949
14949
  width: 1em;
@@ -14984,7 +14984,7 @@ var UBaseClear = defineComponent({
14984
14984
  onClear: Function
14985
14985
  },
14986
14986
  setup(props) {
14987
- useStyle("-base-clear", style$1S, toRef(props, "clsPrefix"));
14987
+ useStyle("-base-clear", style$1T, toRef(props, "clsPrefix"));
14988
14988
  return {
14989
14989
  handleMouseDown(e) {
14990
14990
  e.preventDefault();
@@ -15015,7 +15015,7 @@ var UBaseClear = defineComponent({
15015
15015
  }
15016
15016
  });
15017
15017
 
15018
- var style$1R = cB("base-close", `
15018
+ var style$1S = cB("base-close", `
15019
15019
  display: flex;
15020
15020
  align-items: center;
15021
15021
  justify-content: center;
@@ -15087,7 +15087,7 @@ var UBaseClose = defineComponent({
15087
15087
  absolute: Boolean
15088
15088
  },
15089
15089
  setup(props) {
15090
- useStyle("-base-close", style$1R, toRef(props, "clsPrefix"));
15090
+ useStyle("-base-close", style$1S, toRef(props, "clsPrefix"));
15091
15091
  return () => {
15092
15092
  const { clsPrefix, disabled, absolute, round, isButtonTag } = props;
15093
15093
  const Tag = isButtonTag ? "button" : "div";
@@ -15246,7 +15246,7 @@ var FocusDetector = defineComponent({
15246
15246
  }
15247
15247
  });
15248
15248
 
15249
- var style$1Q = c$1([c$1("@keyframes loading-container-rotate", `
15249
+ var style$1R = c$1([c$1("@keyframes loading-container-rotate", `
15250
15250
  to {
15251
15251
  -webkit-transform: rotate(360deg);
15252
15252
  transform: rotate(360deg);
@@ -15416,7 +15416,7 @@ var UBaseLoading = defineComponent({
15416
15416
  ...exposedLoadingProps
15417
15417
  },
15418
15418
  setup(props) {
15419
- useStyle("-base-loading", style$1Q, toRef(props, "clsPrefix"));
15419
+ useStyle("-base-loading", style$1R, toRef(props, "clsPrefix"));
15420
15420
  },
15421
15421
  render() {
15422
15422
  const { clsPrefix, radius, strokeWidth, stroke, scale } = this;
@@ -15546,7 +15546,7 @@ function fadeInTransition({
15546
15546
  })];
15547
15547
  }
15548
15548
 
15549
- var style$1P = cB("base-menu-mask", `
15549
+ var style$1Q = cB("base-menu-mask", `
15550
15550
  position: absolute;
15551
15551
  left: 0;
15552
15552
  right: 0;
@@ -15569,7 +15569,7 @@ var UBaseMenuMask = defineComponent({
15569
15569
  }
15570
15570
  },
15571
15571
  setup(props) {
15572
- useStyle("-base-menu-mask", style$1P, toRef(props, "clsPrefix"));
15572
+ useStyle("-base-menu-mask", style$1Q, toRef(props, "clsPrefix"));
15573
15573
  const messageRef = ref(null);
15574
15574
  let timerId = null;
15575
15575
  const uncontrolledShowRef = ref(false);
@@ -15757,7 +15757,7 @@ const commonVars$a = {
15757
15757
  railColor: "transparent"
15758
15758
  };
15759
15759
 
15760
- function self$1z(vars) {
15760
+ function self$1A(vars) {
15761
15761
  const {
15762
15762
  scrollbarColor,
15763
15763
  scrollbarColorHover,
@@ -15777,13 +15777,13 @@ function self$1z(vars) {
15777
15777
  const safeTopScrollbarLight = {
15778
15778
  name: "SafeTopScrollbar",
15779
15779
  common: derived,
15780
- self: self$1z
15780
+ self: self$1A
15781
15781
  };
15782
15782
 
15783
15783
  const safeTopScrollbarDark = {
15784
15784
  name: "SafeTopScrollbar",
15785
15785
  common: derived$1,
15786
- self: self$1z
15786
+ self: self$1A
15787
15787
  };
15788
15788
 
15789
15789
  cB("scrollbar", [cM("rtl", `
@@ -15796,7 +15796,7 @@ cB("scrollbar", [cM("rtl", `
15796
15796
  right: unset;
15797
15797
  `)])])])]);
15798
15798
 
15799
- var style$1O = cB("safe-top-scrollbar", `
15799
+ var style$1P = cB("safe-top-scrollbar", `
15800
15800
  overflow: hidden;
15801
15801
  position: relative;
15802
15802
  z-index: auto;
@@ -15945,7 +15945,7 @@ const SafeTopScrollbar$1 = defineComponent({
15945
15945
  const themeRef = useTheme(
15946
15946
  "SafeTopScrollbar",
15947
15947
  "-safe-top-scrollbar",
15948
- style$1O,
15948
+ style$1P,
15949
15949
  safeTopScrollbarLight,
15950
15950
  props,
15951
15951
  mergedClsPrefixRef
@@ -16679,7 +16679,7 @@ const commonVars$9 = {
16679
16679
  railColor: "transparent"
16680
16680
  };
16681
16681
 
16682
- function self$1y(vars) {
16682
+ function self$1z(vars) {
16683
16683
  const {
16684
16684
  scrollbarColor,
16685
16685
  scrollbarColorHover,
@@ -16699,13 +16699,13 @@ function self$1y(vars) {
16699
16699
  const scrollbarLight = {
16700
16700
  name: "Scrollbar",
16701
16701
  common: derived,
16702
- self: self$1y
16702
+ self: self$1z
16703
16703
  };
16704
16704
 
16705
16705
  const scrollbarDark = {
16706
16706
  name: "Scrollbar",
16707
16707
  common: derived$1,
16708
- self: self$1y
16708
+ self: self$1z
16709
16709
  };
16710
16710
 
16711
16711
  var rtlStyle$t = cB("scrollbar", [cM("rtl", `
@@ -16723,7 +16723,7 @@ const scrollbarRtl = {
16723
16723
  style: rtlStyle$t
16724
16724
  };
16725
16725
 
16726
- var style$1N = cB("scrollbar", `
16726
+ var style$1O = cB("scrollbar", `
16727
16727
  overflow: hidden;
16728
16728
  position: relative;
16729
16729
  z-index: auto;
@@ -16866,7 +16866,7 @@ const Scrollbar$1 = defineComponent({
16866
16866
  const themeRef = useTheme(
16867
16867
  "Scrollbar",
16868
16868
  "-scrollbar",
16869
- style$1N,
16869
+ style$1O,
16870
16870
  scrollbarLight,
16871
16871
  props,
16872
16872
  mergedClsPrefixRef
@@ -18238,7 +18238,7 @@ function createTreeMate(rawNodes, options = {}) {
18238
18238
  return treemate;
18239
18239
  }
18240
18240
 
18241
- function self$1x(vars) {
18241
+ function self$1y(vars) {
18242
18242
  const {
18243
18243
  fontBodyMedium,
18244
18244
  fontTitleLarge,
@@ -18270,16 +18270,16 @@ function self$1x(vars) {
18270
18270
  const emptyLight = {
18271
18271
  name: "Empty",
18272
18272
  common: derived,
18273
- self: self$1x
18273
+ self: self$1y
18274
18274
  };
18275
18275
 
18276
18276
  const emptyDark$1 = {
18277
18277
  name: "Empty",
18278
18278
  common: derived$1,
18279
- self: self$1x
18279
+ self: self$1y
18280
18280
  };
18281
18281
 
18282
- var style$1M = cB("empty", `
18282
+ var style$1N = cB("empty", `
18283
18283
  display: flex;
18284
18284
  flex-direction: column;
18285
18285
  align-items: center;
@@ -18357,7 +18357,7 @@ var UEmpty$1 = defineComponent({
18357
18357
  const themeRef = useTheme(
18358
18358
  "Empty",
18359
18359
  "-empty",
18360
- style$1M,
18360
+ style$1N,
18361
18361
  emptyLight,
18362
18362
  props,
18363
18363
  mergedClsPrefixRef
@@ -18445,7 +18445,7 @@ var UEmpty$1 = defineComponent({
18445
18445
  }
18446
18446
  });
18447
18447
 
18448
- function self$1w(vars) {
18448
+ function self$1x(vars) {
18449
18449
  const {
18450
18450
  borderRadius,
18451
18451
  iconMedium,
@@ -18502,7 +18502,7 @@ const internalSelectMenuLight = createTheme$1({
18502
18502
  Scrollbar: scrollbarLight,
18503
18503
  Empty: emptyLight
18504
18504
  },
18505
- self: self$1w
18505
+ self: self$1x
18506
18506
  });
18507
18507
 
18508
18508
  const internalSelectMenuDark = {
@@ -18512,7 +18512,7 @@ const internalSelectMenuDark = {
18512
18512
  Scrollbar: scrollbarDark,
18513
18513
  Empty: emptyDark$1
18514
18514
  },
18515
- self: self$1w
18515
+ self: self$1x
18516
18516
  };
18517
18517
 
18518
18518
  cB("base-select-menu", [cM("rtl", `
@@ -18753,7 +18753,7 @@ function fadeInScaleUpTransition({
18753
18753
  })];
18754
18754
  }
18755
18755
 
18756
- var style$1L = cB("base-select-menu", `
18756
+ var style$1M = cB("base-select-menu", `
18757
18757
  line-height: 1.5;
18758
18758
  outline: none;
18759
18759
  z-index: 0;
@@ -18941,7 +18941,7 @@ var UInternalSelectMenu = defineComponent({
18941
18941
  const themeRef = useTheme(
18942
18942
  "InternalSelectMenu",
18943
18943
  "-internal-select-menu",
18944
- style$1L,
18944
+ style$1M,
18945
18945
  internalSelectMenuLight,
18946
18946
  props,
18947
18947
  toRef(props, "clsPrefix")
@@ -19409,7 +19409,7 @@ var UInternalSelectMenu = defineComponent({
19409
19409
  }
19410
19410
  });
19411
19411
 
19412
- function self$1v(vars) {
19412
+ function self$1w(vars) {
19413
19413
  const {
19414
19414
  fontBodyMedium,
19415
19415
  containerPrimary,
@@ -19436,13 +19436,13 @@ function self$1v(vars) {
19436
19436
  const popoverLight = {
19437
19437
  name: "Popover",
19438
19438
  common: derived,
19439
- self: self$1v
19439
+ self: self$1w
19440
19440
  };
19441
19441
 
19442
19442
  const popoverDark = {
19443
19443
  name: "Popover",
19444
19444
  common: derived$1,
19445
- self: self$1v
19445
+ self: self$1w
19446
19446
  };
19447
19447
 
19448
19448
  cB("popover", [cM("rtl", `
@@ -19457,7 +19457,7 @@ const oppositePlacement = {
19457
19457
  right: "left"
19458
19458
  };
19459
19459
  const arrowSize = "var(--u-arrow-height) * 1.414";
19460
- var style$1K = c$1([cB("popover", `
19460
+ var style$1L = c$1([cB("popover", `
19461
19461
  transition:
19462
19462
  box-shadow .3s var(--u-bezier),
19463
19463
  background-color .3s var(--u-bezier),
@@ -19676,7 +19676,7 @@ var UPopoverBody = defineComponent({
19676
19676
  const themeRef = useTheme(
19677
19677
  "Popover",
19678
19678
  "-popover",
19679
- style$1K,
19679
+ style$1L,
19680
19680
  popoverLight,
19681
19681
  props,
19682
19682
  mergedClsPrefixRef
@@ -20503,7 +20503,7 @@ var UPopover$1 = defineComponent({
20503
20503
  }
20504
20504
  });
20505
20505
 
20506
- function self$1u(vars) {
20506
+ function self$1v(vars) {
20507
20507
  const {
20508
20508
  opacityDisabled,
20509
20509
  borderRadiusSmall: borderRadius,
@@ -20601,13 +20601,13 @@ function self$1u(vars) {
20601
20601
  const tagLight = {
20602
20602
  name: "Tag",
20603
20603
  common: derived,
20604
- self: self$1u
20604
+ self: self$1v
20605
20605
  };
20606
20606
 
20607
20607
  const tagDark = {
20608
20608
  name: "Tag",
20609
20609
  common: derived$1,
20610
- self: self$1u
20610
+ self: self$1v
20611
20611
  };
20612
20612
 
20613
20613
  var rtlStyle$s = cB("tag", [cM("rtl", `
@@ -20654,7 +20654,7 @@ var commonProps = {
20654
20654
  }
20655
20655
  };
20656
20656
 
20657
- var style$1J = cB("tag", `
20657
+ var style$1K = cB("tag", `
20658
20658
  white-space: nowrap;
20659
20659
  position: relative;
20660
20660
  box-sizing: border-box;
@@ -20821,7 +20821,7 @@ var _UTag = defineComponent({
20821
20821
  const themeRef = useTheme(
20822
20822
  "Tag",
20823
20823
  "-tag",
20824
- style$1J,
20824
+ style$1K,
20825
20825
  tagLight,
20826
20826
  props,
20827
20827
  mergedClsPrefixRef
@@ -21185,7 +21185,7 @@ var _UTagGroup = defineComponent({
21185
21185
  }
21186
21186
  });
21187
21187
 
21188
- function self$1t(vars) {
21188
+ function self$1u(vars) {
21189
21189
  const {
21190
21190
  heightSmall,
21191
21191
  heightMedium,
@@ -21205,10 +21205,10 @@ function self$1t(vars) {
21205
21205
  }
21206
21206
  const skeletonLight$1 = {
21207
21207
  common: derived,
21208
- self: self$1t
21208
+ self: self$1u
21209
21209
  };
21210
21210
 
21211
- var style$1I = c$1([cB("skeleton", `
21211
+ var style$1J = c$1([cB("skeleton", `
21212
21212
  height: 1em;
21213
21213
  width: 100%;
21214
21214
  transition: background-color .3s var(--u-bezier);
@@ -21264,7 +21264,7 @@ var UBaseSkeleton = defineComponent({
21264
21264
  const themeRef = useTheme(
21265
21265
  "Skeleton",
21266
21266
  "-skeleton",
21267
- style$1I,
21267
+ style$1J,
21268
21268
  skeletonLight$1,
21269
21269
  props,
21270
21270
  mergedClsPrefixRef
@@ -21380,7 +21380,7 @@ var UBaseSuffix = defineComponent({
21380
21380
  }
21381
21381
  });
21382
21382
 
21383
- function self$1s(vars) {
21383
+ function self$1t(vars) {
21384
21384
  const {
21385
21385
  borderRadius,
21386
21386
  iconMedium,
@@ -21538,7 +21538,7 @@ const internalSelectionLight = createTheme$1({
21538
21538
  peers: {
21539
21539
  Popover: popoverLight
21540
21540
  },
21541
- self: self$1s
21541
+ self: self$1t
21542
21542
  });
21543
21543
 
21544
21544
  const internalSelectionDark = {
@@ -21547,7 +21547,7 @@ const internalSelectionDark = {
21547
21547
  peers: {
21548
21548
  Popover: popoverDark
21549
21549
  },
21550
- self: self$1s
21550
+ self: self$1t
21551
21551
  };
21552
21552
 
21553
21553
  cB("base-selection", [cM("rtl", `
@@ -21580,7 +21580,7 @@ function generateSecondaryStates(state) {
21580
21580
  color: var(--u-arrow-color${state}-secondary);
21581
21581
  `)])];
21582
21582
  }
21583
- var style$1H = c$1([cB("base-selection", `
21583
+ var style$1I = c$1([cB("base-selection", `
21584
21584
  position: relative;
21585
21585
  z-index: auto;
21586
21586
  box-shadow: none;
@@ -21931,7 +21931,7 @@ var UInternalSelection = defineComponent({
21931
21931
  const themeRef = useTheme(
21932
21932
  "InternalSelection",
21933
21933
  "-internal-selection",
21934
- style$1H,
21934
+ style$1I,
21935
21935
  internalSelectionLight,
21936
21936
  props,
21937
21937
  toRef(props, "clsPrefix")
@@ -23012,7 +23012,7 @@ function fadeUpWidthExpandTransition({
23012
23012
  })];
23013
23013
  }
23014
23014
 
23015
- var style$1G = c$1([c$1("@keyframes u-base-slot-machine-fade-up-in", `
23015
+ var style$1H = c$1([c$1("@keyframes u-base-slot-machine-fade-up-in", `
23016
23016
  from {
23017
23017
  transform: translateY(60%);
23018
23018
  opacity: 0;
@@ -23131,7 +23131,7 @@ var UBaseSlotMachine = defineComponent({
23131
23131
  }
23132
23132
  },
23133
23133
  setup(props) {
23134
- useStyle("-base-slot-machine", style$1G, toRef(props, "clsPrefix"));
23134
+ useStyle("-base-slot-machine", style$1H, toRef(props, "clsPrefix"));
23135
23135
  const oldValueRef = ref();
23136
23136
  const newValueRef = ref();
23137
23137
  const numbersRef = computed(() => {
@@ -23186,7 +23186,7 @@ var UBaseSlotMachine = defineComponent({
23186
23186
  }
23187
23187
  });
23188
23188
 
23189
- function self$1r(vars) {
23189
+ function self$1s(vars) {
23190
23190
  const {
23191
23191
  borderRadiusSmall,
23192
23192
  brandPrimary500,
@@ -23222,10 +23222,10 @@ function self$1r(vars) {
23222
23222
  }
23223
23223
  const typographyLight$1 = {
23224
23224
  common: derived,
23225
- self: self$1r
23225
+ self: self$1s
23226
23226
  };
23227
23227
 
23228
- var style$1F = cB("text", `
23228
+ var style$1G = cB("text", `
23229
23229
  transition: color .3s var(--u-bezier);
23230
23230
  color: var(--u-text-color);
23231
23231
  margin: 0;
@@ -23533,7 +23533,7 @@ var InternalUText = defineComponent({
23533
23533
  const themeRef = useTheme(
23534
23534
  "Typography",
23535
23535
  "-text",
23536
- style$1F,
23536
+ style$1G,
23537
23537
  typographyLight$1,
23538
23538
  props,
23539
23539
  mergedClsPrefixRef
@@ -23621,7 +23621,7 @@ var InternalUText = defineComponent({
23621
23621
  }
23622
23622
  });
23623
23623
 
23624
- var style$1E = cB("base-wave", `
23624
+ var style$1F = cB("base-wave", `
23625
23625
  position: absolute;
23626
23626
  left: 0;
23627
23627
  right: 0;
@@ -23639,7 +23639,7 @@ var UBaseWave = defineComponent({
23639
23639
  }
23640
23640
  },
23641
23641
  setup(props) {
23642
- useStyle("-base-wave", style$1E, toRef(props, "clsPrefix"));
23642
+ useStyle("-base-wave", style$1F, toRef(props, "clsPrefix"));
23643
23643
  const selfRef = ref(null);
23644
23644
  const activeRef = ref(false);
23645
23645
  let animationTimerId = null;
@@ -23684,7 +23684,7 @@ var UBaseWave = defineComponent({
23684
23684
  }
23685
23685
  });
23686
23686
 
23687
- function self$1q(vars) {
23687
+ function self$1r(vars) {
23688
23688
  const {
23689
23689
  borderRadius,
23690
23690
  fontBodyMedium,
@@ -23721,7 +23721,7 @@ const tooltipLight = createTheme$1({
23721
23721
  peers: {
23722
23722
  Popover: popoverLight
23723
23723
  },
23724
- self: self$1q
23724
+ self: self$1r
23725
23725
  });
23726
23726
 
23727
23727
  const tooltipDark = {
@@ -23730,10 +23730,10 @@ const tooltipDark = {
23730
23730
  peers: {
23731
23731
  Popover: popoverDark
23732
23732
  },
23733
- self: self$1q
23733
+ self: self$1r
23734
23734
  };
23735
23735
 
23736
- var style$1D = cB("tooltip", "", [cE("content", `
23736
+ var style$1E = cB("tooltip", "", [cE("content", `
23737
23737
  display: flex;
23738
23738
  align-items: flex-start;
23739
23739
  `), cE("icon", `
@@ -23859,7 +23859,7 @@ var _UTooltip = defineComponent({
23859
23859
  const themeRef = useTheme(
23860
23860
  "Tooltip",
23861
23861
  "-tooltip",
23862
- props.variant === "plain" ? void 0 : style$1D,
23862
+ props.variant === "plain" ? void 0 : style$1E,
23863
23863
  tooltipLight,
23864
23864
  props,
23865
23865
  mergedClsPrefixRef
@@ -23989,7 +23989,7 @@ const ellipsisLight = createTheme$1({
23989
23989
  }
23990
23990
  });
23991
23991
 
23992
- var style$1C = cB("ellipsis", {
23992
+ var style$1D = cB("ellipsis", {
23993
23993
  overflow: "hidden"
23994
23994
  }, [cNotM("line-clamp", `
23995
23995
  white-space: nowrap;
@@ -24027,7 +24027,7 @@ var _UEllipsis = defineComponent({
24027
24027
  const mergedTheme = useTheme(
24028
24028
  "Ellipsis",
24029
24029
  "-ellipsis",
24030
- style$1C,
24030
+ style$1D,
24031
24031
  ellipsisLight,
24032
24032
  props,
24033
24033
  mergedClsPrefixRef
@@ -24183,7 +24183,7 @@ const UPerformantEllipsis$1 = defineComponent({
24183
24183
  setup(props, { attrs, slots }) {
24184
24184
  const mouseEnteredRef = ref(false);
24185
24185
  const mergedClsPrefixRef = useMergedClsPrefix();
24186
- useStyle("-ellipsis", style$1C, mergedClsPrefixRef);
24186
+ useStyle("-ellipsis", style$1D, mergedClsPrefixRef);
24187
24187
  const renderTrigger = () => {
24188
24188
  const { lineClamp } = props;
24189
24189
  const mergedClsPrefix = mergedClsPrefixRef.value;
@@ -24223,7 +24223,7 @@ const UPerformantEllipsis$1 = defineComponent({
24223
24223
  }
24224
24224
  });
24225
24225
 
24226
- function self$1p(vars) {
24226
+ function self$1q(vars) {
24227
24227
  const {
24228
24228
  borderRadiusLarge,
24229
24229
  elementsQuaternary,
@@ -24265,21 +24265,21 @@ function self$1p(vars) {
24265
24265
  const actionCardLight = {
24266
24266
  name: "ActionCard",
24267
24267
  common: derived,
24268
- self: self$1p
24268
+ self: self$1q
24269
24269
  };
24270
24270
 
24271
24271
  const actionCardDark = {
24272
24272
  name: "ActionCard",
24273
24273
  common: derived$1,
24274
24274
  self: vars => {
24275
- const lightVars = self$1p(vars);
24275
+ const lightVars = self$1q(vars);
24276
24276
  return {
24277
24277
  ...lightVars
24278
24278
  };
24279
24279
  }
24280
24280
  };
24281
24281
 
24282
- var style$1B = cB("action-card", `
24282
+ var style$1C = cB("action-card", `
24283
24283
  position: relative;
24284
24284
  width: var(--u-width);
24285
24285
  min-height: var(--u-min-height);
@@ -24400,7 +24400,7 @@ var _UActionCard = defineComponent({
24400
24400
  const themeRef = useTheme(
24401
24401
  "ActionCard",
24402
24402
  "-action-card",
24403
- style$1B,
24403
+ style$1C,
24404
24404
  actionCardLight,
24405
24405
  props,
24406
24406
  mergedClsPrefixRef
@@ -24531,7 +24531,7 @@ var _UActionCard = defineComponent({
24531
24531
  }
24532
24532
  });
24533
24533
 
24534
- var style$1A = cB("affix", [cM("affixed", {
24534
+ var style$1B = cB("affix", [cM("affixed", {
24535
24535
  position: "fixed"
24536
24536
  }, [cM("absolute-positioned", {
24537
24537
  position: "absolute"
@@ -24601,7 +24601,7 @@ var _UAffix = defineComponent({
24601
24601
  props: affixProps,
24602
24602
  setup(props) {
24603
24603
  const { mergedClsPrefixRef } = useConfig(props);
24604
- useStyle("-affix", style$1A, mergedClsPrefixRef);
24604
+ useStyle("-affix", style$1B, mergedClsPrefixRef);
24605
24605
  let scrollTarget = null;
24606
24606
  const stickToTopRef = ref(false);
24607
24607
  const stickToBottomRef = ref(false);
@@ -24737,7 +24737,7 @@ var commonVars$8 = {
24737
24737
  descriptionSpaceBanner: "24px"
24738
24738
  };
24739
24739
 
24740
- function self$1o(vars) {
24740
+ function self$1p(vars) {
24741
24741
  const {
24742
24742
  iconMedium,
24743
24743
  closeMedium,
@@ -24846,13 +24846,13 @@ function self$1o(vars) {
24846
24846
  const alertLight = {
24847
24847
  name: "Alert",
24848
24848
  common: derived,
24849
- self: self$1o
24849
+ self: self$1p
24850
24850
  };
24851
24851
 
24852
24852
  const alertDark = {
24853
24853
  name: "Alert",
24854
24854
  common: derived$1,
24855
- self: self$1o
24855
+ self: self$1p
24856
24856
  };
24857
24857
 
24858
24858
  var rtlStyle$r = cB("alert", [cM("rtl", `
@@ -24928,7 +24928,7 @@ function fadeInHeightExpandTransition({
24928
24928
  `)];
24929
24929
  }
24930
24930
 
24931
- var style$1z = cB("alert", `
24931
+ var style$1A = cB("alert", `
24932
24932
  line-height: var(--u-line-height);
24933
24933
  position: relative;
24934
24934
  transition: background-color .3s var(--u-bezier);
@@ -25107,7 +25107,7 @@ var _UAlert = defineComponent({
25107
25107
  const themeRef = useTheme(
25108
25108
  "Alert",
25109
25109
  "-alert",
25110
- style$1z,
25110
+ style$1A,
25111
25111
  alertLight,
25112
25112
  props,
25113
25113
  mergedClsPrefixRef
@@ -25248,7 +25248,7 @@ var _UAlert = defineComponent({
25248
25248
  }
25249
25249
  });
25250
25250
 
25251
- function self$1n(vars) {
25251
+ function self$1o(vars) {
25252
25252
  const {
25253
25253
  borderRadius,
25254
25254
  fontBodyMedium,
@@ -25278,13 +25278,13 @@ function self$1n(vars) {
25278
25278
  const anchorLight = {
25279
25279
  name: "Anchor",
25280
25280
  common: derived,
25281
- self: self$1n
25281
+ self: self$1o
25282
25282
  };
25283
25283
 
25284
25284
  const anchorDark = {
25285
25285
  name: "Anchor",
25286
25286
  common: derived$1,
25287
- self: self$1n
25287
+ self: self$1o
25288
25288
  };
25289
25289
 
25290
25290
  const anchorInjectionKey = createInjectionKey("u-anchor");
@@ -25623,7 +25623,7 @@ var UBaseAnchor = defineComponent({
25623
25623
  }
25624
25624
  });
25625
25625
 
25626
- var style$1y = cB("anchor", `
25626
+ var style$1z = cB("anchor", `
25627
25627
  position: relative;
25628
25628
  `, [cNotM("block", `
25629
25629
  padding-left: var(--u-rail-width);
@@ -25713,7 +25713,7 @@ var _UAnchor = defineComponent({
25713
25713
  const themeRef = useTheme(
25714
25714
  "Anchor",
25715
25715
  "-anchor",
25716
- style$1y,
25716
+ style$1z,
25717
25717
  anchorLight,
25718
25718
  props,
25719
25719
  mergedClsPrefixRef
@@ -25793,7 +25793,7 @@ const isChrome = isBrowser$1 && "chrome" in window;
25793
25793
  isBrowser$1 && navigator.userAgent.includes("Firefox");
25794
25794
  const isSafari = isBrowser$1 && navigator.userAgent.includes("Safari") && !isChrome;
25795
25795
 
25796
- function self$1m(vars) {
25796
+ function self$1n(vars) {
25797
25797
  const {
25798
25798
  iconMedium,
25799
25799
  textSecondary,
@@ -25904,13 +25904,13 @@ function self$1m(vars) {
25904
25904
  const inputLight = {
25905
25905
  name: "Input",
25906
25906
  common: derived,
25907
- self: self$1m
25907
+ self: self$1n
25908
25908
  };
25909
25909
 
25910
25910
  const inputDark = {
25911
25911
  name: "Input",
25912
25912
  common: derived$1,
25913
- self: self$1m
25913
+ self: self$1n
25914
25914
  };
25915
25915
 
25916
25916
  var rtlStyle$q = cB("input", [cM("rtl", `
@@ -25936,7 +25936,7 @@ const inputRtl = {
25936
25936
 
25937
25937
  const inputInjectionKey = createInjectionKey("u-input");
25938
25938
 
25939
- var style$1x = cB("input", `
25939
+ var style$1y = cB("input", `
25940
25940
  max-width: 100%;
25941
25941
  cursor: text;
25942
25942
  line-height: 1.5;
@@ -26484,7 +26484,7 @@ var commonVariables$5 = {
26484
26484
  rippleDuration: ".6s"
26485
26485
  };
26486
26486
 
26487
- function self$1l(vars) {
26487
+ function self$1m(vars) {
26488
26488
  const {
26489
26489
  heightMini,
26490
26490
  heightTiny,
@@ -26740,13 +26740,13 @@ function self$1l(vars) {
26740
26740
  const buttonLight = {
26741
26741
  name: "Button",
26742
26742
  common: derived,
26743
- self: self$1l
26743
+ self: self$1m
26744
26744
  };
26745
26745
 
26746
26746
  const buttonDark = {
26747
26747
  name: "Button",
26748
26748
  common: derived$1,
26749
- self: self$1l
26749
+ self: self$1m
26750
26750
  };
26751
26751
 
26752
26752
  var rtlStyle$p = cB("button", [cM("rtl", `
@@ -26764,7 +26764,7 @@ const buttonRtl = {
26764
26764
  style: rtlStyle$p
26765
26765
  };
26766
26766
 
26767
- var style$1w = c$1([cB("button", `
26767
+ var style$1x = c$1([cB("button", `
26768
26768
  margin: 0;
26769
26769
  font-weight: var(--u-font-weight);
26770
26770
  line-height: 1;
@@ -27091,7 +27091,7 @@ const Button = defineComponent({
27091
27091
  const themeRef = useTheme(
27092
27092
  "Button",
27093
27093
  "-button",
27094
- style$1w,
27094
+ style$1x,
27095
27095
  buttonLight,
27096
27096
  props,
27097
27097
  mergedClsPrefixRef
@@ -27523,7 +27523,7 @@ var commonVariables$4 = {
27523
27523
  iconMargin: "0 16px 0 0"
27524
27524
  };
27525
27525
 
27526
- function self$1k(vars) {
27526
+ function self$1l(vars) {
27527
27527
  const {
27528
27528
  closeMedium,
27529
27529
  iconMedium,
@@ -27608,13 +27608,13 @@ function self$1k(vars) {
27608
27608
  const messageLight = {
27609
27609
  name: "Message",
27610
27610
  common: derived,
27611
- self: self$1k
27611
+ self: self$1l
27612
27612
  };
27613
27613
 
27614
27614
  const messageDark = {
27615
27615
  name: "Message",
27616
27616
  common: derived$1,
27617
- self: self$1k
27617
+ self: self$1l
27618
27618
  };
27619
27619
 
27620
27620
  var rtlStyle$o = cB("message", [cM("rtl", `
@@ -27649,7 +27649,7 @@ const messageProps = {
27649
27649
  onMouseleave: Function
27650
27650
  };
27651
27651
 
27652
- var style$1v = c$1([cB("message-wrapper", `
27652
+ var style$1w = c$1([cB("message-wrapper", `
27653
27653
  margin: var(--u-margin);
27654
27654
  z-index: 0;
27655
27655
  transform-origin: top center;
@@ -27770,7 +27770,7 @@ var UMessage = defineComponent({
27770
27770
  const themeRef = useTheme(
27771
27771
  "Message",
27772
27772
  "-message",
27773
- style$1v,
27773
+ style$1w,
27774
27774
  messageLight,
27775
27775
  messageProviderProps,
27776
27776
  mergedClsPrefixRef
@@ -28449,7 +28449,7 @@ var UInput$1 = defineComponent({
28449
28449
  const themeRef = useTheme(
28450
28450
  "Input",
28451
28451
  "-input",
28452
- style$1x,
28452
+ style$1y,
28453
28453
  inputLight,
28454
28454
  props,
28455
28455
  mergedClsPrefixRef
@@ -29536,7 +29536,7 @@ var UInput$1 = defineComponent({
29536
29536
  }
29537
29537
  });
29538
29538
 
29539
- var style$1u = cB("input-group", `
29539
+ var style$1v = cB("input-group", `
29540
29540
  display: inline-flex;
29541
29541
  width: 100%;
29542
29542
  flex-wrap: nowrap;
@@ -29599,7 +29599,7 @@ var _UInputGroup = defineComponent({
29599
29599
  props: inputGroupProps,
29600
29600
  setup(props) {
29601
29601
  const { mergedClsPrefixRef } = useConfig(props);
29602
- useStyle("-input-group", style$1u, mergedClsPrefixRef);
29602
+ useStyle("-input-group", style$1v, mergedClsPrefixRef);
29603
29603
  return {
29604
29604
  mergedClsPrefix: mergedClsPrefixRef
29605
29605
  };
@@ -29610,7 +29610,7 @@ var _UInputGroup = defineComponent({
29610
29610
  }
29611
29611
  });
29612
29612
 
29613
- var style$1t = cB("input-group-label", `
29613
+ var style$1u = cB("input-group-label", `
29614
29614
  position: relative;
29615
29615
  user-select: none;
29616
29616
  -webkit-user-select: none;
@@ -29658,7 +29658,7 @@ var _UInputGroupLabel = defineComponent({
29658
29658
  const themeRef = useTheme(
29659
29659
  "Input",
29660
29660
  "-input-group-label",
29661
- style$1t,
29661
+ style$1u,
29662
29662
  inputLight,
29663
29663
  props,
29664
29664
  mergedClsPrefixRef
@@ -29784,7 +29784,7 @@ function createValOptMap(options, valueField, childrenField) {
29784
29784
  return valOptMap;
29785
29785
  }
29786
29786
 
29787
- function self$1j(vars) {
29787
+ function self$1k(vars) {
29788
29788
  const {
29789
29789
  shadowDepth2
29790
29790
  } = vars;
@@ -29799,7 +29799,7 @@ const autoCompleteLight = createTheme$1({
29799
29799
  InternalSelectMenu: internalSelectMenuLight,
29800
29800
  Input: inputLight
29801
29801
  },
29802
- self: self$1j
29802
+ self: self$1k
29803
29803
  });
29804
29804
 
29805
29805
  const autoCompleteDark = {
@@ -29809,10 +29809,10 @@ const autoCompleteDark = {
29809
29809
  InternalSelectMenu: internalSelectMenuDark,
29810
29810
  Input: inputDark
29811
29811
  },
29812
- self: self$1j
29812
+ self: self$1k
29813
29813
  };
29814
29814
 
29815
- var style$1s = c$1([cB("auto-complete", `
29815
+ var style$1t = c$1([cB("auto-complete", `
29816
29816
  z-index: auto;
29817
29817
  position: relative;
29818
29818
  display: inline-flex;
@@ -29942,7 +29942,7 @@ var _UAutoComplete = defineComponent({
29942
29942
  const themeRef = useTheme(
29943
29943
  "AutoComplete",
29944
29944
  "-auto-complete",
29945
- style$1s,
29945
+ style$1t,
29946
29946
  autoCompleteLight,
29947
29947
  props,
29948
29948
  mergedClsPrefixRef
@@ -30339,7 +30339,7 @@ const observeIntersection = (el, options, shouldStartLoadingRef) => {
30339
30339
  return unobserve;
30340
30340
  };
30341
30341
 
30342
- function self$1i(vars) {
30342
+ function self$1j(vars) {
30343
30343
  const {
30344
30344
  heightSmall,
30345
30345
  heightMedium,
@@ -30360,16 +30360,16 @@ function self$1i(vars) {
30360
30360
  const skeletonLight = {
30361
30361
  name: "Skeleton",
30362
30362
  common: derived,
30363
- self: self$1i
30363
+ self: self$1j
30364
30364
  };
30365
30365
 
30366
30366
  const skeletonDark = {
30367
30367
  name: "Skeleton",
30368
30368
  common: derived$1,
30369
- self: self$1i
30369
+ self: self$1j
30370
30370
  };
30371
30371
 
30372
- var style$1r = c$1([cB("skeleton", `
30372
+ var style$1s = c$1([cB("skeleton", `
30373
30373
  height: 1em;
30374
30374
  width: 100%;
30375
30375
  transition: background-color .3s var(--u-bezier);
@@ -30428,7 +30428,7 @@ var _USkeleton = defineComponent({
30428
30428
  const themeRef = useTheme(
30429
30429
  "Skeleton",
30430
30430
  "-skeleton",
30431
- style$1r,
30431
+ style$1s,
30432
30432
  skeletonLight,
30433
30433
  props,
30434
30434
  mergedClsPrefixRef
@@ -30483,7 +30483,7 @@ var _USkeleton = defineComponent({
30483
30483
  }
30484
30484
  });
30485
30485
 
30486
- function self$1h(vars) {
30486
+ function self$1i(vars) {
30487
30487
  const {
30488
30488
  borderRadius,
30489
30489
  heightSmall,
@@ -30515,18 +30515,18 @@ function self$1h(vars) {
30515
30515
  const avatarLight = {
30516
30516
  name: "Avatar",
30517
30517
  common: derived,
30518
- self: self$1h
30518
+ self: self$1i
30519
30519
  };
30520
30520
 
30521
30521
  const avatarDark = {
30522
30522
  name: "Avatar",
30523
30523
  common: derived$1,
30524
- self: self$1h
30524
+ self: self$1i
30525
30525
  };
30526
30526
 
30527
30527
  const avatarGroupInjectionKey = createInjectionKey("u-avatar-group");
30528
30528
 
30529
- var style$1q = cB("avatar", `
30529
+ var style$1r = cB("avatar", `
30530
30530
  width: var(--u-merged-size);
30531
30531
  height: var(--u-merged-size);
30532
30532
  color: var(--u-text-color);
@@ -30638,7 +30638,7 @@ var _UAvatar = defineComponent({
30638
30638
  const themeRef = useTheme(
30639
30639
  "Avatar",
30640
30640
  "-avatar",
30641
- style$1q,
30641
+ style$1r,
30642
30642
  avatarLight,
30643
30643
  props,
30644
30644
  mergedClsPrefixRef
@@ -30849,7 +30849,7 @@ var _UAvatar = defineComponent({
30849
30849
  }
30850
30850
  });
30851
30851
 
30852
- function self$1g() {
30852
+ function self$1h() {
30853
30853
  return {
30854
30854
  gap: "-12px"
30855
30855
  };
@@ -30860,7 +30860,7 @@ const avatarGroupLight = createTheme$1({
30860
30860
  peers: {
30861
30861
  Avatar: avatarLight
30862
30862
  },
30863
- self: self$1g
30863
+ self: self$1h
30864
30864
  });
30865
30865
 
30866
30866
  const avatarGroupDark = {
@@ -30869,7 +30869,7 @@ const avatarGroupDark = {
30869
30869
  peers: {
30870
30870
  Avatar: avatarDark
30871
30871
  },
30872
- self: self$1g
30872
+ self: self$1h
30873
30873
  };
30874
30874
 
30875
30875
  var rtlStyle$n = cB("avatar-group", [cM("rtl", `
@@ -30886,7 +30886,7 @@ const avatarGroupRtl = {
30886
30886
  style: rtlStyle$n
30887
30887
  };
30888
30888
 
30889
- var style$1p = cB("avatar-group", `
30889
+ var style$1q = cB("avatar-group", `
30890
30890
  flex-wrap: nowrap;
30891
30891
  display: inline-flex;
30892
30892
  position: relative;
@@ -30921,7 +30921,7 @@ var _UAvatarGroup = defineComponent({
30921
30921
  const mergedThemeRef = useTheme(
30922
30922
  "AvatarGroup",
30923
30923
  "-avatar-group",
30924
- style$1p,
30924
+ style$1q,
30925
30925
  avatarGroupLight,
30926
30926
  props,
30927
30927
  mergedClsPrefixRef
@@ -31010,7 +31010,7 @@ var _UAvatarGroup = defineComponent({
31010
31010
  }
31011
31011
  });
31012
31012
 
31013
- function self$1f(vars) {
31013
+ function self$1g(vars) {
31014
31014
  const {
31015
31015
  heightLarge,
31016
31016
  iconMedium,
@@ -31035,13 +31035,13 @@ function self$1f(vars) {
31035
31035
  const backTopLight = {
31036
31036
  name: "BackTop",
31037
31037
  common: derived,
31038
- self: self$1f
31038
+ self: self$1g
31039
31039
  };
31040
31040
 
31041
31041
  const backTopDark = {
31042
31042
  name: "BackTop",
31043
31043
  common: derived$1,
31044
- self: self$1f
31044
+ self: self$1g
31045
31045
  };
31046
31046
 
31047
31047
  var BackTopIcon = /* @__PURE__ */ h(
@@ -31055,7 +31055,7 @@ var BackTopIcon = /* @__PURE__ */ h(
31055
31055
  /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { transform: "translate(-139.000000, -4423.000000)", "fill-rule": "nonzero" }, /* @__PURE__ */ h("g", { transform: "translate(120.000000, 4285.000000)" }, /* @__PURE__ */ h("g", { transform: "translate(7.000000, 126.000000)" }, /* @__PURE__ */ h("g", { transform: "translate(24.000000, 24.000000) scale(1, -1) translate(-24.000000, -24.000000) translate(12.000000, 12.000000)" }, /* @__PURE__ */ h("g", { transform: "translate(4.000000, 2.000000)" }, /* @__PURE__ */ h("path", { d: "M8,0 C8.51283584,0 8.93550716,0.38604019 8.99327227,0.883378875 L9,1 L9,10.584 L12.2928932,7.29289322 C12.6834175,6.90236893 13.3165825,6.90236893 13.7071068,7.29289322 C14.0675907,7.65337718 14.0953203,8.22060824 13.7902954,8.61289944 L13.7071068,8.70710678 L8.70710678,13.7071068 L8.62544899,13.7803112 L8.618,13.784 L8.59530661,13.8036654 L8.4840621,13.8753288 L8.37133602,13.9287745 L8.22929083,13.9735893 L8.14346259,13.9897165 L8.03324678,13.9994506 L7.9137692,13.9962979 L7.77070917,13.9735893 L7.6583843,13.9401293 L7.57677845,13.9063266 L7.47929125,13.8540045 L7.4048407,13.8036865 L7.38131006,13.7856883 C7.35030318,13.7612383 7.32077858,13.7349921 7.29289322,13.7071068 L2.29289322,8.70710678 L2.20970461,8.61289944 C1.90467972,8.22060824 1.93240926,7.65337718 2.29289322,7.29289322 C2.65337718,6.93240926 3.22060824,6.90467972 3.61289944,7.20970461 L3.70710678,7.29289322 L7,10.585 L7,1 L7.00672773,0.883378875 C7.06449284,0.38604019 7.48716416,0 8,0 Z" }), /* @__PURE__ */ h("path", { d: "M14.9333333,15.9994506 C15.5224371,15.9994506 16,16.4471659 16,16.9994506 C16,17.5122865 15.5882238,17.9349578 15.0577292,17.9927229 L14.9333333,17.9994506 L1.06666667,17.9994506 C0.477562934,17.9994506 0,17.5517354 0,16.9994506 C0,16.4866148 0.411776203,16.0639435 0.9422708,16.0061783 L1.06666667,15.9994506 L14.9333333,15.9994506 Z" })))))))
31056
31056
  );
31057
31057
 
31058
- var style$1o = cB("back-top", `
31058
+ var style$1p = cB("back-top", `
31059
31059
  position: fixed;
31060
31060
  right: 40px;
31061
31061
  bottom: 40px;
@@ -31194,7 +31194,7 @@ var _UBackTop = defineComponent({
31194
31194
  const themeRef = useTheme(
31195
31195
  "BackTop",
31196
31196
  "-back-top",
31197
- style$1o,
31197
+ style$1p,
31198
31198
  backTopLight,
31199
31199
  props,
31200
31200
  mergedClsPrefixRef
@@ -31345,7 +31345,7 @@ var _UBackTop = defineComponent({
31345
31345
  }
31346
31346
  });
31347
31347
 
31348
- function self$1e(vars) {
31348
+ function self$1f(vars) {
31349
31349
  const {
31350
31350
  brandQuaternary500,
31351
31351
  elementsPrimary,
@@ -31378,13 +31378,13 @@ function self$1e(vars) {
31378
31378
  const badgeLight = {
31379
31379
  name: "Badge",
31380
31380
  common: derived,
31381
- self: self$1e
31381
+ self: self$1f
31382
31382
  };
31383
31383
 
31384
31384
  const badgeDark = {
31385
31385
  name: "Badge",
31386
31386
  common: derived$1,
31387
- self: self$1e
31387
+ self: self$1f
31388
31388
  };
31389
31389
 
31390
31390
  var rtlStyle$m = cB("badge", [cM("rtl", `
@@ -31401,7 +31401,7 @@ const badgeRtl = {
31401
31401
  style: rtlStyle$m
31402
31402
  };
31403
31403
 
31404
- var style$1n = c$1([c$1("@keyframes badge-wave-spread", {
31404
+ var style$1o = c$1([c$1("@keyframes badge-wave-spread", {
31405
31405
  from: {
31406
31406
  boxShadow: "0 0 0.5px 0px var(--u-ripple-color)",
31407
31407
  opacity: 0.6
@@ -31515,7 +31515,7 @@ var _UBadge = defineComponent({
31515
31515
  const themeRef = useTheme(
31516
31516
  "Badge",
31517
31517
  "-badge",
31518
- style$1n,
31518
+ style$1o,
31519
31519
  badgeLight,
31520
31520
  props,
31521
31521
  mergedClsPrefixRef
@@ -31651,7 +31651,7 @@ var _UBadge = defineComponent({
31651
31651
  }
31652
31652
  });
31653
31653
 
31654
- function self$1d(vars) {
31654
+ function self$1e(vars) {
31655
31655
  const {
31656
31656
  fontWeightStrong,
31657
31657
  fontBodyMedium,
@@ -31674,16 +31674,16 @@ function self$1d(vars) {
31674
31674
  const breadcrumbLight = {
31675
31675
  name: "Breadcrumb",
31676
31676
  common: derived,
31677
- self: self$1d
31677
+ self: self$1e
31678
31678
  };
31679
31679
 
31680
31680
  const breadcrumbDark = {
31681
31681
  name: "Breadcrumb",
31682
31682
  common: derived$1,
31683
- self: self$1d
31683
+ self: self$1e
31684
31684
  };
31685
31685
 
31686
- var style$1m = cB("breadcrumb", `
31686
+ var style$1n = cB("breadcrumb", `
31687
31687
  white-space: nowrap;
31688
31688
  cursor: default;
31689
31689
  line-height: var(--u-item-line-height);
@@ -31753,7 +31753,7 @@ var _UBreadcrumb = defineComponent({
31753
31753
  const themeRef = useTheme(
31754
31754
  "Breadcrumb",
31755
31755
  "-breadcrumb",
31756
- style$1m,
31756
+ style$1n,
31757
31757
  breadcrumbLight,
31758
31758
  props,
31759
31759
  mergedClsPrefixRef
@@ -31938,7 +31938,7 @@ function createTopBorderStyle(type) {
31938
31938
  top: n1
31939
31939
  })])])])]);
31940
31940
  }
31941
- var style$1l = cB("button-group", `
31941
+ var style$1m = cB("button-group", `
31942
31942
  flex-wrap: nowrap;
31943
31943
  display: inline-flex;
31944
31944
  position: relative;
@@ -31987,7 +31987,7 @@ var _UButtonGroup = defineComponent({
31987
31987
  props: buttonGroupProps,
31988
31988
  setup(props) {
31989
31989
  const { mergedClsPrefixRef, mergedRtlRef } = useConfig(props);
31990
- useStyle("-button-group", style$1l, mergedClsPrefixRef);
31990
+ useStyle("-button-group", style$1m, mergedClsPrefixRef);
31991
31991
  provide(buttonGroupInjectionKey, props);
31992
31992
  const rtlEnabledRef = useRtl(
31993
31993
  "ButtonGroup",
@@ -37931,7 +37931,7 @@ function getMsByDateCommonItem(item) {
37931
37931
  return resultDate.getTime();
37932
37932
  }
37933
37933
 
37934
- function self$1c(vars) {
37934
+ function self$1d(vars) {
37935
37935
  const {
37936
37936
  borderRadius,
37937
37937
  fontWeightStrong,
@@ -37975,7 +37975,7 @@ const calendarLight = createTheme$1({
37975
37975
  peers: {
37976
37976
  Button: buttonLight
37977
37977
  },
37978
- self: self$1c
37978
+ self: self$1d
37979
37979
  });
37980
37980
 
37981
37981
  const calendarDark = {
@@ -37984,10 +37984,10 @@ const calendarDark = {
37984
37984
  peers: {
37985
37985
  Button: buttonDark
37986
37986
  },
37987
- self: self$1c
37987
+ self: self$1d
37988
37988
  };
37989
37989
 
37990
- var style$1k = c$1([cB("calendar", `
37990
+ var style$1l = c$1([cB("calendar", `
37991
37991
  line-height: var(--u-line-height);
37992
37992
  font-size: var(--u-font-size);
37993
37993
  color: var(--u-text-color);
@@ -38126,7 +38126,7 @@ var _UCalendar = defineComponent({
38126
38126
  const themeRef = useTheme(
38127
38127
  "Calendar",
38128
38128
  "-calendar",
38129
- style$1k,
38129
+ style$1l,
38130
38130
  calendarLight,
38131
38131
  props,
38132
38132
  mergedClsPrefixRef
@@ -38414,7 +38414,7 @@ var commonVariables$3 = {
38414
38414
  paddingHuge: "27px 40px 28px"
38415
38415
  };
38416
38416
 
38417
- function self$1b(vars) {
38417
+ function self$1c(vars) {
38418
38418
  const {
38419
38419
  borderRadius,
38420
38420
  fontWeight,
@@ -38480,13 +38480,13 @@ function self$1b(vars) {
38480
38480
  const cardLight = {
38481
38481
  name: "Card",
38482
38482
  common: derived,
38483
- self: self$1b
38483
+ self: self$1c
38484
38484
  };
38485
38485
 
38486
38486
  const cardDark$1 = {
38487
38487
  name: "Card",
38488
38488
  common: derived$1,
38489
- self: self$1b
38489
+ self: self$1c
38490
38490
  };
38491
38491
 
38492
38492
  var rtlStyle$l = cB("card", [cM("rtl", `
@@ -38509,7 +38509,7 @@ const contentBaseStyle = cB("card-content", `
38509
38509
  `, [c$1("&:first-child", {
38510
38510
  paddingTop: "var(--u-padding-bottom)"
38511
38511
  })]);
38512
- var style$1j = c$1([cB("card", `
38512
+ var style$1k = c$1([cB("card", `
38513
38513
  font-size: var(--u-font-size);
38514
38514
  line-height: var(--u-line-height);
38515
38515
  font-weight: var(--u-font-weight);
@@ -38692,7 +38692,7 @@ var _UCard = defineComponent({
38692
38692
  const themeRef = useTheme(
38693
38693
  "Card",
38694
38694
  "-card",
38695
- style$1j,
38695
+ style$1k,
38696
38696
  cardLight,
38697
38697
  props,
38698
38698
  mergedClsPrefixRef
@@ -39275,7 +39275,7 @@ var UGi$1 = defineComponent({
39275
39275
  }
39276
39276
  });
39277
39277
 
39278
- function self$1a(vars) {
39278
+ function self$1b(vars) {
39279
39279
  const {
39280
39280
  textSecondary,
39281
39281
  textPrimary,
@@ -39310,10 +39310,10 @@ function self$1a(vars) {
39310
39310
  const cardListLight = {
39311
39311
  name: "CardList",
39312
39312
  common: derived,
39313
- self: self$1a
39313
+ self: self$1b
39314
39314
  };
39315
39315
 
39316
- var style$1i = cB("card-list-item", [c$1("&", {
39316
+ var style$1j = cB("card-list-item", [c$1("&", {
39317
39317
  padding: "16px",
39318
39318
  borderRadius: "var(--u-border-radius)",
39319
39319
  display: "flex",
@@ -39434,7 +39434,7 @@ var UCardListItem = defineComponent({
39434
39434
  props: cardListItemProps,
39435
39435
  setup(props, { slots }) {
39436
39436
  const { mergedClsPrefixRef } = useConfig(props);
39437
- useStyle("-card-list-item", style$1i, mergedClsPrefixRef);
39437
+ useStyle("-card-list-item", style$1j, mergedClsPrefixRef);
39438
39438
  const isOpen = ref(false);
39439
39439
  const toggle = () => {
39440
39440
  isOpen.value = !isOpen.value;
@@ -39565,7 +39565,7 @@ var _UCardList = defineComponent({
39565
39565
  const themeRef = useTheme(
39566
39566
  "CardList",
39567
39567
  "-card-list",
39568
- style$1i,
39568
+ style$1j,
39569
39569
  cardListLight,
39570
39570
  props,
39571
39571
  mergedClsPrefixRef
@@ -39662,7 +39662,7 @@ var _UCardList = defineComponent({
39662
39662
  }
39663
39663
  });
39664
39664
 
39665
- function self$19() {
39665
+ function self$1a() {
39666
39666
  return {
39667
39667
  dotSize: "8px",
39668
39668
  dotColor: "rgba(255, 255, 255, .3)",
@@ -39676,13 +39676,13 @@ function self$19() {
39676
39676
  const carouselLight = {
39677
39677
  name: "Carousel",
39678
39678
  common: derived,
39679
- self: self$19
39679
+ self: self$1a
39680
39680
  };
39681
39681
 
39682
39682
  const carouselDark = {
39683
39683
  name: "Carousel",
39684
39684
  common: derived$1,
39685
- self: self$19
39685
+ self: self$1a
39686
39686
  };
39687
39687
 
39688
39688
  const carouselMethodsInjectionKey = createInjectionKey("u-carousel-methods");
@@ -39966,7 +39966,7 @@ var _UCarouselItem = defineComponent({
39966
39966
  }
39967
39967
  });
39968
39968
 
39969
- var style$1h = cB("carousel", `
39969
+ var style$1i = cB("carousel", `
39970
39970
  position: relative;
39971
39971
  width: 100%;
39972
39972
  height: 100%;
@@ -40968,7 +40968,7 @@ var _UCarousel = defineComponent({
40968
40968
  const themeRef = useTheme(
40969
40969
  "Carousel",
40970
40970
  "-carousel",
40971
- style$1h,
40971
+ style$1i,
40972
40972
  carouselLight,
40973
40973
  props,
40974
40974
  mergedClsPrefixRef
@@ -41128,7 +41128,7 @@ var commonVariables$2 = {
41128
41128
  labelPadding: "0 16px"
41129
41129
  };
41130
41130
 
41131
- function self$18(vars) {
41131
+ function self$19(vars) {
41132
41132
  const {
41133
41133
  lineHeightBodyLarge,
41134
41134
  fontBodyLarge,
@@ -41204,13 +41204,13 @@ function self$18(vars) {
41204
41204
  const checkboxLight = {
41205
41205
  name: "Checkbox",
41206
41206
  common: derived,
41207
- self: self$18
41207
+ self: self$19
41208
41208
  };
41209
41209
 
41210
41210
  const checkboxDark = {
41211
41211
  name: "Checkbox",
41212
41212
  common: derived$1,
41213
- self: self$18
41213
+ self: self$19
41214
41214
  };
41215
41215
 
41216
41216
  var rtlStyle$k = cB("checkbox", [cM("rtl", `
@@ -41222,7 +41222,7 @@ const checkboxRtl = {
41222
41222
  style: rtlStyle$k
41223
41223
  };
41224
41224
 
41225
- function self$17(vars) {
41225
+ function self$18(vars) {
41226
41226
  const {
41227
41227
  borderRadius,
41228
41228
  heightMedium,
@@ -41263,7 +41263,7 @@ const cascaderLight = createTheme$1({
41263
41263
  Checkbox: checkboxLight,
41264
41264
  Empty: emptyLight
41265
41265
  },
41266
- self: self$17
41266
+ self: self$18
41267
41267
  });
41268
41268
 
41269
41269
  const cascaderDark = {
@@ -41276,14 +41276,14 @@ const cascaderDark = {
41276
41276
  Checkbox: checkboxDark,
41277
41277
  Empty: emptyLight
41278
41278
  },
41279
- self: self$17
41279
+ self: self$18
41280
41280
  };
41281
41281
 
41282
41282
  var CheckMark = /* @__PURE__ */ h("svg", { width: "20", height: "20", viewBox: "0 0 20 20", class: "check-icon" }, /* @__PURE__ */ h("path", { d: "M7.95833 14.6458C7.84722 14.6458 7.74306 14.6283 7.64583 14.5933C7.54861 14.5589 7.45833 14.5 7.375 14.4166L3.79167 10.8333C3.63889 10.6805 3.56583 10.4825 3.5725 10.2391C3.57972 9.99637 3.65972 9.79859 3.8125 9.64581C3.96528 9.49304 4.15972 9.41665 4.39583 9.41665C4.63195 9.41665 4.82639 9.49304 4.97917 9.64581L7.95833 12.625L15.0208 5.56248C15.1736 5.4097 15.3717 5.33331 15.615 5.33331C15.8578 5.33331 16.0556 5.4097 16.2083 5.56248C16.3611 5.71526 16.4375 5.91304 16.4375 6.15581C16.4375 6.39915 16.3611 6.5972 16.2083 6.74998L8.54167 14.4166C8.45833 14.5 8.36806 14.5589 8.27083 14.5933C8.17361 14.6283 8.06945 14.6458 7.95833 14.6458Z" }));
41283
41283
 
41284
41284
  var LineMark = /* @__PURE__ */ h("svg", { width: "22", height: "24", viewBox: "0 0 22 24", class: "line-icon" }, /* @__PURE__ */ h("path", { d: "M5.49998 13C5.24026 13 5.0224 12.904 4.8464 12.712C4.67101 12.5207 4.58331 12.2833 4.58331 12C4.58331 11.7167 4.67101 11.479 4.8464 11.287C5.0224 11.0957 5.24026 11 5.49998 11H16.5C16.7597 11 16.9773 11.0957 17.1526 11.287C17.3286 11.479 17.4166 11.7167 17.4166 12C17.4166 12.2833 17.3286 12.5207 17.1526 12.712C16.9773 12.904 16.7597 13 16.5 13H5.49998Z" }));
41285
41285
 
41286
- var style$1g = c$1([iconSwitchTransition(), c$1("@keyframes ripple", {
41286
+ var style$1h = c$1([iconSwitchTransition(), c$1("@keyframes ripple", {
41287
41287
  from: {
41288
41288
  transform: "scale(0)"
41289
41289
  },
@@ -41497,7 +41497,7 @@ var _UCheckbox = defineComponent({
41497
41497
  const themeRef = useTheme(
41498
41498
  "Checkbox",
41499
41499
  "-checkbox",
41500
- style$1g,
41500
+ style$1h,
41501
41501
  checkboxLight,
41502
41502
  props,
41503
41503
  mergedClsPrefixRef
@@ -42571,7 +42571,7 @@ var CascaderSelectMenu = defineComponent({
42571
42571
  }
42572
42572
  });
42573
42573
 
42574
- var style$1f = c$1([cB("cascader-menu", `
42574
+ var style$1g = c$1([cB("cascader-menu", `
42575
42575
  outline: none;
42576
42576
  position: relative;
42577
42577
  margin: 4px 0;
@@ -42813,7 +42813,7 @@ var _UCascader = defineComponent({
42813
42813
  const themeRef = useTheme(
42814
42814
  "Cascader",
42815
42815
  "-cascader",
42816
- style$1f,
42816
+ style$1g,
42817
42817
  cascaderLight,
42818
42818
  props,
42819
42819
  mergedClsPrefixRef
@@ -43745,12 +43745,12 @@ const flexDark = {
43745
43745
  }
43746
43746
  };
43747
43747
 
43748
- function self$16() {
43748
+ function self$17() {
43749
43749
  return commonVars$7;
43750
43750
  }
43751
43751
  const flexLight = {
43752
43752
  name: "Flex",
43753
- self: self$16
43753
+ self: self$17
43754
43754
  };
43755
43755
 
43756
43756
  cB("space", [cM("rtl", `
@@ -43868,7 +43868,7 @@ var _UFlex = defineComponent({
43868
43868
  }
43869
43869
  });
43870
43870
 
43871
- function self$15(vars) {
43871
+ function self$16(vars) {
43872
43872
  const {
43873
43873
  borderRadius,
43874
43874
  borderRadiusMedium,
@@ -43912,13 +43912,13 @@ function self$15(vars) {
43912
43912
  const listLight = {
43913
43913
  name: "List",
43914
43914
  common: derived,
43915
- self: self$15
43915
+ self: self$16
43916
43916
  };
43917
43917
 
43918
43918
  const listDark$1 = {
43919
43919
  name: "List",
43920
43920
  common: derived$1,
43921
- self: self$15
43921
+ self: self$16
43922
43922
  };
43923
43923
 
43924
43924
  var rtlStyle$j = cB("list", [cM("rtl", `
@@ -43937,7 +43937,7 @@ const listRtl = {
43937
43937
  style: rtlStyle$j
43938
43938
  };
43939
43939
 
43940
- function self$14(vars) {
43940
+ function self$15(vars) {
43941
43941
  const {
43942
43942
  shadowDepth2
43943
43943
  } = vars;
@@ -43952,7 +43952,7 @@ const selectLight = createTheme$1({
43952
43952
  InternalSelection: internalSelectionLight,
43953
43953
  InternalSelectMenu: internalSelectMenuLight
43954
43954
  },
43955
- self: self$14
43955
+ self: self$15
43956
43956
  });
43957
43957
 
43958
43958
  const selectDark = {
@@ -43962,13 +43962,13 @@ const selectDark = {
43962
43962
  InternalSelection: internalSelectionDark,
43963
43963
  InternalSelectMenu: internalSelectMenuDark
43964
43964
  },
43965
- self: self$14
43965
+ self: self$15
43966
43966
  };
43967
43967
 
43968
43968
  ({
43969
43969
  style: c$1([])});
43970
43970
 
43971
- function self$13(vars) {
43971
+ function self$14(vars) {
43972
43972
  const {
43973
43973
  borderRadiusSmall,
43974
43974
  fontWeightStrong,
@@ -44063,19 +44063,19 @@ function self$13(vars) {
44063
44063
  const typographyLight = {
44064
44064
  name: "Typography",
44065
44065
  common: derived,
44066
- self: self$13
44066
+ self: self$14
44067
44067
  };
44068
44068
 
44069
44069
  const typographyDark = {
44070
44070
  name: "Typography",
44071
44071
  common: derived$1,
44072
- self: self$13
44072
+ self: self$14
44073
44073
  };
44074
44074
 
44075
44075
  const chatInputLight = {
44076
44076
  ...inputLight,
44077
44077
  self(vars) {
44078
- const originalInputSelf = self$1m(vars);
44078
+ const originalInputSelf = self$1n(vars);
44079
44079
  const {
44080
44080
  elementsTertiary
44081
44081
  } = vars;
@@ -44095,7 +44095,7 @@ const chatInputLight = {
44095
44095
  const chatBadgeLight = {
44096
44096
  ...badgeLight,
44097
44097
  self(vars) {
44098
- const originalBadgeSelf = self$1e(vars);
44098
+ const originalBadgeSelf = self$1f(vars);
44099
44099
  const {
44100
44100
  brandPrimary400,
44101
44101
  elementsSecondary
@@ -44107,7 +44107,7 @@ const chatBadgeLight = {
44107
44107
  };
44108
44108
  }
44109
44109
  };
44110
- function self$12(vars) {
44110
+ function self$13(vars) {
44111
44111
  const {
44112
44112
  borderRadiusLarge,
44113
44113
  elementsQuaternary,
@@ -44180,7 +44180,7 @@ const chatLight = createTheme$1({
44180
44180
  HeaderShareIcon: iconLight,
44181
44181
  HeaderProfileIcon: iconLight
44182
44182
  },
44183
- self: self$12
44183
+ self: self$13
44184
44184
  });
44185
44185
 
44186
44186
  const chatDark = createTheme$1({
@@ -44202,7 +44202,7 @@ const chatDark = createTheme$1({
44202
44202
  HeaderProfileIcon: iconDark$1
44203
44203
  },
44204
44204
  self: vars => {
44205
- const lightVars = self$12(vars);
44205
+ const lightVars = self$13(vars);
44206
44206
  return {
44207
44207
  ...lightVars
44208
44208
  };
@@ -44310,7 +44310,7 @@ const listProps = {
44310
44310
  };
44311
44311
  const listInjectionKey = createInjectionKey("u-list");
44312
44312
 
44313
- var style$1e = c$1([cB("align-start", `
44313
+ var style$1f = c$1([cB("align-start", `
44314
44314
  align-self: self-start;
44315
44315
  `), cB("align-center", `
44316
44316
  align-self: center;
@@ -44443,7 +44443,7 @@ var _UList = defineComponent({
44443
44443
  const themeRef = useTheme(
44444
44444
  "List",
44445
44445
  "-list",
44446
- style$1e,
44446
+ style$1f,
44447
44447
  listLight,
44448
44448
  props,
44449
44449
  mergedClsPrefixRef
@@ -44925,7 +44925,7 @@ const SafeTopScrollbar = defineComponent({
44925
44925
  }
44926
44926
  });
44927
44927
 
44928
- var style$1d = cB("a", `
44928
+ var style$1e = cB("a", `
44929
44929
  cursor: pointer;
44930
44930
  transition:
44931
44931
  color .3s var(--u-bezier),
@@ -44948,7 +44948,7 @@ var a = defineComponent({
44948
44948
  const themeRef = useTheme(
44949
44949
  "Typography",
44950
44950
  "-a",
44951
- style$1d,
44951
+ style$1e,
44952
44952
  typographyLight,
44953
44953
  props,
44954
44954
  mergedClsPrefixRef
@@ -44984,7 +44984,7 @@ var a = defineComponent({
44984
44984
  }
44985
44985
  });
44986
44986
 
44987
- var style$1c = cB("blockquote", `
44987
+ var style$1d = cB("blockquote", `
44988
44988
  font-size: var(--u-font-size);
44989
44989
  line-height: var(--u-line-height);
44990
44990
  margin: 0;
@@ -45023,7 +45023,7 @@ var _UBlockquote = defineComponent({
45023
45023
  const themeRef = useTheme(
45024
45024
  "Typography",
45025
45025
  "-blockquote",
45026
- style$1c,
45026
+ style$1d,
45027
45027
  typographyLight,
45028
45028
  props,
45029
45029
  mergedClsPrefixRef
@@ -45072,7 +45072,7 @@ var _UBlockquote = defineComponent({
45072
45072
  }
45073
45073
  });
45074
45074
 
45075
- var style$1b = cB("h", `
45075
+ var style$1c = cB("h", `
45076
45076
  font-size: var(--u-font-size);
45077
45077
  font-weight: var(--u-font-weight);
45078
45078
  margin: var(--u-margin);
@@ -45117,7 +45117,7 @@ var createHeader = level => defineComponent({
45117
45117
  mergedClsPrefixRef,
45118
45118
  inlineThemeDisabled
45119
45119
  } = useConfig(props);
45120
- const themeRef = useTheme("Typography", "-h", style$1b, typographyLight, props, mergedClsPrefixRef);
45120
+ const themeRef = useTheme("Typography", "-h", style$1c, typographyLight, props, mergedClsPrefixRef);
45121
45121
  const cssVarsRef = computed(() => {
45122
45122
  const {
45123
45123
  type
@@ -45181,7 +45181,7 @@ const UH4$1 = createHeader("4");
45181
45181
  const UH5$1 = createHeader("5");
45182
45182
  const UH6$1 = createHeader("6");
45183
45183
 
45184
- var style$1a = cB("hr", `
45184
+ var style$1b = cB("hr", `
45185
45185
  margin: 12px 0;
45186
45186
  transition: border-color .3s var(--u-bezier);
45187
45187
  border-left: none;
@@ -45206,7 +45206,7 @@ var _UHr = defineComponent({
45206
45206
  const themeRef = useTheme(
45207
45207
  "Typography",
45208
45208
  "-hr",
45209
- style$1a,
45209
+ style$1b,
45210
45210
  typographyLight,
45211
45211
  props,
45212
45212
  mergedClsPrefixRef
@@ -45260,7 +45260,7 @@ const childStyle = [c$1("&:first-child", `
45260
45260
  `), c$1("&:last-child", `
45261
45261
  margin-bottom: 0;
45262
45262
  `)];
45263
- var style$19 = c$1([cB("ol", {
45263
+ var style$1a = c$1([cB("ol", {
45264
45264
  fontSize: "var(--u-font-size)",
45265
45265
  padding: "var(--u-ol-padding)"
45266
45266
  }, [cM("align-text", {
@@ -45284,7 +45284,7 @@ var _UOl = defineComponent({
45284
45284
  const themeRef = useTheme(
45285
45285
  "Typography",
45286
45286
  "-xl",
45287
- style$19,
45287
+ style$1a,
45288
45288
  typographyLight,
45289
45289
  props,
45290
45290
  mergedClsPrefixRef
@@ -45337,7 +45337,7 @@ var _UOl = defineComponent({
45337
45337
  }
45338
45338
  });
45339
45339
 
45340
- var style$18 = cB("p", `
45340
+ var style$19 = cB("p", `
45341
45341
  box-sizing: border-box;
45342
45342
  transition: color .3s var(--u-bezier);
45343
45343
  margin: var(--u-margin);
@@ -45358,7 +45358,7 @@ var p = defineComponent({
45358
45358
  const themeRef = useTheme(
45359
45359
  "Typography",
45360
45360
  "-p",
45361
- style$18,
45361
+ style$19,
45362
45362
  typographyLight,
45363
45363
  props,
45364
45364
  mergedClsPrefixRef
@@ -45498,7 +45498,7 @@ var _UUl = defineComponent({
45498
45498
  const themeRef = useTheme(
45499
45499
  "Typography",
45500
45500
  "-xl",
45501
- style$19,
45501
+ style$1a,
45502
45502
  typographyLight,
45503
45503
  props,
45504
45504
  mergedClsPrefixRef
@@ -45551,7 +45551,7 @@ var _UUl = defineComponent({
45551
45551
  }
45552
45552
  });
45553
45553
 
45554
- function self$11(vars) {
45554
+ function self$12(vars) {
45555
45555
  const {
45556
45556
  fontWeight,
45557
45557
  fontBodyMedium,
@@ -45592,16 +45592,16 @@ function self$11(vars) {
45592
45592
  const progressLight = {
45593
45593
  name: "Progress",
45594
45594
  common: derived,
45595
- self: self$11
45595
+ self: self$12
45596
45596
  };
45597
45597
 
45598
45598
  const progressDark = {
45599
45599
  name: "Progress",
45600
45600
  common: derived$1,
45601
- self: self$11
45601
+ self: self$12
45602
45602
  };
45603
45603
 
45604
- function self$10(vars) {
45604
+ function self$11(vars) {
45605
45605
  const {
45606
45606
  staticGreen,
45607
45607
  staticRed,
@@ -45658,7 +45658,7 @@ const uploadLight = createTheme$1({
45658
45658
  Button: buttonLight,
45659
45659
  Progress: progressLight
45660
45660
  },
45661
- self: self$10
45661
+ self: self$11
45662
45662
  });
45663
45663
 
45664
45664
  const uploadDark = {
@@ -45668,7 +45668,7 @@ const uploadDark = {
45668
45668
  Button: buttonDark,
45669
45669
  Progress: progressDark
45670
45670
  },
45671
- self: self$10
45671
+ self: self$11
45672
45672
  };
45673
45673
 
45674
45674
  var rtlStyle$i = cB("upload", [cM("rtl", `
@@ -45683,7 +45683,7 @@ const uploadRtl = {
45683
45683
 
45684
45684
  const uploadInjectionKey = createInjectionKey("u-upload");
45685
45685
 
45686
- var style$17 = c$1([cB("upload", "width: var(--u-upload-width)", [cM("dragger-inside", [cB("upload-trigger", `
45686
+ var style$18 = c$1([cB("upload", "width: var(--u-upload-width)", [cM("dragger-inside", [cB("upload-trigger", `
45687
45687
  display: block;
45688
45688
  `)]), cM("drag-over", [cB("upload-dragger", `
45689
45689
  border: var(--u-dragger-border-hover);
@@ -46144,10 +46144,10 @@ const buttonGroupRtl = {
46144
46144
  const cardDark = {
46145
46145
  name: "CardList",
46146
46146
  common: derived$1,
46147
- self: self$1a
46147
+ self: self$1b
46148
46148
  };
46149
46149
 
46150
- function self$$(vars) {
46150
+ function self$10(vars) {
46151
46151
  const {
46152
46152
  textPrimary,
46153
46153
  fontBodyMedium,
@@ -46175,12 +46175,12 @@ function self$$(vars) {
46175
46175
  const codeLight = {
46176
46176
  name: "Code",
46177
46177
  common: derived,
46178
- self: self$$
46178
+ self: self$10
46179
46179
  };
46180
46180
 
46181
- function self$_(vars) {
46181
+ function self$$(vars) {
46182
46182
  return {
46183
- ...self$$(vars),
46183
+ ...self$10(vars),
46184
46184
  // extracted from hljs atom-one-dark.scss
46185
46185
  "mono-3": "#5c6370",
46186
46186
  "hue-1": "#56b6c2",
@@ -46196,10 +46196,10 @@ function self$_(vars) {
46196
46196
  const codeDark = {
46197
46197
  name: "Code",
46198
46198
  common: derived$1,
46199
- self: self$_
46199
+ self: self$$
46200
46200
  };
46201
46201
 
46202
- function self$Z(vars) {
46202
+ function self$_(vars) {
46203
46203
  const {
46204
46204
  cubicBezierEaseInOut
46205
46205
  } = vars;
@@ -46210,13 +46210,13 @@ function self$Z(vars) {
46210
46210
  const collapseTransitionLight = {
46211
46211
  name: "CollapseTransition",
46212
46212
  common: derived,
46213
- self: self$Z
46213
+ self: self$_
46214
46214
  };
46215
46215
 
46216
46216
  const collapseTransitionDark = {
46217
46217
  name: "CollapseTransition",
46218
46218
  common: derived$1,
46219
- self: self$Z
46219
+ self: self$_
46220
46220
  };
46221
46221
 
46222
46222
  var rtlStyle$g = cB("collapse-transition", [cM("rtl", `
@@ -46229,7 +46229,7 @@ const collapseTransitionRtl = {
46229
46229
  style: rtlStyle$g
46230
46230
  };
46231
46231
 
46232
- function self$Y(vars) {
46232
+ function self$Z(vars) {
46233
46233
  const {
46234
46234
  fontWeight,
46235
46235
  fontBodyLarge,
@@ -46269,13 +46269,13 @@ function self$Y(vars) {
46269
46269
  const collapseLight = {
46270
46270
  name: "Collapse",
46271
46271
  common: derived,
46272
- self: self$Y
46272
+ self: self$Z
46273
46273
  };
46274
46274
 
46275
46275
  const collapseDark = {
46276
46276
  name: "Collapse",
46277
46277
  common: derived$1,
46278
- self: self$Y
46278
+ self: self$Z
46279
46279
  };
46280
46280
 
46281
46281
  var rtlStyle$f = cB("collapse", [cM("rtl", `
@@ -46298,7 +46298,7 @@ const collapseRtl = {
46298
46298
  style: rtlStyle$f
46299
46299
  };
46300
46300
 
46301
- function self$X(vars) {
46301
+ function self$Y(vars) {
46302
46302
  const {
46303
46303
  borderRadius,
46304
46304
  fontBodySmall,
@@ -46385,7 +46385,7 @@ const dropdownLight = createTheme$1({
46385
46385
  peers: {
46386
46386
  Popover: popoverLight
46387
46387
  },
46388
- self: self$X
46388
+ self: self$Y
46389
46389
  });
46390
46390
 
46391
46391
  const dropdownDark = {
@@ -46394,7 +46394,7 @@ const dropdownDark = {
46394
46394
  peers: {
46395
46395
  Popover: popoverDark
46396
46396
  },
46397
- self: self$X
46397
+ self: self$Y
46398
46398
  };
46399
46399
 
46400
46400
  const popselect = {
@@ -46406,7 +46406,7 @@ const popselect = {
46406
46406
  }
46407
46407
  };
46408
46408
 
46409
- function self$W(vars) {
46409
+ function self$X(vars) {
46410
46410
  const {
46411
46411
  shadowDepth2
46412
46412
  } = vars;
@@ -46421,10 +46421,10 @@ const popselectLight = createTheme$1({
46421
46421
  Popover: popoverLight,
46422
46422
  InternalSelectMenu: internalSelectMenuLight
46423
46423
  },
46424
- self: self$W
46424
+ self: self$X
46425
46425
  });
46426
46426
 
46427
- function self$V(vars) {
46427
+ function self$W(vars) {
46428
46428
  const {
46429
46429
  brandPrimary100,
46430
46430
  transparencySecondary,
@@ -46522,7 +46522,7 @@ const paginationLight = createTheme$1({
46522
46522
  Input: inputLight,
46523
46523
  Popselect: popselectLight
46524
46524
  },
46525
- self: self$V
46525
+ self: self$W
46526
46526
  });
46527
46527
 
46528
46528
  const paginationDark = {
@@ -46533,7 +46533,7 @@ const paginationDark = {
46533
46533
  Input: inputDark,
46534
46534
  Popselect: popselect
46535
46535
  },
46536
- self: self$V
46536
+ self: self$W
46537
46537
  };
46538
46538
 
46539
46539
  var rtlStyle$e = cB("pagination", [cM("rtl", `
@@ -46550,7 +46550,7 @@ const paginationRtl = {
46550
46550
  peers: [inputRtl]
46551
46551
  };
46552
46552
 
46553
- function self$U(vars) {
46553
+ function self$V(vars) {
46554
46554
  const {
46555
46555
  heightTiny,
46556
46556
  heightSmall,
@@ -46642,13 +46642,13 @@ function self$U(vars) {
46642
46642
  const radioLight = {
46643
46643
  name: "Radio",
46644
46644
  common: derived,
46645
- self: self$U
46645
+ self: self$V
46646
46646
  };
46647
46647
 
46648
46648
  const radioDark = {
46649
46649
  name: "Radio",
46650
46650
  common: derived$1,
46651
- self: self$U
46651
+ self: self$V
46652
46652
  };
46653
46653
 
46654
46654
  var rtlStyle$d = c$1([cB("radio", [cM("rtl", `
@@ -46676,7 +46676,7 @@ const radioRtl = {
46676
46676
  style: rtlStyle$d
46677
46677
  };
46678
46678
 
46679
- function self$T(vars) {
46679
+ function self$U(vars) {
46680
46680
  const {
46681
46681
  borderRadius,
46682
46682
  opacityDisabled,
@@ -46777,7 +46777,7 @@ const dataTableLight = createTheme$1({
46777
46777
  Ellipsis: ellipsisLight,
46778
46778
  Dropdown: dropdownLight
46779
46779
  },
46780
- self: self$T
46780
+ self: self$U
46781
46781
  });
46782
46782
 
46783
46783
  const dataTableDark = {
@@ -46794,10 +46794,10 @@ const dataTableDark = {
46794
46794
  Ellipsis: ellipsisDark,
46795
46795
  Dropdown: dropdownDark
46796
46796
  },
46797
- self: self$T
46797
+ self: self$U
46798
46798
  };
46799
46799
 
46800
- function self$S(vars) {
46800
+ function self$T(vars) {
46801
46801
  const {
46802
46802
  opacityDisabled,
46803
46803
  borderRadius,
@@ -46839,7 +46839,7 @@ const timePickerLight = createTheme$1({
46839
46839
  Button: buttonLight,
46840
46840
  Input: inputLight
46841
46841
  },
46842
- self: self$S
46842
+ self: self$T
46843
46843
  });
46844
46844
 
46845
46845
  const timePickerDark = {
@@ -46850,7 +46850,7 @@ const timePickerDark = {
46850
46850
  Button: buttonDark,
46851
46851
  Input: inputDark
46852
46852
  },
46853
- self: self$S
46853
+ self: self$T
46854
46854
  };
46855
46855
 
46856
46856
  const itemWidth = "38px";
@@ -46896,7 +46896,7 @@ var commonVars$6 = {
46896
46896
  calendarRightPaddingYearrange: "0"
46897
46897
  };
46898
46898
 
46899
- function self$R(vars) {
46899
+ function self$S(vars) {
46900
46900
  const {
46901
46901
  iconMedium,
46902
46902
  fontWeightStrong,
@@ -46997,7 +46997,7 @@ const datePickerLight = createTheme$1({
46997
46997
  Scrollbar: scrollbarLight,
46998
46998
  Select: internalSelectionLight
46999
46999
  },
47000
- self: self$R
47000
+ self: self$S
47001
47001
  });
47002
47002
 
47003
47003
  const datePickerDark = {
@@ -47010,10 +47010,10 @@ const datePickerDark = {
47010
47010
  Scrollbar: scrollbarDark,
47011
47011
  Select: internalSelectionDark
47012
47012
  },
47013
- self: self$R
47013
+ self: self$S
47014
47014
  };
47015
47015
 
47016
- function self$Q(vars) {
47016
+ function self$R(vars) {
47017
47017
  const {
47018
47018
  borderRadius,
47019
47019
  lineHeightBodyLarge,
@@ -47063,13 +47063,13 @@ function self$Q(vars) {
47063
47063
  const descriptionsLight = {
47064
47064
  name: "Descriptions",
47065
47065
  common: derived,
47066
- self: self$Q
47066
+ self: self$R
47067
47067
  };
47068
47068
 
47069
47069
  const descriptionsDark = {
47070
47070
  name: "Descriptions",
47071
47071
  common: derived$1,
47072
- self: self$Q
47072
+ self: self$R
47073
47073
  };
47074
47074
 
47075
47075
  var commonVars$5 = {
@@ -47083,7 +47083,7 @@ var commonVars$5 = {
47083
47083
  closeBorderRadius: "100px"
47084
47084
  };
47085
47085
 
47086
- function self$P(vars) {
47086
+ function self$Q(vars) {
47087
47087
  const {
47088
47088
  borderRadius,
47089
47089
  containerPrimary,
@@ -47140,7 +47140,7 @@ const dialogLight = createTheme$1({
47140
47140
  peers: {
47141
47141
  Button: buttonLight
47142
47142
  },
47143
- self: self$P
47143
+ self: self$Q
47144
47144
  });
47145
47145
 
47146
47146
  const dialogDark = {
@@ -47149,10 +47149,10 @@ const dialogDark = {
47149
47149
  peers: {
47150
47150
  Button: buttonDark
47151
47151
  },
47152
- self: self$P
47152
+ self: self$Q
47153
47153
  };
47154
47154
 
47155
- function self$O(vars) {
47155
+ function self$P(vars) {
47156
47156
  const {
47157
47157
  elementsQuaternary,
47158
47158
  textPrimary,
@@ -47172,13 +47172,13 @@ function self$O(vars) {
47172
47172
  const dividerLight = {
47173
47173
  name: "Divider",
47174
47174
  common: derived,
47175
- self: self$O
47175
+ self: self$P
47176
47176
  };
47177
47177
 
47178
47178
  const dividerDark = {
47179
47179
  name: "Divider",
47180
47180
  common: derived$1,
47181
- self: self$O
47181
+ self: self$P
47182
47182
  };
47183
47183
 
47184
47184
  var commonVars$4 = {
@@ -47194,7 +47194,7 @@ var commonVars$4 = {
47194
47194
  contentBorderRadius: "24px"
47195
47195
  };
47196
47196
 
47197
- function self$N(vars) {
47197
+ function self$O(vars) {
47198
47198
  const {
47199
47199
  containerPrimary,
47200
47200
  textPrimary,
@@ -47243,7 +47243,7 @@ const drawerLight = createTheme$1({
47243
47243
  peers: {
47244
47244
  Scrollbar: scrollbarLight
47245
47245
  },
47246
- self: self$N
47246
+ self: self$O
47247
47247
  });
47248
47248
 
47249
47249
  const drawerDark = {
@@ -47252,7 +47252,7 @@ const drawerDark = {
47252
47252
  peers: {
47253
47253
  Scrollbar: scrollbarDark
47254
47254
  },
47255
- self: self$N
47255
+ self: self$O
47256
47256
  };
47257
47257
 
47258
47258
  var rtlStyle$c = cB("drawer", [cM("rtl", `
@@ -47286,7 +47286,7 @@ const dynamicInputDark = {
47286
47286
  }
47287
47287
  };
47288
47288
 
47289
- function self$M() {
47289
+ function self$N() {
47290
47290
  return commonVariables$1;
47291
47291
  }
47292
47292
  const dynamicInputLight = createTheme$1({
@@ -47296,7 +47296,7 @@ const dynamicInputLight = createTheme$1({
47296
47296
  Input: inputLight,
47297
47297
  Button: buttonLight
47298
47298
  },
47299
- self: self$M
47299
+ self: self$N
47300
47300
  });
47301
47301
 
47302
47302
  var rtlStyle$b = cB("input-number", [cM("rtl", `
@@ -47337,12 +47337,12 @@ const spaceDark = {
47337
47337
  }
47338
47338
  };
47339
47339
 
47340
- function self$L() {
47340
+ function self$M() {
47341
47341
  return commonVars$3;
47342
47342
  }
47343
47343
  const spaceLight = {
47344
47344
  name: "Space",
47345
- self: self$L
47345
+ self: self$M
47346
47346
  };
47347
47347
 
47348
47348
  var rtlStyle$9 = cB("space", [cM("rtl", `
@@ -47414,7 +47414,7 @@ const floatButtonGroupDark = {
47414
47414
  }
47415
47415
  };
47416
47416
 
47417
- function self$K(vars) {
47417
+ function self$L(vars) {
47418
47418
  const {
47419
47419
  containerPrimary,
47420
47420
  elementsQuaternary,
@@ -47430,7 +47430,7 @@ function self$K(vars) {
47430
47430
  const themeLight$4 = {
47431
47431
  name: "FloatButtonGroup",
47432
47432
  common: derived,
47433
- self: self$K
47433
+ self: self$L
47434
47434
  };
47435
47435
 
47436
47436
  const floatButtonDark = {
@@ -47465,7 +47465,7 @@ const floatButtonDark = {
47465
47465
  }
47466
47466
  };
47467
47467
 
47468
- function self$J(vars) {
47468
+ function self$K(vars) {
47469
47469
  const {
47470
47470
  containerPrimary,
47471
47471
  textPrimary,
@@ -47494,10 +47494,10 @@ function self$J(vars) {
47494
47494
  const themeLight$3 = {
47495
47495
  name: "FloatButton",
47496
47496
  common: derived,
47497
- self: self$J
47497
+ self: self$K
47498
47498
  };
47499
47499
 
47500
- function self$I(vars) {
47500
+ function self$J(vars) {
47501
47501
  const {
47502
47502
  heightSmall,
47503
47503
  heightMedium,
@@ -47552,16 +47552,16 @@ function self$I(vars) {
47552
47552
  const formLight = {
47553
47553
  name: "Form",
47554
47554
  common: derived,
47555
- self: self$I
47555
+ self: self$J
47556
47556
  };
47557
47557
 
47558
47558
  const formItemDark = {
47559
47559
  name: "Form",
47560
47560
  common: derived$1,
47561
- self: self$I
47561
+ self: self$J
47562
47562
  };
47563
47563
 
47564
- function self$H(vars) {
47564
+ function self$I(vars) {
47565
47565
  const {
47566
47566
  brandPrimary500,
47567
47567
  staticGreen,
@@ -47598,16 +47598,16 @@ function self$H(vars) {
47598
47598
  const gradientTextLight = {
47599
47599
  name: "GradientText",
47600
47600
  common: derived,
47601
- self: self$H
47601
+ self: self$I
47602
47602
  };
47603
47603
 
47604
47604
  const gradientTextDark = {
47605
47605
  name: "GradientText",
47606
47606
  common: derived$1,
47607
- self: self$H
47607
+ self: self$I
47608
47608
  };
47609
47609
 
47610
- function self$G(vars) {
47610
+ function self$H(vars) {
47611
47611
  const {
47612
47612
  textSecondary
47613
47613
  } = vars;
@@ -47622,7 +47622,7 @@ const inputNumberLight = createTheme$1({
47622
47622
  Button: buttonLight,
47623
47623
  Input: inputLight
47624
47624
  },
47625
- self: self$G
47625
+ self: self$H
47626
47626
  });
47627
47627
 
47628
47628
  const inputNumberDark = {
@@ -47632,10 +47632,10 @@ const inputNumberDark = {
47632
47632
  Button: buttonDark,
47633
47633
  Input: inputDark
47634
47634
  },
47635
- self: self$G
47635
+ self: self$H
47636
47636
  };
47637
47637
 
47638
- function self$F() {
47638
+ function self$G() {
47639
47639
  return {
47640
47640
  inputWidthSmall: "44px",
47641
47641
  inputWidthMedium: "50px",
@@ -47651,7 +47651,7 @@ const inputOtpLight = createTheme$1({
47651
47651
  peers: {
47652
47652
  Input: inputLight
47653
47653
  },
47654
- self: self$F
47654
+ self: self$G
47655
47655
  });
47656
47656
 
47657
47657
  const inputOtpDark = {
@@ -47660,7 +47660,7 @@ const inputOtpDark = {
47660
47660
  peers: {
47661
47661
  Input: inputDark
47662
47662
  },
47663
- self: self$F
47663
+ self: self$G
47664
47664
  };
47665
47665
 
47666
47666
  var rtlStyle$8 = cB("input-otp", [cM("rtl", `
@@ -47672,7 +47672,7 @@ const inputOtpRtl = {
47672
47672
  style: rtlStyle$8
47673
47673
  };
47674
47674
 
47675
- function self$E(vars) {
47675
+ function self$F(vars) {
47676
47676
  const {
47677
47677
  textPrimary,
47678
47678
  textQuaternary,
@@ -47718,7 +47718,7 @@ const layoutLight = createTheme$1({
47718
47718
  peers: {
47719
47719
  Scrollbar: scrollbarLight
47720
47720
  },
47721
- self: self$E
47721
+ self: self$F
47722
47722
  });
47723
47723
 
47724
47724
  const layoutDark = {
@@ -47727,7 +47727,7 @@ const layoutDark = {
47727
47727
  peers: {
47728
47728
  Scrollbar: scrollbarDark
47729
47729
  },
47730
- self: self$E
47730
+ self: self$F
47731
47731
  };
47732
47732
 
47733
47733
  const rowDark = {
@@ -47764,7 +47764,7 @@ const rowRtl = {
47764
47764
  style: rtlStyle$7
47765
47765
  };
47766
47766
 
47767
- function self$D(vars) {
47767
+ function self$E(vars) {
47768
47768
  const {
47769
47769
  brandPrimary500,
47770
47770
  staticRed
@@ -47778,16 +47778,16 @@ function self$D(vars) {
47778
47778
  const loadingBarLight = {
47779
47779
  name: "LoadingBar",
47780
47780
  common: derived,
47781
- self: self$D
47781
+ self: self$E
47782
47782
  };
47783
47783
 
47784
47784
  const loadingBarDark = {
47785
47785
  name: "LoadingBar",
47786
47786
  common: derived$1,
47787
- self: self$D
47787
+ self: self$E
47788
47788
  };
47789
47789
 
47790
- function self$C(vars) {
47790
+ function self$D(vars) {
47791
47791
  const {
47792
47792
  fontBodyMedium,
47793
47793
  textPrimary,
@@ -47810,7 +47810,7 @@ const logLight = createTheme$1({
47810
47810
  Scrollbar: scrollbarLight,
47811
47811
  Code: codeLight
47812
47812
  },
47813
- self: self$C
47813
+ self: self$D
47814
47814
  });
47815
47815
 
47816
47816
  const logDark = {
@@ -47820,25 +47820,25 @@ const logDark = {
47820
47820
  Scrollbar: scrollbarDark,
47821
47821
  Code: codeDark
47822
47822
  },
47823
- self: self$C
47823
+ self: self$D
47824
47824
  };
47825
47825
 
47826
- function self$B() {
47826
+ function self$C() {
47827
47827
  return {};
47828
47828
  }
47829
47829
  const marqueeLight = {
47830
47830
  name: "Marquee",
47831
47831
  common: derived,
47832
- self: self$B
47832
+ self: self$C
47833
47833
  };
47834
47834
 
47835
47835
  const marqueeDark = {
47836
47836
  name: "Marquee",
47837
47837
  common: derived$1,
47838
- self: self$B
47838
+ self: self$C
47839
47839
  };
47840
47840
 
47841
- function self$A(vars) {
47841
+ function self$B(vars) {
47842
47842
  const {
47843
47843
  shadowDepth2
47844
47844
  } = vars;
@@ -47853,7 +47853,7 @@ const mentionLight = createTheme$1({
47853
47853
  InternalSelectMenu: internalSelectMenuLight,
47854
47854
  Input: inputLight
47855
47855
  },
47856
- self: self$A
47856
+ self: self$B
47857
47857
  });
47858
47858
 
47859
47859
  const listDark = {
@@ -47863,7 +47863,7 @@ const listDark = {
47863
47863
  InternalSelectMenu: internalSelectMenuDark,
47864
47864
  Input: inputDark
47865
47865
  },
47866
- self: self$A
47866
+ self: self$B
47867
47867
  };
47868
47868
 
47869
47869
  function createPartialInvertedVars(color, activeItemColor, activeTextColor, groupTextColor) {
@@ -47906,7 +47906,7 @@ function createPartialInvertedVars(color, activeItemColor, activeTextColor, grou
47906
47906
  groupTextColorInverted: groupTextColor
47907
47907
  };
47908
47908
  }
47909
- function self$z(vars) {
47909
+ function self$A(vars) {
47910
47910
  const {
47911
47911
  textSecondary,
47912
47912
  borderRadiusSmall,
@@ -47974,7 +47974,7 @@ const menuLight = createTheme$1({
47974
47974
  Tooltip: tooltipLight,
47975
47975
  Dropdown: dropdownLight
47976
47976
  },
47977
- self: self$z
47977
+ self: self$A
47978
47978
  });
47979
47979
 
47980
47980
  const menuDark = {
@@ -47984,10 +47984,10 @@ const menuDark = {
47984
47984
  Tooltip: tooltipDark,
47985
47985
  Dropdown: dropdownDark
47986
47986
  },
47987
- self: self$z
47987
+ self: self$A
47988
47988
  };
47989
47989
 
47990
- function self$y(vars) {
47990
+ function self$z(vars) {
47991
47991
  const {
47992
47992
  transparencyModal,
47993
47993
  containerPrimary,
@@ -48011,7 +48011,7 @@ const modalLight = createTheme$1({
48011
48011
  Dialog: dialogLight,
48012
48012
  Card: cardLight
48013
48013
  },
48014
- self: self$y
48014
+ self: self$z
48015
48015
  });
48016
48016
 
48017
48017
  const modalDark = {
@@ -48022,7 +48022,7 @@ const modalDark = {
48022
48022
  Dialog: dialogDark,
48023
48023
  Card: cardDark$1
48024
48024
  },
48025
- self: self$y
48025
+ self: self$z
48026
48026
  };
48027
48027
 
48028
48028
  var commonVars$2 = {
@@ -48031,7 +48031,7 @@ var commonVars$2 = {
48031
48031
  closeBorderRadius: "50px"
48032
48032
  };
48033
48033
 
48034
- function self$x(vars) {
48034
+ function self$y(vars) {
48035
48035
  const {
48036
48036
  fontWeightStrong,
48037
48037
  lineHeightBodyMedium,
@@ -48164,7 +48164,7 @@ const notificationLight = createTheme$1({
48164
48164
  peers: {
48165
48165
  Scrollbar: scrollbarLight
48166
48166
  },
48167
- self: self$x
48167
+ self: self$y
48168
48168
  });
48169
48169
 
48170
48170
  const notificationDark = {
@@ -48173,7 +48173,7 @@ const notificationDark = {
48173
48173
  peers: {
48174
48174
  Scrollbar: scrollbarDark
48175
48175
  },
48176
- self: self$x
48176
+ self: self$y
48177
48177
  };
48178
48178
 
48179
48179
  var rtlStyle$6 = cB("notification", [cM("rtl", `
@@ -48203,7 +48203,7 @@ const notificationRtl = {
48203
48203
  style: rtlStyle$6
48204
48204
  };
48205
48205
 
48206
- function self$w(vars) {
48206
+ function self$x(vars) {
48207
48207
  const {
48208
48208
  fontWeightStrong,
48209
48209
  fontTitleSmall,
@@ -48229,13 +48229,13 @@ function self$w(vars) {
48229
48229
  const pageHeaderLight = createTheme$1({
48230
48230
  name: "PageHeader",
48231
48231
  common: derived,
48232
- self: self$w
48232
+ self: self$x
48233
48233
  });
48234
48234
 
48235
48235
  const pageHeaderDark = {
48236
48236
  name: "PageHeader",
48237
48237
  common: derived$1,
48238
- self: self$w
48238
+ self: self$x
48239
48239
  };
48240
48240
 
48241
48241
  var rtlStyle$5 = cB("page-header-wrapper", [cM("rtl", [cB("page-header-header", `
@@ -48262,7 +48262,7 @@ var rtl = {
48262
48262
  style: rtlStyle$5
48263
48263
  };
48264
48264
 
48265
- function self$v(vars) {
48265
+ function self$w(vars) {
48266
48266
  const {
48267
48267
  fontBodyMedium,
48268
48268
  staticOrange
@@ -48280,7 +48280,7 @@ const popconfirmLight = createTheme$1({
48280
48280
  Button: buttonLight,
48281
48281
  Popover: popoverLight
48282
48282
  },
48283
- self: self$v
48283
+ self: self$w
48284
48284
  });
48285
48285
 
48286
48286
  const popconfirmDark = {
@@ -48290,10 +48290,10 @@ const popconfirmDark = {
48290
48290
  Button: buttonDark,
48291
48291
  Popover: popoverDark
48292
48292
  },
48293
- self: self$v
48293
+ self: self$w
48294
48294
  };
48295
48295
 
48296
- function self$u(vars) {
48296
+ function self$v(vars) {
48297
48297
  const {
48298
48298
  elementsQuinary,
48299
48299
  brandSecondary600
@@ -48309,16 +48309,16 @@ function self$u(vars) {
48309
48309
  const themeLight$2 = {
48310
48310
  name: "Rate",
48311
48311
  common: derived,
48312
- self: self$u
48312
+ self: self$v
48313
48313
  };
48314
48314
 
48315
48315
  const rateDark = {
48316
48316
  name: "Rate",
48317
48317
  common: derived$1,
48318
- self: self$u
48318
+ self: self$v
48319
48319
  };
48320
48320
 
48321
- function self$t(vars) {
48321
+ function self$u(vars) {
48322
48322
  const {
48323
48323
  fontHeadingSmall,
48324
48324
  fontHeadingMedium,
@@ -48367,16 +48367,16 @@ function self$t(vars) {
48367
48367
  const resultLight = {
48368
48368
  name: "Result",
48369
48369
  common: derived,
48370
- self: self$t
48370
+ self: self$u
48371
48371
  };
48372
48372
 
48373
48373
  const resultDark = {
48374
48374
  name: "Result",
48375
48375
  common: derived$1,
48376
- self: self$t
48376
+ self: self$u
48377
48377
  };
48378
48378
 
48379
- function self$s(vars) {
48379
+ function self$t(vars) {
48380
48380
  const {
48381
48381
  borderRadius,
48382
48382
  opacityDisabled,
@@ -48423,16 +48423,16 @@ function self$s(vars) {
48423
48423
  const sliderLight = {
48424
48424
  name: "Slider",
48425
48425
  common: derived,
48426
- self: self$s
48426
+ self: self$t
48427
48427
  };
48428
48428
 
48429
48429
  const sliderDark = {
48430
48430
  name: "Slider",
48431
48431
  common: derived$1,
48432
- self: self$s
48432
+ self: self$t
48433
48433
  };
48434
48434
 
48435
- function self$r(vars) {
48435
+ function self$s(vars) {
48436
48436
  const {
48437
48437
  opacityDisabled,
48438
48438
  elementsPrimary,
@@ -48459,16 +48459,16 @@ function self$r(vars) {
48459
48459
  const spinLight = {
48460
48460
  name: "Spin",
48461
48461
  common: derived,
48462
- self: self$r
48462
+ self: self$s
48463
48463
  };
48464
48464
 
48465
48465
  const spinDark = {
48466
48466
  name: "Spin",
48467
48467
  common: derived$1,
48468
- self: self$r
48468
+ self: self$s
48469
48469
  };
48470
48470
 
48471
- function self$q(vars) {
48471
+ function self$r(vars) {
48472
48472
  const {
48473
48473
  fontBodyMedium,
48474
48474
  fontHeadingSmall,
@@ -48490,13 +48490,13 @@ function self$q(vars) {
48490
48490
  const statisticLight = {
48491
48491
  name: "Statistic",
48492
48492
  common: derived,
48493
- self: self$q
48493
+ self: self$r
48494
48494
  };
48495
48495
 
48496
48496
  const statisticDark = {
48497
48497
  name: "Statistic",
48498
48498
  common: derived$1,
48499
- self: self$q
48499
+ self: self$r
48500
48500
  };
48501
48501
 
48502
48502
  var rtlStyle$4 = cB("statistic", [cM("rtl", `
@@ -48513,7 +48513,7 @@ const statisticRtl = {
48513
48513
  style: rtlStyle$4
48514
48514
  };
48515
48515
 
48516
- function self$p(vars) {
48516
+ function self$q(vars) {
48517
48517
  const {
48518
48518
  fontBodyMedium,
48519
48519
  lineHeightBodyMedium,
@@ -48542,16 +48542,16 @@ function self$p(vars) {
48542
48542
  const statusLight = {
48543
48543
  name: "Status",
48544
48544
  common: derived,
48545
- self: self$p
48545
+ self: self$q
48546
48546
  };
48547
48547
 
48548
48548
  const emptyDark = {
48549
48549
  name: "Status",
48550
48550
  common: derived$1,
48551
- self: self$p
48551
+ self: self$q
48552
48552
  };
48553
48553
 
48554
- function self$o(vars) {
48554
+ function self$p(vars) {
48555
48555
  const {
48556
48556
  fontWeightStrong,
48557
48557
  fontBodySmall,
@@ -48628,13 +48628,13 @@ function self$o(vars) {
48628
48628
  const stepsLight = {
48629
48629
  name: "Steps",
48630
48630
  common: derived,
48631
- self: self$o
48631
+ self: self$p
48632
48632
  };
48633
48633
 
48634
48634
  const stepsDark = {
48635
48635
  name: "Steps",
48636
48636
  common: derived$1,
48637
- self: self$o
48637
+ self: self$p
48638
48638
  };
48639
48639
 
48640
48640
  var rtlStyle$3 = c$1([cB("steps", [cM("rtl", `
@@ -48656,7 +48656,7 @@ const stepsRtl = {
48656
48656
  style: rtlStyle$3
48657
48657
  };
48658
48658
 
48659
- function self$n(vars) {
48659
+ function self$o(vars) {
48660
48660
  const {
48661
48661
  opacityDisabled,
48662
48662
  borderRadius,
@@ -48720,16 +48720,16 @@ function self$n(vars) {
48720
48720
  const switchLight = {
48721
48721
  name: "Switch",
48722
48722
  common: derived,
48723
- self: self$n
48723
+ self: self$o
48724
48724
  };
48725
48725
 
48726
48726
  const switchDark = {
48727
48727
  name: "Switch",
48728
48728
  common: derived$1,
48729
- self: self$n
48729
+ self: self$o
48730
48730
  };
48731
48731
 
48732
- function self$m(vars) {
48732
+ function self$n(vars) {
48733
48733
  const {
48734
48734
  fontBodySmall,
48735
48735
  fontBodyMedium,
@@ -48774,13 +48774,13 @@ function self$m(vars) {
48774
48774
  const tableLight = {
48775
48775
  name: "Table",
48776
48776
  common: derived,
48777
- self: self$m
48777
+ self: self$n
48778
48778
  };
48779
48779
 
48780
48780
  const tableDark = {
48781
48781
  name: "Table",
48782
48782
  common: derived$1,
48783
- self: self$m
48783
+ self: self$n
48784
48784
  };
48785
48785
 
48786
48786
  var rtlStyle$2 = c$1([cB("table", [cM("rtl", `
@@ -48801,7 +48801,7 @@ const tableRtl = {
48801
48801
  style: rtlStyle$2
48802
48802
  };
48803
48803
 
48804
- function self$l(vars) {
48804
+ function self$m(vars) {
48805
48805
  const {
48806
48806
  borderRadius,
48807
48807
  closeSmall,
@@ -48922,16 +48922,16 @@ function self$l(vars) {
48922
48922
  const tabsLight = {
48923
48923
  name: "Tabs",
48924
48924
  common: derived,
48925
- self: self$l
48925
+ self: self$m
48926
48926
  };
48927
48927
 
48928
48928
  const tabsDark = {
48929
48929
  name: "Tabs",
48930
48930
  common: derived$1,
48931
- self: self$l
48931
+ self: self$m
48932
48932
  };
48933
48933
 
48934
- function self$k(vars) {
48934
+ function self$l(vars) {
48935
48935
  const {
48936
48936
  fontBodyMedium,
48937
48937
  textPrimary,
@@ -48948,13 +48948,13 @@ function self$k(vars) {
48948
48948
  const thingLight = {
48949
48949
  name: "Thing",
48950
48950
  common: derived,
48951
- self: self$k
48951
+ self: self$l
48952
48952
  };
48953
48953
 
48954
48954
  const thingDark = {
48955
48955
  name: "Thing",
48956
48956
  common: derived$1,
48957
- self: self$k
48957
+ self: self$l
48958
48958
  };
48959
48959
 
48960
48960
  var rtlStyle$1 = cB("thing", [cM("rtl", `
@@ -48971,7 +48971,7 @@ const thingRtl = {
48971
48971
  peers: [buttonRtl, spaceRtl]
48972
48972
  };
48973
48973
 
48974
- function self$j(vars) {
48974
+ function self$k(vars) {
48975
48975
  const {
48976
48976
  fontWeightStrong,
48977
48977
  fontBodyLarge,
@@ -49012,13 +49012,13 @@ function self$j(vars) {
49012
49012
  const timelineLight = {
49013
49013
  name: "Timeline",
49014
49014
  common: derived,
49015
- self: self$j
49015
+ self: self$k
49016
49016
  };
49017
49017
 
49018
49018
  const timelineDark = {
49019
49019
  name: "Timeline",
49020
49020
  common: derived$1,
49021
- self: self$j
49021
+ self: self$k
49022
49022
  };
49023
49023
 
49024
49024
  var commonVariables = {
@@ -49028,7 +49028,7 @@ var commonVariables = {
49028
49028
  iconMargin: "16px"
49029
49029
  };
49030
49030
 
49031
- function self$i(vars) {
49031
+ function self$j(vars) {
49032
49032
  const {
49033
49033
  borderRadiusLarge,
49034
49034
  fontBodyLarge,
@@ -49093,16 +49093,16 @@ function self$i(vars) {
49093
49093
  const toggleButtonLight = {
49094
49094
  name: "ToggleButton",
49095
49095
  common: derived,
49096
- self: self$i
49096
+ self: self$j
49097
49097
  };
49098
49098
 
49099
49099
  const toggleButtonDark = {
49100
49100
  name: "ToggleButton",
49101
49101
  common: derived$1,
49102
- self: self$i
49102
+ self: self$j
49103
49103
  };
49104
49104
 
49105
- function self$h(vars) {
49105
+ function self$i(vars) {
49106
49106
  const {
49107
49107
  iconMedium,
49108
49108
  fontWeight,
@@ -49172,7 +49172,7 @@ const transferLight$1 = createTheme$1({
49172
49172
  Empty: emptyLight,
49173
49173
  Button: buttonLight
49174
49174
  },
49175
- self: self$h
49175
+ self: self$i
49176
49176
  });
49177
49177
 
49178
49178
  const transferDark$1 = {
@@ -49185,10 +49185,10 @@ const transferDark$1 = {
49185
49185
  Empty: emptyDark$1,
49186
49186
  Button: buttonDark
49187
49187
  },
49188
- self: self$h
49188
+ self: self$i
49189
49189
  };
49190
49190
 
49191
- function self$g(vars) {
49191
+ function self$h(vars) {
49192
49192
  const {
49193
49193
  fontBodyMedium,
49194
49194
  lineHeightBodyMedium,
@@ -49226,7 +49226,7 @@ const treeLight = createTheme$1({
49226
49226
  Scrollbar: scrollbarLight,
49227
49227
  Empty: emptyLight
49228
49228
  },
49229
- self: self$g
49229
+ self: self$h
49230
49230
  });
49231
49231
 
49232
49232
  const treeDark = {
@@ -49237,7 +49237,7 @@ const treeDark = {
49237
49237
  Scrollbar: scrollbarDark,
49238
49238
  Empty: emptyDark$1
49239
49239
  },
49240
- self: self$g
49240
+ self: self$h
49241
49241
  };
49242
49242
 
49243
49243
  var rtlStyle = cB("tree", [cM("rtl", `
@@ -49272,7 +49272,7 @@ const treeSelectDark = {
49272
49272
  }
49273
49273
  };
49274
49274
 
49275
- function self$f(vars) {
49275
+ function self$g(vars) {
49276
49276
  const {
49277
49277
  containerPrimary,
49278
49278
  shadowDepth2,
@@ -49300,7 +49300,7 @@ const treeSelectLight = createTheme$1({
49300
49300
  Empty: emptyLight,
49301
49301
  InternalSelection: internalSelectionLight
49302
49302
  },
49303
- self: self$f
49303
+ self: self$g
49304
49304
  });
49305
49305
 
49306
49306
  const watermarkDark = {
@@ -49329,7 +49329,7 @@ const watermarkLight = createTheme$1({
49329
49329
  }
49330
49330
  });
49331
49331
 
49332
- function self$e(vars) {
49332
+ function self$f(vars) {
49333
49333
  const {
49334
49334
  elementsSecondary,
49335
49335
  elementsSenary,
@@ -49349,7 +49349,7 @@ const imageLight = createTheme$1({
49349
49349
  peers: {
49350
49350
  Tooltip: tooltipLight
49351
49351
  },
49352
- self: self$e
49352
+ self: self$f
49353
49353
  });
49354
49354
 
49355
49355
  const imageDark = {
@@ -49358,7 +49358,7 @@ const imageDark = {
49358
49358
  peers: {
49359
49359
  Tooltip: tooltipDark
49360
49360
  },
49361
- self: self$e
49361
+ self: self$f
49362
49362
  };
49363
49363
 
49364
49364
  const prevIcon = /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
@@ -49412,7 +49412,7 @@ const imagePreviewSharedProps = {
49412
49412
  };
49413
49413
  const imageContextKey = createInjectionKey("u-image");
49414
49414
 
49415
- var style$16 = c$1([c$1("body >", [cB("image-container", "position: fixed;")]), cB("image-preview-container", `
49415
+ var style$17 = c$1([c$1("body >", [cB("image-container", "position: fixed;")]), cB("image-preview-container", `
49416
49416
  position: fixed;
49417
49417
  left: 0;
49418
49418
  right: 0;
@@ -49496,7 +49496,7 @@ var _UImagePreview = defineComponent({
49496
49496
  const themeRef = useTheme(
49497
49497
  "Image",
49498
49498
  "-image",
49499
- style$16,
49499
+ style$17,
49500
49500
  imageLight,
49501
49501
  props,
49502
49502
  mergedClsPrefixRef
@@ -50427,7 +50427,7 @@ var _UImage = defineComponent({
50427
50427
  }
50428
50428
  });
50429
50429
 
50430
- var style$15 = c$1([c$1("@keyframes spin-rotate", `
50430
+ var style$16 = c$1([c$1("@keyframes spin-rotate", `
50431
50431
  from {
50432
50432
  transform: rotate(0);
50433
50433
  }
@@ -50531,7 +50531,7 @@ var _USpin = defineComponent({
50531
50531
  const themeRef = useTheme(
50532
50532
  "Spin",
50533
50533
  "-spin",
50534
- style$15,
50534
+ style$16,
50535
50535
  spinLight,
50536
50536
  props,
50537
50537
  mergedClsPrefixRef
@@ -51788,7 +51788,7 @@ var _UUpload = defineComponent({
51788
51788
  const themeRef = useTheme(
51789
51789
  "Upload",
51790
51790
  "-upload",
51791
- style$17,
51791
+ style$18,
51792
51792
  uploadLight,
51793
51793
  props,
51794
51794
  mergedClsPrefixRef
@@ -52812,7 +52812,7 @@ var UDropdownMenu = defineComponent({
52812
52812
  }
52813
52813
  });
52814
52814
 
52815
- var style$14 = cB("dropdown-menu", `
52815
+ var style$15 = cB("dropdown-menu", `
52816
52816
  transform-origin: var(--v-transform-origin);
52817
52817
  background-color: var(--u-color);
52818
52818
  border-radius: var(--u-border-radius);
@@ -53059,7 +53059,7 @@ var _UDropdown = defineComponent({
53059
53059
  const themeRef = useTheme(
53060
53060
  "Dropdown",
53061
53061
  "-dropdown",
53062
- style$14,
53062
+ style$15,
53063
53063
  dropdownLight,
53064
53064
  props,
53065
53065
  mergedClsPrefixRef
@@ -53453,7 +53453,7 @@ var ChatAttachmentComponent = defineComponent({
53453
53453
  }
53454
53454
  });
53455
53455
 
53456
- var style$13 = cB("chat", `
53456
+ var style$14 = cB("chat", `
53457
53457
  height: 100%;
53458
53458
  background-color: transparent;
53459
53459
  box-sizing: border-box;
@@ -53896,7 +53896,7 @@ var _UChatMessages = defineComponent({
53896
53896
  setup(props, { slots }) {
53897
53897
  const UChat = inject(chatInjectionKey, null);
53898
53898
  const { mergedClsPrefixRef } = useConfig(props);
53899
- const themeRef = UChat?.mergedThemeRef ?? useTheme("Chat", "-chat", style$13, chatLight, props, mergedClsPrefixRef);
53899
+ const themeRef = UChat?.mergedThemeRef ?? useTheme("Chat", "-chat", style$14, chatLight, props, mergedClsPrefixRef);
53900
53900
  const { localeRef } = useLocale("Chat");
53901
53901
  const contextMenuShow = ref(false);
53902
53902
  const contextMenuMessage = ref();
@@ -55157,7 +55157,7 @@ const Scrollbar = defineComponent({
55157
55157
  }
55158
55158
  });
55159
55159
 
55160
- var style$12 = c$1([cB("select", `
55160
+ var style$13 = c$1([cB("select", `
55161
55161
  z-index: auto;
55162
55162
  outline: none;
55163
55163
  width: 100%;
@@ -55329,7 +55329,7 @@ var _USelect = defineComponent({
55329
55329
  const themeRef = useTheme(
55330
55330
  "Select",
55331
55331
  "-select",
55332
- style$12,
55332
+ style$13,
55333
55333
  selectLight,
55334
55334
  props,
55335
55335
  mergedClsPrefixRef
@@ -56163,7 +56163,7 @@ var _UChatListItems = defineComponent({
56163
56163
  setup(props, { slots }) {
56164
56164
  const UChat = inject(chatInjectionKey, null);
56165
56165
  const { mergedClsPrefixRef } = useConfig(props);
56166
- const themeRef = UChat?.mergedThemeRef ?? useTheme("Chat", "-chat", style$13, chatLight, props, mergedClsPrefixRef);
56166
+ const themeRef = UChat?.mergedThemeRef ?? useTheme("Chat", "-chat", style$14, chatLight, props, mergedClsPrefixRef);
56167
56167
  const { localeRef } = useLocale("Chat");
56168
56168
  const cssVarsRef = computed(() => {
56169
56169
  const {
@@ -56835,7 +56835,7 @@ var _UChat = defineComponent({
56835
56835
  const themeRef = useTheme(
56836
56836
  "Chat",
56837
56837
  "-chat",
56838
- style$13,
56838
+ style$14,
56839
56839
  chatLight,
56840
56840
  props,
56841
56841
  mergedClsPrefixRef
@@ -57162,7 +57162,7 @@ var _UChat = defineComponent({
57162
57162
  }
57163
57163
  });
57164
57164
 
57165
- var style$11 = c$1([cB("code", `
57165
+ var style$12 = c$1([cB("code", `
57166
57166
  font-size: var(--u-font-size);
57167
57167
  font-family: var(--u-font-family);
57168
57168
  `, [cM("show-line-numbers", `
@@ -57333,7 +57333,7 @@ var _UCode = defineComponent({
57333
57333
  const themeRef = useTheme(
57334
57334
  "Code",
57335
57335
  "-code",
57336
- style$11,
57336
+ style$12,
57337
57337
  codeLight,
57338
57338
  props,
57339
57339
  mergedClsPrefixRef
@@ -57471,7 +57471,7 @@ const collapseProps = {
57471
57471
  }
57472
57472
  };
57473
57473
 
57474
- var style$10 = cB("collapse", `
57474
+ var style$11 = cB("collapse", `
57475
57475
  width: 100%;
57476
57476
  background-color: var(--u-background-color);
57477
57477
  border-radius: var(--u-border-radius);
@@ -57554,7 +57554,7 @@ var UCollapse$1 = defineComponent({
57554
57554
  const themeRef = useTheme(
57555
57555
  "Collapse",
57556
57556
  "-collapse",
57557
- style$10,
57557
+ style$11,
57558
57558
  collapseLight,
57559
57559
  props,
57560
57560
  mergedClsPrefixRef
@@ -57896,7 +57896,7 @@ var UCollapseItem$1 = defineComponent({
57896
57896
  }
57897
57897
  });
57898
57898
 
57899
- var style$$ = cB("collapse-transition", {
57899
+ var style$10 = cB("collapse-transition", {
57900
57900
  width: "100%"
57901
57901
  }, [fadeInHeightExpandTransition()]);
57902
57902
 
@@ -57935,7 +57935,7 @@ var _UCollapseTransition = defineComponent({
57935
57935
  const mergedThemeRef = useTheme(
57936
57936
  "CollapseTransition",
57937
57937
  "-collapse-transition",
57938
- style$$,
57938
+ style$10,
57939
57939
  collapseTransitionLight,
57940
57940
  props,
57941
57941
  mergedClsPrefixRef
@@ -57996,7 +57996,7 @@ var _UCollapseTransition = defineComponent({
57996
57996
  }
57997
57997
  });
57998
57998
 
57999
- function self$d(vars) {
57999
+ function self$e(vars) {
58000
58000
  const {
58001
58001
  borderRadius,
58002
58002
  borderRadiusSmall,
@@ -58043,7 +58043,7 @@ const colorPickerLight = createTheme$1({
58043
58043
  Input: inputLight,
58044
58044
  Button: buttonLight
58045
58045
  },
58046
- self: self$d
58046
+ self: self$e
58047
58047
  });
58048
58048
 
58049
58049
  const colorPickerDark = {
@@ -58053,7 +58053,7 @@ const colorPickerDark = {
58053
58053
  Input: inputDark,
58054
58054
  Button: buttonDark
58055
58055
  },
58056
- self: self$d
58056
+ self: self$e
58057
58057
  };
58058
58058
 
58059
58059
  function deriveDefaultValue(modes, showAlpha) {
@@ -59011,7 +59011,7 @@ var Pallete = defineComponent({
59011
59011
  }
59012
59012
  });
59013
59013
 
59014
- var style$_ = c$1([cB("color-picker", `
59014
+ var style$$ = c$1([cB("color-picker", `
59015
59015
  display: inline-block;
59016
59016
  box-sizing: border-box;
59017
59017
  height: var(--u-height);
@@ -59283,7 +59283,7 @@ var UColorPicker$1 = defineComponent({
59283
59283
  const themeRef = useTheme(
59284
59284
  "ColorPicker",
59285
59285
  "-color-picker",
59286
- style$_,
59286
+ style$$,
59287
59287
  colorPickerLight,
59288
59288
  props,
59289
59289
  mergedClsPrefixRef
@@ -63626,7 +63626,7 @@ var commonVars$1 = {
63626
63626
  wrapperMargin: "0 0 20px"
63627
63627
  };
63628
63628
 
63629
- function self$c(vars) {
63629
+ function self$d(vars) {
63630
63630
  const {
63631
63631
  elementsSenary,
63632
63632
  borderRadiusLarge
@@ -63641,17 +63641,17 @@ const cropLight = createTheme$1({
63641
63641
  name: "Crop",
63642
63642
  common: derived,
63643
63643
  peers: {},
63644
- self: self$c
63644
+ self: self$d
63645
63645
  });
63646
63646
 
63647
63647
  const cropDark = {
63648
63648
  name: "Crop",
63649
63649
  common: derived$1,
63650
63650
  peers: {},
63651
- self: self$c
63651
+ self: self$d
63652
63652
  };
63653
63653
 
63654
- var style$Z = c$1([c$1([c$1(".cropper-container", {
63654
+ var style$_ = c$1([c$1([c$1(".cropper-container", {
63655
63655
  direction: "ltr",
63656
63656
  fontSize: "0",
63657
63657
  lineHeight: "0",
@@ -64041,7 +64041,7 @@ var _UCrop = defineComponent({
64041
64041
  const themeRef = useTheme(
64042
64042
  "Crop",
64043
64043
  "-crop",
64044
- style$Z,
64044
+ style$_,
64045
64045
  cropLight,
64046
64046
  props,
64047
64047
  mergedClsPrefixRef
@@ -64167,7 +64167,7 @@ var _UCrop = defineComponent({
64167
64167
 
64168
64168
  const popselectInjectionKey = createInjectionKey("u-popselect");
64169
64169
 
64170
- var style$Y = cB("popselect-menu", `
64170
+ var style$Z = cB("popselect-menu", `
64171
64171
  box-shadow: var(--u-menu-box-shadow);
64172
64172
  `);
64173
64173
 
@@ -64221,7 +64221,7 @@ var UPopselectPanel = defineComponent({
64221
64221
  const themeRef = useTheme(
64222
64222
  "Popselect",
64223
64223
  "-pop-select",
64224
- style$Y,
64224
+ style$Z,
64225
64225
  popselectLight,
64226
64226
  UPopselect.props,
64227
64227
  mergedClsPrefixRef
@@ -64471,7 +64471,7 @@ const hoverStyleChildren$1 = [cM("button", `
64471
64471
  border: var(--u-button-border-hover);
64472
64472
  color: var(--u-button-icon-color-hover);
64473
64473
  `)];
64474
- var style$X = cB("pagination", `
64474
+ var style$Y = cB("pagination", `
64475
64475
  display: flex;
64476
64476
  width: 100%;
64477
64477
  justify-content: space-between;
@@ -64819,7 +64819,7 @@ var _UPagination = defineComponent({
64819
64819
  const themeRef = useTheme(
64820
64820
  "Pagination",
64821
64821
  "-pagination",
64822
- style$X,
64822
+ style$Y,
64823
64823
  paginationLight,
64824
64824
  props,
64825
64825
  mergedClsPrefixRef
@@ -66095,7 +66095,7 @@ var RenderSafeCheckbox = defineComponent({
66095
66095
  }
66096
66096
  });
66097
66097
 
66098
- var style$W = cB("radio", `
66098
+ var style$X = cB("radio", `
66099
66099
  outline: none;
66100
66100
  position: relative;
66101
66101
  user-select: none;
@@ -66244,7 +66244,7 @@ var _URadio = defineComponent({
66244
66244
  const themeRef = useTheme(
66245
66245
  "Radio",
66246
66246
  "-radio",
66247
- style$W,
66247
+ style$X,
66248
66248
  radioLight,
66249
66249
  props,
66250
66250
  radio.mergedClsPrefix
@@ -66428,7 +66428,7 @@ var _URadioButton = defineComponent({
66428
66428
  }
66429
66429
  });
66430
66430
 
66431
- var style$V = cB("radio-group", `
66431
+ var style$W = cB("radio-group", `
66432
66432
  display: inline-block;
66433
66433
  font-size: var(--u-font-size);
66434
66434
  `, [cE("splitor", `
@@ -66608,7 +66608,7 @@ var _URadioGroup = defineComponent({
66608
66608
  const themeRef = useTheme(
66609
66609
  "Radio",
66610
66610
  "-radio-group",
66611
- style$V,
66611
+ style$W,
66612
66612
  radioLight,
66613
66613
  props,
66614
66614
  mergedClsPrefixRef
@@ -69202,7 +69202,7 @@ var MainTable = defineComponent({
69202
69202
  });
69203
69203
 
69204
69204
  const fixedColumnStyle = createFixedColumnStyle();
69205
- var style$U = c$1([cB("data-table", `
69205
+ var style$V = c$1([cB("data-table", `
69206
69206
  width: 100%;
69207
69207
  font-size: var(--u-font-size);
69208
69208
  display: flex;
@@ -69979,7 +69979,7 @@ function useResizable() {
69979
69979
  };
69980
69980
  }
69981
69981
 
69982
- const DROP_HALF_DIVISOR = 2;
69982
+ const DROP_HALF_DIVISOR$1 = 2;
69983
69983
  const DROP_STEP_BIAS = 1;
69984
69984
  const FALLBACK_ORDER = 0;
69985
69985
  const SINGLE_ROW_DRAG_SIZE = 1;
@@ -70101,7 +70101,7 @@ function useRowDrag(props, {
70101
70101
  if (!target) return;
70102
70102
  const rect = target.getBoundingClientRect();
70103
70103
  const offset = event.clientY - rect.top;
70104
- const position = offset < rect.height / DROP_HALF_DIVISOR ? "before" : "after";
70104
+ const position = offset < rect.height / DROP_HALF_DIVISOR$1 ? "before" : "after";
70105
70105
  droppingRowKeyRef.value = rowKey;
70106
70106
  droppingPositionRef.value = position;
70107
70107
  }
@@ -71045,7 +71045,7 @@ var _UDataTable = defineComponent({
71045
71045
  const themeRef = useTheme(
71046
71046
  "DataTable",
71047
71047
  "-data-table",
71048
- style$U,
71048
+ style$V,
71049
71049
  dataTableLight,
71050
71050
  props,
71051
71051
  mergedClsPrefixRef
@@ -75473,7 +75473,7 @@ var Panel = defineComponent({
75473
75473
  }
75474
75474
  });
75475
75475
 
75476
- var style$T = c$1([cB("time-picker", `
75476
+ var style$U = c$1([cB("time-picker", `
75477
75477
  z-index: auto;
75478
75478
  position: relative;
75479
75479
  `, [cB("time-picker-icon", `
@@ -75668,7 +75668,7 @@ var _UTimePicker = defineComponent({
75668
75668
  const themeRef = useTheme(
75669
75669
  "TimePicker",
75670
75670
  "-time-picker",
75671
- style$T,
75671
+ style$U,
75672
75672
  timePickerLight,
75673
75673
  props,
75674
75674
  mergedClsPrefixRef
@@ -76836,7 +76836,7 @@ var DatetimeRangePanel = defineComponent({
76836
76836
  }
76837
76837
  });
76838
76838
 
76839
- var style$S = c$1([cB("date-picker", `
76839
+ var style$T = c$1([cB("date-picker", `
76840
76840
  position: relative;
76841
76841
  z-index: auto;
76842
76842
  `, [cB("date-picker-icon", `
@@ -77545,7 +77545,7 @@ var _UDatePicker = defineComponent({
77545
77545
  const themeRef = useTheme(
77546
77546
  "DatePicker",
77547
77547
  "-date-picker",
77548
- style$S,
77548
+ style$T,
77549
77549
  datePickerLight,
77550
77550
  props,
77551
77551
  mergedClsPrefixRef
@@ -78525,7 +78525,7 @@ var _UDatePicker = defineComponent({
78525
78525
  }
78526
78526
  });
78527
78527
 
78528
- function self$b(vars) {
78528
+ function self$c(vars) {
78529
78529
  const {
78530
78530
  brandPrimary100,
78531
78531
  brandPrimary500,
@@ -78587,7 +78587,7 @@ const datePickerV2Light = createTheme$1({
78587
78587
  Select: internalSelectionLight,
78588
78588
  Scrollbar: scrollbarLight
78589
78589
  },
78590
- self: self$b
78590
+ self: self$c
78591
78591
  });
78592
78592
 
78593
78593
  const datePickerV2Dark = createTheme$1({
@@ -78599,7 +78599,7 @@ const datePickerV2Dark = createTheme$1({
78599
78599
  Select: internalSelectionDark,
78600
78600
  Scrollbar: scrollbarDark
78601
78601
  },
78602
- self: self$b
78602
+ self: self$c
78603
78603
  });
78604
78604
 
78605
78605
  const datePickerV2InjectionKey = Symbol("datePickerV2");
@@ -79391,7 +79391,7 @@ var CalendarRangePanel = defineComponent({
79391
79391
  }
79392
79392
  });
79393
79393
 
79394
- var style$R = c$1([cB("date-picker-v2", `
79394
+ var style$S = c$1([cB("date-picker-v2", `
79395
79395
  position: relative;
79396
79396
  z-index: auto;
79397
79397
  `, [cB("date-picker-v2-icon", `
@@ -79829,7 +79829,7 @@ var _UDatePickerV2 = defineComponent({
79829
79829
  const themeRef = useTheme(
79830
79830
  "DatePickerV2",
79831
79831
  "-date-picker-v2",
79832
- style$R,
79832
+ style$S,
79833
79833
  datePickerV2Light,
79834
79834
  props,
79835
79835
  mergedClsPrefixRef
@@ -80473,7 +80473,7 @@ var _UDatePickerV2 = defineComponent({
80473
80473
  }
80474
80474
  });
80475
80475
 
80476
- var style$Q = c$1([cB("descriptions", {
80476
+ var style$R = c$1([cB("descriptions", {
80477
80477
  fontSize: "var(--u-font-size)"
80478
80478
  }, [cB("descriptions-separator", `
80479
80479
  display: inline-block;
@@ -80628,7 +80628,7 @@ var _UDescriptions = defineComponent({
80628
80628
  const themeRef = useTheme(
80629
80629
  "Descriptions",
80630
80630
  "-descriptions",
80631
- style$Q,
80631
+ style$R,
80632
80632
  descriptionsLight,
80633
80633
  props,
80634
80634
  mergedClsPrefixRef
@@ -80970,7 +80970,7 @@ const dialogProps = {
80970
80970
  };
80971
80971
  const dialogPropKeys = keysOf(dialogProps);
80972
80972
 
80973
- var style$P = c$1([cB("dialog", `
80973
+ var style$Q = c$1([cB("dialog", `
80974
80974
  word-break: break-word;
80975
80975
  position: relative;
80976
80976
  background: var(--u-color);
@@ -81088,7 +81088,7 @@ const UDialog$1 = defineComponent({
81088
81088
  const themeRef = useTheme(
81089
81089
  "Dialog",
81090
81090
  "-dialog",
81091
- style$P,
81091
+ style$Q,
81092
81092
  dialogLight,
81093
81093
  props,
81094
81094
  mergedClsPrefixRef
@@ -81742,7 +81742,7 @@ var UModalBodyWrapper = defineComponent({
81742
81742
  }
81743
81743
  });
81744
81744
 
81745
- var style$O = c$1([cB("modal-container", `
81745
+ var style$P = c$1([cB("modal-container", `
81746
81746
  position: fixed;
81747
81747
  left: 0;
81748
81748
  top: 0;
@@ -81891,7 +81891,7 @@ var _UModal = defineComponent({
81891
81891
  const themeRef = useTheme(
81892
81892
  "Modal",
81893
81893
  "-modal",
81894
- style$O,
81894
+ style$P,
81895
81895
  modalLight,
81896
81896
  props,
81897
81897
  mergedClsPrefixRef
@@ -82365,7 +82365,7 @@ const UDialogProvider = defineComponent({
82365
82365
  }
82366
82366
  });
82367
82367
 
82368
- var style$N = cB("divider", `
82368
+ var style$O = cB("divider", `
82369
82369
  position: relative;
82370
82370
  display: flex;
82371
82371
  width: 100%;
@@ -82436,7 +82436,7 @@ var UDivider$1 = defineComponent({
82436
82436
  const themeRef = useTheme(
82437
82437
  "Divider",
82438
82438
  "-divider",
82439
- style$N,
82439
+ style$O,
82440
82440
  dividerLight,
82441
82441
  props,
82442
82442
  mergedClsPrefixRef
@@ -82902,7 +82902,7 @@ function slideInFromTopTransition({
82902
82902
  })];
82903
82903
  }
82904
82904
 
82905
- var style$M = c$1([cB("drawer", `
82905
+ var style$N = c$1([cB("drawer", `
82906
82906
  word-break: break-word;
82907
82907
  position: absolute;
82908
82908
  pointer-events: all;
@@ -83208,7 +83208,7 @@ var _UDrawer = defineComponent({
83208
83208
  const themeRef = useTheme(
83209
83209
  "Drawer",
83210
83210
  "-drawer",
83211
- style$M,
83211
+ style$N,
83212
83212
  drawerLight,
83213
83213
  props,
83214
83214
  mergedClsPrefixRef
@@ -83795,7 +83795,7 @@ var UDynamicInputPairPreset = defineComponent({
83795
83795
  }
83796
83796
  });
83797
83797
 
83798
- var style$L = cB("dynamic-input", {
83798
+ var style$M = cB("dynamic-input", {
83799
83799
  width: "100%"
83800
83800
  }, [cB("dynamic-input-item", `
83801
83801
  margin-bottom: 10px;
@@ -83911,7 +83911,7 @@ var _UDynamicInput = defineComponent({
83911
83911
  const themeRef = useTheme(
83912
83912
  "DynamicInput",
83913
83913
  "-dynamic-input",
83914
- style$L,
83914
+ style$M,
83915
83915
  dynamicInputLight,
83916
83916
  props,
83917
83917
  mergedClsPrefixRef
@@ -84435,7 +84435,7 @@ var USpace$1 = defineComponent({
84435
84435
  }
84436
84436
  });
84437
84437
 
84438
- var style$K = cB("dynamic-tags", [cB("input", {
84438
+ var style$L = cB("dynamic-tags", [cB("input", {
84439
84439
  minWidth: "var(--u-input-width)"
84440
84440
  })]);
84441
84441
 
@@ -84495,7 +84495,7 @@ var _UDynamicTags = defineComponent({
84495
84495
  const themeRef = useTheme(
84496
84496
  "DynamicTags",
84497
84497
  "-dynamic-tags",
84498
- style$K,
84498
+ style$L,
84499
84499
  dynamicTagsLight,
84500
84500
  props,
84501
84501
  mergedClsPrefixRef
@@ -84787,7 +84787,7 @@ const Equation = defineComponent({
84787
84787
  }
84788
84788
  });
84789
84789
 
84790
- var style$J = cB("float-button-group", [cB("float-button", `
84790
+ var style$K = cB("float-button-group", [cB("float-button", `
84791
84791
  position: relative;
84792
84792
  `), cM("square-shape", `
84793
84793
  background-color: var(--u-color);
@@ -84850,7 +84850,7 @@ var _UFloatButtonGroup = defineComponent({
84850
84850
  const themeRef = useTheme(
84851
84851
  "FloatButtonGroup",
84852
84852
  "-float-button-group",
84853
- style$J,
84853
+ style$K,
84854
84854
  themeLight$4,
84855
84855
  props,
84856
84856
  mergedClsPrefixRef
@@ -84901,7 +84901,7 @@ var _UFloatButtonGroup = defineComponent({
84901
84901
  }
84902
84902
  });
84903
84903
 
84904
- var style$I = cB("float-button", `
84904
+ var style$J = cB("float-button", `
84905
84905
  user-select: none;
84906
84906
  cursor: pointer;
84907
84907
  color: var(--u-text-color);
@@ -85031,7 +85031,7 @@ var _UFloatButton = defineComponent({
85031
85031
  const themeRef = useTheme(
85032
85032
  "FloatButton",
85033
85033
  "-float-button",
85034
- style$I,
85034
+ style$J,
85035
85035
  themeLight$3,
85036
85036
  props,
85037
85037
  mergedClsPrefixRef
@@ -85205,7 +85205,7 @@ var _UFloatButton = defineComponent({
85205
85205
  const formInjectionKey = createInjectionKey("u-form");
85206
85206
  const formItemInstsInjectionKey = createInjectionKey("u-form-item-insts");
85207
85207
 
85208
- var style$H = cB("form", [cM("inline", `
85208
+ var style$I = cB("form", [cM("inline", `
85209
85209
  width: 100%;
85210
85210
  display: inline-flex;
85211
85211
  align-items: flex-start;
@@ -85260,7 +85260,7 @@ var _UForm = defineComponent({
85260
85260
  props: formProps,
85261
85261
  setup(props) {
85262
85262
  const { mergedClsPrefixRef } = useConfig(props);
85263
- useTheme("Form", "-form", style$H, formLight, props, mergedClsPrefixRef);
85263
+ useTheme("Form", "-form", style$I, formLight, props, mergedClsPrefixRef);
85264
85264
  const formItems = {};
85265
85265
  const maxChildLabelWidthRef = ref(void 0);
85266
85266
  const deriveMaxChildLabelWidth = (currentWidth) => {
@@ -86474,7 +86474,7 @@ function fadeDownTransition({
86474
86474
  })];
86475
86475
  }
86476
86476
 
86477
- var style$G = cB("form-item", `
86477
+ var style$H = cB("form-item", `
86478
86478
  display: grid;
86479
86479
  `, [cB("form-item-label", `
86480
86480
  grid-area: label;
@@ -86859,7 +86859,7 @@ var _UFormItem = defineComponent({
86859
86859
  const themeRef = useTheme(
86860
86860
  "Form",
86861
86861
  "-form-item",
86862
- style$G,
86862
+ style$H,
86863
86863
  formLight,
86864
86864
  props,
86865
86865
  mergedClsPrefixRef
@@ -87299,7 +87299,7 @@ const positionStyles = repeat(24, null).map((_, index) => {
87299
87299
  right: percent
87300
87300
  })];
87301
87301
  });
87302
- var style$F = c$1([cB("row", {
87302
+ var style$G = c$1([cB("row", {
87303
87303
  width: "100%",
87304
87304
  display: "flex",
87305
87305
  flexWrap: "wrap"
@@ -87331,7 +87331,7 @@ var _URow = defineComponent({
87331
87331
  props: rowProps,
87332
87332
  setup(props) {
87333
87333
  const { mergedClsPrefixRef, mergedRtlRef } = useConfig(props);
87334
- useStyle("-legacy-grid", style$F, mergedClsPrefixRef);
87334
+ useStyle("-legacy-grid", style$G, mergedClsPrefixRef);
87335
87335
  const rtlEnabledRef = useRtl("Row", mergedRtlRef, mergedClsPrefixRef);
87336
87336
  const verticalGutterRef = useMemo(() => {
87337
87337
  const { gutter } = props;
@@ -87677,7 +87677,7 @@ var _UGlobalStyle = defineComponent({
87677
87677
  }
87678
87678
  });
87679
87679
 
87680
- var style$E = cB("gradient-text", `
87680
+ var style$F = cB("gradient-text", `
87681
87681
  display: inline-block;
87682
87682
  font-weight: var(--u-font-weight);
87683
87683
  -webkit-background-clip: text;
@@ -87735,7 +87735,7 @@ var _UGradientText = defineComponent({
87735
87735
  const themeRef = useTheme(
87736
87736
  "GradientText",
87737
87737
  "-gradient-text",
87738
- style$E,
87738
+ style$F,
87739
87739
  gradientTextLight,
87740
87740
  props,
87741
87741
  mergedClsPrefixRef
@@ -87799,7 +87799,7 @@ var _UGradientText = defineComponent({
87799
87799
  }
87800
87800
  });
87801
87801
 
87802
- function self$a(vars) {
87802
+ function self$b(vars) {
87803
87803
  const {
87804
87804
  containerPrimary,
87805
87805
  textPrimary,
@@ -87854,13 +87854,13 @@ function self$a(vars) {
87854
87854
  const headerLight = createTheme$1({
87855
87855
  name: "Header",
87856
87856
  common: derived,
87857
- self: self$a
87857
+ self: self$b
87858
87858
  });
87859
87859
 
87860
87860
  const headerDark = createTheme$1({
87861
87861
  name: "Header",
87862
87862
  common: derived$1,
87863
- self: vars => self$a(vars)
87863
+ self: vars => self$b(vars)
87864
87864
  });
87865
87865
 
87866
87866
  const SEARCH_DEBOUNCE_MS = 300;
@@ -89264,7 +89264,7 @@ var HeaderMobile = defineComponent({
89264
89264
  }
89265
89265
  });
89266
89266
 
89267
- var style$D = cB("header", `
89267
+ var style$E = cB("header", `
89268
89268
  width: 100%;
89269
89269
  box-sizing: border-box;
89270
89270
  font-size: var(--u-font-size);
@@ -89958,7 +89958,7 @@ var _UHeader = defineComponent({
89958
89958
  const themeRef = useTheme(
89959
89959
  "Header",
89960
89960
  "-header",
89961
- style$D,
89961
+ style$E,
89962
89962
  headerLight,
89963
89963
  props,
89964
89964
  mergedClsPrefixRef
@@ -90326,7 +90326,7 @@ var _UHeader = defineComponent({
90326
90326
  }
90327
90327
  });
90328
90328
 
90329
- function self$9(vars) {
90329
+ function self$a(vars) {
90330
90330
  const {
90331
90331
  borderRadius,
90332
90332
  fontBodyLarge,
@@ -90366,7 +90366,7 @@ function self$9(vars) {
90366
90366
  const heatmapLight = createTheme$1({
90367
90367
  name: "Heatmap",
90368
90368
  common: derived,
90369
- self: self$9
90369
+ self: self$a
90370
90370
  });
90371
90371
 
90372
90372
  function useLoadingStyleClass(props, themeRef) {
@@ -90515,7 +90515,7 @@ var Rect = defineComponent({
90515
90515
  }
90516
90516
  });
90517
90517
 
90518
- var style$C = c$1([cB("heatmap", `
90518
+ var style$D = c$1([cB("heatmap", `
90519
90519
  display: flex;
90520
90520
  flex-direction: column;
90521
90521
  max-width: fit-content;
@@ -90789,7 +90789,7 @@ var _UHeatmap = defineComponent({
90789
90789
  const themeRef = useTheme(
90790
90790
  "Heatmap",
90791
90791
  "-heatmap",
90792
- style$C,
90792
+ style$D,
90793
90793
  heatmapLight,
90794
90794
  props,
90795
90795
  mergedClsPrefixRef
@@ -91101,7 +91101,7 @@ const HeatmapDark = {
91101
91101
  name: "Heatmap",
91102
91102
  common: derived$1,
91103
91103
  self(vars) {
91104
- const lightSelf = self$9(vars);
91104
+ const lightSelf = self$a(vars);
91105
91105
  return {
91106
91106
  ...lightSelf,
91107
91107
  activeColors: ["#0d4429", "#006d32", "#26a641", "#39d353"],
@@ -91216,7 +91216,7 @@ var _UHighlight = defineComponent({
91216
91216
  }
91217
91217
  });
91218
91218
 
91219
- function self$8(vars) {
91219
+ function self$9(vars) {
91220
91220
  const {
91221
91221
  elementsPrimary,
91222
91222
  elementsTertiary,
@@ -91242,13 +91242,13 @@ function self$8(vars) {
91242
91242
  const iconBarLight = {
91243
91243
  name: "IconBar",
91244
91244
  common: derived,
91245
- self: self$8
91245
+ self: self$9
91246
91246
  };
91247
91247
 
91248
91248
  const iconBarDark = {
91249
91249
  name: "IconBar",
91250
91250
  common: derived$1,
91251
- self: self$8
91251
+ self: self$9
91252
91252
  };
91253
91253
 
91254
91254
  const iconBarInjectionKey = createInjectionKey("icon-bar");
@@ -91281,7 +91281,7 @@ const iconBarProps = {
91281
91281
  itemSize: [Number, String]
91282
91282
  };
91283
91283
 
91284
- var style$B = c$1([cB("icon-bar", `
91284
+ var style$C = c$1([cB("icon-bar", `
91285
91285
  justify-content: space-between !important;
91286
91286
  grid-template-columns: repeat(var(--u-icon-bar-cols), var(--u-icon-bar-item-size)) !important;
91287
91287
  `), cB("icon-bar-item-wrapper", `
@@ -91344,7 +91344,7 @@ var _UIconBarItem = defineComponent({
91344
91344
  const themeRef = useTheme(
91345
91345
  "IconBar",
91346
91346
  "-icon-bar-item",
91347
- style$B,
91347
+ style$C,
91348
91348
  iconBarLight,
91349
91349
  props,
91350
91350
  mergedClsPrefixRef
@@ -91422,7 +91422,7 @@ var _UIconBar = defineComponent({
91422
91422
  const themeRef = useTheme(
91423
91423
  "IconBar",
91424
91424
  "-icon-bar",
91425
- style$B,
91425
+ style$C,
91426
91426
  iconBarLight,
91427
91427
  props,
91428
91428
  mergedClsPrefixRef
@@ -91475,7 +91475,7 @@ var _UIconBar = defineComponent({
91475
91475
  }
91476
91476
  });
91477
91477
 
91478
- function self$7(vars) {
91478
+ function self$8(vars) {
91479
91479
  const {
91480
91480
  brandPrimary500,
91481
91481
  elementsSecondary
@@ -91488,16 +91488,16 @@ function self$7(vars) {
91488
91488
  const iconWrapperLight = {
91489
91489
  name: "IconWrapper",
91490
91490
  common: derived,
91491
- self: self$7
91491
+ self: self$8
91492
91492
  };
91493
91493
 
91494
91494
  const iconDark = {
91495
91495
  name: "IconWrapper",
91496
91496
  common: derived$1,
91497
- self: self$7
91497
+ self: self$8
91498
91498
  };
91499
91499
 
91500
- var style$A = cB("icon-wrapper", `
91500
+ var style$B = cB("icon-wrapper", `
91501
91501
  position: relative;
91502
91502
  display: inline-flex;
91503
91503
  align-items: center;
@@ -91549,7 +91549,7 @@ const UIconWrapper$1 = defineComponent({
91549
91549
  const themeRef = useTheme(
91550
91550
  "IconWrapper",
91551
91551
  "-icon-wrapper",
91552
- style$A,
91552
+ style$B,
91553
91553
  iconWrapperLight,
91554
91554
  props,
91555
91555
  mergedClsPrefixRef
@@ -91856,7 +91856,7 @@ function mapSelectionAfterFormat(formatted, newFormatted, selectionStart, select
91856
91856
  };
91857
91857
  }
91858
91858
 
91859
- var style$z = c$1([cB("input-number-suffix", `
91859
+ var style$A = c$1([cB("input-number-suffix", `
91860
91860
  display: inline-block;
91861
91861
  margin-right: 10px;
91862
91862
  `), cB("input-number-prefix", `
@@ -91948,7 +91948,7 @@ var _UInputNumber = defineComponent({
91948
91948
  const themeRef = useTheme(
91949
91949
  "InputNumber",
91950
91950
  "-input-number",
91951
- style$z,
91951
+ style$A,
91952
91952
  inputNumberLight,
91953
91953
  props,
91954
91954
  mergedClsPrefixRef
@@ -92596,7 +92596,7 @@ var _UInputNumber = defineComponent({
92596
92596
  }
92597
92597
  });
92598
92598
 
92599
- var style$y = c$1([cB("input-otp", `
92599
+ var style$z = c$1([cB("input-otp", `
92600
92600
  display: flex;
92601
92601
  align-items: center;
92602
92602
  gap: var(--u-gap);
@@ -92646,7 +92646,7 @@ var _UInputOtp = defineComponent({
92646
92646
  const themeRef = useTheme(
92647
92647
  "InputOtp",
92648
92648
  "-input-otp",
92649
- style$y,
92649
+ style$z,
92650
92650
  inputOtpLight,
92651
92651
  props,
92652
92652
  mergedClsPrefixRef
@@ -92934,6 +92934,1308 @@ var _UInputOtp = defineComponent({
92934
92934
  }
92935
92935
  });
92936
92936
 
92937
+ const kanbanProps = {
92938
+ columns: {
92939
+ type: Array,
92940
+ default: () => []
92941
+ },
92942
+ data: {
92943
+ type: Array,
92944
+ default: () => []
92945
+ },
92946
+ itemKey: {
92947
+ type: [String, Number, Function],
92948
+ default: "key"
92949
+ },
92950
+ columnField: {
92951
+ type: String,
92952
+ default: "column"
92953
+ },
92954
+ orientation: {
92955
+ type: String,
92956
+ default: "horizontal"
92957
+ },
92958
+ draggable: {
92959
+ type: Boolean,
92960
+ default: true
92961
+ },
92962
+ columnsDraggable: {
92963
+ type: Boolean,
92964
+ default: false
92965
+ },
92966
+ disabled: Boolean,
92967
+ allowDrop: Function,
92968
+ scrollMode: {
92969
+ type: String,
92970
+ default: "board"
92971
+ },
92972
+ scrollThreshold: {
92973
+ type: Number,
92974
+ default: 48
92975
+ },
92976
+ loading: Boolean,
92977
+ emptyProps: Object,
92978
+ columnEmptyText: [String, Function],
92979
+ columnProps: Object,
92980
+ cardProps: Object,
92981
+ "onUpdate:data": [Function, Array],
92982
+ onMove: Function,
92983
+ onColumnsReorder: Function,
92984
+ onDragStart: Function,
92985
+ onDragEnd: Function,
92986
+ onItemClick: Function,
92987
+ onColumnScrollTop: Function,
92988
+ onColumnScrollBottom: Function,
92989
+ onScrollTop: Function,
92990
+ onScrollBottom: Function
92991
+ };
92992
+ const kanbanColumnProps = {
92993
+ column: {
92994
+ type: Object,
92995
+ required: true
92996
+ },
92997
+ items: {
92998
+ type: Array,
92999
+ default: () => []
93000
+ },
93001
+ index: {
93002
+ type: Number,
93003
+ default: 0
93004
+ }
93005
+ };
93006
+ const kanbanCardProps = {
93007
+ item: {
93008
+ type: Object,
93009
+ required: true
93010
+ },
93011
+ column: {
93012
+ type: Object,
93013
+ required: true
93014
+ },
93015
+ index: {
93016
+ type: Number,
93017
+ default: 0
93018
+ },
93019
+ ghost: Boolean
93020
+ };
93021
+
93022
+ function self$7(vars) {
93023
+ const {
93024
+ borderRadiusLarge,
93025
+ surfacePrimary,
93026
+ containerSecondary,
93027
+ elementsQuinary,
93028
+ staticBlack,
93029
+ staticWhite,
93030
+ staticDeepBlue,
93031
+ textPrimary,
93032
+ successColor,
93033
+ warningColor,
93034
+ errorColor,
93035
+ staticErrorAccent
93036
+ } = vars;
93037
+ return {
93038
+ columnWidth: "316px",
93039
+ columnGap: "4px",
93040
+ cardGap: "8px",
93041
+ boardPadding: "4px",
93042
+ columnHeaderPadding: "16px 16px 12px",
93043
+ columnBodyPadding: "8px",
93044
+ columnBackgroundColor: containerSecondary,
93045
+ columnBorderRadius: borderRadiusLarge,
93046
+ columnHeaderColor: textPrimary,
93047
+ countBackgroundColor: staticBlack,
93048
+ countTextColor: staticWhite,
93049
+ statusSuccessHeaderColor: "#eefaf2",
93050
+ statusSuccessCountColor: successColor,
93051
+ statusProgressHeaderColor: "#f0f3fb",
93052
+ statusProgressCountColor: staticDeepBlue,
93053
+ statusPendingHeaderColor: "#fef7f0",
93054
+ statusPendingCountColor: warningColor,
93055
+ statusErrorHeaderColor: "#fef2f1",
93056
+ statusErrorCountColor: staticErrorAccent,
93057
+ columnDraggingOpacity: "0.5",
93058
+ cardBackgroundColor: surfacePrimary,
93059
+ cardBackgroundColorDragging: containerSecondary,
93060
+ cardBorderColorDragging: elementsQuinary,
93061
+ cardBorderRadius: borderRadiusLarge,
93062
+ cardPadding: "16px",
93063
+ cardColor: textPrimary,
93064
+ cardSubColor: "#83888b",
93065
+ cardBoxShadow: "0px 2px 4px 0px rgba(68, 83, 113, 0.05), 0px 0px 8px 0px rgba(68, 83, 113, 0.1)",
93066
+ cardBoxShadowHover: "0px 4px 8px 0px rgba(68, 83, 113, 0.05), 0px 0px 16px 0px rgba(68, 83, 113, 0.1)",
93067
+ cardBoxShadowDragging: "0px 12px 20px 0px rgba(68, 83, 113, 0.05), 0px 0px 20px 0px rgba(68, 83, 113, 0.1)",
93068
+ dropIndicatorColor: containerSecondary,
93069
+ maxReachedColor: errorColor
93070
+ };
93071
+ }
93072
+ const kanbanLight = createTheme$1({
93073
+ name: "Kanban",
93074
+ common: derived,
93075
+ peers: {
93076
+ Empty: emptyLight,
93077
+ Badge: badgeLight
93078
+ },
93079
+ self: self$7
93080
+ });
93081
+
93082
+ const kanbanDark = createTheme$1({
93083
+ name: "Kanban",
93084
+ common: derived$1,
93085
+ peers: {
93086
+ Empty: emptyDark$1,
93087
+ Badge: badgeDark
93088
+ },
93089
+ self: self$7
93090
+ });
93091
+
93092
+ const kanbanInjectionKey = createInjectionKey("u-kanban");
93093
+
93094
+ var _UKanbanCard = defineComponent({
93095
+ name: "KanbanCard",
93096
+ props: kanbanCardProps,
93097
+ setup(props) {
93098
+ const injection = inject(kanbanInjectionKey, null);
93099
+ if (!injection) {
93100
+ warn("kanban", "`UKanbanCard` must be used inside `UKanban`.");
93101
+ }
93102
+ const {
93103
+ mergedClsPrefixRef,
93104
+ getItemKey,
93105
+ draggingItemKeySetRef,
93106
+ isItemDraggable,
93107
+ propsRef
93108
+ } = injection;
93109
+ const itemKeyRef = computed(() => getItemKey(props.item));
93110
+ const draggableRef = computed(
93111
+ () => isItemDraggable(props.item, props.column)
93112
+ );
93113
+ const draggingRef = computed(
93114
+ () => draggingItemKeySetRef.value.has(itemKeyRef.value)
93115
+ );
93116
+ const clickableRef = computed(
93117
+ () => !!propsRef.onItemClick && !props.item.disabled
93118
+ );
93119
+ return {
93120
+ injection,
93121
+ mergedClsPrefix: mergedClsPrefixRef,
93122
+ draggable: draggableRef,
93123
+ dragging: draggingRef,
93124
+ clickable: clickableRef
93125
+ };
93126
+ },
93127
+ render() {
93128
+ const {
93129
+ mergedClsPrefix,
93130
+ item,
93131
+ column,
93132
+ ghost,
93133
+ dragging,
93134
+ draggable,
93135
+ clickable,
93136
+ injection,
93137
+ $slots
93138
+ } = this;
93139
+ let body;
93140
+ if ($slots.card) {
93141
+ body = $slots.card({ item, column, dragging: dragging || ghost });
93142
+ } else if (item.render) {
93143
+ body = item.render(item, column);
93144
+ } else {
93145
+ body = [
93146
+ /* @__PURE__ */ h("div", { class: `${mergedClsPrefix}-kanban-card__title` }, render$1(item.title) ?? item.name),
93147
+ item.description ? /* @__PURE__ */ h("div", { class: `${mergedClsPrefix}-kanban-card__description` }, render$1(item.description)) : null
93148
+ ];
93149
+ }
93150
+ if (ghost) {
93151
+ return /* @__PURE__ */ h(
93152
+ "div",
93153
+ {
93154
+ class: [
93155
+ `${mergedClsPrefix}-kanban-card`,
93156
+ `${mergedClsPrefix}-kanban-card--ghost`
93157
+ ],
93158
+ "aria-hidden": "true"
93159
+ },
93160
+ body
93161
+ );
93162
+ }
93163
+ return /* @__PURE__ */ h(
93164
+ "div",
93165
+ {
93166
+ class: [
93167
+ `${mergedClsPrefix}-kanban-card`,
93168
+ {
93169
+ [`${mergedClsPrefix}-kanban-card--dragging`]: dragging,
93170
+ [`${mergedClsPrefix}-kanban-card--disabled`]: item.disabled,
93171
+ [`${mergedClsPrefix}-kanban-card--clickable`]: clickable
93172
+ }
93173
+ ],
93174
+ "data-kanban-card-key": String(injection.getItemKey(item)),
93175
+ draggable: draggable || void 0,
93176
+ onDragstart: (event) => injection.handleItemDragStart(event, item),
93177
+ onDragover: (event) => injection.handleItemDragOver(event, item),
93178
+ onDrop: (event) => injection.handleItemDrop(event, item),
93179
+ onDragend: () => injection.handleDragEnd(),
93180
+ onClick: () => {
93181
+ if (clickable) {
93182
+ injection.handleItemClick(item, column);
93183
+ }
93184
+ },
93185
+ ...injection.propsRef.cardProps
93186
+ },
93187
+ body
93188
+ );
93189
+ }
93190
+ });
93191
+
93192
+ var _UKanbanColumn = defineComponent({
93193
+ name: "KanbanColumn",
93194
+ props: kanbanColumnProps,
93195
+ setup(props) {
93196
+ const injection = inject(kanbanInjectionKey, null);
93197
+ if (!injection) {
93198
+ warn("kanban", "`UKanbanColumn` must be used inside `UKanban`.");
93199
+ }
93200
+ const {
93201
+ mergedClsPrefixRef,
93202
+ draggingColumnKeyRef,
93203
+ droppingColumnKeyRef,
93204
+ droppingPositionRef,
93205
+ isColumnDraggable,
93206
+ propsRef
93207
+ } = injection;
93208
+ const columnDraggableRef = computed(
93209
+ () => isColumnDraggable(props.column)
93210
+ );
93211
+ const draggingRef = computed(
93212
+ () => draggingColumnKeyRef.value === props.column.key
93213
+ );
93214
+ const columnDropPositionRef = computed(
93215
+ () => draggingColumnKeyRef.value != null && droppingColumnKeyRef.value === props.column.key ? droppingPositionRef.value : null
93216
+ );
93217
+ const verticalRef = computed(
93218
+ () => propsRef.orientation === "vertical"
93219
+ );
93220
+ const boardScrollRef = computed(
93221
+ () => propsRef.scrollMode === "board"
93222
+ );
93223
+ const maxReachedRef = computed(
93224
+ () => typeof props.column.max === "number" && props.items.length >= props.column.max
93225
+ );
93226
+ const statusRef = computed(
93227
+ () => {
93228
+ const status = props.column.status;
93229
+ return status && status !== "neutral" ? status : null;
93230
+ }
93231
+ );
93232
+ const columnStyleRef = computed(
93233
+ () => statusRef.value ? { backgroundColor: `var(--u-status-${statusRef.value}-header-color)` } : void 0
93234
+ );
93235
+ const countStyleRef = computed(
93236
+ () => statusRef.value && !maxReachedRef.value ? { backgroundColor: `var(--u-status-${statusRef.value}-count-color)` } : void 0
93237
+ );
93238
+ function handleBodyScroll(event) {
93239
+ injection.handleColumnScroll(props.column, event.target);
93240
+ }
93241
+ return {
93242
+ injection,
93243
+ mergedClsPrefix: mergedClsPrefixRef,
93244
+ columnDraggable: columnDraggableRef,
93245
+ dragging: draggingRef,
93246
+ columnDropPosition: columnDropPositionRef,
93247
+ vertical: verticalRef,
93248
+ boardScroll: boardScrollRef,
93249
+ maxReached: maxReachedRef,
93250
+ columnStyle: columnStyleRef,
93251
+ countStyle: countStyleRef,
93252
+ handleBodyScroll
93253
+ };
93254
+ },
93255
+ render() {
93256
+ const {
93257
+ mergedClsPrefix,
93258
+ column,
93259
+ items,
93260
+ injection,
93261
+ columnDraggable,
93262
+ dragging,
93263
+ columnDropPosition,
93264
+ vertical,
93265
+ boardScroll,
93266
+ maxReached,
93267
+ columnStyle,
93268
+ countStyle,
93269
+ $slots
93270
+ } = this;
93271
+ const count = items.length;
93272
+ const emptyText = injection.propsRef.columnEmptyText;
93273
+ const getItemKey = injection.getItemKey;
93274
+ const draggingItem = injection.draggingItemRef.value;
93275
+ const draggingKey = draggingItem ? getItemKey(draggingItem) : null;
93276
+ const columnField = injection.propsRef.columnField ?? "column";
93277
+ const sourceColumnKey = draggingItem ? draggingItem[columnField] : null;
93278
+ const dropColumnKey = injection.droppingColumnKeyRef.value;
93279
+ const dropKey = injection.droppingItemKeyRef.value;
93280
+ const dropPosition = injection.droppingPositionRef.value;
93281
+ const isTarget = !!draggingItem && dropColumnKey === column.key && !column.frozen;
93282
+ const isSameColumnReorder = !!draggingItem && sourceColumnKey === dropColumnKey;
93283
+ const renderCard = (item) => /* @__PURE__ */ h(_UKanbanCard, { key: getItemKey(item), item, column }, { card: $slots.card });
93284
+ const renderGhost = () => /* @__PURE__ */ h(
93285
+ _UKanbanCard,
93286
+ {
93287
+ key: "__kanban-ghost__",
93288
+ ghost: true,
93289
+ item: draggingItem,
93290
+ column
93291
+ },
93292
+ { card: $slots.card }
93293
+ );
93294
+ let cardNodes = [];
93295
+ if (draggingItem && isSameColumnReorder && sourceColumnKey === column.key) {
93296
+ const rest = items.filter((item) => getItemKey(item) !== draggingKey);
93297
+ let insertAt = rest.length;
93298
+ if (dropKey != null) {
93299
+ const anchor = rest.findIndex((item) => getItemKey(item) === dropKey);
93300
+ if (anchor >= 0) {
93301
+ insertAt = dropPosition === "after" ? anchor + 1 : anchor;
93302
+ }
93303
+ }
93304
+ const preview = rest.slice();
93305
+ preview.splice(insertAt, 0, draggingItem);
93306
+ cardNodes = preview.map(renderCard);
93307
+ } else {
93308
+ items.forEach((item) => {
93309
+ const key = getItemKey(item);
93310
+ if (isTarget && dropKey === key && dropPosition === "before") {
93311
+ cardNodes.push(renderGhost());
93312
+ }
93313
+ cardNodes.push(renderCard(item));
93314
+ if (isTarget && dropKey === key && dropPosition === "after") {
93315
+ cardNodes.push(renderGhost());
93316
+ }
93317
+ });
93318
+ if (isTarget && dropKey == null) {
93319
+ cardNodes.push(renderGhost());
93320
+ }
93321
+ }
93322
+ const hasBodyContent = cardNodes.length > 0;
93323
+ return /* @__PURE__ */ h(
93324
+ "div",
93325
+ {
93326
+ class: [
93327
+ `${mergedClsPrefix}-kanban-column`,
93328
+ {
93329
+ [`${mergedClsPrefix}-kanban-column--vertical`]: vertical,
93330
+ [`${mergedClsPrefix}-kanban-column--board-scroll`]: boardScroll,
93331
+ [`${mergedClsPrefix}-kanban-column--dragging`]: dragging,
93332
+ [`${mergedClsPrefix}-kanban-column--drop-before`]: columnDropPosition === "before",
93333
+ [`${mergedClsPrefix}-kanban-column--drop-after`]: columnDropPosition === "after"
93334
+ }
93335
+ ],
93336
+ style: columnStyle,
93337
+ "data-kanban-column-key": String(column.key),
93338
+ onDragover: (event) => injection.handleColumnDragOver(event, column),
93339
+ onDrop: (event) => injection.handleColumnDrop(event, column)
93340
+ },
93341
+ /* @__PURE__ */ h(
93342
+ "div",
93343
+ {
93344
+ class: [
93345
+ `${mergedClsPrefix}-kanban-column__header`,
93346
+ {
93347
+ [`${mergedClsPrefix}-kanban-column__header--draggable`]: columnDraggable
93348
+ }
93349
+ ],
93350
+ draggable: columnDraggable || void 0,
93351
+ onDragstart: (event) => injection.handleColumnDragStart(event, column),
93352
+ onDragend: () => injection.handleDragEnd()
93353
+ },
93354
+ $slots.columnHeader ? $slots.columnHeader({ column, count }) : [
93355
+ /* @__PURE__ */ h("span", { class: `${mergedClsPrefix}-kanban-column__title` }, render$1(column.title)),
93356
+ /* @__PURE__ */ h(
93357
+ "span",
93358
+ {
93359
+ class: [
93360
+ `${mergedClsPrefix}-kanban-column__count`,
93361
+ {
93362
+ [`${mergedClsPrefix}-kanban-column__count--max-reached`]: maxReached
93363
+ }
93364
+ ],
93365
+ style: countStyle
93366
+ },
93367
+ typeof column.max === "number" ? `${count}/${column.max}` : count
93368
+ )
93369
+ ]
93370
+ ),
93371
+ /* @__PURE__ */ h(
93372
+ "div",
93373
+ {
93374
+ class: [
93375
+ `${mergedClsPrefix}-kanban-column__body`,
93376
+ {
93377
+ [`${mergedClsPrefix}-kanban-column__body--board-scroll`]: boardScroll
93378
+ }
93379
+ ],
93380
+ onScroll: boardScroll ? void 0 : this.handleBodyScroll
93381
+ },
93382
+ hasBodyContent ? cardNodes : /* @__PURE__ */ h("div", { class: `${mergedClsPrefix}-kanban-column__empty` }, $slots.columnEmpty ? $slots.columnEmpty({ column }) : typeof emptyText === "function" ? emptyText() : /* @__PURE__ */ h(UEmpty$1, { size: "small", description: emptyText }))
93383
+ ),
93384
+ $slots.columnFooter ? /* @__PURE__ */ h("div", { class: `${mergedClsPrefix}-kanban-column__footer` }, $slots.columnFooter({ column })) : null
93385
+ );
93386
+ }
93387
+ });
93388
+
93389
+ var style$y = c$1([cB("kanban", `
93390
+ display: flex;
93391
+ flex-direction: column;
93392
+ width: 100%;
93393
+ height: 100%;
93394
+ box-sizing: border-box;
93395
+ `, [cE("board", `
93396
+ padding: var(--u-board-padding);
93397
+ overflow-x: auto;
93398
+ overflow-y: hidden;
93399
+ flex: 1;
93400
+ min-height: 0;
93401
+ `, [cM("vertical", `
93402
+ overflow-x: hidden;
93403
+ overflow-y: auto;
93404
+ `), cM("scroll-board", `
93405
+ overflow-y: auto;
93406
+ `)]), cE("board-track", `
93407
+ display: flex;
93408
+ flex-direction: row;
93409
+ align-items: stretch;
93410
+ gap: var(--u-column-gap);
93411
+ width: max-content;
93412
+ min-width: 100%;
93413
+ min-height: 100%;
93414
+ box-sizing: border-box;
93415
+ `, [cM("vertical", `
93416
+ flex-direction: column;
93417
+ width: 100%;
93418
+ min-height: 0;
93419
+ `)]), cE("empty", `
93420
+ margin: auto;
93421
+ `)]), cB("kanban-column", `
93422
+ display: flex;
93423
+ flex-direction: column;
93424
+ width: var(--u-column-width);
93425
+ flex-shrink: 0;
93426
+ max-height: 100%;
93427
+ background-color: var(--u-column-background-color);
93428
+ border-radius: var(--u-column-border-radius);
93429
+ box-sizing: border-box;
93430
+ transition: opacity .2s var(--u-bezier);
93431
+ position: relative;
93432
+ `, [cM("vertical", `
93433
+ width: 100%;
93434
+ `), cM("board-scroll", `
93435
+ max-height: none;
93436
+ `), cM("dragging", `
93437
+ opacity: var(--u-column-dragging-opacity);
93438
+ `), cM("drop-before", [c$1("&::before", `
93439
+ content: '';
93440
+ position: absolute;
93441
+ top: 0;
93442
+ bottom: 0;
93443
+ left: -8px;
93444
+ width: 3px;
93445
+ border-radius: 3px;
93446
+ background-color: var(--u-drop-indicator-color);
93447
+ `)]), cM("drop-after", [c$1("&::after", `
93448
+ content: '';
93449
+ position: absolute;
93450
+ top: 0;
93451
+ bottom: 0;
93452
+ right: -8px;
93453
+ width: 3px;
93454
+ border-radius: 3px;
93455
+ background-color: var(--u-drop-indicator-color);
93456
+ `)]), cE("header", `
93457
+ display: flex;
93458
+ align-items: center;
93459
+ justify-content: space-between;
93460
+ gap: 20px;
93461
+ padding: var(--u-column-header-padding);
93462
+ color: var(--u-column-header-color);
93463
+ font-size: 14px;
93464
+ font-weight: 700;
93465
+ line-height: 20px;
93466
+ border-top-left-radius: var(--u-column-border-radius);
93467
+ border-top-right-radius: var(--u-column-border-radius);
93468
+ cursor: default;
93469
+ `, [cM("draggable", `
93470
+ cursor: grab;
93471
+ `)]), cE("title", `
93472
+ min-width: 0;
93473
+ overflow: hidden;
93474
+ text-overflow: ellipsis;
93475
+ white-space: nowrap;
93476
+ `), cE("count", `
93477
+ display: inline-flex;
93478
+ align-items: center;
93479
+ justify-content: center;
93480
+ flex-shrink: 0;
93481
+ box-sizing: border-box;
93482
+ min-width: 24px;
93483
+ height: 24px;
93484
+ padding: 2px 8px;
93485
+ border-radius: 100px;
93486
+ background-color: var(--u-count-background-color);
93487
+ color: var(--u-count-text-color);
93488
+ font-size: 14px;
93489
+ font-weight: 600;
93490
+ line-height: 20px;
93491
+ `, [cM("max-reached", `
93492
+ background-color: var(--u-max-reached-color);
93493
+ `)]), cE("body", `
93494
+ display: flex;
93495
+ flex-direction: column;
93496
+ gap: var(--u-card-gap);
93497
+ padding: var(--u-column-body-padding);
93498
+ overflow-y: auto;
93499
+ flex: 1;
93500
+ min-height: 48px;
93501
+ `, [cM("board-scroll", `
93502
+ overflow-y: visible;
93503
+ `)]), cE("footer", `
93504
+ padding: var(--u-column-body-padding);
93505
+ padding-top: 0;
93506
+ `), cE("empty", `
93507
+ padding: 32px 0 64px;
93508
+ `)]), cB("kanban-card", `
93509
+ position: relative;
93510
+ background-color: var(--u-card-background-color);
93511
+ border: 2px solid transparent;
93512
+ border-radius: var(--u-card-border-radius);
93513
+ padding: var(--u-card-padding);
93514
+ color: var(--u-card-color);
93515
+ box-shadow: var(--u-card-box-shadow);
93516
+ box-sizing: border-box;
93517
+ cursor: grab;
93518
+ transition:
93519
+ box-shadow .2s var(--u-bezier),
93520
+ border-color .2s var(--u-bezier),
93521
+ background-color .2s var(--u-bezier);
93522
+ `, [c$1("&:hover", `
93523
+ box-shadow: var(--u-card-box-shadow-hover);
93524
+ `), cM("dragging", `
93525
+ border: 2px dashed var(--u-drop-indicator-color);
93526
+ background-color: var(--u-card-background-color);
93527
+ box-shadow: none;
93528
+ opacity: .6;
93529
+ cursor: grabbing;
93530
+ `), cM("ghost", `
93531
+ border: 2px dashed var(--u-drop-indicator-color);
93532
+ background-color: var(--u-card-background-color);
93533
+ box-shadow: none;
93534
+ opacity: .6;
93535
+ cursor: default;
93536
+ pointer-events: none;
93537
+ `), cM("disabled", `
93538
+ cursor: default;
93539
+ `), cM("clickable", `
93540
+ cursor: pointer;
93541
+ `), cE("title", `
93542
+ color: var(--u-card-color);
93543
+ font-size: 16px;
93544
+ font-weight: 700;
93545
+ line-height: 24px;
93546
+ `), cE("description", `
93547
+ color: var(--u-card-sub-color);
93548
+ font-size: 14px;
93549
+ font-weight: 500;
93550
+ line-height: 20px;
93551
+ margin-top: 2px;
93552
+ `)])]);
93553
+
93554
+ function groupItemsByColumn(columns, data, columnField) {
93555
+ const map = /* @__PURE__ */new Map();
93556
+ for (const column of columns) {
93557
+ map.set(column.key, []);
93558
+ }
93559
+ for (const item of data) {
93560
+ const columnKey = item[columnField];
93561
+ if (!map.has(columnKey)) {
93562
+ map.set(columnKey, []);
93563
+ }
93564
+ map.get(columnKey).push(item);
93565
+ }
93566
+ return map;
93567
+ }
93568
+ function moveItem(data, getKey, columnField, movingKey, toColumn, toIndex) {
93569
+ const sourceIndex = data.findIndex(item => getKey(item) === movingKey);
93570
+ if (sourceIndex < 0) {
93571
+ return null;
93572
+ }
93573
+ const moving = data[sourceIndex];
93574
+ const fromColumn = moving[columnField];
93575
+ const fromIndex = data.filter(item => item[columnField] === fromColumn).findIndex(item => getKey(item) === movingKey);
93576
+ const updatedMoving = {
93577
+ ...moving,
93578
+ [columnField]: toColumn
93579
+ };
93580
+ const rest = data.slice();
93581
+ rest.splice(sourceIndex, 1);
93582
+ const targetColumnItems = rest.filter(item => item[columnField] === toColumn);
93583
+ const clampedIndex = Math.max(0, Math.min(toIndex, targetColumnItems.length));
93584
+ let insertAt;
93585
+ if (targetColumnItems.length === 0) {
93586
+ insertAt = rest.length;
93587
+ } else if (clampedIndex >= targetColumnItems.length) {
93588
+ const anchor = targetColumnItems[targetColumnItems.length - 1];
93589
+ insertAt = rest.findIndex(item => getKey(item) === getKey(anchor)) + 1;
93590
+ } else {
93591
+ const anchor = targetColumnItems[clampedIndex];
93592
+ insertAt = rest.findIndex(item => getKey(item) === getKey(anchor));
93593
+ }
93594
+ rest.splice(insertAt, 0, updatedMoving);
93595
+ return {
93596
+ data: rest,
93597
+ item: updatedMoving,
93598
+ from: {
93599
+ column: fromColumn,
93600
+ index: fromIndex
93601
+ },
93602
+ to: {
93603
+ column: toColumn,
93604
+ index: clampedIndex
93605
+ }
93606
+ };
93607
+ }
93608
+ function reorderColumns(columns, movingKey, targetKey, position) {
93609
+ if (movingKey === targetKey) {
93610
+ return null;
93611
+ }
93612
+ const sourceIndex = columns.findIndex(column => column.key === movingKey);
93613
+ const targetIndex = columns.findIndex(column => column.key === targetKey);
93614
+ if (sourceIndex < 0 || targetIndex < 0) {
93615
+ return null;
93616
+ }
93617
+ const next = columns.slice();
93618
+ const [moving] = next.splice(sourceIndex, 1);
93619
+ const anchorIndex = next.findIndex(column => column.key === targetKey);
93620
+ const insertAt = position === "after" ? anchorIndex + 1 : anchorIndex;
93621
+ next.splice(insertAt, 0, moving);
93622
+ return next;
93623
+ }
93624
+
93625
+ const DROP_HALF_DIVISOR = 2;
93626
+ function useKanbanDrag(deps) {
93627
+ const {
93628
+ dataRef,
93629
+ columnsRef,
93630
+ columnFieldRef,
93631
+ orientationRef,
93632
+ getItemKey,
93633
+ isItemDraggable,
93634
+ isColumnDraggable,
93635
+ allowDropRef
93636
+ } = deps;
93637
+ const draggingItemKeySetRef = ref(/* @__PURE__ */new Set());
93638
+ const draggingItemRef = ref(null);
93639
+ const draggingColumnKeyRef = ref(null);
93640
+ const droppingColumnKeyRef = ref(null);
93641
+ const droppingItemKeyRef = ref(null);
93642
+ const droppingPositionRef = ref(null);
93643
+ const columnByKeyRef = computed(() => {
93644
+ const map = /* @__PURE__ */new Map();
93645
+ for (const column of columnsRef.value) {
93646
+ map.set(column.key, column);
93647
+ }
93648
+ return map;
93649
+ });
93650
+ function resetDropState() {
93651
+ droppingColumnKeyRef.value = null;
93652
+ droppingItemKeyRef.value = null;
93653
+ droppingPositionRef.value = null;
93654
+ }
93655
+ function handleDragEnd() {
93656
+ draggingItemKeySetRef.value = /* @__PURE__ */new Set();
93657
+ draggingItemRef.value = null;
93658
+ draggingColumnKeyRef.value = null;
93659
+ resetDropState();
93660
+ }
93661
+ function getColumnOf(item) {
93662
+ return columnByKeyRef.value.get(item[columnFieldRef.value]);
93663
+ }
93664
+ function resolvePosition(event, target) {
93665
+ const rect = target.getBoundingClientRect();
93666
+ if (orientationRef.value === "vertical") {
93667
+ const offset2 = event.clientX - rect.left;
93668
+ return offset2 < rect.width / DROP_HALF_DIVISOR ? "before" : "after";
93669
+ }
93670
+ const offset = event.clientY - rect.top;
93671
+ return offset < rect.height / DROP_HALF_DIVISOR ? "before" : "after";
93672
+ }
93673
+ function handleItemDragStart(event, item) {
93674
+ const column = getColumnOf(item);
93675
+ if (!column || !isItemDraggable(item, column)) {
93676
+ event.preventDefault();
93677
+ return;
93678
+ }
93679
+ draggingItemKeySetRef.value = /* @__PURE__ */new Set([getItemKey(item)]);
93680
+ draggingItemRef.value = item;
93681
+ draggingColumnKeyRef.value = null;
93682
+ if (event.dataTransfer) {
93683
+ event.dataTransfer.effectAllowed = "move";
93684
+ event.dataTransfer.setData("text/plain", String(getItemKey(item)));
93685
+ }
93686
+ deps.emitDragStart({
93687
+ type: "item",
93688
+ item,
93689
+ column
93690
+ });
93691
+ }
93692
+ function handleItemDragOver(event, item) {
93693
+ if (!draggingItemKeySetRef.value.size) {
93694
+ return;
93695
+ }
93696
+ event.stopPropagation();
93697
+ event.preventDefault();
93698
+ if (event.dataTransfer) {
93699
+ event.dataTransfer.dropEffect = "move";
93700
+ }
93701
+ const column = getColumnOf(item);
93702
+ if (column?.frozen) {
93703
+ resetDropState();
93704
+ return;
93705
+ }
93706
+ droppingColumnKeyRef.value = item[columnFieldRef.value];
93707
+ if (draggingItemKeySetRef.value.has(getItemKey(item))) {
93708
+ return;
93709
+ }
93710
+ const target = event.currentTarget;
93711
+ if (!target) {
93712
+ return;
93713
+ }
93714
+ droppingItemKeyRef.value = getItemKey(item);
93715
+ droppingPositionRef.value = resolvePosition(event, target);
93716
+ }
93717
+ function handleItemDrop(event, item) {
93718
+ if (!draggingItemKeySetRef.value.size) {
93719
+ return;
93720
+ }
93721
+ event.stopPropagation();
93722
+ event.preventDefault();
93723
+ finishItemDrop(item[columnFieldRef.value]);
93724
+ }
93725
+ function handleColumnDragStart(event, column) {
93726
+ if (!isColumnDraggable(column)) {
93727
+ event.preventDefault();
93728
+ return;
93729
+ }
93730
+ draggingColumnKeyRef.value = column.key;
93731
+ draggingItemKeySetRef.value = /* @__PURE__ */new Set();
93732
+ if (event.dataTransfer) {
93733
+ event.dataTransfer.effectAllowed = "move";
93734
+ event.dataTransfer.setData("text/plain", String(column.key));
93735
+ }
93736
+ deps.emitDragStart({
93737
+ type: "column",
93738
+ column
93739
+ });
93740
+ }
93741
+ function handleColumnDragOver(event, column) {
93742
+ if (draggingColumnKeyRef.value != null) {
93743
+ event.preventDefault();
93744
+ if (event.dataTransfer) {
93745
+ event.dataTransfer.dropEffect = "move";
93746
+ }
93747
+ const target = event.currentTarget;
93748
+ droppingColumnKeyRef.value = column.key;
93749
+ droppingItemKeyRef.value = null;
93750
+ droppingPositionRef.value = target ? resolvePosition(event, target) : null;
93751
+ return;
93752
+ }
93753
+ if (draggingItemKeySetRef.value.size) {
93754
+ if (column.frozen) {
93755
+ return;
93756
+ }
93757
+ event.preventDefault();
93758
+ if (event.dataTransfer) {
93759
+ event.dataTransfer.dropEffect = "move";
93760
+ }
93761
+ if (droppingColumnKeyRef.value !== column.key) {
93762
+ droppingColumnKeyRef.value = column.key;
93763
+ droppingItemKeyRef.value = null;
93764
+ droppingPositionRef.value = null;
93765
+ }
93766
+ }
93767
+ }
93768
+ function handleColumnDrop(event, column) {
93769
+ event.preventDefault();
93770
+ if (draggingColumnKeyRef.value != null) {
93771
+ const next = reorderColumns(columnsRef.value, draggingColumnKeyRef.value, column.key, droppingPositionRef.value ?? "before");
93772
+ const movedColumn = columnByKeyRef.value.get(draggingColumnKeyRef.value);
93773
+ handleDragEnd();
93774
+ if (next && movedColumn) {
93775
+ deps.emitColumnsReorder(next);
93776
+ deps.emitDragEnd({
93777
+ type: "column",
93778
+ column: movedColumn
93779
+ });
93780
+ }
93781
+ return;
93782
+ }
93783
+ finishItemDrop(column.key);
93784
+ }
93785
+ function finishItemDrop(targetColumnKey) {
93786
+ const draggingKey = draggingItemKeySetRef.value.values().next().value;
93787
+ const targetColumn = columnByKeyRef.value.get(targetColumnKey);
93788
+ if (draggingKey === void 0 || !targetColumn || targetColumn.frozen) {
93789
+ handleDragEnd();
93790
+ return;
93791
+ }
93792
+ const columnField = columnFieldRef.value;
93793
+ const targetIndex = computeTargetIndex(targetColumnKey, draggingKey);
93794
+ const result = moveItem(dataRef.value, getItemKey, columnField, draggingKey, targetColumnKey, targetIndex);
93795
+ if (!result) {
93796
+ handleDragEnd();
93797
+ return;
93798
+ }
93799
+ const ctx = {
93800
+ item: result.item,
93801
+ from: result.from,
93802
+ to: result.to
93803
+ };
93804
+ if (ctx.from.column === ctx.to.column && ctx.from.index === ctx.to.index) {
93805
+ handleDragEnd();
93806
+ return;
93807
+ }
93808
+ if (ctx.from.column !== ctx.to.column && typeof targetColumn.max === "number") {
93809
+ const targetCount = dataRef.value.filter(item => item[columnField] === targetColumnKey).length;
93810
+ if (targetCount >= targetColumn.max) {
93811
+ handleDragEnd();
93812
+ return;
93813
+ }
93814
+ }
93815
+ if (allowDropRef.value && !allowDropRef.value(ctx)) {
93816
+ handleDragEnd();
93817
+ return;
93818
+ }
93819
+ const movedColumn = columnByKeyRef.value.get(ctx.from.column);
93820
+ handleDragEnd();
93821
+ deps.emitUpdateData(result.data);
93822
+ deps.emitMove(ctx);
93823
+ if (movedColumn) {
93824
+ deps.emitDragEnd({
93825
+ type: "item",
93826
+ item: ctx.item,
93827
+ column: movedColumn
93828
+ });
93829
+ }
93830
+ }
93831
+ function computeTargetIndex(targetColumnKey, draggingKey) {
93832
+ const columnField = columnFieldRef.value;
93833
+ const columnItems = dataRef.value.filter(item => item[columnField] === targetColumnKey && getItemKey(item) !== draggingKey);
93834
+ const dropItemKey = droppingItemKeyRef.value;
93835
+ if (dropItemKey == null) {
93836
+ return columnItems.length;
93837
+ }
93838
+ const index = columnItems.findIndex(item => getItemKey(item) === dropItemKey);
93839
+ if (index < 0) {
93840
+ return columnItems.length;
93841
+ }
93842
+ return droppingPositionRef.value === "after" ? index + 1 : index;
93843
+ }
93844
+ return {
93845
+ draggingItemKeySetRef,
93846
+ draggingItemRef,
93847
+ draggingColumnKeyRef,
93848
+ droppingColumnKeyRef,
93849
+ droppingItemKeyRef,
93850
+ droppingPositionRef,
93851
+ handleItemDragStart,
93852
+ handleItemDragOver,
93853
+ handleItemDrop,
93854
+ handleColumnDragStart,
93855
+ handleColumnDragOver,
93856
+ handleColumnDrop,
93857
+ handleDragEnd
93858
+ };
93859
+ }
93860
+
93861
+ var _UKanban = defineComponent({
93862
+ name: "Kanban",
93863
+ props: {
93864
+ ...useTheme.props,
93865
+ ...kanbanProps
93866
+ },
93867
+ emits: [
93868
+ "update:data",
93869
+ "move",
93870
+ "columns-reorder",
93871
+ "drag-start",
93872
+ "drag-end",
93873
+ "item-click",
93874
+ "column-scroll-top",
93875
+ "column-scroll-bottom",
93876
+ "scroll-top",
93877
+ "scroll-bottom"
93878
+ ],
93879
+ setup(props, { emit, expose }) {
93880
+ const { mergedClsPrefixRef, inlineThemeDisabled } = useConfig(props);
93881
+ const themeRef = useTheme(
93882
+ "Kanban",
93883
+ "-kanban",
93884
+ style$y,
93885
+ kanbanLight,
93886
+ props,
93887
+ mergedClsPrefixRef
93888
+ );
93889
+ const selfElRef = ref(null);
93890
+ const uncontrolledDataRef = ref(props.data);
93891
+ const uncontrolledColumnsRef = ref(props.columns);
93892
+ const mergedDataRef = computed(
93893
+ () => uncontrolledDataRef.value
93894
+ );
93895
+ const mergedColumnsRef = computed(
93896
+ () => uncontrolledColumnsRef.value
93897
+ );
93898
+ const columnFieldRef = computed(() => props.columnField);
93899
+ const orientationRef = computed(() => props.orientation);
93900
+ const allowDropRef = computed(
93901
+ () => props.allowDrop
93902
+ );
93903
+ const cssVarsRef = computed(() => {
93904
+ const {
93905
+ common: { cubicBezierEaseInOut },
93906
+ self: {
93907
+ columnWidth,
93908
+ columnGap,
93909
+ cardGap,
93910
+ boardPadding,
93911
+ columnHeaderPadding,
93912
+ columnBodyPadding,
93913
+ columnBackgroundColor,
93914
+ columnBorderRadius,
93915
+ columnHeaderColor,
93916
+ countBackgroundColor,
93917
+ countTextColor,
93918
+ statusSuccessHeaderColor,
93919
+ statusSuccessCountColor,
93920
+ statusProgressHeaderColor,
93921
+ statusProgressCountColor,
93922
+ statusPendingHeaderColor,
93923
+ statusPendingCountColor,
93924
+ statusErrorHeaderColor,
93925
+ statusErrorCountColor,
93926
+ columnDraggingOpacity,
93927
+ cardBackgroundColor,
93928
+ cardBackgroundColorDragging,
93929
+ cardBorderColorDragging,
93930
+ cardBorderRadius,
93931
+ cardPadding,
93932
+ cardColor,
93933
+ cardSubColor,
93934
+ cardBoxShadow,
93935
+ cardBoxShadowHover,
93936
+ cardBoxShadowDragging,
93937
+ dropIndicatorColor,
93938
+ maxReachedColor
93939
+ }
93940
+ } = themeRef.value;
93941
+ return {
93942
+ "--u-bezier": cubicBezierEaseInOut,
93943
+ "--u-column-width": columnWidth,
93944
+ "--u-column-gap": columnGap,
93945
+ "--u-card-gap": cardGap,
93946
+ "--u-board-padding": boardPadding,
93947
+ "--u-column-header-padding": columnHeaderPadding,
93948
+ "--u-column-body-padding": columnBodyPadding,
93949
+ "--u-column-background-color": columnBackgroundColor,
93950
+ "--u-column-border-radius": columnBorderRadius,
93951
+ "--u-column-header-color": columnHeaderColor,
93952
+ "--u-count-background-color": countBackgroundColor,
93953
+ "--u-count-text-color": countTextColor,
93954
+ "--u-status-success-header-color": statusSuccessHeaderColor,
93955
+ "--u-status-success-count-color": statusSuccessCountColor,
93956
+ "--u-status-progress-header-color": statusProgressHeaderColor,
93957
+ "--u-status-progress-count-color": statusProgressCountColor,
93958
+ "--u-status-pending-header-color": statusPendingHeaderColor,
93959
+ "--u-status-pending-count-color": statusPendingCountColor,
93960
+ "--u-status-error-header-color": statusErrorHeaderColor,
93961
+ "--u-status-error-count-color": statusErrorCountColor,
93962
+ "--u-column-dragging-opacity": columnDraggingOpacity,
93963
+ "--u-card-background-color": cardBackgroundColor,
93964
+ "--u-card-background-color-dragging": cardBackgroundColorDragging,
93965
+ "--u-card-border-color-dragging": cardBorderColorDragging,
93966
+ "--u-card-border-radius": cardBorderRadius,
93967
+ "--u-card-padding": cardPadding,
93968
+ "--u-card-color": cardColor,
93969
+ "--u-card-sub-color": cardSubColor,
93970
+ "--u-card-box-shadow": cardBoxShadow,
93971
+ "--u-card-box-shadow-hover": cardBoxShadowHover,
93972
+ "--u-card-box-shadow-dragging": cardBoxShadowDragging,
93973
+ "--u-drop-indicator-color": dropIndicatorColor,
93974
+ "--u-max-reached-color": maxReachedColor
93975
+ };
93976
+ });
93977
+ const drag = useKanbanDrag({
93978
+ dataRef: mergedDataRef,
93979
+ columnsRef: mergedColumnsRef,
93980
+ columnFieldRef,
93981
+ orientationRef,
93982
+ getItemKey,
93983
+ isItemDraggable,
93984
+ isColumnDraggable,
93985
+ allowDropRef,
93986
+ emitUpdateData: doUpdateData,
93987
+ emitMove,
93988
+ emitColumnsReorder,
93989
+ emitDragStart,
93990
+ emitDragEnd
93991
+ });
93992
+ const themeClassHandle = inlineThemeDisabled ? useThemeClass("kanban", void 0, cssVarsRef, props) : void 0;
93993
+ const handleItemClick = (item, column) => {
93994
+ props.onItemClick?.(item, column);
93995
+ emit("item-click", item, column);
93996
+ };
93997
+ const buildScrollContext = (target, column) => ({
93998
+ column,
93999
+ scrollTop: target.scrollTop,
94000
+ scrollHeight: target.scrollHeight,
94001
+ clientHeight: target.clientHeight
94002
+ });
94003
+ const handleColumnScroll = (column, target) => {
94004
+ const { scrollTop, scrollHeight, clientHeight } = target;
94005
+ const threshold = props.scrollThreshold;
94006
+ const ctx = buildScrollContext(target, column.key);
94007
+ if (scrollTop <= threshold) {
94008
+ props.onColumnScrollTop?.(ctx);
94009
+ emit("column-scroll-top", ctx);
94010
+ }
94011
+ if (scrollHeight - scrollTop - clientHeight <= threshold) {
94012
+ props.onColumnScrollBottom?.(ctx);
94013
+ emit("column-scroll-bottom", ctx);
94014
+ }
94015
+ };
94016
+ const handleBoardScroll = (event) => {
94017
+ const target = event.target;
94018
+ const { scrollTop, scrollHeight, clientHeight } = target;
94019
+ const threshold = props.scrollThreshold;
94020
+ const ctx = buildScrollContext(target);
94021
+ if (scrollTop <= threshold) {
94022
+ props.onScrollTop?.(ctx);
94023
+ emit("scroll-top", ctx);
94024
+ }
94025
+ if (scrollHeight - scrollTop - clientHeight <= threshold) {
94026
+ props.onScrollBottom?.(ctx);
94027
+ emit("scroll-bottom", ctx);
94028
+ }
94029
+ };
94030
+ const findColumnEl = (columnKey) => {
94031
+ if (!selfElRef.value) {
94032
+ return null;
94033
+ }
94034
+ return selfElRef.value.querySelector(
94035
+ `[data-kanban-column-key="${String(columnKey)}"]`
94036
+ );
94037
+ };
94038
+ const exposed = {
94039
+ moveItem(key, to) {
94040
+ const result = moveItem(
94041
+ mergedDataRef.value,
94042
+ getItemKey,
94043
+ columnFieldRef.value,
94044
+ key,
94045
+ to.column,
94046
+ to.index ?? Number.MAX_SAFE_INTEGER
94047
+ );
94048
+ if (result) {
94049
+ doUpdateData(result.data);
94050
+ }
94051
+ },
94052
+ addItem(item, index) {
94053
+ const next = mergedDataRef.value.slice();
94054
+ next.splice(index ?? next.length, 0, item);
94055
+ doUpdateData(next);
94056
+ },
94057
+ removeItem(key) {
94058
+ doUpdateData(
94059
+ mergedDataRef.value.filter((item) => getItemKey(item) !== key)
94060
+ );
94061
+ },
94062
+ scrollToColumn(columnKey) {
94063
+ findColumnEl(columnKey)?.scrollIntoView({
94064
+ behavior: "smooth",
94065
+ inline: "nearest",
94066
+ block: "nearest"
94067
+ });
94068
+ },
94069
+ scrollColumnToBottom(columnKey) {
94070
+ const body = findColumnEl(columnKey)?.querySelector(
94071
+ `.${mergedClsPrefixRef.value}-kanban-column__body`
94072
+ );
94073
+ if (body) {
94074
+ body.scrollTop = body.scrollHeight;
94075
+ }
94076
+ }
94077
+ };
94078
+ expose(exposed);
94079
+ function getItemKey(item) {
94080
+ const { itemKey } = props;
94081
+ if (typeof itemKey === "function") {
94082
+ return itemKey(item);
94083
+ }
94084
+ return item[itemKey];
94085
+ }
94086
+ function isItemDraggable(item, column) {
94087
+ return props.draggable && !props.disabled && !item.disabled && !column.frozen;
94088
+ }
94089
+ function isColumnDraggable(column) {
94090
+ return props.columnsDraggable && !props.disabled && !column.disabled;
94091
+ }
94092
+ function doUpdateData(next) {
94093
+ uncontrolledDataRef.value = next;
94094
+ emit("update:data", next);
94095
+ }
94096
+ function doUpdateColumns(next) {
94097
+ uncontrolledColumnsRef.value = next;
94098
+ }
94099
+ function emitMove(ctx) {
94100
+ props.onMove?.(ctx);
94101
+ emit("move", ctx);
94102
+ }
94103
+ function emitColumnsReorder(columns) {
94104
+ doUpdateColumns(columns);
94105
+ props.onColumnsReorder?.(columns);
94106
+ emit("columns-reorder", columns);
94107
+ }
94108
+ function emitDragStart(ctx) {
94109
+ props.onDragStart?.(ctx);
94110
+ emit("drag-start", ctx);
94111
+ }
94112
+ function emitDragEnd(ctx) {
94113
+ props.onDragEnd?.(ctx);
94114
+ emit("drag-end", ctx);
94115
+ }
94116
+ provide(kanbanInjectionKey, {
94117
+ mergedClsPrefixRef,
94118
+ mergedThemeRef: themeRef,
94119
+ propsRef: props,
94120
+ getItemKey,
94121
+ draggingItemKeySetRef: drag.draggingItemKeySetRef,
94122
+ draggingItemRef: drag.draggingItemRef,
94123
+ draggingColumnKeyRef: drag.draggingColumnKeyRef,
94124
+ droppingColumnKeyRef: drag.droppingColumnKeyRef,
94125
+ droppingItemKeyRef: drag.droppingItemKeyRef,
94126
+ droppingPositionRef: drag.droppingPositionRef,
94127
+ handleItemDragStart: drag.handleItemDragStart,
94128
+ handleItemDragOver: drag.handleItemDragOver,
94129
+ handleItemDrop: drag.handleItemDrop,
94130
+ handleColumnDragStart: drag.handleColumnDragStart,
94131
+ handleColumnDragOver: drag.handleColumnDragOver,
94132
+ handleColumnDrop: drag.handleColumnDrop,
94133
+ handleDragEnd: drag.handleDragEnd,
94134
+ handleItemClick,
94135
+ handleColumnScroll,
94136
+ isItemDraggable,
94137
+ isColumnDraggable
94138
+ });
94139
+ watch(
94140
+ () => props.data,
94141
+ (value) => {
94142
+ uncontrolledDataRef.value = value;
94143
+ }
94144
+ );
94145
+ watch(
94146
+ () => props.columns,
94147
+ (value) => {
94148
+ uncontrolledColumnsRef.value = value;
94149
+ }
94150
+ );
94151
+ return {
94152
+ selfElRef,
94153
+ mergedClsPrefix: mergedClsPrefixRef,
94154
+ mergedColumns: mergedColumnsRef,
94155
+ mergedData: mergedDataRef,
94156
+ columnFieldValue: columnFieldRef,
94157
+ handleBoardScroll,
94158
+ cssVars: inlineThemeDisabled ? void 0 : cssVarsRef,
94159
+ themeClass: themeClassHandle?.themeClass,
94160
+ onRender: themeClassHandle?.onRender
94161
+ };
94162
+ },
94163
+ render() {
94164
+ const {
94165
+ mergedClsPrefix,
94166
+ mergedColumns,
94167
+ mergedData,
94168
+ columnFieldValue,
94169
+ orientation,
94170
+ scrollMode,
94171
+ loading,
94172
+ emptyProps,
94173
+ $slots
94174
+ } = this;
94175
+ this.onRender?.();
94176
+ const grouped = groupItemsByColumn(
94177
+ mergedColumns,
94178
+ mergedData,
94179
+ columnFieldValue
94180
+ );
94181
+ const isEmpty = !mergedColumns.length;
94182
+ return /* @__PURE__ */ h(
94183
+ "div",
94184
+ {
94185
+ ref: "selfElRef",
94186
+ class: [`${mergedClsPrefix}-kanban`, this.themeClass],
94187
+ style: this.cssVars
94188
+ },
94189
+ isEmpty ? /* @__PURE__ */ h("div", { class: `${mergedClsPrefix}-kanban__empty` }, $slots.empty ? $slots.empty() : /* @__PURE__ */ h(UEmpty$1, { size: "large", ...emptyProps })) : /* @__PURE__ */ h(
94190
+ "div",
94191
+ {
94192
+ class: [
94193
+ `${mergedClsPrefix}-kanban__board`,
94194
+ {
94195
+ [`${mergedClsPrefix}-kanban__board--vertical`]: orientation === "vertical",
94196
+ [`${mergedClsPrefix}-kanban__board--scroll-board`]: scrollMode === "board"
94197
+ }
94198
+ ],
94199
+ "aria-busy": loading || void 0,
94200
+ onScroll: scrollMode === "board" ? this.handleBoardScroll : void 0
94201
+ },
94202
+ /* @__PURE__ */ h(
94203
+ "div",
94204
+ {
94205
+ class: [
94206
+ `${mergedClsPrefix}-kanban__board-track`,
94207
+ {
94208
+ [`${mergedClsPrefix}-kanban__board-track--vertical`]: orientation === "vertical"
94209
+ }
94210
+ ]
94211
+ },
94212
+ mergedColumns.map(
94213
+ (column, index) => $slots.column ? $slots.column({
94214
+ column,
94215
+ items: grouped.get(column.key) ?? [],
94216
+ index
94217
+ }) : /* @__PURE__ */ h(
94218
+ _UKanbanColumn,
94219
+ {
94220
+ key: column.key,
94221
+ column,
94222
+ items: grouped.get(column.key) ?? [],
94223
+ index
94224
+ },
94225
+ {
94226
+ columnHeader: $slots.columnHeader,
94227
+ columnFooter: $slots.columnFooter,
94228
+ columnEmpty: $slots.columnEmpty,
94229
+ card: $slots.card
94230
+ }
94231
+ )
94232
+ )
94233
+ )
94234
+ )
94235
+ );
94236
+ }
94237
+ });
94238
+
92937
94239
  const layoutSiderInjectionKey = createInjectionKey("u-layout-sider");
92938
94240
  const positionProp = {
92939
94241
  type: String,
@@ -112763,6 +114065,9 @@ const UInputGroup = wrap(_UInputGroup);
112763
114065
  const UInputGroupLabel = wrap(_UInputGroupLabel);
112764
114066
  const UInputNumber = wrap(_UInputNumber);
112765
114067
  const UInputOtp = wrap(_UInputOtp);
114068
+ const UKanban = wrap(_UKanban);
114069
+ const UKanbanCard = wrap(_UKanbanCard);
114070
+ const UKanbanColumn = wrap(_UKanbanColumn);
112766
114071
  const ULayout = wrap(_ULayout);
112767
114072
  const ULayoutContent = wrap(_ULayoutContent);
112768
114073
  const ULayoutFooter = wrap(_ULayoutFooter);
@@ -112955,6 +114260,9 @@ var components = /*#__PURE__*/Object.freeze({
112955
114260
  UInputGroupLabel: UInputGroupLabel,
112956
114261
  UInputNumber: UInputNumber,
112957
114262
  UInputOtp: UInputOtp,
114263
+ UKanban: UKanban,
114264
+ UKanbanCard: UKanbanCard,
114265
+ UKanbanColumn: UKanbanColumn,
112958
114266
  ULayout: ULayout,
112959
114267
  ULayoutContent: ULayoutContent,
112960
114268
  ULayoutFooter: ULayoutFooter,
@@ -113138,6 +114446,9 @@ var components = /*#__PURE__*/Object.freeze({
113138
114446
  isGroupOption: isGroupOption,
113139
114447
  isLeafMenuOption: isLeafMenuOption,
113140
114448
  isNotNull: isNotNull,
114449
+ kanbanDark: kanbanDark,
114450
+ kanbanLight: kanbanLight,
114451
+ kanbanProps: kanbanProps,
113141
114452
  layoutContentProps: layoutProps,
113142
114453
  layoutFooterProps: layoutFooterProps,
113143
114454
  layoutHeaderProps: headerProps,
@@ -113242,7 +114553,7 @@ function useThemeVars() {
113242
114553
  });
113243
114554
  }
113244
114555
 
113245
- var version = "2.0.9";
114556
+ var version = "2.1.0";
113246
114557
 
113247
114558
  function create({
113248
114559
  componentPrefix = "U",
@@ -113301,6 +114612,7 @@ const lightTheme = {
113301
114612
  AccountOption: accountOptionLight,
113302
114613
  ActionCard: actionCardLight,
113303
114614
  MappingCard: mappingCardLight,
114615
+ Kanban: kanbanLight,
113304
114616
  Alert: alertLight,
113305
114617
  Anchor: anchorLight,
113306
114618
  AutoComplete: autoCompleteLight,
@@ -113923,6 +115235,7 @@ const darkTheme = {
113923
115235
  AccountOption: accountOptionDark,
113924
115236
  ActionCard: actionCardDark,
113925
115237
  MappingCard: mappingCardDark,
115238
+ Kanban: kanbanDark,
113926
115239
  Alert: alertDark,
113927
115240
  Anchor: anchorDark,
113928
115241
  AutoComplete: autoCompleteDark,
@@ -114041,4 +115354,4 @@ function createTheme(name, componentThemes) {
114041
115354
  return theme;
114042
115355
  }
114043
115356
 
114044
- export { ChatAttachmentStatus, ChatMarkType, ChatMessageType, MessageStatus, a as NA, p as NP, UActionCard, UAffix, UAlert, UAnchor, UAnchorLink, UAutoComplete, UAvatar, UAvatarGroup, UBackTop, UBadge, UBlockquote, UBreadcrumb, UBreadcrumbItem, UButton, UButtonGroup, UCalendar, UCard, UCardList, UCarousel, UCarouselItem, UCascader, UChat, UChatListItems, UChatMessages, UCheckbox, UCheckboxGroup, UCode, UCol, UCollapse, UCollapseItem, UCollapseTransition, UColorPicker, UConfigProvider, UCountdown, UCrop, UDataTable, UDatePicker, UDatePickerV2, UDescriptions, UDescriptionsItem, UDialog, UDialogProvider, UDivider, UDrawer, UDrawerContent, UDropdown, UDynamicInput, UDynamicTags, UEl, UElement, UEllipsis, UEmpty, UEquation, UFlex, UFloatButton, UFloatButtonGroup, UForm, UFormItem, UFormItemCol, UFormItemGi, UFormItemGridItem, UFormItemRow, UGi, UGlobalStyle, UGradientText, UGrid, UGridItem, UH1, UH2, UH3, UH4, UH5, UH6, UHeader, UHeaderActions, UHeaderDesktopLayout, HeaderMobile as UHeaderMobile, UHeaderMobileLayout, UHeaderNavigation, UHeaderSearchDesktop, UHeaderSearchMobile, UHeaderSearchResults, UHeatmap, UHighlight, UHr, UIcon, UIconBar, UIconBarItem, UIconWrapper, UImage, UImageGroup, UImagePreview, UInfiniteScroll, UInput, UInputGroup, UInputGroupLabel, UInputNumber, UInputOtp, ULayout, ULayoutContent, ULayoutFooter, ULayoutHeader, ULayoutSider, ULegacyTransfer, ULi, UList, UListItem, ULoadingBarProvider, ULog, UMappingCard, UMappingCardList, UMarquee, UMention, UMenu, UMessageProvider, UModal, UModalFullscreen, UModalProvider, UNotificationProvider, UNumberAnimation, UOl, UPageHeader, UPagination, UPerformantEllipsis, UPopconfirm, UPopover, UPopselect, UProgress, UQrCode, URadio, URadioButton, URadioGroup, URate, UResult, URow, USafeTopScrollbar, UScrollbar, USelect, USkeleton, USlider, USpace, USpin, USplit, UStatistic, UStatus, UStep, USteps, USwitch, UTab, UTabPane, UTable, UTabs, UTag, UTagGroup, UTbody, UTd, UText, UTh, UThead, ThemeEditor as UThemeEditor, UThing, UTime, UTimePicker, UTimeline, UTimelineItem, UToggleButton, UTooltip, UTr, UTransfer, UTree, UTreeSelect, UUl, UUpload, UUploadDragger, UUploadFileList, UUploadTrigger, UVirtualList, UWatermark, UxButton, UzumUiResolver, aProps, actionCardDark, actionCardLight, affixProps, alertDark, alertProps, anchorDark, anchorLinkProps, anchorProps, autoCompleteDark, autoCompleteProps, avatarDark, avatarGroupProps, avatarProps, backTopDark, backTopProps, badgeDark, badgeProps, blockquoteProps, breadcrumbDark, breadcrumbItemProps, breadcrumbProps, buttonDark, buttonGroupDark, buttonGroupProps, buttonProps, c$1 as c, cB, cE, cM, cNotM, calendarProps, cardDark$1 as cardDark, cardDark as cardListDark, cardListProps, cardProps, carouselProps, cascaderDark, cascaderProps, checkboxDark, checkboxGroupProps, checkboxProps, codeDark, codeProps, colProps, collapseDark, collapseItemProps, collapseProps, collapseTransitionProps, colorPickerProps, derived$1 as commonDark, derived as commonLight, configProviderProps, countdownProps, create, createDiscreteApi, createLocale, createTheme, cropProps, darkTheme, dataTableDark, dataTableProps, dateEnUs as dateEnUS, datePickerDark, datePickerProps, datePickerV2Dark, datePickerV2Light, dateRuRU, uzumUi as default, descriptionsDark, descriptionsItemProps, descriptionsProps, dialogDark, dialogProps, dialogProviderProps, dividerDark, dividerProps, drawerContentProps, drawerDark, drawerProps, dropdownDark, dropdownProps, dynamicInputDark, dynamicInputProps, dynamicTagsDark, dynamicTagsProps, elementDark, elementProps, ellipsisProps, emptyDark$1 as emptyDark, emptyProps, enUS$1 as enUS, equationProps, flexProps, floatButtonDark, floatButtonGroupDark, floatButtonGroupProps, floatButtonProps, formItemDark as formDark, formItemGiProps, formItemGiProps as formItemGridItemProps, formItemProps, formProps, getMenuItemKey, gridItemProps as giProps, gradientTextDark, gradientTextProps, gridItemProps, gridProps, headerProps$2 as h1Props, headerProps$2 as h2Props, headerProps$2 as h3Props, headerProps$2 as h4Props, headerProps$2 as h5Props, headerProps$2 as h6Props, hasChildren, headerActionsProps, headerDesktopLayoutProps, headerMobileLayoutProps, headerMobileProps, headerNavigationProps, headerProps$1 as headerProps, headerSearchDesktopProps, headerSearchMobileProps, headerSearchResultsProps, HeatmapDark as heatmapDark, heatmapLight, heatmapMockData, heatmapProps, highlightProps, iconBarItemProps, iconBarProps, iconDark$1 as iconDark, iconProps, iconWrapperProps, imageGroupProps, imagePreviewProps, imageProps, infiniteScrollProps, inputDark, inputGroupLabelProps, inputGroupProps, inputNumberDark, inputNumberProps, inputOtpDark, inputOtpProps, inputProps, install, internalSelectMenuDark, internalSelectionDark, isColumnOption, isDividerOption, isGroupOption, isLeafMenuOption, isNotNull, layoutProps as layoutContentProps, layoutDark, layoutFooterProps, headerProps as layoutHeaderProps, layoutProps, layoutSiderProps, transferProps$1 as legacyTransferProps, lightTheme, listDark$1 as listDark, listProps, loadingBarDark, loadingBarProviderProps, logDark, logProps, mappingCardDark, mappingCardLight, marqueeDark, listDark as mentionDark, mentionProps, menuDark, menuProps, messageDark, messageProviderProps, modalDark, modalFullscreenProps, modalProps, modalProviderProps, notificationDark, notificationProviderProps, numberAnimationProps, olProps, pProps, pageHeaderProps, paginationDark, paginationProps, popconfirmDark, popconfirmProps, popoverDark, popoverProps, popselect as popselectDark, popselectProps, progressDark, progressProps, qrCodeProps, radioButtonProps, radioDark, radioGroupProps, radioProps, rateDark, rateProps, renderBadge, renderConfig, renderOptionLabel, resolvePlacement, resolveTopLevelMenuKey, resultDark, resultProps, rowProps, ruRu as ruRU, safeTopScrollbarProps, scrollbarDark, scrollbarProps, selectDark, selectProps, skeletonProps, sliderDark, sliderProps, spaceDark, spaceProps, spinDark, spinProps, splitProps, statisticDark, statisticProps, emptyDark as statusDark, statusProps, stepProps, stepsDark, stepsProps, switchDark, switchProps, tabPaneProps, tabProps, tableDark, tableProps, tabsDark, tabsProps, tagDark, tagProps, textProps, thingDark, thingProps, timePickerDark, timePickerProps, timeProps, timelineDark, timelineItemProps, timelineProps, toggleButtonDark, toggleButtonProps, tooltipDark, tooltipProps, transferDark$1 as transferDark, transferProps, treeDark, treeGetClickTarget, treeProps, treeSelectDark, treeSelectProps, typographyDark, ulProps, alertRtl as unstableAlertRtl, avatarGroupRtl as unstableAvatarGroupRtl, badgeRtl as unstableBadgeRtl, buttonGroupRtl as unstableButtonGroupRtl, buttonRtl as unstableButtonRtl, cardRtl as unstableCardRtl, checkboxRtl as unstableCheckboxRtl, collapseRtl as unstableCollapseRtl, collapseTransitionRtl as unstableCollapseTransitionRtl, drawerRtl as unstableDrawerRtl, dynamicInputRtl as unstableDynamicInputRtl, inputNumberRtl as unstableInputNumberRtl, inputOtpRtl as unstableInputOtpRtl, inputRtl as unstableInputRtl, listRtl as unstableListRtl, messageRtl as unstableMessageRtl, notificationRtl as unstableNotificationRtl, rtl as unstablePageHeaderRtl, paginationRtl as unstablePaginationRtl, radioRtl as unstableRadioRtl, rowRtl as unstableRowRtl, scrollbarRtl as unstableScrollbarRtl, spaceRtl as unstableSpaceRtl, statisticRtl as unstableStatisticRtl, stepsRtl as unstableStepsRtl, tableRtl as unstableTableRtl, tagRtl as unstableTagRtl, thingRtl as unstableThingRtl, treeRtl as unstableTreeRtl, uploadRtl as unstableUploadRtl, uploadDark, publicDownload as uploadDownload, uploadProps, useDialog, useDialogReactiveList, useLoadingBar, useMessage, useModal, useModalReactiveList, useNotification, useOsTheme, useThemeVars, version, virtualListProps, watermarkDark, watermarkProps, zindexable };
115357
+ export { ChatAttachmentStatus, ChatMarkType, ChatMessageType, MessageStatus, a as NA, p as NP, UActionCard, UAffix, UAlert, UAnchor, UAnchorLink, UAutoComplete, UAvatar, UAvatarGroup, UBackTop, UBadge, UBlockquote, UBreadcrumb, UBreadcrumbItem, UButton, UButtonGroup, UCalendar, UCard, UCardList, UCarousel, UCarouselItem, UCascader, UChat, UChatListItems, UChatMessages, UCheckbox, UCheckboxGroup, UCode, UCol, UCollapse, UCollapseItem, UCollapseTransition, UColorPicker, UConfigProvider, UCountdown, UCrop, UDataTable, UDatePicker, UDatePickerV2, UDescriptions, UDescriptionsItem, UDialog, UDialogProvider, UDivider, UDrawer, UDrawerContent, UDropdown, UDynamicInput, UDynamicTags, UEl, UElement, UEllipsis, UEmpty, UEquation, UFlex, UFloatButton, UFloatButtonGroup, UForm, UFormItem, UFormItemCol, UFormItemGi, UFormItemGridItem, UFormItemRow, UGi, UGlobalStyle, UGradientText, UGrid, UGridItem, UH1, UH2, UH3, UH4, UH5, UH6, UHeader, UHeaderActions, UHeaderDesktopLayout, HeaderMobile as UHeaderMobile, UHeaderMobileLayout, UHeaderNavigation, UHeaderSearchDesktop, UHeaderSearchMobile, UHeaderSearchResults, UHeatmap, UHighlight, UHr, UIcon, UIconBar, UIconBarItem, UIconWrapper, UImage, UImageGroup, UImagePreview, UInfiniteScroll, UInput, UInputGroup, UInputGroupLabel, UInputNumber, UInputOtp, UKanban, UKanbanCard, UKanbanColumn, ULayout, ULayoutContent, ULayoutFooter, ULayoutHeader, ULayoutSider, ULegacyTransfer, ULi, UList, UListItem, ULoadingBarProvider, ULog, UMappingCard, UMappingCardList, UMarquee, UMention, UMenu, UMessageProvider, UModal, UModalFullscreen, UModalProvider, UNotificationProvider, UNumberAnimation, UOl, UPageHeader, UPagination, UPerformantEllipsis, UPopconfirm, UPopover, UPopselect, UProgress, UQrCode, URadio, URadioButton, URadioGroup, URate, UResult, URow, USafeTopScrollbar, UScrollbar, USelect, USkeleton, USlider, USpace, USpin, USplit, UStatistic, UStatus, UStep, USteps, USwitch, UTab, UTabPane, UTable, UTabs, UTag, UTagGroup, UTbody, UTd, UText, UTh, UThead, ThemeEditor as UThemeEditor, UThing, UTime, UTimePicker, UTimeline, UTimelineItem, UToggleButton, UTooltip, UTr, UTransfer, UTree, UTreeSelect, UUl, UUpload, UUploadDragger, UUploadFileList, UUploadTrigger, UVirtualList, UWatermark, UxButton, UzumUiResolver, aProps, actionCardDark, actionCardLight, affixProps, alertDark, alertProps, anchorDark, anchorLinkProps, anchorProps, autoCompleteDark, autoCompleteProps, avatarDark, avatarGroupProps, avatarProps, backTopDark, backTopProps, badgeDark, badgeProps, blockquoteProps, breadcrumbDark, breadcrumbItemProps, breadcrumbProps, buttonDark, buttonGroupDark, buttonGroupProps, buttonProps, c$1 as c, cB, cE, cM, cNotM, calendarProps, cardDark$1 as cardDark, cardDark as cardListDark, cardListProps, cardProps, carouselProps, cascaderDark, cascaderProps, checkboxDark, checkboxGroupProps, checkboxProps, codeDark, codeProps, colProps, collapseDark, collapseItemProps, collapseProps, collapseTransitionProps, colorPickerProps, derived$1 as commonDark, derived as commonLight, configProviderProps, countdownProps, create, createDiscreteApi, createLocale, createTheme, cropProps, darkTheme, dataTableDark, dataTableProps, dateEnUs as dateEnUS, datePickerDark, datePickerProps, datePickerV2Dark, datePickerV2Light, dateRuRU, uzumUi as default, descriptionsDark, descriptionsItemProps, descriptionsProps, dialogDark, dialogProps, dialogProviderProps, dividerDark, dividerProps, drawerContentProps, drawerDark, drawerProps, dropdownDark, dropdownProps, dynamicInputDark, dynamicInputProps, dynamicTagsDark, dynamicTagsProps, elementDark, elementProps, ellipsisProps, emptyDark$1 as emptyDark, emptyProps, enUS$1 as enUS, equationProps, flexProps, floatButtonDark, floatButtonGroupDark, floatButtonGroupProps, floatButtonProps, formItemDark as formDark, formItemGiProps, formItemGiProps as formItemGridItemProps, formItemProps, formProps, getMenuItemKey, gridItemProps as giProps, gradientTextDark, gradientTextProps, gridItemProps, gridProps, headerProps$2 as h1Props, headerProps$2 as h2Props, headerProps$2 as h3Props, headerProps$2 as h4Props, headerProps$2 as h5Props, headerProps$2 as h6Props, hasChildren, headerActionsProps, headerDesktopLayoutProps, headerMobileLayoutProps, headerMobileProps, headerNavigationProps, headerProps$1 as headerProps, headerSearchDesktopProps, headerSearchMobileProps, headerSearchResultsProps, HeatmapDark as heatmapDark, heatmapLight, heatmapMockData, heatmapProps, highlightProps, iconBarItemProps, iconBarProps, iconDark$1 as iconDark, iconProps, iconWrapperProps, imageGroupProps, imagePreviewProps, imageProps, infiniteScrollProps, inputDark, inputGroupLabelProps, inputGroupProps, inputNumberDark, inputNumberProps, inputOtpDark, inputOtpProps, inputProps, install, internalSelectMenuDark, internalSelectionDark, isColumnOption, isDividerOption, isGroupOption, isLeafMenuOption, isNotNull, kanbanDark, kanbanLight, kanbanProps, layoutProps as layoutContentProps, layoutDark, layoutFooterProps, headerProps as layoutHeaderProps, layoutProps, layoutSiderProps, transferProps$1 as legacyTransferProps, lightTheme, listDark$1 as listDark, listProps, loadingBarDark, loadingBarProviderProps, logDark, logProps, mappingCardDark, mappingCardLight, marqueeDark, listDark as mentionDark, mentionProps, menuDark, menuProps, messageDark, messageProviderProps, modalDark, modalFullscreenProps, modalProps, modalProviderProps, notificationDark, notificationProviderProps, numberAnimationProps, olProps, pProps, pageHeaderProps, paginationDark, paginationProps, popconfirmDark, popconfirmProps, popoverDark, popoverProps, popselect as popselectDark, popselectProps, progressDark, progressProps, qrCodeProps, radioButtonProps, radioDark, radioGroupProps, radioProps, rateDark, rateProps, renderBadge, renderConfig, renderOptionLabel, resolvePlacement, resolveTopLevelMenuKey, resultDark, resultProps, rowProps, ruRu as ruRU, safeTopScrollbarProps, scrollbarDark, scrollbarProps, selectDark, selectProps, skeletonProps, sliderDark, sliderProps, spaceDark, spaceProps, spinDark, spinProps, splitProps, statisticDark, statisticProps, emptyDark as statusDark, statusProps, stepProps, stepsDark, stepsProps, switchDark, switchProps, tabPaneProps, tabProps, tableDark, tableProps, tabsDark, tabsProps, tagDark, tagProps, textProps, thingDark, thingProps, timePickerDark, timePickerProps, timeProps, timelineDark, timelineItemProps, timelineProps, toggleButtonDark, toggleButtonProps, tooltipDark, tooltipProps, transferDark$1 as transferDark, transferProps, treeDark, treeGetClickTarget, treeProps, treeSelectDark, treeSelectProps, typographyDark, ulProps, alertRtl as unstableAlertRtl, avatarGroupRtl as unstableAvatarGroupRtl, badgeRtl as unstableBadgeRtl, buttonGroupRtl as unstableButtonGroupRtl, buttonRtl as unstableButtonRtl, cardRtl as unstableCardRtl, checkboxRtl as unstableCheckboxRtl, collapseRtl as unstableCollapseRtl, collapseTransitionRtl as unstableCollapseTransitionRtl, drawerRtl as unstableDrawerRtl, dynamicInputRtl as unstableDynamicInputRtl, inputNumberRtl as unstableInputNumberRtl, inputOtpRtl as unstableInputOtpRtl, inputRtl as unstableInputRtl, listRtl as unstableListRtl, messageRtl as unstableMessageRtl, notificationRtl as unstableNotificationRtl, rtl as unstablePageHeaderRtl, paginationRtl as unstablePaginationRtl, radioRtl as unstableRadioRtl, rowRtl as unstableRowRtl, scrollbarRtl as unstableScrollbarRtl, spaceRtl as unstableSpaceRtl, statisticRtl as unstableStatisticRtl, stepsRtl as unstableStepsRtl, tableRtl as unstableTableRtl, tagRtl as unstableTagRtl, thingRtl as unstableThingRtl, treeRtl as unstableTreeRtl, uploadRtl as unstableUploadRtl, uploadDark, publicDownload as uploadDownload, uploadProps, useDialog, useDialogReactiveList, useLoadingBar, useMessage, useModal, useModalReactiveList, useNotification, useOsTheme, useThemeVars, version, virtualListProps, watermarkDark, watermarkProps, zindexable };