@uzum-tech/ui 2.1.4 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist/index.js +1221 -527
  2. package/dist/index.mjs +1218 -528
  3. package/dist/index.prod.js +2 -2
  4. package/dist/index.prod.mjs +2 -2
  5. package/es/_internal/icon/src/UIcon.mjs +17 -9
  6. package/es/_internal/icons/SearchOutline.d.ts +2 -0
  7. package/es/_internal/icons/SearchOutline.mjs +18 -0
  8. package/es/_internal/icons/index.d.ts +1 -0
  9. package/es/_internal/icons/index.mjs +1 -0
  10. package/es/_utils/dom/copy-to-clipboard.d.ts +1 -0
  11. package/es/_utils/dom/copy-to-clipboard.mjs +8 -0
  12. package/es/_utils/dom/index.d.ts +1 -0
  13. package/es/_utils/dom/index.mjs +1 -0
  14. package/es/components.d.ts +1083 -4
  15. package/es/components.mjs +3 -0
  16. package/es/config-provider/src/internal-interface.d.ts +4 -0
  17. package/es/data-table/src/use-table-data.d.ts +1 -1
  18. package/es/icon-pack/index.d.ts +5 -0
  19. package/es/icon-pack/index.mjs +3 -0
  20. package/es/icon-pack/src/IconPack.d.ts +1047 -0
  21. package/es/icon-pack/src/IconPack.mjs +300 -0
  22. package/es/icon-pack/src/interface.d.ts +465 -0
  23. package/es/icon-pack/src/interface.mjs +75 -0
  24. package/es/icon-pack/src/styles/index.cssr.d.ts +2 -0
  25. package/es/icon-pack/src/styles/index.cssr.mjs +131 -0
  26. package/es/icon-pack/styles/dark.d.ts +123 -0
  27. package/es/icon-pack/styles/dark.mjs +20 -0
  28. package/es/icon-pack/styles/index.d.ts +3 -0
  29. package/es/icon-pack/styles/index.mjs +2 -0
  30. package/es/icon-pack/styles/light.d.ts +143 -0
  31. package/es/icon-pack/styles/light.mjs +64 -0
  32. package/es/icon-wrapper/src/IconWrapper.d.ts +1 -1
  33. package/es/input/src/Input.mjs +3 -1
  34. package/es/pagination/index.d.ts +3 -3
  35. package/es/pagination/index.mjs +2 -1
  36. package/es/pagination/src/Pagination.d.ts +78 -1379
  37. package/es/pagination/src/Pagination.mjs +36 -63
  38. package/es/pagination/src/interface.d.ts +1347 -1
  39. package/es/pagination/src/interface.mjs +70 -1
  40. package/es/themes/dark.mjs +2 -0
  41. package/es/themes/light.mjs +2 -0
  42. package/es/version.d.ts +1 -1
  43. package/es/version.mjs +1 -1
  44. package/lib/_internal/icon/src/UIcon.js +15 -8
  45. package/lib/_internal/icons/SearchOutline.d.ts +2 -0
  46. package/lib/_internal/icons/SearchOutline.js +10 -0
  47. package/lib/_internal/icons/index.d.ts +1 -0
  48. package/lib/_internal/icons/index.js +3 -1
  49. package/lib/_utils/dom/copy-to-clipboard.d.ts +1 -0
  50. package/lib/_utils/dom/copy-to-clipboard.js +11 -0
  51. package/lib/_utils/dom/index.d.ts +1 -0
  52. package/lib/_utils/dom/index.js +3 -1
  53. package/lib/components.d.ts +1083 -4
  54. package/lib/components.js +11 -5
  55. package/lib/config-provider/src/internal-interface.d.ts +4 -0
  56. package/lib/data-table/src/use-table-data.d.ts +1 -1
  57. package/lib/icon-pack/index.d.ts +5 -0
  58. package/lib/icon-pack/index.js +13 -0
  59. package/lib/icon-pack/src/IconPack.d.ts +1047 -0
  60. package/lib/icon-pack/src/IconPack.js +240 -0
  61. package/lib/icon-pack/src/interface.d.ts +465 -0
  62. package/lib/icon-pack/src/interface.js +49 -0
  63. package/lib/icon-pack/src/styles/index.cssr.d.ts +2 -0
  64. package/lib/icon-pack/src/styles/index.cssr.js +136 -0
  65. package/lib/icon-pack/styles/dark.d.ts +123 -0
  66. package/lib/icon-pack/styles/dark.js +22 -0
  67. package/lib/icon-pack/styles/index.d.ts +3 -0
  68. package/lib/icon-pack/styles/index.js +10 -0
  69. package/lib/icon-pack/styles/light.d.ts +143 -0
  70. package/lib/icon-pack/styles/light.js +46 -0
  71. package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -1
  72. package/lib/input/src/Input.js +3 -1
  73. package/lib/pagination/index.d.ts +3 -3
  74. package/lib/pagination/index.js +2 -1
  75. package/lib/pagination/src/Pagination.d.ts +78 -1379
  76. package/lib/pagination/src/Pagination.js +33 -40
  77. package/lib/pagination/src/interface.d.ts +1347 -1
  78. package/lib/pagination/src/interface.js +37 -0
  79. package/lib/themes/dark.js +110 -108
  80. package/lib/themes/light.js +110 -108
  81. package/lib/version.d.ts +1 -1
  82. package/lib/version.js +1 -1
  83. package/package.json +3 -3
  84. package/volar.d.ts +1 -0
  85. package/web-types.json +272 -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$1Y = c([c('.v-binder-follower-container', {
3411
+ const style$1Z = 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$1Y.mount({
3490
+ style$1Z.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$1X = c('[v-hidden]', {
4950
+ const style$1Y = 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$1X.mount({
5063
+ style$1Y.mount({
5064
5064
  id: 'vueuc/overflow',
5065
5065
  head: true,
5066
5066
  anchorMetaName: cssrAnchorMetaName$1,
@@ -5442,6 +5442,14 @@ function rtlInset(inset) {
5442
5442
  return `${top} ${left} ${bottom} ${right}`;
5443
5443
  }
5444
5444
 
5445
+ function copyToClipboard(text) {
5446
+ const clipboard = globalThis.navigator?.clipboard;
5447
+ if (!clipboard?.writeText) {
5448
+ return Promise.reject(new Error("Clipboard API is unavailable"));
5449
+ }
5450
+ return clipboard.writeText(text);
5451
+ }
5452
+
5445
5453
  function download$1(url, name) {
5446
5454
  if (!url) return;
5447
5455
  const a = document.createElement("a");
@@ -14072,7 +14080,7 @@ useTheme.props = {
14072
14080
  builtinThemeOverrides: Object
14073
14081
  };
14074
14082
 
14075
- var style$1W = cB("base-icon", `
14083
+ var style$1X = cB("base-icon", `
14076
14084
  height: 1em;
14077
14085
  width: 1em;
14078
14086
  line-height: 1em;
@@ -14108,7 +14116,7 @@ var UBaseIcon = defineComponent({
14108
14116
  onMouseup: Function
14109
14117
  },
14110
14118
  setup(props) {
14111
- useStyle("-base-icon", style$1W, toRef(props, "clsPrefix"));
14119
+ useStyle("-base-icon", style$1X, toRef(props, "clsPrefix"));
14112
14120
  },
14113
14121
  render() {
14114
14122
  return /* @__PURE__ */ h(
@@ -14143,7 +14151,7 @@ const iconProps = {
14143
14151
  onClick: Function
14144
14152
  };
14145
14153
 
14146
- var style$1V = cB("icon", `
14154
+ var style$1W = cB("icon", `
14147
14155
  height: 1em;
14148
14156
  width: 1em;
14149
14157
  line-height: 1em;
@@ -14329,7 +14337,7 @@ const derived = {
14329
14337
  boxShadow2: "0px 20px 80px 0px rgba(0, 0, 0, 0.07)"
14330
14338
  };
14331
14339
 
14332
- function self$1C(vars) {
14340
+ function self$1D(vars) {
14333
14341
  const {
14334
14342
  elementsPrimary
14335
14343
  } = vars;
@@ -14345,15 +14353,16 @@ function self$1C(vars) {
14345
14353
  const iconLight = {
14346
14354
  name: "Icon",
14347
14355
  common: derived,
14348
- self: self$1C
14356
+ self: self$1D
14349
14357
  };
14350
14358
 
14351
14359
  const iconDark$1 = {
14352
14360
  name: "Icon",
14353
14361
  common: derived$1,
14354
- self: self$1C
14362
+ self: self$1D
14355
14363
  };
14356
14364
 
14365
+ const FALLBACK_ICON = "&#65533";
14357
14366
  const UIconImpl = defineComponent({
14358
14367
  _n_icon__: true,
14359
14368
  name: "Icon",
@@ -14364,7 +14373,7 @@ const UIconImpl = defineComponent({
14364
14373
  mergedIconPacksRef,
14365
14374
  inlineThemeDisabled
14366
14375
  } = useConfig(props);
14367
- const themeRef = useTheme("Icon", "-icon", style$1V, iconLight, props, mergedClsPrefixRef);
14376
+ const themeRef = useTheme("Icon", "-icon", style$1W, iconLight, props, mergedClsPrefixRef);
14368
14377
  const cssVarsRef = computed(() => {
14369
14378
  const {
14370
14379
  depth
@@ -14410,17 +14419,24 @@ const UIconImpl = defineComponent({
14410
14419
  warn("icon", `icon pack "${targetName}" not found`);
14411
14420
  return null;
14412
14421
  }
14413
- if (props.async ?? config.async) {
14414
- if ("renderIcon" in target) {
14415
- warnOnce("icon", `pack "${target.name}" is a sync pack rendered in async mode \u2014 its icons are already bundled, so async loads them again at runtime. Register the async pack ("${target.name}Async") or drop \`async\`.`);
14422
+ try {
14423
+ if (props.async ?? config.async) {
14424
+ if ("renderIcon" in target) {
14425
+ warnOnce("icon", `pack "${target.name}" is a sync pack rendered in async mode \u2014 its icons are already bundled, so async loads them again at runtime. Register the async pack ("${target.name}Async") or drop \`async\`.`);
14426
+ }
14427
+ return target.renderAsyncIcon(name);
14416
14428
  }
14417
- return target.renderAsyncIcon(name);
14418
- }
14419
- if (!("renderIcon" in target)) {
14420
- warn("icon", `pack "${target.name}" is async-only, set \`async: true\` on \`u-config-provider :icon-packs\``);
14421
- return null;
14429
+ if (!("renderIcon" in target)) {
14430
+ warn("icon", `pack "${target.name}" is async-only, set \`async: true\` on \`u-config-provider :icon-packs\``);
14431
+ return null;
14432
+ }
14433
+ return target.renderIcon(name);
14434
+ } catch (err) {
14435
+ warnOnce("icon", `icon "${name}" not found in pack "${target.name}", rendering fallback (${err.message})`);
14436
+ return h("span", {
14437
+ innerHTML: FALLBACK_ICON
14438
+ });
14422
14439
  }
14423
- return target.renderIcon(name);
14424
14440
  });
14425
14441
  return {
14426
14442
  mergedClsPrefix: mergedClsPrefixRef,
@@ -14498,7 +14514,7 @@ var commonVars$b = {
14498
14514
  avatarSize: "16px"
14499
14515
  };
14500
14516
 
14501
- function self$1B(vars) {
14517
+ function self$1C(vars) {
14502
14518
  const {
14503
14519
  heightHuge,
14504
14520
  fontBodyLarge,
@@ -14528,16 +14544,16 @@ function self$1B(vars) {
14528
14544
  const accountOptionLight = {
14529
14545
  name: "AccountOption",
14530
14546
  common: derived,
14531
- self: self$1B
14547
+ self: self$1C
14532
14548
  };
14533
14549
 
14534
14550
  const accountOptionDark = {
14535
14551
  name: "AccountOption",
14536
14552
  common: derived$1,
14537
- self: self$1B
14553
+ self: self$1C
14538
14554
  };
14539
14555
 
14540
- var style$1U = cB("base-account-option", `
14556
+ var style$1V = cB("base-account-option", `
14541
14557
  display: flex;
14542
14558
  align-items: center;
14543
14559
  position: relative;
@@ -14592,7 +14608,7 @@ var UBaseAccountOption = defineComponent({
14592
14608
  const themeRef = useTheme(
14593
14609
  "AccountOption",
14594
14610
  "-base-account-option",
14595
- style$1U,
14611
+ style$1V,
14596
14612
  accountOptionLight,
14597
14613
  props,
14598
14614
  mergedClsPrefixRef
@@ -15871,6 +15887,31 @@ var SearchIcon = defineComponent({
15871
15887
  }
15872
15888
  });
15873
15889
 
15890
+ var SearchOutlineIcon = defineComponent({
15891
+ name: "SearchOutline",
15892
+ render() {
15893
+ return /* @__PURE__ */ h(
15894
+ "svg",
15895
+ {
15896
+ viewBox: "0 0 24 24",
15897
+ fill: "none",
15898
+ xmlns: "http://www.w3.org/2000/svg",
15899
+ "aria-hidden": true
15900
+ },
15901
+ /* @__PURE__ */ h(
15902
+ "path",
15903
+ {
15904
+ d: "M21 21l-4.35-4.35M19 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0z",
15905
+ stroke: "currentColor",
15906
+ "stroke-width": "2",
15907
+ "stroke-linecap": "round",
15908
+ "stroke-linejoin": "round"
15909
+ }
15910
+ )
15911
+ );
15912
+ }
15913
+ });
15914
+
15874
15915
  var SendFilled = defineComponent({
15875
15916
  name: "SendFilled",
15876
15917
  render() {
@@ -16047,7 +16088,7 @@ function iconSwitchTransition({
16047
16088
  })];
16048
16089
  }
16049
16090
 
16050
- var style$1T = cB("base-clear", `
16091
+ var style$1U = cB("base-clear", `
16051
16092
  flex-shrink: 0;
16052
16093
  height: 1em;
16053
16094
  width: 1em;
@@ -16088,7 +16129,7 @@ var UBaseClear = defineComponent({
16088
16129
  onClear: Function
16089
16130
  },
16090
16131
  setup(props) {
16091
- useStyle("-base-clear", style$1T, toRef(props, "clsPrefix"));
16132
+ useStyle("-base-clear", style$1U, toRef(props, "clsPrefix"));
16092
16133
  return {
16093
16134
  handleMouseDown(e) {
16094
16135
  e.preventDefault();
@@ -16119,7 +16160,7 @@ var UBaseClear = defineComponent({
16119
16160
  }
16120
16161
  });
16121
16162
 
16122
- var style$1S = cB("base-close", `
16163
+ var style$1T = cB("base-close", `
16123
16164
  display: flex;
16124
16165
  align-items: center;
16125
16166
  justify-content: center;
@@ -16191,7 +16232,7 @@ var UBaseClose = defineComponent({
16191
16232
  absolute: Boolean
16192
16233
  },
16193
16234
  setup(props) {
16194
- useStyle("-base-close", style$1S, toRef(props, "clsPrefix"));
16235
+ useStyle("-base-close", style$1T, toRef(props, "clsPrefix"));
16195
16236
  return () => {
16196
16237
  const { clsPrefix, disabled, absolute, round, isButtonTag } = props;
16197
16238
  const Tag = isButtonTag ? "button" : "div";
@@ -16350,7 +16391,7 @@ var FocusDetector = defineComponent({
16350
16391
  }
16351
16392
  });
16352
16393
 
16353
- var style$1R = c$1([c$1("@keyframes loading-container-rotate", `
16394
+ var style$1S = c$1([c$1("@keyframes loading-container-rotate", `
16354
16395
  to {
16355
16396
  -webkit-transform: rotate(360deg);
16356
16397
  transform: rotate(360deg);
@@ -16520,7 +16561,7 @@ var UBaseLoading = defineComponent({
16520
16561
  ...exposedLoadingProps
16521
16562
  },
16522
16563
  setup(props) {
16523
- useStyle("-base-loading", style$1R, toRef(props, "clsPrefix"));
16564
+ useStyle("-base-loading", style$1S, toRef(props, "clsPrefix"));
16524
16565
  },
16525
16566
  render() {
16526
16567
  const { clsPrefix, radius, strokeWidth, stroke, scale } = this;
@@ -16650,7 +16691,7 @@ function fadeInTransition({
16650
16691
  })];
16651
16692
  }
16652
16693
 
16653
- var style$1Q = cB("base-menu-mask", `
16694
+ var style$1R = cB("base-menu-mask", `
16654
16695
  position: absolute;
16655
16696
  left: 0;
16656
16697
  right: 0;
@@ -16673,7 +16714,7 @@ var UBaseMenuMask = defineComponent({
16673
16714
  }
16674
16715
  },
16675
16716
  setup(props) {
16676
- useStyle("-base-menu-mask", style$1Q, toRef(props, "clsPrefix"));
16717
+ useStyle("-base-menu-mask", style$1R, toRef(props, "clsPrefix"));
16677
16718
  const messageRef = ref(null);
16678
16719
  let timerId = null;
16679
16720
  const uncontrolledShowRef = ref(false);
@@ -16861,7 +16902,7 @@ const commonVars$a = {
16861
16902
  railColor: "transparent"
16862
16903
  };
16863
16904
 
16864
- function self$1A(vars) {
16905
+ function self$1B(vars) {
16865
16906
  const {
16866
16907
  scrollbarColor,
16867
16908
  scrollbarColorHover,
@@ -16881,13 +16922,13 @@ function self$1A(vars) {
16881
16922
  const safeTopScrollbarLight = {
16882
16923
  name: "SafeTopScrollbar",
16883
16924
  common: derived,
16884
- self: self$1A
16925
+ self: self$1B
16885
16926
  };
16886
16927
 
16887
16928
  const safeTopScrollbarDark = {
16888
16929
  name: "SafeTopScrollbar",
16889
16930
  common: derived$1,
16890
- self: self$1A
16931
+ self: self$1B
16891
16932
  };
16892
16933
 
16893
16934
  cB("scrollbar", [cM("rtl", `
@@ -16900,7 +16941,7 @@ cB("scrollbar", [cM("rtl", `
16900
16941
  right: unset;
16901
16942
  `)])])])]);
16902
16943
 
16903
- var style$1P = cB("safe-top-scrollbar", `
16944
+ var style$1Q = cB("safe-top-scrollbar", `
16904
16945
  overflow: hidden;
16905
16946
  position: relative;
16906
16947
  z-index: auto;
@@ -17049,7 +17090,7 @@ const SafeTopScrollbar$1 = defineComponent({
17049
17090
  const themeRef = useTheme(
17050
17091
  "SafeTopScrollbar",
17051
17092
  "-safe-top-scrollbar",
17052
- style$1P,
17093
+ style$1Q,
17053
17094
  safeTopScrollbarLight,
17054
17095
  props,
17055
17096
  mergedClsPrefixRef
@@ -17783,7 +17824,7 @@ const commonVars$9 = {
17783
17824
  railColor: "transparent"
17784
17825
  };
17785
17826
 
17786
- function self$1z(vars) {
17827
+ function self$1A(vars) {
17787
17828
  const {
17788
17829
  scrollbarColor,
17789
17830
  scrollbarColorHover,
@@ -17803,13 +17844,13 @@ function self$1z(vars) {
17803
17844
  const scrollbarLight = {
17804
17845
  name: "Scrollbar",
17805
17846
  common: derived,
17806
- self: self$1z
17847
+ self: self$1A
17807
17848
  };
17808
17849
 
17809
17850
  const scrollbarDark = {
17810
17851
  name: "Scrollbar",
17811
17852
  common: derived$1,
17812
- self: self$1z
17853
+ self: self$1A
17813
17854
  };
17814
17855
 
17815
17856
  var rtlStyle$t = cB("scrollbar", [cM("rtl", `
@@ -17827,7 +17868,7 @@ const scrollbarRtl = {
17827
17868
  style: rtlStyle$t
17828
17869
  };
17829
17870
 
17830
- var style$1O = cB("scrollbar", `
17871
+ var style$1P = cB("scrollbar", `
17831
17872
  overflow: hidden;
17832
17873
  position: relative;
17833
17874
  z-index: auto;
@@ -17970,7 +18011,7 @@ const Scrollbar$1 = defineComponent({
17970
18011
  const themeRef = useTheme(
17971
18012
  "Scrollbar",
17972
18013
  "-scrollbar",
17973
- style$1O,
18014
+ style$1P,
17974
18015
  scrollbarLight,
17975
18016
  props,
17976
18017
  mergedClsPrefixRef
@@ -19342,7 +19383,7 @@ function createTreeMate(rawNodes, options = {}) {
19342
19383
  return treemate;
19343
19384
  }
19344
19385
 
19345
- function self$1y(vars) {
19386
+ function self$1z(vars) {
19346
19387
  const {
19347
19388
  fontBodyMedium,
19348
19389
  fontTitleLarge,
@@ -19374,16 +19415,16 @@ function self$1y(vars) {
19374
19415
  const emptyLight = {
19375
19416
  name: "Empty",
19376
19417
  common: derived,
19377
- self: self$1y
19418
+ self: self$1z
19378
19419
  };
19379
19420
 
19380
19421
  const emptyDark$1 = {
19381
19422
  name: "Empty",
19382
19423
  common: derived$1,
19383
- self: self$1y
19424
+ self: self$1z
19384
19425
  };
19385
19426
 
19386
- var style$1N = cB("empty", `
19427
+ var style$1O = cB("empty", `
19387
19428
  display: flex;
19388
19429
  flex-direction: column;
19389
19430
  align-items: center;
@@ -19461,7 +19502,7 @@ var UEmpty$1 = defineComponent({
19461
19502
  const themeRef = useTheme(
19462
19503
  "Empty",
19463
19504
  "-empty",
19464
- style$1N,
19505
+ style$1O,
19465
19506
  emptyLight,
19466
19507
  props,
19467
19508
  mergedClsPrefixRef
@@ -19549,7 +19590,7 @@ var UEmpty$1 = defineComponent({
19549
19590
  }
19550
19591
  });
19551
19592
 
19552
- function self$1x(vars) {
19593
+ function self$1y(vars) {
19553
19594
  const {
19554
19595
  borderRadius,
19555
19596
  iconMedium,
@@ -19606,7 +19647,7 @@ const internalSelectMenuLight = createTheme$1({
19606
19647
  Scrollbar: scrollbarLight,
19607
19648
  Empty: emptyLight
19608
19649
  },
19609
- self: self$1x
19650
+ self: self$1y
19610
19651
  });
19611
19652
 
19612
19653
  const internalSelectMenuDark = {
@@ -19616,7 +19657,7 @@ const internalSelectMenuDark = {
19616
19657
  Scrollbar: scrollbarDark,
19617
19658
  Empty: emptyDark$1
19618
19659
  },
19619
- self: self$1x
19660
+ self: self$1y
19620
19661
  };
19621
19662
 
19622
19663
  cB("base-select-menu", [cM("rtl", `
@@ -19857,7 +19898,7 @@ function fadeInScaleUpTransition({
19857
19898
  })];
19858
19899
  }
19859
19900
 
19860
- var style$1M = cB("base-select-menu", `
19901
+ var style$1N = cB("base-select-menu", `
19861
19902
  line-height: 1.5;
19862
19903
  outline: none;
19863
19904
  z-index: 0;
@@ -20045,7 +20086,7 @@ var UInternalSelectMenu = defineComponent({
20045
20086
  const themeRef = useTheme(
20046
20087
  "InternalSelectMenu",
20047
20088
  "-internal-select-menu",
20048
- style$1M,
20089
+ style$1N,
20049
20090
  internalSelectMenuLight,
20050
20091
  props,
20051
20092
  toRef(props, "clsPrefix")
@@ -20513,7 +20554,7 @@ var UInternalSelectMenu = defineComponent({
20513
20554
  }
20514
20555
  });
20515
20556
 
20516
- function self$1w(vars) {
20557
+ function self$1x(vars) {
20517
20558
  const {
20518
20559
  fontBodyMedium,
20519
20560
  containerPrimary,
@@ -20540,13 +20581,13 @@ function self$1w(vars) {
20540
20581
  const popoverLight = {
20541
20582
  name: "Popover",
20542
20583
  common: derived,
20543
- self: self$1w
20584
+ self: self$1x
20544
20585
  };
20545
20586
 
20546
20587
  const popoverDark = {
20547
20588
  name: "Popover",
20548
20589
  common: derived$1,
20549
- self: self$1w
20590
+ self: self$1x
20550
20591
  };
20551
20592
 
20552
20593
  cB("popover", [cM("rtl", `
@@ -20561,7 +20602,7 @@ const oppositePlacement = {
20561
20602
  right: "left"
20562
20603
  };
20563
20604
  const arrowSize = "var(--u-arrow-height) * 1.414";
20564
- var style$1L = c$1([cB("popover", `
20605
+ var style$1M = c$1([cB("popover", `
20565
20606
  transition:
20566
20607
  box-shadow .3s var(--u-bezier),
20567
20608
  background-color .3s var(--u-bezier),
@@ -20780,7 +20821,7 @@ var UPopoverBody = defineComponent({
20780
20821
  const themeRef = useTheme(
20781
20822
  "Popover",
20782
20823
  "-popover",
20783
- style$1L,
20824
+ style$1M,
20784
20825
  popoverLight,
20785
20826
  props,
20786
20827
  mergedClsPrefixRef
@@ -21610,7 +21651,7 @@ var UPopover$1 = defineComponent({
21610
21651
  }
21611
21652
  });
21612
21653
 
21613
- function self$1v(vars) {
21654
+ function self$1w(vars) {
21614
21655
  const {
21615
21656
  opacityDisabled,
21616
21657
  borderRadiusSmall: borderRadius,
@@ -21708,13 +21749,13 @@ function self$1v(vars) {
21708
21749
  const tagLight = {
21709
21750
  name: "Tag",
21710
21751
  common: derived,
21711
- self: self$1v
21752
+ self: self$1w
21712
21753
  };
21713
21754
 
21714
21755
  const tagDark = {
21715
21756
  name: "Tag",
21716
21757
  common: derived$1,
21717
- self: self$1v
21758
+ self: self$1w
21718
21759
  };
21719
21760
 
21720
21761
  var rtlStyle$s = cB("tag", [cM("rtl", `
@@ -21761,7 +21802,7 @@ var commonProps = {
21761
21802
  }
21762
21803
  };
21763
21804
 
21764
- var style$1K = cB("tag", `
21805
+ var style$1L = cB("tag", `
21765
21806
  white-space: nowrap;
21766
21807
  position: relative;
21767
21808
  box-sizing: border-box;
@@ -21928,7 +21969,7 @@ var _UTag = defineComponent({
21928
21969
  const themeRef = useTheme(
21929
21970
  "Tag",
21930
21971
  "-tag",
21931
- style$1K,
21972
+ style$1L,
21932
21973
  tagLight,
21933
21974
  props,
21934
21975
  mergedClsPrefixRef
@@ -22292,7 +22333,7 @@ var _UTagGroup = defineComponent({
22292
22333
  }
22293
22334
  });
22294
22335
 
22295
- function self$1u(vars) {
22336
+ function self$1v(vars) {
22296
22337
  const {
22297
22338
  heightSmall,
22298
22339
  heightMedium,
@@ -22312,10 +22353,10 @@ function self$1u(vars) {
22312
22353
  }
22313
22354
  const skeletonLight$1 = {
22314
22355
  common: derived,
22315
- self: self$1u
22356
+ self: self$1v
22316
22357
  };
22317
22358
 
22318
- var style$1J = c$1([cB("skeleton", `
22359
+ var style$1K = c$1([cB("skeleton", `
22319
22360
  height: 1em;
22320
22361
  width: 100%;
22321
22362
  transition: background-color .3s var(--u-bezier);
@@ -22371,7 +22412,7 @@ var UBaseSkeleton = defineComponent({
22371
22412
  const themeRef = useTheme(
22372
22413
  "Skeleton",
22373
22414
  "-skeleton",
22374
- style$1J,
22415
+ style$1K,
22375
22416
  skeletonLight$1,
22376
22417
  props,
22377
22418
  mergedClsPrefixRef
@@ -22487,7 +22528,7 @@ var UBaseSuffix = defineComponent({
22487
22528
  }
22488
22529
  });
22489
22530
 
22490
- function self$1t(vars) {
22531
+ function self$1u(vars) {
22491
22532
  const {
22492
22533
  borderRadius,
22493
22534
  iconMedium,
@@ -22645,7 +22686,7 @@ const internalSelectionLight = createTheme$1({
22645
22686
  peers: {
22646
22687
  Popover: popoverLight
22647
22688
  },
22648
- self: self$1t
22689
+ self: self$1u
22649
22690
  });
22650
22691
 
22651
22692
  const internalSelectionDark = {
@@ -22654,7 +22695,7 @@ const internalSelectionDark = {
22654
22695
  peers: {
22655
22696
  Popover: popoverDark
22656
22697
  },
22657
- self: self$1t
22698
+ self: self$1u
22658
22699
  };
22659
22700
 
22660
22701
  cB("base-selection", [cM("rtl", `
@@ -22687,7 +22728,7 @@ function generateSecondaryStates(state) {
22687
22728
  color: var(--u-arrow-color${state}-secondary);
22688
22729
  `)])];
22689
22730
  }
22690
- var style$1I = c$1([cB("base-selection", `
22731
+ var style$1J = c$1([cB("base-selection", `
22691
22732
  position: relative;
22692
22733
  z-index: auto;
22693
22734
  box-shadow: none;
@@ -23038,7 +23079,7 @@ var UInternalSelection = defineComponent({
23038
23079
  const themeRef = useTheme(
23039
23080
  "InternalSelection",
23040
23081
  "-internal-selection",
23041
- style$1I,
23082
+ style$1J,
23042
23083
  internalSelectionLight,
23043
23084
  props,
23044
23085
  toRef(props, "clsPrefix")
@@ -24119,7 +24160,7 @@ function fadeUpWidthExpandTransition({
24119
24160
  })];
24120
24161
  }
24121
24162
 
24122
- var style$1H = c$1([c$1("@keyframes u-base-slot-machine-fade-up-in", `
24163
+ var style$1I = c$1([c$1("@keyframes u-base-slot-machine-fade-up-in", `
24123
24164
  from {
24124
24165
  transform: translateY(60%);
24125
24166
  opacity: 0;
@@ -24238,7 +24279,7 @@ var UBaseSlotMachine = defineComponent({
24238
24279
  }
24239
24280
  },
24240
24281
  setup(props) {
24241
- useStyle("-base-slot-machine", style$1H, toRef(props, "clsPrefix"));
24282
+ useStyle("-base-slot-machine", style$1I, toRef(props, "clsPrefix"));
24242
24283
  const oldValueRef = ref();
24243
24284
  const newValueRef = ref();
24244
24285
  const numbersRef = computed(() => {
@@ -24293,7 +24334,7 @@ var UBaseSlotMachine = defineComponent({
24293
24334
  }
24294
24335
  });
24295
24336
 
24296
- function self$1s(vars) {
24337
+ function self$1t(vars) {
24297
24338
  const {
24298
24339
  borderRadiusSmall,
24299
24340
  brandPrimary500,
@@ -24329,10 +24370,10 @@ function self$1s(vars) {
24329
24370
  }
24330
24371
  const typographyLight$1 = {
24331
24372
  common: derived,
24332
- self: self$1s
24373
+ self: self$1t
24333
24374
  };
24334
24375
 
24335
- var style$1G = cB("text", `
24376
+ var style$1H = cB("text", `
24336
24377
  transition: color .3s var(--u-bezier);
24337
24378
  color: var(--u-text-color);
24338
24379
  margin: 0;
@@ -24640,7 +24681,7 @@ var InternalUText = defineComponent({
24640
24681
  const themeRef = useTheme(
24641
24682
  "Typography",
24642
24683
  "-text",
24643
- style$1G,
24684
+ style$1H,
24644
24685
  typographyLight$1,
24645
24686
  props,
24646
24687
  mergedClsPrefixRef
@@ -24728,7 +24769,7 @@ var InternalUText = defineComponent({
24728
24769
  }
24729
24770
  });
24730
24771
 
24731
- var style$1F = cB("base-wave", `
24772
+ var style$1G = cB("base-wave", `
24732
24773
  position: absolute;
24733
24774
  left: 0;
24734
24775
  right: 0;
@@ -24746,7 +24787,7 @@ var UBaseWave = defineComponent({
24746
24787
  }
24747
24788
  },
24748
24789
  setup(props) {
24749
- useStyle("-base-wave", style$1F, toRef(props, "clsPrefix"));
24790
+ useStyle("-base-wave", style$1G, toRef(props, "clsPrefix"));
24750
24791
  const selfRef = ref(null);
24751
24792
  const activeRef = ref(false);
24752
24793
  let animationTimerId = null;
@@ -24791,7 +24832,7 @@ var UBaseWave = defineComponent({
24791
24832
  }
24792
24833
  });
24793
24834
 
24794
- function self$1r(vars) {
24835
+ function self$1s(vars) {
24795
24836
  const {
24796
24837
  borderRadius,
24797
24838
  fontBodyMedium,
@@ -24828,7 +24869,7 @@ const tooltipLight = createTheme$1({
24828
24869
  peers: {
24829
24870
  Popover: popoverLight
24830
24871
  },
24831
- self: self$1r
24872
+ self: self$1s
24832
24873
  });
24833
24874
 
24834
24875
  const tooltipDark = {
@@ -24837,10 +24878,10 @@ const tooltipDark = {
24837
24878
  peers: {
24838
24879
  Popover: popoverDark
24839
24880
  },
24840
- self: self$1r
24881
+ self: self$1s
24841
24882
  };
24842
24883
 
24843
- var style$1E = cB("tooltip", "", [cE("content", `
24884
+ var style$1F = cB("tooltip", "", [cE("content", `
24844
24885
  display: flex;
24845
24886
  align-items: flex-start;
24846
24887
  `), cE("icon", `
@@ -24966,7 +25007,7 @@ var _UTooltip = defineComponent({
24966
25007
  const themeRef = useTheme(
24967
25008
  "Tooltip",
24968
25009
  "-tooltip",
24969
- props.variant === "plain" ? void 0 : style$1E,
25010
+ props.variant === "plain" ? void 0 : style$1F,
24970
25011
  tooltipLight,
24971
25012
  props,
24972
25013
  mergedClsPrefixRef
@@ -25096,7 +25137,7 @@ const ellipsisLight = createTheme$1({
25096
25137
  }
25097
25138
  });
25098
25139
 
25099
- var style$1D = cB("ellipsis", {
25140
+ var style$1E = cB("ellipsis", {
25100
25141
  overflow: "hidden"
25101
25142
  }, [cNotM("line-clamp", `
25102
25143
  white-space: nowrap;
@@ -25134,7 +25175,7 @@ var _UEllipsis = defineComponent({
25134
25175
  const mergedTheme = useTheme(
25135
25176
  "Ellipsis",
25136
25177
  "-ellipsis",
25137
- style$1D,
25178
+ style$1E,
25138
25179
  ellipsisLight,
25139
25180
  props,
25140
25181
  mergedClsPrefixRef
@@ -25291,7 +25332,7 @@ const UPerformantEllipsis$1 = defineComponent({
25291
25332
  setup(props, { attrs, slots }) {
25292
25333
  const mouseEnteredRef = ref(false);
25293
25334
  const mergedClsPrefixRef = useMergedClsPrefix();
25294
- useStyle("-ellipsis", style$1D, mergedClsPrefixRef);
25335
+ useStyle("-ellipsis", style$1E, mergedClsPrefixRef);
25295
25336
  const renderTrigger = () => {
25296
25337
  const { lineClamp } = props;
25297
25338
  const mergedClsPrefix = mergedClsPrefixRef.value;
@@ -25331,7 +25372,7 @@ const UPerformantEllipsis$1 = defineComponent({
25331
25372
  }
25332
25373
  });
25333
25374
 
25334
- function self$1q(vars) {
25375
+ function self$1r(vars) {
25335
25376
  const {
25336
25377
  borderRadiusLarge,
25337
25378
  elementsQuaternary,
@@ -25373,21 +25414,21 @@ function self$1q(vars) {
25373
25414
  const actionCardLight = {
25374
25415
  name: "ActionCard",
25375
25416
  common: derived,
25376
- self: self$1q
25417
+ self: self$1r
25377
25418
  };
25378
25419
 
25379
25420
  const actionCardDark = {
25380
25421
  name: "ActionCard",
25381
25422
  common: derived$1,
25382
25423
  self: vars => {
25383
- const lightVars = self$1q(vars);
25424
+ const lightVars = self$1r(vars);
25384
25425
  return {
25385
25426
  ...lightVars
25386
25427
  };
25387
25428
  }
25388
25429
  };
25389
25430
 
25390
- var style$1C = cB("action-card", `
25431
+ var style$1D = cB("action-card", `
25391
25432
  position: relative;
25392
25433
  width: var(--u-width);
25393
25434
  min-height: var(--u-min-height);
@@ -25508,7 +25549,7 @@ var _UActionCard = defineComponent({
25508
25549
  const themeRef = useTheme(
25509
25550
  "ActionCard",
25510
25551
  "-action-card",
25511
- style$1C,
25552
+ style$1D,
25512
25553
  actionCardLight,
25513
25554
  props,
25514
25555
  mergedClsPrefixRef
@@ -25639,7 +25680,7 @@ var _UActionCard = defineComponent({
25639
25680
  }
25640
25681
  });
25641
25682
 
25642
- var style$1B = cB("affix", [cM("affixed", {
25683
+ var style$1C = cB("affix", [cM("affixed", {
25643
25684
  position: "fixed"
25644
25685
  }, [cM("absolute-positioned", {
25645
25686
  position: "absolute"
@@ -25709,7 +25750,7 @@ var _UAffix = defineComponent({
25709
25750
  props: affixProps,
25710
25751
  setup(props) {
25711
25752
  const { mergedClsPrefixRef } = useConfig(props);
25712
- useStyle("-affix", style$1B, mergedClsPrefixRef);
25753
+ useStyle("-affix", style$1C, mergedClsPrefixRef);
25713
25754
  let scrollTarget = null;
25714
25755
  const stickToTopRef = ref(false);
25715
25756
  const stickToBottomRef = ref(false);
@@ -25845,7 +25886,7 @@ var commonVars$8 = {
25845
25886
  descriptionSpaceBanner: "24px"
25846
25887
  };
25847
25888
 
25848
- function self$1p(vars) {
25889
+ function self$1q(vars) {
25849
25890
  const {
25850
25891
  iconMedium,
25851
25892
  closeMedium,
@@ -25954,13 +25995,13 @@ function self$1p(vars) {
25954
25995
  const alertLight = {
25955
25996
  name: "Alert",
25956
25997
  common: derived,
25957
- self: self$1p
25998
+ self: self$1q
25958
25999
  };
25959
26000
 
25960
26001
  const alertDark = {
25961
26002
  name: "Alert",
25962
26003
  common: derived$1,
25963
- self: self$1p
26004
+ self: self$1q
25964
26005
  };
25965
26006
 
25966
26007
  var rtlStyle$r = cB("alert", [cM("rtl", `
@@ -26036,7 +26077,7 @@ function fadeInHeightExpandTransition({
26036
26077
  `)];
26037
26078
  }
26038
26079
 
26039
- var style$1A = cB("alert", `
26080
+ var style$1B = cB("alert", `
26040
26081
  line-height: var(--u-line-height);
26041
26082
  position: relative;
26042
26083
  transition: background-color .3s var(--u-bezier);
@@ -26215,7 +26256,7 @@ var _UAlert = defineComponent({
26215
26256
  const themeRef = useTheme(
26216
26257
  "Alert",
26217
26258
  "-alert",
26218
- style$1A,
26259
+ style$1B,
26219
26260
  alertLight,
26220
26261
  props,
26221
26262
  mergedClsPrefixRef
@@ -26356,7 +26397,7 @@ var _UAlert = defineComponent({
26356
26397
  }
26357
26398
  });
26358
26399
 
26359
- function self$1o(vars) {
26400
+ function self$1p(vars) {
26360
26401
  const {
26361
26402
  borderRadius,
26362
26403
  fontBodyMedium,
@@ -26386,13 +26427,13 @@ function self$1o(vars) {
26386
26427
  const anchorLight = {
26387
26428
  name: "Anchor",
26388
26429
  common: derived,
26389
- self: self$1o
26430
+ self: self$1p
26390
26431
  };
26391
26432
 
26392
26433
  const anchorDark = {
26393
26434
  name: "Anchor",
26394
26435
  common: derived$1,
26395
- self: self$1o
26436
+ self: self$1p
26396
26437
  };
26397
26438
 
26398
26439
  const anchorInjectionKey = createInjectionKey("u-anchor");
@@ -26731,7 +26772,7 @@ var UBaseAnchor = defineComponent({
26731
26772
  }
26732
26773
  });
26733
26774
 
26734
- var style$1z = cB("anchor", `
26775
+ var style$1A = cB("anchor", `
26735
26776
  position: relative;
26736
26777
  `, [cNotM("block", `
26737
26778
  padding-left: var(--u-rail-width);
@@ -26821,7 +26862,7 @@ var _UAnchor = defineComponent({
26821
26862
  const themeRef = useTheme(
26822
26863
  "Anchor",
26823
26864
  "-anchor",
26824
- style$1z,
26865
+ style$1A,
26825
26866
  anchorLight,
26826
26867
  props,
26827
26868
  mergedClsPrefixRef
@@ -26901,7 +26942,7 @@ const isChrome = isBrowser$1 && "chrome" in window;
26901
26942
  isBrowser$1 && navigator.userAgent.includes("Firefox");
26902
26943
  const isSafari = isBrowser$1 && navigator.userAgent.includes("Safari") && !isChrome;
26903
26944
 
26904
- function self$1n(vars) {
26945
+ function self$1o(vars) {
26905
26946
  const {
26906
26947
  iconMedium,
26907
26948
  textSecondary,
@@ -27012,13 +27053,13 @@ function self$1n(vars) {
27012
27053
  const inputLight = {
27013
27054
  name: "Input",
27014
27055
  common: derived,
27015
- self: self$1n
27056
+ self: self$1o
27016
27057
  };
27017
27058
 
27018
27059
  const inputDark = {
27019
27060
  name: "Input",
27020
27061
  common: derived$1,
27021
- self: self$1n
27062
+ self: self$1o
27022
27063
  };
27023
27064
 
27024
27065
  var rtlStyle$q = cB("input", [cM("rtl", `
@@ -27044,7 +27085,7 @@ const inputRtl = {
27044
27085
 
27045
27086
  const inputInjectionKey = createInjectionKey("u-input");
27046
27087
 
27047
- var style$1y = cB("input", `
27088
+ var style$1z = cB("input", `
27048
27089
  max-width: 100%;
27049
27090
  cursor: text;
27050
27091
  line-height: 1.5;
@@ -27592,7 +27633,7 @@ var commonVariables$5 = {
27592
27633
  rippleDuration: ".6s"
27593
27634
  };
27594
27635
 
27595
- function self$1m(vars) {
27636
+ function self$1n(vars) {
27596
27637
  const {
27597
27638
  heightMini,
27598
27639
  heightTiny,
@@ -27848,13 +27889,13 @@ function self$1m(vars) {
27848
27889
  const buttonLight = {
27849
27890
  name: "Button",
27850
27891
  common: derived,
27851
- self: self$1m
27892
+ self: self$1n
27852
27893
  };
27853
27894
 
27854
27895
  const buttonDark = {
27855
27896
  name: "Button",
27856
27897
  common: derived$1,
27857
- self: self$1m
27898
+ self: self$1n
27858
27899
  };
27859
27900
 
27860
27901
  var rtlStyle$p = cB("button", [cM("rtl", `
@@ -27872,7 +27913,7 @@ const buttonRtl = {
27872
27913
  style: rtlStyle$p
27873
27914
  };
27874
27915
 
27875
- var style$1x = c$1([cB("button", `
27916
+ var style$1y = c$1([cB("button", `
27876
27917
  margin: 0;
27877
27918
  font-weight: var(--u-font-weight);
27878
27919
  line-height: 1;
@@ -28203,7 +28244,7 @@ const Button = defineComponent({
28203
28244
  const themeRef = useTheme(
28204
28245
  "Button",
28205
28246
  "-button",
28206
- style$1x,
28247
+ style$1y,
28207
28248
  buttonLight,
28208
28249
  props,
28209
28250
  mergedClsPrefixRef
@@ -28637,7 +28678,7 @@ var commonVariables$4 = {
28637
28678
  iconMargin: "0 16px 0 0"
28638
28679
  };
28639
28680
 
28640
- function self$1l(vars) {
28681
+ function self$1m(vars) {
28641
28682
  const {
28642
28683
  closeMedium,
28643
28684
  iconMedium,
@@ -28722,13 +28763,13 @@ function self$1l(vars) {
28722
28763
  const messageLight = {
28723
28764
  name: "Message",
28724
28765
  common: derived,
28725
- self: self$1l
28766
+ self: self$1m
28726
28767
  };
28727
28768
 
28728
28769
  const messageDark = {
28729
28770
  name: "Message",
28730
28771
  common: derived$1,
28731
- self: self$1l
28772
+ self: self$1m
28732
28773
  };
28733
28774
 
28734
28775
  var rtlStyle$o = cB("message", [cM("rtl", `
@@ -28763,7 +28804,7 @@ const messageProps = {
28763
28804
  onMouseleave: Function
28764
28805
  };
28765
28806
 
28766
- var style$1w = c$1([cB("message-wrapper", `
28807
+ var style$1x = c$1([cB("message-wrapper", `
28767
28808
  margin: var(--u-margin);
28768
28809
  z-index: 0;
28769
28810
  transform-origin: top center;
@@ -28884,7 +28925,7 @@ var UMessage = defineComponent({
28884
28925
  const themeRef = useTheme(
28885
28926
  "Message",
28886
28927
  "-message",
28887
- style$1w,
28928
+ style$1x,
28888
28929
  messageLight,
28889
28930
  messageProviderProps,
28890
28931
  mergedClsPrefixRef
@@ -29563,7 +29604,7 @@ var UInput$1 = defineComponent({
29563
29604
  const themeRef = useTheme(
29564
29605
  "Input",
29565
29606
  "-input",
29566
- style$1y,
29607
+ style$1z,
29567
29608
  inputLight,
29568
29609
  props,
29569
29610
  mergedClsPrefixRef
@@ -29802,10 +29843,12 @@ var UInput$1 = defineComponent({
29802
29843
  }
29803
29844
  function handleInput(e, index = 0, event = "input") {
29804
29845
  let targetValue = e.target.value;
29846
+ const sourceValue = targetValue;
29805
29847
  if (props.uppercase)
29806
29848
  targetValue = targetValue.toUpperCase();
29807
29849
  if (props.formatter)
29808
29850
  targetValue = props.formatter(targetValue);
29851
+ const valueTransformed = targetValue !== sourceValue;
29809
29852
  syncMirror(targetValue);
29810
29853
  if (e instanceof InputEvent && !e.isComposing) {
29811
29854
  isComposingRef.value = false;
@@ -29836,7 +29879,7 @@ var UInput$1 = defineComponent({
29836
29879
  }
29837
29880
  }
29838
29881
  vm.$forceUpdate();
29839
- if (!isIncomingValueValid) {
29882
+ if (!isIncomingValueValid || valueTransformed) {
29840
29883
  void nextTick(focusedInputCursorControl.restoreCursor);
29841
29884
  }
29842
29885
  }
@@ -30650,7 +30693,7 @@ var UInput$1 = defineComponent({
30650
30693
  }
30651
30694
  });
30652
30695
 
30653
- var style$1v = cB("input-group", `
30696
+ var style$1w = cB("input-group", `
30654
30697
  display: inline-flex;
30655
30698
  width: 100%;
30656
30699
  flex-wrap: nowrap;
@@ -30713,7 +30756,7 @@ var _UInputGroup = defineComponent({
30713
30756
  props: inputGroupProps,
30714
30757
  setup(props) {
30715
30758
  const { mergedClsPrefixRef } = useConfig(props);
30716
- useStyle("-input-group", style$1v, mergedClsPrefixRef);
30759
+ useStyle("-input-group", style$1w, mergedClsPrefixRef);
30717
30760
  return {
30718
30761
  mergedClsPrefix: mergedClsPrefixRef
30719
30762
  };
@@ -30724,7 +30767,7 @@ var _UInputGroup = defineComponent({
30724
30767
  }
30725
30768
  });
30726
30769
 
30727
- var style$1u = cB("input-group-label", `
30770
+ var style$1v = cB("input-group-label", `
30728
30771
  position: relative;
30729
30772
  user-select: none;
30730
30773
  -webkit-user-select: none;
@@ -30772,7 +30815,7 @@ var _UInputGroupLabel = defineComponent({
30772
30815
  const themeRef = useTheme(
30773
30816
  "Input",
30774
30817
  "-input-group-label",
30775
- style$1u,
30818
+ style$1v,
30776
30819
  inputLight,
30777
30820
  props,
30778
30821
  mergedClsPrefixRef
@@ -30898,7 +30941,7 @@ function createValOptMap(options, valueField, childrenField) {
30898
30941
  return valOptMap;
30899
30942
  }
30900
30943
 
30901
- function self$1k(vars) {
30944
+ function self$1l(vars) {
30902
30945
  const {
30903
30946
  shadowDepth2
30904
30947
  } = vars;
@@ -30913,7 +30956,7 @@ const autoCompleteLight = createTheme$1({
30913
30956
  InternalSelectMenu: internalSelectMenuLight,
30914
30957
  Input: inputLight
30915
30958
  },
30916
- self: self$1k
30959
+ self: self$1l
30917
30960
  });
30918
30961
 
30919
30962
  const autoCompleteDark = {
@@ -30923,10 +30966,10 @@ const autoCompleteDark = {
30923
30966
  InternalSelectMenu: internalSelectMenuDark,
30924
30967
  Input: inputDark
30925
30968
  },
30926
- self: self$1k
30969
+ self: self$1l
30927
30970
  };
30928
30971
 
30929
- var style$1t = c$1([cB("auto-complete", `
30972
+ var style$1u = c$1([cB("auto-complete", `
30930
30973
  z-index: auto;
30931
30974
  position: relative;
30932
30975
  display: inline-flex;
@@ -31056,7 +31099,7 @@ var _UAutoComplete = defineComponent({
31056
31099
  const themeRef = useTheme(
31057
31100
  "AutoComplete",
31058
31101
  "-auto-complete",
31059
- style$1t,
31102
+ style$1u,
31060
31103
  autoCompleteLight,
31061
31104
  props,
31062
31105
  mergedClsPrefixRef
@@ -31453,7 +31496,7 @@ const observeIntersection = (el, options, shouldStartLoadingRef) => {
31453
31496
  return unobserve;
31454
31497
  };
31455
31498
 
31456
- function self$1j(vars) {
31499
+ function self$1k(vars) {
31457
31500
  const {
31458
31501
  heightSmall,
31459
31502
  heightMedium,
@@ -31474,16 +31517,16 @@ function self$1j(vars) {
31474
31517
  const skeletonLight = {
31475
31518
  name: "Skeleton",
31476
31519
  common: derived,
31477
- self: self$1j
31520
+ self: self$1k
31478
31521
  };
31479
31522
 
31480
31523
  const skeletonDark = {
31481
31524
  name: "Skeleton",
31482
31525
  common: derived$1,
31483
- self: self$1j
31526
+ self: self$1k
31484
31527
  };
31485
31528
 
31486
- var style$1s = c$1([cB("skeleton", `
31529
+ var style$1t = c$1([cB("skeleton", `
31487
31530
  height: 1em;
31488
31531
  width: 100%;
31489
31532
  transition: background-color .3s var(--u-bezier);
@@ -31542,7 +31585,7 @@ var _USkeleton = defineComponent({
31542
31585
  const themeRef = useTheme(
31543
31586
  "Skeleton",
31544
31587
  "-skeleton",
31545
- style$1s,
31588
+ style$1t,
31546
31589
  skeletonLight,
31547
31590
  props,
31548
31591
  mergedClsPrefixRef
@@ -31597,7 +31640,7 @@ var _USkeleton = defineComponent({
31597
31640
  }
31598
31641
  });
31599
31642
 
31600
- function self$1i(vars) {
31643
+ function self$1j(vars) {
31601
31644
  const {
31602
31645
  borderRadius,
31603
31646
  heightSmall,
@@ -31629,18 +31672,18 @@ function self$1i(vars) {
31629
31672
  const avatarLight = {
31630
31673
  name: "Avatar",
31631
31674
  common: derived,
31632
- self: self$1i
31675
+ self: self$1j
31633
31676
  };
31634
31677
 
31635
31678
  const avatarDark = {
31636
31679
  name: "Avatar",
31637
31680
  common: derived$1,
31638
- self: self$1i
31681
+ self: self$1j
31639
31682
  };
31640
31683
 
31641
31684
  const avatarGroupInjectionKey = createInjectionKey("u-avatar-group");
31642
31685
 
31643
- var style$1r = cB("avatar", `
31686
+ var style$1s = cB("avatar", `
31644
31687
  width: var(--u-merged-size);
31645
31688
  height: var(--u-merged-size);
31646
31689
  color: var(--u-text-color);
@@ -31752,7 +31795,7 @@ var _UAvatar = defineComponent({
31752
31795
  const themeRef = useTheme(
31753
31796
  "Avatar",
31754
31797
  "-avatar",
31755
- style$1r,
31798
+ style$1s,
31756
31799
  avatarLight,
31757
31800
  props,
31758
31801
  mergedClsPrefixRef
@@ -31963,7 +32006,7 @@ var _UAvatar = defineComponent({
31963
32006
  }
31964
32007
  });
31965
32008
 
31966
- function self$1h() {
32009
+ function self$1i() {
31967
32010
  return {
31968
32011
  gap: "-12px"
31969
32012
  };
@@ -31974,7 +32017,7 @@ const avatarGroupLight = createTheme$1({
31974
32017
  peers: {
31975
32018
  Avatar: avatarLight
31976
32019
  },
31977
- self: self$1h
32020
+ self: self$1i
31978
32021
  });
31979
32022
 
31980
32023
  const avatarGroupDark = {
@@ -31983,7 +32026,7 @@ const avatarGroupDark = {
31983
32026
  peers: {
31984
32027
  Avatar: avatarDark
31985
32028
  },
31986
- self: self$1h
32029
+ self: self$1i
31987
32030
  };
31988
32031
 
31989
32032
  var rtlStyle$n = cB("avatar-group", [cM("rtl", `
@@ -32000,7 +32043,7 @@ const avatarGroupRtl = {
32000
32043
  style: rtlStyle$n
32001
32044
  };
32002
32045
 
32003
- var style$1q = cB("avatar-group", `
32046
+ var style$1r = cB("avatar-group", `
32004
32047
  flex-wrap: nowrap;
32005
32048
  display: inline-flex;
32006
32049
  position: relative;
@@ -32035,7 +32078,7 @@ var _UAvatarGroup = defineComponent({
32035
32078
  const mergedThemeRef = useTheme(
32036
32079
  "AvatarGroup",
32037
32080
  "-avatar-group",
32038
- style$1q,
32081
+ style$1r,
32039
32082
  avatarGroupLight,
32040
32083
  props,
32041
32084
  mergedClsPrefixRef
@@ -32124,7 +32167,7 @@ var _UAvatarGroup = defineComponent({
32124
32167
  }
32125
32168
  });
32126
32169
 
32127
- function self$1g(vars) {
32170
+ function self$1h(vars) {
32128
32171
  const {
32129
32172
  heightLarge,
32130
32173
  iconMedium,
@@ -32149,13 +32192,13 @@ function self$1g(vars) {
32149
32192
  const backTopLight = {
32150
32193
  name: "BackTop",
32151
32194
  common: derived,
32152
- self: self$1g
32195
+ self: self$1h
32153
32196
  };
32154
32197
 
32155
32198
  const backTopDark = {
32156
32199
  name: "BackTop",
32157
32200
  common: derived$1,
32158
- self: self$1g
32201
+ self: self$1h
32159
32202
  };
32160
32203
 
32161
32204
  var BackTopIcon = /* @__PURE__ */ h(
@@ -32169,7 +32212,7 @@ var BackTopIcon = /* @__PURE__ */ h(
32169
32212
  /* @__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" })))))))
32170
32213
  );
32171
32214
 
32172
- var style$1p = cB("back-top", `
32215
+ var style$1q = cB("back-top", `
32173
32216
  position: fixed;
32174
32217
  right: 40px;
32175
32218
  bottom: 40px;
@@ -32308,7 +32351,7 @@ var _UBackTop = defineComponent({
32308
32351
  const themeRef = useTheme(
32309
32352
  "BackTop",
32310
32353
  "-back-top",
32311
- style$1p,
32354
+ style$1q,
32312
32355
  backTopLight,
32313
32356
  props,
32314
32357
  mergedClsPrefixRef
@@ -32459,7 +32502,7 @@ var _UBackTop = defineComponent({
32459
32502
  }
32460
32503
  });
32461
32504
 
32462
- function self$1f(vars) {
32505
+ function self$1g(vars) {
32463
32506
  const {
32464
32507
  brandQuaternary500,
32465
32508
  elementsPrimary,
@@ -32492,13 +32535,13 @@ function self$1f(vars) {
32492
32535
  const badgeLight = {
32493
32536
  name: "Badge",
32494
32537
  common: derived,
32495
- self: self$1f
32538
+ self: self$1g
32496
32539
  };
32497
32540
 
32498
32541
  const badgeDark = {
32499
32542
  name: "Badge",
32500
32543
  common: derived$1,
32501
- self: self$1f
32544
+ self: self$1g
32502
32545
  };
32503
32546
 
32504
32547
  var rtlStyle$m = cB("badge", [cM("rtl", `
@@ -32515,7 +32558,7 @@ const badgeRtl = {
32515
32558
  style: rtlStyle$m
32516
32559
  };
32517
32560
 
32518
- var style$1o = c$1([c$1("@keyframes badge-wave-spread", {
32561
+ var style$1p = c$1([c$1("@keyframes badge-wave-spread", {
32519
32562
  from: {
32520
32563
  boxShadow: "0 0 0.5px 0px var(--u-ripple-color)",
32521
32564
  opacity: 0.6
@@ -32629,7 +32672,7 @@ var _UBadge = defineComponent({
32629
32672
  const themeRef = useTheme(
32630
32673
  "Badge",
32631
32674
  "-badge",
32632
- style$1o,
32675
+ style$1p,
32633
32676
  badgeLight,
32634
32677
  props,
32635
32678
  mergedClsPrefixRef
@@ -32765,7 +32808,7 @@ var _UBadge = defineComponent({
32765
32808
  }
32766
32809
  });
32767
32810
 
32768
- function self$1e(vars) {
32811
+ function self$1f(vars) {
32769
32812
  const {
32770
32813
  fontWeightStrong,
32771
32814
  fontBodyMedium,
@@ -32788,16 +32831,16 @@ function self$1e(vars) {
32788
32831
  const breadcrumbLight = {
32789
32832
  name: "Breadcrumb",
32790
32833
  common: derived,
32791
- self: self$1e
32834
+ self: self$1f
32792
32835
  };
32793
32836
 
32794
32837
  const breadcrumbDark = {
32795
32838
  name: "Breadcrumb",
32796
32839
  common: derived$1,
32797
- self: self$1e
32840
+ self: self$1f
32798
32841
  };
32799
32842
 
32800
- var style$1n = cB("breadcrumb", `
32843
+ var style$1o = cB("breadcrumb", `
32801
32844
  white-space: nowrap;
32802
32845
  cursor: default;
32803
32846
  line-height: var(--u-item-line-height);
@@ -32867,7 +32910,7 @@ var _UBreadcrumb = defineComponent({
32867
32910
  const themeRef = useTheme(
32868
32911
  "Breadcrumb",
32869
32912
  "-breadcrumb",
32870
- style$1n,
32913
+ style$1o,
32871
32914
  breadcrumbLight,
32872
32915
  props,
32873
32916
  mergedClsPrefixRef
@@ -33052,7 +33095,7 @@ function createTopBorderStyle(type) {
33052
33095
  top: n1
33053
33096
  })])])])]);
33054
33097
  }
33055
- var style$1m = cB("button-group", `
33098
+ var style$1n = cB("button-group", `
33056
33099
  flex-wrap: nowrap;
33057
33100
  display: inline-flex;
33058
33101
  position: relative;
@@ -33101,7 +33144,7 @@ var _UButtonGroup = defineComponent({
33101
33144
  props: buttonGroupProps,
33102
33145
  setup(props) {
33103
33146
  const { mergedClsPrefixRef, mergedRtlRef } = useConfig(props);
33104
- useStyle("-button-group", style$1m, mergedClsPrefixRef);
33147
+ useStyle("-button-group", style$1n, mergedClsPrefixRef);
33105
33148
  provide(buttonGroupInjectionKey, props);
33106
33149
  const rtlEnabledRef = useRtl(
33107
33150
  "ButtonGroup",
@@ -39045,7 +39088,7 @@ function getMsByDateCommonItem(item) {
39045
39088
  return resultDate.getTime();
39046
39089
  }
39047
39090
 
39048
- function self$1d(vars) {
39091
+ function self$1e(vars) {
39049
39092
  const {
39050
39093
  borderRadius,
39051
39094
  fontWeightStrong,
@@ -39089,7 +39132,7 @@ const calendarLight = createTheme$1({
39089
39132
  peers: {
39090
39133
  Button: buttonLight
39091
39134
  },
39092
- self: self$1d
39135
+ self: self$1e
39093
39136
  });
39094
39137
 
39095
39138
  const calendarDark = {
@@ -39098,10 +39141,10 @@ const calendarDark = {
39098
39141
  peers: {
39099
39142
  Button: buttonDark
39100
39143
  },
39101
- self: self$1d
39144
+ self: self$1e
39102
39145
  };
39103
39146
 
39104
- var style$1l = c$1([cB("calendar", `
39147
+ var style$1m = c$1([cB("calendar", `
39105
39148
  line-height: var(--u-line-height);
39106
39149
  font-size: var(--u-font-size);
39107
39150
  color: var(--u-text-color);
@@ -39240,7 +39283,7 @@ var _UCalendar = defineComponent({
39240
39283
  const themeRef = useTheme(
39241
39284
  "Calendar",
39242
39285
  "-calendar",
39243
- style$1l,
39286
+ style$1m,
39244
39287
  calendarLight,
39245
39288
  props,
39246
39289
  mergedClsPrefixRef
@@ -39528,7 +39571,7 @@ var commonVariables$3 = {
39528
39571
  paddingHuge: "27px 40px 28px"
39529
39572
  };
39530
39573
 
39531
- function self$1c(vars) {
39574
+ function self$1d(vars) {
39532
39575
  const {
39533
39576
  borderRadius,
39534
39577
  fontWeight,
@@ -39594,13 +39637,13 @@ function self$1c(vars) {
39594
39637
  const cardLight = {
39595
39638
  name: "Card",
39596
39639
  common: derived,
39597
- self: self$1c
39640
+ self: self$1d
39598
39641
  };
39599
39642
 
39600
39643
  const cardDark$1 = {
39601
39644
  name: "Card",
39602
39645
  common: derived$1,
39603
- self: self$1c
39646
+ self: self$1d
39604
39647
  };
39605
39648
 
39606
39649
  var rtlStyle$l = cB("card", [cM("rtl", `
@@ -39623,7 +39666,7 @@ const contentBaseStyle = cB("card-content", `
39623
39666
  `, [c$1("&:first-child", {
39624
39667
  paddingTop: "var(--u-padding-bottom)"
39625
39668
  })]);
39626
- var style$1k = c$1([cB("card", `
39669
+ var style$1l = c$1([cB("card", `
39627
39670
  font-size: var(--u-font-size);
39628
39671
  line-height: var(--u-line-height);
39629
39672
  font-weight: var(--u-font-weight);
@@ -39806,7 +39849,7 @@ var _UCard = defineComponent({
39806
39849
  const themeRef = useTheme(
39807
39850
  "Card",
39808
39851
  "-card",
39809
- style$1k,
39852
+ style$1l,
39810
39853
  cardLight,
39811
39854
  props,
39812
39855
  mergedClsPrefixRef
@@ -40389,7 +40432,7 @@ var UGi$1 = defineComponent({
40389
40432
  }
40390
40433
  });
40391
40434
 
40392
- function self$1b(vars) {
40435
+ function self$1c(vars) {
40393
40436
  const {
40394
40437
  textSecondary,
40395
40438
  textPrimary,
@@ -40424,10 +40467,10 @@ function self$1b(vars) {
40424
40467
  const cardListLight = {
40425
40468
  name: "CardList",
40426
40469
  common: derived,
40427
- self: self$1b
40470
+ self: self$1c
40428
40471
  };
40429
40472
 
40430
- var style$1j = cB("card-list-item", [c$1("&", {
40473
+ var style$1k = cB("card-list-item", [c$1("&", {
40431
40474
  padding: "16px",
40432
40475
  borderRadius: "var(--u-border-radius)",
40433
40476
  display: "flex",
@@ -40548,7 +40591,7 @@ var UCardListItem = defineComponent({
40548
40591
  props: cardListItemProps,
40549
40592
  setup(props, { slots }) {
40550
40593
  const { mergedClsPrefixRef } = useConfig(props);
40551
- useStyle("-card-list-item", style$1j, mergedClsPrefixRef);
40594
+ useStyle("-card-list-item", style$1k, mergedClsPrefixRef);
40552
40595
  const isOpen = ref(false);
40553
40596
  const toggle = () => {
40554
40597
  isOpen.value = !isOpen.value;
@@ -40679,7 +40722,7 @@ var _UCardList = defineComponent({
40679
40722
  const themeRef = useTheme(
40680
40723
  "CardList",
40681
40724
  "-card-list",
40682
- style$1j,
40725
+ style$1k,
40683
40726
  cardListLight,
40684
40727
  props,
40685
40728
  mergedClsPrefixRef
@@ -40776,7 +40819,7 @@ var _UCardList = defineComponent({
40776
40819
  }
40777
40820
  });
40778
40821
 
40779
- function self$1a() {
40822
+ function self$1b() {
40780
40823
  return {
40781
40824
  dotSize: "8px",
40782
40825
  dotColor: "rgba(255, 255, 255, .3)",
@@ -40790,13 +40833,13 @@ function self$1a() {
40790
40833
  const carouselLight = {
40791
40834
  name: "Carousel",
40792
40835
  common: derived,
40793
- self: self$1a
40836
+ self: self$1b
40794
40837
  };
40795
40838
 
40796
40839
  const carouselDark = {
40797
40840
  name: "Carousel",
40798
40841
  common: derived$1,
40799
- self: self$1a
40842
+ self: self$1b
40800
40843
  };
40801
40844
 
40802
40845
  const carouselMethodsInjectionKey = createInjectionKey("u-carousel-methods");
@@ -41080,7 +41123,7 @@ var _UCarouselItem = defineComponent({
41080
41123
  }
41081
41124
  });
41082
41125
 
41083
- var style$1i = cB("carousel", `
41126
+ var style$1j = cB("carousel", `
41084
41127
  position: relative;
41085
41128
  width: 100%;
41086
41129
  height: 100%;
@@ -42082,7 +42125,7 @@ var _UCarousel = defineComponent({
42082
42125
  const themeRef = useTheme(
42083
42126
  "Carousel",
42084
42127
  "-carousel",
42085
- style$1i,
42128
+ style$1j,
42086
42129
  carouselLight,
42087
42130
  props,
42088
42131
  mergedClsPrefixRef
@@ -42242,7 +42285,7 @@ var commonVariables$2 = {
42242
42285
  labelPadding: "0 16px"
42243
42286
  };
42244
42287
 
42245
- function self$19(vars) {
42288
+ function self$1a(vars) {
42246
42289
  const {
42247
42290
  lineHeightBodyLarge,
42248
42291
  fontBodyLarge,
@@ -42318,13 +42361,13 @@ function self$19(vars) {
42318
42361
  const checkboxLight = {
42319
42362
  name: "Checkbox",
42320
42363
  common: derived,
42321
- self: self$19
42364
+ self: self$1a
42322
42365
  };
42323
42366
 
42324
42367
  const checkboxDark = {
42325
42368
  name: "Checkbox",
42326
42369
  common: derived$1,
42327
- self: self$19
42370
+ self: self$1a
42328
42371
  };
42329
42372
 
42330
42373
  var rtlStyle$k = cB("checkbox", [cM("rtl", `
@@ -42336,7 +42379,7 @@ const checkboxRtl = {
42336
42379
  style: rtlStyle$k
42337
42380
  };
42338
42381
 
42339
- function self$18(vars) {
42382
+ function self$19(vars) {
42340
42383
  const {
42341
42384
  borderRadius,
42342
42385
  heightMedium,
@@ -42377,7 +42420,7 @@ const cascaderLight = createTheme$1({
42377
42420
  Checkbox: checkboxLight,
42378
42421
  Empty: emptyLight
42379
42422
  },
42380
- self: self$18
42423
+ self: self$19
42381
42424
  });
42382
42425
 
42383
42426
  const cascaderDark = {
@@ -42390,14 +42433,14 @@ const cascaderDark = {
42390
42433
  Checkbox: checkboxDark,
42391
42434
  Empty: emptyLight
42392
42435
  },
42393
- self: self$18
42436
+ self: self$19
42394
42437
  };
42395
42438
 
42396
42439
  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" }));
42397
42440
 
42398
42441
  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" }));
42399
42442
 
42400
- var style$1h = c$1([iconSwitchTransition(), c$1("@keyframes ripple", {
42443
+ var style$1i = c$1([iconSwitchTransition(), c$1("@keyframes ripple", {
42401
42444
  from: {
42402
42445
  transform: "scale(0)"
42403
42446
  },
@@ -42611,7 +42654,7 @@ var _UCheckbox = defineComponent({
42611
42654
  const themeRef = useTheme(
42612
42655
  "Checkbox",
42613
42656
  "-checkbox",
42614
- style$1h,
42657
+ style$1i,
42615
42658
  checkboxLight,
42616
42659
  props,
42617
42660
  mergedClsPrefixRef
@@ -43685,7 +43728,7 @@ var CascaderSelectMenu = defineComponent({
43685
43728
  }
43686
43729
  });
43687
43730
 
43688
- var style$1g = c$1([cB("cascader-menu", `
43731
+ var style$1h = c$1([cB("cascader-menu", `
43689
43732
  outline: none;
43690
43733
  position: relative;
43691
43734
  margin: 4px 0;
@@ -43927,7 +43970,7 @@ var _UCascader = defineComponent({
43927
43970
  const themeRef = useTheme(
43928
43971
  "Cascader",
43929
43972
  "-cascader",
43930
- style$1g,
43973
+ style$1h,
43931
43974
  cascaderLight,
43932
43975
  props,
43933
43976
  mergedClsPrefixRef
@@ -44859,12 +44902,12 @@ const flexDark = {
44859
44902
  }
44860
44903
  };
44861
44904
 
44862
- function self$17() {
44905
+ function self$18() {
44863
44906
  return commonVars$7;
44864
44907
  }
44865
44908
  const flexLight = {
44866
44909
  name: "Flex",
44867
- self: self$17
44910
+ self: self$18
44868
44911
  };
44869
44912
 
44870
44913
  cB("space", [cM("rtl", `
@@ -44982,7 +45025,7 @@ var _UFlex = defineComponent({
44982
45025
  }
44983
45026
  });
44984
45027
 
44985
- function self$16(vars) {
45028
+ function self$17(vars) {
44986
45029
  const {
44987
45030
  borderRadius,
44988
45031
  borderRadiusMedium,
@@ -45026,13 +45069,13 @@ function self$16(vars) {
45026
45069
  const listLight = {
45027
45070
  name: "List",
45028
45071
  common: derived,
45029
- self: self$16
45072
+ self: self$17
45030
45073
  };
45031
45074
 
45032
45075
  const listDark$1 = {
45033
45076
  name: "List",
45034
45077
  common: derived$1,
45035
- self: self$16
45078
+ self: self$17
45036
45079
  };
45037
45080
 
45038
45081
  var rtlStyle$j = cB("list", [cM("rtl", `
@@ -45051,7 +45094,7 @@ const listRtl = {
45051
45094
  style: rtlStyle$j
45052
45095
  };
45053
45096
 
45054
- function self$15(vars) {
45097
+ function self$16(vars) {
45055
45098
  const {
45056
45099
  shadowDepth2
45057
45100
  } = vars;
@@ -45066,7 +45109,7 @@ const selectLight = createTheme$1({
45066
45109
  InternalSelection: internalSelectionLight,
45067
45110
  InternalSelectMenu: internalSelectMenuLight
45068
45111
  },
45069
- self: self$15
45112
+ self: self$16
45070
45113
  });
45071
45114
 
45072
45115
  const selectDark = {
@@ -45076,13 +45119,13 @@ const selectDark = {
45076
45119
  InternalSelection: internalSelectionDark,
45077
45120
  InternalSelectMenu: internalSelectMenuDark
45078
45121
  },
45079
- self: self$15
45122
+ self: self$16
45080
45123
  };
45081
45124
 
45082
45125
  ({
45083
45126
  style: c$1([])});
45084
45127
 
45085
- function self$14(vars) {
45128
+ function self$15(vars) {
45086
45129
  const {
45087
45130
  borderRadiusSmall,
45088
45131
  fontWeightStrong,
@@ -45177,19 +45220,19 @@ function self$14(vars) {
45177
45220
  const typographyLight = {
45178
45221
  name: "Typography",
45179
45222
  common: derived,
45180
- self: self$14
45223
+ self: self$15
45181
45224
  };
45182
45225
 
45183
45226
  const typographyDark = {
45184
45227
  name: "Typography",
45185
45228
  common: derived$1,
45186
- self: self$14
45229
+ self: self$15
45187
45230
  };
45188
45231
 
45189
45232
  const chatInputLight = {
45190
45233
  ...inputLight,
45191
45234
  self(vars) {
45192
- const originalInputSelf = self$1n(vars);
45235
+ const originalInputSelf = self$1o(vars);
45193
45236
  const {
45194
45237
  elementsTertiary
45195
45238
  } = vars;
@@ -45209,7 +45252,7 @@ const chatInputLight = {
45209
45252
  const chatBadgeLight = {
45210
45253
  ...badgeLight,
45211
45254
  self(vars) {
45212
- const originalBadgeSelf = self$1f(vars);
45255
+ const originalBadgeSelf = self$1g(vars);
45213
45256
  const {
45214
45257
  brandPrimary400,
45215
45258
  elementsSecondary
@@ -45221,7 +45264,7 @@ const chatBadgeLight = {
45221
45264
  };
45222
45265
  }
45223
45266
  };
45224
- function self$13(vars) {
45267
+ function self$14(vars) {
45225
45268
  const {
45226
45269
  borderRadiusLarge,
45227
45270
  elementsQuaternary,
@@ -45294,7 +45337,7 @@ const chatLight = createTheme$1({
45294
45337
  HeaderShareIcon: iconLight,
45295
45338
  HeaderProfileIcon: iconLight
45296
45339
  },
45297
- self: self$13
45340
+ self: self$14
45298
45341
  });
45299
45342
 
45300
45343
  const chatDark = createTheme$1({
@@ -45316,7 +45359,7 @@ const chatDark = createTheme$1({
45316
45359
  HeaderProfileIcon: iconDark$1
45317
45360
  },
45318
45361
  self: vars => {
45319
- const lightVars = self$13(vars);
45362
+ const lightVars = self$14(vars);
45320
45363
  return {
45321
45364
  ...lightVars
45322
45365
  };
@@ -45424,7 +45467,7 @@ const listProps = {
45424
45467
  };
45425
45468
  const listInjectionKey = createInjectionKey("u-list");
45426
45469
 
45427
- var style$1f = c$1([cB("align-start", `
45470
+ var style$1g = c$1([cB("align-start", `
45428
45471
  align-self: self-start;
45429
45472
  `), cB("align-center", `
45430
45473
  align-self: center;
@@ -45557,7 +45600,7 @@ var _UList = defineComponent({
45557
45600
  const themeRef = useTheme(
45558
45601
  "List",
45559
45602
  "-list",
45560
- style$1f,
45603
+ style$1g,
45561
45604
  listLight,
45562
45605
  props,
45563
45606
  mergedClsPrefixRef
@@ -46039,7 +46082,7 @@ const SafeTopScrollbar = defineComponent({
46039
46082
  }
46040
46083
  });
46041
46084
 
46042
- var style$1e = cB("a", `
46085
+ var style$1f = cB("a", `
46043
46086
  cursor: pointer;
46044
46087
  transition:
46045
46088
  color .3s var(--u-bezier),
@@ -46062,7 +46105,7 @@ var a = defineComponent({
46062
46105
  const themeRef = useTheme(
46063
46106
  "Typography",
46064
46107
  "-a",
46065
- style$1e,
46108
+ style$1f,
46066
46109
  typographyLight,
46067
46110
  props,
46068
46111
  mergedClsPrefixRef
@@ -46098,7 +46141,7 @@ var a = defineComponent({
46098
46141
  }
46099
46142
  });
46100
46143
 
46101
- var style$1d = cB("blockquote", `
46144
+ var style$1e = cB("blockquote", `
46102
46145
  font-size: var(--u-font-size);
46103
46146
  line-height: var(--u-line-height);
46104
46147
  margin: 0;
@@ -46137,7 +46180,7 @@ var _UBlockquote = defineComponent({
46137
46180
  const themeRef = useTheme(
46138
46181
  "Typography",
46139
46182
  "-blockquote",
46140
- style$1d,
46183
+ style$1e,
46141
46184
  typographyLight,
46142
46185
  props,
46143
46186
  mergedClsPrefixRef
@@ -46186,7 +46229,7 @@ var _UBlockquote = defineComponent({
46186
46229
  }
46187
46230
  });
46188
46231
 
46189
- var style$1c = cB("h", `
46232
+ var style$1d = cB("h", `
46190
46233
  font-size: var(--u-font-size);
46191
46234
  font-weight: var(--u-font-weight);
46192
46235
  margin: var(--u-margin);
@@ -46231,7 +46274,7 @@ var createHeader = level => defineComponent({
46231
46274
  mergedClsPrefixRef,
46232
46275
  inlineThemeDisabled
46233
46276
  } = useConfig(props);
46234
- const themeRef = useTheme("Typography", "-h", style$1c, typographyLight, props, mergedClsPrefixRef);
46277
+ const themeRef = useTheme("Typography", "-h", style$1d, typographyLight, props, mergedClsPrefixRef);
46235
46278
  const cssVarsRef = computed(() => {
46236
46279
  const {
46237
46280
  type
@@ -46295,7 +46338,7 @@ const UH4$1 = createHeader("4");
46295
46338
  const UH5$1 = createHeader("5");
46296
46339
  const UH6$1 = createHeader("6");
46297
46340
 
46298
- var style$1b = cB("hr", `
46341
+ var style$1c = cB("hr", `
46299
46342
  margin: 12px 0;
46300
46343
  transition: border-color .3s var(--u-bezier);
46301
46344
  border-left: none;
@@ -46320,7 +46363,7 @@ var _UHr = defineComponent({
46320
46363
  const themeRef = useTheme(
46321
46364
  "Typography",
46322
46365
  "-hr",
46323
- style$1b,
46366
+ style$1c,
46324
46367
  typographyLight,
46325
46368
  props,
46326
46369
  mergedClsPrefixRef
@@ -46374,7 +46417,7 @@ const childStyle = [c$1("&:first-child", `
46374
46417
  `), c$1("&:last-child", `
46375
46418
  margin-bottom: 0;
46376
46419
  `)];
46377
- var style$1a = c$1([cB("ol", {
46420
+ var style$1b = c$1([cB("ol", {
46378
46421
  fontSize: "var(--u-font-size)",
46379
46422
  padding: "var(--u-ol-padding)"
46380
46423
  }, [cM("align-text", {
@@ -46398,7 +46441,7 @@ var _UOl = defineComponent({
46398
46441
  const themeRef = useTheme(
46399
46442
  "Typography",
46400
46443
  "-xl",
46401
- style$1a,
46444
+ style$1b,
46402
46445
  typographyLight,
46403
46446
  props,
46404
46447
  mergedClsPrefixRef
@@ -46451,7 +46494,7 @@ var _UOl = defineComponent({
46451
46494
  }
46452
46495
  });
46453
46496
 
46454
- var style$19 = cB("p", `
46497
+ var style$1a = cB("p", `
46455
46498
  box-sizing: border-box;
46456
46499
  transition: color .3s var(--u-bezier);
46457
46500
  margin: var(--u-margin);
@@ -46472,7 +46515,7 @@ var p = defineComponent({
46472
46515
  const themeRef = useTheme(
46473
46516
  "Typography",
46474
46517
  "-p",
46475
- style$19,
46518
+ style$1a,
46476
46519
  typographyLight,
46477
46520
  props,
46478
46521
  mergedClsPrefixRef
@@ -46612,7 +46655,7 @@ var _UUl = defineComponent({
46612
46655
  const themeRef = useTheme(
46613
46656
  "Typography",
46614
46657
  "-xl",
46615
- style$1a,
46658
+ style$1b,
46616
46659
  typographyLight,
46617
46660
  props,
46618
46661
  mergedClsPrefixRef
@@ -46665,7 +46708,7 @@ var _UUl = defineComponent({
46665
46708
  }
46666
46709
  });
46667
46710
 
46668
- function self$12(vars) {
46711
+ function self$13(vars) {
46669
46712
  const {
46670
46713
  fontWeight,
46671
46714
  fontBodyMedium,
@@ -46706,16 +46749,16 @@ function self$12(vars) {
46706
46749
  const progressLight = {
46707
46750
  name: "Progress",
46708
46751
  common: derived,
46709
- self: self$12
46752
+ self: self$13
46710
46753
  };
46711
46754
 
46712
46755
  const progressDark = {
46713
46756
  name: "Progress",
46714
46757
  common: derived$1,
46715
- self: self$12
46758
+ self: self$13
46716
46759
  };
46717
46760
 
46718
- function self$11(vars) {
46761
+ function self$12(vars) {
46719
46762
  const {
46720
46763
  staticGreen,
46721
46764
  staticRed,
@@ -46772,7 +46815,7 @@ const uploadLight = createTheme$1({
46772
46815
  Button: buttonLight,
46773
46816
  Progress: progressLight
46774
46817
  },
46775
- self: self$11
46818
+ self: self$12
46776
46819
  });
46777
46820
 
46778
46821
  const uploadDark = {
@@ -46782,7 +46825,7 @@ const uploadDark = {
46782
46825
  Button: buttonDark,
46783
46826
  Progress: progressDark
46784
46827
  },
46785
- self: self$11
46828
+ self: self$12
46786
46829
  };
46787
46830
 
46788
46831
  var rtlStyle$i = cB("upload", [cM("rtl", `
@@ -46797,7 +46840,7 @@ const uploadRtl = {
46797
46840
 
46798
46841
  const uploadInjectionKey = createInjectionKey("u-upload");
46799
46842
 
46800
- var style$18 = c$1([cB("upload", "width: var(--u-upload-width)", [cM("dragger-inside", [cB("upload-trigger", `
46843
+ var style$19 = c$1([cB("upload", "width: var(--u-upload-width)", [cM("dragger-inside", [cB("upload-trigger", `
46801
46844
  display: block;
46802
46845
  `)]), cM("drag-over", [cB("upload-dragger", `
46803
46846
  border: var(--u-dragger-border-hover);
@@ -47258,10 +47301,10 @@ const buttonGroupRtl = {
47258
47301
  const cardDark = {
47259
47302
  name: "CardList",
47260
47303
  common: derived$1,
47261
- self: self$1b
47304
+ self: self$1c
47262
47305
  };
47263
47306
 
47264
- function self$10(vars) {
47307
+ function self$11(vars) {
47265
47308
  const {
47266
47309
  textPrimary,
47267
47310
  fontBodyMedium,
@@ -47289,12 +47332,12 @@ function self$10(vars) {
47289
47332
  const codeLight = {
47290
47333
  name: "Code",
47291
47334
  common: derived,
47292
- self: self$10
47335
+ self: self$11
47293
47336
  };
47294
47337
 
47295
- function self$$(vars) {
47338
+ function self$10(vars) {
47296
47339
  return {
47297
- ...self$10(vars),
47340
+ ...self$11(vars),
47298
47341
  // extracted from hljs atom-one-dark.scss
47299
47342
  "mono-3": "#5c6370",
47300
47343
  "hue-1": "#56b6c2",
@@ -47310,10 +47353,10 @@ function self$$(vars) {
47310
47353
  const codeDark = {
47311
47354
  name: "Code",
47312
47355
  common: derived$1,
47313
- self: self$$
47356
+ self: self$10
47314
47357
  };
47315
47358
 
47316
- function self$_(vars) {
47359
+ function self$$(vars) {
47317
47360
  const {
47318
47361
  cubicBezierEaseInOut
47319
47362
  } = vars;
@@ -47324,13 +47367,13 @@ function self$_(vars) {
47324
47367
  const collapseTransitionLight = {
47325
47368
  name: "CollapseTransition",
47326
47369
  common: derived,
47327
- self: self$_
47370
+ self: self$$
47328
47371
  };
47329
47372
 
47330
47373
  const collapseTransitionDark = {
47331
47374
  name: "CollapseTransition",
47332
47375
  common: derived$1,
47333
- self: self$_
47376
+ self: self$$
47334
47377
  };
47335
47378
 
47336
47379
  var rtlStyle$g = cB("collapse-transition", [cM("rtl", `
@@ -47343,7 +47386,7 @@ const collapseTransitionRtl = {
47343
47386
  style: rtlStyle$g
47344
47387
  };
47345
47388
 
47346
- function self$Z(vars) {
47389
+ function self$_(vars) {
47347
47390
  const {
47348
47391
  fontWeight,
47349
47392
  fontBodyLarge,
@@ -47383,13 +47426,13 @@ function self$Z(vars) {
47383
47426
  const collapseLight = {
47384
47427
  name: "Collapse",
47385
47428
  common: derived,
47386
- self: self$Z
47429
+ self: self$_
47387
47430
  };
47388
47431
 
47389
47432
  const collapseDark = {
47390
47433
  name: "Collapse",
47391
47434
  common: derived$1,
47392
- self: self$Z
47435
+ self: self$_
47393
47436
  };
47394
47437
 
47395
47438
  var rtlStyle$f = cB("collapse", [cM("rtl", `
@@ -47412,7 +47455,7 @@ const collapseRtl = {
47412
47455
  style: rtlStyle$f
47413
47456
  };
47414
47457
 
47415
- function self$Y(vars) {
47458
+ function self$Z(vars) {
47416
47459
  const {
47417
47460
  borderRadius,
47418
47461
  fontBodySmall,
@@ -47499,7 +47542,7 @@ const dropdownLight = createTheme$1({
47499
47542
  peers: {
47500
47543
  Popover: popoverLight
47501
47544
  },
47502
- self: self$Y
47545
+ self: self$Z
47503
47546
  });
47504
47547
 
47505
47548
  const dropdownDark = {
@@ -47508,7 +47551,7 @@ const dropdownDark = {
47508
47551
  peers: {
47509
47552
  Popover: popoverDark
47510
47553
  },
47511
- self: self$Y
47554
+ self: self$Z
47512
47555
  };
47513
47556
 
47514
47557
  const popselect = {
@@ -47520,7 +47563,7 @@ const popselect = {
47520
47563
  }
47521
47564
  };
47522
47565
 
47523
- function self$X(vars) {
47566
+ function self$Y(vars) {
47524
47567
  const {
47525
47568
  shadowDepth2
47526
47569
  } = vars;
@@ -47535,10 +47578,10 @@ const popselectLight = createTheme$1({
47535
47578
  Popover: popoverLight,
47536
47579
  InternalSelectMenu: internalSelectMenuLight
47537
47580
  },
47538
- self: self$X
47581
+ self: self$Y
47539
47582
  });
47540
47583
 
47541
- function self$W(vars) {
47584
+ function self$X(vars) {
47542
47585
  const {
47543
47586
  brandPrimary100,
47544
47587
  transparencySecondary,
@@ -47636,7 +47679,7 @@ const paginationLight = createTheme$1({
47636
47679
  Input: inputLight,
47637
47680
  Popselect: popselectLight
47638
47681
  },
47639
- self: self$W
47682
+ self: self$X
47640
47683
  });
47641
47684
 
47642
47685
  const paginationDark = {
@@ -47647,7 +47690,7 @@ const paginationDark = {
47647
47690
  Input: inputDark,
47648
47691
  Popselect: popselect
47649
47692
  },
47650
- self: self$W
47693
+ self: self$X
47651
47694
  };
47652
47695
 
47653
47696
  var rtlStyle$e = cB("pagination", [cM("rtl", `
@@ -47664,7 +47707,7 @@ const paginationRtl = {
47664
47707
  peers: [inputRtl]
47665
47708
  };
47666
47709
 
47667
- function self$V(vars) {
47710
+ function self$W(vars) {
47668
47711
  const {
47669
47712
  heightTiny,
47670
47713
  heightSmall,
@@ -47756,13 +47799,13 @@ function self$V(vars) {
47756
47799
  const radioLight = {
47757
47800
  name: "Radio",
47758
47801
  common: derived,
47759
- self: self$V
47802
+ self: self$W
47760
47803
  };
47761
47804
 
47762
47805
  const radioDark = {
47763
47806
  name: "Radio",
47764
47807
  common: derived$1,
47765
- self: self$V
47808
+ self: self$W
47766
47809
  };
47767
47810
 
47768
47811
  var rtlStyle$d = c$1([cB("radio", [cM("rtl", `
@@ -47790,7 +47833,7 @@ const radioRtl = {
47790
47833
  style: rtlStyle$d
47791
47834
  };
47792
47835
 
47793
- function self$U(vars) {
47836
+ function self$V(vars) {
47794
47837
  const {
47795
47838
  borderRadius,
47796
47839
  opacityDisabled,
@@ -47891,7 +47934,7 @@ const dataTableLight = createTheme$1({
47891
47934
  Ellipsis: ellipsisLight,
47892
47935
  Dropdown: dropdownLight
47893
47936
  },
47894
- self: self$U
47937
+ self: self$V
47895
47938
  });
47896
47939
 
47897
47940
  const dataTableDark = {
@@ -47908,10 +47951,10 @@ const dataTableDark = {
47908
47951
  Ellipsis: ellipsisDark,
47909
47952
  Dropdown: dropdownDark
47910
47953
  },
47911
- self: self$U
47954
+ self: self$V
47912
47955
  };
47913
47956
 
47914
- function self$T(vars) {
47957
+ function self$U(vars) {
47915
47958
  const {
47916
47959
  opacityDisabled,
47917
47960
  borderRadius,
@@ -47953,7 +47996,7 @@ const timePickerLight = createTheme$1({
47953
47996
  Button: buttonLight,
47954
47997
  Input: inputLight
47955
47998
  },
47956
- self: self$T
47999
+ self: self$U
47957
48000
  });
47958
48001
 
47959
48002
  const timePickerDark = {
@@ -47964,7 +48007,7 @@ const timePickerDark = {
47964
48007
  Button: buttonDark,
47965
48008
  Input: inputDark
47966
48009
  },
47967
- self: self$T
48010
+ self: self$U
47968
48011
  };
47969
48012
 
47970
48013
  const itemWidth = "38px";
@@ -48010,7 +48053,7 @@ var commonVars$6 = {
48010
48053
  calendarRightPaddingYearrange: "0"
48011
48054
  };
48012
48055
 
48013
- function self$S(vars) {
48056
+ function self$T(vars) {
48014
48057
  const {
48015
48058
  iconMedium,
48016
48059
  fontWeightStrong,
@@ -48111,7 +48154,7 @@ const datePickerLight = createTheme$1({
48111
48154
  Scrollbar: scrollbarLight,
48112
48155
  Select: internalSelectionLight
48113
48156
  },
48114
- self: self$S
48157
+ self: self$T
48115
48158
  });
48116
48159
 
48117
48160
  const datePickerDark = {
@@ -48124,10 +48167,10 @@ const datePickerDark = {
48124
48167
  Scrollbar: scrollbarDark,
48125
48168
  Select: internalSelectionDark
48126
48169
  },
48127
- self: self$S
48170
+ self: self$T
48128
48171
  };
48129
48172
 
48130
- function self$R(vars) {
48173
+ function self$S(vars) {
48131
48174
  const {
48132
48175
  borderRadius,
48133
48176
  lineHeightBodyLarge,
@@ -48177,13 +48220,13 @@ function self$R(vars) {
48177
48220
  const descriptionsLight = {
48178
48221
  name: "Descriptions",
48179
48222
  common: derived,
48180
- self: self$R
48223
+ self: self$S
48181
48224
  };
48182
48225
 
48183
48226
  const descriptionsDark = {
48184
48227
  name: "Descriptions",
48185
48228
  common: derived$1,
48186
- self: self$R
48229
+ self: self$S
48187
48230
  };
48188
48231
 
48189
48232
  var commonVars$5 = {
@@ -48197,7 +48240,7 @@ var commonVars$5 = {
48197
48240
  closeBorderRadius: "100px"
48198
48241
  };
48199
48242
 
48200
- function self$Q(vars) {
48243
+ function self$R(vars) {
48201
48244
  const {
48202
48245
  borderRadius,
48203
48246
  containerPrimary,
@@ -48254,7 +48297,7 @@ const dialogLight = createTheme$1({
48254
48297
  peers: {
48255
48298
  Button: buttonLight
48256
48299
  },
48257
- self: self$Q
48300
+ self: self$R
48258
48301
  });
48259
48302
 
48260
48303
  const dialogDark = {
@@ -48263,10 +48306,10 @@ const dialogDark = {
48263
48306
  peers: {
48264
48307
  Button: buttonDark
48265
48308
  },
48266
- self: self$Q
48309
+ self: self$R
48267
48310
  };
48268
48311
 
48269
- function self$P(vars) {
48312
+ function self$Q(vars) {
48270
48313
  const {
48271
48314
  elementsQuaternary,
48272
48315
  textPrimary,
@@ -48286,13 +48329,13 @@ function self$P(vars) {
48286
48329
  const dividerLight = {
48287
48330
  name: "Divider",
48288
48331
  common: derived,
48289
- self: self$P
48332
+ self: self$Q
48290
48333
  };
48291
48334
 
48292
48335
  const dividerDark = {
48293
48336
  name: "Divider",
48294
48337
  common: derived$1,
48295
- self: self$P
48338
+ self: self$Q
48296
48339
  };
48297
48340
 
48298
48341
  var commonVars$4 = {
@@ -48308,7 +48351,7 @@ var commonVars$4 = {
48308
48351
  contentBorderRadius: "24px"
48309
48352
  };
48310
48353
 
48311
- function self$O(vars) {
48354
+ function self$P(vars) {
48312
48355
  const {
48313
48356
  containerPrimary,
48314
48357
  textPrimary,
@@ -48357,7 +48400,7 @@ const drawerLight = createTheme$1({
48357
48400
  peers: {
48358
48401
  Scrollbar: scrollbarLight
48359
48402
  },
48360
- self: self$O
48403
+ self: self$P
48361
48404
  });
48362
48405
 
48363
48406
  const drawerDark = {
@@ -48366,7 +48409,7 @@ const drawerDark = {
48366
48409
  peers: {
48367
48410
  Scrollbar: scrollbarDark
48368
48411
  },
48369
- self: self$O
48412
+ self: self$P
48370
48413
  };
48371
48414
 
48372
48415
  var rtlStyle$c = cB("drawer", [cM("rtl", `
@@ -48400,7 +48443,7 @@ const dynamicInputDark = {
48400
48443
  }
48401
48444
  };
48402
48445
 
48403
- function self$N() {
48446
+ function self$O() {
48404
48447
  return commonVariables$1;
48405
48448
  }
48406
48449
  const dynamicInputLight = createTheme$1({
@@ -48410,7 +48453,7 @@ const dynamicInputLight = createTheme$1({
48410
48453
  Input: inputLight,
48411
48454
  Button: buttonLight
48412
48455
  },
48413
- self: self$N
48456
+ self: self$O
48414
48457
  });
48415
48458
 
48416
48459
  var rtlStyle$b = cB("input-number", [cM("rtl", `
@@ -48451,12 +48494,12 @@ const spaceDark = {
48451
48494
  }
48452
48495
  };
48453
48496
 
48454
- function self$M() {
48497
+ function self$N() {
48455
48498
  return commonVars$3;
48456
48499
  }
48457
48500
  const spaceLight = {
48458
48501
  name: "Space",
48459
- self: self$M
48502
+ self: self$N
48460
48503
  };
48461
48504
 
48462
48505
  var rtlStyle$9 = cB("space", [cM("rtl", `
@@ -48528,7 +48571,7 @@ const floatButtonGroupDark = {
48528
48571
  }
48529
48572
  };
48530
48573
 
48531
- function self$L(vars) {
48574
+ function self$M(vars) {
48532
48575
  const {
48533
48576
  containerPrimary,
48534
48577
  elementsQuaternary,
@@ -48544,7 +48587,7 @@ function self$L(vars) {
48544
48587
  const themeLight$4 = {
48545
48588
  name: "FloatButtonGroup",
48546
48589
  common: derived,
48547
- self: self$L
48590
+ self: self$M
48548
48591
  };
48549
48592
 
48550
48593
  const floatButtonDark = {
@@ -48579,7 +48622,7 @@ const floatButtonDark = {
48579
48622
  }
48580
48623
  };
48581
48624
 
48582
- function self$K(vars) {
48625
+ function self$L(vars) {
48583
48626
  const {
48584
48627
  containerPrimary,
48585
48628
  textPrimary,
@@ -48608,10 +48651,10 @@ function self$K(vars) {
48608
48651
  const themeLight$3 = {
48609
48652
  name: "FloatButton",
48610
48653
  common: derived,
48611
- self: self$K
48654
+ self: self$L
48612
48655
  };
48613
48656
 
48614
- function self$J(vars) {
48657
+ function self$K(vars) {
48615
48658
  const {
48616
48659
  heightSmall,
48617
48660
  heightMedium,
@@ -48666,16 +48709,16 @@ function self$J(vars) {
48666
48709
  const formLight = {
48667
48710
  name: "Form",
48668
48711
  common: derived,
48669
- self: self$J
48712
+ self: self$K
48670
48713
  };
48671
48714
 
48672
48715
  const formItemDark = {
48673
48716
  name: "Form",
48674
48717
  common: derived$1,
48675
- self: self$J
48718
+ self: self$K
48676
48719
  };
48677
48720
 
48678
- function self$I(vars) {
48721
+ function self$J(vars) {
48679
48722
  const {
48680
48723
  brandPrimary500,
48681
48724
  staticGreen,
@@ -48712,16 +48755,16 @@ function self$I(vars) {
48712
48755
  const gradientTextLight = {
48713
48756
  name: "GradientText",
48714
48757
  common: derived,
48715
- self: self$I
48758
+ self: self$J
48716
48759
  };
48717
48760
 
48718
48761
  const gradientTextDark = {
48719
48762
  name: "GradientText",
48720
48763
  common: derived$1,
48721
- self: self$I
48764
+ self: self$J
48722
48765
  };
48723
48766
 
48724
- function self$H(vars) {
48767
+ function self$I(vars) {
48725
48768
  const {
48726
48769
  textSecondary
48727
48770
  } = vars;
@@ -48736,7 +48779,7 @@ const inputNumberLight = createTheme$1({
48736
48779
  Button: buttonLight,
48737
48780
  Input: inputLight
48738
48781
  },
48739
- self: self$H
48782
+ self: self$I
48740
48783
  });
48741
48784
 
48742
48785
  const inputNumberDark = {
@@ -48746,10 +48789,10 @@ const inputNumberDark = {
48746
48789
  Button: buttonDark,
48747
48790
  Input: inputDark
48748
48791
  },
48749
- self: self$H
48792
+ self: self$I
48750
48793
  };
48751
48794
 
48752
- function self$G() {
48795
+ function self$H() {
48753
48796
  return {
48754
48797
  inputWidthSmall: "44px",
48755
48798
  inputWidthMedium: "50px",
@@ -48765,7 +48808,7 @@ const inputOtpLight = createTheme$1({
48765
48808
  peers: {
48766
48809
  Input: inputLight
48767
48810
  },
48768
- self: self$G
48811
+ self: self$H
48769
48812
  });
48770
48813
 
48771
48814
  const inputOtpDark = {
@@ -48774,7 +48817,7 @@ const inputOtpDark = {
48774
48817
  peers: {
48775
48818
  Input: inputDark
48776
48819
  },
48777
- self: self$G
48820
+ self: self$H
48778
48821
  };
48779
48822
 
48780
48823
  var rtlStyle$8 = cB("input-otp", [cM("rtl", `
@@ -48786,7 +48829,7 @@ const inputOtpRtl = {
48786
48829
  style: rtlStyle$8
48787
48830
  };
48788
48831
 
48789
- function self$F(vars) {
48832
+ function self$G(vars) {
48790
48833
  const {
48791
48834
  textPrimary,
48792
48835
  textQuaternary,
@@ -48832,7 +48875,7 @@ const layoutLight = createTheme$1({
48832
48875
  peers: {
48833
48876
  Scrollbar: scrollbarLight
48834
48877
  },
48835
- self: self$F
48878
+ self: self$G
48836
48879
  });
48837
48880
 
48838
48881
  const layoutDark = {
@@ -48841,7 +48884,7 @@ const layoutDark = {
48841
48884
  peers: {
48842
48885
  Scrollbar: scrollbarDark
48843
48886
  },
48844
- self: self$F
48887
+ self: self$G
48845
48888
  };
48846
48889
 
48847
48890
  const rowDark = {
@@ -48878,7 +48921,7 @@ const rowRtl = {
48878
48921
  style: rtlStyle$7
48879
48922
  };
48880
48923
 
48881
- function self$E(vars) {
48924
+ function self$F(vars) {
48882
48925
  const {
48883
48926
  brandPrimary500,
48884
48927
  staticRed
@@ -48892,16 +48935,16 @@ function self$E(vars) {
48892
48935
  const loadingBarLight = {
48893
48936
  name: "LoadingBar",
48894
48937
  common: derived,
48895
- self: self$E
48938
+ self: self$F
48896
48939
  };
48897
48940
 
48898
48941
  const loadingBarDark = {
48899
48942
  name: "LoadingBar",
48900
48943
  common: derived$1,
48901
- self: self$E
48944
+ self: self$F
48902
48945
  };
48903
48946
 
48904
- function self$D(vars) {
48947
+ function self$E(vars) {
48905
48948
  const {
48906
48949
  fontBodyMedium,
48907
48950
  textPrimary,
@@ -48924,7 +48967,7 @@ const logLight = createTheme$1({
48924
48967
  Scrollbar: scrollbarLight,
48925
48968
  Code: codeLight
48926
48969
  },
48927
- self: self$D
48970
+ self: self$E
48928
48971
  });
48929
48972
 
48930
48973
  const logDark = {
@@ -48934,25 +48977,25 @@ const logDark = {
48934
48977
  Scrollbar: scrollbarDark,
48935
48978
  Code: codeDark
48936
48979
  },
48937
- self: self$D
48980
+ self: self$E
48938
48981
  };
48939
48982
 
48940
- function self$C() {
48983
+ function self$D() {
48941
48984
  return {};
48942
48985
  }
48943
48986
  const marqueeLight = {
48944
48987
  name: "Marquee",
48945
48988
  common: derived,
48946
- self: self$C
48989
+ self: self$D
48947
48990
  };
48948
48991
 
48949
48992
  const marqueeDark = {
48950
48993
  name: "Marquee",
48951
48994
  common: derived$1,
48952
- self: self$C
48995
+ self: self$D
48953
48996
  };
48954
48997
 
48955
- function self$B(vars) {
48998
+ function self$C(vars) {
48956
48999
  const {
48957
49000
  shadowDepth2
48958
49001
  } = vars;
@@ -48967,7 +49010,7 @@ const mentionLight = createTheme$1({
48967
49010
  InternalSelectMenu: internalSelectMenuLight,
48968
49011
  Input: inputLight
48969
49012
  },
48970
- self: self$B
49013
+ self: self$C
48971
49014
  });
48972
49015
 
48973
49016
  const listDark = {
@@ -48977,7 +49020,7 @@ const listDark = {
48977
49020
  InternalSelectMenu: internalSelectMenuDark,
48978
49021
  Input: inputDark
48979
49022
  },
48980
- self: self$B
49023
+ self: self$C
48981
49024
  };
48982
49025
 
48983
49026
  function createPartialInvertedVars(color, activeItemColor, activeTextColor, groupTextColor) {
@@ -49020,7 +49063,7 @@ function createPartialInvertedVars(color, activeItemColor, activeTextColor, grou
49020
49063
  groupTextColorInverted: groupTextColor
49021
49064
  };
49022
49065
  }
49023
- function self$A(vars) {
49066
+ function self$B(vars) {
49024
49067
  const {
49025
49068
  textSecondary,
49026
49069
  borderRadiusSmall,
@@ -49088,7 +49131,7 @@ const menuLight = createTheme$1({
49088
49131
  Tooltip: tooltipLight,
49089
49132
  Dropdown: dropdownLight
49090
49133
  },
49091
- self: self$A
49134
+ self: self$B
49092
49135
  });
49093
49136
 
49094
49137
  const menuDark = {
@@ -49098,10 +49141,10 @@ const menuDark = {
49098
49141
  Tooltip: tooltipDark,
49099
49142
  Dropdown: dropdownDark
49100
49143
  },
49101
- self: self$A
49144
+ self: self$B
49102
49145
  };
49103
49146
 
49104
- function self$z(vars) {
49147
+ function self$A(vars) {
49105
49148
  const {
49106
49149
  transparencyModal,
49107
49150
  containerPrimary,
@@ -49125,7 +49168,7 @@ const modalLight = createTheme$1({
49125
49168
  Dialog: dialogLight,
49126
49169
  Card: cardLight
49127
49170
  },
49128
- self: self$z
49171
+ self: self$A
49129
49172
  });
49130
49173
 
49131
49174
  const modalDark = {
@@ -49136,7 +49179,7 @@ const modalDark = {
49136
49179
  Dialog: dialogDark,
49137
49180
  Card: cardDark$1
49138
49181
  },
49139
- self: self$z
49182
+ self: self$A
49140
49183
  };
49141
49184
 
49142
49185
  var commonVars$2 = {
@@ -49145,7 +49188,7 @@ var commonVars$2 = {
49145
49188
  closeBorderRadius: "50px"
49146
49189
  };
49147
49190
 
49148
- function self$y(vars) {
49191
+ function self$z(vars) {
49149
49192
  const {
49150
49193
  fontWeightStrong,
49151
49194
  lineHeightBodyMedium,
@@ -49278,7 +49321,7 @@ const notificationLight = createTheme$1({
49278
49321
  peers: {
49279
49322
  Scrollbar: scrollbarLight
49280
49323
  },
49281
- self: self$y
49324
+ self: self$z
49282
49325
  });
49283
49326
 
49284
49327
  const notificationDark = {
@@ -49287,7 +49330,7 @@ const notificationDark = {
49287
49330
  peers: {
49288
49331
  Scrollbar: scrollbarDark
49289
49332
  },
49290
- self: self$y
49333
+ self: self$z
49291
49334
  };
49292
49335
 
49293
49336
  var rtlStyle$6 = cB("notification", [cM("rtl", `
@@ -49317,7 +49360,7 @@ const notificationRtl = {
49317
49360
  style: rtlStyle$6
49318
49361
  };
49319
49362
 
49320
- function self$x(vars) {
49363
+ function self$y(vars) {
49321
49364
  const {
49322
49365
  fontWeightStrong,
49323
49366
  fontTitleSmall,
@@ -49343,13 +49386,13 @@ function self$x(vars) {
49343
49386
  const pageHeaderLight = createTheme$1({
49344
49387
  name: "PageHeader",
49345
49388
  common: derived,
49346
- self: self$x
49389
+ self: self$y
49347
49390
  });
49348
49391
 
49349
49392
  const pageHeaderDark = {
49350
49393
  name: "PageHeader",
49351
49394
  common: derived$1,
49352
- self: self$x
49395
+ self: self$y
49353
49396
  };
49354
49397
 
49355
49398
  var rtlStyle$5 = cB("page-header-wrapper", [cM("rtl", [cB("page-header-header", `
@@ -49376,7 +49419,7 @@ var rtl = {
49376
49419
  style: rtlStyle$5
49377
49420
  };
49378
49421
 
49379
- function self$w(vars) {
49422
+ function self$x(vars) {
49380
49423
  const {
49381
49424
  fontBodyMedium,
49382
49425
  staticOrange
@@ -49394,7 +49437,7 @@ const popconfirmLight = createTheme$1({
49394
49437
  Button: buttonLight,
49395
49438
  Popover: popoverLight
49396
49439
  },
49397
- self: self$w
49440
+ self: self$x
49398
49441
  });
49399
49442
 
49400
49443
  const popconfirmDark = {
@@ -49404,10 +49447,10 @@ const popconfirmDark = {
49404
49447
  Button: buttonDark,
49405
49448
  Popover: popoverDark
49406
49449
  },
49407
- self: self$w
49450
+ self: self$x
49408
49451
  };
49409
49452
 
49410
- function self$v(vars) {
49453
+ function self$w(vars) {
49411
49454
  const {
49412
49455
  elementsQuinary,
49413
49456
  brandSecondary600
@@ -49423,16 +49466,16 @@ function self$v(vars) {
49423
49466
  const themeLight$2 = {
49424
49467
  name: "Rate",
49425
49468
  common: derived,
49426
- self: self$v
49469
+ self: self$w
49427
49470
  };
49428
49471
 
49429
49472
  const rateDark = {
49430
49473
  name: "Rate",
49431
49474
  common: derived$1,
49432
- self: self$v
49475
+ self: self$w
49433
49476
  };
49434
49477
 
49435
- function self$u(vars) {
49478
+ function self$v(vars) {
49436
49479
  const {
49437
49480
  fontHeadingSmall,
49438
49481
  fontHeadingMedium,
@@ -49481,16 +49524,16 @@ function self$u(vars) {
49481
49524
  const resultLight = {
49482
49525
  name: "Result",
49483
49526
  common: derived,
49484
- self: self$u
49527
+ self: self$v
49485
49528
  };
49486
49529
 
49487
49530
  const resultDark = {
49488
49531
  name: "Result",
49489
49532
  common: derived$1,
49490
- self: self$u
49533
+ self: self$v
49491
49534
  };
49492
49535
 
49493
- function self$t(vars) {
49536
+ function self$u(vars) {
49494
49537
  const {
49495
49538
  borderRadius,
49496
49539
  opacityDisabled,
@@ -49537,16 +49580,16 @@ function self$t(vars) {
49537
49580
  const sliderLight = {
49538
49581
  name: "Slider",
49539
49582
  common: derived,
49540
- self: self$t
49583
+ self: self$u
49541
49584
  };
49542
49585
 
49543
49586
  const sliderDark = {
49544
49587
  name: "Slider",
49545
49588
  common: derived$1,
49546
- self: self$t
49589
+ self: self$u
49547
49590
  };
49548
49591
 
49549
- function self$s(vars) {
49592
+ function self$t(vars) {
49550
49593
  const {
49551
49594
  opacityDisabled,
49552
49595
  elementsPrimary,
@@ -49573,16 +49616,16 @@ function self$s(vars) {
49573
49616
  const spinLight = {
49574
49617
  name: "Spin",
49575
49618
  common: derived,
49576
- self: self$s
49619
+ self: self$t
49577
49620
  };
49578
49621
 
49579
49622
  const spinDark = {
49580
49623
  name: "Spin",
49581
49624
  common: derived$1,
49582
- self: self$s
49625
+ self: self$t
49583
49626
  };
49584
49627
 
49585
- function self$r(vars) {
49628
+ function self$s(vars) {
49586
49629
  const {
49587
49630
  fontBodyMedium,
49588
49631
  fontHeadingSmall,
@@ -49604,13 +49647,13 @@ function self$r(vars) {
49604
49647
  const statisticLight = {
49605
49648
  name: "Statistic",
49606
49649
  common: derived,
49607
- self: self$r
49650
+ self: self$s
49608
49651
  };
49609
49652
 
49610
49653
  const statisticDark = {
49611
49654
  name: "Statistic",
49612
49655
  common: derived$1,
49613
- self: self$r
49656
+ self: self$s
49614
49657
  };
49615
49658
 
49616
49659
  var rtlStyle$4 = cB("statistic", [cM("rtl", `
@@ -49627,7 +49670,7 @@ const statisticRtl = {
49627
49670
  style: rtlStyle$4
49628
49671
  };
49629
49672
 
49630
- function self$q(vars) {
49673
+ function self$r(vars) {
49631
49674
  const {
49632
49675
  fontBodyMedium,
49633
49676
  lineHeightBodyMedium,
@@ -49656,16 +49699,16 @@ function self$q(vars) {
49656
49699
  const statusLight = {
49657
49700
  name: "Status",
49658
49701
  common: derived,
49659
- self: self$q
49702
+ self: self$r
49660
49703
  };
49661
49704
 
49662
49705
  const emptyDark = {
49663
49706
  name: "Status",
49664
49707
  common: derived$1,
49665
- self: self$q
49708
+ self: self$r
49666
49709
  };
49667
49710
 
49668
- function self$p(vars) {
49711
+ function self$q(vars) {
49669
49712
  const {
49670
49713
  fontWeightStrong,
49671
49714
  fontBodySmall,
@@ -49742,13 +49785,13 @@ function self$p(vars) {
49742
49785
  const stepsLight = {
49743
49786
  name: "Steps",
49744
49787
  common: derived,
49745
- self: self$p
49788
+ self: self$q
49746
49789
  };
49747
49790
 
49748
49791
  const stepsDark = {
49749
49792
  name: "Steps",
49750
49793
  common: derived$1,
49751
- self: self$p
49794
+ self: self$q
49752
49795
  };
49753
49796
 
49754
49797
  var rtlStyle$3 = c$1([cB("steps", [cM("rtl", `
@@ -49770,7 +49813,7 @@ const stepsRtl = {
49770
49813
  style: rtlStyle$3
49771
49814
  };
49772
49815
 
49773
- function self$o(vars) {
49816
+ function self$p(vars) {
49774
49817
  const {
49775
49818
  opacityDisabled,
49776
49819
  borderRadius,
@@ -49834,16 +49877,16 @@ function self$o(vars) {
49834
49877
  const switchLight = {
49835
49878
  name: "Switch",
49836
49879
  common: derived,
49837
- self: self$o
49880
+ self: self$p
49838
49881
  };
49839
49882
 
49840
49883
  const switchDark = {
49841
49884
  name: "Switch",
49842
49885
  common: derived$1,
49843
- self: self$o
49886
+ self: self$p
49844
49887
  };
49845
49888
 
49846
- function self$n(vars) {
49889
+ function self$o(vars) {
49847
49890
  const {
49848
49891
  fontBodySmall,
49849
49892
  fontBodyMedium,
@@ -49888,13 +49931,13 @@ function self$n(vars) {
49888
49931
  const tableLight = {
49889
49932
  name: "Table",
49890
49933
  common: derived,
49891
- self: self$n
49934
+ self: self$o
49892
49935
  };
49893
49936
 
49894
49937
  const tableDark = {
49895
49938
  name: "Table",
49896
49939
  common: derived$1,
49897
- self: self$n
49940
+ self: self$o
49898
49941
  };
49899
49942
 
49900
49943
  var rtlStyle$2 = c$1([cB("table", [cM("rtl", `
@@ -49915,7 +49958,7 @@ const tableRtl = {
49915
49958
  style: rtlStyle$2
49916
49959
  };
49917
49960
 
49918
- function self$m(vars) {
49961
+ function self$n(vars) {
49919
49962
  const {
49920
49963
  borderRadius,
49921
49964
  closeSmall,
@@ -50036,16 +50079,16 @@ function self$m(vars) {
50036
50079
  const tabsLight = {
50037
50080
  name: "Tabs",
50038
50081
  common: derived,
50039
- self: self$m
50082
+ self: self$n
50040
50083
  };
50041
50084
 
50042
50085
  const tabsDark = {
50043
50086
  name: "Tabs",
50044
50087
  common: derived$1,
50045
- self: self$m
50088
+ self: self$n
50046
50089
  };
50047
50090
 
50048
- function self$l(vars) {
50091
+ function self$m(vars) {
50049
50092
  const {
50050
50093
  fontBodyMedium,
50051
50094
  textPrimary,
@@ -50062,13 +50105,13 @@ function self$l(vars) {
50062
50105
  const thingLight = {
50063
50106
  name: "Thing",
50064
50107
  common: derived,
50065
- self: self$l
50108
+ self: self$m
50066
50109
  };
50067
50110
 
50068
50111
  const thingDark = {
50069
50112
  name: "Thing",
50070
50113
  common: derived$1,
50071
- self: self$l
50114
+ self: self$m
50072
50115
  };
50073
50116
 
50074
50117
  var rtlStyle$1 = cB("thing", [cM("rtl", `
@@ -50085,7 +50128,7 @@ const thingRtl = {
50085
50128
  peers: [buttonRtl, spaceRtl]
50086
50129
  };
50087
50130
 
50088
- function self$k(vars) {
50131
+ function self$l(vars) {
50089
50132
  const {
50090
50133
  fontWeightStrong,
50091
50134
  fontBodyLarge,
@@ -50126,13 +50169,13 @@ function self$k(vars) {
50126
50169
  const timelineLight = {
50127
50170
  name: "Timeline",
50128
50171
  common: derived,
50129
- self: self$k
50172
+ self: self$l
50130
50173
  };
50131
50174
 
50132
50175
  const timelineDark = {
50133
50176
  name: "Timeline",
50134
50177
  common: derived$1,
50135
- self: self$k
50178
+ self: self$l
50136
50179
  };
50137
50180
 
50138
50181
  var commonVariables = {
@@ -50142,7 +50185,7 @@ var commonVariables = {
50142
50185
  iconMargin: "16px"
50143
50186
  };
50144
50187
 
50145
- function self$j(vars) {
50188
+ function self$k(vars) {
50146
50189
  const {
50147
50190
  borderRadiusLarge,
50148
50191
  fontBodyLarge,
@@ -50207,16 +50250,16 @@ function self$j(vars) {
50207
50250
  const toggleButtonLight = {
50208
50251
  name: "ToggleButton",
50209
50252
  common: derived,
50210
- self: self$j
50253
+ self: self$k
50211
50254
  };
50212
50255
 
50213
50256
  const toggleButtonDark = {
50214
50257
  name: "ToggleButton",
50215
50258
  common: derived$1,
50216
- self: self$j
50259
+ self: self$k
50217
50260
  };
50218
50261
 
50219
- function self$i(vars) {
50262
+ function self$j(vars) {
50220
50263
  const {
50221
50264
  iconMedium,
50222
50265
  fontWeight,
@@ -50286,7 +50329,7 @@ const transferLight$1 = createTheme$1({
50286
50329
  Empty: emptyLight,
50287
50330
  Button: buttonLight
50288
50331
  },
50289
- self: self$i
50332
+ self: self$j
50290
50333
  });
50291
50334
 
50292
50335
  const transferDark$1 = {
@@ -50299,10 +50342,10 @@ const transferDark$1 = {
50299
50342
  Empty: emptyDark$1,
50300
50343
  Button: buttonDark
50301
50344
  },
50302
- self: self$i
50345
+ self: self$j
50303
50346
  };
50304
50347
 
50305
- function self$h(vars) {
50348
+ function self$i(vars) {
50306
50349
  const {
50307
50350
  fontBodyMedium,
50308
50351
  lineHeightBodyMedium,
@@ -50340,7 +50383,7 @@ const treeLight = createTheme$1({
50340
50383
  Scrollbar: scrollbarLight,
50341
50384
  Empty: emptyLight
50342
50385
  },
50343
- self: self$h
50386
+ self: self$i
50344
50387
  });
50345
50388
 
50346
50389
  const treeDark = {
@@ -50351,7 +50394,7 @@ const treeDark = {
50351
50394
  Scrollbar: scrollbarDark,
50352
50395
  Empty: emptyDark$1
50353
50396
  },
50354
- self: self$h
50397
+ self: self$i
50355
50398
  };
50356
50399
 
50357
50400
  var rtlStyle = cB("tree", [cM("rtl", `
@@ -50386,7 +50429,7 @@ const treeSelectDark = {
50386
50429
  }
50387
50430
  };
50388
50431
 
50389
- function self$g(vars) {
50432
+ function self$h(vars) {
50390
50433
  const {
50391
50434
  containerPrimary,
50392
50435
  shadowDepth2,
@@ -50414,7 +50457,7 @@ const treeSelectLight = createTheme$1({
50414
50457
  Empty: emptyLight,
50415
50458
  InternalSelection: internalSelectionLight
50416
50459
  },
50417
- self: self$g
50460
+ self: self$h
50418
50461
  });
50419
50462
 
50420
50463
  const watermarkDark = {
@@ -50443,7 +50486,7 @@ const watermarkLight = createTheme$1({
50443
50486
  }
50444
50487
  });
50445
50488
 
50446
- function self$f(vars) {
50489
+ function self$g(vars) {
50447
50490
  const {
50448
50491
  elementsSecondary,
50449
50492
  elementsSenary,
@@ -50463,7 +50506,7 @@ const imageLight = createTheme$1({
50463
50506
  peers: {
50464
50507
  Tooltip: tooltipLight
50465
50508
  },
50466
- self: self$f
50509
+ self: self$g
50467
50510
  });
50468
50511
 
50469
50512
  const imageDark = {
@@ -50472,7 +50515,7 @@ const imageDark = {
50472
50515
  peers: {
50473
50516
  Tooltip: tooltipDark
50474
50517
  },
50475
- self: self$f
50518
+ self: self$g
50476
50519
  };
50477
50520
 
50478
50521
  const prevIcon = /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
@@ -50526,7 +50569,7 @@ const imagePreviewSharedProps = {
50526
50569
  };
50527
50570
  const imageContextKey = createInjectionKey("u-image");
50528
50571
 
50529
- var style$17 = c$1([c$1("body >", [cB("image-container", "position: fixed;")]), cB("image-preview-container", `
50572
+ var style$18 = c$1([c$1("body >", [cB("image-container", "position: fixed;")]), cB("image-preview-container", `
50530
50573
  position: fixed;
50531
50574
  left: 0;
50532
50575
  right: 0;
@@ -50610,7 +50653,7 @@ var _UImagePreview = defineComponent({
50610
50653
  const themeRef = useTheme(
50611
50654
  "Image",
50612
50655
  "-image",
50613
- style$17,
50656
+ style$18,
50614
50657
  imageLight,
50615
50658
  props,
50616
50659
  mergedClsPrefixRef
@@ -51541,7 +51584,7 @@ var _UImage = defineComponent({
51541
51584
  }
51542
51585
  });
51543
51586
 
51544
- var style$16 = c$1([c$1("@keyframes spin-rotate", `
51587
+ var style$17 = c$1([c$1("@keyframes spin-rotate", `
51545
51588
  from {
51546
51589
  transform: rotate(0);
51547
51590
  }
@@ -51645,7 +51688,7 @@ var _USpin = defineComponent({
51645
51688
  const themeRef = useTheme(
51646
51689
  "Spin",
51647
51690
  "-spin",
51648
- style$16,
51691
+ style$17,
51649
51692
  spinLight,
51650
51693
  props,
51651
51694
  mergedClsPrefixRef
@@ -52902,7 +52945,7 @@ var _UUpload = defineComponent({
52902
52945
  const themeRef = useTheme(
52903
52946
  "Upload",
52904
52947
  "-upload",
52905
- style$18,
52948
+ style$19,
52906
52949
  uploadLight,
52907
52950
  props,
52908
52951
  mergedClsPrefixRef
@@ -53926,7 +53969,7 @@ var UDropdownMenu = defineComponent({
53926
53969
  }
53927
53970
  });
53928
53971
 
53929
- var style$15 = cB("dropdown-menu", `
53972
+ var style$16 = cB("dropdown-menu", `
53930
53973
  transform-origin: var(--v-transform-origin);
53931
53974
  background-color: var(--u-color);
53932
53975
  border-radius: var(--u-border-radius);
@@ -54173,7 +54216,7 @@ var _UDropdown = defineComponent({
54173
54216
  const themeRef = useTheme(
54174
54217
  "Dropdown",
54175
54218
  "-dropdown",
54176
- style$15,
54219
+ style$16,
54177
54220
  dropdownLight,
54178
54221
  props,
54179
54222
  mergedClsPrefixRef
@@ -54567,7 +54610,7 @@ var ChatAttachmentComponent = defineComponent({
54567
54610
  }
54568
54611
  });
54569
54612
 
54570
- var style$14 = cB("chat", `
54613
+ var style$15 = cB("chat", `
54571
54614
  height: 100%;
54572
54615
  background-color: transparent;
54573
54616
  box-sizing: border-box;
@@ -55010,7 +55053,7 @@ var _UChatMessages = defineComponent({
55010
55053
  setup(props, { slots }) {
55011
55054
  const UChat = inject(chatInjectionKey, null);
55012
55055
  const { mergedClsPrefixRef } = useConfig(props);
55013
- const themeRef = UChat?.mergedThemeRef ?? useTheme("Chat", "-chat", style$14, chatLight, props, mergedClsPrefixRef);
55056
+ const themeRef = UChat?.mergedThemeRef ?? useTheme("Chat", "-chat", style$15, chatLight, props, mergedClsPrefixRef);
55014
55057
  const { localeRef } = useLocale("Chat");
55015
55058
  const contextMenuShow = ref(false);
55016
55059
  const contextMenuMessage = ref();
@@ -56271,7 +56314,7 @@ const Scrollbar = defineComponent({
56271
56314
  }
56272
56315
  });
56273
56316
 
56274
- var style$13 = c$1([cB("select", `
56317
+ var style$14 = c$1([cB("select", `
56275
56318
  z-index: auto;
56276
56319
  outline: none;
56277
56320
  width: 100%;
@@ -56443,7 +56486,7 @@ var _USelect = defineComponent({
56443
56486
  const themeRef = useTheme(
56444
56487
  "Select",
56445
56488
  "-select",
56446
- style$13,
56489
+ style$14,
56447
56490
  selectLight,
56448
56491
  props,
56449
56492
  mergedClsPrefixRef
@@ -57277,7 +57320,7 @@ var _UChatListItems = defineComponent({
57277
57320
  setup(props, { slots }) {
57278
57321
  const UChat = inject(chatInjectionKey, null);
57279
57322
  const { mergedClsPrefixRef } = useConfig(props);
57280
- const themeRef = UChat?.mergedThemeRef ?? useTheme("Chat", "-chat", style$14, chatLight, props, mergedClsPrefixRef);
57323
+ const themeRef = UChat?.mergedThemeRef ?? useTheme("Chat", "-chat", style$15, chatLight, props, mergedClsPrefixRef);
57281
57324
  const { localeRef } = useLocale("Chat");
57282
57325
  const cssVarsRef = computed(() => {
57283
57326
  const {
@@ -57949,7 +57992,7 @@ var _UChat = defineComponent({
57949
57992
  const themeRef = useTheme(
57950
57993
  "Chat",
57951
57994
  "-chat",
57952
- style$14,
57995
+ style$15,
57953
57996
  chatLight,
57954
57997
  props,
57955
57998
  mergedClsPrefixRef
@@ -58278,7 +58321,7 @@ var _UChat = defineComponent({
58278
58321
  }
58279
58322
  });
58280
58323
 
58281
- var style$12 = c$1([cB("code", `
58324
+ var style$13 = c$1([cB("code", `
58282
58325
  font-size: var(--u-font-size);
58283
58326
  font-family: var(--u-font-family);
58284
58327
  `, [cM("show-line-numbers", `
@@ -58449,7 +58492,7 @@ var _UCode = defineComponent({
58449
58492
  const themeRef = useTheme(
58450
58493
  "Code",
58451
58494
  "-code",
58452
- style$12,
58495
+ style$13,
58453
58496
  codeLight,
58454
58497
  props,
58455
58498
  mergedClsPrefixRef
@@ -58587,7 +58630,7 @@ const collapseProps = {
58587
58630
  }
58588
58631
  };
58589
58632
 
58590
- var style$11 = cB("collapse", `
58633
+ var style$12 = cB("collapse", `
58591
58634
  width: 100%;
58592
58635
  background-color: var(--u-background-color);
58593
58636
  border-radius: var(--u-border-radius);
@@ -58670,7 +58713,7 @@ var UCollapse$1 = defineComponent({
58670
58713
  const themeRef = useTheme(
58671
58714
  "Collapse",
58672
58715
  "-collapse",
58673
- style$11,
58716
+ style$12,
58674
58717
  collapseLight,
58675
58718
  props,
58676
58719
  mergedClsPrefixRef
@@ -59012,7 +59055,7 @@ var UCollapseItem$1 = defineComponent({
59012
59055
  }
59013
59056
  });
59014
59057
 
59015
- var style$10 = cB("collapse-transition", {
59058
+ var style$11 = cB("collapse-transition", {
59016
59059
  width: "100%"
59017
59060
  }, [fadeInHeightExpandTransition()]);
59018
59061
 
@@ -59051,7 +59094,7 @@ var _UCollapseTransition = defineComponent({
59051
59094
  const mergedThemeRef = useTheme(
59052
59095
  "CollapseTransition",
59053
59096
  "-collapse-transition",
59054
- style$10,
59097
+ style$11,
59055
59098
  collapseTransitionLight,
59056
59099
  props,
59057
59100
  mergedClsPrefixRef
@@ -59112,7 +59155,7 @@ var _UCollapseTransition = defineComponent({
59112
59155
  }
59113
59156
  });
59114
59157
 
59115
- function self$e(vars) {
59158
+ function self$f(vars) {
59116
59159
  const {
59117
59160
  borderRadius,
59118
59161
  borderRadiusSmall,
@@ -59159,7 +59202,7 @@ const colorPickerLight = createTheme$1({
59159
59202
  Input: inputLight,
59160
59203
  Button: buttonLight
59161
59204
  },
59162
- self: self$e
59205
+ self: self$f
59163
59206
  });
59164
59207
 
59165
59208
  const colorPickerDark = {
@@ -59169,7 +59212,7 @@ const colorPickerDark = {
59169
59212
  Input: inputDark,
59170
59213
  Button: buttonDark
59171
59214
  },
59172
- self: self$e
59215
+ self: self$f
59173
59216
  };
59174
59217
 
59175
59218
  function deriveDefaultValue(modes, showAlpha) {
@@ -60127,7 +60170,7 @@ var Pallete = defineComponent({
60127
60170
  }
60128
60171
  });
60129
60172
 
60130
- var style$$ = c$1([cB("color-picker", `
60173
+ var style$10 = c$1([cB("color-picker", `
60131
60174
  display: inline-block;
60132
60175
  box-sizing: border-box;
60133
60176
  height: var(--u-height);
@@ -60399,7 +60442,7 @@ var UColorPicker$1 = defineComponent({
60399
60442
  const themeRef = useTheme(
60400
60443
  "ColorPicker",
60401
60444
  "-color-picker",
60402
- style$$,
60445
+ style$10,
60403
60446
  colorPickerLight,
60404
60447
  props,
60405
60448
  mergedClsPrefixRef
@@ -64742,7 +64785,7 @@ var commonVars$1 = {
64742
64785
  wrapperMargin: "0 0 20px"
64743
64786
  };
64744
64787
 
64745
- function self$d(vars) {
64788
+ function self$e(vars) {
64746
64789
  const {
64747
64790
  elementsSenary,
64748
64791
  borderRadiusLarge
@@ -64757,17 +64800,17 @@ const cropLight = createTheme$1({
64757
64800
  name: "Crop",
64758
64801
  common: derived,
64759
64802
  peers: {},
64760
- self: self$d
64803
+ self: self$e
64761
64804
  });
64762
64805
 
64763
64806
  const cropDark = {
64764
64807
  name: "Crop",
64765
64808
  common: derived$1,
64766
64809
  peers: {},
64767
- self: self$d
64810
+ self: self$e
64768
64811
  };
64769
64812
 
64770
- var style$_ = c$1([c$1([c$1(".cropper-container", {
64813
+ var style$$ = c$1([c$1([c$1(".cropper-container", {
64771
64814
  direction: "ltr",
64772
64815
  fontSize: "0",
64773
64816
  lineHeight: "0",
@@ -65157,7 +65200,7 @@ var _UCrop = defineComponent({
65157
65200
  const themeRef = useTheme(
65158
65201
  "Crop",
65159
65202
  "-crop",
65160
- style$_,
65203
+ style$$,
65161
65204
  cropLight,
65162
65205
  props,
65163
65206
  mergedClsPrefixRef
@@ -65281,9 +65324,79 @@ var _UCrop = defineComponent({
65281
65324
  }
65282
65325
  });
65283
65326
 
65327
+ const paginationProps = {
65328
+ ...useTheme.props,
65329
+ simple: Boolean,
65330
+ variant: {
65331
+ type: String,
65332
+ default: "default"
65333
+ },
65334
+ hasPrev: {
65335
+ type: Boolean,
65336
+ default: void 0
65337
+ },
65338
+ hasNext: {
65339
+ type: Boolean,
65340
+ default: void 0
65341
+ },
65342
+ page: Number,
65343
+ defaultPage: {
65344
+ type: Number,
65345
+ default: 1
65346
+ },
65347
+ itemCount: Number,
65348
+ pageCount: Number,
65349
+ defaultPageCount: {
65350
+ type: Number,
65351
+ default: 1
65352
+ },
65353
+ showSizePicker: Boolean,
65354
+ sizePickerLabel: String,
65355
+ pageSize: Number,
65356
+ defaultPageSize: Number,
65357
+ pageSizes: {
65358
+ type: Array,
65359
+ default() {
65360
+ return [10];
65361
+ }
65362
+ },
65363
+ showQuickJumper: Boolean,
65364
+ size: {
65365
+ type: String,
65366
+ default: "medium"
65367
+ },
65368
+ disabled: Boolean,
65369
+ pageSlot: {
65370
+ type: Number,
65371
+ default: 9
65372
+ },
65373
+ selectProps: Object,
65374
+ prev: Function,
65375
+ next: Function,
65376
+ goto: Function,
65377
+ prefix: Function,
65378
+ suffix: Function,
65379
+ label: Function,
65380
+ displayOrder: {
65381
+ type: Array,
65382
+ default: ["size-picker", "pages", "quick-jumper"]
65383
+ },
65384
+ to: useAdjustedTo.propTo,
65385
+ "onUpdate:page": [Function, Array],
65386
+ onUpdatePage: [Function, Array],
65387
+ "onUpdate:pageSize": [Function, Array],
65388
+ onUpdatePageSize: [Function, Array],
65389
+ onPrev: [Function, Array],
65390
+ onNext: [Function, Array],
65391
+ /** @deprecated */
65392
+ onPageSizeChange: [Function, Array],
65393
+ /** @deprecated */
65394
+ onChange: [Function, Array]
65395
+ };
65396
+
65284
65397
  const popselectInjectionKey = createInjectionKey("u-popselect");
65285
65398
 
65286
- var style$Z = cB("popselect-menu", `
65399
+ var style$_ = cB("popselect-menu", `
65287
65400
  box-shadow: var(--u-menu-box-shadow);
65288
65401
  `);
65289
65402
 
@@ -65337,7 +65450,7 @@ var UPopselectPanel = defineComponent({
65337
65450
  const themeRef = useTheme(
65338
65451
  "Popselect",
65339
65452
  "-pop-select",
65340
- style$Z,
65453
+ style$_,
65341
65454
  popselectLight,
65342
65455
  UPopselect.props,
65343
65456
  mergedClsPrefixRef
@@ -65587,7 +65700,7 @@ const hoverStyleChildren$1 = [cM("button", `
65587
65700
  border: var(--u-button-border-hover);
65588
65701
  color: var(--u-button-icon-color-hover);
65589
65702
  `)];
65590
- var style$Y = cB("pagination", `
65703
+ var style$Z = cB("pagination", `
65591
65704
  display: flex;
65592
65705
  width: 100%;
65593
65706
  justify-content: space-between;
@@ -65844,61 +65957,6 @@ function createRange(from, to) {
65844
65957
  return range;
65845
65958
  }
65846
65959
 
65847
- const paginationProps = {
65848
- ...useTheme.props,
65849
- simple: Boolean,
65850
- page: Number,
65851
- defaultPage: {
65852
- type: Number,
65853
- default: 1
65854
- },
65855
- itemCount: Number,
65856
- pageCount: Number,
65857
- defaultPageCount: {
65858
- type: Number,
65859
- default: 1
65860
- },
65861
- showSizePicker: Boolean,
65862
- sizePickerLabel: String,
65863
- pageSize: Number,
65864
- defaultPageSize: Number,
65865
- pageSizes: {
65866
- type: Array,
65867
- default() {
65868
- return [10];
65869
- }
65870
- },
65871
- showQuickJumper: Boolean,
65872
- size: {
65873
- type: String,
65874
- default: "medium"
65875
- },
65876
- disabled: Boolean,
65877
- pageSlot: {
65878
- type: Number,
65879
- default: 9
65880
- },
65881
- selectProps: Object,
65882
- prev: Function,
65883
- next: Function,
65884
- goto: Function,
65885
- prefix: Function,
65886
- suffix: Function,
65887
- label: Function,
65888
- displayOrder: {
65889
- type: Array,
65890
- default: ["size-picker", "pages", "quick-jumper"]
65891
- },
65892
- to: useAdjustedTo.propTo,
65893
- "onUpdate:page": [Function, Array],
65894
- onUpdatePage: [Function, Array],
65895
- "onUpdate:pageSize": [Function, Array],
65896
- onUpdatePageSize: [Function, Array],
65897
- /** @deprecated */
65898
- onPageSizeChange: [Function, Array],
65899
- /** @deprecated */
65900
- onChange: [Function, Array]
65901
- };
65902
65960
  var _UPagination = defineComponent({
65903
65961
  name: "Pagination",
65904
65962
  props: paginationProps,
@@ -65935,7 +65993,7 @@ var _UPagination = defineComponent({
65935
65993
  const themeRef = useTheme(
65936
65994
  "Pagination",
65937
65995
  "-pagination",
65938
- style$Y,
65996
+ style$Z,
65939
65997
  paginationLight,
65940
65998
  props,
65941
65999
  mergedClsPrefixRef
@@ -65971,6 +66029,18 @@ var _UPagination = defineComponent({
65971
66029
  return Math.max(pageCount, 1);
65972
66030
  return 1;
65973
66031
  });
66032
+ const mergedHasPrevRef = computed(() => {
66033
+ const { hasPrev } = props;
66034
+ if (hasPrev !== void 0)
66035
+ return hasPrev;
66036
+ return mergedPageRef.value > 1;
66037
+ });
66038
+ const mergedHasNextRef = computed(() => {
66039
+ const { hasNext } = props;
66040
+ if (hasNext !== void 0)
66041
+ return hasNext;
66042
+ return mergedPageRef.value < mergedPageCountRef.value;
66043
+ });
65974
66044
  const jumperValueRef = ref("");
65975
66045
  watchEffect(() => {
65976
66046
  void props.simple;
@@ -66110,15 +66180,21 @@ var _UPagination = defineComponent({
66110
66180
  }
66111
66181
  }
66112
66182
  function forward() {
66113
- if (props.disabled)
66183
+ if (props.disabled || !mergedHasNextRef.value)
66114
66184
  return;
66115
- const page = Math.min(mergedPageRef.value + 1, mergedPageCountRef.value);
66185
+ const page = props.hasNext === void 0 ? Math.min(mergedPageRef.value + 1, mergedPageCountRef.value) : mergedPageRef.value + 1;
66186
+ const { onNext } = props;
66187
+ if (onNext)
66188
+ call(onNext, page);
66116
66189
  doUpdatePage(page);
66117
66190
  }
66118
66191
  function backward() {
66119
- if (props.disabled)
66192
+ if (props.disabled || !mergedHasPrevRef.value)
66120
66193
  return;
66121
66194
  const page = Math.max(mergedPageRef.value - 1, 1);
66195
+ const { onPrev } = props;
66196
+ if (onPrev)
66197
+ call(onPrev, page);
66122
66198
  doUpdatePage(page);
66123
66199
  }
66124
66200
  function fastForward() {
@@ -66290,6 +66366,8 @@ var _UPagination = defineComponent({
66290
66366
  locale: localeRef,
66291
66367
  selfRef,
66292
66368
  mergedPage: mergedPageRef,
66369
+ mergedHasPrev: mergedHasPrevRef,
66370
+ mergedHasNext: mergedHasNextRef,
66293
66371
  pageItems: computed(() => {
66294
66372
  return pageItemsInfo.value.items;
66295
66373
  }),
@@ -66331,6 +66409,9 @@ var _UPagination = defineComponent({
66331
66409
  cssVars,
66332
66410
  mergedPage,
66333
66411
  mergedPageCount,
66412
+ mergedHasPrev,
66413
+ mergedHasNext,
66414
+ variant,
66334
66415
  pageItems,
66335
66416
  showSizePicker,
66336
66417
  sizePickerLabel,
@@ -66372,7 +66453,8 @@ var _UPagination = defineComponent({
66372
66453
  this.themeClass,
66373
66454
  this.rtlEnabled && `${mergedClsPrefix}-pagination--rtl`,
66374
66455
  disabled && `${mergedClsPrefix}-pagination--disabled`,
66375
- simple && `${mergedClsPrefix}-pagination--simple`
66456
+ simple && `${mergedClsPrefix}-pagination--simple`,
66457
+ variant === "cursor" && `${mergedClsPrefix}-pagination--cursor`
66376
66458
  ],
66377
66459
  style: cssVars
66378
66460
  },
@@ -66393,7 +66475,7 @@ var _UPagination = defineComponent({
66393
66475
  class: [
66394
66476
  `${mergedClsPrefix}-pagination-item`,
66395
66477
  !renderPrev && `${mergedClsPrefix}-pagination-item--button`,
66396
- (mergedPage <= 1 || mergedPage > mergedPageCount || disabled) && `${mergedClsPrefix}-pagination-item--disabled`
66478
+ (!mergedHasPrev || disabled) && `${mergedClsPrefix}-pagination-item--disabled`
66397
66479
  ],
66398
66480
  onClick: handleBackwardClick
66399
66481
  },
@@ -66407,7 +66489,7 @@ var _UPagination = defineComponent({
66407
66489
  }) : /* @__PURE__ */ h(UBaseIcon, { clsPrefix: mergedClsPrefix }, {
66408
66490
  default: () => this.rtlEnabled ? /* @__PURE__ */ h(ForwardIcon, null) : /* @__PURE__ */ h(BackwardIcon, null)
66409
66491
  })
66410
- ), simple ? /* @__PURE__ */ h(Fragment, null, /* @__PURE__ */ h(
66492
+ ), variant === "cursor" ? null : simple ? /* @__PURE__ */ h(Fragment, null, /* @__PURE__ */ h(
66411
66493
  "div",
66412
66494
  {
66413
66495
  class: `${mergedClsPrefix}-pagination-quick-jumper`
@@ -66556,7 +66638,7 @@ var _UPagination = defineComponent({
66556
66638
  `${mergedClsPrefix}-pagination-item`,
66557
66639
  !renderNext && `${mergedClsPrefix}-pagination-item--button`,
66558
66640
  {
66559
- [`${mergedClsPrefix}-pagination-item--disabled`]: mergedPage < 1 || mergedPage >= mergedPageCount || disabled
66641
+ [`${mergedClsPrefix}-pagination-item--disabled`]: !mergedHasNext || disabled
66560
66642
  }
66561
66643
  ],
66562
66644
  onClick: handleForwardClick
@@ -67211,7 +67293,7 @@ var RenderSafeCheckbox = defineComponent({
67211
67293
  }
67212
67294
  });
67213
67295
 
67214
- var style$X = cB("radio", `
67296
+ var style$Y = cB("radio", `
67215
67297
  outline: none;
67216
67298
  position: relative;
67217
67299
  user-select: none;
@@ -67360,7 +67442,7 @@ var _URadio = defineComponent({
67360
67442
  const themeRef = useTheme(
67361
67443
  "Radio",
67362
67444
  "-radio",
67363
- style$X,
67445
+ style$Y,
67364
67446
  radioLight,
67365
67447
  props,
67366
67448
  radio.mergedClsPrefix
@@ -67544,7 +67626,7 @@ var _URadioButton = defineComponent({
67544
67626
  }
67545
67627
  });
67546
67628
 
67547
- var style$W = cB("radio-group", `
67629
+ var style$X = cB("radio-group", `
67548
67630
  display: inline-block;
67549
67631
  font-size: var(--u-font-size);
67550
67632
  `, [cE("splitor", `
@@ -67724,7 +67806,7 @@ var _URadioGroup = defineComponent({
67724
67806
  const themeRef = useTheme(
67725
67807
  "Radio",
67726
67808
  "-radio-group",
67727
- style$W,
67809
+ style$X,
67728
67810
  radioLight,
67729
67811
  props,
67730
67812
  mergedClsPrefixRef
@@ -70318,7 +70400,7 @@ var MainTable = defineComponent({
70318
70400
  });
70319
70401
 
70320
70402
  const fixedColumnStyle = createFixedColumnStyle();
70321
- var style$V = c$1([cB("data-table", `
70403
+ var style$W = c$1([cB("data-table", `
70322
70404
  width: 100%;
70323
70405
  font-size: var(--u-font-size);
70324
70406
  display: flex;
@@ -72161,7 +72243,7 @@ var _UDataTable = defineComponent({
72161
72243
  const themeRef = useTheme(
72162
72244
  "DataTable",
72163
72245
  "-data-table",
72164
- style$V,
72246
+ style$W,
72165
72247
  dataTableLight,
72166
72248
  props,
72167
72249
  mergedClsPrefixRef
@@ -76589,7 +76671,7 @@ var Panel = defineComponent({
76589
76671
  }
76590
76672
  });
76591
76673
 
76592
- var style$U = c$1([cB("time-picker", `
76674
+ var style$V = c$1([cB("time-picker", `
76593
76675
  z-index: auto;
76594
76676
  position: relative;
76595
76677
  `, [cB("time-picker-icon", `
@@ -76784,7 +76866,7 @@ var _UTimePicker = defineComponent({
76784
76866
  const themeRef = useTheme(
76785
76867
  "TimePicker",
76786
76868
  "-time-picker",
76787
- style$U,
76869
+ style$V,
76788
76870
  timePickerLight,
76789
76871
  props,
76790
76872
  mergedClsPrefixRef
@@ -77952,7 +78034,7 @@ var DatetimeRangePanel = defineComponent({
77952
78034
  }
77953
78035
  });
77954
78036
 
77955
- var style$T = c$1([cB("date-picker", `
78037
+ var style$U = c$1([cB("date-picker", `
77956
78038
  position: relative;
77957
78039
  z-index: auto;
77958
78040
  `, [cB("date-picker-icon", `
@@ -78661,7 +78743,7 @@ var _UDatePicker = defineComponent({
78661
78743
  const themeRef = useTheme(
78662
78744
  "DatePicker",
78663
78745
  "-date-picker",
78664
- style$T,
78746
+ style$U,
78665
78747
  datePickerLight,
78666
78748
  props,
78667
78749
  mergedClsPrefixRef
@@ -79646,7 +79728,7 @@ var _UDatePicker = defineComponent({
79646
79728
  }
79647
79729
  });
79648
79730
 
79649
- function self$c(vars) {
79731
+ function self$d(vars) {
79650
79732
  const {
79651
79733
  brandPrimary100,
79652
79734
  brandPrimary500,
@@ -79708,7 +79790,7 @@ const datePickerV2Light = createTheme$1({
79708
79790
  Select: internalSelectionLight,
79709
79791
  Scrollbar: scrollbarLight
79710
79792
  },
79711
- self: self$c
79793
+ self: self$d
79712
79794
  });
79713
79795
 
79714
79796
  const datePickerV2Dark = createTheme$1({
@@ -79720,7 +79802,7 @@ const datePickerV2Dark = createTheme$1({
79720
79802
  Select: internalSelectionDark,
79721
79803
  Scrollbar: scrollbarDark
79722
79804
  },
79723
- self: self$c
79805
+ self: self$d
79724
79806
  });
79725
79807
 
79726
79808
  const datePickerV2InjectionKey = Symbol("datePickerV2");
@@ -80512,7 +80594,7 @@ var CalendarRangePanel = defineComponent({
80512
80594
  }
80513
80595
  });
80514
80596
 
80515
- var style$S = c$1([cB("date-picker-v2", `
80597
+ var style$T = c$1([cB("date-picker-v2", `
80516
80598
  position: relative;
80517
80599
  z-index: auto;
80518
80600
  `, [cB("date-picker-v2-icon", `
@@ -80950,7 +81032,7 @@ var _UDatePickerV2 = defineComponent({
80950
81032
  const themeRef = useTheme(
80951
81033
  "DatePickerV2",
80952
81034
  "-date-picker-v2",
80953
- style$S,
81035
+ style$T,
80954
81036
  datePickerV2Light,
80955
81037
  props,
80956
81038
  mergedClsPrefixRef
@@ -81594,7 +81676,7 @@ var _UDatePickerV2 = defineComponent({
81594
81676
  }
81595
81677
  });
81596
81678
 
81597
- var style$R = c$1([cB("descriptions", {
81679
+ var style$S = c$1([cB("descriptions", {
81598
81680
  fontSize: "var(--u-font-size)"
81599
81681
  }, [cB("descriptions-separator", `
81600
81682
  display: inline-block;
@@ -81749,7 +81831,7 @@ var _UDescriptions = defineComponent({
81749
81831
  const themeRef = useTheme(
81750
81832
  "Descriptions",
81751
81833
  "-descriptions",
81752
- style$R,
81834
+ style$S,
81753
81835
  descriptionsLight,
81754
81836
  props,
81755
81837
  mergedClsPrefixRef
@@ -82091,7 +82173,7 @@ const dialogProps = {
82091
82173
  };
82092
82174
  const dialogPropKeys = keysOf(dialogProps);
82093
82175
 
82094
- var style$Q = c$1([cB("dialog", `
82176
+ var style$R = c$1([cB("dialog", `
82095
82177
  word-break: break-word;
82096
82178
  position: relative;
82097
82179
  background: var(--u-color);
@@ -82209,7 +82291,7 @@ const UDialog$1 = defineComponent({
82209
82291
  const themeRef = useTheme(
82210
82292
  "Dialog",
82211
82293
  "-dialog",
82212
- style$Q,
82294
+ style$R,
82213
82295
  dialogLight,
82214
82296
  props,
82215
82297
  mergedClsPrefixRef
@@ -82863,7 +82945,7 @@ var UModalBodyWrapper = defineComponent({
82863
82945
  }
82864
82946
  });
82865
82947
 
82866
- var style$P = c$1([cB("modal-container", `
82948
+ var style$Q = c$1([cB("modal-container", `
82867
82949
  position: fixed;
82868
82950
  left: 0;
82869
82951
  top: 0;
@@ -83012,7 +83094,7 @@ var _UModal = defineComponent({
83012
83094
  const themeRef = useTheme(
83013
83095
  "Modal",
83014
83096
  "-modal",
83015
- style$P,
83097
+ style$Q,
83016
83098
  modalLight,
83017
83099
  props,
83018
83100
  mergedClsPrefixRef
@@ -83486,7 +83568,7 @@ const UDialogProvider = defineComponent({
83486
83568
  }
83487
83569
  });
83488
83570
 
83489
- var style$O = cB("divider", `
83571
+ var style$P = cB("divider", `
83490
83572
  position: relative;
83491
83573
  display: flex;
83492
83574
  width: 100%;
@@ -83557,7 +83639,7 @@ var UDivider$1 = defineComponent({
83557
83639
  const themeRef = useTheme(
83558
83640
  "Divider",
83559
83641
  "-divider",
83560
- style$O,
83642
+ style$P,
83561
83643
  dividerLight,
83562
83644
  props,
83563
83645
  mergedClsPrefixRef
@@ -84023,7 +84105,7 @@ function slideInFromTopTransition({
84023
84105
  })];
84024
84106
  }
84025
84107
 
84026
- var style$N = c$1([cB("drawer", `
84108
+ var style$O = c$1([cB("drawer", `
84027
84109
  word-break: break-word;
84028
84110
  position: absolute;
84029
84111
  pointer-events: all;
@@ -84329,7 +84411,7 @@ var _UDrawer = defineComponent({
84329
84411
  const themeRef = useTheme(
84330
84412
  "Drawer",
84331
84413
  "-drawer",
84332
- style$N,
84414
+ style$O,
84333
84415
  drawerLight,
84334
84416
  props,
84335
84417
  mergedClsPrefixRef
@@ -84924,7 +85006,7 @@ var UDynamicInputPairPreset = defineComponent({
84924
85006
  }
84925
85007
  });
84926
85008
 
84927
- var style$M = cB("dynamic-input", {
85009
+ var style$N = cB("dynamic-input", {
84928
85010
  width: "100%"
84929
85011
  }, [cB("dynamic-input-item", `
84930
85012
  margin-bottom: 10px;
@@ -85040,7 +85122,7 @@ var _UDynamicInput = defineComponent({
85040
85122
  const themeRef = useTheme(
85041
85123
  "DynamicInput",
85042
85124
  "-dynamic-input",
85043
- style$M,
85125
+ style$N,
85044
85126
  dynamicInputLight,
85045
85127
  props,
85046
85128
  mergedClsPrefixRef
@@ -85564,7 +85646,7 @@ var USpace$1 = defineComponent({
85564
85646
  }
85565
85647
  });
85566
85648
 
85567
- var style$L = cB("dynamic-tags", [cB("input", {
85649
+ var style$M = cB("dynamic-tags", [cB("input", {
85568
85650
  minWidth: "var(--u-input-width)"
85569
85651
  })]);
85570
85652
 
@@ -85624,7 +85706,7 @@ var _UDynamicTags = defineComponent({
85624
85706
  const themeRef = useTheme(
85625
85707
  "DynamicTags",
85626
85708
  "-dynamic-tags",
85627
- style$L,
85709
+ style$M,
85628
85710
  dynamicTagsLight,
85629
85711
  props,
85630
85712
  mergedClsPrefixRef
@@ -85916,7 +85998,7 @@ const Equation = defineComponent({
85916
85998
  }
85917
85999
  });
85918
86000
 
85919
- var style$K = cB("float-button-group", [cB("float-button", `
86001
+ var style$L = cB("float-button-group", [cB("float-button", `
85920
86002
  position: relative;
85921
86003
  `), cM("square-shape", `
85922
86004
  background-color: var(--u-color);
@@ -85979,7 +86061,7 @@ var _UFloatButtonGroup = defineComponent({
85979
86061
  const themeRef = useTheme(
85980
86062
  "FloatButtonGroup",
85981
86063
  "-float-button-group",
85982
- style$K,
86064
+ style$L,
85983
86065
  themeLight$4,
85984
86066
  props,
85985
86067
  mergedClsPrefixRef
@@ -86030,7 +86112,7 @@ var _UFloatButtonGroup = defineComponent({
86030
86112
  }
86031
86113
  });
86032
86114
 
86033
- var style$J = cB("float-button", `
86115
+ var style$K = cB("float-button", `
86034
86116
  user-select: none;
86035
86117
  cursor: pointer;
86036
86118
  color: var(--u-text-color);
@@ -86160,7 +86242,7 @@ var _UFloatButton = defineComponent({
86160
86242
  const themeRef = useTheme(
86161
86243
  "FloatButton",
86162
86244
  "-float-button",
86163
- style$J,
86245
+ style$K,
86164
86246
  themeLight$3,
86165
86247
  props,
86166
86248
  mergedClsPrefixRef
@@ -86331,7 +86413,7 @@ var _UFloatButton = defineComponent({
86331
86413
  }
86332
86414
  });
86333
86415
 
86334
- var style$I = cB("form", [cM("inline", `
86416
+ var style$J = cB("form", [cM("inline", `
86335
86417
  width: 100%;
86336
86418
  display: inline-flex;
86337
86419
  align-items: flex-start;
@@ -86386,7 +86468,7 @@ var _UForm = defineComponent({
86386
86468
  props: formProps,
86387
86469
  setup(props) {
86388
86470
  const { mergedClsPrefixRef } = useConfig(props);
86389
- useTheme("Form", "-form", style$I, formLight, props, mergedClsPrefixRef);
86471
+ useTheme("Form", "-form", style$J, formLight, props, mergedClsPrefixRef);
86390
86472
  const formItems = {};
86391
86473
  const maxChildLabelWidthRef = ref(void 0);
86392
86474
  const deriveMaxChildLabelWidth = (currentWidth) => {
@@ -87600,7 +87682,7 @@ function fadeDownTransition({
87600
87682
  })];
87601
87683
  }
87602
87684
 
87603
- var style$H = cB("form-item", `
87685
+ var style$I = cB("form-item", `
87604
87686
  display: grid;
87605
87687
  `, [cB("form-item-label", `
87606
87688
  grid-area: label;
@@ -87985,7 +88067,7 @@ var _UFormItem = defineComponent({
87985
88067
  const themeRef = useTheme(
87986
88068
  "Form",
87987
88069
  "-form-item",
87988
- style$H,
88070
+ style$I,
87989
88071
  formLight,
87990
88072
  props,
87991
88073
  mergedClsPrefixRef
@@ -88425,7 +88507,7 @@ const positionStyles = repeat(24, null).map((_, index) => {
88425
88507
  right: percent
88426
88508
  })];
88427
88509
  });
88428
- var style$G = c$1([cB("row", {
88510
+ var style$H = c$1([cB("row", {
88429
88511
  width: "100%",
88430
88512
  display: "flex",
88431
88513
  flexWrap: "wrap"
@@ -88457,7 +88539,7 @@ var _URow = defineComponent({
88457
88539
  props: rowProps,
88458
88540
  setup(props) {
88459
88541
  const { mergedClsPrefixRef, mergedRtlRef } = useConfig(props);
88460
- useStyle("-legacy-grid", style$G, mergedClsPrefixRef);
88542
+ useStyle("-legacy-grid", style$H, mergedClsPrefixRef);
88461
88543
  const rtlEnabledRef = useRtl("Row", mergedRtlRef, mergedClsPrefixRef);
88462
88544
  const verticalGutterRef = useMemo(() => {
88463
88545
  const { gutter } = props;
@@ -88803,7 +88885,7 @@ var _UGlobalStyle = defineComponent({
88803
88885
  }
88804
88886
  });
88805
88887
 
88806
- var style$F = cB("gradient-text", `
88888
+ var style$G = cB("gradient-text", `
88807
88889
  display: inline-block;
88808
88890
  font-weight: var(--u-font-weight);
88809
88891
  -webkit-background-clip: text;
@@ -88861,7 +88943,7 @@ var _UGradientText = defineComponent({
88861
88943
  const themeRef = useTheme(
88862
88944
  "GradientText",
88863
88945
  "-gradient-text",
88864
- style$F,
88946
+ style$G,
88865
88947
  gradientTextLight,
88866
88948
  props,
88867
88949
  mergedClsPrefixRef
@@ -88925,7 +89007,7 @@ var _UGradientText = defineComponent({
88925
89007
  }
88926
89008
  });
88927
89009
 
88928
- function self$b(vars) {
89010
+ function self$c(vars) {
88929
89011
  const {
88930
89012
  containerPrimary,
88931
89013
  textPrimary,
@@ -88980,13 +89062,13 @@ function self$b(vars) {
88980
89062
  const headerLight = createTheme$1({
88981
89063
  name: "Header",
88982
89064
  common: derived,
88983
- self: self$b
89065
+ self: self$c
88984
89066
  });
88985
89067
 
88986
89068
  const headerDark = createTheme$1({
88987
89069
  name: "Header",
88988
89070
  common: derived$1,
88989
- self: vars => self$b(vars)
89071
+ self: vars => self$c(vars)
88990
89072
  });
88991
89073
 
88992
89074
  const SEARCH_DEBOUNCE_MS = 300;
@@ -90390,7 +90472,7 @@ var HeaderMobile = defineComponent({
90390
90472
  }
90391
90473
  });
90392
90474
 
90393
- var style$E = cB("header", `
90475
+ var style$F = cB("header", `
90394
90476
  width: 100%;
90395
90477
  box-sizing: border-box;
90396
90478
  font-size: var(--u-font-size);
@@ -91084,7 +91166,7 @@ var _UHeader = defineComponent({
91084
91166
  const themeRef = useTheme(
91085
91167
  "Header",
91086
91168
  "-header",
91087
- style$E,
91169
+ style$F,
91088
91170
  headerLight,
91089
91171
  props,
91090
91172
  mergedClsPrefixRef
@@ -91452,7 +91534,7 @@ var _UHeader = defineComponent({
91452
91534
  }
91453
91535
  });
91454
91536
 
91455
- function self$a(vars) {
91537
+ function self$b(vars) {
91456
91538
  const {
91457
91539
  borderRadius,
91458
91540
  fontBodyLarge,
@@ -91492,7 +91574,7 @@ function self$a(vars) {
91492
91574
  const heatmapLight = createTheme$1({
91493
91575
  name: "Heatmap",
91494
91576
  common: derived,
91495
- self: self$a
91577
+ self: self$b
91496
91578
  });
91497
91579
 
91498
91580
  function useLoadingStyleClass(props, themeRef) {
@@ -91641,7 +91723,7 @@ var Rect = defineComponent({
91641
91723
  }
91642
91724
  });
91643
91725
 
91644
- var style$D = c$1([cB("heatmap", `
91726
+ var style$E = c$1([cB("heatmap", `
91645
91727
  display: flex;
91646
91728
  flex-direction: column;
91647
91729
  max-width: fit-content;
@@ -91915,7 +91997,7 @@ var _UHeatmap = defineComponent({
91915
91997
  const themeRef = useTheme(
91916
91998
  "Heatmap",
91917
91999
  "-heatmap",
91918
- style$D,
92000
+ style$E,
91919
92001
  heatmapLight,
91920
92002
  props,
91921
92003
  mergedClsPrefixRef
@@ -92227,7 +92309,7 @@ const HeatmapDark = {
92227
92309
  name: "Heatmap",
92228
92310
  common: derived$1,
92229
92311
  self(vars) {
92230
- const lightSelf = self$a(vars);
92312
+ const lightSelf = self$b(vars);
92231
92313
  return {
92232
92314
  ...lightSelf,
92233
92315
  activeColors: ["#0d4429", "#006d32", "#26a641", "#39d353"],
@@ -92342,7 +92424,7 @@ var _UHighlight = defineComponent({
92342
92424
  }
92343
92425
  });
92344
92426
 
92345
- function self$9(vars) {
92427
+ function self$a(vars) {
92346
92428
  const {
92347
92429
  elementsPrimary,
92348
92430
  elementsTertiary,
@@ -92368,13 +92450,13 @@ function self$9(vars) {
92368
92450
  const iconBarLight = {
92369
92451
  name: "IconBar",
92370
92452
  common: derived,
92371
- self: self$9
92453
+ self: self$a
92372
92454
  };
92373
92455
 
92374
92456
  const iconBarDark = {
92375
92457
  name: "IconBar",
92376
92458
  common: derived$1,
92377
- self: self$9
92459
+ self: self$a
92378
92460
  };
92379
92461
 
92380
92462
  const iconBarInjectionKey = createInjectionKey("icon-bar");
@@ -92407,7 +92489,7 @@ const iconBarProps = {
92407
92489
  itemSize: [Number, String]
92408
92490
  };
92409
92491
 
92410
- var style$C = c$1([cB("icon-bar", `
92492
+ var style$D = c$1([cB("icon-bar", `
92411
92493
  justify-content: space-between !important;
92412
92494
  grid-template-columns: repeat(var(--u-icon-bar-cols), var(--u-icon-bar-item-size)) !important;
92413
92495
  `), cB("icon-bar-item-wrapper", `
@@ -92470,7 +92552,7 @@ var _UIconBarItem = defineComponent({
92470
92552
  const themeRef = useTheme(
92471
92553
  "IconBar",
92472
92554
  "-icon-bar-item",
92473
- style$C,
92555
+ style$D,
92474
92556
  iconBarLight,
92475
92557
  props,
92476
92558
  mergedClsPrefixRef
@@ -92548,7 +92630,7 @@ var _UIconBar = defineComponent({
92548
92630
  const themeRef = useTheme(
92549
92631
  "IconBar",
92550
92632
  "-icon-bar",
92551
- style$C,
92633
+ style$D,
92552
92634
  iconBarLight,
92553
92635
  props,
92554
92636
  mergedClsPrefixRef
@@ -92601,6 +92683,607 @@ var _UIconBar = defineComponent({
92601
92683
  }
92602
92684
  });
92603
92685
 
92686
+ const iconPackInputLight = {
92687
+ ...inputLight,
92688
+ self(vars) {
92689
+ const originalInputSelf = self$1o(vars);
92690
+ const {
92691
+ elementsDarkQuinary,
92692
+ elementsPrimary
92693
+ } = vars;
92694
+ return {
92695
+ ...originalInputSelf,
92696
+ heightMedium: "44px",
92697
+ borderRadius: "12px",
92698
+ paddingMedium: "0 20px",
92699
+ border: `2px solid ${elementsDarkQuinary}`,
92700
+ borderHover: `2px solid ${elementsPrimary}`,
92701
+ borderFocus: `2px solid ${elementsPrimary}`,
92702
+ boxShadowFocus: "none"
92703
+ };
92704
+ }
92705
+ };
92706
+ function self$9(vars) {
92707
+ const {
92708
+ staticWhite,
92709
+ textPrimary,
92710
+ textSecondary,
92711
+ elementsTertiary,
92712
+ elementsQuaternary,
92713
+ elementsQuinary,
92714
+ brandPrimary500
92715
+ } = vars;
92716
+ return {
92717
+ containerColor: staticWhite,
92718
+ borderRadius: "24px",
92719
+ titleTextColor: textPrimary,
92720
+ descriptionTextColor: textSecondary,
92721
+ groupTitleTextColor: textPrimary,
92722
+ groupCounterTextColor: textSecondary,
92723
+ cardColor: elementsTertiary,
92724
+ cardColorHover: elementsQuaternary,
92725
+ cardColorPressed: elementsQuinary,
92726
+ cardColorSelected: brandPrimary500,
92727
+ cardBorderRadius: "20px",
92728
+ cardIconColor: textPrimary,
92729
+ cardIconColorSelected: staticWhite,
92730
+ cardLabelTextColor: textPrimary,
92731
+ cardLabelTextColorSelected: staticWhite,
92732
+ dividerColor: elementsQuaternary
92733
+ };
92734
+ }
92735
+ const iconPackLight = createTheme$1({
92736
+ name: "IconPack",
92737
+ common: derived,
92738
+ peers: {
92739
+ Input: iconPackInputLight,
92740
+ Scrollbar: scrollbarLight,
92741
+ Empty: emptyLight
92742
+ },
92743
+ self: self$9
92744
+ });
92745
+
92746
+ const iconPackDark = createTheme$1({
92747
+ name: "IconPack",
92748
+ common: derived$1,
92749
+ peers: {
92750
+ Input: inputDark,
92751
+ Scrollbar: scrollbarDark,
92752
+ Empty: emptyDark$1
92753
+ },
92754
+ self: vars => {
92755
+ const lightVars = self$9(vars);
92756
+ return {
92757
+ ...lightVars
92758
+ };
92759
+ }
92760
+ });
92761
+
92762
+ const iconPackProps = {
92763
+ ...useTheme.props,
92764
+ pack: [Object, String],
92765
+ value: String,
92766
+ defaultValue: {
92767
+ type: String,
92768
+ default: null
92769
+ },
92770
+ disabled: {
92771
+ type: Boolean,
92772
+ default: void 0
92773
+ },
92774
+ title: String,
92775
+ description: String,
92776
+ searchable: {
92777
+ type: Boolean,
92778
+ default: true
92779
+ },
92780
+ searchValue: String,
92781
+ defaultSearchValue: {
92782
+ type: String,
92783
+ default: ""
92784
+ },
92785
+ searchPlaceholder: String,
92786
+ searchDebounce: {
92787
+ type: Number,
92788
+ default: 200
92789
+ },
92790
+ grouped: {
92791
+ type: Boolean,
92792
+ default: true
92793
+ },
92794
+ columns: {
92795
+ type: [Number, String],
92796
+ default: "auto"
92797
+ },
92798
+ minColumnWidth: {
92799
+ type: [Number, String],
92800
+ default: 150
92801
+ },
92802
+ iconSize: {
92803
+ type: [Number, String],
92804
+ default: 40
92805
+ },
92806
+ height: [Number, String],
92807
+ maxBodyHeight: {
92808
+ type: [Number, String],
92809
+ default: 496
92810
+ },
92811
+ contentPadding: {
92812
+ type: [Number, String],
92813
+ default: 24
92814
+ },
92815
+ async: {
92816
+ type: Boolean,
92817
+ default: void 0
92818
+ },
92819
+ copyable: {
92820
+ type: Boolean,
92821
+ default: true
92822
+ },
92823
+ formatCopy: Function,
92824
+ formatGroupLabel: Function,
92825
+ formatIconLabel: Function,
92826
+ showGroupCounter: {
92827
+ type: Boolean,
92828
+ default: true
92829
+ },
92830
+ emptyText: String,
92831
+ emptyProps: Object,
92832
+ searchInputProps: Object,
92833
+ scrollbarProps: Object
92834
+ };
92835
+ const iconPackInjectionKey = createInjectionKey("icon-pack");
92836
+
92837
+ var style$C = cB("icon-pack", `
92838
+ box-sizing: border-box;
92839
+ width: 100%;
92840
+ display: flex;
92841
+ flex-direction: column;
92842
+ gap: 28px;
92843
+ background-color: var(--u-icon-pack-container-color);
92844
+ border-radius: var(--u-icon-pack-border-radius);
92845
+ transition: background-color .3s var(--u-bezier);
92846
+ `, [cM("disabled", `
92847
+ opacity: .5;
92848
+ `, [cB("icon-pack-card", `
92849
+ cursor: not-allowed;
92850
+ `)]), cE("header", `
92851
+ display: flex;
92852
+ align-items: flex-start;
92853
+ gap: 32px;
92854
+ padding: var(--u-icon-pack-content-padding) var(--u-icon-pack-content-padding) 0;
92855
+ `, [cE("header-main", `
92856
+ flex: 1;
92857
+ min-width: 0;
92858
+ display: flex;
92859
+ flex-direction: column;
92860
+ gap: 16px;
92861
+ `), cE("title", `
92862
+ margin: 0;
92863
+ font-size: 22px;
92864
+ line-height: 32px;
92865
+ font-weight: 700;
92866
+ color: var(--u-icon-pack-title-text-color);
92867
+ transition: color .3s var(--u-bezier);
92868
+ `), cE("description", `
92869
+ margin: 0;
92870
+ font-size: 16px;
92871
+ line-height: 24px;
92872
+ font-weight: 500;
92873
+ color: var(--u-icon-pack-description-text-color);
92874
+ transition: color .3s var(--u-bezier);
92875
+ `)]), cE("search", `
92876
+ padding: 0 var(--u-icon-pack-content-padding);
92877
+ `), cE("body", `
92878
+ min-height: 0;
92879
+ `, [c$1(".u-scrollbar-content", `
92880
+ padding: 0 var(--u-icon-pack-content-padding) var(--u-icon-pack-content-padding);
92881
+ `)]), cE("groups", `
92882
+ display: flex;
92883
+ flex-direction: column;
92884
+ gap: 28px;
92885
+ `), cE("group", `
92886
+ display: flex;
92887
+ flex-direction: column;
92888
+ gap: 20px;
92889
+ `), cE("group-header", `
92890
+ display: flex;
92891
+ align-items: flex-end;
92892
+ gap: 8px;
92893
+ `, [cE("group-title", `
92894
+ margin: 0;
92895
+ font-size: 18px;
92896
+ line-height: 28px;
92897
+ font-weight: 700;
92898
+ color: var(--u-icon-pack-group-title-text-color);
92899
+ transition: color .3s var(--u-bezier);
92900
+ `), cE("group-counter", `
92901
+ font-size: 14px;
92902
+ line-height: 24px;
92903
+ font-weight: 500;
92904
+ color: var(--u-icon-pack-group-counter-text-color);
92905
+ transition: color .3s var(--u-bezier);
92906
+ `)]), cE("grid", `
92907
+ display: grid;
92908
+ grid-template-columns: var(--u-icon-pack-grid-template-columns);
92909
+ gap: 20px;
92910
+ `), cB("icon-pack-card", `
92911
+ box-sizing: border-box;
92912
+ display: flex;
92913
+ flex-direction: column;
92914
+ align-items: center;
92915
+ gap: 24px;
92916
+ padding: 24px 12px;
92917
+ border: none;
92918
+ outline: none;
92919
+ background-color: var(--u-icon-pack-card-color);
92920
+ border-radius: var(--u-icon-pack-card-border-radius);
92921
+ cursor: pointer;
92922
+ user-select: none;
92923
+ transition:
92924
+ background-color .2s var(--u-bezier),
92925
+ color .2s var(--u-bezier);
92926
+ `, [c$1("&:hover", `
92927
+ background-color: var(--u-icon-pack-card-color-hover);
92928
+ `), c$1("&:active", `
92929
+ background-color: var(--u-icon-pack-card-color-pressed);
92930
+ `), cM("selected", `
92931
+ background-color: var(--u-icon-pack-card-color-selected);
92932
+ --u-icon-pack-card-icon-color: var(--u-icon-pack-card-icon-color-selected);
92933
+ --u-icon-pack-card-label-text-color: var(--u-icon-pack-card-label-text-color-selected);
92934
+ `, [c$1("&:hover", `
92935
+ background-color: var(--u-icon-pack-card-color-selected);
92936
+ `)]), cE("icon", `
92937
+ flex-shrink: 0;
92938
+ width: var(--u-icon-pack-icon-size);
92939
+ height: var(--u-icon-pack-icon-size);
92940
+ display: flex;
92941
+ align-items: center;
92942
+ justify-content: center;
92943
+ color: var(--u-icon-pack-card-icon-color);
92944
+ `, [c$1("svg", `
92945
+ width: var(--u-icon-pack-icon-size);
92946
+ height: var(--u-icon-pack-icon-size);
92947
+ `)]), cE("label", `
92948
+ max-width: 100%;
92949
+ padding: 0 12px;
92950
+ font-size: 12px;
92951
+ line-height: 16px;
92952
+ font-weight: 600;
92953
+ text-align: center;
92954
+ color: var(--u-icon-pack-card-label-text-color);
92955
+ transition: color .2s var(--u-bezier);
92956
+ `)]), cE("empty", `
92957
+ padding: 40px 0;
92958
+ display: flex;
92959
+ justify-content: center;
92960
+ `), cE("footer", `
92961
+ display: flex;
92962
+ align-items: center;
92963
+ gap: 16px;
92964
+ padding: 16px var(--u-icon-pack-content-padding) var(--u-icon-pack-content-padding);
92965
+ border-top: 1px solid var(--u-icon-pack-divider-color);
92966
+ `)]);
92967
+
92968
+ var _UIconPack = defineComponent({
92969
+ name: "IconPack",
92970
+ props: iconPackProps,
92971
+ emits: ["update:value", "update:searchValue", "select", "copy", "search"],
92972
+ setup(props, { emit }) {
92973
+ const { mergedClsPrefixRef, mergedIconPacksRef } = useConfig(props);
92974
+ const themeRef = useTheme(
92975
+ "IconPack",
92976
+ "-icon-pack",
92977
+ style$C,
92978
+ iconPackLight,
92979
+ props,
92980
+ mergedClsPrefixRef
92981
+ );
92982
+ const formItem = useFormItem(props);
92983
+ const { mergedDisabledRef } = formItem;
92984
+ provide(iconPackInjectionKey, {
92985
+ mergedClsPrefixRef
92986
+ });
92987
+ const uncontrolledValueRef = ref(props.defaultValue);
92988
+ const mergedValueRef = computed(
92989
+ () => props.value !== void 0 ? props.value : uncontrolledValueRef.value
92990
+ );
92991
+ const uncontrolledSearchRef = ref(props.defaultSearchValue);
92992
+ const mergedSearchRef = computed(
92993
+ () => props.searchValue !== void 0 ? props.searchValue : uncontrolledSearchRef.value
92994
+ );
92995
+ const mergedPackRef = computed(() => {
92996
+ const { pack } = props;
92997
+ if (pack && typeof pack === "object")
92998
+ return pack;
92999
+ const config = mergedIconPacksRef?.value;
93000
+ if (!config)
93001
+ return void 0;
93002
+ const name = typeof pack === "string" ? pack : config.defaultPackName;
93003
+ return config.packs.find((p) => p.name === name);
93004
+ });
93005
+ function renderIconVNode(name) {
93006
+ const pack = mergedPackRef.value;
93007
+ if (!pack)
93008
+ return null;
93009
+ if (props.async === true && typeof pack.renderAsyncIcon === "function")
93010
+ return pack.renderAsyncIcon(name);
93011
+ if (typeof pack.renderIcon === "function")
93012
+ return pack.renderIcon(name);
93013
+ if (typeof pack.renderAsyncIcon === "function")
93014
+ return pack.renderAsyncIcon(name);
93015
+ return null;
93016
+ }
93017
+ const allIconsRef = computed(() => {
93018
+ const pack = mergedPackRef.value;
93019
+ if (!pack)
93020
+ return [];
93021
+ const format = props.formatIconLabel;
93022
+ return pack.iconNames.map((name) => {
93023
+ const slashIndex = name.indexOf("/");
93024
+ const group = slashIndex === -1 ? "" : name.slice(0, slashIndex);
93025
+ const defaultLabel = slashIndex === -1 ? name : name.slice(slashIndex + 1);
93026
+ return {
93027
+ name,
93028
+ group,
93029
+ label: format ? format(name, group) : defaultLabel,
93030
+ render: () => renderIconVNode(name)
93031
+ };
93032
+ });
93033
+ });
93034
+ const searchIndexRef = computed(
93035
+ () => allIconsRef.value.map(
93036
+ (icon) => `${icon.name}
93037
+ ${icon.label}`.toLowerCase()
93038
+ )
93039
+ );
93040
+ const debouncedQueryRef = ref(
93041
+ mergedSearchRef.value.trim().toLowerCase()
93042
+ );
93043
+ const applyQuery = (value) => {
93044
+ debouncedQueryRef.value = value.trim().toLowerCase();
93045
+ };
93046
+ const applyQueryDebounced = debounce(applyQuery, props.searchDebounce);
93047
+ watch(mergedSearchRef, (value) => {
93048
+ if (props.searchDebounce <= 0)
93049
+ applyQuery(value);
93050
+ else applyQueryDebounced(value);
93051
+ });
93052
+ const filteredIconsRef = computed(() => {
93053
+ const query = debouncedQueryRef.value;
93054
+ const icons = allIconsRef.value;
93055
+ if (!query)
93056
+ return icons;
93057
+ const searchIndex = searchIndexRef.value;
93058
+ const result = [];
93059
+ for (let index = 0; index < icons.length; index++) {
93060
+ if (searchIndex[index].includes(query))
93061
+ result.push(icons[index]);
93062
+ }
93063
+ return result;
93064
+ });
93065
+ const groupsRef = computed(() => {
93066
+ const icons = filteredIconsRef.value;
93067
+ if (!props.grouped)
93068
+ return [{ key: "", label: "", icons }];
93069
+ const map = /* @__PURE__ */ new Map();
93070
+ for (const icon of icons) {
93071
+ const existing = map.get(icon.group);
93072
+ if (existing)
93073
+ existing.push(icon);
93074
+ else map.set(icon.group, [icon]);
93075
+ }
93076
+ const format = props.formatGroupLabel;
93077
+ return Array.from(map, ([key, groupIcons]) => ({
93078
+ key,
93079
+ label: format ? format(key) : key,
93080
+ icons: groupIcons
93081
+ }));
93082
+ });
93083
+ const isEmptyRef = computed(
93084
+ () => filteredIconsRef.value.length === 0
93085
+ );
93086
+ function handleSearch(value) {
93087
+ if (props.searchValue === void 0)
93088
+ uncontrolledSearchRef.value = value;
93089
+ emit("update:searchValue", value);
93090
+ emit("search", value);
93091
+ }
93092
+ function handleSelect(icon) {
93093
+ if (mergedDisabledRef.value)
93094
+ return;
93095
+ if (props.value === void 0)
93096
+ uncontrolledValueRef.value = icon.name;
93097
+ emit("update:value", icon.name);
93098
+ emit("select", icon.name, icon);
93099
+ formItem.triggerFormInput();
93100
+ formItem.triggerFormChange();
93101
+ if (props.copyable) {
93102
+ const text = props.formatCopy ? props.formatCopy(icon.name, icon) : icon.name;
93103
+ void copyToClipboard(text).catch(() => {
93104
+ });
93105
+ emit("copy", text, icon);
93106
+ }
93107
+ }
93108
+ const cssVarsRef = computed(() => {
93109
+ const {
93110
+ common: { cubicBezierEaseInOut },
93111
+ self: {
93112
+ containerColor,
93113
+ borderRadius,
93114
+ titleTextColor,
93115
+ descriptionTextColor,
93116
+ groupTitleTextColor,
93117
+ groupCounterTextColor,
93118
+ cardColor,
93119
+ cardColorHover,
93120
+ cardColorPressed,
93121
+ cardColorSelected,
93122
+ cardBorderRadius,
93123
+ cardIconColor,
93124
+ cardIconColorSelected,
93125
+ cardLabelTextColor,
93126
+ cardLabelTextColorSelected,
93127
+ dividerColor
93128
+ }
93129
+ } = themeRef.value;
93130
+ const { columns } = props;
93131
+ const gridTemplateColumns = columns === void 0 || columns === null || columns === "auto" ? `repeat(auto-fill, minmax(${formatLength(props.minColumnWidth)}, 1fr))` : `repeat(${columns}, minmax(0, 1fr))`;
93132
+ return {
93133
+ "--u-bezier": cubicBezierEaseInOut,
93134
+ "--u-icon-pack-container-color": containerColor,
93135
+ "--u-icon-pack-border-radius": borderRadius,
93136
+ "--u-icon-pack-title-text-color": titleTextColor,
93137
+ "--u-icon-pack-description-text-color": descriptionTextColor,
93138
+ "--u-icon-pack-group-title-text-color": groupTitleTextColor,
93139
+ "--u-icon-pack-group-counter-text-color": groupCounterTextColor,
93140
+ "--u-icon-pack-card-color": cardColor,
93141
+ "--u-icon-pack-card-color-hover": cardColorHover,
93142
+ "--u-icon-pack-card-color-pressed": cardColorPressed,
93143
+ "--u-icon-pack-card-color-selected": cardColorSelected,
93144
+ "--u-icon-pack-card-border-radius": cardBorderRadius,
93145
+ "--u-icon-pack-card-icon-color": cardIconColor,
93146
+ "--u-icon-pack-card-icon-color-selected": cardIconColorSelected,
93147
+ "--u-icon-pack-card-label-text-color": cardLabelTextColor,
93148
+ "--u-icon-pack-card-label-text-color-selected": cardLabelTextColorSelected,
93149
+ "--u-icon-pack-divider-color": dividerColor,
93150
+ "--u-icon-pack-grid-template-columns": gridTemplateColumns,
93151
+ "--u-icon-pack-icon-size": formatLength(props.iconSize),
93152
+ "--u-icon-pack-content-padding": formatLength(props.contentPadding)
93153
+ };
93154
+ });
93155
+ const themeClassHandle = useThemeClass(
93156
+ "icon-pack",
93157
+ computed(() => ""),
93158
+ cssVarsRef,
93159
+ props
93160
+ );
93161
+ return {
93162
+ mergedClsPrefix: mergedClsPrefixRef,
93163
+ mergedTheme: themeRef,
93164
+ cssVars: cssVarsRef,
93165
+ themeClass: themeClassHandle?.themeClass,
93166
+ onRender: themeClassHandle?.onRender,
93167
+ mergedValue: mergedValueRef,
93168
+ mergedSearch: mergedSearchRef,
93169
+ mergedDisabled: mergedDisabledRef,
93170
+ groups: groupsRef,
93171
+ isEmpty: isEmptyRef,
93172
+ handleSearch,
93173
+ handleSelect
93174
+ };
93175
+ },
93176
+ render() {
93177
+ const {
93178
+ mergedClsPrefix: cls,
93179
+ $slots,
93180
+ title,
93181
+ description,
93182
+ searchable,
93183
+ grouped,
93184
+ showGroupCounter,
93185
+ searchPlaceholder,
93186
+ searchInputProps,
93187
+ scrollbarProps,
93188
+ emptyText,
93189
+ emptyProps,
93190
+ height,
93191
+ maxBodyHeight,
93192
+ mergedDisabled
93193
+ } = this;
93194
+ this.onRender?.();
93195
+ const showHeader = !!(title || description) || !!$slots.header || !!$slots.title || !!$slots.description;
93196
+ const hasFixedHeight = height !== void 0 && height !== null;
93197
+ const bodyStyle = hasFixedHeight ? { flex: "1 1 auto", minHeight: 0 } : { maxHeight: formatLength(maxBodyHeight) };
93198
+ const renderCard = (icon) => {
93199
+ const selected = this.mergedValue === icon.name;
93200
+ return /* @__PURE__ */ h(
93201
+ "div",
93202
+ {
93203
+ key: icon.name,
93204
+ class: [
93205
+ `${cls}-icon-pack-card`,
93206
+ selected && `${cls}-icon-pack-card--selected`
93207
+ ],
93208
+ role: "button",
93209
+ tabindex: mergedDisabled ? -1 : 0,
93210
+ "aria-pressed": selected,
93211
+ "aria-disabled": mergedDisabled,
93212
+ onClick: () => this.handleSelect(icon),
93213
+ onKeydown: (e) => {
93214
+ if (e.key === "Enter" || e.key === " ") {
93215
+ e.preventDefault();
93216
+ this.handleSelect(icon);
93217
+ }
93218
+ }
93219
+ },
93220
+ /* @__PURE__ */ h("div", { class: `${cls}-icon-pack-card__icon` }, icon.render()),
93221
+ /* @__PURE__ */ h(
93222
+ UPerformantEllipsis$1,
93223
+ {
93224
+ class: `${cls}-icon-pack-card__label`,
93225
+ lineClamp: 1
93226
+ },
93227
+ { default: () => icon.label }
93228
+ )
93229
+ );
93230
+ };
93231
+ return /* @__PURE__ */ h(
93232
+ "div",
93233
+ {
93234
+ class: [
93235
+ `${cls}-icon-pack`,
93236
+ this.themeClass,
93237
+ mergedDisabled && `${cls}-icon-pack--disabled`
93238
+ ],
93239
+ style: {
93240
+ ...this.cssVars,
93241
+ ...hasFixedHeight ? { height: formatLength(height) } : {}
93242
+ }
93243
+ },
93244
+ showHeader && /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__header` }, /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__header-main` }, resolveSlot($slots.header, () => [
93245
+ (title || $slots.title) && /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__title` }, $slots.title ? $slots.title() : title),
93246
+ (description || $slots.description) && /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__description` }, $slots.description ? $slots.description() : description)
93247
+ ]))),
93248
+ searchable && /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__search` }, /* @__PURE__ */ h(
93249
+ UInput$1,
93250
+ {
93251
+ value: this.mergedSearch,
93252
+ clearable: true,
93253
+ disabled: mergedDisabled,
93254
+ placeholder: searchPlaceholder,
93255
+ onUpdateValue: this.handleSearch,
93256
+ ...searchInputProps
93257
+ },
93258
+ { prefix: () => h(SearchOutlineIcon) }
93259
+ )),
93260
+ /* @__PURE__ */ h(
93261
+ Scrollbar,
93262
+ {
93263
+ class: `${cls}-icon-pack__body`,
93264
+ style: bodyStyle,
93265
+ ...scrollbarProps
93266
+ },
93267
+ {
93268
+ default: () => this.isEmpty ? /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__empty` }, resolveSlot($slots.empty, () => [
93269
+ /* @__PURE__ */ h(
93270
+ UEmpty$1,
93271
+ {
93272
+ ...emptyProps,
93273
+ size: "large",
93274
+ description: emptyText,
93275
+ theme: this.mergedTheme.peers.Empty,
93276
+ themeOverrides: this.mergedTheme.peerOverrides.Empty
93277
+ }
93278
+ )
93279
+ ])) : /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__groups` }, this.groups.map((group) => /* @__PURE__ */ h("div", { key: group.key, class: `${cls}-icon-pack__group` }, grouped && group.key !== "" && /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__group-header` }, /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__group-title` }, group.label), showGroupCounter && /* @__PURE__ */ h("span", { class: `${cls}-icon-pack__group-counter` }, "(", group.icons.length, ")")), /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__grid` }, group.icons.map(renderCard)))))
93280
+ }
93281
+ ),
93282
+ $slots.footer && /* @__PURE__ */ h("div", { class: `${cls}-icon-pack__footer` }, $slots.footer())
93283
+ );
93284
+ }
93285
+ });
93286
+
92604
93287
  function self$8(vars) {
92605
93288
  const {
92606
93289
  brandPrimary500,
@@ -115181,6 +115864,7 @@ const UHighlight = wrap(_UHighlight);
115181
115864
  const UIcon = wrap(UIcon$1);
115182
115865
  const UIconBar = wrap(_UIconBar);
115183
115866
  const UIconBarItem = wrap(_UIconBarItem);
115867
+ const UIconPack = wrap(_UIconPack);
115184
115868
  const UIconWrapper = wrap(UIconWrapper$1);
115185
115869
  const UImage = wrap(_UImage);
115186
115870
  const UImageGroup = wrap(_UImageGroup);
@@ -115376,6 +116060,7 @@ var components = /*#__PURE__*/Object.freeze({
115376
116060
  UIcon: UIcon,
115377
116061
  UIconBar: UIconBar,
115378
116062
  UIconBarItem: UIconBarItem,
116063
+ UIconPack: UIconPack,
115379
116064
  UIconWrapper: UIconWrapper,
115380
116065
  UImage: UImage,
115381
116066
  UImageGroup: UImageGroup,
@@ -115556,6 +116241,9 @@ var components = /*#__PURE__*/Object.freeze({
115556
116241
  highlightProps: highlightProps,
115557
116242
  iconBarItemProps: iconBarItemProps,
115558
116243
  iconBarProps: iconBarProps,
116244
+ iconPackDark: iconPackDark,
116245
+ iconPackLight: iconPackLight,
116246
+ iconPackProps: iconPackProps,
115559
116247
  iconProps: iconProps,
115560
116248
  iconWrapperProps: iconWrapperProps,
115561
116249
  imageGroupProps: imageGroupProps,
@@ -115681,7 +116369,7 @@ function useThemeVars() {
115681
116369
  });
115682
116370
  }
115683
116371
 
115684
- var version = "2.1.4";
116372
+ var version = "2.2.1";
115685
116373
 
115686
116374
  function create({
115687
116375
  componentPrefix = "U",
@@ -115837,6 +116525,7 @@ const lightTheme = {
115837
116525
  Crop: cropLight,
115838
116526
  Header: headerLight,
115839
116527
  IconBar: iconBarLight,
116528
+ IconPack: iconPackLight,
115840
116529
  QrCode: themeLight$1
115841
116530
  };
115842
116531
 
@@ -116460,6 +117149,7 @@ const darkTheme = {
116460
117149
  Crop: cropDark,
116461
117150
  Header: headerDark,
116462
117151
  IconBar: iconBarDark,
117152
+ IconPack: iconPackDark,
116463
117153
  QrCode: qrcodeDark
116464
117154
  };
116465
117155
 
@@ -116482,4 +117172,4 @@ function createTheme(name, componentThemes) {
116482
117172
  return theme;
116483
117173
  }
116484
117174
 
116485
- 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, dateUzUZ, dateZhCN, 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, renderAsyncIcon, renderBadge, renderConfig, renderIcon, 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, uzUZ, version, virtualListProps, watermarkDark, watermarkProps, zhCN$1 as zhCN, zindexable };
117175
+ 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, UIconPack, 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, dateUzUZ, dateZhCN, 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, iconPackDark, iconPackLight, iconPackProps, 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, renderAsyncIcon, renderBadge, renderConfig, renderIcon, 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, uzUZ, version, virtualListProps, watermarkDark, watermarkProps, zhCN$1 as zhCN, zindexable };