zartui 3.1.11 → 3.1.13

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 (258) hide show
  1. package/README.md +23 -23
  2. package/es/action-sheet/index.css +1 -1
  3. package/es/avatar/index.css +1 -1
  4. package/es/badge/index.css +1 -1
  5. package/es/button/index.css +1 -1
  6. package/es/calendar/index.css +1 -1
  7. package/es/calendar/utils.d.ts +2 -2
  8. package/es/cascader/Cascader.d.ts +1 -1
  9. package/es/cascader/index.css +1 -1
  10. package/es/cascader/index.d.ts +1 -1
  11. package/es/cell/Cell.d.ts +34 -0
  12. package/es/cell/Cell.mjs +61 -8
  13. package/es/cell/index.css +1 -1
  14. package/es/cell/index.d.ts +17 -0
  15. package/es/cell/style/index.mjs +1 -0
  16. package/es/cell-group/index.css +1 -1
  17. package/es/checkbox/Checkbox.d.ts +1 -1
  18. package/es/checkbox/index.d.ts +1 -1
  19. package/es/checkbox-group/CheckboxGroup.d.ts +1 -1
  20. package/es/checkbox-group/index.d.ts +1 -1
  21. package/es/collapse/Collapse.d.ts +1 -1
  22. package/es/collapse/index.d.ts +1 -1
  23. package/es/collapse-item/index.css +1 -1
  24. package/es/composables/use-touch.d.ts +1 -0
  25. package/es/composables/use-touch.mjs +8 -1
  26. package/es/config-provider/types.d.ts +1 -1
  27. package/es/date-time-picker/DateTimePicker.d.ts +1 -1
  28. package/es/date-time-picker/DateTimePickerWrapper.d.ts +1 -1
  29. package/es/date-time-picker/index.d.ts +1 -1
  30. package/es/dialog/index.css +1 -1
  31. package/es/divider/index.css +1 -1
  32. package/es/drawer-select/DrawerSelect.d.ts +68 -0
  33. package/es/drawer-select/DrawerSelect.mjs +360 -0
  34. package/es/drawer-select/index.css +1 -0
  35. package/es/drawer-select/index.d.ts +53 -0
  36. package/es/drawer-select/index.mjs +8 -0
  37. package/es/drawer-select/style/index.d.ts +1 -0
  38. package/es/drawer-select/style/index.mjs +15 -0
  39. package/es/drawer-select/types.d.ts +26 -0
  40. package/es/drawer-select/types.mjs +0 -0
  41. package/es/dropdown-item/DropdownItem.d.ts +1 -1
  42. package/es/dropdown-item/index.d.ts +1 -1
  43. package/es/dropdown-item/style/index.mjs +2 -1
  44. package/es/dropdown-menu/DropdownMenu.mjs +3 -0
  45. package/es/dropdown-menu/index.css +1 -1
  46. package/es/field/Field.d.ts +27 -3
  47. package/es/field/Field.mjs +11 -3
  48. package/es/field/index.css +1 -1
  49. package/es/field/index.d.ts +19 -3
  50. package/es/floating-bubble/FloatingBubble.d.ts +81 -0
  51. package/es/floating-bubble/FloatingBubble.mjs +181 -0
  52. package/es/floating-bubble/index.css +1 -0
  53. package/es/floating-bubble/index.d.ts +63 -0
  54. package/es/floating-bubble/index.mjs +10 -0
  55. package/es/floating-bubble/style/index.d.ts +1 -0
  56. package/es/floating-bubble/style/index.mjs +4 -0
  57. package/es/floating-bubble/types.d.ts +20 -0
  58. package/es/floating-bubble/types.mjs +0 -0
  59. package/es/hierarchy-select/index.css +1 -1
  60. package/es/image/index.css +1 -1
  61. package/es/image-preview/index.css +1 -1
  62. package/es/index.d.ts +3 -1
  63. package/es/index.mjs +7 -1
  64. package/es/lazyload/vue-lazyload/index.d.ts +55 -55
  65. package/es/media-picker/index.css +1 -1
  66. package/es/media-picker/watermark/image-processor.mjs +2 -2
  67. package/es/media-player/index.css +1 -1
  68. package/es/multiple-picker/index.css +1 -1
  69. package/es/nav-bar/NavBar.d.ts +1 -1
  70. package/es/nav-bar/index.d.ts +1 -1
  71. package/es/notice-bar/index.css +1 -1
  72. package/es/number-keyboard/NumberKeyboard.d.ts +1 -1
  73. package/es/number-keyboard/index.css +1 -1
  74. package/es/number-keyboard/index.d.ts +1 -1
  75. package/es/password-input/index.css +1 -1
  76. package/es/picker/Picker.d.ts +1 -1
  77. package/es/picker/index.css +1 -1
  78. package/es/picker/index.d.ts +1 -1
  79. package/es/popover/index.css +1 -1
  80. package/es/popup/index.css +1 -1
  81. package/es/pull-refresh/PullRefresh.d.ts +1 -1
  82. package/es/pull-refresh/index.d.ts +1 -1
  83. package/es/radio-group/RadioGroup.d.ts +1 -1
  84. package/es/radio-group/index.d.ts +1 -1
  85. package/es/radio-picker/RadioPicker.d.ts +1 -1
  86. package/es/radio-picker/index.css +1 -1
  87. package/es/radio-picker/index.d.ts +1 -1
  88. package/es/radio-picker/style/index.mjs +3 -3
  89. package/es/rate/Rate.d.ts +1 -1
  90. package/es/rate/index.d.ts +1 -1
  91. package/es/search/Search.d.ts +2 -2
  92. package/es/search/index.css +1 -1
  93. package/es/search/index.d.ts +2 -2
  94. package/es/step/index.css +1 -1
  95. package/es/stepper/Stepper.d.ts +1 -1
  96. package/es/stepper/index.css +1 -1
  97. package/es/stepper/index.d.ts +1 -1
  98. package/es/steps/index.css +1 -1
  99. package/es/style/base.css +1 -1
  100. package/es/style/css-variables.css +1 -1
  101. package/es/switch/Switch.d.ts +1 -1
  102. package/es/switch/index.d.ts +1 -1
  103. package/es/tabbar/Tabbar.d.ts +2 -2
  104. package/es/tabbar/index.css +1 -1
  105. package/es/tabbar/index.d.ts +2 -2
  106. package/es/tabbar-item/index.css +1 -1
  107. package/es/tabs/Tabs.mjs +4 -2
  108. package/es/tabs/TabsTitle.mjs +16 -6
  109. package/es/tabs/index.css +1 -1
  110. package/es/tag/index.css +1 -1
  111. package/es/text-ellipsis/TextEllipsis.mjs +2 -0
  112. package/es/time-picker/TimePicker.d.ts +1 -1
  113. package/es/time-picker/index.css +1 -1
  114. package/es/time-picker/index.d.ts +1 -1
  115. package/es/timeline/index.css +1 -1
  116. package/es/uploader/index.css +1 -1
  117. package/es/utils/closest.d.ts +1 -0
  118. package/es/utils/closest.mjs +8 -0
  119. package/es/utils/constant.d.ts +1 -1
  120. package/es/utils/constant.mjs +3 -3
  121. package/es/utils/index.d.ts +1 -0
  122. package/es/utils/index.mjs +1 -0
  123. package/es/utils/validate.d.ts +2 -1
  124. package/es/utils/validate.mjs +9 -0
  125. package/es/vue-sfc-shim.d.ts +6 -6
  126. package/es/vue-tsx-shim.d.ts +23 -23
  127. package/lib/action-sheet/index.css +1 -1
  128. package/lib/avatar/index.css +1 -1
  129. package/lib/badge/index.css +1 -1
  130. package/lib/button/index.css +1 -1
  131. package/lib/calendar/index.css +1 -1
  132. package/lib/calendar/utils.d.ts +2 -2
  133. package/lib/cascader/Cascader.d.ts +1 -1
  134. package/lib/cascader/index.css +1 -1
  135. package/lib/cascader/index.d.ts +1 -1
  136. package/lib/cell/Cell.d.ts +34 -0
  137. package/lib/cell/Cell.js +61 -8
  138. package/lib/cell/index.css +1 -1
  139. package/lib/cell/index.d.ts +17 -0
  140. package/lib/cell/style/index.js +1 -0
  141. package/lib/cell-group/index.css +1 -1
  142. package/lib/checkbox/Checkbox.d.ts +1 -1
  143. package/lib/checkbox/index.d.ts +1 -1
  144. package/lib/checkbox-group/CheckboxGroup.d.ts +1 -1
  145. package/lib/checkbox-group/index.d.ts +1 -1
  146. package/lib/collapse/Collapse.d.ts +1 -1
  147. package/lib/collapse/index.d.ts +1 -1
  148. package/lib/collapse-item/index.css +1 -1
  149. package/lib/composables/use-touch.d.ts +1 -0
  150. package/lib/composables/use-touch.js +8 -1
  151. package/lib/config-provider/types.d.ts +1 -1
  152. package/lib/date-time-picker/DateTimePicker.d.ts +1 -1
  153. package/lib/date-time-picker/DateTimePickerWrapper.d.ts +1 -1
  154. package/lib/date-time-picker/index.d.ts +1 -1
  155. package/lib/dialog/index.css +1 -1
  156. package/lib/divider/index.css +1 -1
  157. package/lib/drawer-select/DrawerSelect.d.ts +68 -0
  158. package/lib/drawer-select/DrawerSelect.js +389 -0
  159. package/lib/drawer-select/index.css +1 -0
  160. package/lib/drawer-select/index.d.ts +53 -0
  161. package/lib/drawer-select/index.js +37 -0
  162. package/lib/drawer-select/style/index.d.ts +1 -0
  163. package/lib/drawer-select/style/index.js +15 -0
  164. package/lib/drawer-select/types.d.ts +26 -0
  165. package/lib/drawer-select/types.js +15 -0
  166. package/lib/dropdown-item/DropdownItem.d.ts +1 -1
  167. package/lib/dropdown-item/index.d.ts +1 -1
  168. package/lib/dropdown-item/style/index.js +2 -1
  169. package/lib/dropdown-menu/DropdownMenu.js +3 -0
  170. package/lib/dropdown-menu/index.css +1 -1
  171. package/lib/field/Field.d.ts +27 -3
  172. package/lib/field/Field.js +11 -3
  173. package/lib/field/index.css +1 -1
  174. package/lib/field/index.d.ts +19 -3
  175. package/lib/floating-bubble/FloatingBubble.d.ts +81 -0
  176. package/lib/floating-bubble/FloatingBubble.js +210 -0
  177. package/lib/floating-bubble/index.css +1 -0
  178. package/lib/floating-bubble/index.d.ts +63 -0
  179. package/lib/floating-bubble/index.js +39 -0
  180. package/lib/floating-bubble/style/index.d.ts +1 -0
  181. package/lib/floating-bubble/style/index.js +4 -0
  182. package/lib/floating-bubble/types.d.ts +20 -0
  183. package/lib/floating-bubble/types.js +15 -0
  184. package/lib/hierarchy-select/index.css +1 -1
  185. package/lib/image/index.css +1 -1
  186. package/lib/image-preview/index.css +1 -1
  187. package/lib/index.css +1 -1
  188. package/lib/index.d.ts +3 -1
  189. package/lib/index.js +7 -1
  190. package/lib/lazyload/vue-lazyload/index.d.ts +55 -55
  191. package/lib/media-picker/index.css +1 -1
  192. package/lib/media-picker/watermark/image-processor.js +1 -1
  193. package/lib/media-player/index.css +1 -1
  194. package/lib/multiple-picker/index.css +1 -1
  195. package/lib/nav-bar/NavBar.d.ts +1 -1
  196. package/lib/nav-bar/index.d.ts +1 -1
  197. package/lib/notice-bar/index.css +1 -1
  198. package/lib/number-keyboard/NumberKeyboard.d.ts +1 -1
  199. package/lib/number-keyboard/index.css +1 -1
  200. package/lib/number-keyboard/index.d.ts +1 -1
  201. package/lib/password-input/index.css +1 -1
  202. package/lib/picker/Picker.d.ts +1 -1
  203. package/lib/picker/index.css +1 -1
  204. package/lib/picker/index.d.ts +1 -1
  205. package/lib/popover/index.css +1 -1
  206. package/lib/popup/index.css +1 -1
  207. package/lib/pull-refresh/PullRefresh.d.ts +1 -1
  208. package/lib/pull-refresh/index.d.ts +1 -1
  209. package/lib/radio-group/RadioGroup.d.ts +1 -1
  210. package/lib/radio-group/index.d.ts +1 -1
  211. package/lib/radio-picker/RadioPicker.d.ts +1 -1
  212. package/lib/radio-picker/index.css +1 -1
  213. package/lib/radio-picker/index.d.ts +1 -1
  214. package/lib/radio-picker/style/index.js +3 -3
  215. package/lib/rate/Rate.d.ts +1 -1
  216. package/lib/rate/index.d.ts +1 -1
  217. package/lib/search/Search.d.ts +2 -2
  218. package/lib/search/index.css +1 -1
  219. package/lib/search/index.d.ts +2 -2
  220. package/lib/step/index.css +1 -1
  221. package/lib/stepper/Stepper.d.ts +1 -1
  222. package/lib/stepper/index.css +1 -1
  223. package/lib/stepper/index.d.ts +1 -1
  224. package/lib/steps/index.css +1 -1
  225. package/lib/style/base.css +1 -1
  226. package/lib/style/css-variables.css +1 -1
  227. package/lib/switch/Switch.d.ts +1 -1
  228. package/lib/switch/index.d.ts +1 -1
  229. package/lib/tabbar/Tabbar.d.ts +2 -2
  230. package/lib/tabbar/index.css +1 -1
  231. package/lib/tabbar/index.d.ts +2 -2
  232. package/lib/tabbar-item/index.css +1 -1
  233. package/lib/tabs/Tabs.js +4 -2
  234. package/lib/tabs/TabsTitle.js +16 -6
  235. package/lib/tabs/index.css +1 -1
  236. package/lib/tag/index.css +1 -1
  237. package/lib/text-ellipsis/TextEllipsis.js +2 -0
  238. package/lib/time-picker/TimePicker.d.ts +1 -1
  239. package/lib/time-picker/index.css +1 -1
  240. package/lib/time-picker/index.d.ts +1 -1
  241. package/lib/timeline/index.css +1 -1
  242. package/lib/uploader/index.css +1 -1
  243. package/lib/utils/closest.d.ts +1 -0
  244. package/lib/utils/closest.js +27 -0
  245. package/lib/utils/constant.d.ts +1 -1
  246. package/lib/utils/constant.js +3 -3
  247. package/lib/utils/index.d.ts +1 -0
  248. package/lib/utils/index.js +1 -0
  249. package/lib/utils/validate.d.ts +2 -1
  250. package/lib/utils/validate.js +9 -0
  251. package/lib/vue-sfc-shim.d.ts +6 -6
  252. package/lib/vue-tsx-shim.d.ts +23 -23
  253. package/lib/web-types.json +1 -1
  254. package/lib/zartui.cjs.js +3897 -3275
  255. package/lib/zartui.es.js +3898 -3276
  256. package/lib/zartui.js +3886 -3264
  257. package/lib/zartui.min.js +1 -1
  258. package/package.json +9 -8
@@ -0,0 +1,4 @@
1
+ require("../../style/base.css");
2
+ require("../../badge/index.css");
3
+ require("../../icon/index.css");
4
+ require("../index.css");
@@ -0,0 +1,20 @@
1
+ export type FloatingBubbleThemeVars = {
2
+ floatingBubbleSize?: string;
3
+ floatingBubbleInitialGap?: string;
4
+ floatingBubbleIconSize?: string;
5
+ floatingBubbleBackground?: string;
6
+ floatingBubbleColor?: string;
7
+ floatingBubbleZIndex?: number | string;
8
+ };
9
+ export type FloatingBubbleAxis = 'x' | 'y' | 'xy' | 'lock';
10
+ export type FloatingBubbleMagnetic = 'x' | 'y';
11
+ export type FloatingBubbleOffset = {
12
+ x: number;
13
+ y: number;
14
+ };
15
+ export type FloatingBubbleBoundary = {
16
+ top: number;
17
+ right: number;
18
+ bottom: number;
19
+ left: number;
20
+ };
@@ -0,0 +1,15 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __copyProps = (to, from, except, desc) => {
6
+ if (from && typeof from === "object" || typeof from === "function") {
7
+ for (let key of __getOwnPropNames(from))
8
+ if (!__hasOwnProp.call(to, key) && key !== except)
9
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
+ }
11
+ return to;
12
+ };
13
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
14
+ var stdin_exports = {};
15
+ module.exports = __toCommonJS(stdin_exports);
@@ -1 +1 @@
1
- :root{--zt-hierarchy-select-color: var(--zt-gray-5);--zt-hierarchy-select-duration: var(--zt-duration-fast);--zt-hierarchy-select-round-icon-border: 1px solid rgba(45, 75, 115, .13);--zt-hierarchy-select-round-icon-box-shadow: -1px -1px 2px 0 #ffffff, 0 0 3px 0 rgba(45, 75, 115, .2);--zt-hierarchy-select-round-icon-background: linear-gradient(135deg, #e6ebf0 0%, #ffffff 100%);--zt-hierarchy-select-checked-icon-color: var(--zt-primary-color);--zt-hierarchy-select-checked-icon-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .2);--zt-hierarchy-select-checked-icon-border: 1px solid rgba(255, 255, 255, .5);--zt-hierarchy-select-disabled-icon-shadow: -1px -1px 2px 0 #fff, 0 0 3px 0 rgba(45, 75, 115, .2);--zt-hierarchy-select-disabled-icon-border: 1px solid rgba(255, 255, 255, .5);--zt-hierarchy-select-disabled-checked-icon-opacity: .4;--zt-hierarchy-select-disabled-icon-background: linear-gradient(134deg, #e1e6eb 0%, #e5edf5 100%);--zt-hierarchy-breadcrumb-line-height: 44px;--zt-hierarchy-select-sub-icon-gap: 4px}:root[zt-theme-size=large]{--zt-hierarchy-breadcrumb-line-height: 56px}.zt-hierarchy-select__score-item{position:relative;display:flex;justify-content:space-between;align-items:center;padding:10px 0 10px var(--zt-padding-md);background-color:var(--zt-background-2)}.zt-hierarchy-select__score-item:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:0;bottom:0;left:var(--zt-padding-md);border-bottom:1px solid var(--zt-border-color);transform:scaleY(.5)}.zt-hierarchy-select__item-content{flex:1;margin-right:var(--zt-padding-md);width:278px;font-size:var(--zt-font-size-md);font-weight:400;text-align:left;color:var(--zt-gray);line-height:var(--zt-line-height-xl);word-break:break-all}.zt-hierarchy-select__item-content--selected,.zt-hierarchy-select__item-content span{color:var(--zt-primary-color)}.zt-hierarchy-select__disable .zt-hierarchy-select__sub-level,.zt-hierarchy-select__disable-parent .zt-hierarchy-select__sub-level,.zt-hierarchy-select__disable .zt-hierarchy-select__item-content,.zt-hierarchy-select__disable-parent .zt-hierarchy-select__item-content{opacity:.4}.zt-hierarchy-select__item-nav{padding:0 16px;border-left:rgba(0,0,0,.1) 1px solid}.zt-hierarchy-select__svg-defs-path-fill{fill:var(--zt-primary-color)}.zt-hierarchy-select__sub-level{display:flex;align-items:center;gap:var(--zt-hierarchy-select-sub-icon-gap)}.zt-hierarchy-select__sub-level span{color:var(--zt-primary-color);font-size:var(--zt-font-size-md)}.zt-hierarchy-select__sub-level--disable{opacity:.2}.zt-hierarchy-select__sub-icon{line-height:.75}.zt-hierarchy-select__svg-sub-icon{width:var(--zt-font-size-md);height:var(--zt-font-size-md)}.zt-hierarchy-select__multiple-button{margin-right:8px;display:flex;justify-content:center;align-items:center}.zt-hierarchy-select__icon{font-size:0;font-size:var(--zt-font-size-lg);cursor:pointer;box-sizing:border-box}.zt-hierarchy-select__icon .zt-icon{display:flex;justify-content:center;align-items:center;color:transparent;text-align:center;width:18px;height:18px;border:1px solid var(--zt-hierarchy-select-color);transition-duration:var(--zt-hierarchy-select-duration);transition-property:color,border-color,background-color}.zt-hierarchy-select__icon--round .zt-icon{border-radius:100%;border:var(--zt-hierarchy-select-round-icon-border);box-shadow:var(--zt-hierarchy-select-round-icon-box-shadow);background:var(--zt-hierarchy-select-round-icon-background)}.zt-hierarchy-select__icon--indeterminate .zt-icon{color:var(--zt-white);background:var(--zt-checkbox-checked-icon-color);box-shadow:var(--zt-checkbox-checked-icon-shadow);border:var(--zt-checkbox-checked-icon-border)}.zt-hierarchy-select__icon--checked .zt-icon{color:var(--zt-white);background:var(--zt-hierarchy-select-checked-icon-color);box-shadow:var(--zt-hierarchy-select-checked-icon-shadow);border:var(--zt-hierarchy-select-checked-icon-border)}.zt-hierarchy-select__icon--disabled{cursor:not-allowed}.zt-hierarchy-select__icon--disabled .zt-icon{border:var(--zt-hierarchy-select-disabled-icon-border);box-shadow:var(--zt-hierarchy-select-disabled-icon-shadow);background:var(--zt-hierarchy-select-disabled-icon-background)}.zt-hierarchy-select__icon--disabled.zt-hierarchy-select__icon--checked .zt-icon{opacity:var(--zt-hierarchy-select-disabled-checked-icon-opacity);background:var(--zt-primary-color);color:var(--zt-white)}.zt-breadcrumb{padding:0 16px}.zt-breadcrumb__list{box-sizing:border-box;height:var(--zt-hierarchy-breadcrumb-line-height);display:flex;align-items:center;color:var(--zt-primary-color);width:100%;overflow-x:scroll;font-size:var(--zt-font-size-lg)}.zt-breadcrumb__list::-webkit-scrollbar{width:0;height:0}.zt-breadcrumb__default{display:flex;white-space:nowrap}.zt-breadcrumb__item{height:44px;display:flex;align-items:center;white-space:nowrap}.zt-breadcrumb__item:last-child{color:var(--zt-gray)}.zt-breadcrumb__icon{padding:0 4px}
1
+ :root{--zt-hierarchy-select-color: var(--zt-gray-5);--zt-hierarchy-select-duration: var(--zt-duration-fast);--zt-hierarchy-select-round-icon-border: 1px solid rgba(45, 75, 115, .13);--zt-hierarchy-select-round-icon-box-shadow: -1px -1px 2px 0 #ffffff, 0 0 3px 0 rgba(45, 75, 115, .2);--zt-hierarchy-select-round-icon-background: linear-gradient(135deg, #e6ebf0 0%, #ffffff 100%);--zt-hierarchy-select-checked-icon-color: var(--zt-primary-color);--zt-hierarchy-select-checked-icon-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .2);--zt-hierarchy-select-checked-icon-border: 1px solid rgba(255, 255, 255, .5);--zt-hierarchy-select-disabled-icon-shadow: -1px -1px 2px 0 #fff, 0 0 3px 0 rgba(45, 75, 115, .2);--zt-hierarchy-select-disabled-icon-border: 1px solid rgba(255, 255, 255, .5);--zt-hierarchy-select-disabled-checked-icon-opacity: .4;--zt-hierarchy-select-disabled-icon-background: linear-gradient(134deg, #e1e6eb 0%, #e5edf5 100%);--zt-hierarchy-breadcrumb-line-height: 44px;--zt-hierarchy-select-sub-icon-gap: 4px}:root[zt-theme-size=large]{--zt-hierarchy-breadcrumb-line-height: 56px}.zt-hierarchy-select__score-item{position:relative;display:flex;justify-content:space-between;align-items:center;padding:var(--zt-padding-sm) 0 var(--zt-padding-sm) var(--zt-padding-md);background-color:var(--zt-background-popup)}.zt-hierarchy-select__score-item:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:0;bottom:0;left:var(--zt-padding-md);border-bottom:1px solid var(--zt-border-color);transform:scaleY(.5)}.zt-hierarchy-select__item-content{flex:1;margin-right:var(--zt-padding-md);font-size:var(--zt-font-size-md);color:var(--zt-gray);line-height:var(--zt-line-height-md);word-break:break-all}.zt-hierarchy-select__item-content--selected,.zt-hierarchy-select__item-content span{color:var(--zt-primary-color)}.zt-hierarchy-select__disable .zt-hierarchy-select__sub-level,.zt-hierarchy-select__disable-parent .zt-hierarchy-select__sub-level,.zt-hierarchy-select__disable .zt-hierarchy-select__item-content,.zt-hierarchy-select__disable-parent .zt-hierarchy-select__item-content{opacity:.4}.zt-hierarchy-select__item-nav{padding:0 16px;border-left:rgba(0,0,0,.1) 1px solid}.zt-hierarchy-select__svg-defs-path-fill{fill:var(--zt-primary-color)}.zt-hierarchy-select__sub-level{display:flex;align-items:center;gap:var(--zt-hierarchy-select-sub-icon-gap)}.zt-hierarchy-select__sub-level span{color:var(--zt-primary-color);font-size:var(--zt-font-size-md)}.zt-hierarchy-select__sub-level--disable{opacity:.2}.zt-hierarchy-select__sub-icon{line-height:.75}.zt-hierarchy-select__svg-sub-icon{width:var(--zt-font-size-md);height:var(--zt-font-size-md)}.zt-hierarchy-select__multiple-button{margin-right:8px;display:flex;justify-content:center;align-items:center}.zt-hierarchy-select__icon{font-size:var(--zt-font-size-lg);cursor:pointer;box-sizing:border-box}.zt-hierarchy-select__icon .zt-icon{display:flex;justify-content:center;align-items:center;color:transparent;text-align:center;width:18px;height:18px;border:1px solid var(--zt-hierarchy-select-color);transition-duration:var(--zt-hierarchy-select-duration);transition-property:color,border-color,background-color}.zt-hierarchy-select__icon--round .zt-icon{border-radius:100%;border:var(--zt-hierarchy-select-round-icon-border);box-shadow:var(--zt-hierarchy-select-round-icon-box-shadow);background:var(--zt-hierarchy-select-round-icon-background)}.zt-hierarchy-select__icon--indeterminate .zt-icon{color:var(--zt-white);background:var(--zt-checkbox-checked-icon-color);box-shadow:var(--zt-checkbox-checked-icon-shadow);border:var(--zt-checkbox-checked-icon-border)}.zt-hierarchy-select__icon--checked .zt-icon{color:var(--zt-white);background:var(--zt-hierarchy-select-checked-icon-color);box-shadow:var(--zt-hierarchy-select-checked-icon-shadow);border:var(--zt-hierarchy-select-checked-icon-border)}.zt-hierarchy-select__icon--disabled{cursor:not-allowed}.zt-hierarchy-select__icon--disabled .zt-icon{border:var(--zt-hierarchy-select-disabled-icon-border);box-shadow:var(--zt-hierarchy-select-disabled-icon-shadow);background:var(--zt-hierarchy-select-disabled-icon-background)}.zt-hierarchy-select__icon--disabled.zt-hierarchy-select__icon--checked .zt-icon{opacity:var(--zt-hierarchy-select-disabled-checked-icon-opacity);background:var(--zt-primary-color);color:var(--zt-white)}.zt-breadcrumb{padding:0 16px}.zt-breadcrumb__list{box-sizing:border-box;height:var(--zt-hierarchy-breadcrumb-line-height);display:flex;align-items:center;color:var(--zt-primary-color);width:100%;overflow-x:scroll;font-size:var(--zt-font-size-lg)}.zt-breadcrumb__list::-webkit-scrollbar{width:0;height:0}.zt-breadcrumb__default{display:flex;white-space:nowrap}.zt-breadcrumb__item{height:44px;display:flex;align-items:center;white-space:nowrap}.zt-breadcrumb__item:last-child{color:var(--zt-gray)}.zt-breadcrumb__icon{padding:0 4px}
@@ -1 +1 @@
1
- :root{--zt-image-placeholder-text-color: var(--zt-gray-a4);--zt-image-placeholder-background: var(--zt-background-3);--zt-image-icon-font-size: 32px}:root[zt-theme-size=large]{--zt-image-icon-font-size: 38px}.zt-image{position:relative;display:inline-block}.zt-image--round{overflow:hidden;border-radius:var(--zt-radius-max)}.zt-image--round .zt-image__img{border-radius:inherit}.zt-image--block{display:block}.zt-image__img,.zt-image__error,.zt-image__loading{display:block;width:100%;height:100%}.zt-image__error,.zt-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--zt-image-placeholder-text-color);font-size:var(--zt-font-size-md);background:var(--zt-image-placeholder-background)}.zt-image__loading-icon,.zt-image__error-icon{font-size:var(--zt-image-icon-font-size)}
1
+ :root{--zt-image-placeholder-text-color: var(--zt-gray-a4);--zt-image-placeholder-background: var(--zt-background-2);--zt-image-icon-font-size: 32px}:root[zt-theme-size=large]{--zt-image-icon-font-size: 38px}.zt-image{position:relative;display:inline-block}.zt-image--round{overflow:hidden;border-radius:var(--zt-radius-max)}.zt-image--round .zt-image__img{border-radius:inherit}.zt-image--block{display:block}.zt-image__img,.zt-image__error,.zt-image__loading{display:block;width:100%;height:100%}.zt-image__error,.zt-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--zt-image-placeholder-text-color);font-size:var(--zt-font-size-md);background:var(--zt-image-placeholder-background)}.zt-image__loading-icon,.zt-image__error-icon{font-size:var(--zt-image-icon-font-size)}
@@ -1 +1 @@
1
- :root{--zt-image-preview-index-height: 48px;--zt-image-preview-index-background: var(--zt-gray-a4);--zt-image-preview-index-text-color: var(--zt-white);--zt-image-preview-overlay-background: rgba(0, 0, 0, .9);--zt-image-preview-close-icon-color: var(--zt-gray-5);--zt-image-preview-close-icon-margin: var(--zt-padding-md);--zt-image-preview-close-icon-z-index: 1;--zt-image-preview-error-font-size: 36px}:root[zt-theme-size=large]{--zt-image-preview-error-font-size: 42px}.zt-image-preview{position:fixed;top:0;left:0;width:100%;height:100%;max-width:none;background-color:transparent;transform:none}.zt-image-preview__swipe{height:100%}.zt-image-preview__swipe-item{display:flex;align-items:center;justify-content:center;overflow:hidden}.zt-image-preview__cover{position:absolute;top:0;left:0}.zt-image-preview__image,.zt-image-preview__image-wrap{width:100%;transition-property:transform}.zt-image-preview__image--vertical,.zt-image-preview__image-wrap--vertical{width:auto;height:100%}.zt-image-preview__image img,.zt-image-preview__image-wrap img,.zt-image-preview__image video,.zt-image-preview__image-wrap video{-webkit-user-drag:none}.zt-image-preview__image .zt-image__error,.zt-image-preview__image-wrap .zt-image__error{top:30%;height:40%}.zt-image-preview__image .zt-image__error-icon,.zt-image-preview__image-wrap .zt-image__error-icon{font-size:var(--zt-image-preview-error-font-size)}.zt-image-preview__image .zt-image__loading,.zt-image-preview__image-wrap .zt-image__loading{background-color:transparent}.zt-image-preview__index{box-sizing:border-box;display:flex;align-items:center;position:absolute;bottom:0;left:0;width:100%;height:var(--zt-image-preview-index-height);padding:0 16px;background-color:var(--zt-image-preview-index-background);color:var(--zt-image-preview-index-text-color);overflow:hidden}.zt-image-preview__index-number{height:var(--zt-line-height-xl);background:rgba(45,75,115,.8);border-radius:2px;font-size:var(--zt-font-size-sm);text-align:center;line-height:var(--zt-line-height-xl);padding:0 8px}.zt-image-preview__title{flex-shrink:0;margin-left:8px;font-size:var(--zt-font-size-md);line-height:var(--zt-line-height-xl)}.zt-image-preview__overlay{background:var(--zt-image-preview-overlay-background)}.zt-image-preview__close-icon{position:absolute;z-index:var(--zt-image-preview-close-icon-z-index);color:var(--zt-image-preview-close-icon-color);font-size:var(--zt-font-size-xxxl)}.zt-image-preview__close-icon--top-left{top:var(--zt-image-preview-close-icon-margin);left:var(--zt-image-preview-close-icon-margin)}.zt-image-preview__close-icon--top-right{top:var(--zt-image-preview-close-icon-margin);right:var(--zt-image-preview-close-icon-margin)}.zt-image-preview__close-icon--bottom-left{bottom:var(--zt-image-preview-close-icon-margin);left:var(--zt-image-preview-close-icon-margin)}.zt-image-preview__close-icon--bottom-right{right:var(--zt-image-preview-close-icon-margin);bottom:var(--zt-image-preview-close-icon-margin)}
1
+ :root{--zt-image-preview-index-height: 48px;--zt-image-preview-index-background: var(--zt-gray-a4);--zt-image-preview-index-text-color: var(--zt-white);--zt-image-preview-overlay-background: rgba(0, 0, 0, .9);--zt-image-preview-close-icon-color: var(--zt-gray-5);--zt-image-preview-close-icon-margin: var(--zt-padding-md);--zt-image-preview-close-icon-z-index: 1;--zt-image-preview-error-font-size: 36px}:root[zt-theme-size=large]{--zt-image-preview-error-font-size: 42px}.zt-image-preview{position:fixed;top:0;left:0;width:100%;height:100%;max-width:none;background-color:transparent;transform:none}.zt-image-preview__swipe{height:100%}.zt-image-preview__swipe-item{display:flex;align-items:center;justify-content:center;overflow:hidden}.zt-image-preview__cover{position:absolute;top:0;left:0}.zt-image-preview__image,.zt-image-preview__image-wrap{width:100%;transition-property:transform}.zt-image-preview__image--vertical,.zt-image-preview__image-wrap--vertical{width:auto;height:100%}.zt-image-preview__image img,.zt-image-preview__image-wrap img,.zt-image-preview__image video,.zt-image-preview__image-wrap video{-webkit-user-drag:none}.zt-image-preview__image .zt-image__error,.zt-image-preview__image-wrap .zt-image__error{top:30%;height:40%}.zt-image-preview__image .zt-image__error-icon,.zt-image-preview__image-wrap .zt-image__error-icon{font-size:var(--zt-image-preview-error-font-size)}.zt-image-preview__image .zt-image__loading,.zt-image-preview__image-wrap .zt-image__loading{background-color:transparent}.zt-image-preview__index{box-sizing:border-box;display:flex;align-items:center;position:absolute;bottom:0;left:0;width:100%;height:var(--zt-image-preview-index-height);padding:0 16px;background-color:var(--zt-image-preview-index-background);color:var(--zt-image-preview-index-text-color);overflow:hidden}.zt-image-preview__index-number{height:var(--zt-line-height-xl);background:rgba(45,75,115,.8);border-radius:2px;font-size:var(--zt-font-size-sm);text-align:center;line-height:var(--zt-line-height-xl);padding:0 8px}.zt-image-preview__title{flex-shrink:0;margin-left:8px;font-size:var(--zt-font-size-md);line-height:var(--zt-line-height-md)}.zt-image-preview__overlay{background:var(--zt-image-preview-overlay-background)}.zt-image-preview__close-icon{position:absolute;z-index:var(--zt-image-preview-close-icon-z-index);color:var(--zt-image-preview-close-icon-color);font-size:var(--zt-font-size-xxxl)}.zt-image-preview__close-icon--top-left{top:var(--zt-image-preview-close-icon-margin);left:var(--zt-image-preview-close-icon-margin)}.zt-image-preview__close-icon--top-right{top:var(--zt-image-preview-close-icon-margin);right:var(--zt-image-preview-close-icon-margin)}.zt-image-preview__close-icon--bottom-left{bottom:var(--zt-image-preview-close-icon-margin);left:var(--zt-image-preview-close-icon-margin)}.zt-image-preview__close-icon--bottom-right{right:var(--zt-image-preview-close-icon-margin);bottom:var(--zt-image-preview-close-icon-margin)}