@uzum-tech/ui 1.2.3 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/dist/index.js +465 -301
  2. package/dist/index.prod.js +2 -2
  3. package/es/_internal/select-menu/src/SelectMenu.d.ts +2 -0
  4. package/es/_internal/select-menu/src/SelectOption.js +1 -1
  5. package/es/_internal/selection/src/Selection.d.ts +2 -0
  6. package/es/_internal/selection/src/Selection.js +3 -1
  7. package/es/_styles/common/dark.js +1 -1
  8. package/es/_styles/common/light.d.ts +2 -0
  9. package/es/_styles/common/light.js +1 -1
  10. package/es/alert/src/Alert.d.ts +2 -0
  11. package/es/auto-complete/src/AutoComplete.d.ts +2 -0
  12. package/es/avatar-group/src/AvatarGroup.d.ts +2 -0
  13. package/es/calendar/src/Calendar.d.ts +2 -0
  14. package/es/card/src/Card.d.ts +2 -0
  15. package/es/cascader/src/Cascader.d.ts +2 -0
  16. package/es/cascader/src/CascaderMenu.d.ts +2 -0
  17. package/es/cascader/src/CascaderOption.d.ts +2 -0
  18. package/es/cascader/src/CascaderSelectMenu.d.ts +2 -0
  19. package/es/cascader/src/CascaderSubmenu.d.ts +2 -0
  20. package/es/checkbox/src/Checkbox.d.ts +2 -0
  21. package/es/collapse/src/Collapse.d.ts +2 -0
  22. package/es/color-picker/src/ColorInputUnit.d.ts +2 -0
  23. package/es/data-table/src/DataTable.d.ts +2 -0
  24. package/es/data-table/src/HeaderButton/FilterButton.d.ts +2 -0
  25. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +2 -0
  26. package/es/data-table/src/TableParts/Body.d.ts +2 -0
  27. package/es/data-table/src/TableParts/Cell.d.ts +4 -0
  28. package/es/data-table/src/TableParts/Header.d.ts +2 -0
  29. package/es/data-table/styles/light.js +2 -2
  30. package/es/date-picker/src/DatePicker.d.ts +2 -0
  31. package/es/date-picker/src/DatePicker.js +5 -0
  32. package/es/date-picker/src/panel/date.d.ts +2 -0
  33. package/es/date-picker/src/panel/daterange.d.ts +2 -0
  34. package/es/date-picker/src/panel/datetime.d.ts +2 -0
  35. package/es/date-picker/src/panel/datetimerange.d.ts +2 -0
  36. package/es/date-picker/src/panel/panelMonth.d.ts +4 -0
  37. package/es/date-picker/src/panel/panelMonthContent.d.ts +2 -0
  38. package/es/date-picker/src/panel/panelYear.d.ts +4 -0
  39. package/es/date-picker/src/panel/panelYearContent.d.ts +2 -0
  40. package/es/date-picker/src/panel/use-calendar.d.ts +2 -0
  41. package/es/date-picker/src/panel/use-dual-calendar.d.ts +2 -0
  42. package/es/date-picker/src/panel/use-panel-common.d.ts +2 -0
  43. package/es/dialog/src/Dialog.d.ts +2 -0
  44. package/es/dialog/src/DialogProvider.d.ts +4 -0
  45. package/es/drawer/src/Drawer.d.ts +24 -0
  46. package/es/drawer/src/Drawer.js +4 -2
  47. package/es/drawer/src/DrawerBodyWrapper.d.ts +4 -0
  48. package/es/drawer/src/DrawerContent.d.ts +4 -0
  49. package/es/drawer/src/styles/index.cssr.js +4 -0
  50. package/es/drawer/styles/_common.d.ts +2 -0
  51. package/es/drawer/styles/_common.js +3 -1
  52. package/es/drawer/styles/light.d.ts +4 -0
  53. package/es/dropdown/src/Dropdown.d.ts +2 -0
  54. package/es/dynamic-input/src/DynamicInput.d.ts +2 -0
  55. package/es/dynamic-input/src/InputPreset.d.ts +2 -0
  56. package/es/dynamic-input/src/PairPreset.d.ts +2 -0
  57. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -0
  58. package/es/ellipsis/src/Ellipsis.d.ts +2 -0
  59. package/es/input/src/Input.d.ts +2 -0
  60. package/es/input-number/src/InputNumber.d.ts +2 -0
  61. package/es/layout/src/Layout.d.ts +4 -0
  62. package/es/layout/src/LayoutContent.d.ts +2 -0
  63. package/es/layout/src/LayoutSider.d.ts +2 -0
  64. package/es/legacy-transfer/src/Transfer.d.ts +2 -0
  65. package/es/legacy-transfer/src/TransferFilter.d.ts +2 -0
  66. package/es/legacy-transfer/src/TransferList.d.ts +2 -0
  67. package/es/legacy-transfer/src/TransferListItem.d.ts +2 -0
  68. package/es/log/src/Log.d.ts +2 -0
  69. package/es/mention/src/Mention.d.ts +2 -0
  70. package/es/menu/src/Menu.d.ts +2 -0
  71. package/es/menu/src/MenuOption.d.ts +2 -0
  72. package/es/menu/src/Submenu.d.ts +2 -0
  73. package/es/modal/src/BodyWrapper.d.ts +2 -0
  74. package/es/notification/src/NotificationContainer.d.ts +2 -0
  75. package/es/pagination/src/Pagination.d.ts +2 -0
  76. package/es/popconfirm/src/Popconfirm.d.ts +2 -0
  77. package/es/popselect/src/Popselect.d.ts +2 -0
  78. package/es/popselect/src/PopselectPanel.d.ts +2 -0
  79. package/es/select/src/Select.d.ts +2 -0
  80. package/es/status/src/Status.d.ts +36 -6
  81. package/es/status/src/Status.js +28 -22
  82. package/es/status/src/interface.d.ts +3 -0
  83. package/es/status/src/interface.js +1 -0
  84. package/es/status/src/styles/index.cssr.js +5 -1
  85. package/es/status/styles/light.d.ts +2 -0
  86. package/es/status/styles/light.js +3 -1
  87. package/es/steps/src/Step.d.ts +12 -6
  88. package/es/steps/src/Step.js +77 -45
  89. package/es/steps/src/Steps.d.ts +63 -13
  90. package/es/steps/src/Steps.js +6 -2
  91. package/es/steps/src/interface.d.ts +13 -0
  92. package/es/steps/src/interface.js +1 -0
  93. package/es/steps/src/styles/index.cssr.js +24 -1
  94. package/es/steps/styles/light.d.ts +4 -0
  95. package/es/steps/styles/light.js +5 -1
  96. package/es/tag/src/Tag.js +1 -1
  97. package/es/tag/src/styles/index.cssr.js +0 -4
  98. package/es/theme-editor/src/ThemeEditor.d.ts +2 -0
  99. package/es/time-picker/src/Panel.d.ts +2 -0
  100. package/es/time-picker/src/TimePicker.d.ts +2 -0
  101. package/es/tooltip/src/Tooltip.d.ts +2 -0
  102. package/es/transfer/src/Transfer.d.ts +2 -0
  103. package/es/transfer/src/TransferFilter.d.ts +2 -0
  104. package/es/transfer/src/TransferList.d.ts +2 -0
  105. package/es/transfer/src/TransferListItem.d.ts +2 -0
  106. package/es/tree/src/Tree.d.ts +2 -0
  107. package/es/tree/src/TreeNodeCheckbox.d.ts +2 -0
  108. package/es/tree-select/src/TreeSelect.d.ts +2 -0
  109. package/es/upload/src/Upload.d.ts +3 -1
  110. package/es/upload/src/Upload.js +5 -4
  111. package/es/upload/src/UploadFile.d.ts +2 -0
  112. package/es/upload/src/UploadProgress.d.ts +2 -0
  113. package/es/upload/src/UploadTrigger.js +2 -2
  114. package/es/upload/src/interface.d.ts +2 -2
  115. package/es/upload/src/styles/index.cssr.js +1 -1
  116. package/es/version.d.ts +1 -1
  117. package/es/version.js +1 -1
  118. package/lib/_internal/select-menu/src/SelectMenu.d.ts +2 -0
  119. package/lib/_internal/select-menu/src/SelectOption.js +5 -2
  120. package/lib/_internal/selection/src/Selection.d.ts +2 -0
  121. package/lib/_internal/selection/src/Selection.js +6 -4
  122. package/lib/_styles/common/dark.js +1 -1
  123. package/lib/_styles/common/light.d.ts +2 -0
  124. package/lib/_styles/common/light.js +1 -1
  125. package/lib/alert/src/Alert.d.ts +2 -0
  126. package/lib/auto-complete/src/AutoComplete.d.ts +2 -0
  127. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -0
  128. package/lib/calendar/src/Calendar.d.ts +2 -0
  129. package/lib/card/src/Card.d.ts +2 -0
  130. package/lib/cascader/src/Cascader.d.ts +2 -0
  131. package/lib/cascader/src/CascaderMenu.d.ts +2 -0
  132. package/lib/cascader/src/CascaderOption.d.ts +2 -0
  133. package/lib/cascader/src/CascaderSelectMenu.d.ts +2 -0
  134. package/lib/cascader/src/CascaderSubmenu.d.ts +2 -0
  135. package/lib/checkbox/src/Checkbox.d.ts +2 -0
  136. package/lib/collapse/src/Collapse.d.ts +2 -0
  137. package/lib/color-picker/src/ColorInputUnit.d.ts +2 -0
  138. package/lib/data-table/src/DataTable.d.ts +2 -0
  139. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +2 -0
  140. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +2 -0
  141. package/lib/data-table/src/TableParts/Body.d.ts +2 -0
  142. package/lib/data-table/src/TableParts/Cell.d.ts +4 -0
  143. package/lib/data-table/src/TableParts/Header.d.ts +2 -0
  144. package/lib/data-table/styles/light.js +2 -2
  145. package/lib/date-picker/src/DatePicker.d.ts +2 -0
  146. package/lib/date-picker/src/DatePicker.js +5 -0
  147. package/lib/date-picker/src/panel/date.d.ts +2 -0
  148. package/lib/date-picker/src/panel/daterange.d.ts +2 -0
  149. package/lib/date-picker/src/panel/datetime.d.ts +2 -0
  150. package/lib/date-picker/src/panel/datetimerange.d.ts +2 -0
  151. package/lib/date-picker/src/panel/panelMonth.d.ts +4 -0
  152. package/lib/date-picker/src/panel/panelMonthContent.d.ts +2 -0
  153. package/lib/date-picker/src/panel/panelYear.d.ts +4 -0
  154. package/lib/date-picker/src/panel/panelYearContent.d.ts +2 -0
  155. package/lib/date-picker/src/panel/use-calendar.d.ts +2 -0
  156. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +2 -0
  157. package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -0
  158. package/lib/dialog/src/Dialog.d.ts +2 -0
  159. package/lib/dialog/src/DialogProvider.d.ts +4 -0
  160. package/lib/drawer/src/Drawer.d.ts +24 -0
  161. package/lib/drawer/src/Drawer.js +4 -2
  162. package/lib/drawer/src/DrawerBodyWrapper.d.ts +4 -0
  163. package/lib/drawer/src/DrawerContent.d.ts +4 -0
  164. package/lib/drawer/src/styles/index.cssr.js +4 -0
  165. package/lib/drawer/styles/_common.d.ts +2 -0
  166. package/lib/drawer/styles/_common.js +3 -1
  167. package/lib/drawer/styles/light.d.ts +4 -0
  168. package/lib/dropdown/src/Dropdown.d.ts +2 -0
  169. package/lib/dynamic-input/src/DynamicInput.d.ts +2 -0
  170. package/lib/dynamic-input/src/InputPreset.d.ts +2 -0
  171. package/lib/dynamic-input/src/PairPreset.d.ts +2 -0
  172. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -0
  173. package/lib/ellipsis/src/Ellipsis.d.ts +2 -0
  174. package/lib/input/src/Input.d.ts +2 -0
  175. package/lib/input-number/src/InputNumber.d.ts +2 -0
  176. package/lib/layout/src/Layout.d.ts +4 -0
  177. package/lib/layout/src/LayoutContent.d.ts +2 -0
  178. package/lib/layout/src/LayoutSider.d.ts +2 -0
  179. package/lib/legacy-transfer/src/Transfer.d.ts +2 -0
  180. package/lib/legacy-transfer/src/TransferFilter.d.ts +2 -0
  181. package/lib/legacy-transfer/src/TransferList.d.ts +2 -0
  182. package/lib/legacy-transfer/src/TransferListItem.d.ts +2 -0
  183. package/lib/log/src/Log.d.ts +2 -0
  184. package/lib/mention/src/Mention.d.ts +2 -0
  185. package/lib/menu/src/Menu.d.ts +2 -0
  186. package/lib/menu/src/MenuOption.d.ts +2 -0
  187. package/lib/menu/src/Submenu.d.ts +2 -0
  188. package/lib/modal/src/BodyWrapper.d.ts +2 -0
  189. package/lib/notification/src/NotificationContainer.d.ts +2 -0
  190. package/lib/pagination/src/Pagination.d.ts +2 -0
  191. package/lib/popconfirm/src/Popconfirm.d.ts +2 -0
  192. package/lib/popselect/src/Popselect.d.ts +2 -0
  193. package/lib/popselect/src/PopselectPanel.d.ts +2 -0
  194. package/lib/select/src/Select.d.ts +2 -0
  195. package/lib/status/src/Status.d.ts +36 -6
  196. package/lib/status/src/Status.js +27 -21
  197. package/lib/status/src/interface.d.ts +3 -0
  198. package/lib/status/src/interface.js +2 -0
  199. package/lib/status/src/styles/index.cssr.js +5 -1
  200. package/lib/status/styles/light.d.ts +2 -0
  201. package/lib/status/styles/light.js +3 -1
  202. package/lib/steps/src/Step.d.ts +12 -6
  203. package/lib/steps/src/Step.js +77 -45
  204. package/lib/steps/src/Steps.d.ts +63 -13
  205. package/lib/steps/src/Steps.js +6 -2
  206. package/lib/steps/src/interface.d.ts +13 -0
  207. package/lib/steps/src/interface.js +2 -0
  208. package/lib/steps/src/styles/index.cssr.js +24 -1
  209. package/lib/steps/styles/light.d.ts +4 -0
  210. package/lib/steps/styles/light.js +5 -1
  211. package/lib/tag/src/Tag.js +1 -1
  212. package/lib/tag/src/styles/index.cssr.js +0 -4
  213. package/lib/theme-editor/src/ThemeEditor.d.ts +2 -0
  214. package/lib/time-picker/src/Panel.d.ts +2 -0
  215. package/lib/time-picker/src/TimePicker.d.ts +2 -0
  216. package/lib/tooltip/src/Tooltip.d.ts +2 -0
  217. package/lib/transfer/src/Transfer.d.ts +2 -0
  218. package/lib/transfer/src/TransferFilter.d.ts +2 -0
  219. package/lib/transfer/src/TransferList.d.ts +2 -0
  220. package/lib/transfer/src/TransferListItem.d.ts +2 -0
  221. package/lib/tree/src/Tree.d.ts +2 -0
  222. package/lib/tree/src/TreeNodeCheckbox.d.ts +2 -0
  223. package/lib/tree-select/src/TreeSelect.d.ts +2 -0
  224. package/lib/upload/src/Upload.d.ts +3 -1
  225. package/lib/upload/src/Upload.js +5 -4
  226. package/lib/upload/src/UploadFile.d.ts +2 -0
  227. package/lib/upload/src/UploadProgress.d.ts +2 -0
  228. package/lib/upload/src/UploadTrigger.js +2 -2
  229. package/lib/upload/src/interface.d.ts +2 -2
  230. package/lib/upload/src/styles/index.cssr.js +1 -1
  231. package/lib/version.d.ts +1 -1
  232. package/lib/version.js +1 -1
  233. package/package.json +2 -2
  234. package/web-types.json +29 -4
@@ -282,8 +282,10 @@ declare const _default: import("vue").DefineComponent<{
282
282
  staticRed: string;
283
283
  staticOrange: string;
284
284
  staticGreen: string;
285
+ staticDeepBlue: string;
285
286
  staticErrorAccent: string;
286
287
  shadowDepth2: string;
288
+ shadowDepth: string;
287
289
  fontFamily: string;
288
290
  fontFamilyMono: string;
289
291
  cubicBezierEaseInOut: string;
@@ -4,7 +4,7 @@ import { render, mergeEventHandlers } from '../../../_utils';
4
4
  import { CheckmarkIcon } from '../../icons';
5
5
  import { UBaseIcon } from '../../icon';
6
6
  import { internalSelectionMenuInjectionKey } from './interface';
7
- import { UBaseAccountOption } from '../..';
7
+ import UBaseAccountOption from '../../account-option';
8
8
  function renderCheckMark(show, clsPrefix) {
9
9
  return (h(Transition, { name: "fade-in-scale-up-transition" }, {
10
10
  default: () => show ? (h(UBaseIcon, { clsPrefix: clsPrefix, class: `${clsPrefix}-base-select-option__check` }, {
@@ -518,8 +518,10 @@ declare const _default: import("vue").DefineComponent<{
518
518
  staticRed: string;
519
519
  staticOrange: string;
520
520
  staticGreen: string;
521
+ staticDeepBlue: string;
521
522
  staticErrorAccent: string;
522
523
  shadowDepth2: string;
524
+ shadowDepth: string;
523
525
  fontFamily: string;
524
526
  fontFamilyMono: string;
525
527
  cubicBezierEaseInOut: string;
@@ -8,9 +8,11 @@ import { createKey, getTitleAttribute, render, useOnResize, Wrapper } from '../.
8
8
  import Suffix from '../../suffix';
9
9
  import { internalSelectionLight } from '../styles';
10
10
  import style from './styles/index.cssr';
11
- import { UBaseAccountOption, UBaseIcon, UBaseSkeleton } from '../../../_internal';
12
11
  import { getPadding, pxfy, depx } from 'seemly';
13
12
  import UBaseClear from '../../clear';
13
+ import { UBaseIcon } from '../../icon';
14
+ import UBaseAccountOption from '../../account-option';
15
+ import UBaseSkeleton from '../../skeleton';
14
16
  export default defineComponent({
15
17
  name: 'InternalSelection',
16
18
  props: Object.assign(Object.assign({}, useTheme.props), { clsPrefix: {
@@ -1,4 +1,4 @@
1
1
  import commonVariables from './_common';
2
- const derived = Object.assign(Object.assign({ name: 'common' }, commonVariables), { scrollbarColor: 'rgba(255, 255, 255, 0.25)', scrollbarColorHover: 'rgba(255, 255, 255, 0.4)', scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', opacityDisabled: '0.5', brandPrimary50: '#2B204E', brandPrimary100: '#412A89', brandPrimary200: '#6A40ED', brandPrimary300: '#BBA2FD', brandPrimary400: '#7748F1', brandPrimary500: '#8967F1', brandPrimary550: '#6607DF', brandPrimary600: '#5D46A6', brandSecondary500: '#FFFF54', brandSecondary300: '#FDF5A6', brandSecondary600: '#F9DE6D', brandTertiary500: '#C4ED70', brandTertiary300: '#DCF0AF', brandTertiary600: '#9DED70', brandQuaternary500: '#90DDFB', brandQuaternary300: '#C5ECFD', brandQuaternary600: '#54B8F9', brandQuinary500: '#EC616A', brandQuinary300: '#F19EDA', brandQuinary600: '#EA3E68', brandQuinary100: '#FAD6D9', surfacePrimary: '#101010', surfaceSecondary: '#1D1D1D', containerPrimary: '#1D1D1D', containerSecondary: '#313135', textPrimary: '#F3F4F6', textSecondary: '#808080', textTertiary: '#999999', textQuaternary: '#101010', textBrand: '#F3F4F6', elementsPrimary: '#F3F4F6', elementsSecondary: '#101010', elementsTertiary: '#222222', elementsQuaternary: '#424247', elementsQuinary: '#707479', elementsDarkQuinary: '#919396', elementsSenary: '#DFDFDF', elementsOnContainer: '#101010', transparencyPrimary: 'rgba(255, 255, 255, 0.1)', transparencySecondary: 'rgba(255, 255, 255, 0.07)', transparencyTertiary: 'rgba(255, 255, 255, 0.16)', transparencyQuinary: 'rgba(255, 255, 255, 0.32)', transparencyModal: 'rgba(0, 0, 0, 0.75)', staticBlack: '#101010', staticDarkGrey: '#2C2C2D', staticWhite: '#FFFFFF', staticRed: '#F24835', staticOrange: '#F48C2C', staticGreen: '#09B849', staticErrorAccent: '#CB0000', shadowDepth2: '0 0 0 1px #424247' // В дизайне тень вообще отсутствует, пока что пусть побудет визуально как border
2
+ const derived = Object.assign(Object.assign({ name: 'common' }, commonVariables), { scrollbarColor: 'rgba(255, 255, 255, 0.25)', scrollbarColorHover: 'rgba(255, 255, 255, 0.4)', scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', opacityDisabled: '0.5', brandPrimary50: '#2B204E', brandPrimary100: '#412A89', brandPrimary200: '#6A40ED', brandPrimary300: '#BBA2FD', brandPrimary400: '#7748F1', brandPrimary500: '#8967F1', brandPrimary550: '#6607DF', brandPrimary600: '#5D46A6', brandSecondary500: '#FFFF54', brandSecondary300: '#FDF5A6', brandSecondary600: '#F9DE6D', brandTertiary500: '#C4ED70', brandTertiary300: '#DCF0AF', brandTertiary600: '#9DED70', brandQuaternary500: '#90DDFB', brandQuaternary300: '#C5ECFD', brandQuaternary600: '#54B8F9', brandQuinary500: '#EC616A', brandQuinary300: '#F19EDA', brandQuinary600: '#EA3E68', brandQuinary100: '#FAD6D9', surfacePrimary: '#101010', surfaceSecondary: '#1D1D1D', containerPrimary: '#1D1D1D', containerSecondary: '#313135', textPrimary: '#F3F4F6', textSecondary: '#808080', textTertiary: '#999999', textQuaternary: '#101010', textBrand: '#F3F4F6', elementsPrimary: '#F3F4F6', elementsSecondary: '#101010', elementsTertiary: '#222222', elementsQuaternary: '#424247', elementsQuinary: '#707479', elementsDarkQuinary: '#919396', elementsSenary: '#DFDFDF', elementsOnContainer: '#101010', transparencyPrimary: 'rgba(255, 255, 255, 0.1)', transparencySecondary: 'rgba(255, 255, 255, 0.07)', transparencyTertiary: 'rgba(255, 255, 255, 0.16)', transparencyQuinary: 'rgba(255, 255, 255, 0.32)', transparencyModal: 'rgba(0, 0, 0, 0.75)', staticBlack: '#101010', staticDarkGrey: '#2C2C2D', staticWhite: '#FFFFFF', staticRed: '#F24835', staticOrange: '#F48C2C', staticGreen: '#09B849', staticDeepBlue: '#2F53CD', staticErrorAccent: '#CB0000', shadowDepth2: '0 0 0 1px #424247', shadowDepth: '0px 8px 8px 0px rgba(255, 255, 255, 0.25)' // В дизайне тень вообще отсутствует, пока что пусть побудет визуально как border
3
3
  });
4
4
  export default derived;
@@ -54,8 +54,10 @@ declare const derived: {
54
54
  staticRed: string;
55
55
  staticOrange: string;
56
56
  staticGreen: string;
57
+ staticDeepBlue: string;
57
58
  staticErrorAccent: string;
58
59
  shadowDepth2: string;
60
+ shadowDepth: string;
59
61
  fontFamily: string;
60
62
  fontFamilyMono: string;
61
63
  cubicBezierEaseInOut: string;
@@ -1,3 +1,3 @@
1
1
  import commonVariables from './_common';
2
- const derived = Object.assign(Object.assign({ name: 'common' }, commonVariables), { scrollbarColor: 'rgba(0, 0, 0, 0.25)', scrollbarColorHover: 'rgba(0, 0, 0, 0.4)', scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', opacityDisabled: '0.5', brandPrimary50: '#F8F2FF', brandPrimary100: '#EAE2FF', brandPrimary200: '#DACCFF', brandPrimary300: '#BBA2FD', brandPrimary400: '#7748F1', brandPrimary500: '#7000FF', brandPrimary550: '#6607DF', brandPrimary600: '#5B34C1', brandSecondary500: '#FFFF54', brandSecondary300: '#FDF5A6', brandSecondary600: '#F9DE6D', brandTertiary500: '#C4ED70', brandTertiary300: '#DCF0AF', brandTertiary600: '#9DED70', brandQuaternary500: '#90DDFB', brandQuaternary300: '#C5ECFD', brandQuaternary600: '#54B8F9', brandQuinary500: '#EC616A', brandQuinary300: '#F19EDA', brandQuinary600: '#EA3E68', brandQuinary100: '#FAD6D9', surfacePrimary: '#fff', surfaceSecondary: '#1d1d1d', containerPrimary: '#fff', containerSecondary: '#F3F4F6', textPrimary: '#101010', textSecondary: '#808080', textTertiary: '#999999', textQuaternary: '#FFFFFF', textBrand: '#7000FF', elementsPrimary: '#101010', elementsSecondary: '#fff', elementsTertiary: '#F3F4F6', elementsQuaternary: '#E7E8EA', elementsQuinary: '#C5C7CA', elementsDarkQuinary: '#919396', elementsSenary: '#4E4D4D', elementsOnContainer: '#fff', transparencyPrimary: 'rgba(0, 0, 0, 0.35)', transparencySecondary: 'rgba(0, 0, 0, 0.07)', transparencyTertiary: 'rgba(255, 255, 255, 0.16)', transparencyQuinary: 'rgba(255, 255, 255, 0.32)', transparencyModal: 'rgba(0, 0, 0, 0.40)', staticBlack: '#101010', staticDarkGrey: '#2C2C2D', staticWhite: '#FFFFFF', staticRed: '#F24835', staticOrange: '#F48C2C', staticGreen: '#09B849', staticErrorAccent: '#CB0000', shadowDepth2: '0px 20px 80px 0px rgba(0, 0, 0, 0.07)' });
2
+ const derived = Object.assign(Object.assign({ name: 'common' }, commonVariables), { scrollbarColor: 'rgba(0, 0, 0, 0.25)', scrollbarColorHover: 'rgba(0, 0, 0, 0.4)', scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', opacityDisabled: '0.5', brandPrimary50: '#F8F2FF', brandPrimary100: '#EAE2FF', brandPrimary200: '#DACCFF', brandPrimary300: '#BBA2FD', brandPrimary400: '#7748F1', brandPrimary500: '#7000FF', brandPrimary550: '#6607DF', brandPrimary600: '#5B34C1', brandSecondary500: '#FFFF54', brandSecondary300: '#FDF5A6', brandSecondary600: '#F9DE6D', brandTertiary500: '#C4ED70', brandTertiary300: '#DCF0AF', brandTertiary600: '#9DED70', brandQuaternary500: '#90DDFB', brandQuaternary300: '#C5ECFD', brandQuaternary600: '#54B8F9', brandQuinary500: '#EC616A', brandQuinary300: '#F19EDA', brandQuinary600: '#EA3E68', brandQuinary100: '#FAD6D9', surfacePrimary: '#fff', surfaceSecondary: '#1d1d1d', containerPrimary: '#fff', containerSecondary: '#F3F4F6', textPrimary: '#101010', textSecondary: '#808080', textTertiary: '#999999', textQuaternary: '#FFFFFF', textBrand: '#7000FF', elementsPrimary: '#101010', elementsSecondary: '#fff', elementsTertiary: '#F3F4F6', elementsQuaternary: '#E7E8EA', elementsQuinary: '#C5C7CA', elementsDarkQuinary: '#919396', elementsSenary: '#4E4D4D', elementsOnContainer: '#fff', transparencyPrimary: 'rgba(0, 0, 0, 0.35)', transparencySecondary: 'rgba(0, 0, 0, 0.07)', transparencyTertiary: 'rgba(255, 255, 255, 0.16)', transparencyQuinary: 'rgba(255, 255, 255, 0.32)', transparencyModal: 'rgba(0, 0, 0, 0.40)', staticBlack: '#101010', staticDarkGrey: '#2C2C2D', staticWhite: '#FFFFFF', staticRed: '#F24835', staticOrange: '#F48C2C', staticGreen: '#09B849', staticDeepBlue: '#2F53CD', staticErrorAccent: '#CB0000', shadowDepth2: '0px 20px 80px 0px rgba(0, 0, 0, 0.07)', shadowDepth: '0px 8px 8px 0px rgba(0, 0, 0, 0.25)' });
3
3
  export default derived;
@@ -599,8 +599,10 @@ declare const _default: import("vue").DefineComponent<{
599
599
  staticRed: string;
600
600
  staticOrange: string;
601
601
  staticGreen: string;
602
+ staticDeepBlue: string;
602
603
  staticErrorAccent: string;
603
604
  shadowDepth2: string;
605
+ shadowDepth: string;
604
606
  fontFamily: string;
605
607
  fontFamilyMono: string;
606
608
  cubicBezierEaseInOut: string;
@@ -933,8 +933,10 @@ declare const _default: import("vue").DefineComponent<{
933
933
  staticRed: string;
934
934
  staticOrange: string;
935
935
  staticGreen: string;
936
+ staticDeepBlue: string;
936
937
  staticErrorAccent: string;
937
938
  shadowDepth2: string;
939
+ shadowDepth: string;
938
940
  fontFamily: string;
939
941
  fontFamilyMono: string;
940
942
  cubicBezierEaseInOut: string;
@@ -189,8 +189,10 @@ declare const _default: import("vue").DefineComponent<{
189
189
  staticRed: string;
190
190
  staticOrange: string;
191
191
  staticGreen: string;
192
+ staticDeepBlue: string;
192
193
  staticErrorAccent: string;
193
194
  shadowDepth2: string;
195
+ shadowDepth: string;
194
196
  fontFamily: string;
195
197
  fontFamilyMono: string;
196
198
  cubicBezierEaseInOut: string;
@@ -1524,8 +1524,10 @@ declare const _default: import("vue").DefineComponent<{
1524
1524
  staticRed: string;
1525
1525
  staticOrange: string;
1526
1526
  staticGreen: string;
1527
+ staticDeepBlue: string;
1527
1528
  staticErrorAccent: string;
1528
1529
  shadowDepth2: string;
1530
+ shadowDepth: string;
1529
1531
  fontFamily: string;
1530
1532
  fontFamilyMono: string;
1531
1533
  cubicBezierEaseInOut: string;
@@ -392,8 +392,10 @@ declare const _default: import("vue").DefineComponent<{
392
392
  staticRed: string;
393
393
  staticOrange: string;
394
394
  staticGreen: string;
395
+ staticDeepBlue: string;
395
396
  staticErrorAccent: string;
396
397
  shadowDepth2: string;
398
+ shadowDepth: string;
397
399
  fontFamily: string;
398
400
  fontFamilyMono: string;
399
401
  cubicBezierEaseInOut: string;
@@ -1897,8 +1897,10 @@ declare const _default: import("vue").DefineComponent<{
1897
1897
  staticRed: string;
1898
1898
  staticOrange: string;
1899
1899
  staticGreen: string;
1900
+ staticDeepBlue: string;
1900
1901
  staticErrorAccent: string;
1901
1902
  shadowDepth2: string;
1903
+ shadowDepth: string;
1902
1904
  fontFamily: string;
1903
1905
  fontFamilyMono: string;
1904
1906
  cubicBezierEaseInOut: string;
@@ -100,8 +100,10 @@ declare const _default: import("vue").DefineComponent<{
100
100
  staticRed: string;
101
101
  staticOrange: string;
102
102
  staticGreen: string;
103
+ staticDeepBlue: string;
103
104
  staticErrorAccent: string;
104
105
  shadowDepth2: string;
106
+ shadowDepth: string;
105
107
  fontFamily: string;
106
108
  fontFamilyMono: string;
107
109
  cubicBezierEaseInOut: string;
@@ -76,8 +76,10 @@ declare const _default: import("vue").DefineComponent<{
76
76
  staticRed: string;
77
77
  staticOrange: string;
78
78
  staticGreen: string;
79
+ staticDeepBlue: string;
79
80
  staticErrorAccent: string;
80
81
  shadowDepth2: string;
82
+ shadowDepth: string;
81
83
  fontFamily: string;
82
84
  fontFamilyMono: string;
83
85
  cubicBezierEaseInOut: string;
@@ -88,8 +88,10 @@ declare const _default: import("vue").DefineComponent<{
88
88
  staticRed: string;
89
89
  staticOrange: string;
90
90
  staticGreen: string;
91
+ staticDeepBlue: string;
91
92
  staticErrorAccent: string;
92
93
  shadowDepth2: string;
94
+ shadowDepth: string;
93
95
  fontFamily: string;
94
96
  fontFamilyMono: string;
95
97
  cubicBezierEaseInOut: string;
@@ -69,8 +69,10 @@ declare const _default: import("vue").DefineComponent<{
69
69
  staticRed: string;
70
70
  staticOrange: string;
71
71
  staticGreen: string;
72
+ staticDeepBlue: string;
72
73
  staticErrorAccent: string;
73
74
  shadowDepth2: string;
75
+ shadowDepth: string;
74
76
  fontFamily: string;
75
77
  fontFamilyMono: string;
76
78
  cubicBezierEaseInOut: string;
@@ -458,8 +458,10 @@ declare const _default: import("vue").DefineComponent<{
458
458
  staticRed: string;
459
459
  staticOrange: string;
460
460
  staticGreen: string;
461
+ staticDeepBlue: string;
461
462
  staticErrorAccent: string;
462
463
  shadowDepth2: string;
464
+ shadowDepth: string;
463
465
  fontFamily: string;
464
466
  fontFamilyMono: string;
465
467
  cubicBezierEaseInOut: string;
@@ -218,8 +218,10 @@ declare const _default: import("vue").DefineComponent<{
218
218
  staticRed: string;
219
219
  staticOrange: string;
220
220
  staticGreen: string;
221
+ staticDeepBlue: string;
221
222
  staticErrorAccent: string;
222
223
  shadowDepth2: string;
224
+ shadowDepth: string;
223
225
  fontFamily: string;
224
226
  fontFamilyMono: string;
225
227
  cubicBezierEaseInOut: string;
@@ -71,8 +71,10 @@ declare const _default: import("vue").DefineComponent<{
71
71
  staticRed: string;
72
72
  staticOrange: string;
73
73
  staticGreen: string;
74
+ staticDeepBlue: string;
74
75
  staticErrorAccent: string;
75
76
  shadowDepth2: string;
77
+ shadowDepth: string;
76
78
  fontFamily: string;
77
79
  fontFamilyMono: string;
78
80
  cubicBezierEaseInOut: string;
@@ -2866,8 +2866,10 @@ declare const _default: import("vue").DefineComponent<{
2866
2866
  staticRed: string;
2867
2867
  staticOrange: string;
2868
2868
  staticGreen: string;
2869
+ staticDeepBlue: string;
2869
2870
  staticErrorAccent: string;
2870
2871
  shadowDepth2: string;
2872
+ shadowDepth: string;
2871
2873
  fontFamily: string;
2872
2874
  fontFamilyMono: string;
2873
2875
  cubicBezierEaseInOut: string;
@@ -67,8 +67,10 @@ declare const _default: import("vue").DefineComponent<{
67
67
  staticRed: string;
68
68
  staticOrange: string;
69
69
  staticGreen: string;
70
+ staticDeepBlue: string;
70
71
  staticErrorAccent: string;
71
72
  shadowDepth2: string;
73
+ shadowDepth: string;
72
74
  fontFamily: string;
73
75
  fontFamilyMono: string;
74
76
  cubicBezierEaseInOut: string;
@@ -92,8 +92,10 @@ declare const _default: import("vue").DefineComponent<{
92
92
  staticRed: string;
93
93
  staticOrange: string;
94
94
  staticGreen: string;
95
+ staticDeepBlue: string;
95
96
  staticErrorAccent: string;
96
97
  shadowDepth2: string;
98
+ shadowDepth: string;
97
99
  fontFamily: string;
98
100
  fontFamilyMono: string;
99
101
  cubicBezierEaseInOut: string;
@@ -92,8 +92,10 @@ declare const _default: import("vue").DefineComponent<{
92
92
  staticRed: string;
93
93
  staticOrange: string;
94
94
  staticGreen: string;
95
+ staticDeepBlue: string;
95
96
  staticErrorAccent: string;
96
97
  shadowDepth2: string;
98
+ shadowDepth: string;
97
99
  fontFamily: string;
98
100
  fontFamilyMono: string;
99
101
  cubicBezierEaseInOut: string;
@@ -76,8 +76,10 @@ declare const _default: import("vue").DefineComponent<{
76
76
  staticRed: string;
77
77
  staticOrange: string;
78
78
  staticGreen: string;
79
+ staticDeepBlue: string;
79
80
  staticErrorAccent: string;
80
81
  shadowDepth2: string;
82
+ shadowDepth: string;
81
83
  fontFamily: string;
82
84
  fontFamilyMono: string;
83
85
  cubicBezierEaseInOut: string;
@@ -1509,8 +1511,10 @@ declare const _default: import("vue").DefineComponent<{
1509
1511
  staticRed: string;
1510
1512
  staticOrange: string;
1511
1513
  staticGreen: string;
1514
+ staticDeepBlue: string;
1512
1515
  staticErrorAccent: string;
1513
1516
  shadowDepth2: string;
1517
+ shadowDepth: string;
1514
1518
  fontFamily: string;
1515
1519
  fontFamilyMono: string;
1516
1520
  cubicBezierEaseInOut: string;
@@ -80,8 +80,10 @@ declare const _default: import("vue").DefineComponent<{
80
80
  staticRed: string;
81
81
  staticOrange: string;
82
82
  staticGreen: string;
83
+ staticDeepBlue: string;
83
84
  staticErrorAccent: string;
84
85
  shadowDepth2: string;
86
+ shadowDepth: string;
85
87
  fontFamily: string;
86
88
  fontFamilyMono: string;
87
89
  cubicBezierEaseInOut: string;
@@ -10,7 +10,7 @@ import { dropdownLight } from '../../dropdown/styles';
10
10
  import { commonLight } from '../../_styles/common';
11
11
  import { createTheme } from '../../_mixins';
12
12
  export const self = (vars) => {
13
- const { borderRadius, opacityDisabled, elementsQuaternary, lineHeightBodyLarge, fontBodyMedium, fontBodyLarge, elementsTertiary, containerPrimary, textPrimary, textSecondary, fontWeightBold, elementsPrimary, brandPrimary500, shadowDepth2, iconLarge } = vars;
13
+ const { borderRadius, opacityDisabled, elementsQuaternary, lineHeightBodyLarge, fontBodyMedium, fontBodyLarge, elementsTertiary, containerPrimary, textPrimary, textSecondary, fontWeightBold, elementsPrimary, brandPrimary500, shadowDepth, iconLarge } = vars;
14
14
  return {
15
15
  thPaddingSmall: '8px',
16
16
  thPaddingMedium: '8px 16px',
@@ -64,7 +64,7 @@ export const self = (vars) => {
64
64
  thColorPopover: containerPrimary,
65
65
  thColorHoverPopover: containerPrimary,
66
66
  tdColorPopover: containerPrimary,
67
- fixedBoxShadow: shadowDepth2,
67
+ fixedBoxShadow: shadowDepth,
68
68
  // loading
69
69
  loadingColor: brandPrimary500,
70
70
  loadingSize: iconLarge,
@@ -4393,8 +4393,10 @@ declare const _default: import("vue").DefineComponent<{
4393
4393
  staticRed: string;
4394
4394
  staticOrange: string;
4395
4395
  staticGreen: string;
4396
+ staticDeepBlue: string;
4396
4397
  staticErrorAccent: string;
4397
4398
  shadowDepth2: string;
4399
+ shadowDepth: string;
4398
4400
  fontFamily: string;
4399
4401
  fontFamilyMono: string;
4400
4402
  cubicBezierEaseInOut: string;
@@ -275,6 +275,11 @@ export default defineComponent({
275
275
  }
276
276
  }
277
277
  function doUpdateValue(value, options) {
278
+ if (Array.isArray(value)) {
279
+ const [start, end] = value;
280
+ if (start && end && start > end)
281
+ return;
282
+ }
278
283
  const { 'onUpdate:value': _onUpdateValue, onUpdateValue, onChange } = props;
279
284
  const { nTriggerFormChange, nTriggerFormInput } = formItem;
280
285
  const formattedValue = getFormattedValue(value);
@@ -123,8 +123,10 @@ declare const _default: import("vue").DefineComponent<{
123
123
  staticRed: string;
124
124
  staticOrange: string;
125
125
  staticGreen: string;
126
+ staticDeepBlue: string;
126
127
  staticErrorAccent: string;
127
128
  shadowDepth2: string;
129
+ shadowDepth: string;
128
130
  fontFamily: string;
129
131
  fontFamilyMono: string;
130
132
  cubicBezierEaseInOut: string;
@@ -145,8 +145,10 @@ declare const _default: import("vue").DefineComponent<{
145
145
  staticRed: string;
146
146
  staticOrange: string;
147
147
  staticGreen: string;
148
+ staticDeepBlue: string;
148
149
  staticErrorAccent: string;
149
150
  shadowDepth2: string;
151
+ shadowDepth: string;
150
152
  fontFamily: string;
151
153
  fontFamilyMono: string;
152
154
  cubicBezierEaseInOut: string;
@@ -110,8 +110,10 @@ declare const _default: import("vue").DefineComponent<{
110
110
  staticRed: string;
111
111
  staticOrange: string;
112
112
  staticGreen: string;
113
+ staticDeepBlue: string;
113
114
  staticErrorAccent: string;
114
115
  shadowDepth2: string;
116
+ shadowDepth: string;
115
117
  fontFamily: string;
116
118
  fontFamilyMono: string;
117
119
  cubicBezierEaseInOut: string;
@@ -136,8 +136,10 @@ declare const _default: import("vue").DefineComponent<{
136
136
  staticRed: string;
137
137
  staticOrange: string;
138
138
  staticGreen: string;
139
+ staticDeepBlue: string;
139
140
  staticErrorAccent: string;
140
141
  shadowDepth2: string;
142
+ shadowDepth: string;
141
143
  fontFamily: string;
142
144
  fontFamilyMono: string;
143
145
  cubicBezierEaseInOut: string;
@@ -213,8 +213,10 @@ declare const _default: import("vue").DefineComponent<{
213
213
  staticRed: string;
214
214
  staticOrange: string;
215
215
  staticGreen: string;
216
+ staticDeepBlue: string;
216
217
  staticErrorAccent: string;
217
218
  shadowDepth2: string;
219
+ shadowDepth: string;
218
220
  fontFamily: string;
219
221
  fontFamilyMono: string;
220
222
  cubicBezierEaseInOut: string;
@@ -1457,8 +1459,10 @@ declare const _default: import("vue").DefineComponent<{
1457
1459
  staticRed: string;
1458
1460
  staticOrange: string;
1459
1461
  staticGreen: string;
1462
+ staticDeepBlue: string;
1460
1463
  staticErrorAccent: string;
1461
1464
  shadowDepth2: string;
1465
+ shadowDepth: string;
1462
1466
  fontFamily: string;
1463
1467
  fontFamilyMono: string;
1464
1468
  cubicBezierEaseInOut: string;
@@ -114,8 +114,10 @@ declare const _default: import("vue").DefineComponent<{
114
114
  staticRed: string;
115
115
  staticOrange: string;
116
116
  staticGreen: string;
117
+ staticDeepBlue: string;
117
118
  staticErrorAccent: string;
118
119
  shadowDepth2: string;
120
+ shadowDepth: string;
119
121
  fontFamily: string;
120
122
  fontFamilyMono: string;
121
123
  cubicBezierEaseInOut: string;
@@ -213,8 +213,10 @@ declare const _default: import("vue").DefineComponent<{
213
213
  staticRed: string;
214
214
  staticOrange: string;
215
215
  staticGreen: string;
216
+ staticDeepBlue: string;
216
217
  staticErrorAccent: string;
217
218
  shadowDepth2: string;
219
+ shadowDepth: string;
218
220
  fontFamily: string;
219
221
  fontFamilyMono: string;
220
222
  cubicBezierEaseInOut: string;
@@ -1457,8 +1459,10 @@ declare const _default: import("vue").DefineComponent<{
1457
1459
  staticRed: string;
1458
1460
  staticOrange: string;
1459
1461
  staticGreen: string;
1462
+ staticDeepBlue: string;
1460
1463
  staticErrorAccent: string;
1461
1464
  shadowDepth2: string;
1465
+ shadowDepth: string;
1462
1466
  fontFamily: string;
1463
1467
  fontFamilyMono: string;
1464
1468
  cubicBezierEaseInOut: string;
@@ -114,8 +114,10 @@ declare const _default: import("vue").DefineComponent<{
114
114
  staticRed: string;
115
115
  staticOrange: string;
116
116
  staticGreen: string;
117
+ staticDeepBlue: string;
117
118
  staticErrorAccent: string;
118
119
  shadowDepth2: string;
120
+ shadowDepth: string;
119
121
  fontFamily: string;
120
122
  fontFamilyMono: string;
121
123
  cubicBezierEaseInOut: string;
@@ -110,8 +110,10 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
110
110
  staticRed: string;
111
111
  staticOrange: string;
112
112
  staticGreen: string;
113
+ staticDeepBlue: string;
113
114
  staticErrorAccent: string;
114
115
  shadowDepth2: string;
116
+ shadowDepth: string;
115
117
  fontFamily: string;
116
118
  fontFamilyMono: string;
117
119
  cubicBezierEaseInOut: string;
@@ -142,8 +142,10 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
142
142
  staticRed: string;
143
143
  staticOrange: string;
144
144
  staticGreen: string;
145
+ staticDeepBlue: string;
145
146
  staticErrorAccent: string;
146
147
  shadowDepth2: string;
148
+ shadowDepth: string;
147
149
  fontFamily: string;
148
150
  fontFamilyMono: string;
149
151
  cubicBezierEaseInOut: string;
@@ -86,8 +86,10 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
86
86
  staticRed: string;
87
87
  staticOrange: string;
88
88
  staticGreen: string;
89
+ staticDeepBlue: string;
89
90
  staticErrorAccent: string;
90
91
  shadowDepth2: string;
92
+ shadowDepth: string;
91
93
  fontFamily: string;
92
94
  fontFamilyMono: string;
93
95
  cubicBezierEaseInOut: string;
@@ -824,8 +824,10 @@ export declare const UDialog: import("vue").DefineComponent<{
824
824
  staticRed: string;
825
825
  staticOrange: string;
826
826
  staticGreen: string;
827
+ staticDeepBlue: string;
827
828
  staticErrorAccent: string;
828
829
  shadowDepth2: string;
830
+ shadowDepth: string;
829
831
  fontFamily: string;
830
832
  fontFamilyMono: string;
831
833
  cubicBezierEaseInOut: string;
@@ -343,8 +343,10 @@ export declare const UDialogProvider: import("vue").DefineComponent<{
343
343
  staticRed: string;
344
344
  staticOrange: string;
345
345
  staticGreen: string;
346
+ staticDeepBlue: string;
346
347
  staticErrorAccent: string;
347
348
  shadowDepth2: string;
349
+ shadowDepth: string;
348
350
  fontFamily: string;
349
351
  fontFamilyMono: string;
350
352
  cubicBezierEaseInOut: string;
@@ -695,8 +697,10 @@ export declare const UDialogProvider: import("vue").DefineComponent<{
695
697
  staticRed: string;
696
698
  staticOrange: string;
697
699
  staticGreen: string;
700
+ staticDeepBlue: string;
698
701
  staticErrorAccent: string;
699
702
  shadowDepth2: string;
703
+ shadowDepth: string;
700
704
  fontFamily: string;
701
705
  fontFamilyMono: string;
702
706
  cubicBezierEaseInOut: string;