bitz-react-admin-ui 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (497) hide show
  1. package/dist/_virtual/index.mjs +2 -2
  2. package/dist/_virtual/index2.mjs +2 -2
  3. package/dist/components/BitzFluentDatePicker/index.d.ts +1 -1
  4. package/dist/components/BitzFluentInput/index.d.ts +1 -1
  5. package/dist/components/BitzFluentRangePicker/index.d.ts +1 -1
  6. package/dist/components/BitzFluentSelect/index.d.ts +1 -1
  7. package/dist/components/BitzFluentTimePicker/index.d.ts +1 -1
  8. package/dist/components/BitzFuiCalendar/CalendarHead.mjs +17 -18
  9. package/dist/components/BitzFuiCalendar/CalendarToolbar.d.ts +3 -3
  10. package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +20 -20
  11. package/dist/components/BitzFuiCalendar/ColumnData.mjs +70 -70
  12. package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +25 -31
  13. package/dist/components/BitzFuiCalendar/index.d.ts +0 -1
  14. package/dist/components/BitzFuiCalendar/index.mjs +8 -9
  15. package/dist/components/BitzTable/Table/ResizableTitle copy.d.ts +2 -0
  16. package/dist/components/BitzTable/Table/index.mjs +305 -289
  17. package/dist/components/BitzTable/Table/style.d.ts +2 -3
  18. package/dist/components/BitzTable/Table/style.mjs +33 -33
  19. package/dist/index.d.ts +0 -1
  20. package/dist/index.mjs +116 -118
  21. package/dist/node_modules/.store/classnames@2.5.1/node_modules/classnames/index.mjs +1 -1
  22. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_LazyWrapper.mjs +11 -0
  23. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_LodashWrapper.mjs +10 -0
  24. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.mjs +13 -0
  25. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.mjs +10 -0
  26. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arrayEachRight.mjs +8 -0
  27. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.mjs +9 -0
  28. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.mjs +8 -0
  29. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludesWith.mjs +9 -0
  30. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.mjs +9 -0
  31. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduceRight.mjs +9 -0
  32. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arraySample.mjs +8 -0
  33. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arraySampleSize.mjs +9 -0
  34. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arrayShuffle.mjs +8 -0
  35. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.mjs +9 -0
  36. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_asciiSize.mjs +6 -0
  37. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_asciiToArray.mjs +6 -0
  38. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_asciiWords.mjs +7 -0
  39. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.mjs +9 -0
  40. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseClamp.mjs +6 -0
  41. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseConforms.mjs +11 -0
  42. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseConformsTo.mjs +14 -0
  43. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseDelay.mjs +11 -0
  44. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.mjs +28 -0
  45. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.mjs +7 -0
  46. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseEachRight.mjs +7 -0
  47. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.mjs +10 -0
  48. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.mjs +12 -0
  49. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseFill.mjs +11 -0
  50. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.mjs +10 -0
  51. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.mjs +9 -0
  52. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseFindKey.mjs +10 -0
  53. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.mjs +8 -0
  54. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwnRight.mjs +8 -0
  55. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseForRight.mjs +6 -0
  56. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseFunctions.mjs +10 -0
  57. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.mjs +6 -0
  58. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.mjs +7 -0
  59. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.mjs +6 -0
  60. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseInRange.mjs +7 -0
  61. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.mjs +9 -0
  62. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOfWith.mjs +9 -0
  63. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIntersection.mjs +31 -0
  64. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseInverter.mjs +9 -0
  65. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseInvoke.mjs +13 -0
  66. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArrayBuffer.mjs +9 -0
  67. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIsDate.mjs +9 -0
  68. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.mjs +8 -0
  69. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.mjs +32 -0
  70. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.mjs +31 -0
  71. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.mjs +6 -0
  72. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.mjs +9 -0
  73. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.mjs +11 -0
  74. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseLodash.mjs +5 -0
  75. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.mjs +6 -0
  76. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.mjs +11 -0
  77. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.mjs +12 -0
  78. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.mjs +17 -0
  79. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseMean.mjs +9 -0
  80. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseNth.mjs +9 -0
  81. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.mjs +30 -0
  82. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_basePick.mjs +10 -0
  83. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.mjs +13 -0
  84. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.mjs +8 -0
  85. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.mjs +9 -0
  86. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyOf.mjs +8 -0
  87. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_basePullAll.mjs +16 -0
  88. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_basePullAt.mjs +16 -0
  89. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseRandom.mjs +7 -0
  90. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.mjs +9 -0
  91. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.mjs +8 -0
  92. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseRepeat.mjs +13 -0
  93. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSample.mjs +8 -0
  94. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSampleSize.mjs +10 -0
  95. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +24 -0
  96. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSetData.mjs +9 -0
  97. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseShuffle.mjs +8 -0
  98. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.mjs +10 -0
  99. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.mjs +9 -0
  100. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSortedIndex.mjs +18 -0
  101. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSortedIndexBy.mjs +20 -0
  102. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSortedUniq.mjs +14 -0
  103. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseSum.mjs +10 -0
  104. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseToNumber.mjs +8 -0
  105. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseToPairs.mjs +9 -0
  106. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.mjs +8 -0
  107. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.mjs +34 -0
  108. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseUpdate.mjs +8 -0
  109. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.mjs +9 -0
  110. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseWhile.mjs +9 -0
  111. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseWrapperValue.mjs +12 -0
  112. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseXor.mjs +15 -0
  113. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.mjs +10 -0
  114. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.mjs +6 -0
  115. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_castArrayLikeObject.mjs +7 -0
  116. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.mjs +7 -0
  117. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_castRest.mjs +6 -0
  118. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_castSlice.mjs +8 -0
  119. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_charsEndIndex.mjs +9 -0
  120. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_charsStartIndex.mjs +9 -0
  121. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.mjs +14 -0
  122. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.mjs +16 -0
  123. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_composeArgs.mjs +13 -0
  124. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_composeArgsRight.mjs +13 -0
  125. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_countHolders.mjs +8 -0
  126. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.mjs +13 -0
  127. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.mjs +15 -0
  128. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createBind.mjs +14 -0
  129. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createCaseFirst.mjs +14 -0
  130. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createCompounder.mjs +12 -0
  131. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createCtor.mjs +30 -0
  132. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createCurry.mjs +34 -0
  133. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createFind.mjs +19 -0
  134. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createFlow.mjs +35 -0
  135. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createHybrid.mjs +40 -0
  136. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createInverter.mjs +9 -0
  137. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createMathOperation.mjs +18 -0
  138. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createOver.mjs +19 -0
  139. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createPadding.mjs +18 -0
  140. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createPartial.mjs +18 -0
  141. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createRange.mjs +11 -0
  142. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createRecurry.mjs +24 -0
  143. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createRelationalOperation.mjs +9 -0
  144. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createRound.mjs +18 -0
  145. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createSet.mjs +10 -0
  146. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createToPairs.mjs +14 -0
  147. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_createWrap.mjs +42 -0
  148. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_customDefaultsAssignIn.mjs +8 -0
  149. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_customDefaultsMerge.mjs +8 -0
  150. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_deburrLetter.mjs +199 -0
  151. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.mjs +40 -0
  152. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.mjs +45 -0
  153. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.mjs +36 -0
  154. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_escapeHtmlChar.mjs +12 -0
  155. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_escapeStringChar.mjs +14 -0
  156. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_getData.mjs +9 -0
  157. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_getFuncName.mjs +13 -0
  158. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_getHolder.mjs +7 -0
  159. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.mjs +12 -0
  160. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_getView.mjs +24 -0
  161. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_getWrapDetails.mjs +8 -0
  162. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.mjs +19 -0
  163. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_hasUnicode.mjs +7 -0
  164. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_hasUnicodeWord.mjs +7 -0
  165. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_insertWrapDetails.mjs +13 -0
  166. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_isLaziable.mjs +16 -0
  167. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_isMaskable.mjs +8 -0
  168. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.mjs +7 -0
  169. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_iteratorToArray.mjs +8 -0
  170. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_lazyClone.mjs +9 -0
  171. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_lazyReverse.mjs +12 -0
  172. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_lazyValue.mjs +29 -0
  173. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.mjs +9 -0
  174. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.mjs +8 -0
  175. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_mergeData.mjs +19 -0
  176. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_metaMap.mjs +6 -0
  177. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_reEscape.mjs +5 -0
  178. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_reEvaluate.mjs +5 -0
  179. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_reInterpolate.mjs +5 -0
  180. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_realNames.mjs +5 -0
  181. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_reorder.mjs +13 -0
  182. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_replaceHolders.mjs +11 -0
  183. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.mjs +7 -0
  184. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.mjs +6 -0
  185. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_setData.mjs +7 -0
  186. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.mjs +9 -0
  187. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_setToPairs.mjs +9 -0
  188. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_setWrapToString.mjs +11 -0
  189. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_shuffleSelf.mjs +12 -0
  190. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.mjs +9 -0
  191. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_strictLastIndexOf.mjs +9 -0
  192. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_stringSize.mjs +9 -0
  193. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_stringToArray.mjs +9 -0
  194. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.mjs +9 -0
  195. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_unescapeHtmlChar.mjs +12 -0
  196. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_unicodeSize.mjs +9 -0
  197. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_unicodeToArray.mjs +7 -0
  198. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_unicodeWords.mjs +16 -0
  199. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_updateWrapDetails.mjs +22 -0
  200. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/_wrapperClone.mjs +12 -0
  201. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/add.mjs +8 -0
  202. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/after.mjs +13 -0
  203. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/array.default.mjs +134 -0
  204. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/ary.mjs +8 -0
  205. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/assign.mjs +18 -0
  206. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/assignIn.mjs +10 -0
  207. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/assignInWith.mjs +10 -0
  208. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/assignWith.mjs +10 -0
  209. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/attempt.mjs +14 -0
  210. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/before.mjs +13 -0
  211. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/bind.mjs +17 -0
  212. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/bindAll.mjs +14 -0
  213. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/bindKey.mjs +17 -0
  214. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/camelCase.mjs +9 -0
  215. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/capitalize.mjs +8 -0
  216. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/castArray.mjs +10 -0
  217. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/ceil.mjs +6 -0
  218. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/chain.mjs +8 -0
  219. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/chunk.mjs +16 -0
  220. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/clamp.mjs +8 -0
  221. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/clone.mjs +8 -0
  222. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs +8 -0
  223. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/cloneDeepWith.mjs +8 -0
  224. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/cloneWith.mjs +8 -0
  225. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/collection.default.mjs +59 -0
  226. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/commit.mjs +7 -0
  227. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/compact.mjs +10 -0
  228. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/concat.mjs +15 -0
  229. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/cond.mjs +22 -0
  230. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/conforms.mjs +9 -0
  231. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/conformsTo.mjs +8 -0
  232. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/countBy.mjs +9 -0
  233. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/create.mjs +9 -0
  234. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/curry.mjs +11 -0
  235. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/curryRight.mjs +11 -0
  236. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/date.default.mjs +7 -0
  237. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/debounce.mjs +54 -0
  238. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/deburr.mjs +9 -0
  239. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/defaultTo.mjs +6 -0
  240. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/defaults.mjs +18 -0
  241. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/defaultsDeep.mjs +11 -0
  242. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/defer.mjs +9 -0
  243. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/delay.mjs +10 -0
  244. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/difference.mjs +11 -0
  245. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/differenceBy.mjs +14 -0
  246. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/differenceWith.mjs +13 -0
  247. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/divide.mjs +8 -0
  248. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/drop.mjs +9 -0
  249. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/dropRight.mjs +9 -0
  250. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/dropRightWhile.mjs +8 -0
  251. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/dropWhile.mjs +8 -0
  252. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/endsWith.mjs +14 -0
  253. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/escape.mjs +9 -0
  254. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/escapeRegExp.mjs +8 -0
  255. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/every.mjs +12 -0
  256. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/fill.mjs +9 -0
  257. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/filter.mjs +11 -0
  258. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/find.mjs +7 -0
  259. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/findIndex.mjs +14 -0
  260. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/findKey.mjs +9 -0
  261. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/findLast.mjs +7 -0
  262. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/findLastIndex.mjs +14 -0
  263. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/findLastKey.mjs +9 -0
  264. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/flatMap.mjs +8 -0
  265. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/flatMapDeep.mjs +9 -0
  266. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/flatMapDepth.mjs +9 -0
  267. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/flattenDeep.mjs +9 -0
  268. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/flattenDepth.mjs +9 -0
  269. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/flip.mjs +8 -0
  270. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/floor.mjs +6 -0
  271. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/flow.mjs +6 -0
  272. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/flowRight.mjs +6 -0
  273. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/forEach.mjs +11 -0
  274. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/forEachRight.mjs +11 -0
  275. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/forIn.mjs +9 -0
  276. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/forInRight.mjs +9 -0
  277. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/forOwn.mjs +8 -0
  278. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/forOwnRight.mjs +8 -0
  279. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/fromPairs.mjs +10 -0
  280. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/function.default.mjs +51 -0
  281. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/functions.mjs +8 -0
  282. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/functionsIn.mjs +8 -0
  283. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/groupBy.mjs +9 -0
  284. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/gt.mjs +7 -0
  285. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/gte.mjs +8 -0
  286. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/has.mjs +8 -0
  287. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/hasIn.mjs +8 -0
  288. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/head.mjs +6 -0
  289. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/inRange.mjs +9 -0
  290. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/includes.mjs +14 -0
  291. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/indexOf.mjs +13 -0
  292. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/initial.mjs +8 -0
  293. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/intersection.mjs +12 -0
  294. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/intersectionBy.mjs +14 -0
  295. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/intersectionWith.mjs +13 -0
  296. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/invert.mjs +10 -0
  297. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/invertBy.mjs +9 -0
  298. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/invoke.mjs +7 -0
  299. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/invokeMap.mjs +15 -0
  300. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isArrayBuffer.mjs +8 -0
  301. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isDate.mjs +8 -0
  302. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isElement.mjs +8 -0
  303. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs +27 -0
  304. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isEqual.mjs +7 -0
  305. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isEqualWith.mjs +9 -0
  306. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isError.mjs +13 -0
  307. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isFinite.mjs +8 -0
  308. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isInteger.mjs +7 -0
  309. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isMatch.mjs +8 -0
  310. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isMatchWith.mjs +8 -0
  311. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isNaN.mjs +7 -0
  312. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isNative.mjs +11 -0
  313. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isNil.mjs +6 -0
  314. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isNull.mjs +6 -0
  315. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isNumber.mjs +9 -0
  316. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.mjs +8 -0
  317. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isSafeInteger.mjs +8 -0
  318. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isString.mjs +10 -0
  319. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.mjs +6 -0
  320. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isWeakMap.mjs +9 -0
  321. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isWeakSet.mjs +9 -0
  322. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/iteratee.mjs +9 -0
  323. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/join.mjs +7 -0
  324. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/kebabCase.mjs +8 -0
  325. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/keyBy.mjs +9 -0
  326. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/lang.default.mjs +117 -0
  327. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/lastIndexOf.mjs +15 -0
  328. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/lodash.default.mjs +487 -0
  329. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/lowerCase.mjs +8 -0
  330. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/lowerFirst.mjs +6 -0
  331. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/lt.mjs +7 -0
  332. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/lte.mjs +8 -0
  333. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/map.mjs +11 -0
  334. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/mapKeys.mjs +12 -0
  335. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/mapValues.mjs +12 -0
  336. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/matches.mjs +9 -0
  337. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/matchesProperty.mjs +9 -0
  338. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/math.default.mjs +35 -0
  339. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/max.mjs +9 -0
  340. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/maxBy.mjs +9 -0
  341. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/mean.mjs +8 -0
  342. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/meanBy.mjs +8 -0
  343. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/mergeWith.mjs +9 -0
  344. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/method.mjs +11 -0
  345. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/methodOf.mjs +11 -0
  346. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/min.mjs +9 -0
  347. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/minBy.mjs +9 -0
  348. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/mixin.mjs +24 -0
  349. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/multiply.mjs +8 -0
  350. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/negate.mjs +22 -0
  351. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/next.mjs +9 -0
  352. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/noop.mjs +5 -0
  353. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/now.mjs +8 -0
  354. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/nth.mjs +8 -0
  355. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/nthArg.mjs +11 -0
  356. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/number.default.mjs +11 -0
  357. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/object.default.mjs +95 -0
  358. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/omitBy.mjs +9 -0
  359. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/once.mjs +7 -0
  360. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/orderBy.mjs +8 -0
  361. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/over.mjs +7 -0
  362. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/overArgs.mjs +21 -0
  363. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/overEvery.mjs +7 -0
  364. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/overSome.mjs +7 -0
  365. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/pad.mjs +16 -0
  366. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/padEnd.mjs +12 -0
  367. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/padStart.mjs +12 -0
  368. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/parseInt.mjs +9 -0
  369. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/partial.mjs +13 -0
  370. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/partialRight.mjs +13 -0
  371. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/partition.mjs +10 -0
  372. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/pick.mjs +9 -0
  373. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/pickBy.mjs +17 -0
  374. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/plant.mjs +14 -0
  375. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/property.mjs +10 -0
  376. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/propertyOf.mjs +9 -0
  377. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/pull.mjs +7 -0
  378. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/pullAll.mjs +7 -0
  379. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/pullAllBy.mjs +8 -0
  380. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/pullAllWith.mjs +7 -0
  381. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/pullAt.mjs +16 -0
  382. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/random.mjs +18 -0
  383. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/range.mjs +6 -0
  384. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/rangeRight.mjs +6 -0
  385. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/rearg.mjs +9 -0
  386. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/reduce.mjs +12 -0
  387. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/reduceRight.mjs +12 -0
  388. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/reject.mjs +12 -0
  389. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/remove.mjs +16 -0
  390. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/repeat.mjs +10 -0
  391. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/replace.mjs +8 -0
  392. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/rest.mjs +11 -0
  393. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/result.mjs +15 -0
  394. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/reverse.mjs +7 -0
  395. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/round.mjs +6 -0
  396. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sample.mjs +10 -0
  397. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sampleSize.mjs +13 -0
  398. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/seq.default.mjs +31 -0
  399. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/set.mjs +7 -0
  400. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/setWith.mjs +7 -0
  401. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/shuffle.mjs +10 -0
  402. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/size.mjs +17 -0
  403. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/slice.mjs +10 -0
  404. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/snakeCase.mjs +8 -0
  405. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/some.mjs +12 -0
  406. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sortBy.mjs +14 -0
  407. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sortedIndex.mjs +7 -0
  408. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sortedIndexBy.mjs +8 -0
  409. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sortedIndexOf.mjs +14 -0
  410. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sortedLastIndex.mjs +7 -0
  411. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sortedLastIndexBy.mjs +8 -0
  412. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sortedLastIndexOf.mjs +14 -0
  413. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sortedUniq.mjs +7 -0
  414. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sortedUniqBy.mjs +8 -0
  415. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/split.mjs +14 -0
  416. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/spread.mjs +17 -0
  417. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/startCase.mjs +9 -0
  418. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/startsWith.mjs +10 -0
  419. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/string.default.mjs +67 -0
  420. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/stubObject.mjs +6 -0
  421. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/stubString.mjs +6 -0
  422. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/stubTrue.mjs +6 -0
  423. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/subtract.mjs +8 -0
  424. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sum.mjs +8 -0
  425. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/sumBy.mjs +8 -0
  426. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/tail.mjs +8 -0
  427. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/take.mjs +8 -0
  428. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/takeRight.mjs +9 -0
  429. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/takeRightWhile.mjs +8 -0
  430. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/takeWhile.mjs +8 -0
  431. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/tap.mjs +6 -0
  432. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/template.mjs +55 -0
  433. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/templateSettings.mjs +53 -0
  434. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/throttle.mjs +16 -0
  435. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/thru.mjs +6 -0
  436. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/times.mjs +16 -0
  437. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toArray.mjs +24 -0
  438. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toFinite.mjs +14 -0
  439. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toInteger.mjs +8 -0
  440. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toIterator.mjs +6 -0
  441. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toLength.mjs +9 -0
  442. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toLower.mjs +7 -0
  443. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toNumber.mjs +22 -0
  444. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toPairs.mjs +7 -0
  445. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toPairsIn.mjs +7 -0
  446. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toPath.mjs +13 -0
  447. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toSafeInteger.mjs +9 -0
  448. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/toUpper.mjs +7 -0
  449. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/transform.mjs +23 -0
  450. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/trim.mjs +18 -0
  451. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/trimEnd.mjs +17 -0
  452. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/trimStart.mjs +17 -0
  453. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/truncate.mjs +46 -0
  454. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/unary.mjs +7 -0
  455. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/unescape.mjs +9 -0
  456. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/union.mjs +11 -0
  457. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/unionBy.mjs +14 -0
  458. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/unionWith.mjs +13 -0
  459. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/uniq.mjs +7 -0
  460. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.mjs +8 -0
  461. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/uniqWith.mjs +7 -0
  462. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.mjs +9 -0
  463. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/unset.mjs +7 -0
  464. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/unzip.mjs +20 -0
  465. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/unzipWith.mjs +14 -0
  466. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/update.mjs +8 -0
  467. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/updateWith.mjs +8 -0
  468. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/upperCase.mjs +8 -0
  469. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/upperFirst.mjs +6 -0
  470. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/util.default.mjs +69 -0
  471. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/values.mjs +8 -0
  472. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/valuesIn.mjs +8 -0
  473. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/without.mjs +10 -0
  474. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/words.mjs +10 -0
  475. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/wrap.mjs +8 -0
  476. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/wrapperAt.mjs +22 -0
  477. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/wrapperChain.mjs +7 -0
  478. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/wrapperLodash.mjs +21 -0
  479. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/wrapperReverse.mjs +19 -0
  480. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/wrapperValue.mjs +7 -0
  481. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/xor.mjs +11 -0
  482. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/xorBy.mjs +14 -0
  483. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/xorWith.mjs +13 -0
  484. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/zip.mjs +7 -0
  485. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/zipObject.mjs +8 -0
  486. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/zipObjectDeep.mjs +8 -0
  487. package/dist/node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/zipWith.mjs +10 -0
  488. package/dist/node_modules/.store/prop-types@15.8.1/node_modules/prop-types/index.mjs +1 -1
  489. package/dist/style.css +1 -1
  490. package/dist/utils/WithFluent.d.ts +1 -1
  491. package/dist/utils/WithFluent.mjs +27 -29
  492. package/package.json +1 -1
  493. package/dist/components/BitzConvert/DropdownToButton/index.d.ts +0 -19
  494. package/dist/components/BitzConvert/DropdownToButton/index.mjs +0 -25
  495. package/dist/components/BitzConvert/index.d.ts +0 -12
  496. package/dist/components/BitzConvert/index.mjs +0 -8
  497. package/dist/components/BitzTable/Table/ResizableTitle.d.ts +0 -8
@@ -0,0 +1,19 @@
1
+ import e from "./_LazyWrapper.mjs";
2
+ import s from "./_LodashWrapper.mjs";
3
+ import i from "./reverse.mjs";
4
+ import _ from "./thru.mjs";
5
+ function f() {
6
+ var t = this.__wrapped__;
7
+ if (t instanceof e) {
8
+ var r = t;
9
+ return this.__actions__.length && (r = new e(this)), r = r.reverse(), r.__actions__.push({
10
+ func: _,
11
+ args: [i],
12
+ thisArg: void 0
13
+ }), new s(r, this.__chain__);
14
+ }
15
+ return this.thru(i);
16
+ }
17
+ export {
18
+ f as default
19
+ };
@@ -0,0 +1,7 @@
1
+ import r from "./_baseWrapperValue.mjs";
2
+ function e() {
3
+ return r(this.__wrapped__, this.__actions__);
4
+ }
5
+ export {
6
+ e as default
7
+ };
@@ -0,0 +1,11 @@
1
+ import o from "./_arrayFilter.mjs";
2
+ import t from "./_baseRest.mjs";
3
+ import e from "./_baseXor.mjs";
4
+ import a from "./isArrayLikeObject.mjs";
5
+ var i = t(function(r) {
6
+ return e(o(r, a));
7
+ });
8
+ const n = i;
9
+ export {
10
+ n as default
11
+ };
@@ -0,0 +1,14 @@
1
+ import o from "./_arrayFilter.mjs";
2
+ import i from "./_baseIteratee.mjs";
3
+ import m from "./_baseRest.mjs";
4
+ import a from "./_baseXor.mjs";
5
+ import e from "./isArrayLikeObject.mjs";
6
+ import f from "./last.mjs";
7
+ var p = m(function(t) {
8
+ var r = f(t);
9
+ return e(r) && (r = void 0), a(o(t, e), i(r));
10
+ });
11
+ const l = p;
12
+ export {
13
+ l as default
14
+ };
@@ -0,0 +1,13 @@
1
+ import t from "./_arrayFilter.mjs";
2
+ import e from "./_baseRest.mjs";
3
+ import i from "./_baseXor.mjs";
4
+ import f from "./isArrayLikeObject.mjs";
5
+ import m from "./last.mjs";
6
+ var a = e(function(o) {
7
+ var r = m(o);
8
+ return r = typeof r == "function" ? r : void 0, i(t(o, f), void 0, r);
9
+ });
10
+ const d = a;
11
+ export {
12
+ d as default
13
+ };
@@ -0,0 +1,7 @@
1
+ import o from "./_baseRest.mjs";
2
+ import p from "./unzip.mjs";
3
+ var r = o(p);
4
+ const a = r;
5
+ export {
6
+ a as default
7
+ };
@@ -0,0 +1,8 @@
1
+ import r from "./_assignValue.mjs";
2
+ import i from "./_baseZipObject.mjs";
3
+ function p(t, e) {
4
+ return i(t || [], e || [], r);
5
+ }
6
+ export {
7
+ p as default
8
+ };
@@ -0,0 +1,8 @@
1
+ import r from "./_baseSet.mjs";
2
+ import o from "./_baseZipObject.mjs";
3
+ function a(e, t) {
4
+ return o(e || [], t || [], r);
5
+ }
6
+ export {
7
+ a as default
8
+ };
@@ -0,0 +1,10 @@
1
+ import n from "./_baseRest.mjs";
2
+ import o from "./unzipWith.mjs";
3
+ var p = n(function(t) {
4
+ var i = t.length, e = i > 1 ? t[i - 1] : void 0;
5
+ return e = typeof e == "function" ? (t.pop(), e) : void 0, o(t, e);
6
+ });
7
+ const d = p;
8
+ export {
9
+ d as default
10
+ };
@@ -1,5 +1,5 @@
1
1
  import { getDefaultExportFromCjs as e } from "../../../../../_virtual/_commonjsHelpers.mjs";
2
- import { __module as r } from "../../../../../_virtual/index.mjs";
2
+ import { __module as r } from "../../../../../_virtual/index2.mjs";
3
3
  import { __require as o } from "../../../react-is@16.13.1/node_modules/react-is/index.mjs";
4
4
  import { __require as t } from "./factoryWithTypeCheckers.mjs";
5
5
  import { __require as p } from "./factoryWithThrowingShims.mjs";
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- ._BitzAdressBook_ojoim_1{height:100%}._BitzAdressBook_ojoim_1 .ant-tabs{height:calc(100% - 32px)}._BitzAdressBook_ojoim_1 .ant-tabs-content,._BitzAdressBook_ojoim_1 .ant-tabs-content>*{height:100%}._filter_ojoim_11{display:flex;position:relative}._filter_ojoim_11 ._input_ojoim_15{flex:1;display:flex}._filter_ojoim_11 ._icon_ojoim_19{position:absolute;left:9px;top:9px;color:#918c8c}._filter_ojoim_11 input{flex:1;outline:none;background-color:#eee;border:none;height:30px;border-radius:4px;padding-left:30px;padding-right:5px}._filter_ojoim_11 ._filterIcon_ojoim_35{width:40px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}._container_ojoim_43{height:100%;overflow:hidden;position:relative}._main_ojoim_48{height:100%;overflow:auto;margin-right:-8px}._main_ojoim_48 ._item_ojoim_53{display:flex;align-items:center;gap:10px;padding:10px;background-color:#fff}._main_ojoim_48 ._item_ojoim_53:hover{background-color:#efefef}._main_ojoim_48 ._avatar_ojoim_63{width:40px;height:40px;border-radius:100%;background-color:#5d73fa;color:#fff;display:flex;justify-content:center;align-items:center}._main_ojoim_48 ._name_ojoim_73{color:#333}._main_ojoim_48 ._phone_ojoim_76{color:#3339}._sidebar_ojoim_79{height:100%;overflow:auto;position:absolute;right:-34px;top:0;text-align:center;font-size:12px}._sidebar_ojoim_79 ._item_ojoim_53{width:30px;line-height:30px;margin:2px 20px 2px 0;border-radius:4px}._sidebar_ojoim_79 ._item_ojoim_53._active_ojoim_94,._sidebar_ojoim_79 ._item_ojoim_53:hover{cursor:pointer;background:#5d73fa;color:#fff}.bitzConfirmModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzConfirmModalBlock .ant-modal-content{position:relative;padding:0;border-radius:6px;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-close{position:absolute;top:14px;right:20px;width:16px;height:16px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header{height:44px;margin-bottom:0;border-radius:6px 6px 0 0;padding:10px 20px;box-sizing:border-box;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header .ant-modal-title{display:block;font-size:14px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox{display:flex;justify-content:center;padding:24px 40px 30px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnIcon{width:20px;height:20px;margin-right:10px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText1,.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText3{font-size:12px;color:#697b7a;font-weight:400}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText2{font-size:12px;color:#333;font-weight:550;margin:0 6px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .modalText{font-size:12px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-flow:row-reverse;padding-bottom:24px;border-top:none;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn{width:94px;height:32px;padding:0;border-radius:4px;margin-left:0}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn span{font-size:14px}.bitzCollapseBlock{display:flex;align-items:center;justify-content:center}.bitzCollapseBlock .anticon svg{width:1.5em;height:1.5em}.bitzCollapseBlock:hover{cursor:pointer}.bitzAppPage{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f4f7fc}.bitzAppPage .pageNavBar{position:relative;width:100%;height:50px;display:flex;align-items:center;justify-content:center}.bitzAppPage .pageNavBar .barLeft{position:absolute;top:0;left:0;width:33%;height:100%;display:flex;align-items:center}.bitzAppPage .pageNavBar .barLeft .icon{margin-left:20px}.bitzAppPage .pageNavBar .barRight{position:absolute;top:0;right:20px;width:33%;height:100%;display:flex;align-items:center;justify-content:flex-end}.bitzAppPage .pageNavBar .barRight .icon{margin-left:20px}.bitzAppPage .pageContent{width:100%;height:calc(100% - 50px);background:#fff}.bitzFloatLayoutBlock{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;z-index:810;transition:visibility .3s cubic-bezier(.36,.66,.04,1)}.bitzFloatLayoutBlock__overlay{top:0;left:0;width:100%;height:100%;position:absolute;background-color:#0000004d;opacity:0;transition:opacity .15s ease-in}.bitzFloatLayoutBlock__header{position:relative;padding:10px;line-height:1.5;background-color:#f7f7f7}.bitzFloatLayoutBlock__header__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:16px;display:block;padding-right:1.70667rem}.bitzFloatLayoutBlock__header__close{position:absolute;padding:.21333rem;top:50%;right:10px;width:20px;height:100%;line-height:1;transform:translateY(-50%)}.bitzFloatLayoutBlock__header__close:after,.bitzFloatLayoutBlock__header__close:before{content:"";position:absolute;top:50%;left:50%;display:inline-block;width:.768rem;height:2px;border-radius:1px;background:#ccc}.bitzFloatLayoutBlock__header__close:before{transform:translate3d(-50%,-50%,0) rotate(45deg)}.bitzFloatLayoutBlock__header__close:after{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.bitzFloatLayoutBlock__container{position:absolute;bottom:0;width:100%;min-height:10vh;max-height:90vh;background-color:#fff;transform:translate3d(0,100%,0);transition:transform .3s cubic-bezier(.36,.66,.04,1);display:flex;flex-direction:column}.bitzFloatLayoutBlock__body{flex:1;overflow-y:auto}.bitzFloatLayoutBlock--active{visibility:visible}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__overlay{opacity:1}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__container{transform:translateZ(0)}.bitzDrawerBlock .ant-drawer-header-title{flex-direction:row-reverse}.bitzDrawerBlock .ant-drawer-header,.bitzPickDrawerheaderwrap .ant-drawer-header{padding:10px;background-color:#f7f7f7}.bitzPickDrawerheader{display:flex;justify-content:space-between}.bitzPickDrawerContent{margin:-24px}.bitzPickDrawerContent .ant-tabs-tab{padding:15px;margin-left:0!important}.bitzPickDrawerContent .item{display:flex;padding:12px;justify-content:space-between}.bitzPickDrawerContent .item:active{background:rgba(0,0,0,.05)}.scrollbar::-webkit-scrollbar{height:.6rem;width:.6rem}.scrollbar::-webkit-scrollbar-corner{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.scrollbar::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBlock{background-color:#fff;position:relative;width:100%;height:100%;display:flex;box-sizing:border-box;--colorNeutralBackground2: #fafafa;--colorNeutralStroke2: #e0e0e0}.bitzFuiCalendarBlock *{box-sizing:border-box}.bitzFuiCalendarContainer{min-width:100%;min-height:100%;opacity:1;flex-direction:column;display:flex;text-align:left;line-height:1.4286;forced-color-adjust:none;font-weight:400;font-size:14px;text-size-adjust:100%}.bitzFuiCalendarToolbar{padding-right:3rem;padding-left:3rem;min-height:4.2rem;-webkit-box-pack:justify;justify-content:space-between;border-left-style:none;border-right-style:none;border-left-color:#e0e0e0;border-bottom-color:#e0e0e0;border-right-color:#e0e0e0;border-top-color:#e0e0e0;border-bottom-style:solid;border-top-style:solid;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;display:flex}.bitzFuiCalendarToolbar__right{column-gap:10px;display:flex}.bitzFuiCalendarToolbar__right_dropdown{padding-bottom:.8rem;padding-top:.8rem;display:inline-flex;align-items:center}.bitzFuiCalendarToolbar__left{-webkit-box-align:center;align-items:center;position:relative;display:flex}.bitzFuiCalendarConent{overflow:auto;flex:1 1 0%;flex-direction:column;display:flex}.bitzFuiCalendarHead{scrollbar-gutter:stable;min-height:6rem;padding-left:5.1rem;border-bottom-color:#e0e0e0;overflow:hidden;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarHead::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarHead::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarHead::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarHead::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem{position:relative;width:0;height:6rem;min-height:6rem;-webkit-box-pack:center;justify-content:center;border-left-color:#e0e0e0;background-color:transparent;flex:1 1 0%;-webkit-box-flex:1;flex-grow:1;flex-direction:column;border-left-style:solid;border-left-width:.1rem;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active:after{right:0;top:0;left:0;height:.2rem;background:#5b5fc7;display:block;position:absolute;content:"";box-sizing:border-box}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__num,.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__week{color:#5b5fc7}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__content{padding-right:1rem;padding-left:1rem;flex-direction:column;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__num{font-size:2.4rem;font-weight:400;line-height:1.3333;color:#616161}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__week{font-weight:400;line-height:1.3333;font-size:1.2rem;color:#616161}.bitzFuiCalendarBody{opacity:1;overflow:auto;flex-direction:column;display:flex;height:calc(100vh - 165px)}.bitzFuiCalendarBodyContainer{scrollbar-gutter:stable;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.bitzFuiCalendarBodyContainer::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBody__time{min-width:5.1rem;width:5.1rem;border-bottom-color:#e0e0e0;height:fit-content;background-color:transparent;flex-direction:column;-webkit-user-select:none;user-select:none;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarBody__time__item{min-height:8.1rem;text-align:center;line-height:1.3333;font-size:1.2rem;color:#616161;display:block}.bitzFuiCalendarBody__content{height:fit-content;width:100%;display:flex}.bitzFuiCalendarBody__content__row{flex:1 1 .1rem;color:#252423;border-left-width:0;border-bottom-width:0;border-right-width:0;border-top-width:2px;border-radius:0;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;box-shadow:none;background-color:transparent;position:relative;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__list{background-color:transparent;width:100%;flex-direction:column;display:flex}.bitzFuiCalendarBody__content__row__list2{top:0;width:calc(100% - 1.6rem);pointer-events:none;height:100%;color:#252423;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:2px;border-bottom-style:none;border-top-style:none;border-radius:0;box-shadow:none;position:absolute;background-color:transparent;border-left-style:none;border-right-style:none;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__item{border-bottom-style:solid;outline-width:0;border-right-style:none;border-top-style:none;background-color:var(--colorNeutralBackground2);border-left-color:var(--colorNeutralStroke2);border-left-style:solid;border-bottom-width:.1rem;border-left-width:.1rem;border-bottom-color:var(--colorNeutralStroke2)}.bitzFuiCalendarBody__content__row__item:hover{background-color:#f0f0f0}.bitzFuiCalendarBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzFuiCalendarBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzFuiCalendarBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;justify-content:space-between;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-content{font-size:12px}.bitzFuiCalendarBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzFuiCalendarBlock-pop-contianer .pop-tag,.bitzFuiCalendarBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.calendarAgendumBlock{height:auto;overflow:auto;list-style:none;display:block;padding:0;margin:0}.fullScreenBlock{line-height:0;cursor:pointer}.bitzLanguageTabsBlock{position:fixed;left:0;right:0;bottom:0;z-index:10;padding:10px 30px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 -1px 10px #00000040}.bitzLanguageTabsBlock .languagesBox{display:flex;gap:10px}.bitzLanguageTabsBlock .languagesBox img{cursor:pointer;box-shadow:0 0 5px #00000040}.bitzLanguageTabsBlock .languagesBox .item{padding:2px;display:flex;align-items:center}.bitzLanguageTabsBlock .languagesBox .itemActive{background:#444791}.bitzLanguageTabsBlock .copyBox{font-size:16px}:root{--rv-list-text-color: #969799;--rv-list-text-font-size: 14px;--rv-list-text-line-height: 50px;--rv-list-loading-icon-size: 16px}.bitz-list__loading,.bitz-list__finished,.bitz-list__error{color:var(--rv-list-text-color);font-size:var(--rv-list-text-font-size);line-height:var(--rv-list-text-line-height);text-align:center}.bitz-list__loading{display:flex;justify-content:center;align-items:center}.bitz-list__loadingText{margin-left:10px}.bitzModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-content{border-radius:10px}.bitzModalBlock .ant-modal-footer{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzModalBlock .ant-modal-footer .ant-btn:nth-child(2){background-color:#ff4d4f}.bitzModalBlock .textBox{display:flex;align-items:center;justify-content:center;min-height:80px}.bitzLoadingBlock{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.BitzMeetingTime2Block{width:100%;height:100%;position:relative;display:flex}.BitzMeetingTimeRow{display:flex;flex-direction:column;text-align:center}.BitzMeetingTimeTopTime,.BitzMeetingTimeBottomTime{font-size:10px}.BitzMeetingTimeList{display:flex;flex-direction:column;justify-content:center;margin:2.5px 0;padding:0}.BitzMeetingTime2ItemBlock{font-size:12px;height:50px;width:50px;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer;margin:2.5px;background-color:#f2f3f2;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.free{background-color:#aadf6f}.free:hover{background-color:#6b9e31}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}.bitzNoDataBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.bitzNoDataBlock .noDataText{margin-top:10px;color:#999;font-size:16px}.BitzLoadMorePage .scroll_container{height:100%}._container_tbbzt_1{display:grid;gap:10px}._header_tbbzt_5{display:flex;justify-content:space-between}._setting-btn_tbbzt_9{margin-left:auto}._search_tbbzt_12{height:32px;padding:0 10px}.bitz-page-header{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;position:relative;background-color:transparent;padding-block-start:8px;padding-block-end:16px;padding-inline-start:40px;padding-inline-end:40px}.bitz-page-header-back{font-size:16px;line-height:1}.bitz-page-header-back-button{font-size:16px;cursor:pointer}.bitz-page-header-breadcrumb{padding-block-start:18px}.bitz-page-header-heading{padding-block-start:8px;display:flex;justify-content:space-between}.bitz-page-header-heading-left{display:flex;align-items:center;margin-block:4px;margin-inline-end:0;margin-inline-start:0;overflow:hidden}.bitz-page-header-heading-title{margin-inline-end:12px;margin-block-end:0;color:#000000e0;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bitz-page-header-heading-extra{margin-block:4px;margin-inline-end:0;margin-inline-start:0;white-space:nowrap}.bitz-page-header-content{padding-block-start:8px}.bitz-page-header-footer{margin-block-start:8px}.bitz-page-header-compact .bitz-page-header-heading{flex-wrap:wrap}.bitz-page-header-wide{max-width:1152px;margin:0 auto}.bitz-page-header-rtl{direction:rtl}:root{--rv-pull-refresh-head-height: 50px;--rv-pull-refresh-head-font-size: 14px;--rv-pull-refresh-head-text-color: #969799;--rv-pull-refresh-loading-icon-size: 16px}.bitz-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.bitz-pull-refresh__track{position:relative;height:100%;transition-property:transform}.bitz-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--rv-pull-refresh-head-height);overflow:hidden;color:var(--rv-pull-refresh-head-text-color);font-size:var(--rv-pull-refresh-head-font-size);line-height:var(--rv-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.bitz-pull-refresh__loading .bitz-loading__spinner{width:var(--rv-pull-refresh-loading-icon-size);height:var(--rv-pull-refresh-loading-icon-size)}._bitzPopoverBlock_1wotm_1{vertical-align:middle;word-break:break-all;max-width:100%;position:relative;overflow:hidden}._bitzPopoverBlock_1wotm_1 ._Paragraph_1wotm_8{transition:-webkit-line-clamp .3s linear}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}.bitzScheduleCenterBlock{--fc-button-bg-color: #ffffff;--fc-button-border-color: #d9d9d9;--fc-button-text-color: rgba(0, 0, 0, .88);--fc-button-active-bg-color: #1677ff;--fc-button-active-border-color: #1677ff;--fc-button-hover-bg-color: #ffffff;--fc-button-hover-border-color: #1677ff;--fc-event-bg-color: #1677ff;--fc-event-border-color: #1677ff;--fc-today-bg-color: #e6f4ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled).fc-button-active:focus,.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active:focus,.bitzScheduleCenterBlock .fc-button-primary:focus{box-shadow:none}.bitzScheduleCenterBlock .fc-button-primary:not(.fc-button-active,:disabled):hover{--fc-button-text-color: #1677ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .fc-button-active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .bitzPopover{display:block;width:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness .fc-event-main .bitzPopover{display:flex;flex-direction:column;flex:1;height:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness>a.fc-daygrid-dot-event{width:100%;white-space:inherit}.bitzScheduleCenterBlock .fc-timegrid-event .fc-event-time{white-space:inherit}.bitzScheduleCenterBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzScheduleCenterBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzScheduleCenterBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-content{font-size:12px}.bitzScheduleCenterBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzScheduleCenterBlock-pop-contianer .pop-tag,.bitzScheduleCenterBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}.bitzRefreshBlock{width:100%;height:100px;background:#fff;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox{width:150px;height:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox span{display:inline-block;width:15px;height:100%;margin-right:5px;border-radius:50%;animation:load 1.04s ease infinite;-webkit-animation:load 1.04s ease infinite}.bitzRefreshBlock .loadingBox span:last-child{margin-right:0}@-webkit-keyframes load{0%{opacity:1}to{opacity:0}}.bitzRefreshBlock .loadingBox span:nth-child(1){animation-delay:.13s;-webkit-animation-delay:.13s}.bitzRefreshBlock .loadingBox span:nth-child(2){animation-delay:.26s;-webkit-animation-delay:.26s}.bitzRefreshBlock .loadingBox span:nth-child(3){animation-delay:.39s;-webkit-animation-delay:.39s}.bitzMobileModalBlock .ant-modal-title,.bitzMobileModalBlock .ant-modal-body{text-align:center}.bitzMobileModalBlock .ant-modal-body{padding:20px 0}.bitzMobileModalBlock .ant-modal-footer{display:flex;align-items:center}.bitzMobileModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzMobileModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.bitzPcModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}._container_v9wfg_1{position:fixed;top:66px;bottom:0;right:-500px;z-index:100;width:400px;max-width:100%;background-color:#fff;box-shadow:0 1px 10px #00000026;border-radius:4px;overflow:hidden;transition:.3s ease-out;display:flex;flex-direction:column}._container_v9wfg_1._show_v9wfg_17{right:0}._container_v9wfg_1._hide_v9wfg_20{right:-500px}._container_v9wfg_1 ._select_v9wfg_23{margin-top:10px;outline:none}._container_v9wfg_1 ._select_v9wfg_23>div{box-shadow:none!important;border-width:0!important;border-bottom-width:1px!important}._container_v9wfg_1 h4{padding:0 10px;color:#424242;font-size:18px;line-height:21px;margin-bottom:10px;display:flex;justify-content:space-between}._container_v9wfg_1 ._tag_v9wfg_41{font-weight:400;background-color:#ff9800;color:#fff;border:none}._header_v9wfg_47{background-color:#3f51b5;color:#fff;display:flex;justify-content:space-between}._header_v9wfg_47 h3{font-size:18px;padding:20px 30px;margin:0}._header_v9wfg_47 ._close_v9wfg_58{margin-right:40px;cursor:pointer;color:#efefef}._header_v9wfg_47 ._close_v9wfg_58:hover{color:#fff}._alert_v9wfg_66{color:#ff9800;border-color:#ffe0b2;background-color:#ffe0b2cc}._timerList_v9wfg_71{flex:1;overflow:auto}._timer_v9wfg_71{border-top:1px solid #ddd;padding:10px 18px;display:grid;grid-template-columns:40px 1fr;gap:20px}._timer_v9wfg_71 ._btn_v9wfg_82{font-size:40px;color:#4caf50;cursor:pointer;border-radius:100%;box-shadow:0 6px 10px #00000026}._timer_v9wfg_71 ._btn_v9wfg_82:hover{color:#66bb6a}._timer_v9wfg_71 ._pause_v9wfg_92{color:#ff9800}._timer_v9wfg_71 ._pause_v9wfg_92:hover{color:#ffa726}._timer_v9wfg_71 ._time_v9wfg_71{color:#333;font-size:24px;flex:1}._timer_v9wfg_71 ._tools_v9wfg_103{opacity:0;transition:.15s ease-in}._timer_v9wfg_71:hover ._tools_v9wfg_103{opacity:1}._flex_v9wfg_110{display:flex}._desc_v9wfg_113{margin-top:10px;margin-bottom:3px;font-size:12px;color:#616161;display:flex;justify-content:space-between}._form_v9wfg_121{margin-top:15px}._form_v9wfg_121 .ant-form-item{margin-bottom:10px}._addbtn_v9wfg_127{font-size:60px;position:absolute;right:15px;bottom:15px;z-index:10;color:#5d73fa;background-color:#fff;box-shadow:0 1px 6px #00000040;border-radius:100%;cursor:pointer}._addbtn_v9wfg_127:hover{color:#879bff}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._splitLine_10tio_1{color:#c7c7c7;padding-left:1.2rem;padding-right:1.2rem}._CalendarAgendumItem_10tio_6{max-width:82.6rem;min-height:4.8rem;list-style:none;margin:1.2rem auto .8rem;-webkit-box-align:center;align-items:center;width:100%;-webkit-user-select:none;user-select:none;position:relative;padding:0;display:flex}._timeContainer_10tio_19{font-size:1.6rem;background-color:#fff;padding-bottom:1.2rem;padding-top:1.2rem;height:4.6rem;max-width:84.6rem;width:99%;top:-.1rem;position:sticky;-webkit-box-pack:start;justify-content:flex-start;line-height:2rem;z-index:1;font-weight:600;color:#242424;padding-left:1.2rem;margin:auto;-webkit-box-align:center;align-items:center;display:flex}._timeContainer_10tio_19._istoday_10tio_41{color:#5b5fc7}._ui-list__item__main_10tio_44{min-width:0;-webkit-box-flex:1;flex-grow:1;flex-direction:column;display:flex;width:100%}._ui-list__item__contentWrapper_10tio_52{display:flex}._ui-list__itemcontent_10tio_55{width:100%;flex-basis:100%;flex-shrink:0;line-height:inherit;margin-right:.8rem;font-size:1.2rem;-webkit-box-flex:1;flex-grow:1}._ui-list__item__container_10tio_65{transition:box-shadow .467s ease 0s;box-shadow:#0000001f 0 0 2px,#00000024 0 1px 2px;min-height:6.6rem;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;-webkit-box-pack:center;justify-content:center;border-radius:.4rem;background:#ffffff;-webkit-box-align:center;align-items:center;height:100%;display:flex}._ui-list__item__container__wrap_10tio_82{padding:1.6rem;border-radius:.4rem;width:100%;flex-direction:column;display:flex}._ui-list__item__container__item_10tio_89{overflow:hidden;display:flex}._ui-list__item__container__item_left_10tio_93{align-self:flex-start;display:flex}._ui-list__item__container__item_right_10tio_97{width:100%;flex-direction:column;overflow:hidden;display:flex}._item_left_1_10tio_103{margin-right:1.6rem;height:auto;padding-top:.1rem}._item_left_1_1_10tio_108{border-radius:.2rem;min-width:.4rem;width:.4rem;z-index:1;background-color:#5b5fc7;height:100%}._item_left_2_10tio_116{text-transform:uppercase;width:9rem;text-align:left;flex-direction:column;white-space:nowrap;display:flex}._item_left_2_1_10tio_124{text-transform:lowercase;font-weight:600;font-size:1.4rem;color:#242424;line-height:2.4rem;width:100%;overflow:hidden;display:flex}._item_left_2_2_10tio_134{text-transform:lowercase;line-height:1.6rem;font-size:1.2rem;color:#616161;position:relative;display:flex}._item_right_1_10tio_142{overflow:hidden;display:flex}._item_right_1_1_10tio_146{padding-bottom:.4rem;text-overflow:ellipsis;-webkit-box-align:center;align-items:center;overflow:hidden;display:flex}._item_right_1_1_10tio_146 span{flex-shrink:10000;width:inherit;display:initial;font-weight:600;font-size:1.4rem;color:#242424;text-overflow:ellipsis;line-height:2.4rem;overflow:hidden;white-space:nowrap;cursor:pointer}._item_right_1_2_10tio_167{margin-right:1.2rem;max-width:51rem;line-height:2.4rem;align-self:center;overflow:hidden;display:block;font-size:1.2rem;color:#616161;white-space:nowrap}._item_right_1_3_10tio_178{align-items:flex-start;-webkit-box-pack:center;justify-content:center;margin-left:auto;display:flex}._item_right_2_10tio_185{flex-wrap:wrap;margin-top:.8rem;width:100%;display:flex}._select_ydiq6_1{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9;cursor:pointer}._content_ydiq6_11{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 12px}._placeholder_ydiq6_18{font-size:14px;color:#484644}.bitzTableBlock{--container-bgColor: #fff;height:100%;background:var(--container-bgColor)}.bitzTableBlock.fullscreen:not(:root):fullscreen::backdrop{background:var(--container-bgColor)}.bitzTableBlock .mobileList{height:calc(100% - 200px);padding:10px}.bitzTableBlock .mobileList .listItem{padding:10px;border-radius:6px}.bitzTableBlock .mobileList .listItem:not(:last-child){margin-bottom:10px}.bitzTableBlock .mobileList .listItem .row{display:flex}.bitzTableBlock .mobileList .listItem .row:not(:last-child){margin-bottom:6px}.bitzTableBlock .mobileList .listItem .row .label{flex-shrink:0;font-size:16px;display:flex;align-items:flex-start;flex-direction:column}.bitzTableBlock .mobileList .listItem .row .value{display:flex;flex-wrap:wrap;flex:1;font-size:16px;overflow:hidden}.bitzTableBlock .bitzNoDataBlock{margin-top:20px}.bitzTableBlock .bitzTableContainer{--container-gap: 10px;--toolbar-height: 40px;--toolbar-bgColor: #fafafa;--toolCell-paddingInline: 17px;--toolCell-width: 50px;--thead-bgColor: #e5e5e5;--thead-hoverBgColor: #e0e0e0;--cell-height: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 10px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--oddRow-BgColor: #fff;--fontSize: 12px;--borderColor: #f0f0f0;--cellSkeleton-wrapHeight: 26px;--cellSkeleton-height: 22px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;--scrollbar-width: 4px;height:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>td{border-color:transparent}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody{position:relative}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .stretchLine{display:none;width:1px;position:absolute;left:0;top:var(--toolbar-height);z-index:999}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .react-resizable{position:relative;-webkit-user-select:none;user-select:none;background-clip:padding-box}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .react-resizable-handle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:100}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .disabledResize .react-resizable-handle,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .react-resizable-handle{pointer-events:none}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>td{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover{background:var(--thead-hoverBgColor)}.bitzTableBlock .bitzTableContainer .ant-table-column-sort{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-tbody .ant-table-row:not(.ant-table-row-selected)>.ant-table-cell-row-hover{background-color:var(--rowHover-bgColor)!important}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected){background:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected){background:var(--oddRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-body{overflow:auto!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody>.rowPointerCursor{cursor:pointer}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr:not(.ant-table-placeholder)>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-height);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-height: var(--xlTable-height);--cell-lineHeight: var(--xlTable-lineHeight);--fontSize: var(--xlTable-fontSize);--toolCell-width: calc(var(--xlTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xlSkeleton-height) + 4px);--cellSkeleton-height: var(--xlSkeleton-height)}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-height: var(--lgTable-height);--cell-lineHeight: var(--lgTable-lineHeight);--fontSize: var(--lgTable-fontSize);--toolCell-width: calc(var(--lgTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--lgSkeleton-height) + 4px);--cellSkeleton-height: var(--lgSkeleton-height)}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-height: var(--mdTable-height);--cell-lineHeight: var(--mdTable-lineHeight);--fontSize: var(--mdTable-fontSize);--toolCell-width: calc(var(--mdTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--mdSkeleton-height) + 4px);--cellSkeleton-height: var(--mdSkeleton-height)}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-height: var(--smTable-height);--cell-lineHeight: var(--smTable-lineHeight);--fontSize: var(--smTable-fontSize);--toolCell-width: calc(var(--smTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--smSkeleton-height) + 4px);--cellSkeleton-height: var(--smSkeleton-height)}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-height: var(--xsTable-height);--cell-lineHeight: var(--xsTable-lineHeight);--fontSize: var(--xsTable-fontSize);--toolCell-width: calc(var(--xsTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xsSkeleton-height) + 4px);--cellSkeleton-height: var(--xsSkeleton-height)}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:calc(var(--fontSize) / 2);height:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner:after{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px);margin-block-start:calc(calc(var(--fontSize) + 2px) / -2);margin-inline-start:calc(calc(var(--fontSize) + 2px) / -2);border-radius:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:calc(calc(var(--fontSize) - 2px) / 2)!important;height:calc(calc(var(--fontSize) + 4px) / 2)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:calc(var(--fontSize) + 3px);height:calc(var(--fontSize) + 3px)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-cell>.anticon{font-size:calc(var(--fontSize) + 6px);transform:translateY(.15em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-column-sorter-inner .anticon{font-size:calc(var(--fontSize) - 2px);transform:translateY(.08em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .ant-tag,.bitzTableBlock .bitzTableContainer .ant-tag .anticon{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .ant-row{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .ant-switch{font-size:calc(var(--fontSize) - 1px);vertical-align:-.05em}.bitzTableBlock .bitzTableContainer .ant-switch .ant-switch-inner-checked,.bitzTableBlock .bitzTableContainer .ant-switch .ant-switch-inner-unchecked{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .ant-input,.bitzTableBlock .bitzTableContainer .ant-input-prefix,.bitzTableBlock .bitzTableContainer .ant-input-suffix,.bitzTableBlock .bitzTableContainer .ant-input-clear-icon,.bitzTableBlock .bitzTableContainer .ant-input-number,.bitzTableBlock .bitzTableContainer .ant-input-number-prefix,.bitzTableBlock .bitzTableContainer .ant-input-number-suffix{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .ant-input-number-handler .anticon{font-size:calc(calc(var(--fontSize) + 4px) / 2)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-selection-search-input,.bitzTableBlock .bitzTableContainer .ant-select .ant-select-selection-item{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-selection-item-content{margin-inline-end:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-arrow{font-size:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-clear{width:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);font-size:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-selection-item-remove{font-size:calc(var(--fontSize) - 4px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell,.bitzTableBlock .bitzTableContainer .sorterCol{min-width:var(--toolCell-width)!important;max-width:var(--toolCell-width)!important;padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){height:100%;margin:0!important;padding-block:0!important;padding-inline-start:calc(var(--toolCell-width) - 1px - var(--scrollbar-width))!important;padding-inline-end:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){height:100%;margin:0!important;padding-block:var(--cell-paddingInline);padding-inline-start:calc(var(--cell-paddingInline) - var(--scrollbar-width));padding-inline-end:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:after{border-inline-end-color:transparent!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:1px solid transparent!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){padding-inline-start:calc(var(--toolCell-width) - 1px)!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){padding-inline-start:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper)>.ant-table-wrapper{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper))>div{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td .ant-table-expanded-row-fixed{overflow:visible!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed:after{inset-inline-end:0!important}.bitzTableBlock .bitzTableContainer .bitzTableToolbarBlock{display:flex;justify-content:space-between;align-items:center;height:var(--toolbar-height);padding-inline:0px;column-gap:16px;background-color:var(--toolbar-bgColor);position:relative}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--cellSkeleton-wrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--cellSkeleton-height)}.bitzTableBlock .bitzTableContainer .bitzTablePagination{display:flex;align-items:center;font-family:var(--font-family)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert{flex:1;display:flex;align-items:center;gap:8px;margin-inline-end:8px}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .splitBorder{font-weight:600;transform:translateY(.02em)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .cleanSelected{margin-inline-start:12px}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio:not(.ant-radio-checked) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:var(--radioCheckbox-borderColor)}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper-disabled .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper-disabled .ant-checkbox-inner{color:var(--radioCheckbox-borderColor);cursor:not-allowed}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:not(:hover,:focus){border-color:var(--expandIcon-borderColor)}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:disabled{color:var(--expandIcon-borderColor);cursor:not-allowed}.tableMobileDrawer .ant-drawer-body{padding:0;height:100%}.tableMobileDrawer .drawerBox{height:100%;display:flex;flex-direction:column}.tableMobileDrawer .drawerBox .boxBody{flex:1}.tableMobileDrawer .drawerBox .boxBody .operaList{height:60px;border-bottom:2px solid #f4f7fc;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:18px}.tableMobileDrawer .drawerBox .boxBody .operaList:last-child{border-bottom:none}.tableMobileDrawer .drawerBox .boxLine{width:100%;height:10px;background:#f4f7fc}.tableMobileDrawer .drawerBox .boxFooter{height:60px;display:flex;align-items:center;justify-content:center;font-size:18px}.tableExportDrawer .ant-drawer-wrapper-body{height:100%}.tableExportDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:calc(100% - 56px)}.tableExportDrawer .ant-radio-group,.tableExportDrawer .ant-checkbox-group{display:block}.tableExportDrawer .ant-radio-group label,.tableExportDrawer .ant-checkbox-group label{width:100%}.tableExportDrawer .drawerBox{height:100%}.tableExportDrawer .drawerBox .boxBody{height:calc(100% - 50px)}.tableExportDrawer .drawerBox .boxBody .bodyContent{padding:20px;overflow-x:hidden;overflow-y:auto}.tableExportDrawer .drawerBox .boxBody .row{margin-bottom:20px}.tableExportDrawer .drawerBox .boxBody .row .bitzTitle{margin-bottom:10px}.tableExportDrawer .drawerBox .boxBody .row:last-child{margin-bottom:0}.tableExportDrawer .drawerBox .boxFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxFooter .submitBtn{margin-left:20px}.tableExportDrawer .drawerBox .boxMobileFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn{flex:1;height:40px}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn:nth-child(1){margin-right:10px}.tableFilterDrawer .ant-checkbox-group{display:flex;flex-direction:column}.tableFilterDrawer .ant-checkbox-group label{margin-bottom:10px}.bitzTabbarBlock{height:50px;display:flex;justify-content:space-around;align-items:center;background-color:#fff;-webkit-touch-callout:none}.bitzTabbarBlock.bitzTabbarFixedBlock{position:fixed;bottom:0;left:0;right:0}.bitzTabbarBlock.bitzTabbarBlockBottomSafe{--safeArea-insetBottom: env(safe-area-inset-bottom);height:calc(50px + var(--safeArea-insetBottom));padding-bottom:var(--safeArea-insetBottom)}.bitzTabbarBlock.bitzTabbarBlockBorder{border:1px solid var(--bitzTabbarBlock-borderColor, #ebedf0)}.bitzTabbarBlock .tabbarItem{flex:1;display:flex;flex-direction:column;align-items:center;row-gap:5px}.bitzTabbarBlock .tabbarItem .tabbarItemIcon,.bitzTabbarBlock .tabbarItem .tabbarItemImage{display:flex;justify-content:center;align-items:center}.bitzTabbarBlock .tabbarItem .tabbarItemImage .image{height:22px}.bitzTabbarBlock .tabbarItem .tabbarItemBadgeWrapper{position:relative}.bitzTabbarBlock .tabbarItem .tabbarItemDotBadge{position:absolute;top:-2px;right:-3px;width:8px;height:8px;border-radius:50%}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-count{height:14px;line-height:14px;transform:translate(66%,-20%);border-radius:8px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-multiple-words{padding:0 5px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-dot{transform:translate(25%,-30%)}.bitzTabbarBlock .tabbarItem .tabbarItemNumBadge{position:absolute;top:-2px;right:-8px;height:15px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:12px;line-height:13px;color:#fff}.bitzTabbarBlock .tabbarItem .tabbarItemText{font-size:13px;line-height:14px;font-weight:500}.crudSearchButtons{margin-left:auto;text-align:right;box-sizing:border-box}.QueryFilterMobile{display:flex;justify-content:space-between;align-items:center}.QueryFilterMobile .ant-form-item{margin-bottom:0}.QueryFilterMobile .search{width:100%}.QueryFilterMobile .more{margin-left:10px}.QueryFilterDrawerBody{flex:1;padding:20px;display:flex;flex-direction:column}.QueryFilterDrawerForm{overflow-y:auto;max-height:65vh}.QueryFilterDrawerFooter{flex-shrink:0;display:flex;justify-content:space-around;align-items:center}.pickerPopupBlock{z-index:-1!important}.pickerPopupBlock.pickerPopupShow{z-index:1150!important;top:120px!important;box-shadow:none}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1{margin:10px;display:block}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1 ._ant-input-search_4bx9c_5{width:100%}._bitzSelectWrapper_4bx9c_1 ._tag-list_4bx9c_8{margin:10px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11{position:relative;top:20px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15,._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{z-index:10;width:100%;height:68px;pointer-events:none;transform:translateZ(0)}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15{position:absolute;top:0;background:linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{position:absolute;bottom:1px;background:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34{position:relative}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after{content:"";display:block;position:absolute;transform-origin:0 0}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after{border-bottom:1px solid #ebebeb;left:0;bottom:0;width:100%;transform-origin:0 bottom}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before{border-top:1px solid #ebebeb;left:0;top:0;width:100%;transform-origin:0 top}._bitzSelectWrapper_4bx9c_1 ._wheel-wrapper_4bx9c_66{display:flex;padding:0 16px}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66{flex:1;height:173px;overflow:hidden;font-size:18px;text-align:center}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77{padding:0;margin-top:68px;line-height:36px;list-style:none}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83{list-style:none;height:36px;overflow:hidden;white-space:nowrap;color:#333}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83._wheel-disabled-item_4bx9c_90{opacity:.2}._textarea_4bx9c_93{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9}._textarea_4bx9c_93>div{display:flex;flex-wrap:wrap;gap:4px;padding:4px}._select-label_4bx9c_108{padding-left:10px}.bitzToastBlock .pcToastBox{position:fixed;z-index:99999999;top:0;width:800px;min-height:36px;left:50%;margin-left:-400px;border-width:1px;border-style:solid;box-sizing:border-box;display:flex}.bitzToastBlock .pcToastBox .mark,.bitzToastBlock .pcToastBox .close{width:50px;display:flex;align-items:center;justify-content:center}.bitzToastBlock .pcToastBox .content{flex:1;display:flex;align-items:center;font-size:14px;color:#242424}.bitzToastBlock .mobileToastBox{position:fixed;z-index:99999999;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:10px;background-color:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center}.bitzToastBlock .mobileToastBox .content{margin-top:10px;font-size:14px;color:#fff}.tableSelectPopupBlock{padding:10px}.tableSelectPopupBlock .pointerMouse{cursor:pointer}.tableSelectPopupBlock .loadingFailedTable .ant-empty{opacity:0}.tableSelectPopupBlock :where(.tableSelectPopupSearchForm) .ant-form-item{margin-bottom:0}.tableSelectPopupBlock .ant-table-selection-extra{padding-inline-start:4px!important;padding-top:1px}.tableSelectPopupBlock .ant-table-tbody>tr>.numRow{background:transparent}.tableSelectPopupBlock .bitzTableContainer:not(.loadingTable) .ant-table-tbody>tr:not(.ant-table-measure-row,.ant-table-expanded-row)>td:not(.numRow){padding-inline:0px!important}.tableSelectPopupBlock .ant-table-body table{overflow:hidden}.tableSelectPopupBlock .ant-table-body table:after{content:" ";position:absolute;bottom:1px;left:0;width:100%;height:1px;box-shadow:0 1px 0 var(--tableBody-bootomBorderColor)}.tableSelectPopupBlock .tableSelectPopupToolTagSelect{--toolTagSelect-color: #333;position:relative}.tableSelectPopupBlock .tableSelectPopupToolTagSelect .ant-select-selection-placeholder{color:var(--toolTagSelect-color)}.tableSelectPopupBlock .tableSelectPopupTotalSelect{position:relative}.tableSelectPopupBlock .tableSelectPopupTotalSelect .tableSelectPopupTotalSelectTip{position:absolute;top:0;right:0;bottom:0;left:0;padding:1px 12px;padding-inline-end:24px;display:flex;align-items:center;pointer-events:none}.tableSelectPopupBlock .tableSelectPopupTablePagination>.ant-pagination-options>.ant-select-in-form-item{width:auto}.tableSelectPopupTotalPopup .ant-empty-normal{margin-block:8px}._FuiCalendarItemBlock_1rypk_1{pointer-events:auto;border-radius:.4rem;width:auto;margin:0rem;flex-direction:row;box-shadow:none;position:absolute;background-color:transparent;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;cursor:pointer;padding:.1rem;display:flex}._container_1rypk_26{background-color:#dce0fa;color:#3d3e78;border-radius:.4rem;height:100%;-webkit-user-select:none;user-select:none;padding:0;width:100%;overflow:hidden;display:flex;position:relative}._verticalLine_1rypk_38{border-bottom-left-radius:inherit;border-top-left-radius:inherit;min-width:.4rem;width:.4rem;z-index:1;height:100%;background-color:#5b5fc7}._card_1rypk_47{border-bottom-right-radius:inherit;border-top-right-radius:inherit;padding-left:.4rem;padding-right:.4rem;flex:1 1 100%;background:inherit;width:100%;flex-direction:column;overflow:hidden;display:flex;position:relative}._card_1rypk_47:hover{background-color:#c5cbfa;color:#3d3e78;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}._cardBody_1rypk_68{padding-top:.2rem;max-height:3.6rem;line-height:1.8rem;min-height:1.25rem;flex-direction:column;display:flex;padding-bottom:0;padding-left:0;padding-right:0;margin:0}._cardFooter_1rypk_80{align-items:flex-end;right:0;-webkit-box-pack:end;justify-content:flex-end;padding:.4rem .5rem .3rem .8rem;border-radius:.4rem;bottom:0;position:absolute;background-color:inherit;display:flex}._text_1rypk_95{line-height:1.8rem;flex-shrink:1;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;font-weight:600;font-size:12px}._text2_1rypk_104{unicode-bidi:isolate;flex-shrink:1000;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;line-height:16px;font-size:12px;display:block}.textBlock{width:100%;padding:0;display:-webkit-box;-webkit-line-clamp:var(--cell-text-maxRows);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;resize:none;border-radius:0;transition:none!important;line-height:inherit}.cellBlock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.cellBlock .tipBlock{position:absolute;left:0;top:0;right:-1px;bottom:auto;min-height:100%;background-color:#fff;border:2px solid #aaa;display:flex;flex-direction:column;justify-content:flex-start;z-index:1;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none}.cellBlock .tipBlock .closeIcon{position:absolute;right:-4px;border-radius:50%;font-size:12px;display:flex;justify-content:center;align-items:center;padding:4px;color:#fefefe;background-color:#666;cursor:pointer}.cellBlock .tipBlock .closeIcon.top{top:-10px}.cellBlock .tipBlock .closeIcon.bottom{bottom:-10px}.cellBlock .tipBlock .tipText{width:100%;border-radius:0;padding:0;line-height:inherit}.cellBlock .toBottom{top:0;bottom:auto}.cellBlock .toTop{top:auto;bottom:0}.cellBlock .show{opacity:1;-webkit-user-select:text;user-select:text;pointer-events:auto}
1
+ ._BitzAdressBook_ojoim_1{height:100%}._BitzAdressBook_ojoim_1 .ant-tabs{height:calc(100% - 32px)}._BitzAdressBook_ojoim_1 .ant-tabs-content,._BitzAdressBook_ojoim_1 .ant-tabs-content>*{height:100%}._filter_ojoim_11{display:flex;position:relative}._filter_ojoim_11 ._input_ojoim_15{flex:1;display:flex}._filter_ojoim_11 ._icon_ojoim_19{position:absolute;left:9px;top:9px;color:#918c8c}._filter_ojoim_11 input{flex:1;outline:none;background-color:#eee;border:none;height:30px;border-radius:4px;padding-left:30px;padding-right:5px}._filter_ojoim_11 ._filterIcon_ojoim_35{width:40px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}._container_ojoim_43{height:100%;overflow:hidden;position:relative}._main_ojoim_48{height:100%;overflow:auto;margin-right:-8px}._main_ojoim_48 ._item_ojoim_53{display:flex;align-items:center;gap:10px;padding:10px;background-color:#fff}._main_ojoim_48 ._item_ojoim_53:hover{background-color:#efefef}._main_ojoim_48 ._avatar_ojoim_63{width:40px;height:40px;border-radius:100%;background-color:#5d73fa;color:#fff;display:flex;justify-content:center;align-items:center}._main_ojoim_48 ._name_ojoim_73{color:#333}._main_ojoim_48 ._phone_ojoim_76{color:#3339}._sidebar_ojoim_79{height:100%;overflow:auto;position:absolute;right:-34px;top:0;text-align:center;font-size:12px}._sidebar_ojoim_79 ._item_ojoim_53{width:30px;line-height:30px;margin:2px 20px 2px 0;border-radius:4px}._sidebar_ojoim_79 ._item_ojoim_53._active_ojoim_94,._sidebar_ojoim_79 ._item_ojoim_53:hover{cursor:pointer;background:#5d73fa;color:#fff}.bitzFloatLayoutBlock{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;z-index:810;transition:visibility .3s cubic-bezier(.36,.66,.04,1)}.bitzFloatLayoutBlock__overlay{top:0;left:0;width:100%;height:100%;position:absolute;background-color:#0000004d;opacity:0;transition:opacity .15s ease-in}.bitzFloatLayoutBlock__header{position:relative;padding:10px;line-height:1.5;background-color:#f7f7f7}.bitzFloatLayoutBlock__header__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:16px;display:block;padding-right:1.70667rem}.bitzFloatLayoutBlock__header__close{position:absolute;padding:.21333rem;top:50%;right:10px;width:20px;height:100%;line-height:1;transform:translateY(-50%)}.bitzFloatLayoutBlock__header__close:after,.bitzFloatLayoutBlock__header__close:before{content:"";position:absolute;top:50%;left:50%;display:inline-block;width:.768rem;height:2px;border-radius:1px;background:#ccc}.bitzFloatLayoutBlock__header__close:before{transform:translate3d(-50%,-50%,0) rotate(45deg)}.bitzFloatLayoutBlock__header__close:after{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.bitzFloatLayoutBlock__container{position:absolute;bottom:0;width:100%;min-height:10vh;max-height:90vh;background-color:#fff;transform:translate3d(0,100%,0);transition:transform .3s cubic-bezier(.36,.66,.04,1);display:flex;flex-direction:column}.bitzFloatLayoutBlock__body{flex:1;overflow-y:auto}.bitzFloatLayoutBlock--active{visibility:visible}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__overlay{opacity:1}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__container{transform:translateZ(0)}.bitzAppPage{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f4f7fc}.bitzAppPage .pageNavBar{position:relative;width:100%;height:50px;display:flex;align-items:center;justify-content:center}.bitzAppPage .pageNavBar .barLeft{position:absolute;top:0;left:0;width:33%;height:100%;display:flex;align-items:center}.bitzAppPage .pageNavBar .barLeft .icon{margin-left:20px}.bitzAppPage .pageNavBar .barRight{position:absolute;top:0;right:20px;width:33%;height:100%;display:flex;align-items:center;justify-content:flex-end}.bitzAppPage .pageNavBar .barRight .icon{margin-left:20px}.bitzAppPage .pageContent{width:100%;height:calc(100% - 50px);background:#fff}.bitzDrawerBlock .ant-drawer-header-title{flex-direction:row-reverse}.bitzDrawerBlock .ant-drawer-header,.bitzPickDrawerheaderwrap .ant-drawer-header{padding:10px;background-color:#f7f7f7}.bitzPickDrawerheader{display:flex;justify-content:space-between}.bitzPickDrawerContent{margin:-24px}.bitzPickDrawerContent .ant-tabs-tab{padding:15px;margin-left:0!important}.bitzPickDrawerContent .item{display:flex;padding:12px;justify-content:space-between}.bitzPickDrawerContent .item:active{background:rgba(0,0,0,.05)}.bitzCollapseBlock{display:flex;align-items:center;justify-content:center}.bitzCollapseBlock .anticon svg{width:1.5em;height:1.5em}.bitzCollapseBlock:hover{cursor:pointer}.bitzConfirmModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzConfirmModalBlock .ant-modal-content{position:relative;padding:0;border-radius:6px;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-close{position:absolute;top:14px;right:20px;width:16px;height:16px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header{height:44px;margin-bottom:0;border-radius:6px 6px 0 0;padding:10px 20px;box-sizing:border-box;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header .ant-modal-title{display:block;font-size:14px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox{display:flex;justify-content:center;padding:24px 40px 30px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnIcon{width:20px;height:20px;margin-right:10px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText1,.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText3{font-size:12px;color:#697b7a;font-weight:400}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText2{font-size:12px;color:#333;font-weight:550;margin:0 6px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .modalText{font-size:12px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-flow:row-reverse;padding-bottom:24px;border-top:none;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn{width:94px;height:32px;padding:0;border-radius:4px;margin-left:0}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn span{font-size:14px}.bitzModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-content{border-radius:10px}.bitzModalBlock .ant-modal-footer{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzModalBlock .ant-modal-footer .ant-btn:nth-child(2){background-color:#ff4d4f}.bitzModalBlock .textBox{display:flex;align-items:center;justify-content:center;min-height:80px}.BitzLoadMorePage .scroll_container{height:100%}.fullScreenBlock{line-height:0;cursor:pointer}.bitzLanguageTabsBlock{position:fixed;left:0;right:0;bottom:0;z-index:10;padding:10px 30px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 -1px 10px #00000040}.bitzLanguageTabsBlock .languagesBox{display:flex;gap:10px}.bitzLanguageTabsBlock .languagesBox img{cursor:pointer;box-shadow:0 0 5px #00000040}.bitzLanguageTabsBlock .languagesBox .item{padding:2px;display:flex;align-items:center}.bitzLanguageTabsBlock .languagesBox .itemActive{background:#444791}.bitzLanguageTabsBlock .copyBox{font-size:16px}.BitzMeetingTime2Block{width:100%;height:100%;position:relative;display:flex}.BitzMeetingTimeRow{display:flex;flex-direction:column;text-align:center}.BitzMeetingTimeTopTime,.BitzMeetingTimeBottomTime{font-size:10px}.BitzMeetingTimeList{display:flex;flex-direction:column;justify-content:center;margin:2.5px 0;padding:0}.BitzMeetingTime2ItemBlock{font-size:12px;height:50px;width:50px;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer;margin:2.5px;background-color:#f2f3f2;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.free{background-color:#aadf6f}.free:hover{background-color:#6b9e31}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}:root{--rv-list-text-color: #969799;--rv-list-text-font-size: 14px;--rv-list-text-line-height: 50px;--rv-list-loading-icon-size: 16px}.bitz-list__loading,.bitz-list__finished,.bitz-list__error{color:var(--rv-list-text-color);font-size:var(--rv-list-text-font-size);line-height:var(--rv-list-text-line-height);text-align:center}.bitz-list__loading{display:flex;justify-content:center;align-items:center}.bitz-list__loadingText{margin-left:10px}.scrollbar::-webkit-scrollbar{height:.6rem;width:.6rem}.scrollbar::-webkit-scrollbar-corner{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.scrollbar::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBlock{background-color:#fff;position:relative;width:100%;height:100%;display:flex;box-sizing:border-box;--colorNeutralBackground2: #fafafa;--colorNeutralStroke2: #e0e0e0}.bitzFuiCalendarBlock *{box-sizing:border-box}.bitzFuiCalendarContainer{min-width:100%;min-height:100%;opacity:1;flex-direction:column;display:flex;text-align:left;line-height:1.4286;forced-color-adjust:none;font-weight:400;font-size:14px;text-size-adjust:100%}.bitzFuiCalendarToolbar{padding-right:3rem;padding-left:3rem;min-height:4.2rem;-webkit-box-pack:justify;justify-content:space-between;border-left-style:none;border-right-style:none;border-left-color:#e0e0e0;border-bottom-color:#e0e0e0;border-right-color:#e0e0e0;border-top-color:#e0e0e0;border-bottom-style:solid;border-top-style:solid;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;display:flex}.bitzFuiCalendarToolbar__right{column-gap:10px;display:flex}.bitzFuiCalendarToolbar__right_dropdown{padding-bottom:.8rem;padding-top:.8rem;display:inline-flex;align-items:center}.bitzFuiCalendarToolbar__left{-webkit-box-align:center;align-items:center;position:relative;display:flex}.bitzFuiCalendarConent{overflow:auto;flex:1 1 0%;flex-direction:column;display:flex}.bitzFuiCalendarHead{scrollbar-gutter:stable;min-height:6rem;padding-left:5.1rem;border-bottom-color:#e0e0e0;overflow:hidden;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarHead::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarHead::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarHead::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarHead::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem{position:relative;width:0;height:6rem;min-height:6rem;-webkit-box-pack:center;justify-content:center;border-left-color:#e0e0e0;background-color:transparent;flex:1 1 0%;-webkit-box-flex:1;flex-grow:1;flex-direction:column;border-left-style:solid;border-left-width:.1rem;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active:after{right:0;top:0;left:0;height:.2rem;background:#5b5fc7;display:block;position:absolute;content:"";box-sizing:border-box}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__num,.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__week{color:#5b5fc7}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__content{padding-right:1rem;padding-left:1rem;flex-direction:column;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__num{font-size:2.4rem;font-weight:400;line-height:1.3333;color:#616161}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__week{font-weight:400;line-height:1.3333;font-size:1.2rem;color:#616161}.bitzFuiCalendarBody{opacity:1;overflow:auto;flex-direction:column;display:flex;height:calc(100vh - 165px)}.bitzFuiCalendarBodyContainer{scrollbar-gutter:stable;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.bitzFuiCalendarBodyContainer::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBody__time{min-width:5.1rem;width:5.1rem;border-bottom-color:#e0e0e0;height:fit-content;background-color:transparent;flex-direction:column;-webkit-user-select:none;user-select:none;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarBody__time__item{min-height:8.1rem;text-align:center;line-height:1.3333;font-size:1.2rem;color:#616161;display:block}.bitzFuiCalendarBody__content{height:fit-content;width:100%;display:flex}.bitzFuiCalendarBody__content__row{flex:1 1 .1rem;color:#252423;border-left-width:0;border-bottom-width:0;border-right-width:0;border-top-width:2px;border-radius:0;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;box-shadow:none;background-color:transparent;position:relative;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__list{background-color:transparent;width:100%;flex-direction:column;display:flex}.bitzFuiCalendarBody__content__row__list2{top:0;width:calc(100% - 1.6rem);pointer-events:none;height:100%;color:#252423;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:2px;border-bottom-style:none;border-top-style:none;border-radius:0;box-shadow:none;position:absolute;background-color:transparent;border-left-style:none;border-right-style:none;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__item{border-bottom-style:solid;outline-width:0;border-right-style:none;border-top-style:none;background-color:var(--colorNeutralBackground2);border-left-color:var(--colorNeutralStroke2);border-left-style:solid;border-bottom-width:.1rem;border-left-width:.1rem;border-bottom-color:var(--colorNeutralStroke2)}.bitzFuiCalendarBody__content__row__item:hover{background-color:#f0f0f0}.bitzFuiCalendarBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzFuiCalendarBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzFuiCalendarBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;justify-content:space-between;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-content{font-size:12px}.bitzFuiCalendarBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzFuiCalendarBlock-pop-contianer .pop-tag,.bitzFuiCalendarBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.calendarAgendumBlock{height:auto;overflow:auto;list-style:none;display:block;padding:0;margin:0}.bitzNoDataBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.bitzNoDataBlock .noDataText{margin-top:10px;color:#999;font-size:16px}.bitzLoadingBlock{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}:root{--rv-pull-refresh-head-height: 50px;--rv-pull-refresh-head-font-size: 14px;--rv-pull-refresh-head-text-color: #969799;--rv-pull-refresh-loading-icon-size: 16px}.bitz-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.bitz-pull-refresh__track{position:relative;height:100%;transition-property:transform}.bitz-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--rv-pull-refresh-head-height);overflow:hidden;color:var(--rv-pull-refresh-head-text-color);font-size:var(--rv-pull-refresh-head-font-size);line-height:var(--rv-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.bitz-pull-refresh__loading .bitz-loading__spinner{width:var(--rv-pull-refresh-loading-icon-size);height:var(--rv-pull-refresh-loading-icon-size)}._container_tbbzt_1{display:grid;gap:10px}._header_tbbzt_5{display:flex;justify-content:space-between}._setting-btn_tbbzt_9{margin-left:auto}._search_tbbzt_12{height:32px;padding:0 10px}.bitz-page-header{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;position:relative;background-color:transparent;padding-block-start:8px;padding-block-end:16px;padding-inline-start:40px;padding-inline-end:40px}.bitz-page-header-back{font-size:16px;line-height:1}.bitz-page-header-back-button{font-size:16px;cursor:pointer}.bitz-page-header-breadcrumb{padding-block-start:18px}.bitz-page-header-heading{padding-block-start:8px;display:flex;justify-content:space-between}.bitz-page-header-heading-left{display:flex;align-items:center;margin-block:4px;margin-inline-end:0;margin-inline-start:0;overflow:hidden}.bitz-page-header-heading-title{margin-inline-end:12px;margin-block-end:0;color:#000000e0;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bitz-page-header-heading-extra{margin-block:4px;margin-inline-end:0;margin-inline-start:0;white-space:nowrap}.bitz-page-header-content{padding-block-start:8px}.bitz-page-header-footer{margin-block-start:8px}.bitz-page-header-compact .bitz-page-header-heading{flex-wrap:wrap}.bitz-page-header-wide{max-width:1152px;margin:0 auto}.bitz-page-header-rtl{direction:rtl}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}.bitzRefreshBlock{width:100%;height:100px;background:#fff;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox{width:150px;height:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox span{display:inline-block;width:15px;height:100%;margin-right:5px;border-radius:50%;animation:load 1.04s ease infinite;-webkit-animation:load 1.04s ease infinite}.bitzRefreshBlock .loadingBox span:last-child{margin-right:0}@-webkit-keyframes load{0%{opacity:1}to{opacity:0}}.bitzRefreshBlock .loadingBox span:nth-child(1){animation-delay:.13s;-webkit-animation-delay:.13s}.bitzRefreshBlock .loadingBox span:nth-child(2){animation-delay:.26s;-webkit-animation-delay:.26s}.bitzRefreshBlock .loadingBox span:nth-child(3){animation-delay:.39s;-webkit-animation-delay:.39s}.bitzScheduleCenterBlock{--fc-button-bg-color: #ffffff;--fc-button-border-color: #d9d9d9;--fc-button-text-color: rgba(0, 0, 0, .88);--fc-button-active-bg-color: #1677ff;--fc-button-active-border-color: #1677ff;--fc-button-hover-bg-color: #ffffff;--fc-button-hover-border-color: #1677ff;--fc-event-bg-color: #1677ff;--fc-event-border-color: #1677ff;--fc-today-bg-color: #e6f4ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled).fc-button-active:focus,.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active:focus,.bitzScheduleCenterBlock .fc-button-primary:focus{box-shadow:none}.bitzScheduleCenterBlock .fc-button-primary:not(.fc-button-active,:disabled):hover{--fc-button-text-color: #1677ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .fc-button-active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .bitzPopover{display:block;width:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness .fc-event-main .bitzPopover{display:flex;flex-direction:column;flex:1;height:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness>a.fc-daygrid-dot-event{width:100%;white-space:inherit}.bitzScheduleCenterBlock .fc-timegrid-event .fc-event-time{white-space:inherit}.bitzScheduleCenterBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzScheduleCenterBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzScheduleCenterBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-content{font-size:12px}.bitzScheduleCenterBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzScheduleCenterBlock-pop-contianer .pop-tag,.bitzScheduleCenterBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}._bitzPopoverBlock_1wotm_1{vertical-align:middle;word-break:break-all;max-width:100%;position:relative;overflow:hidden}._bitzPopoverBlock_1wotm_1 ._Paragraph_1wotm_8{transition:-webkit-line-clamp .3s linear}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}._container_v9wfg_1{position:fixed;top:66px;bottom:0;right:-500px;z-index:100;width:400px;max-width:100%;background-color:#fff;box-shadow:0 1px 10px #00000026;border-radius:4px;overflow:hidden;transition:.3s ease-out;display:flex;flex-direction:column}._container_v9wfg_1._show_v9wfg_17{right:0}._container_v9wfg_1._hide_v9wfg_20{right:-500px}._container_v9wfg_1 ._select_v9wfg_23{margin-top:10px;outline:none}._container_v9wfg_1 ._select_v9wfg_23>div{box-shadow:none!important;border-width:0!important;border-bottom-width:1px!important}._container_v9wfg_1 h4{padding:0 10px;color:#424242;font-size:18px;line-height:21px;margin-bottom:10px;display:flex;justify-content:space-between}._container_v9wfg_1 ._tag_v9wfg_41{font-weight:400;background-color:#ff9800;color:#fff;border:none}._header_v9wfg_47{background-color:#3f51b5;color:#fff;display:flex;justify-content:space-between}._header_v9wfg_47 h3{font-size:18px;padding:20px 30px;margin:0}._header_v9wfg_47 ._close_v9wfg_58{margin-right:40px;cursor:pointer;color:#efefef}._header_v9wfg_47 ._close_v9wfg_58:hover{color:#fff}._alert_v9wfg_66{color:#ff9800;border-color:#ffe0b2;background-color:#ffe0b2cc}._timerList_v9wfg_71{flex:1;overflow:auto}._timer_v9wfg_71{border-top:1px solid #ddd;padding:10px 18px;display:grid;grid-template-columns:40px 1fr;gap:20px}._timer_v9wfg_71 ._btn_v9wfg_82{font-size:40px;color:#4caf50;cursor:pointer;border-radius:100%;box-shadow:0 6px 10px #00000026}._timer_v9wfg_71 ._btn_v9wfg_82:hover{color:#66bb6a}._timer_v9wfg_71 ._pause_v9wfg_92{color:#ff9800}._timer_v9wfg_71 ._pause_v9wfg_92:hover{color:#ffa726}._timer_v9wfg_71 ._time_v9wfg_71{color:#333;font-size:24px;flex:1}._timer_v9wfg_71 ._tools_v9wfg_103{opacity:0;transition:.15s ease-in}._timer_v9wfg_71:hover ._tools_v9wfg_103{opacity:1}._flex_v9wfg_110{display:flex}._desc_v9wfg_113{margin-top:10px;margin-bottom:3px;font-size:12px;color:#616161;display:flex;justify-content:space-between}._form_v9wfg_121{margin-top:15px}._form_v9wfg_121 .ant-form-item{margin-bottom:10px}._addbtn_v9wfg_127{font-size:60px;position:absolute;right:15px;bottom:15px;z-index:10;color:#5d73fa;background-color:#fff;box-shadow:0 1px 6px #00000040;border-radius:100%;cursor:pointer}._addbtn_v9wfg_127:hover{color:#879bff}.bitzMobileModalBlock .ant-modal-title,.bitzMobileModalBlock .ant-modal-body{text-align:center}.bitzMobileModalBlock .ant-modal-body{padding:20px 0}.bitzMobileModalBlock .ant-modal-footer{display:flex;align-items:center}.bitzMobileModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzMobileModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.bitzPcModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._splitLine_10tio_1{color:#c7c7c7;padding-left:1.2rem;padding-right:1.2rem}._CalendarAgendumItem_10tio_6{max-width:82.6rem;min-height:4.8rem;list-style:none;margin:1.2rem auto .8rem;-webkit-box-align:center;align-items:center;width:100%;-webkit-user-select:none;user-select:none;position:relative;padding:0;display:flex}._timeContainer_10tio_19{font-size:1.6rem;background-color:#fff;padding-bottom:1.2rem;padding-top:1.2rem;height:4.6rem;max-width:84.6rem;width:99%;top:-.1rem;position:sticky;-webkit-box-pack:start;justify-content:flex-start;line-height:2rem;z-index:1;font-weight:600;color:#242424;padding-left:1.2rem;margin:auto;-webkit-box-align:center;align-items:center;display:flex}._timeContainer_10tio_19._istoday_10tio_41{color:#5b5fc7}._ui-list__item__main_10tio_44{min-width:0;-webkit-box-flex:1;flex-grow:1;flex-direction:column;display:flex;width:100%}._ui-list__item__contentWrapper_10tio_52{display:flex}._ui-list__itemcontent_10tio_55{width:100%;flex-basis:100%;flex-shrink:0;line-height:inherit;margin-right:.8rem;font-size:1.2rem;-webkit-box-flex:1;flex-grow:1}._ui-list__item__container_10tio_65{transition:box-shadow .467s ease 0s;box-shadow:#0000001f 0 0 2px,#00000024 0 1px 2px;min-height:6.6rem;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;-webkit-box-pack:center;justify-content:center;border-radius:.4rem;background:#ffffff;-webkit-box-align:center;align-items:center;height:100%;display:flex}._ui-list__item__container__wrap_10tio_82{padding:1.6rem;border-radius:.4rem;width:100%;flex-direction:column;display:flex}._ui-list__item__container__item_10tio_89{overflow:hidden;display:flex}._ui-list__item__container__item_left_10tio_93{align-self:flex-start;display:flex}._ui-list__item__container__item_right_10tio_97{width:100%;flex-direction:column;overflow:hidden;display:flex}._item_left_1_10tio_103{margin-right:1.6rem;height:auto;padding-top:.1rem}._item_left_1_1_10tio_108{border-radius:.2rem;min-width:.4rem;width:.4rem;z-index:1;background-color:#5b5fc7;height:100%}._item_left_2_10tio_116{text-transform:uppercase;width:9rem;text-align:left;flex-direction:column;white-space:nowrap;display:flex}._item_left_2_1_10tio_124{text-transform:lowercase;font-weight:600;font-size:1.4rem;color:#242424;line-height:2.4rem;width:100%;overflow:hidden;display:flex}._item_left_2_2_10tio_134{text-transform:lowercase;line-height:1.6rem;font-size:1.2rem;color:#616161;position:relative;display:flex}._item_right_1_10tio_142{overflow:hidden;display:flex}._item_right_1_1_10tio_146{padding-bottom:.4rem;text-overflow:ellipsis;-webkit-box-align:center;align-items:center;overflow:hidden;display:flex}._item_right_1_1_10tio_146 span{flex-shrink:10000;width:inherit;display:initial;font-weight:600;font-size:1.4rem;color:#242424;text-overflow:ellipsis;line-height:2.4rem;overflow:hidden;white-space:nowrap;cursor:pointer}._item_right_1_2_10tio_167{margin-right:1.2rem;max-width:51rem;line-height:2.4rem;align-self:center;overflow:hidden;display:block;font-size:1.2rem;color:#616161;white-space:nowrap}._item_right_1_3_10tio_178{align-items:flex-start;-webkit-box-pack:center;justify-content:center;margin-left:auto;display:flex}._item_right_2_10tio_185{flex-wrap:wrap;margin-top:.8rem;width:100%;display:flex}._select_ydiq6_1{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9;cursor:pointer}._content_ydiq6_11{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 12px}._placeholder_ydiq6_18{font-size:14px;color:#484644}.bitzTableBlock{--container-bgColor: #fff;height:100%;background:var(--container-bgColor)}.bitzTableBlock.fullscreen:not(:root):fullscreen::backdrop{background:var(--container-bgColor)}.bitzTableBlock .mobileList{height:calc(100% - 200px);padding:10px}.bitzTableBlock .mobileList .listItem{padding:10px;border-radius:6px}.bitzTableBlock .mobileList .listItem:not(:last-child){margin-bottom:10px}.bitzTableBlock .mobileList .listItem .row{display:flex}.bitzTableBlock .mobileList .listItem .row:not(:last-child){margin-bottom:6px}.bitzTableBlock .mobileList .listItem .row .label{flex-shrink:0;font-size:16px;display:flex;align-items:flex-start;flex-direction:column}.bitzTableBlock .mobileList .listItem .row .value{display:flex;flex-wrap:wrap;flex:1;font-size:16px;overflow:hidden}.bitzTableBlock .bitzNoDataBlock{margin-top:20px}.bitzTableBlock .bitzTableContainer{--container-gap: 10px;--toolbar-height: 40px;--toolbar-bgColor: #fafafa;--toolCell-paddingInline: 17px;--toolCell-width: 50px;--thead-bgColor: #e5e5e5;--thead-hoverBgColor: #e0e0e0;--cell-height: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 10px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--oddRow-BgColor: #fff;--fontSize: 12px;--borderColor: #f0f0f0;--cellSkeleton-wrapHeight: 26px;--cellSkeleton-height: 22px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;--scrollbar-width: 4px;height:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>td{border-color:transparent}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody{position:relative;overflow:hidden}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .stretchLine{display:none;width:2px;position:absolute;left:0;top:calc(var(--toolbar-height) + 1px);z-index:1}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizable{position:relative;background-clip:padding-box}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr>.bitzResizable.disabledUserSelect{-webkit-user-select:none;user-select:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr:has(.disabledUserSelect)>.bitzResizable:not(.disabledUserSelect) .bitzResizableHandle{pointer-events:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizableHandle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .disabledResize .bitzResizableHandle,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{position:static;pointer-events:none}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>td{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover{background:var(--thead-hoverBgColor)}.bitzTableBlock .bitzTableContainer .ant-table-column-sort{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-tbody .ant-table-row:not(.ant-table-row-selected)>.ant-table-cell-row-hover{background-color:var(--rowHover-bgColor)!important}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected){background:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected){background:var(--oddRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-body{overflow:auto!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody>.rowPointerCursor{cursor:pointer}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr:not(.ant-table-placeholder)>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-height);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-height: var(--xlTable-height);--cell-lineHeight: var(--xlTable-lineHeight);--fontSize: var(--xlTable-fontSize);--toolCell-width: calc(var(--xlTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xlSkeleton-height) + 4px);--cellSkeleton-height: var(--xlSkeleton-height)}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-height: var(--lgTable-height);--cell-lineHeight: var(--lgTable-lineHeight);--fontSize: var(--lgTable-fontSize);--toolCell-width: calc(var(--lgTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--lgSkeleton-height) + 4px);--cellSkeleton-height: var(--lgSkeleton-height)}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-height: var(--mdTable-height);--cell-lineHeight: var(--mdTable-lineHeight);--fontSize: var(--mdTable-fontSize);--toolCell-width: calc(var(--mdTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--mdSkeleton-height) + 4px);--cellSkeleton-height: var(--mdSkeleton-height)}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-height: var(--smTable-height);--cell-lineHeight: var(--smTable-lineHeight);--fontSize: var(--smTable-fontSize);--toolCell-width: calc(var(--smTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--smSkeleton-height) + 4px);--cellSkeleton-height: var(--smSkeleton-height)}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-height: var(--xsTable-height);--cell-lineHeight: var(--xsTable-lineHeight);--fontSize: var(--xsTable-fontSize);--toolCell-width: calc(var(--xsTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xsSkeleton-height) + 4px);--cellSkeleton-height: var(--xsSkeleton-height)}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:calc(var(--fontSize) / 2);height:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner:after{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px);margin-block-start:calc(calc(var(--fontSize) + 2px) / -2);margin-inline-start:calc(calc(var(--fontSize) + 2px) / -2);border-radius:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:calc(calc(var(--fontSize) - 2px) / 2)!important;height:calc(calc(var(--fontSize) + 4px) / 2)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:calc(var(--fontSize) + 3px);height:calc(var(--fontSize) + 3px)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-cell>.anticon{font-size:calc(var(--fontSize) + 6px);transform:translateY(.15em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-column-sorter-inner .anticon{font-size:calc(var(--fontSize) - 2px);transform:translateY(.08em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .ant-tag,.bitzTableBlock .bitzTableContainer .ant-tag .anticon{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .ant-row{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .ant-switch{font-size:calc(var(--fontSize) - 1px);vertical-align:-.05em}.bitzTableBlock .bitzTableContainer .ant-switch .ant-switch-inner-checked,.bitzTableBlock .bitzTableContainer .ant-switch .ant-switch-inner-unchecked{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .ant-input,.bitzTableBlock .bitzTableContainer .ant-input-prefix,.bitzTableBlock .bitzTableContainer .ant-input-suffix,.bitzTableBlock .bitzTableContainer .ant-input-clear-icon,.bitzTableBlock .bitzTableContainer .ant-input-number,.bitzTableBlock .bitzTableContainer .ant-input-number-prefix,.bitzTableBlock .bitzTableContainer .ant-input-number-suffix{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .ant-input-number-handler .anticon{font-size:calc(calc(var(--fontSize) + 4px) / 2)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-selection-search-input,.bitzTableBlock .bitzTableContainer .ant-select .ant-select-selection-item{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-selection-item-content{margin-inline-end:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-arrow{font-size:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-clear{width:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);font-size:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .ant-select .ant-select-selection-item-remove{font-size:calc(var(--fontSize) - 4px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell,.bitzTableBlock .bitzTableContainer .sorterCol{min-width:var(--toolCell-width)!important;max-width:var(--toolCell-width)!important;padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){height:100%;margin:0!important;padding-block:0!important;padding-inline-start:calc(var(--toolCell-width) - 1px - var(--scrollbar-width))!important;padding-inline-end:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){height:100%;margin:0!important;padding-block:var(--cell-paddingInline);padding-inline-start:calc(var(--cell-paddingInline) - var(--scrollbar-width));padding-inline-end:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:after{border-inline-end-color:transparent!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:1px solid transparent!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){padding-inline-start:calc(var(--toolCell-width) - 1px)!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){padding-inline-start:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper)>.ant-table-wrapper{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper))>div{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td .ant-table-expanded-row-fixed{overflow:visible!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed:after{inset-inline-end:0!important}.bitzTableBlock .bitzTableContainer .bitzTableToolbarBlock{display:flex;justify-content:space-between;align-items:center;height:var(--toolbar-height);padding-inline:0px;column-gap:16px;background-color:var(--toolbar-bgColor);position:relative}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--cellSkeleton-wrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--cellSkeleton-height)}.bitzTableBlock .bitzTableContainer .bitzTablePagination{display:flex;align-items:center;font-family:var(--font-family)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert{flex:1;display:flex;align-items:center;gap:8px;margin-inline-end:8px}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .splitBorder{font-weight:600;transform:translateY(.02em)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .cleanSelected{margin-inline-start:12px}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio:not(.ant-radio-checked) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:var(--radioCheckbox-borderColor)}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper-disabled .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper-disabled .ant-checkbox-inner{color:var(--radioCheckbox-borderColor);cursor:not-allowed}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:not(:hover,:focus){border-color:var(--expandIcon-borderColor)}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:disabled{color:var(--expandIcon-borderColor);cursor:not-allowed}.tableMobileDrawer .ant-drawer-body{padding:0;height:100%}.tableMobileDrawer .drawerBox{height:100%;display:flex;flex-direction:column}.tableMobileDrawer .drawerBox .boxBody{flex:1}.tableMobileDrawer .drawerBox .boxBody .operaList{height:60px;border-bottom:2px solid #f4f7fc;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:18px}.tableMobileDrawer .drawerBox .boxBody .operaList:last-child{border-bottom:none}.tableMobileDrawer .drawerBox .boxLine{width:100%;height:10px;background:#f4f7fc}.tableMobileDrawer .drawerBox .boxFooter{height:60px;display:flex;align-items:center;justify-content:center;font-size:18px}.tableExportDrawer .ant-drawer-wrapper-body{height:100%}.tableExportDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:calc(100% - 56px)}.tableExportDrawer .ant-radio-group,.tableExportDrawer .ant-checkbox-group{display:block}.tableExportDrawer .ant-radio-group label,.tableExportDrawer .ant-checkbox-group label{width:100%}.tableExportDrawer .drawerBox{height:100%}.tableExportDrawer .drawerBox .boxBody{height:calc(100% - 50px)}.tableExportDrawer .drawerBox .boxBody .bodyContent{padding:20px;overflow-x:hidden;overflow-y:auto}.tableExportDrawer .drawerBox .boxBody .row{margin-bottom:20px}.tableExportDrawer .drawerBox .boxBody .row .bitzTitle{margin-bottom:10px}.tableExportDrawer .drawerBox .boxBody .row:last-child{margin-bottom:0}.tableExportDrawer .drawerBox .boxFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxFooter .submitBtn{margin-left:20px}.tableExportDrawer .drawerBox .boxMobileFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn{flex:1;height:40px}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn:nth-child(1){margin-right:10px}.tableFilterDrawer .ant-checkbox-group{display:flex;flex-direction:column}.tableFilterDrawer .ant-checkbox-group label{margin-bottom:10px}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1{margin:10px;display:block}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1 ._ant-input-search_4bx9c_5{width:100%}._bitzSelectWrapper_4bx9c_1 ._tag-list_4bx9c_8{margin:10px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11{position:relative;top:20px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15,._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{z-index:10;width:100%;height:68px;pointer-events:none;transform:translateZ(0)}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15{position:absolute;top:0;background:linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{position:absolute;bottom:1px;background:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34{position:relative}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after{content:"";display:block;position:absolute;transform-origin:0 0}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after{border-bottom:1px solid #ebebeb;left:0;bottom:0;width:100%;transform-origin:0 bottom}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before{border-top:1px solid #ebebeb;left:0;top:0;width:100%;transform-origin:0 top}._bitzSelectWrapper_4bx9c_1 ._wheel-wrapper_4bx9c_66{display:flex;padding:0 16px}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66{flex:1;height:173px;overflow:hidden;font-size:18px;text-align:center}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77{padding:0;margin-top:68px;line-height:36px;list-style:none}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83{list-style:none;height:36px;overflow:hidden;white-space:nowrap;color:#333}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83._wheel-disabled-item_4bx9c_90{opacity:.2}._textarea_4bx9c_93{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9}._textarea_4bx9c_93>div{display:flex;flex-wrap:wrap;gap:4px;padding:4px}._select-label_4bx9c_108{padding-left:10px}.bitzTabbarBlock{height:50px;display:flex;justify-content:space-around;align-items:center;background-color:#fff;-webkit-touch-callout:none}.bitzTabbarBlock.bitzTabbarFixedBlock{position:fixed;bottom:0;left:0;right:0}.bitzTabbarBlock.bitzTabbarBlockBottomSafe{--safeArea-insetBottom: env(safe-area-inset-bottom);height:calc(50px + var(--safeArea-insetBottom));padding-bottom:var(--safeArea-insetBottom)}.bitzTabbarBlock.bitzTabbarBlockBorder{border:1px solid var(--bitzTabbarBlock-borderColor, #ebedf0)}.bitzTabbarBlock .tabbarItem{flex:1;display:flex;flex-direction:column;align-items:center;row-gap:5px}.bitzTabbarBlock .tabbarItem .tabbarItemIcon,.bitzTabbarBlock .tabbarItem .tabbarItemImage{display:flex;justify-content:center;align-items:center}.bitzTabbarBlock .tabbarItem .tabbarItemImage .image{height:22px}.bitzTabbarBlock .tabbarItem .tabbarItemBadgeWrapper{position:relative}.bitzTabbarBlock .tabbarItem .tabbarItemDotBadge{position:absolute;top:-2px;right:-3px;width:8px;height:8px;border-radius:50%}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-count{height:14px;line-height:14px;transform:translate(66%,-20%);border-radius:8px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-multiple-words{padding:0 5px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-dot{transform:translate(25%,-30%)}.bitzTabbarBlock .tabbarItem .tabbarItemNumBadge{position:absolute;top:-2px;right:-8px;height:15px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:12px;line-height:13px;color:#fff}.bitzTabbarBlock .tabbarItem .tabbarItemText{font-size:13px;line-height:14px;font-weight:500}.crudSearchButtons{margin-left:auto;text-align:right;box-sizing:border-box}.QueryFilterMobile{display:flex;justify-content:space-between;align-items:center}.QueryFilterMobile .ant-form-item{margin-bottom:0}.QueryFilterMobile .search{width:100%}.QueryFilterMobile .more{margin-left:10px}.QueryFilterDrawerBody{flex:1;padding:20px;display:flex;flex-direction:column}.QueryFilterDrawerForm{overflow-y:auto;max-height:65vh}.QueryFilterDrawerFooter{flex-shrink:0;display:flex;justify-content:space-around;align-items:center}.pickerPopupBlock{z-index:-1!important}.pickerPopupBlock.pickerPopupShow{z-index:1150!important;top:120px!important;box-shadow:none}.bitzToastBlock .pcToastBox{position:fixed;z-index:99999999;top:0;width:800px;min-height:36px;left:50%;margin-left:-400px;border-width:1px;border-style:solid;box-sizing:border-box;display:flex}.bitzToastBlock .pcToastBox .mark,.bitzToastBlock .pcToastBox .close{width:50px;display:flex;align-items:center;justify-content:center}.bitzToastBlock .pcToastBox .content{flex:1;display:flex;align-items:center;font-size:14px;color:#242424}.bitzToastBlock .mobileToastBox{position:fixed;z-index:99999999;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:10px;background-color:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center}.bitzToastBlock .mobileToastBox .content{margin-top:10px;font-size:14px;color:#fff}.tableSelectPopupBlock{padding:10px}.tableSelectPopupBlock .pointerMouse{cursor:pointer}.tableSelectPopupBlock .loadingFailedTable .ant-empty{opacity:0}.tableSelectPopupBlock :where(.tableSelectPopupSearchForm) .ant-form-item{margin-bottom:0}.tableSelectPopupBlock .ant-table-selection-extra{padding-inline-start:4px!important;padding-top:1px}.tableSelectPopupBlock .ant-table-tbody>tr>.numRow{background:transparent}.tableSelectPopupBlock .bitzTableContainer:not(.loadingTable) .ant-table-tbody>tr:not(.ant-table-measure-row,.ant-table-expanded-row)>td:not(.numRow){padding-inline:0px!important}.tableSelectPopupBlock .ant-table-body table{overflow:hidden}.tableSelectPopupBlock .ant-table-body table:after{content:" ";position:absolute;bottom:1px;left:0;width:100%;height:1px;box-shadow:0 1px 0 var(--tableBody-bootomBorderColor)}.tableSelectPopupBlock .tableSelectPopupToolTagSelect{--toolTagSelect-color: #333;position:relative}.tableSelectPopupBlock .tableSelectPopupToolTagSelect .ant-select-selection-placeholder{color:var(--toolTagSelect-color)}.tableSelectPopupBlock .tableSelectPopupTotalSelect{position:relative}.tableSelectPopupBlock .tableSelectPopupTotalSelect .tableSelectPopupTotalSelectTip{position:absolute;top:0;right:0;bottom:0;left:0;padding:1px 12px;padding-inline-end:24px;display:flex;align-items:center;pointer-events:none}.tableSelectPopupBlock .tableSelectPopupTablePagination>.ant-pagination-options>.ant-select-in-form-item{width:auto}.tableSelectPopupTotalPopup .ant-empty-normal{margin-block:8px}._FuiCalendarItemBlock_1rypk_1{pointer-events:auto;border-radius:.4rem;width:auto;margin:0rem;flex-direction:row;box-shadow:none;position:absolute;background-color:transparent;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;cursor:pointer;padding:.1rem;display:flex}._container_1rypk_26{background-color:#dce0fa;color:#3d3e78;border-radius:.4rem;height:100%;-webkit-user-select:none;user-select:none;padding:0;width:100%;overflow:hidden;display:flex;position:relative}._verticalLine_1rypk_38{border-bottom-left-radius:inherit;border-top-left-radius:inherit;min-width:.4rem;width:.4rem;z-index:1;height:100%;background-color:#5b5fc7}._card_1rypk_47{border-bottom-right-radius:inherit;border-top-right-radius:inherit;padding-left:.4rem;padding-right:.4rem;flex:1 1 100%;background:inherit;width:100%;flex-direction:column;overflow:hidden;display:flex;position:relative}._card_1rypk_47:hover{background-color:#c5cbfa;color:#3d3e78;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}._cardBody_1rypk_68{padding-top:.2rem;max-height:3.6rem;line-height:1.8rem;min-height:1.25rem;flex-direction:column;display:flex;padding-bottom:0;padding-left:0;padding-right:0;margin:0}._cardFooter_1rypk_80{align-items:flex-end;right:0;-webkit-box-pack:end;justify-content:flex-end;padding:.4rem .5rem .3rem .8rem;border-radius:.4rem;bottom:0;position:absolute;background-color:inherit;display:flex}._text_1rypk_95{line-height:1.8rem;flex-shrink:1;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;font-weight:600;font-size:12px}._text2_1rypk_104{unicode-bidi:isolate;flex-shrink:1000;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;line-height:16px;font-size:12px;display:block}.textBlock{width:100%;padding:0;display:-webkit-box;-webkit-line-clamp:var(--cell-text-maxRows);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;resize:none;border-radius:0;transition:none!important;line-height:inherit}.cellBlock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.cellBlock .tipBlock{position:absolute;left:0;top:0;right:-1px;bottom:auto;min-height:100%;background-color:#fff;border:2px solid #aaa;display:flex;flex-direction:column;justify-content:flex-start;z-index:1;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none}.cellBlock .tipBlock .closeIcon{position:absolute;right:-4px;border-radius:50%;font-size:12px;display:flex;justify-content:center;align-items:center;padding:4px;color:#fefefe;background-color:#666;cursor:pointer}.cellBlock .tipBlock .closeIcon.top{top:-10px}.cellBlock .tipBlock .closeIcon.bottom{bottom:-10px}.cellBlock .tipBlock .tipText{width:100%;border-radius:0;padding:0;line-height:inherit}.cellBlock .toBottom{top:0;bottom:auto}.cellBlock .toTop{top:auto;bottom:0}.cellBlock .show{opacity:1;-webkit-user-select:text;user-select:text;pointer-events:auto}
@@ -5,5 +5,5 @@ export interface Props {
5
5
  placeholder?: string | string[];
6
6
  hideFluent?: boolean;
7
7
  }
8
- declare function withFluent<P>(Component: ComponentType<P>): (props: P & Props) => import("react/jsx-runtime").JSX.Element;
8
+ declare function withFluent<P>(Component: ComponentType<P>): (props: P & Props) => any;
9
9
  export default withFluent;
@@ -1,36 +1,37 @@
1
1
  import { j as e } from "../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
2
- import { useMemo as m } from "react";
2
+ import { useMemo as d } from "react";
3
3
  import { theme as x } from "antd";
4
- import { css as p } from "../node_modules/.store/@emotion_css@11.11.2/node_modules/@emotion/css/dist/emotion-css.esm.mjs";
5
- import d from "../node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/SwapRightOutlined.mjs";
6
- import h from "../node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs";
7
- const c = (r) => h(r) || !!r;
8
- function z(r) {
9
- return (f) => {
10
- const { token: t } = x.useToken(), { children: s, placeholder: o, hideFluent: u, ...i } = f, { value: n, defaultValue: l } = i, a = m(
11
- () => c(n) || c(l),
12
- [n, l]
4
+ import { css as c } from "../node_modules/.store/@emotion_css@11.11.2/node_modules/@emotion/css/dist/emotion-css.esm.mjs";
5
+ import h from "../node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/SwapRightOutlined.mjs";
6
+ import "../node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/lodash.default.mjs";
7
+ import p from "../node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/wrapperLodash.mjs";
8
+ const f = (o) => p.isBoolean(o) ? !0 : p.isArray(o) ? !!(o != null && o.length) : !!o;
9
+ function B(o) {
10
+ return (m) => {
11
+ const { token: r } = x.useToken(), { children: s, placeholder: t, hideFluent: u, ...n } = m, { value: i, defaultValue: l } = n, a = d(
12
+ () => f(i) || f(l),
13
+ [i, l]
13
14
  );
14
- return u ? /* @__PURE__ */ e.jsx(e.Fragment, { children: s }) : /* @__PURE__ */ e.jsxs(
15
+ return u ? s : /* @__PURE__ */ e.jsxs(
15
16
  "div",
16
17
  {
17
- className: p`
18
+ className: c`
18
19
  position: relative;
19
20
  &:focus-within {
20
21
  label {
21
22
  top: 0;
22
- background-color: ${t.colorBgBase};
23
- font-size: ${t.fontSizeSM}px;
24
- color: ${t.colorTextPlaceholder};
23
+ background-color: ${r.colorBgBase};
24
+ font-size: ${r.fontSizeSM}px;
25
+ color: ${r.colorTextPlaceholder};
25
26
  }
26
27
  }
27
28
  `,
28
29
  children: [
29
- /* @__PURE__ */ e.jsx(r, { allowClear: !0, ...i, children: s }),
30
+ /* @__PURE__ */ e.jsx(o, { allowClear: !0, ...n, children: s }),
30
31
  /* @__PURE__ */ e.jsx(
31
32
  "label",
32
33
  {
33
- className: p`
34
+ className: c`
34
35
  position: absolute;
35
36
  top: ${a ? 0 : "50%"};
36
37
  left: 7px;
@@ -40,21 +41,18 @@ function z(r) {
40
41
  text-overflow: ellipsis;
41
42
  transform: translateY(-50%);
42
43
  pointer-events: none;
43
- transition: all 0.1s ease-out;
44
- font-size: ${a ? t.fontSizeSM : t.fontSize}px;
45
- background-color: ${t.colorBgBase};
46
- color: ${t.colorTextPlaceholder};
44
+ transition: all 0.1s 0.3s ease-out;
45
+ font-size: ${a ? r.fontSizeSM : r.fontSize}px;
46
+ background-color: ${r.colorBgBase};
47
+ color: ${r.colorTextPlaceholder};
47
48
  padding: 0 2px;
48
49
  border-radius: 2px;
49
50
  max-width: 190px;
50
- overflow: hidden;
51
- text-overflow: ellipsis;
52
- white-space: nowrap;
53
51
  `,
54
- children: typeof o == "string" ? o : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
55
- o == null ? void 0 : o[0],
56
- /* @__PURE__ */ e.jsx(d, {}),
57
- o == null ? void 0 : o[1]
52
+ children: typeof t == "string" ? t : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
53
+ t == null ? void 0 : t[0],
54
+ /* @__PURE__ */ e.jsx(h, {}),
55
+ t == null ? void 0 : t[1]
58
56
  ] })
59
57
  }
60
58
  )
@@ -64,5 +62,5 @@ function z(r) {
64
62
  };
65
63
  }
66
64
  export {
67
- z as default
65
+ B as default
68
66
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitz-react-admin-ui",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
@@ -1,19 +0,0 @@
1
- import { DropdownProps as AntDropdownProps, MenuProps as AntMenuProps } from 'antd';
2
- import { MenuItemType as AntMenuItemType } from 'antd/es/menu/interface';
3
- import { FC, Key } from 'react';
4
- import { BitzConvertBaseProps } from '..';
5
- type DropdownClickEvent<T extends Key = any> = (menuInfo: {
6
- key: T;
7
- }) => void;
8
- type MenuItemType = Omit<AntMenuItemType, 'onClick'>;
9
- export type BitzDropdownToButtonMenuProps<T extends Key = any> = Omit<AntMenuProps, 'items' | 'onClick'> & {
10
- items?: MenuItemType[];
11
- onClick?: DropdownClickEvent<T>;
12
- };
13
- export type DropdownProps = Omit<AntDropdownProps, 'menu'> & {
14
- menu?: BitzDropdownToButtonMenuProps;
15
- };
16
- export type BitzDropdownToButtonProps = DropdownProps & BitzConvertBaseProps;
17
- /** Dropdown 和 Btn互转,items长度大一等于2时显示为Dropdown,为1时显示为button */
18
- declare const BitzDropdownToButton: FC<BitzDropdownToButtonProps>;
19
- export default BitzDropdownToButton;
@@ -1,25 +0,0 @@
1
- import { j as l } from "../../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
2
- import { Dropdown as a, Tooltip as h } from "antd";
3
- import k, { useMemo as j } from "react";
4
- const m = ({
5
- children: e,
6
- ...t
7
- }) => {
8
- var s, c, r;
9
- const { menu: o } = t, i = j(() => {
10
- var n, d;
11
- let p;
12
- if (((n = o == null ? void 0 : o.items) == null ? void 0 : n.length) === 1) {
13
- const x = ((d = o.items[0]) == null ? void 0 : d.key) || "";
14
- o.onClick && (p = () => {
15
- var f;
16
- return (f = o.onClick) == null ? void 0 : f.call(o, { key: x });
17
- });
18
- }
19
- return k.cloneElement(e, { onClick: p });
20
- }, [o == null ? void 0 : o.items, o == null ? void 0 : o.onClick, e]);
21
- return (((s = o == null ? void 0 : o.items) == null ? void 0 : s.length) || 0) > 1 ? /* @__PURE__ */ l.jsx(a, { ...t, children: t.showTootip ? /* @__PURE__ */ l.jsx(h, { title: t.tipText, children: i }) : i }) : t.showTootip ? /* @__PURE__ */ l.jsx(h, { title: ((r = (c = o == null ? void 0 : o.items) == null ? void 0 : c[0]) == null ? void 0 : r.label) || "", children: i }) : i;
22
- };
23
- export {
24
- m as default
25
- };
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import BitzDropdownToButton, { BitzDropdownToButtonProps } from './DropdownToButton';
3
- interface BitzConvertBaseProps {
4
- showTootip?: boolean;
5
- tipText?: React.ReactNode;
6
- }
7
- type CompoundedComponent = React.ForwardRefExoticComponent<any> & {
8
- DropdownToButton: typeof BitzDropdownToButton;
9
- };
10
- declare const BitzConvert: CompoundedComponent;
11
- export type { BitzConvertBaseProps, BitzDropdownToButtonProps };
12
- export default BitzConvert;
@@ -1,8 +0,0 @@
1
- import { j as o } from "../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
2
- import r from "./DropdownToButton/index.mjs";
3
- const t = () => /* @__PURE__ */ o.jsx(o.Fragment, {});
4
- process.env.NODE_ENV !== "production" && (t.displayName = "BitzConvert");
5
- t.DropdownToButton = r;
6
- export {
7
- t as default
8
- };
@@ -1,8 +0,0 @@
1
- import { ResizeCallbackData } from 'react-resizable';
2
- declare const ResizableTitle: (props: React.HTMLAttributes<any> & {
3
- hasScrollBar?: boolean;
4
- scrollbarSize?: number;
5
- onResize: (e: React.SyntheticEvent<Element>, data: ResizeCallbackData) => void;
6
- width: number;
7
- }) => import("react/jsx-runtime").JSX.Element;
8
- export default ResizableTitle;