@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.
- package/dist/index.js +465 -301
- package/dist/index.prod.js +2 -2
- package/es/_internal/select-menu/src/SelectMenu.d.ts +2 -0
- package/es/_internal/select-menu/src/SelectOption.js +1 -1
- package/es/_internal/selection/src/Selection.d.ts +2 -0
- package/es/_internal/selection/src/Selection.js +3 -1
- package/es/_styles/common/dark.js +1 -1
- package/es/_styles/common/light.d.ts +2 -0
- package/es/_styles/common/light.js +1 -1
- package/es/alert/src/Alert.d.ts +2 -0
- package/es/auto-complete/src/AutoComplete.d.ts +2 -0
- package/es/avatar-group/src/AvatarGroup.d.ts +2 -0
- package/es/calendar/src/Calendar.d.ts +2 -0
- package/es/card/src/Card.d.ts +2 -0
- package/es/cascader/src/Cascader.d.ts +2 -0
- package/es/cascader/src/CascaderMenu.d.ts +2 -0
- package/es/cascader/src/CascaderOption.d.ts +2 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +2 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +2 -0
- package/es/checkbox/src/Checkbox.d.ts +2 -0
- package/es/collapse/src/Collapse.d.ts +2 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +2 -0
- package/es/data-table/src/DataTable.d.ts +2 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +2 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +2 -0
- package/es/data-table/src/TableParts/Body.d.ts +2 -0
- package/es/data-table/src/TableParts/Cell.d.ts +4 -0
- package/es/data-table/src/TableParts/Header.d.ts +2 -0
- package/es/data-table/styles/light.js +2 -2
- package/es/date-picker/src/DatePicker.d.ts +2 -0
- package/es/date-picker/src/DatePicker.js +5 -0
- package/es/date-picker/src/panel/date.d.ts +2 -0
- package/es/date-picker/src/panel/daterange.d.ts +2 -0
- package/es/date-picker/src/panel/datetime.d.ts +2 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +2 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +4 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +2 -0
- package/es/date-picker/src/panel/panelYear.d.ts +4 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +2 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +2 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +2 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +2 -0
- package/es/dialog/src/Dialog.d.ts +2 -0
- package/es/dialog/src/DialogProvider.d.ts +4 -0
- package/es/drawer/src/Drawer.d.ts +24 -0
- package/es/drawer/src/Drawer.js +4 -2
- package/es/drawer/src/DrawerBodyWrapper.d.ts +4 -0
- package/es/drawer/src/DrawerContent.d.ts +4 -0
- package/es/drawer/src/styles/index.cssr.js +4 -0
- package/es/drawer/styles/_common.d.ts +2 -0
- package/es/drawer/styles/_common.js +3 -1
- package/es/drawer/styles/light.d.ts +4 -0
- package/es/dropdown/src/Dropdown.d.ts +2 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +2 -0
- package/es/dynamic-input/src/InputPreset.d.ts +2 -0
- package/es/dynamic-input/src/PairPreset.d.ts +2 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +2 -0
- package/es/ellipsis/src/Ellipsis.d.ts +2 -0
- package/es/input/src/Input.d.ts +2 -0
- package/es/input-number/src/InputNumber.d.ts +2 -0
- package/es/layout/src/Layout.d.ts +4 -0
- package/es/layout/src/LayoutContent.d.ts +2 -0
- package/es/layout/src/LayoutSider.d.ts +2 -0
- package/es/legacy-transfer/src/Transfer.d.ts +2 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +2 -0
- package/es/legacy-transfer/src/TransferList.d.ts +2 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +2 -0
- package/es/log/src/Log.d.ts +2 -0
- package/es/mention/src/Mention.d.ts +2 -0
- package/es/menu/src/Menu.d.ts +2 -0
- package/es/menu/src/MenuOption.d.ts +2 -0
- package/es/menu/src/Submenu.d.ts +2 -0
- package/es/modal/src/BodyWrapper.d.ts +2 -0
- package/es/notification/src/NotificationContainer.d.ts +2 -0
- package/es/pagination/src/Pagination.d.ts +2 -0
- package/es/popconfirm/src/Popconfirm.d.ts +2 -0
- package/es/popselect/src/Popselect.d.ts +2 -0
- package/es/popselect/src/PopselectPanel.d.ts +2 -0
- package/es/select/src/Select.d.ts +2 -0
- package/es/status/src/Status.d.ts +36 -6
- package/es/status/src/Status.js +28 -22
- package/es/status/src/interface.d.ts +3 -0
- package/es/status/src/interface.js +1 -0
- package/es/status/src/styles/index.cssr.js +5 -1
- package/es/status/styles/light.d.ts +2 -0
- package/es/status/styles/light.js +3 -1
- package/es/steps/src/Step.d.ts +12 -6
- package/es/steps/src/Step.js +77 -45
- package/es/steps/src/Steps.d.ts +63 -13
- package/es/steps/src/Steps.js +6 -2
- package/es/steps/src/interface.d.ts +13 -0
- package/es/steps/src/interface.js +1 -0
- package/es/steps/src/styles/index.cssr.js +24 -1
- package/es/steps/styles/light.d.ts +4 -0
- package/es/steps/styles/light.js +5 -1
- package/es/tag/src/Tag.js +1 -1
- package/es/tag/src/styles/index.cssr.js +0 -4
- package/es/theme-editor/src/ThemeEditor.d.ts +2 -0
- package/es/time-picker/src/Panel.d.ts +2 -0
- package/es/time-picker/src/TimePicker.d.ts +2 -0
- package/es/tooltip/src/Tooltip.d.ts +2 -0
- package/es/transfer/src/Transfer.d.ts +2 -0
- package/es/transfer/src/TransferFilter.d.ts +2 -0
- package/es/transfer/src/TransferList.d.ts +2 -0
- package/es/transfer/src/TransferListItem.d.ts +2 -0
- package/es/tree/src/Tree.d.ts +2 -0
- package/es/tree/src/TreeNodeCheckbox.d.ts +2 -0
- package/es/tree-select/src/TreeSelect.d.ts +2 -0
- package/es/upload/src/Upload.d.ts +3 -1
- package/es/upload/src/Upload.js +5 -4
- package/es/upload/src/UploadFile.d.ts +2 -0
- package/es/upload/src/UploadProgress.d.ts +2 -0
- package/es/upload/src/UploadTrigger.js +2 -2
- package/es/upload/src/interface.d.ts +2 -2
- package/es/upload/src/styles/index.cssr.js +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +2 -0
- package/lib/_internal/select-menu/src/SelectOption.js +5 -2
- package/lib/_internal/selection/src/Selection.d.ts +2 -0
- package/lib/_internal/selection/src/Selection.js +6 -4
- package/lib/_styles/common/dark.js +1 -1
- package/lib/_styles/common/light.d.ts +2 -0
- package/lib/_styles/common/light.js +1 -1
- package/lib/alert/src/Alert.d.ts +2 -0
- package/lib/auto-complete/src/AutoComplete.d.ts +2 -0
- package/lib/avatar-group/src/AvatarGroup.d.ts +2 -0
- package/lib/calendar/src/Calendar.d.ts +2 -0
- package/lib/card/src/Card.d.ts +2 -0
- package/lib/cascader/src/Cascader.d.ts +2 -0
- package/lib/cascader/src/CascaderMenu.d.ts +2 -0
- package/lib/cascader/src/CascaderOption.d.ts +2 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +2 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +2 -0
- package/lib/checkbox/src/Checkbox.d.ts +2 -0
- package/lib/collapse/src/Collapse.d.ts +2 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +2 -0
- package/lib/data-table/src/DataTable.d.ts +2 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +2 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +2 -0
- package/lib/data-table/src/TableParts/Body.d.ts +2 -0
- package/lib/data-table/src/TableParts/Cell.d.ts +4 -0
- package/lib/data-table/src/TableParts/Header.d.ts +2 -0
- package/lib/data-table/styles/light.js +2 -2
- package/lib/date-picker/src/DatePicker.d.ts +2 -0
- package/lib/date-picker/src/DatePicker.js +5 -0
- package/lib/date-picker/src/panel/date.d.ts +2 -0
- package/lib/date-picker/src/panel/daterange.d.ts +2 -0
- package/lib/date-picker/src/panel/datetime.d.ts +2 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +2 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +4 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +2 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +4 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +2 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +2 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +2 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -0
- package/lib/dialog/src/Dialog.d.ts +2 -0
- package/lib/dialog/src/DialogProvider.d.ts +4 -0
- package/lib/drawer/src/Drawer.d.ts +24 -0
- package/lib/drawer/src/Drawer.js +4 -2
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +4 -0
- package/lib/drawer/src/DrawerContent.d.ts +4 -0
- package/lib/drawer/src/styles/index.cssr.js +4 -0
- package/lib/drawer/styles/_common.d.ts +2 -0
- package/lib/drawer/styles/_common.js +3 -1
- package/lib/drawer/styles/light.d.ts +4 -0
- package/lib/dropdown/src/Dropdown.d.ts +2 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +2 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +2 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +2 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -0
- package/lib/ellipsis/src/Ellipsis.d.ts +2 -0
- package/lib/input/src/Input.d.ts +2 -0
- package/lib/input-number/src/InputNumber.d.ts +2 -0
- package/lib/layout/src/Layout.d.ts +4 -0
- package/lib/layout/src/LayoutContent.d.ts +2 -0
- package/lib/layout/src/LayoutSider.d.ts +2 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +2 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +2 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +2 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +2 -0
- package/lib/log/src/Log.d.ts +2 -0
- package/lib/mention/src/Mention.d.ts +2 -0
- package/lib/menu/src/Menu.d.ts +2 -0
- package/lib/menu/src/MenuOption.d.ts +2 -0
- package/lib/menu/src/Submenu.d.ts +2 -0
- package/lib/modal/src/BodyWrapper.d.ts +2 -0
- package/lib/notification/src/NotificationContainer.d.ts +2 -0
- package/lib/pagination/src/Pagination.d.ts +2 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +2 -0
- package/lib/popselect/src/Popselect.d.ts +2 -0
- package/lib/popselect/src/PopselectPanel.d.ts +2 -0
- package/lib/select/src/Select.d.ts +2 -0
- package/lib/status/src/Status.d.ts +36 -6
- package/lib/status/src/Status.js +27 -21
- package/lib/status/src/interface.d.ts +3 -0
- package/lib/status/src/interface.js +2 -0
- package/lib/status/src/styles/index.cssr.js +5 -1
- package/lib/status/styles/light.d.ts +2 -0
- package/lib/status/styles/light.js +3 -1
- package/lib/steps/src/Step.d.ts +12 -6
- package/lib/steps/src/Step.js +77 -45
- package/lib/steps/src/Steps.d.ts +63 -13
- package/lib/steps/src/Steps.js +6 -2
- package/lib/steps/src/interface.d.ts +13 -0
- package/lib/steps/src/interface.js +2 -0
- package/lib/steps/src/styles/index.cssr.js +24 -1
- package/lib/steps/styles/light.d.ts +4 -0
- package/lib/steps/styles/light.js +5 -1
- package/lib/tag/src/Tag.js +1 -1
- package/lib/tag/src/styles/index.cssr.js +0 -4
- package/lib/theme-editor/src/ThemeEditor.d.ts +2 -0
- package/lib/time-picker/src/Panel.d.ts +2 -0
- package/lib/time-picker/src/TimePicker.d.ts +2 -0
- package/lib/tooltip/src/Tooltip.d.ts +2 -0
- package/lib/transfer/src/Transfer.d.ts +2 -0
- package/lib/transfer/src/TransferFilter.d.ts +2 -0
- package/lib/transfer/src/TransferList.d.ts +2 -0
- package/lib/transfer/src/TransferListItem.d.ts +2 -0
- package/lib/tree/src/Tree.d.ts +2 -0
- package/lib/tree/src/TreeNodeCheckbox.d.ts +2 -0
- package/lib/tree-select/src/TreeSelect.d.ts +2 -0
- package/lib/upload/src/Upload.d.ts +3 -1
- package/lib/upload/src/Upload.js +5 -4
- package/lib/upload/src/UploadFile.d.ts +2 -0
- package/lib/upload/src/UploadProgress.d.ts +2 -0
- package/lib/upload/src/UploadTrigger.js +2 -2
- package/lib/upload/src/interface.d.ts +2 -2
- package/lib/upload/src/styles/index.cssr.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +2 -2
- package/web-types.json +29 -4
|
@@ -103,6 +103,8 @@ export declare const drawerProps: {
|
|
|
103
103
|
closeBorderRadius: string;
|
|
104
104
|
subtitleMarginTop: string;
|
|
105
105
|
actionsSpace: string;
|
|
106
|
+
contentMargin: string;
|
|
107
|
+
contentBorderRadius: string;
|
|
106
108
|
}, {
|
|
107
109
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
108
110
|
color: string;
|
|
@@ -138,6 +140,8 @@ export declare const drawerProps: {
|
|
|
138
140
|
closeBorderRadius: string;
|
|
139
141
|
subtitleMarginTop: string;
|
|
140
142
|
actionsSpace: string;
|
|
143
|
+
contentMargin: string;
|
|
144
|
+
contentBorderRadius: string;
|
|
141
145
|
}, {
|
|
142
146
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
143
147
|
color: string;
|
|
@@ -173,6 +177,8 @@ export declare const drawerProps: {
|
|
|
173
177
|
closeBorderRadius: string;
|
|
174
178
|
subtitleMarginTop: string;
|
|
175
179
|
actionsSpace: string;
|
|
180
|
+
contentMargin: string;
|
|
181
|
+
contentBorderRadius: string;
|
|
176
182
|
}, {
|
|
177
183
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
178
184
|
color: string;
|
|
@@ -281,6 +287,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
287
|
closeBorderRadius: string;
|
|
282
288
|
subtitleMarginTop: string;
|
|
283
289
|
actionsSpace: string;
|
|
290
|
+
contentMargin: string;
|
|
291
|
+
contentBorderRadius: string;
|
|
284
292
|
}, {
|
|
285
293
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
286
294
|
color: string;
|
|
@@ -316,6 +324,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
316
324
|
closeBorderRadius: string;
|
|
317
325
|
subtitleMarginTop: string;
|
|
318
326
|
actionsSpace: string;
|
|
327
|
+
contentMargin: string;
|
|
328
|
+
contentBorderRadius: string;
|
|
319
329
|
}, {
|
|
320
330
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
321
331
|
color: string;
|
|
@@ -351,6 +361,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
351
361
|
closeBorderRadius: string;
|
|
352
362
|
subtitleMarginTop: string;
|
|
353
363
|
actionsSpace: string;
|
|
364
|
+
contentMargin: string;
|
|
365
|
+
contentBorderRadius: string;
|
|
354
366
|
}, {
|
|
355
367
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
356
368
|
color: string;
|
|
@@ -420,8 +432,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
420
432
|
staticRed: string;
|
|
421
433
|
staticOrange: string;
|
|
422
434
|
staticGreen: string;
|
|
435
|
+
staticDeepBlue: string;
|
|
423
436
|
staticErrorAccent: string;
|
|
424
437
|
shadowDepth2: string;
|
|
438
|
+
shadowDepth: string;
|
|
425
439
|
fontFamily: string;
|
|
426
440
|
fontFamilyMono: string;
|
|
427
441
|
cubicBezierEaseInOut: string;
|
|
@@ -503,6 +517,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
503
517
|
closeBorderRadius: string;
|
|
504
518
|
subtitleMarginTop: string;
|
|
505
519
|
actionsSpace: string;
|
|
520
|
+
contentMargin: string;
|
|
521
|
+
contentBorderRadius: string;
|
|
506
522
|
};
|
|
507
523
|
peers: {
|
|
508
524
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -550,6 +566,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
550
566
|
'--u-subtitle-font-size': string;
|
|
551
567
|
'--u-subtitle-text-color': string;
|
|
552
568
|
'--u-actions-space': string;
|
|
569
|
+
'--u-drawer-margin': string;
|
|
570
|
+
'--u-drawer-border-radius': string;
|
|
553
571
|
}> | undefined;
|
|
554
572
|
themeClass: import("vue").Ref<string> | undefined;
|
|
555
573
|
onRender: (() => void) | undefined;
|
|
@@ -654,6 +672,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
654
672
|
closeBorderRadius: string;
|
|
655
673
|
subtitleMarginTop: string;
|
|
656
674
|
actionsSpace: string;
|
|
675
|
+
contentMargin: string;
|
|
676
|
+
contentBorderRadius: string;
|
|
657
677
|
}, {
|
|
658
678
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
659
679
|
color: string;
|
|
@@ -689,6 +709,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
689
709
|
closeBorderRadius: string;
|
|
690
710
|
subtitleMarginTop: string;
|
|
691
711
|
actionsSpace: string;
|
|
712
|
+
contentMargin: string;
|
|
713
|
+
contentBorderRadius: string;
|
|
692
714
|
}, {
|
|
693
715
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
694
716
|
color: string;
|
|
@@ -724,6 +746,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
724
746
|
closeBorderRadius: string;
|
|
725
747
|
subtitleMarginTop: string;
|
|
726
748
|
actionsSpace: string;
|
|
749
|
+
contentMargin: string;
|
|
750
|
+
contentBorderRadius: string;
|
|
727
751
|
}, {
|
|
728
752
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
729
753
|
color: string;
|
package/lib/drawer/src/Drawer.js
CHANGED
|
@@ -182,7 +182,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
182
182
|
mergedSizeRef
|
|
183
183
|
});
|
|
184
184
|
const cssVarsRef = (0, vue_1.computed)(() => {
|
|
185
|
-
const { common: { cubicBezierEaseInOut, cubicBezierEaseIn, cubicBezierEaseOut }, self: { color, textColor, headerPadding, footerPadding, bodyPadding, titleFontSize, titleLineHeight, titleTextColor, titleFontWeight, headerBorderBottom, footerBorderTop, closeIconColor, closeIconColorHover, closeIconColorPressed, closeColor, closeColorHover, closeColorPressed, closeIconSize, closeSize, closeBorderRadius, resizableTriggerColorHover, subtitleMarginTop, subtitleFontWeight, subtitleLineHeight, subtitleFontSize, subtitleTextColor, actionsSpace, maskColor } } = themeRef.value;
|
|
185
|
+
const { common: { cubicBezierEaseInOut, cubicBezierEaseIn, cubicBezierEaseOut }, self: { color, textColor, headerPadding, footerPadding, bodyPadding, titleFontSize, titleLineHeight, titleTextColor, titleFontWeight, headerBorderBottom, footerBorderTop, closeIconColor, closeIconColorHover, closeIconColorPressed, closeColor, closeColorHover, closeColorPressed, closeIconSize, closeSize, closeBorderRadius, resizableTriggerColorHover, subtitleMarginTop, subtitleFontWeight, subtitleLineHeight, subtitleFontSize, subtitleTextColor, actionsSpace, maskColor, contentMargin, contentBorderRadius } } = themeRef.value;
|
|
186
186
|
return {
|
|
187
187
|
'--u-mask-color': maskColor,
|
|
188
188
|
'--u-color': color,
|
|
@@ -214,7 +214,9 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
214
214
|
'--u-subtitle-line-height': subtitleLineHeight,
|
|
215
215
|
'--u-subtitle-font-size': subtitleFontSize,
|
|
216
216
|
'--u-subtitle-text-color': subtitleTextColor,
|
|
217
|
-
'--u-actions-space': actionsSpace
|
|
217
|
+
'--u-actions-space': actionsSpace,
|
|
218
|
+
'--u-drawer-margin': contentMargin,
|
|
219
|
+
'--u-drawer-border-radius': contentBorderRadius
|
|
218
220
|
};
|
|
219
221
|
});
|
|
220
222
|
const themeClassHandle = inlineThemeDisabled
|
|
@@ -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;
|
|
@@ -183,6 +185,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
185
|
closeBorderRadius: string;
|
|
184
186
|
subtitleMarginTop: string;
|
|
185
187
|
actionsSpace: string;
|
|
188
|
+
contentMargin: string;
|
|
189
|
+
contentBorderRadius: string;
|
|
186
190
|
};
|
|
187
191
|
peers: {
|
|
188
192
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -116,8 +116,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
116
|
staticRed: string;
|
|
117
117
|
staticOrange: string;
|
|
118
118
|
staticGreen: string;
|
|
119
|
+
staticDeepBlue: string;
|
|
119
120
|
staticErrorAccent: string;
|
|
120
121
|
shadowDepth2: string;
|
|
122
|
+
shadowDepth: string;
|
|
121
123
|
fontFamily: string;
|
|
122
124
|
fontFamilyMono: string;
|
|
123
125
|
cubicBezierEaseInOut: string;
|
|
@@ -199,6 +201,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
201
|
closeBorderRadius: string;
|
|
200
202
|
subtitleMarginTop: string;
|
|
201
203
|
actionsSpace: string;
|
|
204
|
+
contentMargin: string;
|
|
205
|
+
contentBorderRadius: string;
|
|
202
206
|
};
|
|
203
207
|
peers: {
|
|
204
208
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -32,6 +32,8 @@ const fade_in_cssr_1 = require("../../../_styles/transitions/fade-in.cssr");
|
|
|
32
32
|
// --u-close-icon-color-pressed
|
|
33
33
|
// --u-close-size
|
|
34
34
|
// --u-close-icon-size
|
|
35
|
+
// --u-drawer-margin
|
|
36
|
+
// --u-drawer-border-radius
|
|
35
37
|
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('drawer', `
|
|
36
38
|
word-break: break-word;
|
|
37
39
|
position: absolute;
|
|
@@ -43,6 +45,8 @@ exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('drawer', `
|
|
|
43
45
|
color: var(--u-text-color);
|
|
44
46
|
box-sizing: border-box;
|
|
45
47
|
max-width: 100%;
|
|
48
|
+
margin: var(--u-drawer-margin);
|
|
49
|
+
border-radius: var(--u-drawer-border-radius);
|
|
46
50
|
`, [(0, slide_in_from_right_1.slideInFromRightTransition)(), (0, slide_in_from_left_1.slideInFromLeftTransition)(), (0, slide_in_from_top_1.slideInFromTopTransition)(), (0, slide_in_from_bottom_1.slideInFromBottomTransition)(), (0, cssr_1.cM)('unselectable', `
|
|
47
51
|
user-select: none;
|
|
48
52
|
-webkit-user-select: none;
|
|
@@ -28,6 +28,8 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
28
28
|
closeBorderRadius: string;
|
|
29
29
|
subtitleMarginTop: string;
|
|
30
30
|
actionsSpace: string;
|
|
31
|
+
contentMargin: string;
|
|
32
|
+
contentBorderRadius: string;
|
|
31
33
|
};
|
|
32
34
|
export type DrawerThemeVars = ReturnType<typeof self>;
|
|
33
35
|
declare const drawerLight: import("../../_mixins").Theme<"Drawer", {
|
|
@@ -59,6 +61,8 @@ declare const drawerLight: import("../../_mixins").Theme<"Drawer", {
|
|
|
59
61
|
closeBorderRadius: string;
|
|
60
62
|
subtitleMarginTop: string;
|
|
61
63
|
actionsSpace: string;
|
|
64
|
+
contentMargin: string;
|
|
65
|
+
contentBorderRadius: string;
|
|
62
66
|
}, {
|
|
63
67
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
64
68
|
color: string;
|
|
@@ -736,8 +736,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
736
736
|
staticRed: string;
|
|
737
737
|
staticOrange: string;
|
|
738
738
|
staticGreen: string;
|
|
739
|
+
staticDeepBlue: string;
|
|
739
740
|
staticErrorAccent: string;
|
|
740
741
|
shadowDepth2: string;
|
|
742
|
+
shadowDepth: string;
|
|
741
743
|
fontFamily: string;
|
|
742
744
|
fontFamilyMono: string;
|
|
743
745
|
cubicBezierEaseInOut: string;
|
|
@@ -1835,8 +1835,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1835
1835
|
staticRed: string;
|
|
1836
1836
|
staticOrange: string;
|
|
1837
1837
|
staticGreen: string;
|
|
1838
|
+
staticDeepBlue: string;
|
|
1838
1839
|
staticErrorAccent: string;
|
|
1839
1840
|
shadowDepth2: string;
|
|
1841
|
+
shadowDepth: string;
|
|
1840
1842
|
fontFamily: string;
|
|
1841
1843
|
fontFamilyMono: string;
|
|
1842
1844
|
cubicBezierEaseInOut: string;
|
|
@@ -73,8 +73,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
staticRed: string;
|
|
74
74
|
staticOrange: string;
|
|
75
75
|
staticGreen: string;
|
|
76
|
+
staticDeepBlue: string;
|
|
76
77
|
staticErrorAccent: string;
|
|
77
78
|
shadowDepth2: string;
|
|
79
|
+
shadowDepth: string;
|
|
78
80
|
fontFamily: string;
|
|
79
81
|
fontFamilyMono: string;
|
|
80
82
|
cubicBezierEaseInOut: string;
|
|
@@ -82,8 +82,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
staticRed: string;
|
|
83
83
|
staticOrange: string;
|
|
84
84
|
staticGreen: string;
|
|
85
|
+
staticDeepBlue: string;
|
|
85
86
|
staticErrorAccent: string;
|
|
86
87
|
shadowDepth2: string;
|
|
88
|
+
shadowDepth: string;
|
|
87
89
|
fontFamily: string;
|
|
88
90
|
fontFamilyMono: string;
|
|
89
91
|
cubicBezierEaseInOut: string;
|
|
@@ -2485,8 +2485,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2485
2485
|
staticRed: string;
|
|
2486
2486
|
staticOrange: string;
|
|
2487
2487
|
staticGreen: string;
|
|
2488
|
+
staticDeepBlue: string;
|
|
2488
2489
|
staticErrorAccent: string;
|
|
2489
2490
|
shadowDepth2: string;
|
|
2491
|
+
shadowDepth: string;
|
|
2490
2492
|
fontFamily: string;
|
|
2491
2493
|
fontFamilyMono: string;
|
|
2492
2494
|
cubicBezierEaseInOut: string;
|
|
@@ -281,8 +281,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
281
|
staticRed: string;
|
|
282
282
|
staticOrange: string;
|
|
283
283
|
staticGreen: string;
|
|
284
|
+
staticDeepBlue: string;
|
|
284
285
|
staticErrorAccent: string;
|
|
285
286
|
shadowDepth2: string;
|
|
287
|
+
shadowDepth: string;
|
|
286
288
|
fontFamily: string;
|
|
287
289
|
fontFamilyMono: string;
|
|
288
290
|
cubicBezierEaseInOut: string;
|
package/lib/input/src/Input.d.ts
CHANGED
|
@@ -699,8 +699,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
699
699
|
staticRed: string;
|
|
700
700
|
staticOrange: string;
|
|
701
701
|
staticGreen: string;
|
|
702
|
+
staticDeepBlue: string;
|
|
702
703
|
staticErrorAccent: string;
|
|
703
704
|
shadowDepth2: string;
|
|
705
|
+
shadowDepth: string;
|
|
704
706
|
fontFamily: string;
|
|
705
707
|
fontFamilyMono: string;
|
|
706
708
|
cubicBezierEaseInOut: string;
|
|
@@ -1884,8 +1884,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1884
1884
|
staticRed: string;
|
|
1885
1885
|
staticOrange: string;
|
|
1886
1886
|
staticGreen: string;
|
|
1887
|
+
staticDeepBlue: string;
|
|
1887
1888
|
staticErrorAccent: string;
|
|
1888
1889
|
shadowDepth2: string;
|
|
1890
|
+
shadowDepth: string;
|
|
1889
1891
|
fontFamily: string;
|
|
1890
1892
|
fontFamilyMono: string;
|
|
1891
1893
|
cubicBezierEaseInOut: string;
|
|
@@ -237,8 +237,10 @@ export declare function createLayoutComponent(isContent: boolean): import("vue")
|
|
|
237
237
|
staticRed: string;
|
|
238
238
|
staticOrange: string;
|
|
239
239
|
staticGreen: string;
|
|
240
|
+
staticDeepBlue: string;
|
|
240
241
|
staticErrorAccent: string;
|
|
241
242
|
shadowDepth2: string;
|
|
243
|
+
shadowDepth: string;
|
|
242
244
|
fontFamily: string;
|
|
243
245
|
fontFamilyMono: string;
|
|
244
246
|
cubicBezierEaseInOut: string;
|
|
@@ -656,8 +658,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
656
658
|
staticRed: string;
|
|
657
659
|
staticOrange: string;
|
|
658
660
|
staticGreen: string;
|
|
661
|
+
staticDeepBlue: string;
|
|
659
662
|
staticErrorAccent: string;
|
|
660
663
|
shadowDepth2: string;
|
|
664
|
+
shadowDepth: string;
|
|
661
665
|
fontFamily: string;
|
|
662
666
|
fontFamilyMono: string;
|
|
663
667
|
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;
|
|
@@ -276,8 +276,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
276
276
|
staticRed: string;
|
|
277
277
|
staticOrange: string;
|
|
278
278
|
staticGreen: string;
|
|
279
|
+
staticDeepBlue: string;
|
|
279
280
|
staticErrorAccent: string;
|
|
280
281
|
shadowDepth2: string;
|
|
282
|
+
shadowDepth: string;
|
|
281
283
|
fontFamily: string;
|
|
282
284
|
fontFamilyMono: string;
|
|
283
285
|
cubicBezierEaseInOut: string;
|
|
@@ -2340,8 +2340,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2340
2340
|
staticRed: string;
|
|
2341
2341
|
staticOrange: string;
|
|
2342
2342
|
staticGreen: string;
|
|
2343
|
+
staticDeepBlue: string;
|
|
2343
2344
|
staticErrorAccent: string;
|
|
2344
2345
|
shadowDepth2: string;
|
|
2346
|
+
shadowDepth: string;
|
|
2345
2347
|
fontFamily: string;
|
|
2346
2348
|
fontFamilyMono: string;
|
|
2347
2349
|
cubicBezierEaseInOut: string;
|
|
@@ -74,8 +74,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
staticRed: string;
|
|
75
75
|
staticOrange: string;
|
|
76
76
|
staticGreen: string;
|
|
77
|
+
staticDeepBlue: string;
|
|
77
78
|
staticErrorAccent: string;
|
|
78
79
|
shadowDepth2: string;
|
|
80
|
+
shadowDepth: string;
|
|
79
81
|
fontFamily: string;
|
|
80
82
|
fontFamilyMono: string;
|
|
81
83
|
cubicBezierEaseInOut: string;
|
|
@@ -87,8 +87,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
87
|
staticRed: string;
|
|
88
88
|
staticOrange: string;
|
|
89
89
|
staticGreen: string;
|
|
90
|
+
staticDeepBlue: string;
|
|
90
91
|
staticErrorAccent: string;
|
|
91
92
|
shadowDepth2: string;
|
|
93
|
+
shadowDepth: string;
|
|
92
94
|
fontFamily: string;
|
|
93
95
|
fontFamilyMono: string;
|
|
94
96
|
cubicBezierEaseInOut: string;
|
|
@@ -74,8 +74,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
staticRed: string;
|
|
75
75
|
staticOrange: string;
|
|
76
76
|
staticGreen: string;
|
|
77
|
+
staticDeepBlue: string;
|
|
77
78
|
staticErrorAccent: string;
|
|
78
79
|
shadowDepth2: string;
|
|
80
|
+
shadowDepth: string;
|
|
79
81
|
fontFamily: string;
|
|
80
82
|
fontFamilyMono: string;
|
|
81
83
|
cubicBezierEaseInOut: string;
|
package/lib/log/src/Log.d.ts
CHANGED
|
@@ -318,8 +318,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
318
318
|
staticRed: string;
|
|
319
319
|
staticOrange: string;
|
|
320
320
|
staticGreen: string;
|
|
321
|
+
staticDeepBlue: string;
|
|
321
322
|
staticErrorAccent: string;
|
|
322
323
|
shadowDepth2: string;
|
|
324
|
+
shadowDepth: string;
|
|
323
325
|
fontFamily: string;
|
|
324
326
|
fontFamilyMono: string;
|
|
325
327
|
cubicBezierEaseInOut: string;
|
|
@@ -900,8 +900,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
900
900
|
staticRed: string;
|
|
901
901
|
staticOrange: string;
|
|
902
902
|
staticGreen: string;
|
|
903
|
+
staticDeepBlue: string;
|
|
903
904
|
staticErrorAccent: string;
|
|
904
905
|
shadowDepth2: string;
|
|
906
|
+
shadowDepth: string;
|
|
905
907
|
fontFamily: string;
|
|
906
908
|
fontFamilyMono: string;
|
|
907
909
|
cubicBezierEaseInOut: string;
|
package/lib/menu/src/Menu.d.ts
CHANGED
|
@@ -1353,8 +1353,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1353
1353
|
staticRed: string;
|
|
1354
1354
|
staticOrange: string;
|
|
1355
1355
|
staticGreen: string;
|
|
1356
|
+
staticDeepBlue: string;
|
|
1356
1357
|
staticErrorAccent: string;
|
|
1357
1358
|
shadowDepth2: string;
|
|
1359
|
+
shadowDepth: string;
|
|
1358
1360
|
fontFamily: string;
|
|
1359
1361
|
fontFamilyMono: string;
|
|
1360
1362
|
cubicBezierEaseInOut: string;
|
|
@@ -105,8 +105,10 @@ export declare const UMenuOption: import("vue").DefineComponent<{
|
|
|
105
105
|
staticRed: string;
|
|
106
106
|
staticOrange: string;
|
|
107
107
|
staticGreen: string;
|
|
108
|
+
staticDeepBlue: string;
|
|
108
109
|
staticErrorAccent: string;
|
|
109
110
|
shadowDepth2: string;
|
|
111
|
+
shadowDepth: string;
|
|
110
112
|
fontFamily: string;
|
|
111
113
|
fontFamilyMono: string;
|
|
112
114
|
cubicBezierEaseInOut: string;
|
|
@@ -122,8 +122,10 @@ export declare const USubmenu: import("vue").DefineComponent<{
|
|
|
122
122
|
staticRed: string;
|
|
123
123
|
staticOrange: string;
|
|
124
124
|
staticGreen: string;
|
|
125
|
+
staticDeepBlue: string;
|
|
125
126
|
staticErrorAccent: string;
|
|
126
127
|
shadowDepth2: string;
|
|
128
|
+
shadowDepth: string;
|
|
127
129
|
fontFamily: string;
|
|
128
130
|
fontFamilyMono: string;
|
|
129
131
|
cubicBezierEaseInOut: string;
|
|
@@ -128,8 +128,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
128
128
|
staticRed: string;
|
|
129
129
|
staticOrange: string;
|
|
130
130
|
staticGreen: string;
|
|
131
|
+
staticDeepBlue: string;
|
|
131
132
|
staticErrorAccent: string;
|
|
132
133
|
shadowDepth2: string;
|
|
134
|
+
shadowDepth: string;
|
|
133
135
|
fontFamily: string;
|
|
134
136
|
fontFamilyMono: string;
|
|
135
137
|
cubicBezierEaseInOut: string;
|
|
@@ -68,8 +68,10 @@ export declare const NotificationContainer: import("vue").DefineComponent<{
|
|
|
68
68
|
staticRed: string;
|
|
69
69
|
staticOrange: string;
|
|
70
70
|
staticGreen: string;
|
|
71
|
+
staticDeepBlue: string;
|
|
71
72
|
staticErrorAccent: string;
|
|
72
73
|
shadowDepth2: string;
|
|
74
|
+
shadowDepth: string;
|
|
73
75
|
fontFamily: string;
|
|
74
76
|
fontFamilyMono: string;
|
|
75
77
|
cubicBezierEaseInOut: string;
|
|
@@ -2504,8 +2504,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2504
2504
|
staticRed: string;
|
|
2505
2505
|
staticOrange: string;
|
|
2506
2506
|
staticGreen: string;
|
|
2507
|
+
staticDeepBlue: string;
|
|
2507
2508
|
staticErrorAccent: string;
|
|
2508
2509
|
shadowDepth2: string;
|
|
2510
|
+
shadowDepth: string;
|
|
2509
2511
|
fontFamily: string;
|
|
2510
2512
|
fontFamilyMono: string;
|
|
2511
2513
|
cubicBezierEaseInOut: string;
|
|
@@ -1641,8 +1641,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1641
1641
|
staticRed: string;
|
|
1642
1642
|
staticOrange: string;
|
|
1643
1643
|
staticGreen: string;
|
|
1644
|
+
staticDeepBlue: string;
|
|
1644
1645
|
staticErrorAccent: string;
|
|
1645
1646
|
shadowDepth2: string;
|
|
1647
|
+
shadowDepth: string;
|
|
1646
1648
|
fontFamily: string;
|
|
1647
1649
|
fontFamilyMono: string;
|
|
1648
1650
|
cubicBezierEaseInOut: string;
|
|
@@ -686,8 +686,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
686
686
|
staticRed: string;
|
|
687
687
|
staticOrange: string;
|
|
688
688
|
staticGreen: string;
|
|
689
|
+
staticDeepBlue: string;
|
|
689
690
|
staticErrorAccent: string;
|
|
690
691
|
shadowDepth2: string;
|
|
692
|
+
shadowDepth: string;
|
|
691
693
|
fontFamily: string;
|
|
692
694
|
fontFamilyMono: string;
|
|
693
695
|
cubicBezierEaseInOut: string;
|
|
@@ -120,8 +120,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
120
|
staticRed: string;
|
|
121
121
|
staticOrange: string;
|
|
122
122
|
staticGreen: string;
|
|
123
|
+
staticDeepBlue: string;
|
|
123
124
|
staticErrorAccent: string;
|
|
124
125
|
shadowDepth2: string;
|
|
126
|
+
shadowDepth: string;
|
|
125
127
|
fontFamily: string;
|
|
126
128
|
fontFamilyMono: string;
|
|
127
129
|
cubicBezierEaseInOut: string;
|
|
@@ -1453,8 +1453,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1453
1453
|
staticRed: string;
|
|
1454
1454
|
staticOrange: string;
|
|
1455
1455
|
staticGreen: string;
|
|
1456
|
+
staticDeepBlue: string;
|
|
1456
1457
|
staticErrorAccent: string;
|
|
1457
1458
|
shadowDepth2: string;
|
|
1459
|
+
shadowDepth: string;
|
|
1458
1460
|
fontFamily: string;
|
|
1459
1461
|
fontFamilyMono: string;
|
|
1460
1462
|
cubicBezierEaseInOut: string;
|