@well-insight/ui 0.1.10 → 0.1.11
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/CHANGELOG.md +50 -0
- package/dist/{Button-B6-YxpOQ.js → Button-tnrMSwNg.js} +3 -7
- package/dist/{Checkbox-BvlOYFGs.js → Checkbox-CoovLjt_.js} +1 -1
- package/dist/{Icon-B6gOD07E.js → Icon-DHGs8l-M.js} +27 -1
- package/dist/Pagination-UvgyUKB1.js +155 -0
- package/dist/{ProgressSpinner-YThgaSzb.js → ProgressSpinner-BTijCc7l.js} +1 -1
- package/dist/accordion/style.css +4 -5
- package/dist/auto-complete/index.js +106 -99
- package/dist/auto-complete/style.css +4 -5
- package/dist/avatar/index.js +1 -1
- package/dist/avatar/style.css +4 -5
- package/dist/badge/style.css +4 -5
- package/dist/block-ui/style.css +4 -5
- package/dist/breadcrumb/index.js +1 -1
- package/dist/breadcrumb/style.css +4 -5
- package/dist/button/index.js +1 -1
- package/dist/button/style.css +4 -5
- package/dist/card/style.css +4 -5
- package/dist/carousel/index.js +61 -54
- package/dist/carousel/style.css +43 -5
- package/dist/carousel/style.js +1 -0
- package/dist/cascade-select/index.js +143 -76
- package/dist/cascade-select/style.css +76 -10
- package/dist/cascade-select/style.js +1 -0
- package/dist/checkbox/index.js +1 -1
- package/dist/checkbox/style.css +4 -5
- package/dist/chip/index.js +32 -29
- package/dist/chip/style.css +4 -5
- package/dist/command-menu/index.js +2 -2
- package/dist/command-menu/style.css +4 -5
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts +2 -0
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts.map +1 -1
- package/dist/components/AutoComplete/types.d.ts +1 -0
- package/dist/components/AutoComplete/types.d.ts.map +1 -1
- package/dist/components/Button/Button.vue.d.ts +0 -1
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/types.d.ts +0 -2
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts +6 -0
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/CascadeSelect/styles.css +33 -5
- package/dist/components/CascadeSelect/types.d.ts +11 -0
- package/dist/components/CascadeSelect/types.d.ts.map +1 -1
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenuNodes.vue.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.vue.d.ts +2 -0
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/DatePicker/styles.css +33 -8
- package/dist/components/DatePicker/types.d.ts +1 -0
- package/dist/components/DatePicker/types.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.vue.d.ts +3 -3
- package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/components/Divider/types.d.ts +0 -5
- package/dist/components/Divider/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +2 -2
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts +2 -2
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts.map +1 -1
- package/dist/components/Fieldset/Fieldset.vue.d.ts +4 -4
- package/dist/components/Fieldset/Fieldset.vue.d.ts.map +1 -1
- package/dist/components/FileUpload/styles.css +2 -2
- package/dist/components/FloatLabel/FloatLabel.vue.d.ts.map +1 -1
- package/dist/components/Gallery/Gallery.vue.d.ts.map +1 -1
- package/dist/components/Icon/icons.d.ts +32 -0
- package/dist/components/Icon/icons.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +0 -1
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/styles.css +3 -5
- package/dist/components/Input/types.d.ts +1 -3
- package/dist/components/Input/types.d.ts.map +1 -1
- package/dist/components/InputNumber/InputNumber.vue.d.ts.map +1 -1
- package/dist/components/InputOtp/InputOtp.vue.d.ts.map +1 -1
- package/dist/components/InputPassword/InputPassword.vue.d.ts +4 -4
- package/dist/components/InputPassword/InputPassword.vue.d.ts.map +1 -1
- package/dist/components/InputTags/InputTags.vue.d.ts.map +1 -1
- package/dist/components/Layout/Layout.vue.d.ts +1 -4
- package/dist/components/Layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutContent.vue.d.ts +1 -4
- package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutFooter.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutHeader.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutSider.vue.d.ts +1 -4
- package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
- package/dist/components/Layout/composables/useLayoutRegionStyle.d.ts +9 -0
- package/dist/components/Layout/composables/useLayoutRegionStyle.d.ts.map +1 -0
- package/dist/components/Layout/composables/useLayoutScroll.d.ts +6 -0
- package/dist/components/Layout/composables/useLayoutScroll.d.ts.map +1 -0
- package/dist/components/Layout/composables/useLayoutSiderCollapse.d.ts +16 -0
- package/dist/components/Layout/composables/useLayoutSiderCollapse.d.ts.map +1 -0
- package/dist/components/Layout/styles.css +19 -49
- package/dist/components/Layout/types.d.ts +0 -22
- package/dist/components/Layout/types.d.ts.map +1 -1
- package/dist/components/Layout/utils.d.ts +3 -0
- package/dist/components/Layout/utils.d.ts.map +1 -0
- package/dist/components/MegaMenu/MegaMenu.vue.d.ts.map +1 -1
- package/dist/components/Menu/MenuNodes.vue.d.ts.map +1 -1
- package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
- package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/Panel/Panel.vue.d.ts +3 -3
- package/dist/components/Panel/Panel.vue.d.ts.map +1 -1
- package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
- package/dist/components/Popover/styles.css +41 -0
- package/dist/components/Rating/Rating.vue.d.ts.map +1 -1
- package/dist/components/Rating/styles.css +28 -23
- package/dist/components/ScrollTop/ScrollTop.vue.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +1 -1
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/styles.css +8 -108
- package/dist/components/Select/types.d.ts +3 -3
- package/dist/components/Select/types.d.ts.map +1 -1
- package/dist/components/Slider/Slider.vue.d.ts.map +1 -1
- package/dist/components/Slider/types.d.ts +2 -0
- package/dist/components/Slider/types.d.ts.map +1 -1
- package/dist/components/SpeedDial/SpeedDial.vue.d.ts.map +1 -1
- package/dist/components/SplitButton/SplitButton.vue.d.ts.map +1 -1
- package/dist/components/Table/Table.vue.d.ts +9 -9
- package/dist/components/Table/Table.vue.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.vue.d.ts +3 -3
- package/dist/components/Tabs/Tabs.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Terminal/styles.css +8 -8
- package/dist/components/Textarea/Textarea.vue.d.ts +0 -2
- package/dist/components/Textarea/Textarea.vue.d.ts.map +1 -1
- package/dist/components/Textarea/styles.css +1 -2
- package/dist/components/Textarea/types.d.ts +1 -5
- package/dist/components/Textarea/types.d.ts.map +1 -1
- package/dist/components/TieredMenu/TieredMenu.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/styles.css +21 -12
- package/dist/components/TreeTable/TreeTableRow.vue.d.ts.map +1 -1
- package/dist/{config-DWwce9jA.js → config-CTLkobga.js} +1 -0
- package/dist/config-provider/index.js +1 -1
- package/dist/config-provider/style.css +7 -10
- package/dist/confirm-dialog/index.js +4 -4
- package/dist/confirm-dialog/style.css +4 -5
- package/dist/confirm-popup/index.js +62 -77
- package/dist/confirm-popup/style.css +4 -5
- package/dist/context-menu/index.js +69 -61
- package/dist/context-menu/style.css +4 -5
- package/dist/data-view/index.js +1 -1
- package/dist/data-view/style.css +4 -5
- package/dist/date-picker/index.js +144 -137
- package/dist/date-picker/style.css +76 -13
- package/dist/date-picker/style.js +1 -0
- package/dist/dialog/index.js +76 -70
- package/dist/dialog/style.css +4 -5
- package/dist/divider/index.js +1 -2
- package/dist/divider/style.css +4 -5
- package/dist/dock/style.css +4 -5
- package/dist/drawer/index.js +49 -45
- package/dist/drawer/style.css +43 -5
- package/dist/drawer/style.js +1 -0
- package/dist/dropdown/index.js +98 -97
- package/dist/dropdown/style.css +4 -5
- package/dist/fieldset/index.js +16 -12
- package/dist/fieldset/style.css +43 -5
- package/dist/fieldset/style.js +1 -0
- package/dist/file-upload/index.js +2 -2
- package/dist/file-upload/style.css +6 -7
- package/dist/flex/index.js +1 -1
- package/dist/flex/style.css +4 -5
- package/dist/float-label/index.js +15 -4
- package/dist/float-label/style.css +4 -5
- package/dist/fluid/style.css +4 -5
- package/dist/form/index.js +1 -1
- package/dist/form/style.css +4 -5
- package/dist/gallery/index.js +41 -34
- package/dist/gallery/style.css +43 -5
- package/dist/gallery/style.js +1 -0
- package/dist/grid/style.css +4 -5
- package/dist/icon/index.js +1 -1
- package/dist/icon/style.css +4 -5
- package/dist/icon-Cg5TeFqe.js +7 -0
- package/dist/icon-field/style.css +4 -5
- package/dist/index.js +2783 -2643
- package/dist/inplace/style.css +4 -5
- package/dist/input/index.js +65 -66
- package/dist/input/style.css +46 -10
- package/dist/input/style.js +1 -0
- package/dist/input-color/index.js +1 -1
- package/dist/input-color/style.css +4 -5
- package/dist/input-group/style.css +4 -5
- package/dist/input-number/index.js +82 -66
- package/dist/input-number/style.css +43 -5
- package/dist/input-number/style.js +1 -0
- package/dist/input-otp/index.js +3 -3
- package/dist/input-otp/style.css +4 -5
- package/dist/input-password/index.js +46 -43
- package/dist/input-password/style.css +4 -5
- package/dist/input-tags/index.js +50 -46
- package/dist/input-tags/style.css +43 -5
- package/dist/input-tags/style.js +1 -0
- package/dist/key-CaQYVkjh.js +6 -0
- package/dist/knob/style.css +4 -5
- package/dist/label/style.css +4 -5
- package/dist/layout/index.js +196 -271
- package/dist/layout/style.css +48 -140
- package/dist/layout/style.js +1 -1
- package/dist/listbox/index.js +1 -1
- package/dist/listbox/style.css +4 -5
- package/dist/locale/en-US.d.ts.map +1 -1
- package/dist/locale/types.d.ts +1 -0
- package/dist/locale/types.d.ts.map +1 -1
- package/dist/locale/zh-CN.d.ts.map +1 -1
- package/dist/{locale-CYkJyRd1.js → locale-DxAvgqgB.js} +1 -1
- package/dist/mega-menu/index.js +47 -49
- package/dist/mega-menu/style.css +4 -5
- package/dist/menu/index.js +81 -76
- package/dist/menu/style.css +4 -5
- package/dist/menubar/index.js +75 -73
- package/dist/menubar/style.css +4 -5
- package/dist/message/index.js +3 -3
- package/dist/message/style.css +4 -5
- package/dist/meter-group/style.css +4 -5
- package/dist/order-list/index.js +2 -2
- package/dist/order-list/style.css +4 -5
- package/dist/overlayPlacement-CN1tuC95.js +51 -0
- package/dist/pagination/index.js +1 -1
- package/dist/pagination/style.css +43 -5
- package/dist/pagination/style.js +1 -0
- package/dist/panel/index.js +27 -23
- package/dist/panel/style.css +43 -5
- package/dist/panel/style.js +1 -0
- package/dist/pick-list/index.js +2 -2
- package/dist/pick-list/style.css +4 -5
- package/dist/popover/index.js +79 -100
- package/dist/popover/style.css +45 -5
- package/dist/progress-bar/style.css +4 -5
- package/dist/progress-spinner/index.js +1 -1
- package/dist/progress-spinner/style.css +4 -5
- package/dist/radio/index.js +1 -1
- package/dist/radio/style.css +4 -5
- package/dist/rating/index.js +54 -44
- package/dist/rating/style.css +71 -28
- package/dist/rating/style.js +1 -0
- package/dist/scroll-top/index.js +45 -41
- package/dist/scroll-top/style.css +43 -5
- package/dist/scroll-top/style.js +1 -0
- package/dist/scrollbar/index.js +382 -2
- package/dist/scrollbar/style.css +4 -5
- package/dist/select/index.js +149 -141
- package/dist/select/style.css +51 -113
- package/dist/select/style.js +1 -0
- package/dist/select-button/index.js +1 -1
- package/dist/select-button/style.css +4 -5
- package/dist/shared/componentDefaults.d.ts +5 -1
- package/dist/shared/componentDefaults.d.ts.map +1 -1
- package/dist/shared/menu/icon.d.ts +4 -0
- package/dist/shared/menu/icon.d.ts.map +1 -0
- package/dist/shared/menu/index.d.ts +4 -0
- package/dist/shared/menu/index.d.ts.map +1 -0
- package/dist/shared/menu/key.d.ts +4 -0
- package/dist/shared/menu/key.d.ts.map +1 -0
- package/dist/shared/menu/types.d.ts +11 -0
- package/dist/shared/menu/types.d.ts.map +1 -0
- package/dist/shared/overlayPlacement.d.ts +12 -0
- package/dist/shared/overlayPlacement.d.ts.map +1 -0
- package/dist/sidebar/index.js +1 -1
- package/dist/sidebar/style.css +4 -5
- package/dist/skeleton/style.css +4 -5
- package/dist/slider/index.js +6 -3
- package/dist/slider/style.css +4 -5
- package/dist/space/index.js +1 -1
- package/dist/space/style.css +4 -5
- package/dist/speed-dial/index.js +55 -66
- package/dist/speed-dial/style.css +43 -5
- package/dist/speed-dial/style.js +1 -0
- package/dist/split-button/index.js +66 -63
- package/dist/split-button/style.css +43 -5
- package/dist/split-button/style.js +1 -0
- package/dist/splitter/index.js +1 -1
- package/dist/splitter/style.css +4 -5
- package/dist/stepper/style.css +4 -5
- package/dist/styles/base.css +4 -5
- package/dist/styles.css +1 -1
- package/dist/switch/index.js +1 -1
- package/dist/switch/style.css +4 -5
- package/dist/table/index.js +41 -35
- package/dist/table/style.css +4 -5
- package/dist/tabs/index.js +78 -65
- package/dist/tabs/style.css +43 -5
- package/dist/tabs/style.js +1 -0
- package/dist/tag/index.js +31 -28
- package/dist/tag/style.css +4 -5
- package/dist/terminal/index.js +1 -1
- package/dist/terminal/style.css +12 -13
- package/dist/textarea/index.js +69 -75
- package/dist/textarea/style.css +44 -7
- package/dist/textarea/style.js +1 -0
- package/dist/tiered-menu/index.js +66 -59
- package/dist/tiered-menu/style.css +43 -5
- package/dist/tiered-menu/style.js +1 -0
- package/dist/timeline/index.js +1 -1
- package/dist/timeline/style.css +4 -5
- package/dist/toast/index.js +93 -89
- package/dist/toast/style.css +43 -5
- package/dist/toast/style.js +1 -0
- package/dist/toggle-button/index.js +1 -1
- package/dist/toggle-button/style.css +4 -5
- package/dist/toolbar/style.css +4 -5
- package/dist/tooltip/index.js +47 -71
- package/dist/tooltip/style.css +4 -5
- package/dist/tree/index.js +3 -3
- package/dist/tree/style.css +4 -5
- package/dist/tree-select/index.js +164 -155
- package/dist/tree-select/style.css +64 -17
- package/dist/tree-select/style.js +1 -0
- package/dist/tree-table/index.js +34 -30
- package/dist/tree-table/style.css +43 -5
- package/dist/tree-table/style.js +1 -0
- package/dist/virtual-scroller/style.css +4 -5
- package/package.json +4 -1
- package/dist/Pagination-BU-1IY0E.js +0 -148
- package/dist/Scrollbar-D-bR2noX.js +0 -382
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
/* —— Form: DatePicker —— */
|
|
2
|
-
.wi-datepicker
|
|
3
|
-
|
|
4
|
-
--wi-datepicker-
|
|
5
|
-
--wi-datepicker-calendar-cell-size
|
|
2
|
+
.wi-datepicker,
|
|
3
|
+
.wi-datepicker__panel {
|
|
4
|
+
--wi-datepicker-calendar-cell-size: var(--wi-control-affix-size, 2rem);
|
|
5
|
+
--wi-datepicker-day-size: var(--wi-datepicker-calendar-cell-size);
|
|
6
6
|
--wi-datepicker-grid-gap: 0.125rem;
|
|
7
|
+
--wi-datepicker-panel-min-width: calc(
|
|
8
|
+
7 * var(--wi-datepicker-calendar-cell-size) + 6 *
|
|
9
|
+
var(--wi-datepicker-grid-gap) + 2 * var(--wi-space-3)
|
|
10
|
+
);
|
|
7
11
|
--wi-datepicker-shortcuts-width: 6rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.wi-datepicker {
|
|
15
|
+
--wi-datepicker-input-end-padding: calc(var(--wi-space-2) + 1.25rem);
|
|
8
16
|
display: inline-flex;
|
|
9
17
|
flex-direction: column;
|
|
10
18
|
gap: var(--wi-space-2);
|
|
@@ -37,7 +45,7 @@
|
|
|
37
45
|
font: inherit;
|
|
38
46
|
font-size: var(--wi-control-font-medium);
|
|
39
47
|
min-height: var(--wi-control-height-medium);
|
|
40
|
-
padding: 0 var(--wi-datepicker-input-
|
|
48
|
+
padding: 0 var(--wi-datepicker-input-end-padding) 0
|
|
41
49
|
var(--wi-control-padding-x-medium);
|
|
42
50
|
width: 100%;
|
|
43
51
|
}
|
|
@@ -45,14 +53,14 @@
|
|
|
45
53
|
.wi-datepicker--small .wi-datepicker__input {
|
|
46
54
|
font-size: var(--wi-control-font-small);
|
|
47
55
|
min-height: var(--wi-control-height-small);
|
|
48
|
-
padding: 0 var(--wi-datepicker-input-
|
|
56
|
+
padding: 0 var(--wi-datepicker-input-end-padding) 0
|
|
49
57
|
var(--wi-control-padding-x-small);
|
|
50
58
|
}
|
|
51
59
|
|
|
52
60
|
.wi-datepicker--large .wi-datepicker__input {
|
|
53
61
|
font-size: var(--wi-control-font-large);
|
|
54
62
|
min-height: var(--wi-control-height-large);
|
|
55
|
-
padding: 0 var(--wi-datepicker-input-
|
|
63
|
+
padding: 0 var(--wi-datepicker-input-end-padding) 0
|
|
56
64
|
var(--wi-control-padding-x-large);
|
|
57
65
|
}
|
|
58
66
|
|
|
@@ -66,11 +74,14 @@
|
|
|
66
74
|
}
|
|
67
75
|
|
|
68
76
|
.wi-datepicker__clear {
|
|
77
|
+
align-items: center;
|
|
69
78
|
background: transparent;
|
|
70
79
|
border: 0;
|
|
71
80
|
color: var(--wi-color-text-muted);
|
|
72
81
|
cursor: pointer;
|
|
82
|
+
display: inline-flex;
|
|
73
83
|
font: inherit;
|
|
84
|
+
justify-content: center;
|
|
74
85
|
position: absolute;
|
|
75
86
|
right: var(--wi-space-2);
|
|
76
87
|
}
|
|
@@ -81,19 +92,26 @@
|
|
|
81
92
|
border-radius: var(--wi-radius-md);
|
|
82
93
|
box-shadow: var(--wi-shadow-md);
|
|
83
94
|
margin-top: var(--wi-space-1);
|
|
95
|
+
min-width: max(100%, var(--wi-datepicker-panel-min-width));
|
|
84
96
|
padding: var(--wi-space-3);
|
|
85
97
|
position: absolute;
|
|
86
98
|
top: 100%;
|
|
99
|
+
width: max-content;
|
|
87
100
|
z-index: var(--wi-z-popper);
|
|
88
101
|
}
|
|
89
102
|
|
|
90
103
|
.wi-datepicker__panel--teleported {
|
|
91
104
|
margin-top: 0;
|
|
105
|
+
min-width: var(--wi-datepicker-panel-min-width);
|
|
92
106
|
position: fixed;
|
|
93
107
|
top: auto;
|
|
94
108
|
z-index: var(--wi-z-dropdown);
|
|
95
109
|
}
|
|
96
110
|
|
|
111
|
+
.wi-datepicker__calendar {
|
|
112
|
+
flex: 0 0 auto;
|
|
113
|
+
}
|
|
114
|
+
|
|
97
115
|
.wi-datepicker__header {
|
|
98
116
|
align-items: center;
|
|
99
117
|
display: flex;
|
|
@@ -106,12 +124,15 @@
|
|
|
106
124
|
}
|
|
107
125
|
|
|
108
126
|
.wi-datepicker__nav {
|
|
127
|
+
align-items: center;
|
|
109
128
|
background: transparent;
|
|
110
129
|
border: 0;
|
|
111
130
|
border-radius: var(--wi-radius-sm);
|
|
112
131
|
color: var(--wi-color-text);
|
|
113
132
|
cursor: pointer;
|
|
133
|
+
display: inline-flex;
|
|
114
134
|
font: inherit;
|
|
135
|
+
justify-content: center;
|
|
115
136
|
line-height: 1;
|
|
116
137
|
padding: var(--wi-space-1) var(--wi-space-2);
|
|
117
138
|
}
|
|
@@ -128,7 +149,11 @@
|
|
|
128
149
|
.wi-datepicker__grid {
|
|
129
150
|
display: grid;
|
|
130
151
|
gap: var(--wi-datepicker-grid-gap);
|
|
131
|
-
grid-template-columns: repeat(
|
|
152
|
+
grid-template-columns: repeat(
|
|
153
|
+
7,
|
|
154
|
+
var(--wi-datepicker-calendar-cell-size, var(--wi-control-affix-size, 2rem))
|
|
155
|
+
);
|
|
156
|
+
place-items: center;
|
|
132
157
|
}
|
|
133
158
|
|
|
134
159
|
.wi-datepicker__weekdays {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAErD,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,WAAW,CAAA;AACjD,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,IAAI,CAAA;AAC/C,MAAM,MAAM,eAAe,GACvB,mBAAmB,GACnB,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,GAC1C,IAAI,CAAA;AACR,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAA;AAE9D,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EACD,mBAAmB,GACnB,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,GAC1C,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,CAAC,CAAA;CAC7E;AAED,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,EAAE,eAAe,CAAA;IAC5B,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,WAAW,CAAA;IAClB,OAAO,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAA;IACpC,OAAO,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAA;IACpC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,qFAAqF;IACrF,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAChC,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,UAAU,CAAA;CACtB;AAED,MAAM,WAAW,eAAe;IAC9B,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,eAAe,GAAG,IAAI,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAErD,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,WAAW,CAAA;AACjD,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,IAAI,CAAA;AAC/C,MAAM,MAAM,eAAe,GACvB,mBAAmB,GACnB,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,GAC1C,IAAI,CAAA;AACR,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAA;AAE9D,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EACD,mBAAmB,GACnB,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,GAC1C,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,CAAC,CAAA;CAC7E;AAED,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,EAAE,eAAe,CAAA;IAC5B,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,WAAW,CAAA;IAClB,OAAO,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAA;IACpC,OAAO,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAA;IACpC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,qFAAqF;IACrF,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAChC,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,UAAU,CAAA;CACtB;AAED,MAAM,WAAW,eAAe;IAC9B,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,eAAe,GAAG,IAAI,CAAA;IAC1D,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;CACvB"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { DialogProps, DialogPosition } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare var __VLS_18: {},
|
|
3
|
+
declare var __VLS_18: {}, __VLS_30: {}, __VLS_32: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
header?: (props: typeof __VLS_18) => any;
|
|
6
6
|
} & {
|
|
7
|
-
default?: (props: typeof
|
|
7
|
+
default?: (props: typeof __VLS_30) => any;
|
|
8
8
|
} & {
|
|
9
|
-
footer?: (props: typeof
|
|
9
|
+
footer?: (props: typeof __VLS_32) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: DefineComponent<DialogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12
12
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Dialog.vue"],"names":[],"mappings":";AA6PA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Dialog.vue"],"names":[],"mappings":";AA6PA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAyZ1C,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -7,11 +7,6 @@ export interface DividerProps {
|
|
|
7
7
|
* @default 'horizontal'
|
|
8
8
|
*/
|
|
9
9
|
layout?: DividerLayout;
|
|
10
|
-
/**
|
|
11
|
-
* Legacy alias of `layout`. Used when `layout` is omitted.
|
|
12
|
-
* @deprecated Prefer `layout`.
|
|
13
|
-
*/
|
|
14
|
-
orientation?: DividerLayout;
|
|
15
10
|
/** Border style of the divider line. */
|
|
16
11
|
type?: DividerType;
|
|
17
12
|
/** Label alignment for horizontal dividers with content. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Divider/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,UAAU,CAAA;AACrD,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAA;AACvD,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;AAEtD,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,MAAM,CAAC,EAAE,aAAa,CAAA;IACtB
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Divider/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,UAAU,CAAA;AACrD,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAA;AACvD,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;AAEtD,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,MAAM,CAAC,EAAE,aAAa,CAAA;IACtB,wCAAwC;IACxC,IAAI,CAAC,EAAE,WAAW,CAAA;IAClB,4DAA4D;IAC5D,KAAK,CAAC,EAAE,YAAY,CAAA;IACpB,wBAAwB;IACxB,cAAc,CAAC,EAAE,YAAY,CAAA;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;CACf"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { DrawerProps, DrawerPosition } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare var __VLS_15: {},
|
|
3
|
+
declare var __VLS_15: {}, __VLS_22: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
header?: (props: typeof __VLS_15) => any;
|
|
6
6
|
} & {
|
|
7
|
-
default?: (props: typeof
|
|
7
|
+
default?: (props: typeof __VLS_22) => any;
|
|
8
8
|
};
|
|
9
9
|
declare const __VLS_base: DefineComponent<DrawerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
10
10
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":";AAmHA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AA2M1C,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -6,13 +6,13 @@ type __VLS_Props = {
|
|
|
6
6
|
};
|
|
7
7
|
declare var __VLS_14: {
|
|
8
8
|
item: DropdownItem;
|
|
9
|
-
},
|
|
9
|
+
}, __VLS_34: {
|
|
10
10
|
item: DropdownItem;
|
|
11
11
|
};
|
|
12
12
|
type __VLS_Slots = {} & {
|
|
13
13
|
item?: (props: typeof __VLS_14) => any;
|
|
14
14
|
} & {
|
|
15
|
-
item?: (props: typeof
|
|
15
|
+
item?: (props: typeof __VLS_34) => any;
|
|
16
16
|
};
|
|
17
17
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
18
18
|
select: (item: DropdownItem) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownNodes.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/DropdownNodes.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"DropdownNodes.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/DropdownNodes.vue"],"names":[],"mappings":";AAAA,OAsHO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAM3C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,YAAY,EAAE,CAAA;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,CAAC;AAySF,QAAA,IAAI,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAG7C,QAAA,MAAM,UAAU;;;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { FieldsetProps } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare var
|
|
3
|
+
declare var __VLS_6: {}, __VLS_8: {}, __VLS_10: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
|
-
legend?: (props: typeof
|
|
5
|
+
legend?: (props: typeof __VLS_6) => any;
|
|
6
6
|
} & {
|
|
7
|
-
legend?: (props: typeof
|
|
7
|
+
legend?: (props: typeof __VLS_8) => any;
|
|
8
8
|
} & {
|
|
9
|
-
default?: (props: typeof
|
|
9
|
+
default?: (props: typeof __VLS_10) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: DefineComponent<FieldsetProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12
12
|
"update:collapsed": (value: boolean) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Fieldset.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Fieldset/Fieldset.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Fieldset.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Fieldset/Fieldset.vue"],"names":[],"mappings":";AAmDA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA6F5C,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAW,CAAE;AAC/D,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
.wi-fileupload__card-mask {
|
|
257
|
-
background: color-mix(in srgb,
|
|
257
|
+
background: color-mix(in srgb, var(--wi-color-text) 48%, transparent);
|
|
258
258
|
gap: var(--wi-space-1);
|
|
259
259
|
opacity: 0;
|
|
260
260
|
transition: opacity var(--wi-motion-fast) var(--wi-motion-ease);
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
.wi-fileupload__card-mask .wi-fileupload__action {
|
|
269
|
-
color:
|
|
269
|
+
color: var(--wi-color-on-emphasis);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
.wi-fileupload__card-mask .wi-fileupload__action:hover {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FloatLabel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FloatLabel/FloatLabel.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"FloatLabel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FloatLabel/FloatLabel.vue"],"names":[],"mappings":";AA+BA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAoD9C,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO7C,QAAA,MAAM,UAAU,0SAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Gallery.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Gallery/Gallery.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Gallery.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Gallery/Gallery.vue"],"names":[],"mappings":";AAyEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAkJ3C,QAAA,MAAM,YAAY;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -456,6 +456,38 @@ export declare const iconRegistry: {
|
|
|
456
456
|
readonly fill: "currentColor";
|
|
457
457
|
}];
|
|
458
458
|
};
|
|
459
|
+
readonly sort: {
|
|
460
|
+
readonly primitives: readonly [{
|
|
461
|
+
readonly tag: "path";
|
|
462
|
+
readonly d: "M8 3.5v4M5.5 7 8 3.5 10.5 7";
|
|
463
|
+
}, {
|
|
464
|
+
readonly tag: "path";
|
|
465
|
+
readonly d: "M8 12.5v-4M5.5 9 8 12.5 10.5 9";
|
|
466
|
+
}];
|
|
467
|
+
};
|
|
468
|
+
readonly maximize: {
|
|
469
|
+
readonly primitives: readonly [{
|
|
470
|
+
readonly tag: "rect";
|
|
471
|
+
readonly x: 3.5;
|
|
472
|
+
readonly y: 3.5;
|
|
473
|
+
readonly width: 9;
|
|
474
|
+
readonly height: 9;
|
|
475
|
+
readonly rx: 0.75;
|
|
476
|
+
}];
|
|
477
|
+
};
|
|
478
|
+
readonly restore: {
|
|
479
|
+
readonly primitives: readonly [{
|
|
480
|
+
readonly tag: "rect";
|
|
481
|
+
readonly x: 3.5;
|
|
482
|
+
readonly y: 5.5;
|
|
483
|
+
readonly width: 7;
|
|
484
|
+
readonly height: 7;
|
|
485
|
+
readonly rx: 0.75;
|
|
486
|
+
}, {
|
|
487
|
+
readonly tag: "path";
|
|
488
|
+
readonly d: "M5.5 3.5h5.5V9";
|
|
489
|
+
}];
|
|
490
|
+
};
|
|
459
491
|
};
|
|
460
492
|
export type IconName = keyof typeof iconRegistry;
|
|
461
493
|
export declare const iconNames: IconName[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/icons.ts"],"names":[],"mappings":"AAAA,2FAA2F;AAE3F,MAAM,MAAM,aAAa,GACrB;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,GAC1B;IAAE,GAAG,EAAE,QAAQ,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,cAAc,GAAG,MAAM,CAAA;CAAE,GACpF;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE,GAC/D;IAAE,GAAG,EAAE,UAAU,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,GACnC;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAErF,MAAM,WAAW,cAAc;IAC7B,UAAU,EAAE,SAAS,aAAa,EAAE,CAAA;IACpC,gEAAgE;IAChE,IAAI,CAAC,EAAE,OAAO,CAAA;CACf;AAED,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/icons.ts"],"names":[],"mappings":"AAAA,2FAA2F;AAE3F,MAAM,MAAM,aAAa,GACrB;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,GAC1B;IAAE,GAAG,EAAE,QAAQ,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,cAAc,GAAG,MAAM,CAAA;CAAE,GACpF;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE,GAC/D;IAAE,GAAG,EAAE,UAAU,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,GACnC;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAErF,MAAM,WAAW,cAAc;IAC7B,UAAU,EAAE,SAAS,aAAa,EAAE,CAAA;IACpC,gEAAgE;IAChE,IAAI,CAAC,EAAE,OAAO,CAAA;CACf;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoP0B,CAAA;AAEnD,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,YAAY,CAAA;AAEhD,eAAO,MAAM,SAAS,EAAgC,QAAQ,EAAE,CAAA;AAEhE,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,QAAQ,CAE3D;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,QAAQ,GAAG,cAAc,CAEhE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":";AAiJA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAyEzC,iBAAS,KAAK,SAEb;AAwJD,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO9C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
outline: none;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.wi-input--invalid:focus-visible
|
|
16
|
-
.wi-input--error:focus-visible {
|
|
15
|
+
.wi-input--invalid:focus-visible {
|
|
17
16
|
border-color: var(--wi-color-danger);
|
|
18
17
|
box-shadow: var(--wi-focus-shadow-danger);
|
|
19
18
|
}
|
|
@@ -38,7 +37,7 @@
|
|
|
38
37
|
font-size: var(--wi-font-size-xs);
|
|
39
38
|
}
|
|
40
39
|
|
|
41
|
-
.wi-input-field__help--
|
|
40
|
+
.wi-input-field__help--invalid {
|
|
42
41
|
color: var(--wi-color-danger);
|
|
43
42
|
}
|
|
44
43
|
|
|
@@ -135,8 +134,7 @@
|
|
|
135
134
|
width: 100%;
|
|
136
135
|
}
|
|
137
136
|
|
|
138
|
-
.wi-input--invalid
|
|
139
|
-
.wi-input--error {
|
|
137
|
+
.wi-input--invalid {
|
|
140
138
|
border-color: var(--wi-color-danger);
|
|
141
139
|
}
|
|
142
140
|
|
|
@@ -3,10 +3,8 @@ export interface InputProps {
|
|
|
3
3
|
modelValue?: string;
|
|
4
4
|
label?: string;
|
|
5
5
|
helpText?: string;
|
|
6
|
-
/**
|
|
6
|
+
/** Marks the field invalid. */
|
|
7
7
|
invalid?: boolean;
|
|
8
|
-
/** @deprecated Prefer `invalid`. */
|
|
9
|
-
error?: boolean;
|
|
10
8
|
/** Error copy under the field; implies invalid when set. */
|
|
11
9
|
errorMessage?: string;
|
|
12
10
|
id?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Input/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAErE,MAAM,WAAW,UAAU;IACzB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Input/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAErE,MAAM,WAAW,UAAU;IACzB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,+BAA+B;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,4DAA4D;IAC5D,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,CAAA;IAC/D,iEAAiE;IACjE,IAAI,CAAC,EAAE,WAAW,CAAA;IAClB,wCAAwC;IACxC,OAAO,CAAC,EAAE,cAAc,CAAA;IACxB,wBAAwB;IACxB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,wBAAwB;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,UAAU;IACzB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACjD,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;CACvB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,IAAI,CAAA;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputNumber.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputNumber/InputNumber.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"InputNumber.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputNumber/InputNumber.vue"],"names":[],"mappings":";AAoJA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAiR/C,QAAA,MAAM,YAAY;;;;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputOtp.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputOtp/InputOtp.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"InputOtp.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputOtp/InputOtp.vue"],"names":[],"mappings":";AAmIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAoL5C,QAAA,MAAM,YAAY;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Component, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { IconName } from '../Icon/types';
|
|
3
3
|
import { InputPasswordProps } from './types';
|
|
4
|
-
declare var
|
|
4
|
+
declare var __VLS_6: {
|
|
5
5
|
unmasked: true;
|
|
6
|
-
},
|
|
6
|
+
}, __VLS_18: {
|
|
7
7
|
unmasked: false;
|
|
8
8
|
};
|
|
9
9
|
type __VLS_Slots = {} & {
|
|
10
|
-
hideIcon?: (props: typeof
|
|
10
|
+
hideIcon?: (props: typeof __VLS_6) => any;
|
|
11
11
|
} & {
|
|
12
|
-
showIcon?: (props: typeof
|
|
12
|
+
showIcon?: (props: typeof __VLS_18) => any;
|
|
13
13
|
};
|
|
14
14
|
declare const __VLS_base: DefineComponent<InputPasswordProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15
15
|
"update:modelValue": (value: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputPassword.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputPassword/InputPassword.vue"],"names":[],"mappings":"AAiPA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,KAAK,CAAC;AAEnC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"InputPassword.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputPassword/InputPassword.vue"],"names":[],"mappings":"AAiPA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,KAAK,CAAC;AAEnC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAuWjD,QAAA,IAAI,OAAO;;CAAU,EAAE,QAAQ;;CAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOjD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputTags.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputTags/InputTags.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"InputTags.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputTags/InputTags.vue"],"names":[],"mappings":";AA0HA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA6K7C,QAAA,MAAM,YAAY;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { LayoutExpose, LayoutProps, LayoutPosition, LayoutSiderPlacement } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare var __VLS_1: {}
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_1) => any;
|
|
6
|
-
} & {
|
|
7
|
-
default?: (props: typeof __VLS_13) => any;
|
|
8
6
|
};
|
|
9
7
|
declare const __VLS_base: DefineComponent<LayoutProps, LayoutExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
10
8
|
scroll: (eventPayload: Event) => any;
|
|
@@ -15,7 +13,6 @@ declare const __VLS_base: DefineComponent<LayoutProps, LayoutExpose, {}, {}, {},
|
|
|
15
13
|
embedded: boolean;
|
|
16
14
|
hasSider: boolean;
|
|
17
15
|
siderPlacement: LayoutSiderPlacement;
|
|
18
|
-
nativeScrollbar: boolean;
|
|
19
16
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
20
17
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
21
18
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.vue"],"names":[],"mappings":";AAwFA,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAkHzD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { LayoutContentProps, LayoutExpose, LayoutPosition } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare var __VLS_1: {}
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_1) => any;
|
|
6
|
-
} & {
|
|
7
|
-
default?: (props: typeof __VLS_13) => any;
|
|
8
6
|
};
|
|
9
7
|
declare const __VLS_base: DefineComponent<LayoutContentProps, LayoutExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
10
8
|
scroll: (eventPayload: Event) => any;
|
|
@@ -13,7 +11,6 @@ declare const __VLS_base: DefineComponent<LayoutContentProps, LayoutExpose, {},
|
|
|
13
11
|
}>, {
|
|
14
12
|
position: LayoutPosition;
|
|
15
13
|
embedded: boolean;
|
|
16
|
-
nativeScrollbar: boolean;
|
|
17
14
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
18
15
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
16
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutContent.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LayoutContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutContent.vue"],"names":[],"mappings":";AA0DA,OAAO,KAAK,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAkFhE,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutFooter.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LayoutFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutFooter.vue"],"names":[],"mappings":";AAsCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AA2DjD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutHeader.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LayoutHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutHeader.vue"],"names":[],"mappings":";AAsCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AA2DjD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { LayoutExpose, LayoutSiderProps, LayoutPosition, LayoutTrigger, LayoutCollapseMode } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare var __VLS_1: {}
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_1) => any;
|
|
6
|
-
} & {
|
|
7
|
-
default?: (props: typeof __VLS_13) => any;
|
|
8
6
|
};
|
|
9
7
|
declare const __VLS_base: DefineComponent<LayoutSiderProps, LayoutExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
10
8
|
expand: () => any;
|
|
@@ -25,7 +23,6 @@ declare const __VLS_base: DefineComponent<LayoutSiderProps, LayoutExpose, {}, {}
|
|
|
25
23
|
bordered: boolean;
|
|
26
24
|
position: LayoutPosition;
|
|
27
25
|
showTrigger: LayoutTrigger;
|
|
28
|
-
nativeScrollbar: boolean;
|
|
29
26
|
inverted: boolean;
|
|
30
27
|
collapsedWidth: number | string;
|
|
31
28
|
defaultCollapsed: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutSider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutSider.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LayoutSider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutSider.vue"],"names":[],"mappings":";AAuLA,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAkP9D,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComputedRef, MaybeRefOrGetter } from 'vue';
|
|
2
|
+
export interface LayoutRegionStyleInput {
|
|
3
|
+
height?: number | string;
|
|
4
|
+
heightFallback?: string;
|
|
5
|
+
padding?: number | string;
|
|
6
|
+
radius?: number | string;
|
|
7
|
+
}
|
|
8
|
+
export declare function useLayoutRegionStyle(input: MaybeRefOrGetter<LayoutRegionStyleInput>): ComputedRef<Record<string, string>>;
|
|
9
|
+
//# sourceMappingURL=useLayoutRegionStyle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLayoutRegionStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/composables/useLayoutRegionStyle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAC;AAIzD,MAAM,WAAW,sBAAsB;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAUD,wBAAgB,oBAAoB,CAChC,KAAK,EAAE,gBAAgB,CAAC,sBAAsB,CAAC,GAChD,WAAW,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAuBrC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ShallowRef } from 'vue';
|
|
2
|
+
import { LayoutExpose, LayoutScrollEmits } from '../types';
|
|
3
|
+
export declare function useLayoutScroll(scrollEl: ShallowRef<HTMLElement | null | undefined>, emit: LayoutScrollEmits): LayoutExpose & {
|
|
4
|
+
onScroll: (event: Event) => void;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=useLayoutScroll.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLayoutScroll.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/composables/useLayoutScroll.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACtC,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEhE,wBAAgB,eAAe,CAC3B,QAAQ,EAAE,UAAU,CAAC,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC,EACpD,IAAI,EAAE,iBAAiB,GACxB,YAAY,GAAG;IAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAA;CAAE,CAerD"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ComputedRef, Ref } from 'vue';
|
|
2
|
+
export interface LayoutSiderCollapseProps {
|
|
3
|
+
collapsed?: boolean;
|
|
4
|
+
defaultCollapsed: boolean;
|
|
5
|
+
}
|
|
6
|
+
export interface LayoutSiderCollapseEmit {
|
|
7
|
+
(event: "update:collapsed", value: boolean): void;
|
|
8
|
+
(event: "collapse"): void;
|
|
9
|
+
(event: "expand"): void;
|
|
10
|
+
}
|
|
11
|
+
export declare function useLayoutSiderCollapse(props: LayoutSiderCollapseProps, emit: LayoutSiderCollapseEmit): {
|
|
12
|
+
mergedCollapsed: ComputedRef<boolean>;
|
|
13
|
+
toggle: () => void;
|
|
14
|
+
uncontrolled: Ref<boolean>;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=useLayoutSiderCollapse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLayoutSiderCollapse.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/composables/useLayoutSiderCollapse.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAG5C,MAAM,WAAW,wBAAwB;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,uBAAuB;IACpC,CAAC,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAClD,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;IAC1B,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC3B;AAED,wBAAgB,sBAAsB,CAClC,KAAK,EAAE,wBAAwB,EAC/B,IAAI,EAAE,uBAAuB,GAC9B;IACC,eAAe,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACtC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,YAAY,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;CAC9B,CAyBA"}
|