@sdata/web-vue 2.2.1 → 2.6.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/README.md +1 -1
- package/dist/sd.css +117 -191
- package/dist/sd.min.css +1 -1
- package/es/_components/picker/input-range.vue.d.ts +2 -2
- package/es/_components/transition/expand-transition.vue.d.ts +2 -2
- package/es/_hooks/use-responsive.d.ts +2 -2
- package/es/_hooks/use-theme-mode.d.ts +3 -0
- package/es/{calendar/hooks/use-calendar-theme.js → _hooks/use-theme-mode.js} +14 -10
- package/es/_utils/date.d.ts +10 -9
- package/es/_utils/date.js +23 -7
- package/es/_utils/responsive-observe.d.ts +5 -4
- package/es/_utils/responsive-observe.js +2 -1
- package/es/alert/index.d.ts +3 -3
- package/es/anchor/anchor.vue.d.ts +52 -2
- package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +75 -15
- package/es/anchor/index.d.ts +78 -3
- package/es/avatar/index.d.ts +20 -20
- package/es/border-beam/border-beam.js +5 -0
- package/es/border-beam/border-beam.vue.d.ts +52 -0
- package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +623 -0
- package/es/border-beam/index.d.ts +106 -0
- package/es/border-beam/index.js +10 -0
- package/es/border-beam/pulseDriver.d.ts +2 -0
- package/es/border-beam/pulseDriver.js +74 -0
- package/es/border-beam/style/css.js +2 -0
- package/es/border-beam/style/index.css +21 -0
- package/es/border-beam/style/index.d.ts +2 -0
- package/es/border-beam/style/index.js +2 -0
- package/es/border-beam/style/index.scss +12 -0
- package/es/border-beam/style/token.scss +12 -0
- package/es/border-beam/styles.d.ts +42 -0
- package/es/border-beam/styles.js +3545 -0
- package/es/border-beam/types.d.ts +27 -0
- package/es/button/button.vue.d.ts +16 -3
- package/es/button/button.vue_vue_type_script_setup_true_lang.js +39 -9
- package/es/button/index.d.ts +43 -24
- package/es/button/interface.d.ts +1 -0
- package/es/calendar/components/cell.vue.d.ts +26 -26
- package/es/calendar/components/index.vue.d.ts +1 -1
- package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/calendar/index.d.ts +5 -5
- package/es/carousel/index.d.ts +3 -3
- package/es/cascader/cascader.vue.d.ts +8 -8
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/collapse/collapse-item.d.ts +5 -5
- package/es/collapse/index.d.ts +3 -3
- package/es/components.d.ts +1 -0
- package/es/config-provider/config-provider.vue.d.ts +9 -0
- package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +10 -1
- package/es/config-provider/context.d.ts +1 -0
- package/es/config-provider/index.d.ts +36 -21
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/date-picker/hooks/use-cell-class-name.d.ts +1 -0
- package/es/date-picker/hooks/use-cell-class-name.js +3 -2
- package/es/date-picker/hooks/use-header-value.d.ts +2 -0
- package/es/date-picker/hooks/use-header-value.js +23 -19
- package/es/date-picker/hooks/use-picker-state.d.ts +2 -0
- package/es/date-picker/hooks/use-picker-state.js +3 -3
- package/es/date-picker/hooks/use-range-header-value.d.ts +2 -0
- package/es/date-picker/hooks/use-range-header-value.js +5 -1
- package/es/date-picker/hooks/use-range-picker-state.d.ts +2 -0
- package/es/date-picker/hooks/use-range-picker-state.js +3 -3
- package/es/date-picker/hooks/use-value-format.d.ts +5 -3
- package/es/date-picker/hooks/use-value-format.js +10 -8
- package/es/date-picker/index.d.ts +1373 -12
- package/es/date-picker/interface.d.ts +7 -0
- package/es/date-picker/panels/body.vue.d.ts +24 -6
- package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +13 -12
- package/es/date-picker/panels/date/index.vue.d.ts +26 -8
- package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +18 -9
- package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +13 -20
- package/es/date-picker/panels/month/index.vue.d.ts +13 -8
- package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/date-picker/panels/quarter/index.vue.d.ts +13 -8
- package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +2 -6
- package/es/date-picker/panels/week/index.vue.d.ts +13 -1
- package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/date-picker/panels/year/index.vue.d.ts +13 -8
- package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +25 -15
- package/es/date-picker/picker-panel.vue.d.ts +56 -14
- package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +36 -19
- package/es/date-picker/picker.vue.d.ts +951 -3
- package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +91 -29
- package/es/date-picker/range-picker-panel.vue.d.ts +77 -15
- package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +52 -28
- package/es/date-picker/range-picker.vue.d.ts +1348 -4
- package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +114 -34
- package/es/descriptions/index.d.ts +24 -24
- package/es/drawer/drawer.vue.d.ts +5 -5
- package/es/drawer/index.d.ts +15 -15
- package/es/dropdown/dropdown-button.vue.d.ts +4 -4
- package/es/dropdown/index.d.ts +15 -15
- package/es/ellipsis/ellipsis.vue.d.ts +7 -7
- package/es/ellipsis/performant-ellipsis.vue.d.ts +5 -5
- package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +10 -10
- package/es/icon/icon-menu/icon-menu.js +5 -0
- package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-menu/index.js +9 -0
- package/es/image/preview-toolbar.vue.d.ts +2 -3
- package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/image/preview.vue.d.ts +2 -2
- package/es/index.css +117 -191
- package/es/index.d.ts +3 -1
- package/es/index.js +3 -2
- package/es/index.scss +1 -0
- package/es/input/index.d.ts +7 -7
- package/es/input/input-password.vue.d.ts +3 -3
- package/es/json-form/index.d.ts +9 -9
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/json-form/json-form.vue.d.ts +3 -3
- package/es/layout/content.vue.d.ts +2 -2
- package/es/layout/content.vue_vue_type_script_setup_true_lang.js +8 -3
- package/es/layout/context.d.ts +12 -9
- package/es/layout/context.js +11 -3
- package/es/layout/footer.vue.d.ts +2 -2
- package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +8 -3
- package/es/layout/header.vue.d.ts +3 -30
- package/es/layout/header.vue_vue_type_script_setup_true_lang.js +9 -339
- package/es/layout/hooks/use-has-sider.d.ts +2 -0
- package/es/layout/hooks/use-has-sider.js +38 -0
- package/es/layout/index.d.ts +91 -380
- package/es/layout/index.js +2 -2
- package/es/layout/interface.d.ts +12 -46
- package/es/layout/layout.vue.d.ts +4 -2
- package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +38 -14
- package/es/layout/sider.vue.d.ts +47 -183
- package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +191 -370
- package/es/layout/style/index.css +112 -190
- package/es/layout/style/index.scss +127 -239
- package/es/layout/style/token.scss +46 -26
- package/es/link/index.d.ts +6 -6
- package/es/list/index.d.ts +18 -18
- package/es/locale/interface.d.ts +2 -0
- package/es/locale/lang/ar-eg.js +46 -0
- package/es/locale/lang/de-de.js +46 -0
- package/es/locale/lang/es-es.js +46 -0
- package/es/locale/lang/fr-fr.js +46 -0
- package/es/locale/lang/id-id.js +46 -0
- package/es/locale/lang/it-it.js +46 -0
- package/es/locale/lang/km-kh.js +46 -0
- package/es/locale/lang/ko-kr.js +46 -0
- package/es/locale/lang/ms-my.js +46 -0
- package/es/locale/lang/pt-pt.js +46 -0
- package/es/locale/lang/th-th.js +46 -0
- package/es/locale/lang/vi-vn.js +46 -0
- package/es/mention/mention.js +2 -0
- package/es/menu/base-menu.vue.d.ts +1 -1
- package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +14 -14
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +12 -12
- package/es/menu/menu.js +3 -3
- package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/modal/index.d.ts +22 -20
- package/es/modal/index.js +47 -11
- package/es/modal/interface.d.ts +5 -0
- package/es/modal/modal.vue.d.ts +4 -4
- package/es/popconfirm/index.d.ts +12 -12
- package/es/popover/index.d.ts +12 -12
- package/es/progress/index.d.ts +6 -6
- package/es/qr-code/index.d.ts +3 -3
- package/es/radio/radio.d.ts +3 -3
- package/es/resize-box/resize-box.vue.d.ts +4 -4
- package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +7 -7
- package/es/result/index.d.ts +3 -3
- package/es/scrollbar/style/index.css +1 -1
- package/es/scrollbar/style/index.scss +4 -1
- package/es/sd-vue.js +3 -1
- package/es/select/select.d.ts +17 -17
- package/es/slider/index.d.ts +3 -3
- package/es/split/split.vue.d.ts +4 -4
- package/es/split/split.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/steps/index.d.ts +6 -6
- package/es/tabs/index.d.ts +6 -6
- package/es/tag/index.d.ts +6 -6
- package/es/tag/tag.vue.d.ts +2 -2
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/theme-provider/index.d.ts +9 -9
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.vue.d.ts +2 -2
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +1 -1
- package/es/tooltip/index.d.ts +3 -3
- package/es/tour/index.d.ts +3 -3
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +6 -21
- package/es/tree/expand-transition.vue.d.ts +2 -2
- package/es/tree/node-switcher.vue.d.ts +1 -12
- package/es/tree/node-switcher.vue_vue_type_script_lang.js +1 -5
- package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +23 -23
- package/es/tree-select/tree-select.vue.d.ts +9 -9
- package/es/trigger/trigger.js +2 -1
- package/es/verification-code/verification-code.js +17 -7
- package/json/vetur-attributes.json +76 -156
- package/json/vetur-tags.json +26 -44
- package/json/web-types.json +150 -304
- package/package.json +5 -5
- package/es/_components/render-function.d.ts +0 -14
- package/es/_components/render-function.js +0 -14
- package/es/calendar/hooks/use-calendar-theme.d.ts +0 -4
- package/es/layout/utils.d.ts +0 -1
- package/es/layout/utils.js +0 -11
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<a href="https://sd-design.js.org" target="_blank">
|
|
3
|
-
<img alt="SD Design Logo" width="200" src="https://
|
|
3
|
+
<img alt="SD Design Logo" width="200" src="https://raw.githubusercontent.com/liunnn1994/sd-design/refs/heads/main/packages/sd-vue-docs/public/logo-icon.png"/>
|
|
4
4
|
</a>
|
|
5
5
|
</div>
|
|
6
6
|
|
package/dist/sd.css
CHANGED
|
@@ -7641,7 +7641,7 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
7641
7641
|
}
|
|
7642
7642
|
.sd-scrollbar-container {
|
|
7643
7643
|
min-width: 100%;
|
|
7644
|
-
|
|
7644
|
+
height: 100%;
|
|
7645
7645
|
}
|
|
7646
7646
|
.sd-scrollbar .os-scrollbar {
|
|
7647
7647
|
--os-size: 6px;
|
|
@@ -10401,231 +10401,152 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
10401
10401
|
margin-right: 0;
|
|
10402
10402
|
}
|
|
10403
10403
|
|
|
10404
|
+
/*****************************************************
|
|
10405
|
+
* Layout 整体背景(容器主体与页脚共用)
|
|
10406
|
+
*****************************************************/
|
|
10407
|
+
/*****************************************************
|
|
10408
|
+
* Header
|
|
10409
|
+
*****************************************************/
|
|
10410
|
+
/*****************************************************
|
|
10411
|
+
* Footer
|
|
10412
|
+
*****************************************************/
|
|
10413
|
+
/*****************************************************
|
|
10414
|
+
* Sider
|
|
10415
|
+
* 深色背景与 Menu 深色背景保持一致,避免内嵌菜单出现接缝
|
|
10416
|
+
*****************************************************/
|
|
10417
|
+
/*****************************************************
|
|
10418
|
+
* Sider light 主题
|
|
10419
|
+
*****************************************************/
|
|
10420
|
+
/*****************************************************
|
|
10421
|
+
* 公共
|
|
10422
|
+
*****************************************************/
|
|
10404
10423
|
.sd-layout {
|
|
10405
10424
|
display: flex;
|
|
10406
|
-
flex:
|
|
10425
|
+
flex: auto;
|
|
10407
10426
|
flex-direction: column;
|
|
10408
|
-
|
|
10409
|
-
|
|
10410
|
-
|
|
10411
|
-
.sd-layout-sider {
|
|
10412
|
-
position: relative;
|
|
10413
|
-
flex: none;
|
|
10414
|
-
width: auto;
|
|
10415
|
-
max-width: 100%;
|
|
10416
|
-
margin: 0;
|
|
10417
|
-
padding: 0;
|
|
10418
|
-
overflow: hidden;
|
|
10419
|
-
background: var(--sd-color-menu-dark-bg);
|
|
10420
|
-
transition: width 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), height 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
10421
|
-
}
|
|
10422
|
-
.sd-layout-sider-image, .sd-layout-sider-prepend, .sd-layout-sider-append {
|
|
10423
|
-
flex: none;
|
|
10424
|
-
}
|
|
10425
|
-
.sd-layout-sider-children {
|
|
10426
|
-
flex: 1;
|
|
10427
|
-
height: 100%;
|
|
10428
|
-
overflow: auto;
|
|
10427
|
+
/* fix firefox can't set height smaller than content on flex item */
|
|
10428
|
+
min-height: 0;
|
|
10429
|
+
background: var(--sd-color-fill-1);
|
|
10429
10430
|
}
|
|
10430
|
-
.sd-layout-
|
|
10431
|
-
|
|
10432
|
-
inset: 0;
|
|
10433
|
-
background: rgba(0, 0, 0, 0.45);
|
|
10431
|
+
.sd-layout, .sd-layout * {
|
|
10432
|
+
box-sizing: border-box;
|
|
10434
10433
|
}
|
|
10435
|
-
.sd-layout
|
|
10436
|
-
|
|
10434
|
+
.sd-layout.sd-layout-has-sider {
|
|
10435
|
+
flex-direction: row;
|
|
10437
10436
|
}
|
|
10438
|
-
.sd-layout-sider
|
|
10437
|
+
.sd-layout.sd-layout-has-sider > .sd-layout,
|
|
10438
|
+
.sd-layout.sd-layout-has-sider > .sd-layout-content {
|
|
10439
10439
|
width: 0;
|
|
10440
10440
|
}
|
|
10441
|
-
.sd-layout-
|
|
10442
|
-
|
|
10443
|
-
flex-direction: column;
|
|
10444
|
-
box-sizing: border-box;
|
|
10445
|
-
padding-bottom: 48px;
|
|
10446
|
-
}
|
|
10447
|
-
.sd-layout-sider-rail {
|
|
10448
|
-
width: 56px;
|
|
10441
|
+
.sd-layout .sd-layout-header, .sd-layout.sd-layout-footer {
|
|
10442
|
+
flex: 0 0 auto;
|
|
10449
10443
|
}
|
|
10450
|
-
.sd-layout-
|
|
10451
|
-
|
|
10452
|
-
right: 0;
|
|
10453
|
-
bottom: 0;
|
|
10454
|
-
left: 0;
|
|
10455
|
-
z-index: 1;
|
|
10456
|
-
display: flex;
|
|
10457
|
-
align-items: center;
|
|
10458
|
-
justify-content: center;
|
|
10459
|
-
box-sizing: border-box;
|
|
10460
|
-
width: 100%;
|
|
10461
|
-
height: 48px;
|
|
10462
|
-
color: var(--sd-color-white);
|
|
10463
|
-
background: rgba(255, 255, 255, 0.2);
|
|
10464
|
-
cursor: pointer;
|
|
10465
|
-
transition: width 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
10444
|
+
.sd-layout-rtl {
|
|
10445
|
+
direction: rtl;
|
|
10466
10446
|
}
|
|
10467
|
-
|
|
10447
|
+
|
|
10448
|
+
.sd-layout-header {
|
|
10449
|
+
height: 64px;
|
|
10450
|
+
padding: 0 50px;
|
|
10468
10451
|
color: var(--sd-color-text-1);
|
|
10469
|
-
|
|
10470
|
-
|
|
10471
|
-
}
|
|
10472
|
-
.sd-layout-sider-floating {
|
|
10473
|
-
box-shadow: none;
|
|
10474
|
-
}
|
|
10475
|
-
.sd-layout-sider-sticky {
|
|
10476
|
-
z-index: 1;
|
|
10477
|
-
}
|
|
10478
|
-
.sd-layout-sider-temporary {
|
|
10479
|
-
position: fixed;
|
|
10480
|
-
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
|
|
10452
|
+
line-height: 64px;
|
|
10453
|
+
background: #001529;
|
|
10481
10454
|
}
|
|
10482
|
-
|
|
10483
|
-
|
|
10484
|
-
|
|
10485
|
-
left: 0;
|
|
10486
|
-
transform: translateX(-100%);
|
|
10487
|
-
}
|
|
10488
|
-
.sd-layout-sider-temporary.sd-layout-sider-right {
|
|
10489
|
-
top: 0;
|
|
10490
|
-
right: 0;
|
|
10491
|
-
bottom: 0;
|
|
10492
|
-
transform: translateX(100%);
|
|
10493
|
-
}
|
|
10494
|
-
.sd-layout-sider-temporary.sd-layout-sider-top {
|
|
10495
|
-
top: 0;
|
|
10496
|
-
right: 0;
|
|
10497
|
-
left: 0;
|
|
10498
|
-
width: 100%;
|
|
10499
|
-
transform: translateY(-100%);
|
|
10500
|
-
}
|
|
10501
|
-
.sd-layout-sider-temporary.sd-layout-sider-bottom {
|
|
10502
|
-
right: 0;
|
|
10503
|
-
bottom: 0;
|
|
10504
|
-
left: 0;
|
|
10505
|
-
width: 100%;
|
|
10506
|
-
transform: translateY(100%);
|
|
10507
|
-
}
|
|
10508
|
-
.sd-layout-sider-temporary.sd-layout-sider-active {
|
|
10509
|
-
transform: translate(0, 0);
|
|
10510
|
-
}
|
|
10511
|
-
.sd-layout-sider-light {
|
|
10512
|
-
background: var(--sd-color-menu-light-bg);
|
|
10513
|
-
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
|
|
10514
|
-
}
|
|
10515
|
-
.sd-layout-header {
|
|
10516
|
-
position: relative;
|
|
10517
|
-
flex: 0 0 auto;
|
|
10518
|
-
box-sizing: border-box;
|
|
10519
|
-
margin: 0;
|
|
10520
|
-
overflow: hidden;
|
|
10455
|
+
|
|
10456
|
+
.sd-layout-footer {
|
|
10457
|
+
padding: 24px 50px;
|
|
10521
10458
|
color: var(--sd-color-text-1);
|
|
10522
|
-
|
|
10523
|
-
|
|
10524
|
-
transition: height 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), box-shadow 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
10459
|
+
font-size: 14px;
|
|
10460
|
+
background: var(--sd-color-fill-1);
|
|
10525
10461
|
}
|
|
10526
|
-
|
|
10527
|
-
|
|
10462
|
+
|
|
10463
|
+
.sd-layout-content {
|
|
10464
|
+
flex: auto;
|
|
10465
|
+
min-height: 0;
|
|
10466
|
+
color: var(--sd-color-text-1);
|
|
10528
10467
|
}
|
|
10529
|
-
|
|
10468
|
+
|
|
10469
|
+
.sd-layout-sider {
|
|
10470
|
+
position: relative;
|
|
10530
10471
|
display: flex;
|
|
10531
|
-
|
|
10472
|
+
flex-direction: column;
|
|
10473
|
+
min-width: 0;
|
|
10474
|
+
background: var(--sd-color-menu-dark-bg);
|
|
10475
|
+
transition: all 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), background 0s;
|
|
10532
10476
|
}
|
|
10533
|
-
.sd-layout-
|
|
10534
|
-
|
|
10535
|
-
z-index: 1;
|
|
10536
|
-
gap: 16px;
|
|
10537
|
-
min-height: var(--sd-layout-header-content-height, 64px);
|
|
10538
|
-
padding: 0 20px;
|
|
10477
|
+
.sd-layout-sider-has-trigger {
|
|
10478
|
+
padding-bottom: 44px;
|
|
10539
10479
|
}
|
|
10540
|
-
.sd-layout-
|
|
10541
|
-
|
|
10542
|
-
gap: 8px;
|
|
10480
|
+
.sd-layout-sider-right {
|
|
10481
|
+
order: 1;
|
|
10543
10482
|
}
|
|
10544
|
-
.sd-layout-header
|
|
10545
|
-
position: relative;
|
|
10546
|
-
z-index: 1;
|
|
10483
|
+
.sd-layout-sider-header {
|
|
10547
10484
|
flex: none;
|
|
10548
|
-
max-width: min(40%, 480px);
|
|
10549
|
-
overflow: hidden;
|
|
10550
|
-
color: inherit;
|
|
10551
|
-
font-weight: 600;
|
|
10552
|
-
font-size: 18px;
|
|
10553
|
-
white-space: nowrap;
|
|
10554
|
-
text-overflow: ellipsis;
|
|
10555
10485
|
}
|
|
10556
|
-
.sd-layout-
|
|
10557
|
-
position: relative;
|
|
10558
|
-
z-index: 1;
|
|
10486
|
+
.sd-layout-sider-children {
|
|
10559
10487
|
flex: 1;
|
|
10560
|
-
|
|
10561
|
-
min-width: 0;
|
|
10488
|
+
min-height: 0;
|
|
10562
10489
|
}
|
|
10563
|
-
.sd-layout-
|
|
10564
|
-
|
|
10565
|
-
z-index: 1;
|
|
10566
|
-
gap: 8px;
|
|
10567
|
-
min-height: var(--sd-layout-header-extension-height, 48px);
|
|
10568
|
-
padding: 0 20px;
|
|
10569
|
-
border-top: 1px solid var(--sd-color-border-2);
|
|
10490
|
+
.sd-layout-sider-children-scroll {
|
|
10491
|
+
overflow: hidden auto;
|
|
10570
10492
|
}
|
|
10571
|
-
.sd-layout-
|
|
10572
|
-
position: absolute;
|
|
10573
|
-
inset: 0;
|
|
10493
|
+
.sd-layout-sider-zero-width .sd-layout-sider-children {
|
|
10574
10494
|
overflow: hidden;
|
|
10575
10495
|
}
|
|
10576
|
-
.sd-layout-
|
|
10496
|
+
.sd-layout-sider-trigger {
|
|
10577
10497
|
position: absolute;
|
|
10578
|
-
|
|
10579
|
-
|
|
10580
|
-
|
|
10581
|
-
|
|
10582
|
-
|
|
10583
|
-
|
|
10584
|
-
|
|
10585
|
-
|
|
10586
|
-
opacity: var(--sd-layout-header-image-opacity, 1);
|
|
10587
|
-
transition: opacity 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
10588
|
-
}
|
|
10589
|
-
.sd-layout-header-flat {
|
|
10590
|
-
box-shadow: none;
|
|
10591
|
-
}
|
|
10592
|
-
.sd-layout-header:not(.sd-layout-header-flat) {
|
|
10593
|
-
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
|
|
10594
|
-
}
|
|
10595
|
-
.sd-layout-header-floating {
|
|
10596
|
-
box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
|
|
10597
|
-
}
|
|
10598
|
-
.sd-layout-header-hidden {
|
|
10599
|
-
pointer-events: none;
|
|
10600
|
-
}
|
|
10601
|
-
.sd-layout-header-collapsed .sd-layout-header-extension {
|
|
10602
|
-
display: none;
|
|
10498
|
+
bottom: 0;
|
|
10499
|
+
z-index: 1;
|
|
10500
|
+
height: 44px;
|
|
10501
|
+
color: var(--sd-color-white);
|
|
10502
|
+
line-height: 44px;
|
|
10503
|
+
text-align: center;
|
|
10504
|
+
cursor: pointer;
|
|
10505
|
+
transition: all 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
10603
10506
|
}
|
|
10604
|
-
.sd-layout-
|
|
10507
|
+
.sd-layout-sider-zero-width-trigger {
|
|
10508
|
+
position: absolute;
|
|
10509
|
+
top: 64px;
|
|
10510
|
+
z-index: 1;
|
|
10511
|
+
display: flex;
|
|
10512
|
+
align-items: center;
|
|
10513
|
+
justify-content: center;
|
|
10514
|
+
width: 40px;
|
|
10515
|
+
height: 40px;
|
|
10605
10516
|
color: var(--sd-color-white);
|
|
10606
|
-
|
|
10517
|
+
font-size: 18px;
|
|
10518
|
+
background: var(--sd-color-menu-dark-bg);
|
|
10519
|
+
border-radius: 0 8px 8px 0;
|
|
10520
|
+
cursor: pointer;
|
|
10521
|
+
transition: background-color 0.3s ease;
|
|
10522
|
+
inset-inline-end: -40px;
|
|
10607
10523
|
}
|
|
10608
|
-
.sd-layout-
|
|
10609
|
-
|
|
10524
|
+
.sd-layout-sider-zero-width-trigger::after {
|
|
10525
|
+
position: absolute;
|
|
10526
|
+
inset: 0;
|
|
10527
|
+
background: transparent;
|
|
10528
|
+
transition: all 0.3s;
|
|
10529
|
+
content: "";
|
|
10610
10530
|
}
|
|
10611
|
-
.sd-layout-
|
|
10612
|
-
|
|
10613
|
-
border-bottom: 0;
|
|
10531
|
+
.sd-layout-sider-zero-width-trigger:hover::after {
|
|
10532
|
+
background: rgba(255, 255, 255, 0.2);
|
|
10614
10533
|
}
|
|
10615
|
-
.sd-layout-
|
|
10616
|
-
|
|
10534
|
+
.sd-layout-sider-zero-width-trigger-right {
|
|
10535
|
+
inset-inline-start: -40px;
|
|
10536
|
+
border-radius: 8px 0 0 8px;
|
|
10617
10537
|
}
|
|
10618
|
-
.sd-layout-
|
|
10619
|
-
|
|
10620
|
-
margin: 0;
|
|
10538
|
+
.sd-layout-sider-light {
|
|
10539
|
+
background: var(--sd-color-bg-1);
|
|
10621
10540
|
}
|
|
10622
|
-
|
|
10623
|
-
|
|
10624
|
-
|
|
10541
|
+
.sd-layout-sider-light .sd-layout-sider-trigger {
|
|
10542
|
+
color: var(--sd-color-text-1);
|
|
10543
|
+
background: var(--sd-color-bg-1);
|
|
10625
10544
|
}
|
|
10626
|
-
.sd-layout-
|
|
10627
|
-
|
|
10628
|
-
|
|
10545
|
+
.sd-layout-sider-light .sd-layout-sider-zero-width-trigger {
|
|
10546
|
+
color: var(--sd-color-text-1);
|
|
10547
|
+
background: var(--sd-color-bg-1);
|
|
10548
|
+
border: 1px solid var(--sd-color-fill-1);
|
|
10549
|
+
border-inline-start: 0;
|
|
10629
10550
|
}
|
|
10630
10551
|
|
|
10631
10552
|
.sd-input-tag {
|
|
@@ -18859,6 +18780,11 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
18859
18780
|
font-size: 14px;
|
|
18860
18781
|
}
|
|
18861
18782
|
|
|
18783
|
+
.sd-border-beam {
|
|
18784
|
+
position: relative;
|
|
18785
|
+
display: inline-flex;
|
|
18786
|
+
}
|
|
18787
|
+
|
|
18862
18788
|
.sd-avatar {
|
|
18863
18789
|
position: relative;
|
|
18864
18790
|
display: inline-flex;
|