naive-ui 2.41.0 → 2.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/dist/index.js +930 -428
  2. package/dist/index.mjs +927 -430
  3. package/dist/index.prod.js +1 -1
  4. package/dist/index.prod.mjs +1 -1
  5. package/es/_internal/icon/src/styles/index.cssr.mjs +0 -1
  6. package/es/_internal/selection/src/Selection.d.ts +1 -1
  7. package/es/_mixins/use-form-item.d.ts +1 -1
  8. package/es/_utils/dom/download.d.ts +1 -0
  9. package/es/_utils/dom/download.mjs +3 -0
  10. package/es/_utils/index.d.ts +1 -1
  11. package/es/_utils/index.mjs +1 -1
  12. package/es/_utils/naive/index.d.ts +1 -0
  13. package/es/_utils/naive/index.mjs +1 -0
  14. package/es/_utils/naive/value.d.ts +1 -0
  15. package/es/_utils/naive/value.mjs +13 -0
  16. package/es/anchor/index.d.ts +1 -0
  17. package/es/anchor/src/Link.d.ts +3 -2
  18. package/es/anchor/src/Link.mjs +5 -2
  19. package/es/anchor/src/public-types.d.ts +5 -0
  20. package/es/anchor/src/public-types.mjs +1 -0
  21. package/es/auto-complete/src/AutoComplete.d.ts +1 -1
  22. package/es/cascader/src/Cascader.d.ts +1 -1
  23. package/es/components.d.ts +1 -0
  24. package/es/components.mjs +1 -0
  25. package/es/config-provider/src/internal-interface.d.ts +2 -0
  26. package/es/data-table/src/DataTable.d.ts +6 -6
  27. package/es/data-table/src/DataTable.mjs +6 -6
  28. package/es/data-table/src/styles/index.cssr.mjs +1 -0
  29. package/es/date-picker/src/DatePicker.d.ts +5 -5
  30. package/es/date-picker/src/DatePicker.mjs +1 -1
  31. package/es/date-picker/src/panel/date.d.ts +2 -2
  32. package/es/date-picker/src/panel/daterange.d.ts +3 -3
  33. package/es/date-picker/src/panel/datetime.d.ts +2 -2
  34. package/es/date-picker/src/panel/datetime.mjs +1 -1
  35. package/es/date-picker/src/panel/datetimerange.d.ts +3 -3
  36. package/es/date-picker/src/panel/datetimerange.mjs +2 -2
  37. package/es/date-picker/src/panel/month.d.ts +2 -2
  38. package/es/date-picker/src/panel/monthrange.d.ts +3 -3
  39. package/es/date-picker/src/panel/panelHeader.d.ts +4 -4
  40. package/es/date-picker/src/panel/use-calendar.d.ts +1 -1
  41. package/es/date-picker/src/panel/use-dual-calendar.d.ts +2 -2
  42. package/es/date-picker/src/panel/use-dual-calendar.mjs +3 -3
  43. package/es/date-picker/src/panel/use-panel-common.d.ts +1 -1
  44. package/es/date-picker/src/panel/use-panel-common.mjs +1 -1
  45. package/es/date-picker/src/props.d.ts +2 -2
  46. package/es/date-picker/src/props.mjs +1 -1
  47. package/es/descriptions/src/Descriptions.d.ts +1 -1
  48. package/es/form/index.d.ts +1 -0
  49. package/es/form/src/FormItem.d.ts +1 -1
  50. package/es/form/src/FormItemCol.d.ts +1 -1
  51. package/es/form/src/FormItemGridItem.d.ts +1 -1
  52. package/es/form/src/interface.d.ts +0 -1
  53. package/es/form/src/public-types.d.ts +1 -0
  54. package/es/form/src/public-types.mjs +1 -0
  55. package/es/icon/src/styles/index.cssr.mjs +0 -1
  56. package/es/input/src/Input.d.ts +1 -1
  57. package/es/input/src/Input.mjs +1 -8
  58. package/es/input-number/src/InputNumber.d.ts +1 -1
  59. package/es/input-otp/index.d.ts +3 -0
  60. package/es/input-otp/index.mjs +1 -0
  61. package/es/input-otp/src/InputOtp.d.ts +875 -0
  62. package/es/input-otp/src/InputOtp.mjs +322 -0
  63. package/es/input-otp/src/public-types.d.ts +24 -0
  64. package/es/input-otp/src/public-types.mjs +1 -0
  65. package/es/input-otp/src/styles/index.cssr.d.ts +2 -0
  66. package/es/input-otp/src/styles/index.cssr.mjs +20 -0
  67. package/es/input-otp/src/styles/input-otp-rtl.cssr.d.ts +2 -0
  68. package/es/input-otp/src/styles/input-otp-rtl.cssr.mjs +5 -0
  69. package/es/input-otp/styles/dark.d.ts +3 -0
  70. package/es/input-otp/styles/dark.mjs +12 -0
  71. package/es/input-otp/styles/index.d.ts +4 -0
  72. package/es/input-otp/styles/index.mjs +3 -0
  73. package/es/input-otp/styles/light.d.ts +81 -0
  74. package/es/input-otp/styles/light.mjs +22 -0
  75. package/es/input-otp/styles/rtl.d.ts +2 -0
  76. package/es/input-otp/styles/rtl.mjs +5 -0
  77. package/es/mention/src/Mention.d.ts +1 -1
  78. package/es/progress/src/Circle.d.ts +1 -1
  79. package/es/progress/src/MultipleCircle.d.ts +1 -1
  80. package/es/progress/src/Progress.d.ts +2 -2
  81. package/es/radio/src/Radio.mjs +5 -5
  82. package/es/radio/src/styles/radio.cssr.mjs +3 -7
  83. package/es/select/src/Select.d.ts +1 -1
  84. package/es/styles.d.ts +1 -0
  85. package/es/styles.mjs +1 -0
  86. package/es/tabs/src/TabPane.d.ts +1 -0
  87. package/es/themes/dark.mjs +2 -1
  88. package/es/themes/light.mjs +2 -0
  89. package/es/time-picker/src/TimePicker.d.ts +1 -1
  90. package/es/transfer/src/Transfer.d.ts +1 -1
  91. package/es/tree/src/Tree.d.ts +21 -17
  92. package/es/tree/src/Tree.mjs +4 -4
  93. package/es/tree/src/styles/index.cssr.mjs +0 -1
  94. package/es/tree-select/src/TreeSelect.d.ts +14 -1
  95. package/es/tree-select/src/TreeSelect.mjs +1 -0
  96. package/es/typography/src/text.d.ts +1 -1
  97. package/es/upload/index.d.ts +1 -0
  98. package/es/upload/index.mjs +1 -0
  99. package/es/upload/src/Upload.d.ts +11 -8
  100. package/es/upload/src/Upload.mjs +2 -0
  101. package/es/upload/src/UploadFile.mjs +8 -1
  102. package/es/upload/src/interface.d.ts +1 -0
  103. package/es/version.d.ts +1 -1
  104. package/es/version.mjs +1 -1
  105. package/es/watermark/src/Watermark.d.ts +1 -1
  106. package/lib/_internal/icon/src/styles/index.cssr.js +0 -1
  107. package/lib/_internal/selection/src/Selection.d.ts +1 -1
  108. package/lib/_mixins/use-form-item.d.ts +1 -1
  109. package/lib/_utils/dom/download.d.ts +1 -0
  110. package/lib/_utils/dom/download.js +4 -0
  111. package/lib/_utils/index.d.ts +1 -1
  112. package/lib/_utils/index.js +2 -1
  113. package/lib/_utils/naive/index.d.ts +1 -0
  114. package/lib/_utils/naive/index.js +3 -1
  115. package/lib/_utils/naive/value.d.ts +1 -0
  116. package/lib/_utils/naive/value.js +18 -0
  117. package/lib/anchor/index.d.ts +1 -0
  118. package/lib/anchor/src/Link.d.ts +3 -2
  119. package/lib/anchor/src/Link.js +4 -1
  120. package/lib/anchor/src/public-types.d.ts +5 -0
  121. package/lib/anchor/src/public-types.js +2 -0
  122. package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
  123. package/lib/cascader/src/Cascader.d.ts +1 -1
  124. package/lib/components.d.ts +1 -0
  125. package/lib/components.js +1 -0
  126. package/lib/config-provider/src/internal-interface.d.ts +2 -0
  127. package/lib/data-table/src/DataTable.d.ts +6 -6
  128. package/lib/data-table/src/DataTable.js +6 -6
  129. package/lib/data-table/src/styles/index.cssr.js +1 -0
  130. package/lib/date-picker/src/DatePicker.d.ts +5 -5
  131. package/lib/date-picker/src/DatePicker.js +1 -1
  132. package/lib/date-picker/src/panel/date.d.ts +2 -2
  133. package/lib/date-picker/src/panel/daterange.d.ts +3 -3
  134. package/lib/date-picker/src/panel/datetime.d.ts +2 -2
  135. package/lib/date-picker/src/panel/datetime.js +1 -1
  136. package/lib/date-picker/src/panel/datetimerange.d.ts +3 -3
  137. package/lib/date-picker/src/panel/datetimerange.js +2 -2
  138. package/lib/date-picker/src/panel/month.d.ts +2 -2
  139. package/lib/date-picker/src/panel/monthrange.d.ts +3 -3
  140. package/lib/date-picker/src/panel/panelHeader.d.ts +4 -4
  141. package/lib/date-picker/src/panel/use-calendar.d.ts +1 -1
  142. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +2 -2
  143. package/lib/date-picker/src/panel/use-dual-calendar.js +3 -3
  144. package/lib/date-picker/src/panel/use-panel-common.d.ts +1 -1
  145. package/lib/date-picker/src/panel/use-panel-common.js +1 -1
  146. package/lib/date-picker/src/props.d.ts +2 -2
  147. package/lib/date-picker/src/props.js +1 -1
  148. package/lib/descriptions/src/Descriptions.d.ts +1 -1
  149. package/lib/form/index.d.ts +1 -0
  150. package/lib/form/src/FormItem.d.ts +1 -1
  151. package/lib/form/src/FormItemCol.d.ts +1 -1
  152. package/lib/form/src/FormItemGridItem.d.ts +1 -1
  153. package/lib/form/src/interface.d.ts +0 -1
  154. package/lib/form/src/public-types.d.ts +1 -0
  155. package/lib/form/src/public-types.js +2 -0
  156. package/lib/icon/src/styles/index.cssr.js +0 -1
  157. package/lib/input/src/Input.d.ts +1 -1
  158. package/lib/input/src/Input.js +0 -7
  159. package/lib/input-number/src/InputNumber.d.ts +1 -1
  160. package/lib/input-otp/index.d.ts +3 -0
  161. package/lib/input-otp/index.js +9 -0
  162. package/lib/input-otp/src/InputOtp.d.ts +875 -0
  163. package/lib/input-otp/src/InputOtp.js +248 -0
  164. package/lib/input-otp/src/public-types.d.ts +24 -0
  165. package/lib/input-otp/src/public-types.js +2 -0
  166. package/lib/input-otp/src/styles/index.cssr.d.ts +2 -0
  167. package/lib/input-otp/src/styles/index.cssr.js +25 -0
  168. package/lib/input-otp/src/styles/input-otp-rtl.cssr.d.ts +2 -0
  169. package/lib/input-otp/src/styles/input-otp-rtl.cssr.js +10 -0
  170. package/lib/input-otp/styles/dark.d.ts +3 -0
  171. package/lib/input-otp/styles/dark.js +14 -0
  172. package/lib/input-otp/styles/index.d.ts +4 -0
  173. package/lib/input-otp/styles/index.js +12 -0
  174. package/lib/input-otp/styles/light.d.ts +81 -0
  175. package/lib/input-otp/styles/light.js +25 -0
  176. package/lib/input-otp/styles/rtl.d.ts +2 -0
  177. package/lib/input-otp/styles/rtl.js +11 -0
  178. package/lib/mention/src/Mention.d.ts +1 -1
  179. package/lib/progress/src/Circle.d.ts +1 -1
  180. package/lib/progress/src/MultipleCircle.d.ts +1 -1
  181. package/lib/progress/src/Progress.d.ts +2 -2
  182. package/lib/radio/src/Radio.js +2 -2
  183. package/lib/radio/src/styles/radio.cssr.js +3 -7
  184. package/lib/select/src/Select.d.ts +1 -1
  185. package/lib/styles.d.ts +1 -0
  186. package/lib/styles.js +99 -96
  187. package/lib/tabs/src/TabPane.d.ts +1 -0
  188. package/lib/themes/dark.js +1 -0
  189. package/lib/themes/light.js +92 -90
  190. package/lib/time-picker/src/TimePicker.d.ts +1 -1
  191. package/lib/transfer/src/Transfer.d.ts +1 -1
  192. package/lib/tree/src/Tree.d.ts +21 -17
  193. package/lib/tree/src/Tree.js +5 -4
  194. package/lib/tree/src/styles/index.cssr.js +0 -1
  195. package/lib/tree-select/src/TreeSelect.d.ts +14 -1
  196. package/lib/tree-select/src/TreeSelect.js +1 -1
  197. package/lib/typography/src/text.d.ts +1 -1
  198. package/lib/upload/index.d.ts +1 -0
  199. package/lib/upload/index.js +3 -1
  200. package/lib/upload/src/Upload.d.ts +11 -8
  201. package/lib/upload/src/Upload.js +2 -1
  202. package/lib/upload/src/UploadFile.js +7 -2
  203. package/lib/upload/src/interface.d.ts +1 -0
  204. package/lib/version.d.ts +1 -1
  205. package/lib/version.js +1 -1
  206. package/lib/watermark/src/Watermark.d.ts +1 -1
  207. package/package.json +1 -1
  208. package/volar.d.ts +3 -2
  209. package/web-types.json +139 -10
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { ref, readonly, watch, computed, getCurrentInstance, onMounted, onBeforeUnmount, onBeforeMount, reactive, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, withDirectives, toRef, h, Teleport, nextTick, renderSlot, mergeProps, vShow, isVNode, shallowRef, watchEffect, Transition, TransitionGroup, cloneVNode, Text, onUnmounted, onBeforeUpdate, onUpdated, normalizeStyle, isReactive, markRaw, normalizeClass, createApp, unref, isProxy, toRaw, renderList } from 'vue';
1
+ import { ref, readonly, watch, computed, getCurrentInstance, onMounted, onBeforeUnmount, onBeforeMount, reactive, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, withDirectives, h, Teleport, toRef, nextTick, renderSlot, mergeProps, vShow, isVNode, shallowRef, watchEffect, Transition, TransitionGroup, cloneVNode, Text, onUnmounted, onBeforeUpdate, onUpdated, normalizeStyle, isReactive, markRaw, normalizeClass, createApp, unref, isProxy, toRaw, renderList } from 'vue';
2
2
 
3
3
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
4
4
  /* eslint-disable @typescript-eslint/strict-boolean-expressions */
@@ -7,7 +7,7 @@ function plugin$1(options) {
7
7
  let _ePrefix = '__';
8
8
  let _mPrefix = '--';
9
9
  let c;
10
- {
10
+ if (options) {
11
11
  let t = options.blockPrefix;
12
12
  if (t) {
13
13
  _bPrefix = t;
@@ -799,24 +799,157 @@ function getGap(value, orient) {
799
799
  };
800
800
  }
801
801
 
802
+ // src: https://www.w3schools.com/colors/colors_names.asp
802
803
  var colors = {
803
- black: '#000',
804
- silver: '#C0C0C0',
805
- gray: '#808080',
806
- white: '#FFF',
807
- maroon: '#800000',
808
- red: '#F00',
809
- purple: '#800080',
810
- fuchsia: '#F0F',
811
- green: '#008000',
812
- lime: '#0F0',
813
- olive: '#808000',
814
- yellow: '#FF0',
815
- navy: '#000080',
816
- blue: '#00F',
817
- teal: '#008080',
818
- aqua: '#0FF',
819
- transparent: '#0000'
804
+ aliceblue: "#F0F8FF",
805
+ antiquewhite: "#FAEBD7",
806
+ aqua: "#0FF",
807
+ aquamarine: "#7FFFD4",
808
+ azure: "#F0FFFF",
809
+ beige: "#F5F5DC",
810
+ bisque: "#FFE4C4",
811
+ black: "#000",
812
+ blanchedalmond: "#FFEBCD",
813
+ blue: "#00F",
814
+ blueviolet: "#8A2BE2",
815
+ brown: "#A52A2A",
816
+ burlywood: "#DEB887",
817
+ cadetblue: "#5F9EA0",
818
+ chartreuse: "#7FFF00",
819
+ chocolate: "#D2691E",
820
+ coral: "#FF7F50",
821
+ cornflowerblue: "#6495ED",
822
+ cornsilk: "#FFF8DC",
823
+ crimson: "#DC143C",
824
+ cyan: "#0FF",
825
+ darkblue: "#00008B",
826
+ darkcyan: "#008B8B",
827
+ darkgoldenrod: "#B8860B",
828
+ darkgray: "#A9A9A9",
829
+ darkgrey: "#A9A9A9",
830
+ darkgreen: "#006400",
831
+ darkkhaki: "#BDB76B",
832
+ darkmagenta: "#8B008B",
833
+ darkolivegreen: "#556B2F",
834
+ darkorange: "#FF8C00",
835
+ darkorchid: "#9932CC",
836
+ darkred: "#8B0000",
837
+ darksalmon: "#E9967A",
838
+ darkseagreen: "#8FBC8F",
839
+ darkslateblue: "#483D8B",
840
+ darkslategray: "#2F4F4F",
841
+ darkslategrey: "#2F4F4F",
842
+ darkturquoise: "#00CED1",
843
+ darkviolet: "#9400D3",
844
+ deeppink: "#FF1493",
845
+ deepskyblue: "#00BFFF",
846
+ dimgray: "#696969",
847
+ dimgrey: "#696969",
848
+ dodgerblue: "#1E90FF",
849
+ firebrick: "#B22222",
850
+ floralwhite: "#FFFAF0",
851
+ forestgreen: "#228B22",
852
+ fuchsia: "#F0F",
853
+ gainsboro: "#DCDCDC",
854
+ ghostwhite: "#F8F8FF",
855
+ gold: "#FFD700",
856
+ goldenrod: "#DAA520",
857
+ gray: "#808080",
858
+ grey: "#808080",
859
+ green: "#008000",
860
+ greenyellow: "#ADFF2F",
861
+ honeydew: "#F0FFF0",
862
+ hotpink: "#FF69B4",
863
+ indianred: "#CD5C5C",
864
+ indigo: "#4B0082",
865
+ ivory: "#FFFFF0",
866
+ khaki: "#F0E68C",
867
+ lavender: "#E6E6FA",
868
+ lavenderblush: "#FFF0F5",
869
+ lawngreen: "#7CFC00",
870
+ lemonchiffon: "#FFFACD",
871
+ lightblue: "#ADD8E6",
872
+ lightcoral: "#F08080",
873
+ lightcyan: "#E0FFFF",
874
+ lightgoldenrodyellow: "#FAFAD2",
875
+ lightgray: "#D3D3D3",
876
+ lightgrey: "#D3D3D3",
877
+ lightgreen: "#90EE90",
878
+ lightpink: "#FFB6C1",
879
+ lightsalmon: "#FFA07A",
880
+ lightseagreen: "#20B2AA",
881
+ lightskyblue: "#87CEFA",
882
+ lightslategray: "#778899",
883
+ lightslategrey: "#778899",
884
+ lightsteelblue: "#B0C4DE",
885
+ lightyellow: "#FFFFE0",
886
+ lime: "#0F0",
887
+ limegreen: "#32CD32",
888
+ linen: "#FAF0E6",
889
+ magenta: "#F0F",
890
+ maroon: "#800000",
891
+ mediumaquamarine: "#66CDAA",
892
+ mediumblue: "#0000CD",
893
+ mediumorchid: "#BA55D3",
894
+ mediumpurple: "#9370DB",
895
+ mediumseagreen: "#3CB371",
896
+ mediumslateblue: "#7B68EE",
897
+ mediumspringgreen: "#00FA9A",
898
+ mediumturquoise: "#48D1CC",
899
+ mediumvioletred: "#C71585",
900
+ midnightblue: "#191970",
901
+ mintcream: "#F5FFFA",
902
+ mistyrose: "#FFE4E1",
903
+ moccasin: "#FFE4B5",
904
+ navajowhite: "#FFDEAD",
905
+ navy: "#000080",
906
+ oldlace: "#FDF5E6",
907
+ olive: "#808000",
908
+ olivedrab: "#6B8E23",
909
+ orange: "#FFA500",
910
+ orangered: "#FF4500",
911
+ orchid: "#DA70D6",
912
+ palegoldenrod: "#EEE8AA",
913
+ palegreen: "#98FB98",
914
+ paleturquoise: "#AFEEEE",
915
+ palevioletred: "#DB7093",
916
+ papayawhip: "#FFEFD5",
917
+ peachpuff: "#FFDAB9",
918
+ peru: "#CD853F",
919
+ pink: "#FFC0CB",
920
+ plum: "#DDA0DD",
921
+ powderblue: "#B0E0E6",
922
+ purple: "#800080",
923
+ rebeccapurple: "#663399",
924
+ red: "#F00",
925
+ rosybrown: "#BC8F8F",
926
+ royalblue: "#4169E1",
927
+ saddlebrown: "#8B4513",
928
+ salmon: "#FA8072",
929
+ sandybrown: "#F4A460",
930
+ seagreen: "#2E8B57",
931
+ seashell: "#FFF5EE",
932
+ sienna: "#A0522D",
933
+ silver: "#C0C0C0",
934
+ skyblue: "#87CEEB",
935
+ slateblue: "#6A5ACD",
936
+ slategray: "#708090",
937
+ slategrey: "#708090",
938
+ snow: "#FFFAFA",
939
+ springgreen: "#00FF7F",
940
+ steelblue: "#4682B4",
941
+ tan: "#D2B48C",
942
+ teal: "#008080",
943
+ thistle: "#D8BFD8",
944
+ tomato: "#FF6347",
945
+ turquoise: "#40E0D0",
946
+ violet: "#EE82EE",
947
+ wheat: "#F5DEB3",
948
+ white: "#FFF",
949
+ whitesmoke: "#F5F5F5",
950
+ yellow: "#FF0",
951
+ yellowgreen: "#9ACD32",
952
+ transparent: "#0000"
820
953
  };
821
954
 
822
955
  // All the algorithms credit to https://stackoverflow.com/questions/36721830/convert-hsl-to-rgb-and-hex/54014428#54014428
@@ -960,7 +1093,9 @@ function hsva(color) {
960
1093
  }
961
1094
  /**
962
1095
  * Convert color string to rgba array.
963
- * @param color format like #000[0], #000000[00], rgb(0, 0, 0), rgba(0, 0, 0, 0) and basic color keywords https://www.w3.org/TR/css-color-3/#html4 and transparent
1096
+ * @param color format like #000[0], #000000[00], rgb(0, 0, 0),
1097
+ * rgba(0, 0, 0, 0), hsl(a) color, hsv(a) color and color keywords and
1098
+ * transparent
964
1099
  * @returns
965
1100
  */
966
1101
  function rgba(color) {
@@ -980,6 +1115,12 @@ function rgba(color) {
980
1115
  return [parseHex(i[1] + i[1]), parseHex(i[2] + i[2]), parseHex(i[3] + i[3]), roundAlpha(parseHex(i[4] + i[4]) / 255)];
981
1116
  } else if (color in colors) {
982
1117
  return rgba(colors[color]);
1118
+ } else if (hslRegex.test(color) || hslaRegex.test(color)) {
1119
+ const [h, s, l, a] = hsla(color);
1120
+ return [...hsl2rgb(h, s, l), a];
1121
+ } else if (hsvRegex.test(color) || hsvaRegex.test(color)) {
1122
+ const [h, s, v, a] = hsva(color);
1123
+ return [...hsv2rgb(h, s, v), a];
983
1124
  }
984
1125
  throw new Error(`[seemly/rgba]: Invalid color value ${color}.`);
985
1126
  } catch (e) {
@@ -1008,7 +1149,7 @@ function composite(background, overlay) {
1008
1149
  }
1009
1150
  function changeColor(base, options) {
1010
1151
  const [r, g, b, a = 1] = Array.isArray(base) ? base : rgba(base);
1011
- if (options.alpha) {
1152
+ if (typeof options.alpha === 'number') {
1012
1153
  return stringifyRgba(r, g, b, options.alpha);
1013
1154
  }
1014
1155
  return stringifyRgba(r, g, b, a);
@@ -3258,7 +3399,7 @@ function getOffset$1(placement, offsetRect, targetRect, offsetTopToStandardPlace
3258
3399
  }
3259
3400
 
3260
3401
  /* eslint-disable @typescript-eslint/no-non-null-assertion */
3261
- const style$1G = c([c('.v-binder-follower-container', {
3402
+ const style$1H = c([c('.v-binder-follower-container', {
3262
3403
  position: 'absolute',
3263
3404
  left: '0',
3264
3405
  right: '0',
@@ -3337,7 +3478,7 @@ var VFollower = defineComponent({
3337
3478
  }
3338
3479
  });
3339
3480
  const ssrAdapter = useSsrAdapter();
3340
- style$1G.mount({
3481
+ style$1H.mount({
3341
3482
  id: 'vueuc/binder',
3342
3483
  head: true,
3343
3484
  anchorMetaName: cssrAnchorMetaName$1,
@@ -4797,7 +4938,7 @@ var VXScroll = defineComponent({
4797
4938
 
4798
4939
  /* eslint-disable @typescript-eslint/strict-boolean-expressions */
4799
4940
  const hiddenAttr = 'v-hidden';
4800
- const style$1F = c('[v-hidden]', {
4941
+ const style$1G = c('[v-hidden]', {
4801
4942
  display: 'none!important'
4802
4943
  });
4803
4944
  var VOverflow = defineComponent({
@@ -4910,7 +5051,7 @@ var VOverflow = defineComponent({
4910
5051
  }
4911
5052
  }
4912
5053
  const ssrAdapter = useSsrAdapter();
4913
- style$1F.mount({
5054
+ style$1G.mount({
4914
5055
  id: 'vueuc/overflow',
4915
5056
  head: true,
4916
5057
  anchorMetaName: cssrAnchorMetaName$1,
@@ -5298,6 +5439,9 @@ function download(url, name) {
5298
5439
  a.click();
5299
5440
  document.body.removeChild(a);
5300
5441
  }
5442
+ function publicDownload(url, name) {
5443
+ download(url, name);
5444
+ }
5301
5445
 
5302
5446
  function isDocument(node) {
5303
5447
  return node.nodeName === "#document";
@@ -5346,6 +5490,20 @@ function smallerSize(size) {
5346
5490
  throw new Error(`${size} has no smaller size.`);
5347
5491
  }
5348
5492
 
5493
+ function isArrayShallowEqual(array1, array2) {
5494
+ if (array1 === null && array2 === null) return true;
5495
+ if (array1 === null || array2 === null) return false;
5496
+ if (array1.length === array2.length) {
5497
+ for (let i = 0; i < array1.length; ++i) {
5498
+ if (array1[i] !== array2[i]) {
5499
+ return false;
5500
+ }
5501
+ }
5502
+ return true;
5503
+ }
5504
+ return false;
5505
+ }
5506
+
5349
5507
  const warnedMessages = /* @__PURE__ */new Set();
5350
5508
  function warnOnce(location, message) {
5351
5509
  const mergedMessage = `[naive/${location}]: ${message}`;
@@ -22235,7 +22393,7 @@ lodash.exports;
22235
22393
  * @param {number} fromIndex The index to search from.
22236
22394
  * @param {boolean} [fromRight] Specify iterating from right to left.
22237
22395
  * @returns {number} Returns the index of the matched value, else `-1`.
22238
- */function baseFindIndex(array,predicate,fromIndex,fromRight){var length=array.length,index=fromIndex+(fromRight?1:-1);while(fromRight?index--:++index<length){if(predicate(array[index],index,array)){return index;}}return -1;}/**
22396
+ */function baseFindIndex(array,predicate,fromIndex,fromRight){var length=array.length,index=fromIndex+(fromRight?1:-1);while(fromRight?index--:++index<length){if(predicate(array[index],index,array)){return index;}}return -1;}/**
22239
22397
  * The base implementation of `_.indexOf` without `fromIndex` bounds checks.
22240
22398
  *
22241
22399
  * @private
@@ -22252,7 +22410,7 @@ lodash.exports;
22252
22410
  * @param {number} fromIndex The index to search from.
22253
22411
  * @param {Function} comparator The comparator invoked per element.
22254
22412
  * @returns {number} Returns the index of the matched value, else `-1`.
22255
- */function baseIndexOfWith(array,value,fromIndex,comparator){var index=fromIndex-1,length=array.length;while(++index<length){if(comparator(array[index],value)){return index;}}return -1;}/**
22413
+ */function baseIndexOfWith(array,value,fromIndex,comparator){var index=fromIndex-1,length=array.length;while(++index<length){if(comparator(array[index],value)){return index;}}return -1;}/**
22256
22414
  * The base implementation of `_.isNaN` without support for number objects.
22257
22415
  *
22258
22416
  * @private
@@ -22460,7 +22618,7 @@ lodash.exports;
22460
22618
  * @param {*} value The value to search for.
22461
22619
  * @param {number} fromIndex The index to search from.
22462
22620
  * @returns {number} Returns the index of the matched value, else `-1`.
22463
- */function strictIndexOf(array,value,fromIndex){var index=fromIndex-1,length=array.length;while(++index<length){if(array[index]===value){return index;}}return -1;}/**
22621
+ */function strictIndexOf(array,value,fromIndex){var index=fromIndex-1,length=array.length;while(++index<length){if(array[index]===value){return index;}}return -1;}/**
22464
22622
  * A specialized version of `_.lastIndexOf` which performs strict equality
22465
22623
  * comparisons of values, i.e. `===`.
22466
22624
  *
@@ -23009,7 +23167,7 @@ lodash.exports;
23009
23167
  * @param {Array} array The array to inspect.
23010
23168
  * @param {*} key The key to search for.
23011
23169
  * @returns {number} Returns the index of the matched value, else `-1`.
23012
- */function assocIndexOf(array,key){var length=array.length;while(length--){if(eq(array[length][0],key)){return length;}}return -1;}/**
23170
+ */function assocIndexOf(array,key){var length=array.length;while(length--){if(eq(array[length][0],key)){return length;}}return -1;}/**
23013
23171
  * Aggregates elements of `collection` on `accumulator` with keys transformed
23014
23172
  * by `iteratee` and values set by `setter`.
23015
23173
  *
@@ -23638,7 +23796,7 @@ lodash.exports;
23638
23796
  * @returns {string} Returns the string.
23639
23797
  */function baseToString(value){// Exit early for strings to avoid a performance hit in some environments.
23640
23798
  if(typeof value=='string'){return value;}if(isArray(value)){// Recursively convert values (susceptible to call stack limits).
23641
- return arrayMap(value,baseToString)+'';}if(isSymbol(value)){return symbolToString?symbolToString.call(value):'';}var result=value+'';return result=='0'&&1/value==-INFINITY?'-0':result;}/**
23799
+ return arrayMap(value,baseToString)+'';}if(isSymbol(value)){return symbolToString?symbolToString.call(value):'';}var result=value+'';return result=='0'&&1/value==-Infinity?'-0':result;}/**
23642
23800
  * The base implementation of `_.uniqBy` without support for iteratee shorthands.
23643
23801
  *
23644
23802
  * @private
@@ -23784,7 +23942,7 @@ lodash.exports;
23784
23942
  * @param {*} value The value to compare.
23785
23943
  * @param {*} other The other value to compare.
23786
23944
  * @returns {number} Returns the sort order indicator for `value`.
23787
- */function compareAscending(value,other){if(value!==other){var valIsDefined=value!==undefined$1,valIsNull=value===null,valIsReflexive=value===value,valIsSymbol=isSymbol(value);var othIsDefined=other!==undefined$1,othIsNull=other===null,othIsReflexive=other===other,othIsSymbol=isSymbol(other);if(!othIsNull&&!othIsSymbol&&!valIsSymbol&&value>other||valIsSymbol&&othIsDefined&&othIsReflexive&&!othIsNull&&!othIsSymbol||valIsNull&&othIsDefined&&othIsReflexive||!valIsDefined&&othIsReflexive||!valIsReflexive){return 1;}if(!valIsNull&&!valIsSymbol&&!othIsSymbol&&value<other||othIsSymbol&&valIsDefined&&valIsReflexive&&!valIsNull&&!valIsSymbol||othIsNull&&valIsDefined&&valIsReflexive||!othIsDefined&&valIsReflexive||!othIsReflexive){return -1;}}return 0;}/**
23945
+ */function compareAscending(value,other){if(value!==other){var valIsDefined=value!==undefined$1,valIsNull=value===null,valIsReflexive=value===value,valIsSymbol=isSymbol(value);var othIsDefined=other!==undefined$1,othIsNull=other===null,othIsReflexive=other===other,othIsSymbol=isSymbol(other);if(!othIsNull&&!othIsSymbol&&!valIsSymbol&&value>other||valIsSymbol&&othIsDefined&&othIsReflexive&&!othIsNull&&!othIsSymbol||valIsNull&&othIsDefined&&othIsReflexive||!valIsDefined&&othIsReflexive||!valIsReflexive){return 1;}if(!valIsNull&&!valIsSymbol&&!othIsSymbol&&value<other||othIsSymbol&&valIsDefined&&valIsReflexive&&!valIsNull&&!valIsSymbol||othIsNull&&valIsDefined&&valIsReflexive||!othIsDefined&&valIsReflexive||!othIsReflexive){return -1;}}return 0;}/**
23788
23946
  * Used by `_.orderBy` to compare multiple properties of a value to another
23789
23947
  * and stable sort them.
23790
23948
  *
@@ -24019,7 +24177,7 @@ lodash.exports;
24019
24177
  * @param {number} [ary] The arity cap of `func`.
24020
24178
  * @param {number} [arity] The arity of `func`.
24021
24179
  * @returns {Function} Returns the new wrapped function.
24022
- */function createRecurry(func,bitmask,wrapFunc,placeholder,thisArg,partials,holders,argPos,ary,arity){var isCurry=bitmask&WRAP_CURRY_FLAG,newHolders=isCurry?holders:undefined$1,newHoldersRight=isCurry?undefined$1:holders,newPartials=isCurry?partials:undefined$1,newPartialsRight=isCurry?undefined$1:partials;bitmask|=isCurry?WRAP_PARTIAL_FLAG:WRAP_PARTIAL_RIGHT_FLAG;bitmask&=~(isCurry?WRAP_PARTIAL_RIGHT_FLAG:WRAP_PARTIAL_FLAG);if(!(bitmask&WRAP_CURRY_BOUND_FLAG)){bitmask&=~(WRAP_BIND_FLAG|WRAP_BIND_KEY_FLAG);}var newData=[func,bitmask,thisArg,newPartials,newHolders,newPartialsRight,newHoldersRight,argPos,ary,arity];var result=wrapFunc.apply(undefined$1,newData);if(isLaziable(func)){setData(result,newData);}result.placeholder=placeholder;return setWrapToString(result,func,bitmask);}/**
24180
+ */function createRecurry(func,bitmask,wrapFunc,placeholder,thisArg,partials,holders,argPos,ary,arity){var isCurry=bitmask&WRAP_CURRY_FLAG,newHolders=isCurry?holders:undefined$1,newHoldersRight=isCurry?undefined$1:holders,newPartials=isCurry?partials:undefined$1,newPartialsRight=isCurry?undefined$1:partials;bitmask|=isCurry?WRAP_PARTIAL_FLAG:WRAP_PARTIAL_RIGHT_FLAG;bitmask&=~(isCurry?WRAP_PARTIAL_RIGHT_FLAG:WRAP_PARTIAL_FLAG);if(!(bitmask&WRAP_CURRY_BOUND_FLAG)){bitmask&=-4;}var newData=[func,bitmask,thisArg,newPartials,newHolders,newPartialsRight,newHoldersRight,argPos,ary,arity];var result=wrapFunc.apply(undefined$1,newData);if(isLaziable(func)){setData(result,newData);}result.placeholder=placeholder;return setWrapToString(result,func,bitmask);}/**
24023
24181
  * Creates a function like `_.round`.
24024
24182
  *
24025
24183
  * @private
@@ -24063,7 +24221,7 @@ lodash.exports;
24063
24221
  * @param {number} [ary] The arity cap of `func`.
24064
24222
  * @param {number} [arity] The arity of `func`.
24065
24223
  * @returns {Function} Returns the new wrapped function.
24066
- */function createWrap(func,bitmask,thisArg,partials,holders,argPos,ary,arity){var isBindKey=bitmask&WRAP_BIND_KEY_FLAG;if(!isBindKey&&typeof func!='function'){throw new TypeError(FUNC_ERROR_TEXT);}var length=partials?partials.length:0;if(!length){bitmask&=~(WRAP_PARTIAL_FLAG|WRAP_PARTIAL_RIGHT_FLAG);partials=holders=undefined$1;}ary=ary===undefined$1?ary:nativeMax(toInteger(ary),0);arity=arity===undefined$1?arity:toInteger(arity);length-=holders?holders.length:0;if(bitmask&WRAP_PARTIAL_RIGHT_FLAG){var partialsRight=partials,holdersRight=holders;partials=holders=undefined$1;}var data=isBindKey?undefined$1:getData(func);var newData=[func,bitmask,thisArg,partials,holders,partialsRight,holdersRight,argPos,ary,arity];if(data){mergeData(newData,data);}func=newData[0];bitmask=newData[1];thisArg=newData[2];partials=newData[3];holders=newData[4];arity=newData[9]=newData[9]===undefined$1?isBindKey?0:func.length:nativeMax(newData[9]-length,0);if(!arity&&bitmask&(WRAP_CURRY_FLAG|WRAP_CURRY_RIGHT_FLAG)){bitmask&=~(WRAP_CURRY_FLAG|WRAP_CURRY_RIGHT_FLAG);}if(!bitmask||bitmask==WRAP_BIND_FLAG){var result=createBind(func,bitmask,thisArg);}else if(bitmask==WRAP_CURRY_FLAG||bitmask==WRAP_CURRY_RIGHT_FLAG){result=createCurry(func,bitmask,arity);}else if((bitmask==WRAP_PARTIAL_FLAG||bitmask==(WRAP_BIND_FLAG|WRAP_PARTIAL_FLAG))&&!holders.length){result=createPartial(func,bitmask,thisArg,partials);}else {result=createHybrid.apply(undefined$1,newData);}var setter=data?baseSetData:setData;return setWrapToString(setter(result,newData),func,bitmask);}/**
24224
+ */function createWrap(func,bitmask,thisArg,partials,holders,argPos,ary,arity){var isBindKey=bitmask&WRAP_BIND_KEY_FLAG;if(!isBindKey&&typeof func!='function'){throw new TypeError(FUNC_ERROR_TEXT);}var length=partials?partials.length:0;if(!length){bitmask&=-97;partials=holders=undefined$1;}ary=ary===undefined$1?ary:nativeMax(toInteger(ary),0);arity=arity===undefined$1?arity:toInteger(arity);length-=holders?holders.length:0;if(bitmask&WRAP_PARTIAL_RIGHT_FLAG){var partialsRight=partials,holdersRight=holders;partials=holders=undefined$1;}var data=isBindKey?undefined$1:getData(func);var newData=[func,bitmask,thisArg,partials,holders,partialsRight,holdersRight,argPos,ary,arity];if(data){mergeData(newData,data);}func=newData[0];bitmask=newData[1];thisArg=newData[2];partials=newData[3];holders=newData[4];arity=newData[9]=newData[9]===undefined$1?isBindKey?0:func.length:nativeMax(newData[9]-length,0);if(!arity&&bitmask&(WRAP_CURRY_FLAG|WRAP_CURRY_RIGHT_FLAG)){bitmask&=-25;}if(!bitmask||bitmask==WRAP_BIND_FLAG){var result=createBind(func,bitmask,thisArg);}else if(bitmask==WRAP_CURRY_FLAG||bitmask==WRAP_CURRY_RIGHT_FLAG){result=createCurry(func,bitmask,arity);}else if((bitmask==WRAP_PARTIAL_FLAG||bitmask==(WRAP_BIND_FLAG|WRAP_PARTIAL_FLAG))&&!holders.length){result=createPartial(func,bitmask,thisArg,partials);}else {result=createHybrid.apply(undefined$1,newData);}var setter=data?baseSetData:setData;return setWrapToString(setter(result,newData),func,bitmask);}/**
24067
24225
  * Used by `_.defaults` to customize its `_.assignIn` use to assign properties
24068
24226
  * of source objects to the destination object for all destination properties
24069
24227
  * that resolve to `undefined`.
@@ -24250,7 +24408,7 @@ lodash.exports;
24250
24408
  * @param {Array} transforms The transformations to apply to the view.
24251
24409
  * @returns {Object} Returns an object containing the `start` and `end`
24252
24410
  * positions of the view.
24253
- */function getView(start,end,transforms){var index=-1,length=transforms.length;while(++index<length){var data=transforms[index],size=data.size;switch(data.type){case'drop':start+=size;break;case'dropRight':end-=size;break;case'take':end=nativeMin(end,start+size);break;case'takeRight':start=nativeMax(start,end-size);break;}}return {'start':start,'end':end};}/**
24411
+ */function getView(start,end,transforms){var index=-1,length=transforms.length;while(++index<length){var data=transforms[index],size=data.size;switch(data.type){case 'drop':start+=size;break;case 'dropRight':end-=size;break;case 'take':end=nativeMin(end,start+size);break;case 'takeRight':start=nativeMax(start,end-size);break;}}return {'start':start,'end':end};}/**
24254
24412
  * Extracts wrapper details from the `source` body comment.
24255
24413
  *
24256
24414
  * @private
@@ -24509,7 +24667,7 @@ lodash.exports;
24509
24667
  * @private
24510
24668
  * @param {*} value The value to inspect.
24511
24669
  * @returns {string|symbol} Returns the key.
24512
- */function toKey(value){if(typeof value=='string'||isSymbol(value)){return value;}var result=value+'';return result=='0'&&1/value==-INFINITY?'-0':result;}/**
24670
+ */function toKey(value){if(typeof value=='string'||isSymbol(value)){return value;}var result=value+'';return result=='0'&&1/value==-Infinity?'-0':result;}/**
24513
24671
  * Converts `func` to its source code.
24514
24672
  *
24515
24673
  * @private
@@ -24828,7 +24986,7 @@ lodash.exports;
24828
24986
  * // The `_.property` iteratee shorthand.
24829
24987
  * _.findIndex(users, 'active');
24830
24988
  * // => 2
24831
- */function findIndex(array,predicate,fromIndex){var length=array==null?0:array.length;if(!length){return -1;}var index=fromIndex==null?0:toInteger(fromIndex);if(index<0){index=nativeMax(length+index,0);}return baseFindIndex(array,getIteratee(predicate,3),index);}/**
24989
+ */function findIndex(array,predicate,fromIndex){var length=array==null?0:array.length;if(!length){return -1;}var index=fromIndex==null?0:toInteger(fromIndex);if(index<0){index=nativeMax(length+index,0);}return baseFindIndex(array,getIteratee(predicate,3),index);}/**
24832
24990
  * This method is like `_.findIndex` except that it iterates over elements
24833
24991
  * of `collection` from right to left.
24834
24992
  *
@@ -24862,7 +25020,7 @@ lodash.exports;
24862
25020
  * // The `_.property` iteratee shorthand.
24863
25021
  * _.findLastIndex(users, 'active');
24864
25022
  * // => 0
24865
- */function findLastIndex(array,predicate,fromIndex){var length=array==null?0:array.length;if(!length){return -1;}var index=length-1;if(fromIndex!==undefined$1){index=toInteger(fromIndex);index=fromIndex<0?nativeMax(length+index,0):nativeMin(index,length-1);}return baseFindIndex(array,getIteratee(predicate,3),index,true);}/**
25023
+ */function findLastIndex(array,predicate,fromIndex){var length=array==null?0:array.length;if(!length){return -1;}var index=length-1;if(fromIndex!==undefined$1){index=toInteger(fromIndex);index=fromIndex<0?nativeMax(length+index,0):nativeMin(index,length-1);}return baseFindIndex(array,getIteratee(predicate,3),index,true);}/**
24866
25024
  * Flattens `array` a single level deep.
24867
25025
  *
24868
25026
  * @static
@@ -24960,7 +25118,7 @@ lodash.exports;
24960
25118
  * // Search from the `fromIndex`.
24961
25119
  * _.indexOf([1, 2, 1, 2], 2, 2);
24962
25120
  * // => 3
24963
- */function indexOf(array,value,fromIndex){var length=array==null?0:array.length;if(!length){return -1;}var index=fromIndex==null?0:toInteger(fromIndex);if(index<0){index=nativeMax(length+index,0);}return baseIndexOf(array,value,index);}/**
25121
+ */function indexOf(array,value,fromIndex){var length=array==null?0:array.length;if(!length){return -1;}var index=fromIndex==null?0:toInteger(fromIndex);if(index<0){index=nativeMax(length+index,0);}return baseIndexOf(array,value,index);}/**
24964
25122
  * Gets all but the last element of `array`.
24965
25123
  *
24966
25124
  * @static
@@ -25078,7 +25236,7 @@ lodash.exports;
25078
25236
  * // Search from the `fromIndex`.
25079
25237
  * _.lastIndexOf([1, 2, 1, 2], 2, 2);
25080
25238
  * // => 1
25081
- */function lastIndexOf(array,value,fromIndex){var length=array==null?0:array.length;if(!length){return -1;}var index=length;if(fromIndex!==undefined$1){index=toInteger(fromIndex);index=index<0?nativeMax(length+index,0):nativeMin(index,length-1);}return value===value?strictLastIndexOf(array,value,index):baseFindIndex(array,baseIsNaN,index,true);}/**
25239
+ */function lastIndexOf(array,value,fromIndex){var length=array==null?0:array.length;if(!length){return -1;}var index=length;if(fromIndex!==undefined$1){index=toInteger(fromIndex);index=index<0?nativeMax(length+index,0):nativeMin(index,length-1);}return value===value?strictLastIndexOf(array,value,index):baseFindIndex(array,baseIsNaN,index,true);}/**
25082
25240
  * Gets the element at index `n` of `array`. If `n` is negative, the nth
25083
25241
  * element from the end is returned.
25084
25242
  *
@@ -25325,7 +25483,7 @@ lodash.exports;
25325
25483
  *
25326
25484
  * _.sortedIndexOf([4, 5, 5, 5, 6], 5);
25327
25485
  * // => 1
25328
- */function sortedIndexOf(array,value){var length=array==null?0:array.length;if(length){var index=baseSortedIndex(array,value);if(index<length&&eq(array[index],value)){return index;}}return -1;}/**
25486
+ */function sortedIndexOf(array,value){var length=array==null?0:array.length;if(length){var index=baseSortedIndex(array,value);if(index<length&&eq(array[index],value)){return index;}}return -1;}/**
25329
25487
  * This method is like `_.sortedIndex` except that it returns the highest
25330
25488
  * index at which `value` should be inserted into `array` in order to
25331
25489
  * maintain its sort order.
@@ -25381,7 +25539,7 @@ lodash.exports;
25381
25539
  *
25382
25540
  * _.sortedLastIndexOf([4, 5, 5, 5, 6], 5);
25383
25541
  * // => 3
25384
- */function sortedLastIndexOf(array,value){var length=array==null?0:array.length;if(length){var index=baseSortedIndex(array,value,true)-1;if(eq(array[index],value)){return index;}}return -1;}/**
25542
+ */function sortedLastIndexOf(array,value){var length=array==null?0:array.length;if(length){var index=baseSortedIndex(array,value,true)-1;if(eq(array[index],value)){return index;}}return -1;}/**
25385
25543
  * This method is like `_.uniq` except that it's designed and optimized
25386
25544
  * for sorted arrays.
25387
25545
  *
@@ -28318,7 +28476,7 @@ lodash.exports;
28318
28476
  *
28319
28477
  * _.isSafeInteger('3');
28320
28478
  * // => false
28321
- */function isSafeInteger(value){return isInteger(value)&&value>=-MAX_SAFE_INTEGER&&value<=MAX_SAFE_INTEGER;}/**
28479
+ */function isSafeInteger(value){return isInteger(value)&&value>=-9007199254740991&&value<=MAX_SAFE_INTEGER;}/**
28322
28480
  * Checks if `value` is classified as a `Set` object.
28323
28481
  *
28324
28482
  * @static
@@ -28518,7 +28676,7 @@ lodash.exports;
28518
28676
  *
28519
28677
  * _.toFinite('3.2');
28520
28678
  * // => 3.2
28521
- */function toFinite(value){if(!value){return value===0?value:0;}value=toNumber(value);if(value===INFINITY||value===-INFINITY){var sign=value<0?-1:1;return sign*MAX_INTEGER;}return value===value?value:0;}/**
28679
+ */function toFinite(value){if(!value){return value===0?value:0;}value=toNumber(value);if(value===INFINITY||value===-Infinity){var sign=value<0?-1:1;return sign*MAX_INTEGER;}return value===value?value:0;}/**
28522
28680
  * Converts `value` to an integer.
28523
28681
  *
28524
28682
  * **Note:** This method is loosely based on
@@ -28637,7 +28795,7 @@ lodash.exports;
28637
28795
  *
28638
28796
  * _.toSafeInteger('3.2');
28639
28797
  * // => 3
28640
- */function toSafeInteger(value){return value?baseClamp(toInteger(value),-MAX_SAFE_INTEGER,MAX_SAFE_INTEGER):value===0?value:0;}/**
28798
+ */function toSafeInteger(value){return value?baseClamp(toInteger(value),-9007199254740991,MAX_SAFE_INTEGER):value===0?value:0;}/**
28641
28799
  * Converts `value` to a string. An empty string is returned for `null`
28642
28800
  * and `undefined` values. The sign of `-0` is preserved.
28643
28801
  *
@@ -31764,7 +31922,7 @@ useTheme.props = {
31764
31922
  builtinThemeOverrides: Object
31765
31923
  };
31766
31924
 
31767
- var style$1E = cB("affix", [cM("affixed", {
31925
+ var style$1F = cB("affix", [cM("affixed", {
31768
31926
  position: "fixed"
31769
31927
  }, [cM("absolute-positioned", {
31770
31928
  position: "absolute"
@@ -31834,7 +31992,7 @@ var NAffix = defineComponent({
31834
31992
  props: affixProps,
31835
31993
  setup(props) {
31836
31994
  const { mergedClsPrefixRef } = useConfig(props);
31837
- useStyle("-affix", style$1E, mergedClsPrefixRef);
31995
+ useStyle("-affix", style$1F, mergedClsPrefixRef);
31838
31996
  let scrollTarget = null;
31839
31997
  const stickToTopRef = ref(false);
31840
31998
  const stickToBottomRef = ref(false);
@@ -31956,7 +32114,7 @@ var NAffix = defineComponent({
31956
32114
  }
31957
32115
  });
31958
32116
 
31959
- var style$1D = cB("base-icon", `
32117
+ var style$1E = cB("base-icon", `
31960
32118
  height: 1em;
31961
32119
  width: 1em;
31962
32120
  line-height: 1em;
@@ -31964,7 +32122,6 @@ var style$1D = cB("base-icon", `
31964
32122
  display: inline-block;
31965
32123
  position: relative;
31966
32124
  fill: currentColor;
31967
- transform: translateZ(0);
31968
32125
  `, [c$1("svg", `
31969
32126
  height: 1em;
31970
32127
  width: 1em;
@@ -31992,7 +32149,7 @@ var NBaseIcon = defineComponent({
31992
32149
  onMouseup: Function
31993
32150
  },
31994
32151
  setup(props) {
31995
- useStyle("-base-icon", style$1D, toRef(props, "clsPrefix"));
32152
+ useStyle("-base-icon", style$1E, toRef(props, "clsPrefix"));
31996
32153
  },
31997
32154
  render() {
31998
32155
  return /* @__PURE__ */ h(
@@ -32582,7 +32739,7 @@ function iconSwitchTransition({
32582
32739
  })];
32583
32740
  }
32584
32741
 
32585
- var style$1C = cB("base-clear", `
32742
+ var style$1D = cB("base-clear", `
32586
32743
  flex-shrink: 0;
32587
32744
  height: 1em;
32588
32745
  width: 1em;
@@ -32623,7 +32780,7 @@ var NBaseClear = defineComponent({
32623
32780
  onClear: Function
32624
32781
  },
32625
32782
  setup(props) {
32626
- useStyle("-base-clear", style$1C, toRef(props, "clsPrefix"));
32783
+ useStyle("-base-clear", style$1D, toRef(props, "clsPrefix"));
32627
32784
  return {
32628
32785
  handleMouseDown(e) {
32629
32786
  e.preventDefault();
@@ -32654,7 +32811,7 @@ var NBaseClear = defineComponent({
32654
32811
  }
32655
32812
  });
32656
32813
 
32657
- var style$1B = cB("base-close", `
32814
+ var style$1C = cB("base-close", `
32658
32815
  display: flex;
32659
32816
  align-items: center;
32660
32817
  justify-content: center;
@@ -32724,7 +32881,7 @@ var NBaseClose = defineComponent({
32724
32881
  absolute: Boolean
32725
32882
  },
32726
32883
  setup(props) {
32727
- useStyle("-base-close", style$1B, toRef(props, "clsPrefix"));
32884
+ useStyle("-base-close", style$1C, toRef(props, "clsPrefix"));
32728
32885
  return () => {
32729
32886
  const { clsPrefix, disabled, absolute, round, isButtonTag } = props;
32730
32887
  const Tag = isButtonTag ? "button" : "div";
@@ -32883,7 +33040,7 @@ var FocusDetector = defineComponent({
32883
33040
  }
32884
33041
  });
32885
33042
 
32886
- var style$1A = c$1([c$1("@keyframes rotator", `
33043
+ var style$1B = c$1([c$1("@keyframes rotator", `
32887
33044
  0% {
32888
33045
  -webkit-transform: rotate(0deg);
32889
33046
  transform: rotate(0deg);
@@ -32949,7 +33106,7 @@ var NBaseLoading = defineComponent({
32949
33106
  ...exposedLoadingProps
32950
33107
  },
32951
33108
  setup(props) {
32952
- useStyle("-base-loading", style$1A, toRef(props, "clsPrefix"));
33109
+ useStyle("-base-loading", style$1B, toRef(props, "clsPrefix"));
32953
33110
  },
32954
33111
  render() {
32955
33112
  const { clsPrefix, radius, strokeWidth, stroke, scale } = this;
@@ -33052,7 +33209,7 @@ function fadeInTransition({
33052
33209
  })];
33053
33210
  }
33054
33211
 
33055
- var style$1z = cB("base-menu-mask", `
33212
+ var style$1A = cB("base-menu-mask", `
33056
33213
  position: absolute;
33057
33214
  left: 0;
33058
33215
  right: 0;
@@ -33075,7 +33232,7 @@ var NBaseMenuMask = defineComponent({
33075
33232
  }
33076
33233
  },
33077
33234
  setup(props) {
33078
- useStyle("-base-menu-mask", style$1z, toRef(props, "clsPrefix"));
33235
+ useStyle("-base-menu-mask", style$1A, toRef(props, "clsPrefix"));
33079
33236
  const messageRef = ref(null);
33080
33237
  let timerId = null;
33081
33238
  const uncontrolledShowRef = ref(false);
@@ -33293,22 +33450,11 @@ const base = {
33293
33450
  // disabled placeholder
33294
33451
  alphaClose: "0.6",
33295
33452
  alphaDisabled: "0.5",
33296
- alphaDisabledInput: "0.02",
33297
- alphaPending: "0.05",
33298
- alphaTablePending: "0.02",
33299
- alphaPressed: "0.07",
33300
33453
  alphaAvatar: "0.2",
33301
- alphaRail: "0.14",
33302
33454
  alphaProgressRail: ".08",
33303
- alphaBorder: "0.12",
33304
- alphaDivider: "0.06",
33305
33455
  alphaInput: "0",
33306
- alphaAction: "0.02",
33307
- alphaTab: "0.04",
33308
33456
  alphaScrollbar: "0.25",
33309
33457
  alphaScrollbarHover: "0.4",
33310
- alphaCode: "0.05",
33311
- alphaTag: "0.02",
33312
33458
  // primary
33313
33459
  primaryHover: "#36ad6a",
33314
33460
  primaryDefault: "#18a058",
@@ -33459,7 +33605,7 @@ const commonVars$d = {
33459
33605
  railColor: "transparent"
33460
33606
  };
33461
33607
 
33462
- function self$1j(vars) {
33608
+ function self$1k(vars) {
33463
33609
  const {
33464
33610
  scrollbarColor,
33465
33611
  scrollbarColorHover,
@@ -33479,16 +33625,16 @@ function self$1j(vars) {
33479
33625
  const scrollbarLight = {
33480
33626
  name: "Scrollbar",
33481
33627
  common: derived,
33482
- self: self$1j
33628
+ self: self$1k
33483
33629
  };
33484
33630
 
33485
33631
  const scrollbarDark = {
33486
33632
  name: "Scrollbar",
33487
33633
  common: derived$1,
33488
- self: self$1j
33634
+ self: self$1k
33489
33635
  };
33490
33636
 
33491
- var rtlStyle$w = cB("scrollbar", [cM("rtl", `
33637
+ var rtlStyle$x = cB("scrollbar", [cM("rtl", `
33492
33638
  direction: rtl;
33493
33639
  `, [c$1(">", [cB("scrollbar-rail", [cM("horizontal", [c$1(">", [cE("scrollbar", `
33494
33640
  left: 0;
@@ -33497,10 +33643,10 @@ var rtlStyle$w = cB("scrollbar", [cM("rtl", `
33497
33643
 
33498
33644
  const scrollbarRtl = {
33499
33645
  name: "Scrollbar",
33500
- style: rtlStyle$w
33646
+ style: rtlStyle$x
33501
33647
  };
33502
33648
 
33503
- var style$1y = cB("scrollbar", `
33649
+ var style$1z = cB("scrollbar", `
33504
33650
  overflow: hidden;
33505
33651
  position: relative;
33506
33652
  z-index: auto;
@@ -33643,7 +33789,7 @@ const Scrollbar$1 = defineComponent({
33643
33789
  const themeRef = useTheme(
33644
33790
  "Scrollbar",
33645
33791
  "-scrollbar",
33646
- style$1y,
33792
+ style$1z,
33647
33793
  scrollbarLight,
33648
33794
  props,
33649
33795
  mergedClsPrefixRef
@@ -35022,7 +35168,7 @@ var commonVars$c = {
35022
35168
  iconSizeHuge: "52px"
35023
35169
  };
35024
35170
 
35025
- function self$1i(vars) {
35171
+ function self$1j(vars) {
35026
35172
  const {
35027
35173
  textColorDisabled,
35028
35174
  iconColor,
@@ -35048,16 +35194,16 @@ function self$1i(vars) {
35048
35194
  const emptyLight = {
35049
35195
  name: "Empty",
35050
35196
  common: derived,
35051
- self: self$1i
35197
+ self: self$1j
35052
35198
  };
35053
35199
 
35054
35200
  const emptyDark = {
35055
35201
  name: "Empty",
35056
35202
  common: derived$1,
35057
- self: self$1i
35203
+ self: self$1j
35058
35204
  };
35059
35205
 
35060
- var style$1x = cB("empty", `
35206
+ var style$1y = cB("empty", `
35061
35207
  display: flex;
35062
35208
  flex-direction: column;
35063
35209
  align-items: center;
@@ -35108,7 +35254,7 @@ var NEmpty = defineComponent({
35108
35254
  const themeRef = useTheme(
35109
35255
  "Empty",
35110
35256
  "-empty",
35111
- style$1x,
35257
+ style$1y,
35112
35258
  emptyLight,
35113
35259
  props,
35114
35260
  mergedClsPrefixRef
@@ -35194,7 +35340,7 @@ var commonVariables$m = {
35194
35340
  loadingSize: "18px"
35195
35341
  };
35196
35342
 
35197
- function self$1h(vars) {
35343
+ function self$1i(vars) {
35198
35344
  const {
35199
35345
  borderRadius,
35200
35346
  popoverColor,
@@ -35253,7 +35399,7 @@ const internalSelectMenuLight = createTheme$1({
35253
35399
  Scrollbar: scrollbarLight,
35254
35400
  Empty: emptyLight
35255
35401
  },
35256
- self: self$1h
35402
+ self: self$1i
35257
35403
  });
35258
35404
 
35259
35405
  const internalSelectMenuDark = {
@@ -35263,10 +35409,10 @@ const internalSelectMenuDark = {
35263
35409
  Scrollbar: scrollbarDark,
35264
35410
  Empty: emptyDark
35265
35411
  },
35266
- self: self$1h
35412
+ self: self$1i
35267
35413
  };
35268
35414
 
35269
- var rtlStyle$v = cB("base-select-menu", [cM("rtl", `
35415
+ var rtlStyle$w = cB("base-select-menu", [cM("rtl", `
35270
35416
  direction: rtl;
35271
35417
  `, [cB("base-select-option", [cE("check", `
35272
35418
  right: unset;
@@ -35278,7 +35424,7 @@ var rtlStyle$v = cB("base-select-menu", [cM("rtl", `
35278
35424
 
35279
35425
  const internalSelectMenuRtl = {
35280
35426
  name: "InternalSelectMenu",
35281
- style: rtlStyle$v
35427
+ style: rtlStyle$w
35282
35428
  };
35283
35429
 
35284
35430
  var NSelectGroupHeader = defineComponent({
@@ -35502,7 +35648,7 @@ function fadeInScaleUpTransition({
35502
35648
  })];
35503
35649
  }
35504
35650
 
35505
- var style$1w = cB("base-select-menu", `
35651
+ var style$1x = cB("base-select-menu", `
35506
35652
  line-height: 1.5;
35507
35653
  outline: none;
35508
35654
  z-index: 0;
@@ -35690,7 +35836,7 @@ var NInternalSelectMenu = defineComponent({
35690
35836
  const themeRef = useTheme(
35691
35837
  "InternalSelectMenu",
35692
35838
  "-internal-select-menu",
35693
- style$1w,
35839
+ style$1x,
35694
35840
  internalSelectMenuLight,
35695
35841
  props,
35696
35842
  toRef(props, "clsPrefix")
@@ -36151,7 +36297,7 @@ var commonVariables$l = {
36151
36297
  padding: "8px 14px"
36152
36298
  };
36153
36299
 
36154
- function self$1g(vars) {
36300
+ function self$1h(vars) {
36155
36301
  const {
36156
36302
  boxShadow2,
36157
36303
  popoverColor,
@@ -36173,13 +36319,13 @@ function self$1g(vars) {
36173
36319
  const popoverLight = {
36174
36320
  name: "Popover",
36175
36321
  common: derived,
36176
- self: self$1g
36322
+ self: self$1h
36177
36323
  };
36178
36324
 
36179
36325
  const popoverDark = {
36180
36326
  name: "Popover",
36181
36327
  common: derived$1,
36182
- self: self$1g
36328
+ self: self$1h
36183
36329
  };
36184
36330
 
36185
36331
  const oppositePlacement = {
@@ -36189,7 +36335,7 @@ const oppositePlacement = {
36189
36335
  right: "left"
36190
36336
  };
36191
36337
  const arrowSize = "var(--n-arrow-height) * 1.414";
36192
- var style$1v = c$1([cB("popover", `
36338
+ var style$1w = c$1([cB("popover", `
36193
36339
  transition:
36194
36340
  box-shadow .3s var(--n-bezier),
36195
36341
  background-color .3s var(--n-bezier),
@@ -36403,7 +36549,7 @@ var NPopoverBody = defineComponent({
36403
36549
  const themeRef = useTheme(
36404
36550
  "Popover",
36405
36551
  "-popover",
36406
- style$1v,
36552
+ style$1w,
36407
36553
  popoverLight,
36408
36554
  props,
36409
36555
  mergedClsPrefixRef
@@ -37445,7 +37591,7 @@ const tagDark = {
37445
37591
  }
37446
37592
  };
37447
37593
 
37448
- function self$1f(vars) {
37594
+ function self$1g(vars) {
37449
37595
  const {
37450
37596
  textColor2,
37451
37597
  primaryColorHover,
@@ -37612,10 +37758,10 @@ function self$1f(vars) {
37612
37758
  const tagLight = {
37613
37759
  name: "Tag",
37614
37760
  common: derived,
37615
- self: self$1f
37761
+ self: self$1g
37616
37762
  };
37617
37763
 
37618
- var rtlStyle$u = cB("tag", [cM("rtl", `
37764
+ var rtlStyle$v = cB("tag", [cM("rtl", `
37619
37765
  direction: rtl;
37620
37766
  --n-close-margin: var(--n-close-margin-top) var(--n-close-margin-left) var(--n-close-margin-bottom) var(--n-close-margin-right);
37621
37767
  `, [cE("icon", `
@@ -37634,7 +37780,7 @@ var rtlStyle$u = cB("tag", [cM("rtl", `
37634
37780
 
37635
37781
  const tagRtl = {
37636
37782
  name: "Tag",
37637
- style: rtlStyle$u
37783
+ style: rtlStyle$v
37638
37784
  };
37639
37785
 
37640
37786
  var commonProps = {
@@ -37655,7 +37801,7 @@ var commonProps = {
37655
37801
  }
37656
37802
  };
37657
37803
 
37658
- var style$1u = cB("tag", `
37804
+ var style$1v = cB("tag", `
37659
37805
  --n-close-margin: var(--n-close-margin-top) var(--n-close-margin-right) var(--n-close-margin-bottom) var(--n-close-margin-left);
37660
37806
  white-space: nowrap;
37661
37807
  position: relative;
@@ -37781,7 +37927,7 @@ var NTag = defineComponent({
37781
37927
  const themeRef = useTheme(
37782
37928
  "Tag",
37783
37929
  "-tag",
37784
- style$1u,
37930
+ style$1v,
37785
37931
  tagLight,
37786
37932
  props,
37787
37933
  mergedClsPrefixRef
@@ -38182,7 +38328,7 @@ const internalSelectionDark = {
38182
38328
  }
38183
38329
  };
38184
38330
 
38185
- function self$1e(vars) {
38331
+ function self$1f(vars) {
38186
38332
  const {
38187
38333
  borderRadius,
38188
38334
  textColor2,
@@ -38287,10 +38433,10 @@ const internalSelectionLight = createTheme$1({
38287
38433
  peers: {
38288
38434
  Popover: popoverLight
38289
38435
  },
38290
- self: self$1e
38436
+ self: self$1f
38291
38437
  });
38292
38438
 
38293
- var rtlStyle$t = cB("base-selection", [cM("rtl", `
38439
+ var rtlStyle$u = cB("base-selection", [cM("rtl", `
38294
38440
  direction: rtl;
38295
38441
  --n-padding-single: var(--n-padding-single-top) var(--n-padding-single-left) var(--n-padding-single-bottom) var(--n-padding-single-right);
38296
38442
  --n-padding-multiple: var(--n-padding-multiple-top) var(--n-padding-multiple-left) var(--n-padding-multiple-bottom) var(--n-padding-multiple-right);
@@ -38301,10 +38447,10 @@ var rtlStyle$t = cB("base-selection", [cM("rtl", `
38301
38447
 
38302
38448
  const internalSelectionRtl = {
38303
38449
  name: "InternalSelection",
38304
- style: rtlStyle$t
38450
+ style: rtlStyle$u
38305
38451
  };
38306
38452
 
38307
- var style$1t = c$1([cB("base-selection", `
38453
+ var style$1u = c$1([cB("base-selection", `
38308
38454
  --n-padding-single: var(--n-padding-single-top) var(--n-padding-single-right) var(--n-padding-single-bottom) var(--n-padding-single-left);
38309
38455
  --n-padding-multiple: var(--n-padding-multiple-top) var(--n-padding-multiple-right) var(--n-padding-multiple-bottom) var(--n-padding-multiple-left);
38310
38456
  position: relative;
@@ -38594,7 +38740,7 @@ var NInternalSelection = defineComponent({
38594
38740
  const themeRef = useTheme(
38595
38741
  "InternalSelection",
38596
38742
  "-internal-selection",
38597
- style$1t,
38743
+ style$1u,
38598
38744
  internalSelectionLight,
38599
38745
  props,
38600
38746
  toRef(props, "clsPrefix")
@@ -39545,7 +39691,7 @@ function fadeUpWidthExpandTransition({
39545
39691
  })];
39546
39692
  }
39547
39693
 
39548
- var style$1s = c$1([c$1("@keyframes n-base-slot-machine-fade-up-in", `
39694
+ var style$1t = c$1([c$1("@keyframes n-base-slot-machine-fade-up-in", `
39549
39695
  from {
39550
39696
  transform: translateY(60%);
39551
39697
  opacity: 0;
@@ -39664,7 +39810,7 @@ var NBaseSlotMachine = defineComponent({
39664
39810
  }
39665
39811
  },
39666
39812
  setup(props) {
39667
- useStyle("-base-slot-machine", style$1s, toRef(props, "clsPrefix"));
39813
+ useStyle("-base-slot-machine", style$1t, toRef(props, "clsPrefix"));
39668
39814
  const oldValueRef = ref();
39669
39815
  const newValueRef = ref();
39670
39816
  const numbersRef = computed(() => {
@@ -39719,7 +39865,7 @@ var NBaseSlotMachine = defineComponent({
39719
39865
  }
39720
39866
  });
39721
39867
 
39722
- var style$1r = cB("base-wave", `
39868
+ var style$1s = cB("base-wave", `
39723
39869
  position: absolute;
39724
39870
  left: 0;
39725
39871
  right: 0;
@@ -39737,7 +39883,7 @@ var NBaseWave = defineComponent({
39737
39883
  }
39738
39884
  },
39739
39885
  setup(props) {
39740
- useStyle("-base-wave", style$1r, toRef(props, "clsPrefix"));
39886
+ useStyle("-base-wave", style$1s, toRef(props, "clsPrefix"));
39741
39887
  const selfRef = ref(null);
39742
39888
  const activeRef = ref(false);
39743
39889
  let animationTimerId = null;
@@ -39893,7 +40039,7 @@ const alertDark = {
39893
40039
  }
39894
40040
  };
39895
40041
 
39896
- function self$1d(vars) {
40042
+ function self$1e(vars) {
39897
40043
  const {
39898
40044
  lineHeight,
39899
40045
  borderRadius,
@@ -39992,10 +40138,10 @@ function self$1d(vars) {
39992
40138
  const alertLight = {
39993
40139
  name: "Alert",
39994
40140
  common: derived,
39995
- self: self$1d
40141
+ self: self$1e
39996
40142
  };
39997
40143
 
39998
- var rtlStyle$s = cB("alert", [cM("rtl", `
40144
+ var rtlStyle$t = cB("alert", [cM("rtl", `
39999
40145
  direction: rtl;
40000
40146
  `, [cE("icon", `
40001
40147
  left: unset;
@@ -40013,7 +40159,7 @@ var rtlStyle$s = cB("alert", [cM("rtl", `
40013
40159
 
40014
40160
  const alertRtl = {
40015
40161
  name: "Alert",
40016
- style: rtlStyle$s
40162
+ style: rtlStyle$t
40017
40163
  };
40018
40164
 
40019
40165
  const {
@@ -40068,7 +40214,7 @@ function fadeInHeightExpandTransition({
40068
40214
  `)];
40069
40215
  }
40070
40216
 
40071
- var style$1q = cB("alert", `
40217
+ var style$1r = cB("alert", `
40072
40218
  line-height: var(--n-line-height);
40073
40219
  border-radius: var(--n-border-radius);
40074
40220
  position: relative;
@@ -40192,7 +40338,7 @@ var Alert = defineComponent({
40192
40338
  const themeRef = useTheme(
40193
40339
  "Alert",
40194
40340
  "-alert",
40195
- style$1q,
40341
+ style$1r,
40196
40342
  alertLight,
40197
40343
  props,
40198
40344
  mergedClsPrefixRef
@@ -40366,7 +40512,7 @@ var commonVars$a = {
40366
40512
  railWidth: "4px"
40367
40513
  };
40368
40514
 
40369
- function self$1c(vars) {
40515
+ function self$1d(vars) {
40370
40516
  const {
40371
40517
  borderRadius,
40372
40518
  railColor,
@@ -40392,13 +40538,13 @@ function self$1c(vars) {
40392
40538
  const anchorLight = {
40393
40539
  name: "Anchor",
40394
40540
  common: derived,
40395
- self: self$1c
40541
+ self: self$1d
40396
40542
  };
40397
40543
 
40398
40544
  const anchorDark = {
40399
40545
  name: "Anchor",
40400
40546
  common: derived$1,
40401
- self: self$1c
40547
+ self: self$1d
40402
40548
  };
40403
40549
 
40404
40550
  const anchorInjectionKey = createInjectionKey("n-anchor");
@@ -40409,6 +40555,7 @@ const anchorLinkProps = {
40409
40555
  var Link = defineComponent({
40410
40556
  name: "AnchorLink",
40411
40557
  props: anchorLinkProps,
40558
+ slots: Object,
40412
40559
  setup(props, { slots }) {
40413
40560
  const titleRef = ref(null);
40414
40561
  const NAnchor = inject(anchorInjectionKey);
@@ -40451,7 +40598,9 @@ var Link = defineComponent({
40451
40598
  title: getTitleAttribute(props.title),
40452
40599
  onClick: handleClick
40453
40600
  },
40454
- props.title
40601
+ {
40602
+ default: () => resolveSlot(slots.title, () => [props.title])
40603
+ }
40455
40604
  ),
40456
40605
  slots.default?.()
40457
40606
  );
@@ -40524,7 +40673,7 @@ var NBaseAnchor = defineComponent({
40524
40673
  if (slotEl) {
40525
40674
  slotEl.style.transition = "none";
40526
40675
  }
40527
- {
40676
+ if (titleEls) {
40528
40677
  titleEls.forEach((titleEl) => {
40529
40678
  titleEl.style.transition = "none";
40530
40679
  });
@@ -40540,7 +40689,7 @@ var NBaseAnchor = defineComponent({
40540
40689
  void nextSlotEl.offsetWidth;
40541
40690
  nextSlotEl.style.transition = "";
40542
40691
  }
40543
- {
40692
+ if (titleEls) {
40544
40693
  titleEls.forEach((titleEl) => {
40545
40694
  void titleEl.offsetWidth;
40546
40695
  titleEl.style.transition = "";
@@ -40732,7 +40881,7 @@ var NBaseAnchor = defineComponent({
40732
40881
  }
40733
40882
  });
40734
40883
 
40735
- var style$1p = cB("anchor", `
40884
+ var style$1q = cB("anchor", `
40736
40885
  position: relative;
40737
40886
  `, [cNotM("block", `
40738
40887
  padding-left: var(--n-rail-width);
@@ -40822,7 +40971,7 @@ var AnchorAdapter = defineComponent({
40822
40971
  const themeRef = useTheme(
40823
40972
  "Anchor",
40824
40973
  "-anchor",
40825
- style$1p,
40974
+ style$1q,
40826
40975
  anchorLight,
40827
40976
  props,
40828
40977
  mergedClsPrefixRef
@@ -41010,7 +41159,7 @@ const inputDark = {
41010
41159
  }
41011
41160
  };
41012
41161
 
41013
- function self$1b(vars) {
41162
+ function self$1c(vars) {
41014
41163
  const {
41015
41164
  textColor2,
41016
41165
  textColor3,
@@ -41116,10 +41265,10 @@ function self$1b(vars) {
41116
41265
  const inputLight = {
41117
41266
  name: "Input",
41118
41267
  common: derived,
41119
- self: self$1b
41268
+ self: self$1c
41120
41269
  };
41121
41270
 
41122
- var rtlStyle$r = cB("input", [cM("rtl", `
41271
+ var rtlStyle$s = cB("input", [cM("rtl", `
41123
41272
  direction: rtl;
41124
41273
  `, [cE("prefix", {
41125
41274
  marginRight: 0,
@@ -41137,12 +41286,12 @@ var rtlStyle$r = cB("input", [cM("rtl", `
41137
41286
 
41138
41287
  const inputRtl = {
41139
41288
  name: "Input",
41140
- style: rtlStyle$r
41289
+ style: rtlStyle$s
41141
41290
  };
41142
41291
 
41143
41292
  const inputInjectionKey = createInjectionKey("n-input");
41144
41293
 
41145
- var style$1o = cB("input", `
41294
+ var style$1p = cB("input", `
41146
41295
  max-width: 100%;
41147
41296
  cursor: text;
41148
41297
  line-height: 1.5;
@@ -41592,16 +41741,6 @@ var NInput = defineComponent({
41592
41741
  props: inputProps,
41593
41742
  slots: Object,
41594
41743
  setup(props) {
41595
- {
41596
- watchEffect(() => {
41597
- if (props.showPasswordToggle) {
41598
- warnOnce(
41599
- "input",
41600
- '`show-password-toggle` is deprecated, please use `showPasswordOn="click"` instead'
41601
- );
41602
- }
41603
- });
41604
- }
41605
41744
  const {
41606
41745
  mergedClsPrefixRef,
41607
41746
  mergedBorderedRef,
@@ -41611,7 +41750,7 @@ var NInput = defineComponent({
41611
41750
  const themeRef = useTheme(
41612
41751
  "Input",
41613
41752
  "-input",
41614
- style$1o,
41753
+ style$1p,
41615
41754
  inputLight,
41616
41755
  props,
41617
41756
  mergedClsPrefixRef
@@ -42654,7 +42793,7 @@ var NInput = defineComponent({
42654
42793
  }
42655
42794
  });
42656
42795
 
42657
- var style$1n = cB("input-group", `
42796
+ var style$1o = cB("input-group", `
42658
42797
  display: inline-flex;
42659
42798
  width: 100%;
42660
42799
  flex-wrap: nowrap;
@@ -42717,7 +42856,7 @@ var NInputGroup = defineComponent({
42717
42856
  props: inputGroupProps,
42718
42857
  setup(props) {
42719
42858
  const { mergedClsPrefixRef } = useConfig(props);
42720
- useStyle("-input-group", style$1n, mergedClsPrefixRef);
42859
+ useStyle("-input-group", style$1o, mergedClsPrefixRef);
42721
42860
  return {
42722
42861
  mergedClsPrefix: mergedClsPrefixRef
42723
42862
  };
@@ -42728,7 +42867,7 @@ var NInputGroup = defineComponent({
42728
42867
  }
42729
42868
  });
42730
42869
 
42731
- var style$1m = cB("input-group-label", `
42870
+ var style$1n = cB("input-group-label", `
42732
42871
  position: relative;
42733
42872
  user-select: none;
42734
42873
  -webkit-user-select: none;
@@ -42777,7 +42916,7 @@ var InputGroupLabel = defineComponent({
42777
42916
  const themeRef = useTheme(
42778
42917
  "Input",
42779
42918
  "-input-group-label",
42780
- style$1m,
42919
+ style$1n,
42781
42920
  inputLight,
42782
42921
  props,
42783
42922
  mergedClsPrefixRef
@@ -42902,7 +43041,7 @@ function createValOptMap(options, valueField, childrenField) {
42902
43041
  return valOptMap;
42903
43042
  }
42904
43043
 
42905
- function self$1a(vars) {
43044
+ function self$1b(vars) {
42906
43045
  const {
42907
43046
  boxShadow2
42908
43047
  } = vars;
@@ -42917,7 +43056,7 @@ const autoCompleteLight = createTheme$1({
42917
43056
  InternalSelectMenu: internalSelectMenuLight,
42918
43057
  Input: inputLight
42919
43058
  },
42920
- self: self$1a
43059
+ self: self$1b
42921
43060
  });
42922
43061
 
42923
43062
  const autoCompleteDark = {
@@ -42927,10 +43066,10 @@ const autoCompleteDark = {
42927
43066
  InternalSelectMenu: internalSelectMenuDark,
42928
43067
  Input: inputDark
42929
43068
  },
42930
- self: self$1a
43069
+ self: self$1b
42931
43070
  };
42932
43071
 
42933
- var style$1l = c$1([cB("auto-complete", `
43072
+ var style$1m = c$1([cB("auto-complete", `
42934
43073
  z-index: auto;
42935
43074
  position: relative;
42936
43075
  display: inline-flex;
@@ -43054,7 +43193,7 @@ var AutoComplete = defineComponent({
43054
43193
  const themeRef = useTheme(
43055
43194
  "AutoComplete",
43056
43195
  "-auto-complete",
43057
- style$1l,
43196
+ style$1m,
43058
43197
  autoCompleteLight,
43059
43198
  props,
43060
43199
  mergedClsPrefixRef
@@ -43444,7 +43583,7 @@ const observeIntersection = (el, options, shouldStartLoadingRef) => {
43444
43583
  return unobserve;
43445
43584
  };
43446
43585
 
43447
- function self$19(vars) {
43586
+ function self$1a(vars) {
43448
43587
  const {
43449
43588
  borderRadius,
43450
43589
  avatarColor,
@@ -43475,18 +43614,18 @@ function self$19(vars) {
43475
43614
  const avatarLight = {
43476
43615
  name: "Avatar",
43477
43616
  common: derived,
43478
- self: self$19
43617
+ self: self$1a
43479
43618
  };
43480
43619
 
43481
43620
  const avatarDark = {
43482
43621
  name: "Avatar",
43483
43622
  common: derived$1,
43484
- self: self$19
43623
+ self: self$1a
43485
43624
  };
43486
43625
 
43487
43626
  const avatarGroupInjectionKey = createInjectionKey("n-avatar-group");
43488
43627
 
43489
- var style$1k = cB("avatar", `
43628
+ var style$1l = cB("avatar", `
43490
43629
  width: var(--n-merged-size);
43491
43630
  height: var(--n-merged-size);
43492
43631
  color: #FFF;
@@ -43588,7 +43727,7 @@ var NAvatar = defineComponent({
43588
43727
  const themeRef = useTheme(
43589
43728
  "Avatar",
43590
43729
  "-avatar",
43591
- style$1k,
43730
+ style$1l,
43592
43731
  avatarLight,
43593
43732
  props,
43594
43733
  mergedClsPrefixRef
@@ -43791,7 +43930,7 @@ var NAvatar = defineComponent({
43791
43930
  }
43792
43931
  });
43793
43932
 
43794
- function self$18() {
43933
+ function self$19() {
43795
43934
  return {
43796
43935
  gap: "-12px"
43797
43936
  };
@@ -43802,7 +43941,7 @@ const avatarGroupLight = createTheme$1({
43802
43941
  peers: {
43803
43942
  Avatar: avatarLight
43804
43943
  },
43805
- self: self$18
43944
+ self: self$19
43806
43945
  });
43807
43946
 
43808
43947
  const avatarGroupDark = {
@@ -43811,10 +43950,10 @@ const avatarGroupDark = {
43811
43950
  peers: {
43812
43951
  Avatar: avatarDark
43813
43952
  },
43814
- self: self$18
43953
+ self: self$19
43815
43954
  };
43816
43955
 
43817
- var rtlStyle$q = cB("avatar-group", [cM("rtl", `
43956
+ var rtlStyle$r = cB("avatar-group", [cM("rtl", `
43818
43957
  direction: rtl;
43819
43958
  `, [cNotM("vertical", `
43820
43959
  flex-direction: row;
@@ -43825,10 +43964,10 @@ var rtlStyle$q = cB("avatar-group", [cM("rtl", `
43825
43964
 
43826
43965
  const avatarGroupRtl = {
43827
43966
  name: "AvatarGroup",
43828
- style: rtlStyle$q
43967
+ style: rtlStyle$r
43829
43968
  };
43830
43969
 
43831
- var style$1j = cB("avatar-group", `
43970
+ var style$1k = cB("avatar-group", `
43832
43971
  flex-wrap: nowrap;
43833
43972
  display: inline-flex;
43834
43973
  position: relative;
@@ -43869,7 +44008,7 @@ var AvatarGroup = defineComponent({
43869
44008
  const mergedThemeRef = useTheme(
43870
44009
  "AvatarGroup",
43871
44010
  "-avatar-group",
43872
- style$1j,
44011
+ style$1k,
43873
44012
  avatarGroupLight,
43874
44013
  props,
43875
44014
  mergedClsPrefixRef
@@ -43988,7 +44127,7 @@ const backTopDark = {
43988
44127
  }
43989
44128
  };
43990
44129
 
43991
- function self$17(vars) {
44130
+ function self$18(vars) {
43992
44131
  const {
43993
44132
  popoverColor,
43994
44133
  textColor2,
@@ -44010,7 +44149,7 @@ function self$17(vars) {
44010
44149
  const backTopLight = {
44011
44150
  name: "BackTop",
44012
44151
  common: derived,
44013
- self: self$17
44152
+ self: self$18
44014
44153
  };
44015
44154
 
44016
44155
  var renderBackTopIcon = () => /* @__PURE__ */ h(
@@ -44024,7 +44163,7 @@ var renderBackTopIcon = () => /* @__PURE__ */ h(
44024
44163
  /* @__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" })))))))
44025
44164
  );
44026
44165
 
44027
- var style$1i = cB("back-top", `
44166
+ var style$1j = cB("back-top", `
44028
44167
  position: fixed;
44029
44168
  right: 40px;
44030
44169
  bottom: 40px;
@@ -44163,7 +44302,7 @@ var BackTop = defineComponent({
44163
44302
  const themeRef = useTheme(
44164
44303
  "BackTop",
44165
44304
  "-back-top",
44166
- style$1i,
44305
+ style$1j,
44167
44306
  backTopLight,
44168
44307
  props,
44169
44308
  mergedClsPrefixRef
@@ -44337,7 +44476,7 @@ const badgeDark = {
44337
44476
  }
44338
44477
  };
44339
44478
 
44340
- function self$16(vars) {
44479
+ function self$17(vars) {
44341
44480
  const {
44342
44481
  errorColor,
44343
44482
  infoColor,
@@ -44358,10 +44497,10 @@ function self$16(vars) {
44358
44497
  const badgeLight = {
44359
44498
  name: "Badge",
44360
44499
  common: derived,
44361
- self: self$16
44500
+ self: self$17
44362
44501
  };
44363
44502
 
44364
- var rtlStyle$p = cB("badge", [cM("rtl", `
44503
+ var rtlStyle$q = cB("badge", [cM("rtl", `
44365
44504
  direction: rtl;
44366
44505
  `, [cB("badge-sup", `
44367
44506
  right: 100%;
@@ -44372,10 +44511,10 @@ var rtlStyle$p = cB("badge", [cM("rtl", `
44372
44511
 
44373
44512
  const badgeRtl = {
44374
44513
  name: "Badge",
44375
- style: rtlStyle$p
44514
+ style: rtlStyle$q
44376
44515
  };
44377
44516
 
44378
- var style$1h = c$1([c$1("@keyframes badge-wave-spread", {
44517
+ var style$1i = c$1([c$1("@keyframes badge-wave-spread", {
44379
44518
  from: {
44380
44519
  boxShadow: "0 0 0.5px 0px var(--n-ripple-color)",
44381
44520
  opacity: 0.6
@@ -44471,7 +44610,7 @@ var Badge = defineComponent({
44471
44610
  const themeRef = useTheme(
44472
44611
  "Badge",
44473
44612
  "-badge",
44474
- style$1h,
44613
+ style$1i,
44475
44614
  badgeLight,
44476
44615
  props,
44477
44616
  mergedClsPrefixRef
@@ -44603,7 +44742,7 @@ var commonVariables$g = {
44603
44742
  fontWeightActive: "400"
44604
44743
  };
44605
44744
 
44606
- function self$15(vars) {
44745
+ function self$16(vars) {
44607
44746
  const {
44608
44747
  fontSize,
44609
44748
  textColor3,
@@ -44629,16 +44768,16 @@ function self$15(vars) {
44629
44768
  const breadcrumbLight = {
44630
44769
  name: "Breadcrumb",
44631
44770
  common: derived,
44632
- self: self$15
44771
+ self: self$16
44633
44772
  };
44634
44773
 
44635
44774
  const breadcrumbDark = {
44636
44775
  name: "Breadcrumb",
44637
44776
  common: derived$1,
44638
- self: self$15
44777
+ self: self$16
44639
44778
  };
44640
44779
 
44641
- var style$1g = cB("breadcrumb", `
44780
+ var style$1h = cB("breadcrumb", `
44642
44781
  white-space: nowrap;
44643
44782
  cursor: default;
44644
44783
  line-height: var(--n-item-line-height);
@@ -44713,7 +44852,7 @@ var Breadcrumb = defineComponent({
44713
44852
  const themeRef = useTheme(
44714
44853
  "Breadcrumb",
44715
44854
  "-breadcrumb",
44716
- style$1g,
44855
+ style$1h,
44717
44856
  breadcrumbLight,
44718
44857
  props,
44719
44858
  mergedClsPrefixRef
@@ -44914,7 +45053,7 @@ var commonVariables$f = {
44914
45053
  rippleDuration: ".6s"
44915
45054
  };
44916
45055
 
44917
- function self$14(vars) {
45056
+ function self$15(vars) {
44918
45057
  const {
44919
45058
  heightTiny,
44920
45059
  heightSmall,
@@ -45153,14 +45292,14 @@ function self$14(vars) {
45153
45292
  const buttonLight = {
45154
45293
  name: "Button",
45155
45294
  common: derived,
45156
- self: self$14
45295
+ self: self$15
45157
45296
  };
45158
45297
 
45159
45298
  const buttonDark = {
45160
45299
  name: "Button",
45161
45300
  common: derived$1,
45162
45301
  self(vars) {
45163
- const commonSelf = self$14(vars);
45302
+ const commonSelf = self$15(vars);
45164
45303
  commonSelf.waveOpacity = "0.8";
45165
45304
  commonSelf.colorOpacitySecondary = "0.16";
45166
45305
  commonSelf.colorOpacitySecondaryHover = "0.2";
@@ -45169,7 +45308,7 @@ const buttonDark = {
45169
45308
  }
45170
45309
  };
45171
45310
 
45172
- var rtlStyle$o = cB("button", [cM("rtl", `
45311
+ var rtlStyle$p = cB("button", [cM("rtl", `
45173
45312
  direction: rtl;
45174
45313
  `, [cE("icon", {
45175
45314
  margin: "var(--n-icon-margin)",
@@ -45181,10 +45320,10 @@ var rtlStyle$o = cB("button", [cM("rtl", `
45181
45320
 
45182
45321
  const buttonRtl = {
45183
45322
  name: "Button",
45184
- style: rtlStyle$o
45323
+ style: rtlStyle$p
45185
45324
  };
45186
45325
 
45187
- var style$1f = c$1([cB("button", `
45326
+ var style$1g = c$1([cB("button", `
45188
45327
  margin: 0;
45189
45328
  font-weight: var(--n-font-weight);
45190
45329
  line-height: 1;
@@ -45485,7 +45624,7 @@ const Button = defineComponent({
45485
45624
  const themeRef = useTheme(
45486
45625
  "Button",
45487
45626
  "-button",
45488
- style$1f,
45627
+ style$1g,
45489
45628
  buttonLight,
45490
45629
  props,
45491
45630
  mergedClsPrefixRef
@@ -45870,7 +46009,7 @@ function createTopBorderStyle(type) {
45870
46009
  top: n1
45871
46010
  })])])])]);
45872
46011
  }
45873
- var style$1e = cB("button-group", `
46012
+ var style$1f = cB("button-group", `
45874
46013
  flex-wrap: nowrap;
45875
46014
  display: inline-flex;
45876
46015
  position: relative;
@@ -45919,7 +46058,7 @@ var NButtonGroup = defineComponent({
45919
46058
  props: buttonGroupProps,
45920
46059
  setup(props) {
45921
46060
  const { mergedClsPrefixRef, mergedRtlRef } = useConfig(props);
45922
- useStyle("-button-group", style$1e, mergedClsPrefixRef);
46061
+ useStyle("-button-group", style$1f, mergedClsPrefixRef);
45923
46062
  provide(buttonGroupInjectionKey, props);
45924
46063
  const rtlEnabledRef = useRtl(
45925
46064
  "ButtonGroup",
@@ -47003,8 +47142,6 @@ const lightFormatters = {
47003
47142
  };
47004
47143
 
47005
47144
  const dayPeriodEnum = {
47006
- am: "am",
47007
- pm: "pm",
47008
47145
  midnight: "midnight",
47009
47146
  noon: "noon",
47010
47147
  morning: "morning",
@@ -51406,7 +51543,7 @@ var commonVariables$e = {
51406
51543
  titleFontSize: "22px"
51407
51544
  };
51408
51545
 
51409
- function self$13(vars) {
51546
+ function self$14(vars) {
51410
51547
  const {
51411
51548
  borderRadius,
51412
51549
  fontSize,
@@ -51452,7 +51589,7 @@ const calendarLight = createTheme$1({
51452
51589
  peers: {
51453
51590
  Button: buttonLight
51454
51591
  },
51455
- self: self$13
51592
+ self: self$14
51456
51593
  });
51457
51594
 
51458
51595
  const calendarDark = {
@@ -51461,10 +51598,10 @@ const calendarDark = {
51461
51598
  peers: {
51462
51599
  Button: buttonDark
51463
51600
  },
51464
- self: self$13
51601
+ self: self$14
51465
51602
  };
51466
51603
 
51467
- var style$1d = c$1([cB("calendar", `
51604
+ var style$1e = c$1([cB("calendar", `
51468
51605
  line-height: var(--n-line-height);
51469
51606
  font-size: var(--n-font-size);
51470
51607
  color: var(--n-text-color);
@@ -51603,7 +51740,7 @@ var Calendar = defineComponent({
51603
51740
  const themeRef = useTheme(
51604
51741
  "Calendar",
51605
51742
  "-calendar",
51606
- style$1d,
51743
+ style$1e,
51607
51744
  calendarLight,
51608
51745
  props,
51609
51746
  mergedClsPrefixRef
@@ -51897,7 +52034,7 @@ var commonVariables$d = {
51897
52034
  closeSize: "22px"
51898
52035
  };
51899
52036
 
51900
- function self$12(vars) {
52037
+ function self$13(vars) {
51901
52038
  const {
51902
52039
  primaryColor,
51903
52040
  borderRadius,
@@ -51950,14 +52087,14 @@ function self$12(vars) {
51950
52087
  const cardLight = {
51951
52088
  name: "Card",
51952
52089
  common: derived,
51953
- self: self$12
52090
+ self: self$13
51954
52091
  };
51955
52092
 
51956
52093
  const cardDark = {
51957
52094
  name: "Card",
51958
52095
  common: derived$1,
51959
52096
  self(vars) {
51960
- const commonSelf = self$12(vars);
52097
+ const commonSelf = self$13(vars);
51961
52098
  const {
51962
52099
  cardColor,
51963
52100
  modalColor,
@@ -51970,7 +52107,7 @@ const cardDark = {
51970
52107
  }
51971
52108
  };
51972
52109
 
51973
- var rtlStyle$n = cB("card", [cM("rtl", `
52110
+ var rtlStyle$o = cB("card", [cM("rtl", `
51974
52111
  direction: rtl;
51975
52112
  `), c$1(">", [cB("card-header", [c$1(">", [cE("close", `
51976
52113
  margin: 0 8px 0 0;
@@ -51978,10 +52115,10 @@ var rtlStyle$n = cB("card", [cM("rtl", `
51978
52115
 
51979
52116
  const cardRtl = {
51980
52117
  name: "Card",
51981
- style: rtlStyle$n
52118
+ style: rtlStyle$o
51982
52119
  };
51983
52120
 
51984
- var style$1c = c$1([cB("card", `
52121
+ var style$1d = c$1([cB("card", `
51985
52122
  font-size: var(--n-font-size);
51986
52123
  line-height: var(--n-line-height);
51987
52124
  display: flex;
@@ -52143,7 +52280,7 @@ var NCard = defineComponent({
52143
52280
  const themeRef = useTheme(
52144
52281
  "Card",
52145
52282
  "-card",
52146
- style$1c,
52283
+ style$1d,
52147
52284
  cardLight,
52148
52285
  props,
52149
52286
  mergedClsPrefixRef
@@ -52354,7 +52491,7 @@ var NCard = defineComponent({
52354
52491
  }
52355
52492
  });
52356
52493
 
52357
- function self$11() {
52494
+ function self$12() {
52358
52495
  return {
52359
52496
  dotSize: "8px",
52360
52497
  dotColor: "rgba(255, 255, 255, .3)",
@@ -52368,13 +52505,13 @@ function self$11() {
52368
52505
  const carouselLight = {
52369
52506
  name: "Carousel",
52370
52507
  common: derived,
52371
- self: self$11
52508
+ self: self$12
52372
52509
  };
52373
52510
 
52374
52511
  const carouselDark = {
52375
52512
  name: "Carousel",
52376
52513
  common: derived$1,
52377
- self: self$11
52514
+ self: self$12
52378
52515
  };
52379
52516
 
52380
52517
  const carouselMethodsInjectionKey = createInjectionKey("n-carousel-methods");
@@ -52662,7 +52799,7 @@ var NCarouselItem = defineComponent({
52662
52799
  }
52663
52800
  });
52664
52801
 
52665
- var style$1b = cB("carousel", `
52802
+ var style$1c = cB("carousel", `
52666
52803
  position: relative;
52667
52804
  width: 100%;
52668
52805
  height: 100%;
@@ -53660,7 +53797,7 @@ var Carousel = defineComponent({
53660
53797
  const themeRef = useTheme(
53661
53798
  "Carousel",
53662
53799
  "-carousel",
53663
- style$1b,
53800
+ style$1c,
53664
53801
  carouselLight,
53665
53802
  props,
53666
53803
  mergedClsPrefixRef
@@ -53820,7 +53957,7 @@ var commonVariables$c = {
53820
53957
  labelFontWeight: "400"
53821
53958
  };
53822
53959
 
53823
- function self$10(vars) {
53960
+ function self$11(vars) {
53824
53961
  const {
53825
53962
  baseColor,
53826
53963
  inputColorDisabled,
@@ -53869,7 +54006,7 @@ function self$10(vars) {
53869
54006
  const checkboxLight = {
53870
54007
  name: "Checkbox",
53871
54008
  common: derived,
53872
- self: self$10
54009
+ self: self$11
53873
54010
  };
53874
54011
 
53875
54012
  const checkboxDark = {
@@ -53879,23 +54016,23 @@ const checkboxDark = {
53879
54016
  const {
53880
54017
  cardColor
53881
54018
  } = vars;
53882
- const commonSelf = self$10(vars);
54019
+ const commonSelf = self$11(vars);
53883
54020
  commonSelf.color = "#0000";
53884
54021
  commonSelf.checkMarkColor = cardColor;
53885
54022
  return commonSelf;
53886
54023
  }
53887
54024
  };
53888
54025
 
53889
- var rtlStyle$m = cB("checkbox", [cM("rtl", `
54026
+ var rtlStyle$n = cB("checkbox", [cM("rtl", `
53890
54027
  direction: rtl;
53891
54028
  `)]);
53892
54029
 
53893
54030
  const checkboxRtl = {
53894
54031
  name: "Checkbox",
53895
- style: rtlStyle$m
54032
+ style: rtlStyle$n
53896
54033
  };
53897
54034
 
53898
- function self$$(vars) {
54035
+ function self$10(vars) {
53899
54036
  const {
53900
54037
  borderRadius,
53901
54038
  boxShadow2,
@@ -53937,7 +54074,7 @@ const cascaderLight = createTheme$1({
53937
54074
  Checkbox: checkboxLight,
53938
54075
  Empty: emptyLight
53939
54076
  },
53940
- self: self$$
54077
+ self: self$10
53941
54078
  });
53942
54079
 
53943
54080
  const cascaderDark = {
@@ -53950,7 +54087,7 @@ const cascaderDark = {
53950
54087
  Checkbox: checkboxDark,
53951
54088
  Empty: emptyLight
53952
54089
  },
53953
- self: self$$
54090
+ self: self$10
53954
54091
  };
53955
54092
 
53956
54093
  const checkboxGroupInjectionKey = createInjectionKey("n-checkbox-group");
@@ -54119,7 +54256,7 @@ var renderCheckMark = () => /* @__PURE__ */ h("svg", { viewBox: "0 0 64 64", cla
54119
54256
 
54120
54257
  var renderLineMark = () => /* @__PURE__ */ h("svg", { viewBox: "0 0 100 100", class: "line-icon" }, /* @__PURE__ */ h("path", { d: "M80.2,55.5H21.4c-2.8,0-5.1-2.5-5.1-5.5l0,0c0-3,2.3-5.5,5.1-5.5h58.7c2.8,0,5.1,2.5,5.1,5.5l0,0C85.2,53.1,82.9,55.5,80.2,55.5z" }));
54121
54258
 
54122
- var style$1a = c$1([cB("checkbox", `
54259
+ var style$1b = c$1([cB("checkbox", `
54123
54260
  font-size: var(--n-font-size);
54124
54261
  outline: none;
54125
54262
  cursor: pointer;
@@ -54364,7 +54501,7 @@ var NCheckbox = defineComponent({
54364
54501
  const themeRef = useTheme(
54365
54502
  "Checkbox",
54366
54503
  "-checkbox",
54367
- style$1a,
54504
+ style$1b,
54368
54505
  checkboxLight,
54369
54506
  props,
54370
54507
  mergedClsPrefixRef
@@ -55310,7 +55447,7 @@ var CascaderSelectMenu = defineComponent({
55310
55447
  }
55311
55448
  });
55312
55449
 
55313
- var style$19 = c$1([cB("cascader-menu", `
55450
+ var style$1a = c$1([cB("cascader-menu", `
55314
55451
  outline: none;
55315
55452
  position: relative;
55316
55453
  margin: 4px 0;
@@ -55557,7 +55694,7 @@ var Cascader = defineComponent({
55557
55694
  const themeRef = useTheme(
55558
55695
  "Cascader",
55559
55696
  "-cascader",
55560
- style$19,
55697
+ style$1a,
55561
55698
  cascaderLight,
55562
55699
  props,
55563
55700
  mergedClsPrefixRef
@@ -56509,7 +56646,7 @@ const codeDark = {
56509
56646
  }
56510
56647
  };
56511
56648
 
56512
- function self$_(vars) {
56649
+ function self$$(vars) {
56513
56650
  const {
56514
56651
  textColor2,
56515
56652
  fontSize,
@@ -56537,10 +56674,10 @@ function self$_(vars) {
56537
56674
  const codeLight = {
56538
56675
  name: "Code",
56539
56676
  common: derived,
56540
- self: self$_
56677
+ self: self$$
56541
56678
  };
56542
56679
 
56543
- var style$18 = c$1([cB("code", `
56680
+ var style$19 = c$1([cB("code", `
56544
56681
  font-size: var(--n-font-size);
56545
56682
  font-family: var(--n-font-family);
56546
56683
  `, [cM("show-line-numbers", `
@@ -56711,7 +56848,7 @@ var NCode = defineComponent({
56711
56848
  const themeRef = useTheme(
56712
56849
  "Code",
56713
56850
  "-code",
56714
- style$18,
56851
+ style$19,
56715
56852
  codeLight,
56716
56853
  props,
56717
56854
  mergedClsPrefixRef
@@ -56810,7 +56947,7 @@ var NCode = defineComponent({
56810
56947
  }
56811
56948
  });
56812
56949
 
56813
- function self$Z(vars) {
56950
+ function self$_(vars) {
56814
56951
  const {
56815
56952
  fontWeight,
56816
56953
  textColor1,
@@ -56836,16 +56973,16 @@ function self$Z(vars) {
56836
56973
  const collapseLight = {
56837
56974
  name: "Collapse",
56838
56975
  common: derived,
56839
- self: self$Z
56976
+ self: self$_
56840
56977
  };
56841
56978
 
56842
56979
  const collapseDark = {
56843
56980
  name: "Collapse",
56844
56981
  common: derived$1,
56845
- self: self$Z
56982
+ self: self$_
56846
56983
  };
56847
56984
 
56848
- var rtlStyle$l = cB("collapse", [cM("rtl", `
56985
+ var rtlStyle$m = cB("collapse", [cM("rtl", `
56849
56986
  direction: rtl;
56850
56987
  `, [cB("collapse-item", [cB("collapse-item", {
56851
56988
  marginRight: "32px",
@@ -56862,10 +56999,10 @@ var rtlStyle$l = cB("collapse", [cM("rtl", `
56862
56999
 
56863
57000
  const collapseRtl = {
56864
57001
  name: "Collapse",
56865
- style: rtlStyle$l
57002
+ style: rtlStyle$m
56866
57003
  };
56867
57004
 
56868
- var style$17 = cB("collapse", "width: 100%;", [cB("collapse-item", `
57005
+ var style$18 = cB("collapse", "width: 100%;", [cB("collapse-item", `
56869
57006
  font-size: var(--n-font-size);
56870
57007
  color: var(--n-text-color);
56871
57008
  transition:
@@ -56966,7 +57103,7 @@ var NCollapse = defineComponent({
56966
57103
  const themeRef = useTheme(
56967
57104
  "Collapse",
56968
57105
  "-collapse",
56969
- style$17,
57106
+ style$18,
56970
57107
  collapseLight,
56971
57108
  props,
56972
57109
  mergedClsPrefixRef
@@ -57287,7 +57424,7 @@ var NCollapseItem = defineComponent({
57287
57424
  }
57288
57425
  });
57289
57426
 
57290
- function self$Y(vars) {
57427
+ function self$Z(vars) {
57291
57428
  const {
57292
57429
  cubicBezierEaseInOut
57293
57430
  } = vars;
@@ -57298,26 +57435,26 @@ function self$Y(vars) {
57298
57435
  const collapseTransitionLight = {
57299
57436
  name: "CollapseTransition",
57300
57437
  common: derived,
57301
- self: self$Y
57438
+ self: self$Z
57302
57439
  };
57303
57440
 
57304
57441
  const collapseTransitionDark = {
57305
57442
  name: "CollapseTransition",
57306
57443
  common: derived$1,
57307
- self: self$Y
57444
+ self: self$Z
57308
57445
  };
57309
57446
 
57310
- var rtlStyle$k = cB("collapse-transition", [cM("rtl", `
57447
+ var rtlStyle$l = cB("collapse-transition", [cM("rtl", `
57311
57448
  direction: rtl;
57312
57449
  text-align: right;
57313
57450
  `)]);
57314
57451
 
57315
57452
  const collapseTransitionRtl = {
57316
57453
  name: "CollapseTransition",
57317
- style: rtlStyle$k
57454
+ style: rtlStyle$l
57318
57455
  };
57319
57456
 
57320
- var style$16 = cB("collapse-transition", {
57457
+ var style$17 = cB("collapse-transition", {
57321
57458
  width: "100%"
57322
57459
  }, [fadeInHeightExpandTransition()]);
57323
57460
 
@@ -57356,7 +57493,7 @@ var CollapseTransition = defineComponent({
57356
57493
  const mergedThemeRef = useTheme(
57357
57494
  "CollapseTransition",
57358
57495
  "-collapse-transition",
57359
- style$16,
57496
+ style$17,
57360
57497
  collapseTransitionLight,
57361
57498
  props,
57362
57499
  mergedClsPrefixRef
@@ -57417,7 +57554,7 @@ var CollapseTransition = defineComponent({
57417
57554
  }
57418
57555
  });
57419
57556
 
57420
- function self$X(vars) {
57557
+ function self$Y(vars) {
57421
57558
  const {
57422
57559
  fontSize,
57423
57560
  boxShadow2,
@@ -57456,7 +57593,7 @@ const colorPickerLight = createTheme$1({
57456
57593
  Input: inputLight,
57457
57594
  Button: buttonLight
57458
57595
  },
57459
- self: self$X
57596
+ self: self$Y
57460
57597
  });
57461
57598
 
57462
57599
  const colorPickerDark = {
@@ -57466,7 +57603,7 @@ const colorPickerDark = {
57466
57603
  Input: inputDark,
57467
57604
  Button: buttonDark
57468
57605
  },
57469
- self: self$X
57606
+ self: self$Y
57470
57607
  };
57471
57608
 
57472
57609
  function deriveDefaultValue(modes, showAlpha) {
@@ -58438,7 +58575,7 @@ var Pallete = defineComponent({
58438
58575
  }
58439
58576
  });
58440
58577
 
58441
- var style$15 = c$1([cB("color-picker", `
58578
+ var style$16 = c$1([cB("color-picker", `
58442
58579
  display: inline-block;
58443
58580
  box-sizing: border-box;
58444
58581
  height: var(--n-height);
@@ -58678,7 +58815,7 @@ var NColorPicker = defineComponent({
58678
58815
  const themeRef = useTheme(
58679
58816
  "ColorPicker",
58680
58817
  "-color-picker",
58681
- style$15,
58818
+ style$16,
58682
58819
  colorPickerLight,
58683
58820
  props,
58684
58821
  mergedClsPrefixRef
@@ -59602,7 +59739,7 @@ const popselect = {
59602
59739
  }
59603
59740
  };
59604
59741
 
59605
- function self$W(vars) {
59742
+ function self$X(vars) {
59606
59743
  const {
59607
59744
  boxShadow2
59608
59745
  } = vars;
@@ -59617,12 +59754,12 @@ const popselectLight = createTheme$1({
59617
59754
  Popover: popoverLight,
59618
59755
  InternalSelectMenu: internalSelectMenuLight
59619
59756
  },
59620
- self: self$W
59757
+ self: self$X
59621
59758
  });
59622
59759
 
59623
59760
  const popselectInjectionKey = createInjectionKey("n-popselect");
59624
59761
 
59625
- var style$14 = cB("popselect-menu", `
59762
+ var style$15 = cB("popselect-menu", `
59626
59763
  box-shadow: var(--n-menu-box-shadow);
59627
59764
  `);
59628
59765
 
@@ -59676,7 +59813,7 @@ var NPopselectPanel = defineComponent({
59676
59813
  const themeRef = useTheme(
59677
59814
  "Popselect",
59678
59815
  "-pop-select",
59679
- style$14,
59816
+ style$15,
59680
59817
  popselectLight,
59681
59818
  NPopselect.props,
59682
59819
  mergedClsPrefixRef
@@ -59918,7 +60055,7 @@ var NPopselect = defineComponent({
59918
60055
  }
59919
60056
  });
59920
60057
 
59921
- function self$V(vars) {
60058
+ function self$W(vars) {
59922
60059
  const {
59923
60060
  boxShadow2
59924
60061
  } = vars;
@@ -59933,7 +60070,7 @@ const selectLight = createTheme$1({
59933
60070
  InternalSelection: internalSelectionLight,
59934
60071
  InternalSelectMenu: internalSelectMenuLight
59935
60072
  },
59936
- self: self$V
60073
+ self: self$W
59937
60074
  });
59938
60075
 
59939
60076
  const selectDark = {
@@ -59943,7 +60080,7 @@ const selectDark = {
59943
60080
  InternalSelection: internalSelectionDark,
59944
60081
  InternalSelectMenu: internalSelectMenuDark
59945
60082
  },
59946
- self: self$V
60083
+ self: self$W
59947
60084
  };
59948
60085
 
59949
60086
  const selectRtl = {
@@ -59952,7 +60089,7 @@ const selectRtl = {
59952
60089
  peers: [internalSelectionRtl, internalSelectMenuRtl, tagRtl, scrollbarRtl]
59953
60090
  };
59954
60091
 
59955
- var style$13 = c$1([cB("select", `
60092
+ var style$14 = c$1([cB("select", `
59956
60093
  z-index: auto;
59957
60094
  outline: none;
59958
60095
  width: 100%;
@@ -60113,7 +60250,7 @@ var NSelect = defineComponent({
60113
60250
  const themeRef = useTheme(
60114
60251
  "Select",
60115
60252
  "-select",
60116
- style$13,
60253
+ style$14,
60117
60254
  selectLight,
60118
60255
  props,
60119
60256
  mergedClsPrefixRef
@@ -60904,7 +61041,7 @@ var commonVariables$b = {
60904
61041
  suffixMarginLarge: "0 0 0 8px"
60905
61042
  };
60906
61043
 
60907
- function self$U(vars) {
61044
+ function self$V(vars) {
60908
61045
  const {
60909
61046
  textColor2,
60910
61047
  primaryColor,
@@ -60972,7 +61109,7 @@ const paginationLight = createTheme$1({
60972
61109
  Input: inputLight,
60973
61110
  Popselect: popselectLight
60974
61111
  },
60975
- self: self$U
61112
+ self: self$V
60976
61113
  });
60977
61114
 
60978
61115
  const paginationDark = {
@@ -60991,14 +61128,14 @@ const paginationDark = {
60991
61128
  const borderColorActive = changeColor(primaryColor, {
60992
61129
  alpha: Number(opacity3)
60993
61130
  });
60994
- const commonSelf = self$U(vars);
61131
+ const commonSelf = self$V(vars);
60995
61132
  commonSelf.itemBorderActive = `1px solid ${borderColorActive}`;
60996
61133
  commonSelf.itemBorderDisabled = "1px solid #0000";
60997
61134
  return commonSelf;
60998
61135
  }
60999
61136
  };
61000
61137
 
61001
- var rtlStyle$j = cB("pagination", [cM("rtl", `
61138
+ var rtlStyle$k = cB("pagination", [cM("rtl", `
61002
61139
  direction: rtl;
61003
61140
  `, [c$1("> *:not(:first-child)", `
61004
61141
  margin: var(--n-item-margin-rtl);
@@ -61008,7 +61145,7 @@ var rtlStyle$j = cB("pagination", [cM("rtl", `
61008
61145
 
61009
61146
  const paginationRtl = {
61010
61147
  name: "Pagination",
61011
- style: rtlStyle$j,
61148
+ style: rtlStyle$k,
61012
61149
  peers: [inputRtl, selectRtl]
61013
61150
  };
61014
61151
 
@@ -61022,7 +61159,7 @@ const hoverStyleChildren$1 = [cM("button", `
61022
61159
  border: var(--n-button-border-hover);
61023
61160
  color: var(--n-button-icon-color-hover);
61024
61161
  `)];
61025
- var style$12 = cB("pagination", `
61162
+ var style$13 = cB("pagination", `
61026
61163
  display: flex;
61027
61164
  vertical-align: middle;
61028
61165
  font-size: var(--n-item-font-size);
@@ -61346,7 +61483,7 @@ var NPagination = defineComponent({
61346
61483
  const themeRef = useTheme(
61347
61484
  "Pagination",
61348
61485
  "-pagination",
61349
- style$12,
61486
+ style$13,
61350
61487
  paginationLight,
61351
61488
  props,
61352
61489
  mergedClsPrefixRef
@@ -62032,7 +62169,7 @@ var commonVariables$a = {
62032
62169
  optionIconPrefixWidthHuge: "40px"
62033
62170
  };
62034
62171
 
62035
- function self$T(vars) {
62172
+ function self$U(vars) {
62036
62173
  const {
62037
62174
  primaryColor,
62038
62175
  textColor2,
@@ -62098,7 +62235,7 @@ const dropdownLight = createTheme$1({
62098
62235
  peers: {
62099
62236
  Popover: popoverLight
62100
62237
  },
62101
- self: self$T
62238
+ self: self$U
62102
62239
  });
62103
62240
 
62104
62241
  const dropdownDark = {
@@ -62113,7 +62250,7 @@ const dropdownDark = {
62113
62250
  primaryColor,
62114
62251
  popoverColor
62115
62252
  } = vars;
62116
- const commonSelf = self$T(vars);
62253
+ const commonSelf = self$U(vars);
62117
62254
  commonSelf.colorInverted = popoverColor;
62118
62255
  commonSelf.optionColorActive = changeColor(primaryColor, {
62119
62256
  alpha: 0.15
@@ -62151,7 +62288,7 @@ const tooltipDark = {
62151
62288
  }
62152
62289
  };
62153
62290
 
62154
- function self$S(vars) {
62291
+ function self$T(vars) {
62155
62292
  const {
62156
62293
  borderRadius,
62157
62294
  boxShadow2,
@@ -62171,7 +62308,7 @@ const tooltipLight = createTheme$1({
62171
62308
  peers: {
62172
62309
  Popover: popoverLight
62173
62310
  },
62174
- self: self$S
62311
+ self: self$T
62175
62312
  });
62176
62313
 
62177
62314
  const ellipsisDark = {
@@ -62261,7 +62398,7 @@ const radioDark = {
62261
62398
  }
62262
62399
  };
62263
62400
 
62264
- function self$R(vars) {
62401
+ function self$S(vars) {
62265
62402
  const {
62266
62403
  borderColor,
62267
62404
  primaryColor,
@@ -62322,10 +62459,10 @@ function self$R(vars) {
62322
62459
  const radioLight = {
62323
62460
  name: "Radio",
62324
62461
  common: derived,
62325
- self: self$R
62462
+ self: self$S
62326
62463
  };
62327
62464
 
62328
- var rtlStyle$i = c$1([cB("radio", [cM("rtl", `
62465
+ var rtlStyle$j = c$1([cB("radio", [cM("rtl", `
62329
62466
  direction: rtl;
62330
62467
  `)]), cB("radio-group", [cM("rtl", `
62331
62468
  direction: rtl;
@@ -62347,7 +62484,7 @@ var rtlStyle$i = c$1([cB("radio", [cM("rtl", `
62347
62484
 
62348
62485
  const radioRtl = {
62349
62486
  name: "Radio",
62350
- style: rtlStyle$i
62487
+ style: rtlStyle$j
62351
62488
  };
62352
62489
 
62353
62490
  var commonVariables$8 = {
@@ -62367,7 +62504,7 @@ var commonVariables$8 = {
62367
62504
  actionButtonMargin: "0 8px 0 0"
62368
62505
  };
62369
62506
 
62370
- function self$Q(vars) {
62507
+ function self$R(vars) {
62371
62508
  const {
62372
62509
  cardColor,
62373
62510
  modalColor,
@@ -62451,7 +62588,7 @@ const dataTableLight = createTheme$1({
62451
62588
  Ellipsis: ellipsisLight,
62452
62589
  Dropdown: dropdownLight
62453
62590
  },
62454
- self: self$Q
62591
+ self: self$R
62455
62592
  });
62456
62593
 
62457
62594
  const dataTableDark = {
@@ -62469,14 +62606,14 @@ const dataTableDark = {
62469
62606
  Dropdown: dropdownDark
62470
62607
  },
62471
62608
  self(vars) {
62472
- const commonSelf = self$Q(vars);
62609
+ const commonSelf = self$R(vars);
62473
62610
  commonSelf.boxShadowAfter = "inset 12px 0 8px -12px rgba(0, 0, 0, .36)";
62474
62611
  commonSelf.boxShadowBefore = "inset -12px 0 8px -12px rgba(0, 0, 0, .36)";
62475
62612
  return commonSelf;
62476
62613
  }
62477
62614
  };
62478
62615
 
62479
- var rtlStyle$h = c$1([cB("data-table", [cM("rtl", `
62616
+ var rtlStyle$i = c$1([cB("data-table", [cM("rtl", `
62480
62617
  direction: rtl;
62481
62618
  `, [cB("data-table-th", [cM("filterable", `
62482
62619
  padding-left: 36px;
@@ -62496,7 +62633,7 @@ var rtlStyle$h = c$1([cB("data-table", [cM("rtl", `
62496
62633
 
62497
62634
  const DataTableRtl = {
62498
62635
  name: "DataTable",
62499
- style: rtlStyle$h,
62636
+ style: rtlStyle$i,
62500
62637
  peers: [scrollbarRtl, paginationRtl]
62501
62638
  };
62502
62639
 
@@ -62800,7 +62937,7 @@ var RenderSafeCheckbox = defineComponent({
62800
62937
  }
62801
62938
  });
62802
62939
 
62803
- var style$11 = cB("radio", `
62940
+ var style$12 = cB("radio", `
62804
62941
  line-height: var(--n-label-line-height);
62805
62942
  outline: none;
62806
62943
  position: relative;
@@ -62821,14 +62958,10 @@ var style$11 = cB("radio", `
62821
62958
  `), cB("radio-input", `
62822
62959
  position: absolute;
62823
62960
  border: 0;
62824
- border-radius: inherit;
62825
- left: 0;
62826
- right: 0;
62827
- top: 0;
62828
- bottom: 0;
62961
+ width: 0;
62962
+ height: 0;
62829
62963
  opacity: 0;
62830
- z-index: 1;
62831
- cursor: pointer;
62964
+ margin: 0;
62832
62965
  `), cE("dot", `
62833
62966
  position: absolute;
62834
62967
  top: 50%;
@@ -63043,7 +63176,7 @@ var NRadio = defineComponent({
63043
63176
  const themeRef = useTheme(
63044
63177
  "Radio",
63045
63178
  "-radio",
63046
- style$11,
63179
+ style$12,
63047
63180
  radioLight,
63048
63181
  props,
63049
63182
  radio.mergedClsPrefix
@@ -63126,7 +63259,15 @@ var NRadio = defineComponent({
63126
63259
  ],
63127
63260
  style: this.cssVars
63128
63261
  },
63129
- /* @__PURE__ */ h(
63262
+ /* @__PURE__ */ h("div", { class: `${mergedClsPrefix}-radio__dot-wrapper` }, "\xA0", /* @__PURE__ */ h(
63263
+ "div",
63264
+ {
63265
+ class: [
63266
+ `${mergedClsPrefix}-radio__dot`,
63267
+ this.renderSafeChecked && `${mergedClsPrefix}-radio__dot--checked`
63268
+ ]
63269
+ }
63270
+ ), /* @__PURE__ */ h(
63130
63271
  "input",
63131
63272
  {
63132
63273
  ref: "inputRef",
@@ -63140,15 +63281,6 @@ var NRadio = defineComponent({
63140
63281
  onFocus: this.handleRadioInputFocus,
63141
63282
  onBlur: this.handleRadioInputBlur
63142
63283
  }
63143
- ),
63144
- /* @__PURE__ */ h("div", { class: `${mergedClsPrefix}-radio__dot-wrapper` }, "\xA0", /* @__PURE__ */ h(
63145
- "div",
63146
- {
63147
- class: [
63148
- `${mergedClsPrefix}-radio__dot`,
63149
- this.renderSafeChecked && `${mergedClsPrefix}-radio__dot--checked`
63150
- ]
63151
- }
63152
63284
  )),
63153
63285
  resolveWrappedSlot($slots.default, (children) => {
63154
63286
  if (!children && !label)
@@ -63201,7 +63333,7 @@ var RadioButton = defineComponent({
63201
63333
  }
63202
63334
  });
63203
63335
 
63204
- var style$10 = cB("radio-group", `
63336
+ var style$11 = cB("radio-group", `
63205
63337
  display: inline-block;
63206
63338
  font-size: var(--n-font-size);
63207
63339
  `, [cE("splitor", `
@@ -63382,7 +63514,7 @@ var NRadioGroup = defineComponent({
63382
63514
  const themeRef = useTheme(
63383
63515
  "Radio",
63384
63516
  "-radio-group",
63385
- style$10,
63517
+ style$11,
63386
63518
  radioLight,
63387
63519
  props,
63388
63520
  mergedClsPrefixRef
@@ -63597,7 +63729,7 @@ var NTooltip = defineComponent({
63597
63729
  }
63598
63730
  });
63599
63731
 
63600
- var style$$ = cB("ellipsis", {
63732
+ var style$10 = cB("ellipsis", {
63601
63733
  overflow: "hidden"
63602
63734
  }, [cNotM("line-clamp", `
63603
63735
  white-space: nowrap;
@@ -63636,7 +63768,7 @@ var NEllipsis = defineComponent({
63636
63768
  const mergedTheme = useTheme(
63637
63769
  "Ellipsis",
63638
63770
  "-ellipsis",
63639
- style$$,
63771
+ style$10,
63640
63772
  ellipsisLight,
63641
63773
  props,
63642
63774
  mergedClsPrefixRef
@@ -63792,7 +63924,7 @@ const NPerformantEllipsis = defineComponent({
63792
63924
  setup(props, { attrs, slots }) {
63793
63925
  const mouseEnteredRef = ref(false);
63794
63926
  const mergedClsPrefixRef = useMergedClsPrefix();
63795
- useStyle("-ellipsis", style$$, mergedClsPrefixRef);
63927
+ useStyle("-ellipsis", style$10, mergedClsPrefixRef);
63796
63928
  const renderTrigger = () => {
63797
63929
  const { lineClamp } = props;
63798
63930
  const mergedClsPrefix = mergedClsPrefixRef.value;
@@ -64567,7 +64699,7 @@ var NDropdownGroupHeader = defineComponent({
64567
64699
  }
64568
64700
  });
64569
64701
 
64570
- function self$P(vars) {
64702
+ function self$Q(vars) {
64571
64703
  const {
64572
64704
  textColorBase,
64573
64705
  opacity1,
@@ -64588,16 +64720,16 @@ function self$P(vars) {
64588
64720
  const iconLight = {
64589
64721
  name: "Icon",
64590
64722
  common: derived,
64591
- self: self$P
64723
+ self: self$Q
64592
64724
  };
64593
64725
 
64594
64726
  const iconDark$1 = {
64595
64727
  name: "Icon",
64596
64728
  common: derived$1,
64597
- self: self$P
64729
+ self: self$Q
64598
64730
  };
64599
64731
 
64600
- var style$_ = cB("icon", `
64732
+ var style$$ = cB("icon", `
64601
64733
  height: 1em;
64602
64734
  width: 1em;
64603
64735
  line-height: 1em;
@@ -64605,7 +64737,6 @@ var style$_ = cB("icon", `
64605
64737
  display: inline-block;
64606
64738
  position: relative;
64607
64739
  fill: currentColor;
64608
- transform: translateZ(0);
64609
64740
  `, [cM("color-transition", {
64610
64741
  transition: "color .3s var(--n-bezier)"
64611
64742
  }), cM("depth", {
@@ -64635,7 +64766,7 @@ const NIcon = defineComponent({
64635
64766
  mergedClsPrefixRef,
64636
64767
  inlineThemeDisabled
64637
64768
  } = useConfig(props);
64638
- const themeRef = useTheme("Icon", "-icon", style$_, iconLight, props, mergedClsPrefixRef);
64769
+ const themeRef = useTheme("Icon", "-icon", style$$, iconLight, props, mergedClsPrefixRef);
64639
64770
  const cssVarsRef = computed(() => {
64640
64771
  const {
64641
64772
  depth
@@ -65228,7 +65359,7 @@ var NDropdownMenu = defineComponent({
65228
65359
  }
65229
65360
  });
65230
65361
 
65231
- var style$Z = cB("dropdown-menu", `
65362
+ var style$_ = cB("dropdown-menu", `
65232
65363
  transform-origin: var(--v-transform-origin);
65233
65364
  background-color: var(--n-color);
65234
65365
  border-radius: var(--n-border-radius);
@@ -65473,7 +65604,7 @@ var NDropdown = defineComponent({
65473
65604
  const themeRef = useTheme(
65474
65605
  "Dropdown",
65475
65606
  "-dropdown",
65476
- style$Z,
65607
+ style$_,
65477
65608
  dropdownLight,
65478
65609
  props,
65479
65610
  mergedClsPrefixRef
@@ -67234,7 +67365,7 @@ var MainTable = defineComponent({
67234
67365
  });
67235
67366
 
67236
67367
  const fixedColumnStyle = createFixedColumnStyle();
67237
- var style$Y = c$1([cB("data-table", `
67368
+ var style$Z = c$1([cB("data-table", `
67238
67369
  width: 100%;
67239
67370
  font-size: var(--n-font-size);
67240
67371
  display: flex;
@@ -67243,6 +67374,7 @@ var style$Y = c$1([cB("data-table", `
67243
67374
  --n-merged-th-color: var(--n-th-color);
67244
67375
  --n-merged-td-color: var(--n-td-color);
67245
67376
  --n-merged-border-color: var(--n-border-color);
67377
+ --n-merged-th-color-hover: var(--n-th-color-hover);
67246
67378
  --n-merged-th-color-sorting: var(--n-th-color-sorting);
67247
67379
  --n-merged-td-color-hover: var(--n-td-color-hover);
67248
67380
  --n-merged-td-color-sorting: var(--n-td-color-sorting);
@@ -68760,7 +68892,7 @@ var DataTable = defineComponent({
68760
68892
  const themeRef = useTheme(
68761
68893
  "DataTable",
68762
68894
  "-data-table",
68763
- style$Y,
68895
+ style$Z,
68764
68896
  dataTableLight,
68765
68897
  props,
68766
68898
  mergedClsPrefixRef
@@ -69056,12 +69188,12 @@ var DataTable = defineComponent({
69056
69188
  "--n-td-color-striped": tdColorStriped,
69057
69189
  "--n-td-color-striped-modal": tdColorStripedModal,
69058
69190
  "--n-td-color-striped-popover": tdColorStripedPopover,
69059
- "n-td-color-sorting": tdColorSorting,
69060
- "n-td-color-sorting-modal": tdColorSortingModal,
69061
- "n-td-color-sorting-popover": tdColorSortingPopover,
69062
- "n-th-color-sorting": thColorSorting,
69063
- "n-th-color-sorting-modal": thColorSortingModal,
69064
- "n-th-color-sorting-popover": thColorSortingPopover
69191
+ "--n-td-color-sorting": tdColorSorting,
69192
+ "--n-td-color-sorting-modal": tdColorSortingModal,
69193
+ "--n-td-color-sorting-popover": tdColorSortingPopover,
69194
+ "--n-th-color-sorting": thColorSorting,
69195
+ "--n-th-color-sorting-modal": thColorSortingModal,
69196
+ "--n-th-color-sorting-popover": thColorSortingPopover
69065
69197
  };
69066
69198
  });
69067
69199
  const themeClassHandle = inlineThemeDisabled ? useThemeClass(
@@ -69153,7 +69285,7 @@ var commonVars$8 = {
69153
69285
  panelActionPadding: "8px 0"
69154
69286
  };
69155
69287
 
69156
- function self$O(vars) {
69288
+ function self$P(vars) {
69157
69289
  const {
69158
69290
  popoverColor,
69159
69291
  textColor2,
@@ -69189,7 +69321,7 @@ const timePickerLight = createTheme$1({
69189
69321
  Button: buttonLight,
69190
69322
  Input: inputLight
69191
69323
  },
69192
- self: self$O
69324
+ self: self$P
69193
69325
  });
69194
69326
 
69195
69327
  const timePickerDark = {
@@ -69200,7 +69332,7 @@ const timePickerDark = {
69200
69332
  Button: buttonDark,
69201
69333
  Input: inputDark
69202
69334
  },
69203
- self: self$O
69335
+ self: self$P
69204
69336
  };
69205
69337
 
69206
69338
  var commonVars$7 = {
@@ -69243,7 +69375,7 @@ var commonVars$7 = {
69243
69375
  calendarRightPaddingWeek: "0"
69244
69376
  };
69245
69377
 
69246
- function self$N(vars) {
69378
+ function self$O(vars) {
69247
69379
  const {
69248
69380
  hoverColor,
69249
69381
  fontSize,
@@ -69303,7 +69435,7 @@ const datePickerLight = createTheme$1({
69303
69435
  TimePicker: timePickerLight,
69304
69436
  Scrollbar: scrollbarLight
69305
69437
  },
69306
- self: self$N
69438
+ self: self$O
69307
69439
  });
69308
69440
 
69309
69441
  const datePickerDark = {
@@ -69321,7 +69453,7 @@ const datePickerDark = {
69321
69453
  hoverColor,
69322
69454
  primaryColor
69323
69455
  } = vars;
69324
- const commonSelf = self$N(vars);
69456
+ const commonSelf = self$O(vars);
69325
69457
  commonSelf.itemColorDisabled = composite(popoverColor, hoverColor);
69326
69458
  commonSelf.itemColorIncluded = changeColor(primaryColor, {
69327
69459
  alpha: 0.15
@@ -69350,7 +69482,7 @@ const usePanelCommonProps = {
69350
69482
  type: Boolean,
69351
69483
  default: void 0
69352
69484
  },
69353
- timerPickerFormat: {
69485
+ timePickerFormat: {
69354
69486
  type: String,
69355
69487
  value: TIME_FORMAT
69356
69488
  },
@@ -70798,7 +70930,7 @@ function useDualCalendar(props, type) {
70798
70930
  if (typeof startTime !== "number") {
70799
70931
  startTime = getTime(startTime);
70800
70932
  }
70801
- if (source !== "shortcutPreview") {
70933
+ if (source !== "shortcutPreview" && source !== "shortcutDone") {
70802
70934
  let startDefaultTime;
70803
70935
  let endDefaultTime;
70804
70936
  if (type === "datetimerange") {
@@ -70820,7 +70952,7 @@ function useDualCalendar(props, type) {
70820
70952
  endTime = getTime(set(endTime, endDefaultTime));
70821
70953
  }
70822
70954
  }
70823
- panelCommon.doUpdateValue([startTime, endTime], props.panel && source === "done");
70955
+ panelCommon.doUpdateValue([startTime, endTime], props.panel && (source === "done" || source === "shortcutDone"));
70824
70956
  }
70825
70957
  function sanitizeValue(datetime) {
70826
70958
  if (type === "datetimerange") {
@@ -70957,7 +71089,7 @@ function useDualCalendar(props, type) {
70957
71089
  function handleRangeShortcutClick(shortcut) {
70958
71090
  const shortcutValue = panelCommon.getShortcutValue(shortcut);
70959
71091
  if (!Array.isArray(shortcutValue)) return;
70960
- changeStartEndTime(shortcutValue[0], shortcutValue[1], "done");
71092
+ changeStartEndTime(shortcutValue[0], shortcutValue[1], "shortcutDone");
70961
71093
  panelCommon.clearPendingValue();
70962
71094
  handleConfirmClick();
70963
71095
  }
@@ -71564,7 +71696,6 @@ function newDateUTC(fullYear, month, day, hour, minute, second, millisecond) {
71564
71696
  const MILLISECONDS_IN_HOUR$1 = 3600000;
71565
71697
  const MILLISECONDS_IN_MINUTE$2 = 60000;
71566
71698
  const patterns$1 = {
71567
- timezone: /([Z+-].*)$/,
71568
71699
  timezoneZ: /^(Z)$/,
71569
71700
  timezoneHH: /^([+-]\d{2})$/,
71570
71701
  timezoneHHMM: /^([+-])(\d{2}):?(\d{2})$/
@@ -71808,7 +71939,6 @@ const DEFAULT_ADDITIONAL_DIGITS = 2;
71808
71939
  const patterns = {
71809
71940
  dateTimePattern: /^([0-9W+-]+)(T| )(.*)/,
71810
71941
  datePattern: /^([0-9W+-]+)(.*)/,
71811
- plainTime: /:/,
71812
71942
  // year tokens
71813
71943
  YY: /^(\d{2})$/,
71814
71944
  YYY: [/^([+-]\d{2})$/,
@@ -73046,7 +73176,7 @@ var Panel = defineComponent({
73046
73176
  }
73047
73177
  });
73048
73178
 
73049
- var style$X = c$1([cB("time-picker", `
73179
+ var style$Y = c$1([cB("time-picker", `
73050
73180
  z-index: auto;
73051
73181
  position: relative;
73052
73182
  `, [cB("time-picker-icon", `
@@ -73240,7 +73370,7 @@ var NTimePicker = defineComponent({
73240
73370
  const themeRef = useTheme(
73241
73371
  "TimePicker",
73242
73372
  "-time-picker",
73243
- style$X,
73373
+ style$Y,
73244
73374
  timePickerLight,
73245
73375
  props,
73246
73376
  mergedClsPrefixRef
@@ -74071,7 +74201,7 @@ var DatetimePanel = defineComponent({
74071
74201
  {
74072
74202
  size: this.timePickerSize,
74073
74203
  placeholder: this.locale.selectTime,
74074
- format: this.timerPickerFormat,
74204
+ format: this.timePickerFormat,
74075
74205
  ...Array.isArray(timePickerProps) ? void 0 : timePickerProps,
74076
74206
  showIcon: false,
74077
74207
  to: false,
@@ -74307,7 +74437,7 @@ var DatetimerangePanel = defineComponent({
74307
74437
  NTimePicker,
74308
74438
  {
74309
74439
  placeholder: this.locale.selectTime,
74310
- format: this.timerPickerFormat,
74440
+ format: this.timePickerFormat,
74311
74441
  size: this.timePickerSize,
74312
74442
  ...Array.isArray(timePickerProps) ? timePickerProps[0] : timePickerProps,
74313
74443
  value: this.startTimeValue,
@@ -74341,7 +74471,7 @@ var DatetimerangePanel = defineComponent({
74341
74471
  NTimePicker,
74342
74472
  {
74343
74473
  placeholder: this.locale.selectTime,
74344
- format: this.timerPickerFormat,
74474
+ format: this.timePickerFormat,
74345
74475
  size: this.timePickerSize,
74346
74476
  ...Array.isArray(timePickerProps) ? timePickerProps[1] : timePickerProps,
74347
74477
  disabled: this.isSelecting,
@@ -74944,7 +75074,7 @@ const datePickerProps = {
74944
75074
  endPlaceholder: String,
74945
75075
  format: String,
74946
75076
  dateFormat: String,
74947
- timerPickerFormat: String,
75077
+ timePickerFormat: String,
74948
75078
  actions: Array,
74949
75079
  shortcuts: Object,
74950
75080
  isDateDisabled: Function,
@@ -74997,7 +75127,7 @@ const datePickerProps = {
74997
75127
  onChange: [Function, Array]
74998
75128
  };
74999
75129
 
75000
- var style$W = c$1([cB("date-picker", `
75130
+ var style$X = c$1([cB("date-picker", `
75001
75131
  position: relative;
75002
75132
  z-index: auto;
75003
75133
  `, [cB("date-picker-icon", `
@@ -75640,7 +75770,7 @@ var DatePicker = defineComponent({
75640
75770
  const themeRef = useTheme(
75641
75771
  "DatePicker",
75642
75772
  "-date-picker",
75643
- style$W,
75773
+ style$X,
75644
75774
  datePickerLight,
75645
75775
  props,
75646
75776
  mergedClsPrefixRef
@@ -76314,7 +76444,7 @@ var DatePicker = defineComponent({
76314
76444
  onPrevMonth: this.onPrevMonth,
76315
76445
  onNextYear: this.onNextYear,
76316
76446
  onPrevYear: this.onPrevYear,
76317
- timerPickerFormat: this.timerPickerFormat,
76447
+ timePickerFormat: this.timePickerFormat,
76318
76448
  dateFormat: this.dateFormat,
76319
76449
  calendarDayFormat: this.calendarDayFormat,
76320
76450
  calendarHeaderYearFormat: this.calendarHeaderYearFormat,
@@ -76527,7 +76657,7 @@ var commonVariables$7 = {
76527
76657
  tdPaddingLarge: "0 0 16px 0"
76528
76658
  };
76529
76659
 
76530
- function self$M(vars) {
76660
+ function self$N(vars) {
76531
76661
  const {
76532
76662
  tableHeaderColor,
76533
76663
  textColor2,
@@ -76568,16 +76698,16 @@ function self$M(vars) {
76568
76698
  const descriptionsLight = {
76569
76699
  name: "Descriptions",
76570
76700
  common: derived,
76571
- self: self$M
76701
+ self: self$N
76572
76702
  };
76573
76703
 
76574
76704
  const descriptionsDark = {
76575
76705
  name: "Descriptions",
76576
76706
  common: derived$1,
76577
- self: self$M
76707
+ self: self$N
76578
76708
  };
76579
76709
 
76580
- var style$V = c$1([cB("descriptions", {
76710
+ var style$W = c$1([cB("descriptions", {
76581
76711
  fontSize: "var(--n-font-size)"
76582
76712
  }, [cB("descriptions-separator", `
76583
76713
  display: inline-block;
@@ -76723,7 +76853,7 @@ var Descriptions = defineComponent({
76723
76853
  const themeRef = useTheme(
76724
76854
  "Descriptions",
76725
76855
  "-descriptions",
76726
- style$V,
76856
+ style$W,
76727
76857
  descriptionsLight,
76728
76858
  props,
76729
76859
  mergedClsPrefixRef
@@ -77033,7 +77163,7 @@ var commonVars$6 = {
77033
77163
  closeMarginIconTop: "10px 16px 0 0"
77034
77164
  };
77035
77165
 
77036
- function self$L(vars) {
77166
+ function self$M(vars) {
77037
77167
  const {
77038
77168
  textColor1,
77039
77169
  textColor2,
@@ -77083,7 +77213,7 @@ const dialogLight = createTheme$1({
77083
77213
  peers: {
77084
77214
  Button: buttonLight
77085
77215
  },
77086
- self: self$L
77216
+ self: self$M
77087
77217
  });
77088
77218
 
77089
77219
  const dialogDark = {
@@ -77092,10 +77222,10 @@ const dialogDark = {
77092
77222
  peers: {
77093
77223
  Button: buttonDark
77094
77224
  },
77095
- self: self$L
77225
+ self: self$M
77096
77226
  };
77097
77227
 
77098
- var rtlStyle$g = cB("dialog", [cM("rtl", `
77228
+ var rtlStyle$h = cB("dialog", [cM("rtl", `
77099
77229
  --n-icon-margin: var(--n-icon-margin-top) var(--n-icon-margin-left) var(--n-icon-margin-bottom) var(--n-icon-margin-right);
77100
77230
  direction: rtl;
77101
77231
  `, [cE("close", `
@@ -77115,7 +77245,7 @@ var rtlStyle$g = cB("dialog", [cM("rtl", `
77115
77245
 
77116
77246
  const dialogRtl = {
77117
77247
  name: "Dialog",
77118
- style: rtlStyle$g
77248
+ style: rtlStyle$h
77119
77249
  };
77120
77250
 
77121
77251
  const dialogProps = {
@@ -77154,7 +77284,7 @@ const dialogProps = {
77154
77284
  };
77155
77285
  const dialogPropKeys = keysOf(dialogProps);
77156
77286
 
77157
- var style$U = c$1([cB("dialog", `
77287
+ var style$V = c$1([cB("dialog", `
77158
77288
  --n-icon-margin: var(--n-icon-margin-top) var(--n-icon-margin-right) var(--n-icon-margin-bottom) var(--n-icon-margin-left);
77159
77289
  word-break: break-word;
77160
77290
  line-height: var(--n-line-height);
@@ -77277,7 +77407,7 @@ const NDialog = defineComponent({
77277
77407
  const themeRef = useTheme(
77278
77408
  "Dialog",
77279
77409
  "-dialog",
77280
- style$U,
77410
+ style$V,
77281
77411
  dialogLight,
77282
77412
  props,
77283
77413
  mergedClsPrefixRef
@@ -77494,7 +77624,7 @@ const NDialog = defineComponent({
77494
77624
  }
77495
77625
  });
77496
77626
 
77497
- function self$K(vars) {
77627
+ function self$L(vars) {
77498
77628
  const {
77499
77629
  modalColor,
77500
77630
  textColor2,
@@ -77514,7 +77644,7 @@ const modalLight = createTheme$1({
77514
77644
  Dialog: dialogLight,
77515
77645
  Card: cardLight
77516
77646
  },
77517
- self: self$K
77647
+ self: self$L
77518
77648
  });
77519
77649
 
77520
77650
  const modalDark = {
@@ -77525,7 +77655,7 @@ const modalDark = {
77525
77655
  Dialog: dialogDark,
77526
77656
  Card: cardDark
77527
77657
  },
77528
- self: self$K
77658
+ self: self$L
77529
77659
  };
77530
77660
 
77531
77661
  const modalProviderInjectionKey = createInjectionKey("n-modal-provider");
@@ -77974,7 +78104,7 @@ var NModalBodyWrapper = defineComponent({
77974
78104
  }
77975
78105
  });
77976
78106
 
77977
- var style$T = c$1([cB("modal-container", `
78107
+ var style$U = c$1([cB("modal-container", `
77978
78108
  position: fixed;
77979
78109
  left: 0;
77980
78110
  top: 0;
@@ -78113,7 +78243,7 @@ var NModal = defineComponent({
78113
78243
  const themeRef = useTheme(
78114
78244
  "Modal",
78115
78245
  "-modal",
78116
- style$T,
78246
+ style$U,
78117
78247
  modalLight,
78118
78248
  props,
78119
78249
  mergedClsPrefixRef
@@ -78598,7 +78728,7 @@ const loadingBarDark = {
78598
78728
  }
78599
78729
  };
78600
78730
 
78601
- function self$J(vars) {
78731
+ function self$K(vars) {
78602
78732
  const {
78603
78733
  primaryColor,
78604
78734
  errorColor
@@ -78612,10 +78742,10 @@ function self$J(vars) {
78612
78742
  const loadingBarLight = {
78613
78743
  name: "LoadingBar",
78614
78744
  common: derived,
78615
- self: self$J
78745
+ self: self$K
78616
78746
  };
78617
78747
 
78618
- var style$S = cB("loading-bar-container", `
78748
+ var style$T = cB("loading-bar-container", `
78619
78749
  z-index: 5999;
78620
78750
  position: fixed;
78621
78751
  top: 0;
@@ -78749,7 +78879,7 @@ var NLoadingBar = defineComponent({
78749
78879
  const themeRef = useTheme(
78750
78880
  "LoadingBar",
78751
78881
  "-loading-bar",
78752
- style$S,
78882
+ style$T,
78753
78883
  loadingBarLight,
78754
78884
  providerProps,
78755
78885
  mergedClsPrefixRef
@@ -78925,7 +79055,7 @@ var commonVariables$6 = {
78925
79055
  fontSize: "14px"
78926
79056
  };
78927
79057
 
78928
- function self$I(vars) {
79058
+ function self$J(vars) {
78929
79059
  const {
78930
79060
  textColor2,
78931
79061
  closeIconColor,
@@ -79008,16 +79138,16 @@ function self$I(vars) {
79008
79138
  const messageLight = {
79009
79139
  name: "Message",
79010
79140
  common: derived,
79011
- self: self$I
79141
+ self: self$J
79012
79142
  };
79013
79143
 
79014
79144
  const messageDark = {
79015
79145
  name: "Message",
79016
79146
  common: derived$1,
79017
- self: self$I
79147
+ self: self$J
79018
79148
  };
79019
79149
 
79020
- var rtlStyle$f = cB("message", [cM("rtl", `
79150
+ var rtlStyle$g = cB("message", [cM("rtl", `
79021
79151
  direction: rtl;
79022
79152
  `, [cE("close", `
79023
79153
  margin: 0 10px 0 0;
@@ -79027,7 +79157,7 @@ var rtlStyle$f = cB("message", [cM("rtl", `
79027
79157
 
79028
79158
  const messageRtl = {
79029
79159
  name: "Message",
79030
- style: rtlStyle$f
79160
+ style: rtlStyle$g
79031
79161
  };
79032
79162
 
79033
79163
  const messageProps = {
@@ -79048,7 +79178,7 @@ const messageProps = {
79048
79178
  onMouseleave: Function
79049
79179
  };
79050
79180
 
79051
- var style$R = c$1([cB("message-wrapper", `
79181
+ var style$S = c$1([cB("message-wrapper", `
79052
79182
  margin: var(--n-margin);
79053
79183
  z-index: 0;
79054
79184
  transform-origin: top center;
@@ -79174,7 +79304,7 @@ var NMessage = defineComponent({
79174
79304
  const themeRef = useTheme(
79175
79305
  "Message",
79176
79306
  "-message",
79177
- style$R,
79307
+ style$S,
79178
79308
  messageLight,
79179
79309
  messageProviderProps,
79180
79310
  mergedClsPrefixRef
@@ -79767,7 +79897,7 @@ var commonVars$5 = {
79767
79897
  descriptionFontSize: "12px"
79768
79898
  };
79769
79899
 
79770
- function self$H(vars) {
79900
+ function self$I(vars) {
79771
79901
  const {
79772
79902
  textColor2,
79773
79903
  successColor,
@@ -79819,7 +79949,7 @@ const notificationLight = createTheme$1({
79819
79949
  peers: {
79820
79950
  Scrollbar: scrollbarLight
79821
79951
  },
79822
- self: self$H
79952
+ self: self$I
79823
79953
  });
79824
79954
 
79825
79955
  const notificationDark = {
@@ -79828,10 +79958,10 @@ const notificationDark = {
79828
79958
  peers: {
79829
79959
  Scrollbar: scrollbarDark
79830
79960
  },
79831
- self: self$H
79961
+ self: self$I
79832
79962
  };
79833
79963
 
79834
- var rtlStyle$e = cB("notification", [cM("rtl", `
79964
+ var rtlStyle$f = cB("notification", [cM("rtl", `
79835
79965
  direction: rtl;
79836
79966
  `, [cB("notification-main", `
79837
79967
  margin-left: unset;
@@ -79855,7 +79985,7 @@ var rtlStyle$e = cB("notification", [cM("rtl", `
79855
79985
 
79856
79986
  const notificationRtl = {
79857
79987
  name: "Notification",
79858
- style: rtlStyle$e
79988
+ style: rtlStyle$f
79859
79989
  };
79860
79990
 
79861
79991
  const notificationProviderInjectionKey = createInjectionKey("n-notification-provider");
@@ -80258,7 +80388,7 @@ const NotificationEnvironment = defineComponent({
80258
80388
  }
80259
80389
  });
80260
80390
 
80261
- var style$Q = c$1([cB("notification-container", `
80391
+ var style$R = c$1([cB("notification-container", `
80262
80392
  z-index: 4000;
80263
80393
  position: fixed;
80264
80394
  overflow: visible;
@@ -80533,7 +80663,7 @@ var NNotificationProvider = defineComponent({
80533
80663
  const themeRef = useTheme(
80534
80664
  "Notification",
80535
80665
  "-notification",
80536
- style$Q,
80666
+ style$R,
80537
80667
  notificationLight,
80538
80668
  props,
80539
80669
  mergedClsPrefixRef
@@ -80739,7 +80869,7 @@ function createDiscreteApi(includes, {
80739
80869
  return discreteApp;
80740
80870
  }
80741
80871
 
80742
- function self$G(vars) {
80872
+ function self$H(vars) {
80743
80873
  const {
80744
80874
  textColor1,
80745
80875
  dividerColor,
@@ -80754,16 +80884,16 @@ function self$G(vars) {
80754
80884
  const dividerLight = {
80755
80885
  name: "Divider",
80756
80886
  common: derived,
80757
- self: self$G
80887
+ self: self$H
80758
80888
  };
80759
80889
 
80760
80890
  const dividerDark = {
80761
80891
  name: "Divider",
80762
80892
  common: derived$1,
80763
- self: self$G
80893
+ self: self$H
80764
80894
  };
80765
80895
 
80766
- var style$P = cB("divider", `
80896
+ var style$Q = cB("divider", `
80767
80897
  position: relative;
80768
80898
  display: flex;
80769
80899
  width: 100%;
@@ -80833,7 +80963,7 @@ var NDivider = defineComponent({
80833
80963
  const themeRef = useTheme(
80834
80964
  "Divider",
80835
80965
  "-divider",
80836
- style$P,
80966
+ style$Q,
80837
80967
  dividerLight,
80838
80968
  props,
80839
80969
  mergedClsPrefixRef
@@ -80900,7 +81030,7 @@ var NDivider = defineComponent({
80900
81030
  }
80901
81031
  });
80902
81032
 
80903
- function self$F(vars) {
81033
+ function self$G(vars) {
80904
81034
  const {
80905
81035
  modalColor,
80906
81036
  textColor1,
@@ -80948,7 +81078,7 @@ const drawerLight = createTheme$1({
80948
81078
  peers: {
80949
81079
  Scrollbar: scrollbarLight
80950
81080
  },
80951
- self: self$F
81081
+ self: self$G
80952
81082
  });
80953
81083
 
80954
81084
  const drawerDark = {
@@ -80957,10 +81087,10 @@ const drawerDark = {
80957
81087
  peers: {
80958
81088
  Scrollbar: scrollbarDark
80959
81089
  },
80960
- self: self$F
81090
+ self: self$G
80961
81091
  };
80962
81092
 
80963
- var rtlStyle$d = cB("drawer", [cM("rtl", `
81093
+ var rtlStyle$e = cB("drawer", [cM("rtl", `
80964
81094
  direction: rtl;
80965
81095
  text-align: right;
80966
81096
  `, [cB("drawer-content", [cB("drawer-header", [cE("close", `
@@ -80970,7 +81100,7 @@ var rtlStyle$d = cB("drawer", [cM("rtl", `
80970
81100
 
80971
81101
  const drawerRtl = {
80972
81102
  name: "Drawer",
80973
- style: rtlStyle$d,
81103
+ style: rtlStyle$e,
80974
81104
  peers: [scrollbarRtl]
80975
81105
  };
80976
81106
 
@@ -81366,7 +81496,7 @@ function slideInFromTopTransition({
81366
81496
  })];
81367
81497
  }
81368
81498
 
81369
- var style$O = c$1([cB("drawer", `
81499
+ var style$P = c$1([cB("drawer", `
81370
81500
  word-break: break-word;
81371
81501
  line-height: var(--n-line-height);
81372
81502
  position: absolute;
@@ -81627,7 +81757,7 @@ var Drawer = defineComponent({
81627
81757
  const themeRef = useTheme(
81628
81758
  "Drawer",
81629
81759
  "-drawer",
81630
- style$O,
81760
+ style$P,
81631
81761
  drawerLight,
81632
81762
  props,
81633
81763
  mergedClsPrefixRef
@@ -82007,7 +82137,7 @@ const dynamicInputDark = {
82007
82137
  }
82008
82138
  };
82009
82139
 
82010
- function self$E() {
82140
+ function self$F() {
82011
82141
  return commonVariables$5;
82012
82142
  }
82013
82143
  const dynamicInputLight = createTheme$1({
@@ -82017,7 +82147,7 @@ const dynamicInputLight = createTheme$1({
82017
82147
  Input: inputLight,
82018
82148
  Button: buttonLight
82019
82149
  },
82020
- self: self$E
82150
+ self: self$F
82021
82151
  });
82022
82152
 
82023
82153
  function createRightBorderStyle(type) {
@@ -82027,7 +82157,7 @@ function createRightBorderStyle(type) {
82027
82157
  left: n1
82028
82158
  })])])])]);
82029
82159
  }
82030
- var rtlStyle$c = cB("button-group", [cNotM("vertical", [cM("rtl", `
82160
+ var rtlStyle$d = cB("button-group", [cNotM("vertical", [cM("rtl", `
82031
82161
  direction: rtl;
82032
82162
  `, [cB("button", [c$1("&:last-child:not(:first-child)", `
82033
82163
  margin-right: ${zero};
@@ -82045,20 +82175,20 @@ var rtlStyle$c = cB("button-group", [cNotM("vertical", [cM("rtl", `
82045
82175
 
82046
82176
  const buttonGroupRtl = {
82047
82177
  name: "ButtonGroup",
82048
- style: rtlStyle$c
82178
+ style: rtlStyle$d
82049
82179
  };
82050
82180
 
82051
- var rtlStyle$b = cB("input-number", [cM("rtl", `
82181
+ var rtlStyle$c = cB("input-number", [cM("rtl", `
82052
82182
  direction: rtl;
82053
82183
  `)]);
82054
82184
 
82055
82185
  const inputNumberRtl = {
82056
82186
  name: "InputNumber",
82057
- style: rtlStyle$b,
82187
+ style: rtlStyle$c,
82058
82188
  peers: [inputRtl, buttonRtl]
82059
82189
  };
82060
82190
 
82061
- var rtlStyle$a = cB("dynamic-input", [cM("rtl", `
82191
+ var rtlStyle$b = cB("dynamic-input", [cM("rtl", `
82062
82192
  direction: rtl;
82063
82193
  `, [cB("dynamic-input-preset-pair", [cB("dynamic-input-pair-input", [c$1("&:first-child", {
82064
82194
  "margin-left": "12px",
@@ -82069,7 +82199,7 @@ var rtlStyle$a = cB("dynamic-input", [cM("rtl", `
82069
82199
 
82070
82200
  const dynamicInputRtl = {
82071
82201
  name: "DynamicInput",
82072
- style: rtlStyle$a,
82202
+ style: rtlStyle$b,
82073
82203
  peers: [inputRtl, buttonRtl, buttonGroupRtl, checkboxRtl, inputNumberRtl]
82074
82204
  };
82075
82205
 
@@ -82203,7 +82333,7 @@ var NDynamicInputPairPreset = defineComponent({
82203
82333
  }
82204
82334
  });
82205
82335
 
82206
- var style$N = cB("dynamic-input", {
82336
+ var style$O = cB("dynamic-input", {
82207
82337
  width: "100%"
82208
82338
  }, [cB("dynamic-input-item", `
82209
82339
  margin-bottom: 10px;
@@ -82318,7 +82448,7 @@ var DynamicInput = defineComponent({
82318
82448
  const themeRef = useTheme(
82319
82449
  "DynamicInput",
82320
82450
  "-dynamic-input",
82321
- style$N,
82451
+ style$O,
82322
82452
  dynamicInputLight,
82323
82453
  props,
82324
82454
  mergedClsPrefixRef
@@ -82678,21 +82808,21 @@ const spaceDark = {
82678
82808
  }
82679
82809
  };
82680
82810
 
82681
- function self$D() {
82811
+ function self$E() {
82682
82812
  return commonVars$4;
82683
82813
  }
82684
82814
  const spaceLight = {
82685
82815
  name: "Space",
82686
- self: self$D
82816
+ self: self$E
82687
82817
  };
82688
82818
 
82689
- var rtlStyle$9 = cB("space", [cM("rtl", `
82819
+ var rtlStyle$a = cB("space", [cM("rtl", `
82690
82820
  direction: rtl;
82691
82821
  `)]);
82692
82822
 
82693
82823
  const spaceRtl = {
82694
82824
  name: "Space",
82695
- style: rtlStyle$9
82825
+ style: rtlStyle$a
82696
82826
  };
82697
82827
 
82698
82828
  let supportFlexGap;
@@ -82904,7 +83034,7 @@ const dynamicTagsLight = createTheme$1({
82904
83034
  }
82905
83035
  });
82906
83036
 
82907
- var style$M = cB("dynamic-tags", [cB("input", {
83037
+ var style$N = cB("dynamic-tags", [cB("input", {
82908
83038
  minWidth: "var(--n-input-width)"
82909
83039
  })]);
82910
83040
 
@@ -82966,7 +83096,7 @@ var DynamicTags = defineComponent({
82966
83096
  const themeRef = useTheme(
82967
83097
  "DynamicTags",
82968
83098
  "-dynamic-tags",
82969
- style$M,
83099
+ style$N,
82970
83100
  dynamicTagsLight,
82971
83101
  props,
82972
83102
  mergedClsPrefixRef
@@ -83281,21 +83411,21 @@ const flexDark = {
83281
83411
  }
83282
83412
  };
83283
83413
 
83284
- function self$C() {
83414
+ function self$D() {
83285
83415
  return commonVars$3;
83286
83416
  }
83287
83417
  const flexLight = {
83288
83418
  name: "Flex",
83289
- self: self$C
83419
+ self: self$D
83290
83420
  };
83291
83421
 
83292
- var rtlStyle$8 = cB("space", [cM("rtl", `
83422
+ var rtlStyle$9 = cB("space", [cM("rtl", `
83293
83423
  direction: rtl;
83294
83424
  `)]);
83295
83425
 
83296
83426
  const flexRtl = {
83297
83427
  name: "Flex",
83298
- style: rtlStyle$8
83428
+ style: rtlStyle$9
83299
83429
  };
83300
83430
 
83301
83431
  const flexProps = {
@@ -83438,7 +83568,7 @@ var commonVariables$4 = {
83438
83568
  labelFontWeight: "400"
83439
83569
  };
83440
83570
 
83441
- function self$B(vars) {
83571
+ function self$C(vars) {
83442
83572
  const {
83443
83573
  heightSmall,
83444
83574
  heightMedium,
@@ -83465,13 +83595,13 @@ function self$B(vars) {
83465
83595
  const formLight = {
83466
83596
  name: "Form",
83467
83597
  common: derived,
83468
- self: self$B
83598
+ self: self$C
83469
83599
  };
83470
83600
 
83471
83601
  const formItemDark = {
83472
83602
  name: "Form",
83473
83603
  common: derived$1,
83474
- self: self$B
83604
+ self: self$C
83475
83605
  };
83476
83606
 
83477
83607
  const gradientTextDark = {
@@ -83508,7 +83638,7 @@ const gradientTextDark = {
83508
83638
  }
83509
83639
  };
83510
83640
 
83511
- function self$A(vars) {
83641
+ function self$B(vars) {
83512
83642
  const {
83513
83643
  primaryColor,
83514
83644
  successColor,
@@ -83545,7 +83675,7 @@ function self$A(vars) {
83545
83675
  const gradientTextLight = {
83546
83676
  name: "GradientText",
83547
83677
  common: derived,
83548
- self: self$A
83678
+ self: self$B
83549
83679
  };
83550
83680
 
83551
83681
  const inputNumberDark = {
@@ -83565,7 +83695,7 @@ const inputNumberDark = {
83565
83695
  }
83566
83696
  };
83567
83697
 
83568
- function self$z(vars) {
83698
+ function self$A(vars) {
83569
83699
  const {
83570
83700
  textColorDisabled
83571
83701
  } = vars;
@@ -83580,9 +83710,46 @@ const inputNumberLight = createTheme$1({
83580
83710
  Button: buttonLight,
83581
83711
  Input: inputLight
83582
83712
  },
83713
+ self: self$A
83714
+ });
83715
+
83716
+ function self$z() {
83717
+ return {
83718
+ inputWidthSmall: "24px",
83719
+ inputWidthMedium: "30px",
83720
+ inputWidthLarge: "36px",
83721
+ gapSmall: "8px",
83722
+ gapMedium: "8px",
83723
+ gapLarge: "8px"
83724
+ };
83725
+ }
83726
+ const inputOtpLight = createTheme$1({
83727
+ name: "InputOtp",
83728
+ common: derived,
83729
+ peers: {
83730
+ Input: inputLight
83731
+ },
83583
83732
  self: self$z
83584
83733
  });
83585
83734
 
83735
+ const inputOtpDark = {
83736
+ name: "InputOtp",
83737
+ common: derived$1,
83738
+ peers: {
83739
+ Input: inputDark
83740
+ },
83741
+ self: self$z
83742
+ };
83743
+
83744
+ var rtlStyle$8 = cB("input-otp", [cM("rtl", `
83745
+ direction: rtl;
83746
+ `)]);
83747
+
83748
+ const inputOtpRtl = {
83749
+ name: "InputOtp",
83750
+ style: rtlStyle$8
83751
+ };
83752
+
83586
83753
  const layoutDark = {
83587
83754
  name: "Layout",
83588
83755
  common: derived$1,
@@ -85399,7 +85566,7 @@ const themeLight$3 = {
85399
85566
  self: self$a
85400
85567
  };
85401
85568
 
85402
- var style$L = cB("float-button-group", [cB("float-button", `
85569
+ var style$M = cB("float-button-group", [cB("float-button", `
85403
85570
  position: relative;
85404
85571
  `), cM("square-shape", `
85405
85572
  background-color: var(--n-color);
@@ -85462,7 +85629,7 @@ var FloatButtonGroup = defineComponent({
85462
85629
  const themeRef = useTheme(
85463
85630
  "FloatButtonGroup",
85464
85631
  "-float-button-group",
85465
- style$L,
85632
+ style$M,
85466
85633
  themeLight$3,
85467
85634
  props,
85468
85635
  mergedClsPrefixRef
@@ -85577,7 +85744,7 @@ const themeLight$2 = {
85577
85744
  self: self$9
85578
85745
  };
85579
85746
 
85580
- var style$K = cB("float-button", `
85747
+ var style$L = cB("float-button", `
85581
85748
  user-select: none;
85582
85749
  cursor: pointer;
85583
85750
  color: var(--n-text-color);
@@ -85707,7 +85874,7 @@ var FloatButton = defineComponent({
85707
85874
  const themeRef = useTheme(
85708
85875
  "FloatButton",
85709
85876
  "-float-button",
85710
- style$K,
85877
+ style$L,
85711
85878
  themeLight$2,
85712
85879
  props,
85713
85880
  mergedClsPrefixRef
@@ -85881,7 +86048,7 @@ var FloatButton = defineComponent({
85881
86048
  const formInjectionKey = createInjectionKey("n-form");
85882
86049
  const formItemInstsInjectionKey = createInjectionKey("n-form-item-insts");
85883
86050
 
85884
- var style$J = cB("form", [cM("inline", `
86051
+ var style$K = cB("form", [cM("inline", `
85885
86052
  width: 100%;
85886
86053
  display: inline-flex;
85887
86054
  align-items: flex-start;
@@ -85936,7 +86103,7 @@ var Form = defineComponent({
85936
86103
  props: formProps,
85937
86104
  setup(props) {
85938
86105
  const { mergedClsPrefixRef } = useConfig(props);
85939
- useTheme("Form", "-form", style$J, formLight, props, mergedClsPrefixRef);
86106
+ useTheme("Form", "-form", style$K, formLight, props, mergedClsPrefixRef);
85940
86107
  const formItems = {};
85941
86108
  const maxChildLabelWidthRef = ref(void 0);
85942
86109
  const deriveMaxChildLabelWidth = (currentWidth) => {
@@ -87141,7 +87308,7 @@ function fadeDownTransition({
87141
87308
  })];
87142
87309
  }
87143
87310
 
87144
- var style$I = cB("form-item", `
87311
+ var style$J = cB("form-item", `
87145
87312
  display: grid;
87146
87313
  line-height: var(--n-line-height);
87147
87314
  `, [cB("form-item-label", `
@@ -87501,7 +87668,7 @@ var NFormItem = defineComponent({
87501
87668
  const themeRef = useTheme(
87502
87669
  "Form",
87503
87670
  "-form-item",
87504
- style$I,
87671
+ style$J,
87505
87672
  formLight,
87506
87673
  props,
87507
87674
  mergedClsPrefixRef
@@ -87934,7 +88101,7 @@ const positionStyles = repeat(24, null).map((_, index) => {
87934
88101
  right: percent
87935
88102
  })];
87936
88103
  });
87937
- var style$H = c$1([cB("row", {
88104
+ var style$I = c$1([cB("row", {
87938
88105
  width: "100%",
87939
88106
  display: "flex",
87940
88107
  flexWrap: "wrap"
@@ -87966,7 +88133,7 @@ var NRow = defineComponent({
87966
88133
  props: rowProps,
87967
88134
  setup(props) {
87968
88135
  const { mergedClsPrefixRef, mergedRtlRef } = useConfig(props);
87969
- useStyle("-legacy-grid", style$H, mergedClsPrefixRef);
88136
+ useStyle("-legacy-grid", style$I, mergedClsPrefixRef);
87970
88137
  const rtlEnabledRef = useRtl("Row", mergedRtlRef, mergedClsPrefixRef);
87971
88138
  const verticalGutterRef = useMemo(() => {
87972
88139
  const { gutter } = props;
@@ -88366,7 +88533,7 @@ var GlobalStyle = defineComponent({
88366
88533
  }
88367
88534
  });
88368
88535
 
88369
- var style$G = cB("gradient-text", `
88536
+ var style$H = cB("gradient-text", `
88370
88537
  display: inline-block;
88371
88538
  font-weight: var(--n-font-weight);
88372
88539
  -webkit-background-clip: text;
@@ -88423,7 +88590,7 @@ var GradientText = defineComponent({
88423
88590
  const themeRef = useTheme(
88424
88591
  "GradientText",
88425
88592
  "-gradient-text",
88426
- style$G,
88593
+ style$H,
88427
88594
  gradientTextLight,
88428
88595
  props,
88429
88596
  mergedClsPrefixRef
@@ -88895,7 +89062,7 @@ const iconDark = {
88895
89062
  self: self$8
88896
89063
  };
88897
89064
 
88898
- var style$F = cB("icon-wrapper", `
89065
+ var style$G = cB("icon-wrapper", `
88899
89066
  transition:
88900
89067
  color .3s var(--n-bezier),
88901
89068
  background-color .3s var(--n-bezier);
@@ -88927,7 +89094,7 @@ const NIconWrapper = defineComponent({
88927
89094
  const themeRef = useTheme(
88928
89095
  "IconWrapper",
88929
89096
  "-icon-wrapper",
88930
- style$F,
89097
+ style$G,
88931
89098
  iconWrapperLight,
88932
89099
  props,
88933
89100
  mergedClsPrefixRef
@@ -89048,7 +89215,7 @@ const imagePreviewSharedProps = {
89048
89215
  };
89049
89216
  const imageContextKey = createInjectionKey("n-image");
89050
89217
 
89051
- var style$E = c$1([c$1("body >", [cB("image-container", "position: fixed;")]), cB("image-preview-container", `
89218
+ var style$F = c$1([c$1("body >", [cB("image-container", "position: fixed;")]), cB("image-preview-container", `
89052
89219
  position: fixed;
89053
89220
  left: 0;
89054
89221
  right: 0;
@@ -89124,7 +89291,7 @@ var NImagePreview = defineComponent({
89124
89291
  const themeRef = useTheme(
89125
89292
  "Image",
89126
89293
  "-image",
89127
- style$E,
89294
+ style$F,
89128
89295
  imageLight,
89129
89296
  props,
89130
89297
  toRef(props, "clsPrefix")
@@ -89967,7 +90134,7 @@ var InfiniteScroll = defineComponent({
89967
90134
  }
89968
90135
  });
89969
90136
 
89970
- var style$D = c$1([cB("input-number-suffix", `
90137
+ var style$E = c$1([cB("input-number-suffix", `
89971
90138
  display: inline-block;
89972
90139
  margin-right: 10px;
89973
90140
  `), cB("input-number-prefix", `
@@ -90092,7 +90259,7 @@ var InputNumber = defineComponent({
90092
90259
  const themeRef = useTheme(
90093
90260
  "InputNumber",
90094
90261
  "-input-number",
90095
- style$D,
90262
+ style$E,
90096
90263
  inputNumberLight,
90097
90264
  props,
90098
90265
  mergedClsPrefixRef
@@ -90682,6 +90849,324 @@ var InputNumber = defineComponent({
90682
90849
  }
90683
90850
  });
90684
90851
 
90852
+ var style$D = c$1([cB("input-otp", `
90853
+ display: flex;
90854
+ align-items: center;
90855
+ gap: var(--n-gap);
90856
+ `, [cM("block", ``, [cB("input", ``, [cNotM("autosize", `
90857
+ text-align: center;
90858
+ min-width: 0;
90859
+ `), cM("autosize", `
90860
+ text-align: center;
90861
+ min-width: 0;
90862
+ `)])]), cNotM("block", ``, [cB("input", ``, [cNotM("autosize", `
90863
+ width: var(--n-input-width);
90864
+ text-align: center;
90865
+ `), cM("autosize", `
90866
+ width: var(--n-input-width);
90867
+ text-align: center;
90868
+ `)])])])]);
90869
+
90870
+ const inputOtpProps = {
90871
+ ...useTheme.props,
90872
+ defaultValue: { type: Array, default: [] },
90873
+ value: Array,
90874
+ length: {
90875
+ type: Number,
90876
+ default: 6
90877
+ },
90878
+ block: Boolean,
90879
+ size: String,
90880
+ disabled: Boolean,
90881
+ mask: Boolean,
90882
+ readonly: Boolean,
90883
+ status: String,
90884
+ gap: [String, Number],
90885
+ placeholder: { type: String, default: "" },
90886
+ allowInput: Function,
90887
+ onBlur: [Function, Array],
90888
+ onFocus: [Function, Array],
90889
+ "onUpdate:value": [Function, Array],
90890
+ onUpdateValue: [Function, Array],
90891
+ onFinish: [Function, Array]
90892
+ };
90893
+ var InputOtp = defineComponent({
90894
+ name: "InputOtp",
90895
+ props: inputOtpProps,
90896
+ slots: Object,
90897
+ setup(props) {
90898
+ const { mergedClsPrefixRef, mergedRtlRef, inlineThemeDisabled } = useConfig(props);
90899
+ const themeRef = useTheme(
90900
+ "InputOtp",
90901
+ "-input-otp",
90902
+ style$D,
90903
+ inputOtpLight,
90904
+ props,
90905
+ mergedClsPrefixRef
90906
+ );
90907
+ const rtlEnabledRef = useRtl("InputOtp", mergedRtlRef, mergedClsPrefixRef);
90908
+ const formItem = useFormItem(props);
90909
+ const { mergedSizeRef, mergedDisabledRef, mergedStatusRef } = formItem;
90910
+ const cssVarsRef = computed(() => {
90911
+ const { value: size } = mergedSizeRef;
90912
+ const { gap: propGap } = props;
90913
+ const {
90914
+ self: {
90915
+ [createKey("inputWidth", size)]: inputWidth,
90916
+ [createKey("gap", size)]: gap
90917
+ }
90918
+ } = themeRef.value;
90919
+ return {
90920
+ "--n-gap": propGap === void 0 ? gap : typeof propGap === "number" ? pxfy(propGap) : propGap,
90921
+ "--n-input-width": inputWidth
90922
+ };
90923
+ });
90924
+ const themeClassHandle = inlineThemeDisabled ? useThemeClass(
90925
+ "input-otp",
90926
+ computed(() => {
90927
+ const { value: size } = mergedSizeRef;
90928
+ return size[0];
90929
+ }),
90930
+ cssVarsRef,
90931
+ props
90932
+ ) : void 0;
90933
+ const uncontrolledValueRef = ref(props.defaultValue);
90934
+ const controlledValueRef = toRef(props, "value");
90935
+ const mergedValueRef = useMergedState(
90936
+ controlledValueRef,
90937
+ uncontrolledValueRef
90938
+ );
90939
+ const inputRefList = ref([]);
90940
+ const inputTypeRef = computed(
90941
+ () => props.mask ? "password" : "text"
90942
+ );
90943
+ const handleFocus = (e, index) => {
90944
+ if (inputRefList?.value.some(
90945
+ (inputInst) => inputInst.inputElRef === e.relatedTarget
90946
+ )) {
90947
+ return;
90948
+ }
90949
+ const { onFocus } = props;
90950
+ if (onFocus) {
90951
+ call(onFocus, e, index);
90952
+ }
90953
+ const { nTriggerFormFocus } = formItem;
90954
+ nTriggerFormFocus();
90955
+ };
90956
+ const handleBlur = (e, index) => {
90957
+ if (inputRefList?.value.some(
90958
+ (inputInst) => inputInst.inputElRef === e.relatedTarget
90959
+ )) {
90960
+ return;
90961
+ }
90962
+ const { onBlur } = props;
90963
+ const { nTriggerFormBlur } = formItem;
90964
+ if (onBlur)
90965
+ call(onBlur, e, index);
90966
+ nTriggerFormBlur();
90967
+ };
90968
+ const focusOnChar = (charIndex) => {
90969
+ if (charIndex >= props.length)
90970
+ return;
90971
+ if (charIndex < 0)
90972
+ return;
90973
+ inputRefList?.value[charIndex].focus();
90974
+ inputRefList?.value[charIndex].select();
90975
+ };
90976
+ const focusOnNextChar = (currentIndex) => {
90977
+ if (currentIndex >= props.length - 1) {
90978
+ return;
90979
+ }
90980
+ focusOnChar(currentIndex + 1);
90981
+ };
90982
+ const focusOnPrevChar = (currentIndex) => {
90983
+ if (currentIndex <= 0) {
90984
+ return;
90985
+ }
90986
+ focusOnChar(currentIndex - 1);
90987
+ };
90988
+ const justifyValue = (value) => {
90989
+ const justifiedValue = value ? Array.from(value) : [];
90990
+ const length = props.length;
90991
+ while (justifiedValue.length > length) {
90992
+ justifiedValue.pop();
90993
+ }
90994
+ while (justifiedValue.length < length) {
90995
+ justifiedValue.push("");
90996
+ }
90997
+ return justifiedValue;
90998
+ };
90999
+ function doUpdateValue(value, meta) {
91000
+ const { nTriggerFormInput, nTriggerFormChange } = formItem;
91001
+ if (isArrayShallowEqual(value, mergedValueRef.value)) {
91002
+ nTriggerFormInput();
91003
+ return;
91004
+ }
91005
+ const {
91006
+ "onUpdate:value": _onUpdateValue,
91007
+ onUpdateValue,
91008
+ length,
91009
+ onFinish
91010
+ } = props;
91011
+ if (_onUpdateValue)
91012
+ call(_onUpdateValue, value, meta);
91013
+ if (onUpdateValue)
91014
+ call(onUpdateValue, value, meta);
91015
+ if (value.filter((v) => v).length === length && onFinish) {
91016
+ call(onFinish, value);
91017
+ }
91018
+ uncontrolledValueRef.value = value;
91019
+ nTriggerFormInput();
91020
+ nTriggerFormChange();
91021
+ }
91022
+ const handlePaste = (e, index) => {
91023
+ if (props.readonly || mergedDisabledRef.value) {
91024
+ return;
91025
+ }
91026
+ e.preventDefault();
91027
+ const { clipboardData } = e;
91028
+ const text = clipboardData?.getData("text");
91029
+ if (!text)
91030
+ return;
91031
+ const currentValue = justifyValue(mergedValueRef.value);
91032
+ let startIndex = index;
91033
+ const allowInput = props.allowInput;
91034
+ let pasteApplied = false;
91035
+ let appendedText = "";
91036
+ for (let i = 0; i < text.length; ++i) {
91037
+ if (allowInput && !allowInput(text[i], startIndex, currentValue)) {
91038
+ continue;
91039
+ }
91040
+ pasteApplied = true;
91041
+ currentValue[startIndex] = text[i];
91042
+ appendedText += text[i];
91043
+ startIndex++;
91044
+ if (startIndex >= currentValue.length) {
91045
+ break;
91046
+ }
91047
+ }
91048
+ if (pasteApplied) {
91049
+ focusOnChar(startIndex);
91050
+ doUpdateValue(currentValue, {
91051
+ diff: appendedText,
91052
+ index: startIndex,
91053
+ source: "paste"
91054
+ });
91055
+ }
91056
+ };
91057
+ const handleKeydown = (e, index) => {
91058
+ if (mergedDisabledRef.value)
91059
+ return;
91060
+ const keyCode = e.code || e.key;
91061
+ const currentValue = justifyValue(mergedValueRef.value);
91062
+ if (keyCode === "Backspace" && !props.readonly) {
91063
+ e.preventDefault();
91064
+ currentValue[Math.max(index, 0)] = "";
91065
+ doUpdateValue(currentValue, { diff: "", index, source: "delete" });
91066
+ focusOnPrevChar(index);
91067
+ } else if (keyCode === "ArrowLeft") {
91068
+ e.preventDefault();
91069
+ focusOnPrevChar(index);
91070
+ } else if (keyCode === "ArrowRight") {
91071
+ e.preventDefault();
91072
+ focusOnNextChar(index);
91073
+ }
91074
+ };
91075
+ const handleInput = (value, index) => {
91076
+ const currentValue = justifyValue(mergedValueRef.value);
91077
+ const currentValueAtIndex = currentValue[index];
91078
+ const diff = value.replace(currentValueAtIndex, "");
91079
+ const char = diff[diff.length - 1] || value[value.length - 1] || "";
91080
+ const allowInput = props.allowInput;
91081
+ if (allowInput && !allowInput(char, index, currentValue)) {
91082
+ return;
91083
+ }
91084
+ currentValue[index] = char;
91085
+ doUpdateValue(currentValue, { diff: char, index, source: "input" });
91086
+ focusOnNextChar(index);
91087
+ };
91088
+ const getTemplateEvents = (index) => {
91089
+ return {
91090
+ onInput: (value) => handleInput(value, index),
91091
+ onPaste: (event) => handlePaste(event, index),
91092
+ onKeydown: (event) => handleKeydown(event, index),
91093
+ onFocus: (event) => handleFocus(event, index),
91094
+ onBlur: (event) => handleBlur(event, index)
91095
+ };
91096
+ };
91097
+ return {
91098
+ mergedTheme: themeRef,
91099
+ perItemValueArray: computed(() => justifyValue(mergedValueRef.value)),
91100
+ mergedClsPrefix: mergedClsPrefixRef,
91101
+ inputRefList,
91102
+ inputType: inputTypeRef,
91103
+ rtlEnabled: rtlEnabledRef,
91104
+ mergedStatus: mergedStatusRef,
91105
+ mergedDisabled: mergedDisabledRef,
91106
+ cssVars: inlineThemeDisabled ? void 0 : cssVarsRef,
91107
+ themeClass: themeClassHandle?.themeClass,
91108
+ getTemplateEvents,
91109
+ onRender: themeClassHandle?.onRender
91110
+ };
91111
+ },
91112
+ render() {
91113
+ const {
91114
+ mergedTheme,
91115
+ mergedClsPrefix,
91116
+ perItemValueArray,
91117
+ size,
91118
+ placeholder,
91119
+ mergedDisabled,
91120
+ mergedStatus,
91121
+ readonly,
91122
+ inputType,
91123
+ $slots,
91124
+ getTemplateEvents,
91125
+ themeClass,
91126
+ onRender
91127
+ } = this;
91128
+ onRender?.();
91129
+ return /* @__PURE__ */ h(
91130
+ "div",
91131
+ {
91132
+ style: this.cssVars,
91133
+ class: [
91134
+ `${mergedClsPrefix}-input-otp`,
91135
+ themeClass,
91136
+ this.rtlEnabled && `${mergedClsPrefix}-input-otp--rtl`,
91137
+ this.block && `${mergedClsPrefix}-input-otp--block`
91138
+ ]
91139
+ },
91140
+ repeat(this.length, void 0).map(
91141
+ (_, index) => resolveSlotWithTypedProps(
91142
+ $slots.default,
91143
+ {
91144
+ index,
91145
+ value: perItemValueArray[index],
91146
+ type: inputType,
91147
+ size,
91148
+ placeholder,
91149
+ disabled: mergedDisabled,
91150
+ readonly,
91151
+ status: mergedStatus,
91152
+ builtinThemeOverrides: {
91153
+ paddingTiny: "0",
91154
+ paddingSmall: "0",
91155
+ paddingMedium: "0",
91156
+ paddingLarge: "0"
91157
+ },
91158
+ theme: mergedTheme.peers.Input,
91159
+ themeOverrides: mergedTheme.peerOverrides.Input,
91160
+ ref: (el) => this.inputRefList[index] = el,
91161
+ ...getTemplateEvents(index)
91162
+ },
91163
+ ({ index: index2, ...restProps }) => [/* @__PURE__ */ h(NInput, { ...restProps, key: index2 })]
91164
+ )
91165
+ )
91166
+ );
91167
+ }
91168
+ });
91169
+
90685
91170
  const layoutSiderInjectionKey = createInjectionKey("n-layout-sider");
90686
91171
  const positionProp = {
90687
91172
  type: String,
@@ -95924,8 +96409,8 @@ var Circle = defineComponent({
95924
96409
  const endPositionY = 2 * radius;
95925
96410
  const centerX = 50 + strokeWidth / 2;
95926
96411
  const pathString = `M ${centerX},${centerX} m ${beginPositionX},${beginPositionY}
95927
- a ${radius},${radius} 0 1 1 ${endPositionX},${-endPositionY}
95928
- a ${radius},${radius} 0 1 1 ${-endPositionX},${endPositionY}`;
96412
+ a ${radius},${radius} 0 1 1 ${endPositionX},${ -100}
96413
+ a ${radius},${radius} 0 1 1 ${ -0},${endPositionY}`;
95929
96414
  const len = Math.PI * 2 * radius;
95930
96415
  const pathStyle = {
95931
96416
  stroke: type === "rail" ? strokeColor : typeof props.fillColor === "object" ? "url(#gradient)" : strokeColor,
@@ -104956,7 +105441,6 @@ var style$a = cB("tree", `
104956
105441
  box-sizing: border-box;
104957
105442
  padding: var(--n-node-wrapper-padding);
104958
105443
  `), cB("tree-node", `
104959
- transform: translate3d(0,0,0);
104960
105444
  position: relative;
104961
105445
  display: flex;
104962
105446
  border-radius: var(--n-node-border-radius);
@@ -105098,6 +105582,10 @@ const treeSharedProps = {
105098
105582
  type: Array,
105099
105583
  default: () => []
105100
105584
  },
105585
+ indent: {
105586
+ type: Number,
105587
+ default: 24
105588
+ },
105101
105589
  indeterminateKeys: Array,
105102
105590
  renderSwitcherIcon: Function,
105103
105591
  onUpdateIndeterminateKeys: [Function, Array],
@@ -105155,10 +105643,6 @@ const treeProps = {
105155
105643
  default: true
105156
105644
  },
105157
105645
  scrollbarProps: Object,
105158
- indent: {
105159
- type: Number,
105160
- default: 24
105161
- },
105162
105646
  allowDrop: {
105163
105647
  type: Function,
105164
105648
  default: defaultAllowDrop
@@ -107358,6 +107842,7 @@ var TreeSelect = defineComponent({
107358
107842
  themeOverrides: mergedTheme.peerOverrides.Tree,
107359
107843
  defaultExpandAll: this.defaultExpandAll,
107360
107844
  defaultExpandedKeys: this.defaultExpandedKeys,
107845
+ indent: this.indent,
107361
107846
  expandedKeys: this.mergedExpandedKeys,
107362
107847
  checkedKeys: this.treeCheckedKeys,
107363
107848
  selectedKeys: this.treeSelectedKeys,
@@ -108664,13 +109149,18 @@ var NUploadFile = defineComponent({
108664
109149
  }
108665
109150
  function handleDownload(file) {
108666
109151
  const {
108667
- onDownloadRef: { value: onDownload }
109152
+ onDownloadRef: { value: onDownload },
109153
+ customDownloadRef: { value: customDownload }
108668
109154
  } = NUpload;
108669
109155
  void Promise.resolve(
108670
109156
  onDownload ? onDownload(Object.assign({}, file)) : true
108671
109157
  ).then((res) => {
108672
109158
  if (res !== false) {
108673
- download(file.url, file.name);
109159
+ if (customDownload) {
109160
+ customDownload(Object.assign({}, file));
109161
+ } else {
109162
+ download(file.url, file.name);
109163
+ }
108674
109164
  }
108675
109165
  });
108676
109166
  }
@@ -109229,6 +109719,7 @@ const uploadProps = {
109229
109719
  isErrorState: Function,
109230
109720
  /** currently not used */
109231
109721
  onDownload: Function,
109722
+ customDownload: Function,
109232
109723
  defaultUpload: {
109233
109724
  type: Boolean,
109234
109725
  default: true
@@ -109558,6 +110049,7 @@ var Upload = defineComponent({
109558
110049
  showRetryButtonRef: toRef(props, "showRetryButton"),
109559
110050
  onRemoveRef: toRef(props, "onRemove"),
109560
110051
  onDownloadRef: toRef(props, "onDownload"),
110052
+ customDownloadRef: toRef(props, "customDownload"),
109561
110053
  mergedFileListRef,
109562
110054
  triggerClassRef: toRef(props, "triggerClass"),
109563
110055
  triggerStyleRef: toRef(props, "triggerStyle"),
@@ -110135,6 +110627,7 @@ var components = /*#__PURE__*/Object.freeze({
110135
110627
  NInputGroup: NInputGroup,
110136
110628
  NInputGroupLabel: InputGroupLabel,
110137
110629
  NInputNumber: InputNumber,
110630
+ NInputOtp: InputOtp,
110138
110631
  NLayout: Layout,
110139
110632
  NLayoutContent: LayoutContent,
110140
110633
  NLayoutFooter: LayoutFooter,
@@ -110281,6 +110774,7 @@ var components = /*#__PURE__*/Object.freeze({
110281
110774
  inputGroupLabelProps: inputGroupLabelProps,
110282
110775
  inputGroupProps: inputGroupProps,
110283
110776
  inputNumberProps: inputNumberProps,
110777
+ inputOtpProps: inputOtpProps,
110284
110778
  inputProps: inputProps,
110285
110779
  layoutContentProps: layoutProps,
110286
110780
  layoutFooterProps: layoutFooterProps,
@@ -110341,6 +110835,7 @@ var components = /*#__PURE__*/Object.freeze({
110341
110835
  treeProps: treeProps,
110342
110836
  treeSelectProps: treeSelectProps,
110343
110837
  ulProps: ulProps,
110838
+ uploadDownload: publicDownload,
110344
110839
  uploadProps: uploadProps,
110345
110840
  useDialog: useDialog,
110346
110841
  useDialogReactiveList: useDialogReactiveList,
@@ -110374,7 +110869,7 @@ function useThemeVars() {
110374
110869
  });
110375
110870
  }
110376
110871
 
110377
- var version = "2.41.0";
110872
+ var version = "2.42.0";
110378
110873
 
110379
110874
  function create({
110380
110875
  componentPrefix = "N",
@@ -110489,6 +110984,7 @@ const lightTheme = {
110489
110984
  Image: imageLight,
110490
110985
  Input: inputLight,
110491
110986
  InputNumber: inputNumberLight,
110987
+ InputOtp: inputOtpLight,
110492
110988
  Layout: layoutLight,
110493
110989
  LegacyTransfer: transferLight,
110494
110990
  List: listLight,
@@ -111064,6 +111560,7 @@ const darkTheme = {
111064
111560
  Image: imageDark,
111065
111561
  Input: inputDark,
111066
111562
  InputNumber: inputNumberDark,
111563
+ InputOtp: inputOtpDark,
111067
111564
  LegacyTransfer: transferDark,
111068
111565
  Layout: layoutDark,
111069
111566
  List: listDark$1,
@@ -111132,4 +111629,4 @@ function createTheme(name, componentThemes) {
111132
111629
  return theme;
111133
111630
  }
111134
111631
 
111135
- export { a as NA, NAffix, Alert as NAlert, AnchorAdapter as NAnchor, Link as NAnchorLink, AutoComplete as NAutoComplete, NAvatar, AvatarGroup as NAvatarGroup, BackTop as NBackTop, Badge as NBadge, blockquote as NBlockquote, Breadcrumb as NBreadcrumb, BreadcrumbItem as NBreadcrumbItem, Button as NButton, NButtonGroup, Calendar as NCalendar, NCard, Carousel as NCarousel, NCarouselItem, Cascader as NCascader, NCheckbox, NCheckboxGroup, NCode, NCol, NCollapse, NCollapseItem, CollapseTransition as NCollapseTransition, NColorPicker, NConfigProvider, Countdown as NCountdown, DataTable as NDataTable, DatePicker as NDatePicker, Descriptions as NDescriptions, DescriptionsItem as NDescriptionsItem, NDialog, NDialogProvider, NDivider, Drawer as NDrawer, DrawerContent as NDrawerContent, NDropdown, DynamicInput as NDynamicInput, DynamicTags as NDynamicTags, NElement as NEl, NElement, NEllipsis, NEmpty, Equation as NEquation, Flex as NFlex, FloatButton as NFloatButton, FloatButtonGroup as NFloatButtonGroup, Form as NForm, NFormItem, NFormItemCol, FormItemGridItem as NFormItemGi, FormItemGridItem as NFormItemGridItem, FormItemRow as NFormItemRow, NGi, GlobalStyle as NGlobalStyle, GradientText as NGradientText, NGrid, NGi as NGridItem, NH1, NH2, NH3, NH4, NH5, NH6, Highlight as NHighlight, hr as NHr, NIcon, NIconWrapper, NImage, NImageGroup, InfiniteScroll as NInfiniteScroll, NInput, NInputGroup, InputGroupLabel as NInputGroupLabel, InputNumber as NInputNumber, Layout as NLayout, LayoutContent as NLayoutContent, LayoutFooter as NLayoutFooter, LayoutHeader as NLayoutHeader, LayoutSider as NLayoutSider, Transfer$1 as NLegacyTransfer, li as NLi, List as NList, ListItem as NListItem, NLoadingBarProvider, Log as NLog, Marquee as NMarquee, Mention as NMention, Menu as NMenu, NMessageProvider, NModal, NModalProvider, NNotificationProvider, NumberAnimation as NNumberAnimation, ol as NOl, p as NP, PageHeader as NPageHeader, NPagination, NPerformantEllipsis, Popconfirm as NPopconfirm, NPopover, NPopselect, NProgress, QrCode as NQrCode, NRadio, RadioButton as NRadioButton, NRadioGroup, Rate as NRate, Result as NResult, NRow, Scrollbar as NScrollbar, NSelect, Skeleton as NSkeleton, Slider as NSlider, NSpace, Spin as NSpin, Split as NSplit, Statistic as NStatistic, Step as NStep, Steps as NSteps, Switch as NSwitch, Tab as NTab, TabPane as NTabPane, Table as NTable, Tabs as NTabs, NTag, Tbody as NTbody, Td as NTd, text as NText, Th as NTh, Thead as NThead, ThemeEditor as NThemeEditor, Thing as NThing, Time as NTime, NTimePicker, Timeline as NTimeline, TimelineItem as NTimelineItem, NTooltip, Tr as NTr, Transfer as NTransfer, NTree, TreeSelect as NTreeSelect, ul as NUl, Upload as NUpload, NUploadDragger, NUploadFileList, NUploadTrigger, VirtualList as NVirtualList, Watermark as NWatermark, XButton as NxButton, aProps, affixProps, alertDark, alertProps, anchorDark, anchorLinkProps, anchorProps, arDZ$1 as arDZ, autoCompleteDark, autoCompleteProps, avatarDark, avatarGroupProps, avatarProps, azAZ, backTopDark, backTopProps, badgeDark, badgeProps, blockquoteProps, breadcrumbDark, breadcrumbItemProps, breadcrumbProps, buttonDark, buttonGroupDark, buttonGroupProps, buttonProps, c$1 as c, cB, cE, cM, cNotM, calendarProps, cardDark, 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, csCZ, darkTheme, dataTableDark, dataTableProps, dateArDZ, dateAzAZ, dateCsCZ, dateDeDE, dateEnGB, dateEnUs as dateEnUS, dateEo, dateEsAR, dateEtEE, dateFaIR, dateFrFR, dateIdID, dateItIT, dateJaJP, dateKmKH, dateKoKR, dateNbNO, dateNlNL, datePickerDark, datePickerProps, datePlPL, datePtBr as datePtBR, dateRuRU, dateSkSK, dateSvSE, dateThTH, dateTrTR, dateUgCN, dateUkUA, dateUzUZ, dateVi as dateViVN, dateZhCN, datezhTW as dateZhTW, deDE, naive as default, descriptionsDark, descriptionsItemProps, descriptionsProps, dialogDark, dialogProps, dialogProviderProps, dividerDark, dividerProps, drawerContentProps, drawerDark, drawerProps, dropdownDark, dropdownProps, dynamicInputDark, dynamicInputProps, dynamicTagsDark, dynamicTagsProps, elementDark, elementProps, ellipsisProps, emptyDark, emptyProps, enGB$1 as enGB, enUS$1 as enUS, eo$1 as eo, equationProps, esAR, etEE, faIR$1 as faIR, flexDark, flexProps, floatButtonGroupProps, floatButtonProps, formItemDark as formDark, formItemGiProps, formItemGiProps as formItemGridItemProps, formItemProps, formProps, frFR, gridItemProps as giProps, gradientTextDark, gradientTextProps, gridItemProps, gridProps, headerProps as h1Props, headerProps as h2Props, headerProps as h3Props, headerProps as h4Props, headerProps as h5Props, headerProps as h6Props, highlightProps, iconDark$1 as iconDark, iconProps, iconWrapperProps, idID, imageGroupProps, imageProps, infiniteScrollProps, inputDark, inputGroupLabelProps, inputGroupProps, inputNumberDark, inputNumberProps, inputProps, install, internalSelectMenuDark, internalSelectionDark, itIT, jaJP, kmKH, koKR, layoutProps as layoutContentProps, layoutDark, layoutFooterProps, headerProps$1 as layoutHeaderProps, layoutProps, layoutSiderProps, transferProps$1 as legacyTransferProps, lightTheme, listDark$1 as listDark, listProps, loadingBarDark, loadingBarProviderProps, logDark, logProps, listDark as mentionDark, mentionProps, menuDark, menuProps, messageDark, messageProviderProps, modalDark, modalProps, modalProviderProps, nbNO, nlNL, notificationDark, notificationProviderProps, numberAnimationProps, olProps, pProps, pageHeaderProps, paginationDark, paginationProps, plPL, popconfirmDark, popconfirmProps, popoverDark, popoverProps, popselect as popselectDark, popselectProps, progressDark, progressProps, ptBR$1 as ptBR, qrCodeProps, radioButtonProps, radioDark, radioGroupProps, radioProps, rateDark, rateProps, resultDark, resultProps, rowProps, ruRu as ruRU, scrollbarDark, scrollbarProps, selectDark, selectProps, skSK, skeletonProps, sliderDark, sliderProps, spaceDark, spaceProps, spinDark, spinProps, splitProps, statisticDark, statisticProps, stepProps, stepsDark, stepsProps, svSE, switchDark, switchProps, tabPaneProps, tabProps, tableDark, tableProps, tabsDark, tabsProps, tagDark, tagProps, textProps, thTH, thingDark, thingProps, timePickerDark, timePickerProps, timeProps, timelineDark, timelineItemProps, timelineProps, tooltipDark, tooltipProps, trTR, transferDark$1 as transferDark, transferProps, treeDark, treeGetClickTarget, treeProps, treeSelectDark, treeSelectProps, typographyDark, ukUA, 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, DataTableRtl as unstableDataTableRtl, dialogRtl as unstableDialogRtl, drawerRtl as unstableDrawerRtl, dynamicInputRtl as unstableDynamicInputRtl, flexRtl as unstableFlexRtl, inputNumberRtl as unstableInputNumberRtl, 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, selectRtl as unstableSelectRtl, spaceRtl as unstableSpaceRtl, statisticRtl as unstableStatisticRtl, stepsRtl as unstableStepsRtl, tableRtl as unstableTableRtl, tagRtl as unstableTagRtl, thingRtl as unstableThingRtl, treeRtl as unstableTreeRtl, uploadDark, uploadProps, useDialog, useDialogReactiveList, useLoadingBar, useMessage, useModal, useModalReactiveList, useNotification, useOsTheme, useThemeVars, uzUZ, version, viVN, virtualListProps, watermarkDark, watermarkProps, zhCN$1 as zhCN, zhTW$1 as zhTW, zindexable };
111632
+ export { a as NA, NAffix, Alert as NAlert, AnchorAdapter as NAnchor, Link as NAnchorLink, AutoComplete as NAutoComplete, NAvatar, AvatarGroup as NAvatarGroup, BackTop as NBackTop, Badge as NBadge, blockquote as NBlockquote, Breadcrumb as NBreadcrumb, BreadcrumbItem as NBreadcrumbItem, Button as NButton, NButtonGroup, Calendar as NCalendar, NCard, Carousel as NCarousel, NCarouselItem, Cascader as NCascader, NCheckbox, NCheckboxGroup, NCode, NCol, NCollapse, NCollapseItem, CollapseTransition as NCollapseTransition, NColorPicker, NConfigProvider, Countdown as NCountdown, DataTable as NDataTable, DatePicker as NDatePicker, Descriptions as NDescriptions, DescriptionsItem as NDescriptionsItem, NDialog, NDialogProvider, NDivider, Drawer as NDrawer, DrawerContent as NDrawerContent, NDropdown, DynamicInput as NDynamicInput, DynamicTags as NDynamicTags, NElement as NEl, NElement, NEllipsis, NEmpty, Equation as NEquation, Flex as NFlex, FloatButton as NFloatButton, FloatButtonGroup as NFloatButtonGroup, Form as NForm, NFormItem, NFormItemCol, FormItemGridItem as NFormItemGi, FormItemGridItem as NFormItemGridItem, FormItemRow as NFormItemRow, NGi, GlobalStyle as NGlobalStyle, GradientText as NGradientText, NGrid, NGi as NGridItem, NH1, NH2, NH3, NH4, NH5, NH6, Highlight as NHighlight, hr as NHr, NIcon, NIconWrapper, NImage, NImageGroup, InfiniteScroll as NInfiniteScroll, NInput, NInputGroup, InputGroupLabel as NInputGroupLabel, InputNumber as NInputNumber, InputOtp as NInputOtp, Layout as NLayout, LayoutContent as NLayoutContent, LayoutFooter as NLayoutFooter, LayoutHeader as NLayoutHeader, LayoutSider as NLayoutSider, Transfer$1 as NLegacyTransfer, li as NLi, List as NList, ListItem as NListItem, NLoadingBarProvider, Log as NLog, Marquee as NMarquee, Mention as NMention, Menu as NMenu, NMessageProvider, NModal, NModalProvider, NNotificationProvider, NumberAnimation as NNumberAnimation, ol as NOl, p as NP, PageHeader as NPageHeader, NPagination, NPerformantEllipsis, Popconfirm as NPopconfirm, NPopover, NPopselect, NProgress, QrCode as NQrCode, NRadio, RadioButton as NRadioButton, NRadioGroup, Rate as NRate, Result as NResult, NRow, Scrollbar as NScrollbar, NSelect, Skeleton as NSkeleton, Slider as NSlider, NSpace, Spin as NSpin, Split as NSplit, Statistic as NStatistic, Step as NStep, Steps as NSteps, Switch as NSwitch, Tab as NTab, TabPane as NTabPane, Table as NTable, Tabs as NTabs, NTag, Tbody as NTbody, Td as NTd, text as NText, Th as NTh, Thead as NThead, ThemeEditor as NThemeEditor, Thing as NThing, Time as NTime, NTimePicker, Timeline as NTimeline, TimelineItem as NTimelineItem, NTooltip, Tr as NTr, Transfer as NTransfer, NTree, TreeSelect as NTreeSelect, ul as NUl, Upload as NUpload, NUploadDragger, NUploadFileList, NUploadTrigger, VirtualList as NVirtualList, Watermark as NWatermark, XButton as NxButton, aProps, affixProps, alertDark, alertProps, anchorDark, anchorLinkProps, anchorProps, arDZ$1 as arDZ, autoCompleteDark, autoCompleteProps, avatarDark, avatarGroupProps, avatarProps, azAZ, backTopDark, backTopProps, badgeDark, badgeProps, blockquoteProps, breadcrumbDark, breadcrumbItemProps, breadcrumbProps, buttonDark, buttonGroupDark, buttonGroupProps, buttonProps, c$1 as c, cB, cE, cM, cNotM, calendarProps, cardDark, 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, csCZ, darkTheme, dataTableDark, dataTableProps, dateArDZ, dateAzAZ, dateCsCZ, dateDeDE, dateEnGB, dateEnUs as dateEnUS, dateEo, dateEsAR, dateEtEE, dateFaIR, dateFrFR, dateIdID, dateItIT, dateJaJP, dateKmKH, dateKoKR, dateNbNO, dateNlNL, datePickerDark, datePickerProps, datePlPL, datePtBr as datePtBR, dateRuRU, dateSkSK, dateSvSE, dateThTH, dateTrTR, dateUgCN, dateUkUA, dateUzUZ, dateVi as dateViVN, dateZhCN, datezhTW as dateZhTW, deDE, naive as default, descriptionsDark, descriptionsItemProps, descriptionsProps, dialogDark, dialogProps, dialogProviderProps, dividerDark, dividerProps, drawerContentProps, drawerDark, drawerProps, dropdownDark, dropdownProps, dynamicInputDark, dynamicInputProps, dynamicTagsDark, dynamicTagsProps, elementDark, elementProps, ellipsisProps, emptyDark, emptyProps, enGB$1 as enGB, enUS$1 as enUS, eo$1 as eo, equationProps, esAR, etEE, faIR$1 as faIR, flexDark, flexProps, floatButtonGroupProps, floatButtonProps, formItemDark as formDark, formItemGiProps, formItemGiProps as formItemGridItemProps, formItemProps, formProps, frFR, gridItemProps as giProps, gradientTextDark, gradientTextProps, gridItemProps, gridProps, headerProps as h1Props, headerProps as h2Props, headerProps as h3Props, headerProps as h4Props, headerProps as h5Props, headerProps as h6Props, highlightProps, iconDark$1 as iconDark, iconProps, iconWrapperProps, idID, imageGroupProps, imageProps, infiniteScrollProps, inputDark, inputGroupLabelProps, inputGroupProps, inputNumberDark, inputNumberProps, inputOtpDark, inputOtpProps, inputProps, install, internalSelectMenuDark, internalSelectionDark, itIT, jaJP, kmKH, koKR, layoutProps as layoutContentProps, layoutDark, layoutFooterProps, headerProps$1 as layoutHeaderProps, layoutProps, layoutSiderProps, transferProps$1 as legacyTransferProps, lightTheme, listDark$1 as listDark, listProps, loadingBarDark, loadingBarProviderProps, logDark, logProps, listDark as mentionDark, mentionProps, menuDark, menuProps, messageDark, messageProviderProps, modalDark, modalProps, modalProviderProps, nbNO, nlNL, notificationDark, notificationProviderProps, numberAnimationProps, olProps, pProps, pageHeaderProps, paginationDark, paginationProps, plPL, popconfirmDark, popconfirmProps, popoverDark, popoverProps, popselect as popselectDark, popselectProps, progressDark, progressProps, ptBR$1 as ptBR, qrCodeProps, radioButtonProps, radioDark, radioGroupProps, radioProps, rateDark, rateProps, resultDark, resultProps, rowProps, ruRu as ruRU, scrollbarDark, scrollbarProps, selectDark, selectProps, skSK, skeletonProps, sliderDark, sliderProps, spaceDark, spaceProps, spinDark, spinProps, splitProps, statisticDark, statisticProps, stepProps, stepsDark, stepsProps, svSE, switchDark, switchProps, tabPaneProps, tabProps, tableDark, tableProps, tabsDark, tabsProps, tagDark, tagProps, textProps, thTH, thingDark, thingProps, timePickerDark, timePickerProps, timeProps, timelineDark, timelineItemProps, timelineProps, tooltipDark, tooltipProps, trTR, transferDark$1 as transferDark, transferProps, treeDark, treeGetClickTarget, treeProps, treeSelectDark, treeSelectProps, typographyDark, ukUA, 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, DataTableRtl as unstableDataTableRtl, dialogRtl as unstableDialogRtl, drawerRtl as unstableDrawerRtl, dynamicInputRtl as unstableDynamicInputRtl, flexRtl as unstableFlexRtl, 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, selectRtl as unstableSelectRtl, spaceRtl as unstableSpaceRtl, statisticRtl as unstableStatisticRtl, stepsRtl as unstableStepsRtl, tableRtl as unstableTableRtl, tagRtl as unstableTagRtl, thingRtl as unstableThingRtl, treeRtl as unstableTreeRtl, uploadDark, publicDownload as uploadDownload, uploadProps, useDialog, useDialogReactiveList, useLoadingBar, useMessage, useModal, useModalReactiveList, useNotification, useOsTheme, useThemeVars, uzUZ, version, viVN, virtualListProps, watermarkDark, watermarkProps, zhCN$1 as zhCN, zhTW$1 as zhTW, zindexable };