@well-insight/ui 0.1.10 → 0.1.12
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 +56 -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/_plugin-vue_export-helper-B3ysoDQm.js +8 -0
- 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/ConfigProvider/ConfigProvider.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 +21 -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 +27 -26
- 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 +2790 -2650
- 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 +50 -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/index.js +10 -13
- 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
|
@@ -480,8 +480,8 @@
|
|
|
480
480
|
font-size: var(--wi-font-size-xs);
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
.wi-textarea-field__help--
|
|
484
|
-
.wi-select-field__help--
|
|
483
|
+
.wi-textarea-field__help--invalid,
|
|
484
|
+
.wi-select-field__help--invalid {
|
|
485
485
|
color: var(--wi-color-danger);
|
|
486
486
|
}
|
|
487
487
|
|
|
@@ -500,9 +500,8 @@
|
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.wi-textarea--invalid:focus-visible,
|
|
503
|
-
.wi-
|
|
504
|
-
.wi-select--
|
|
505
|
-
.wi-select--error:focus-visible {
|
|
503
|
+
.wi-select--invalid.wi-select--open,
|
|
504
|
+
.wi-select--invalid:focus-visible {
|
|
506
505
|
border-color: var(--wi-color-danger);
|
|
507
506
|
box-shadow: var(--wi-focus-shadow-danger);
|
|
508
507
|
}
|
|
@@ -1400,8 +1399,7 @@
|
|
|
1400
1399
|
outline: none;
|
|
1401
1400
|
}
|
|
1402
1401
|
|
|
1403
|
-
.wi-input--invalid:focus-visible
|
|
1404
|
-
.wi-input--error:focus-visible {
|
|
1402
|
+
.wi-input--invalid:focus-visible {
|
|
1405
1403
|
border-color: var(--wi-color-danger);
|
|
1406
1404
|
box-shadow: var(--wi-focus-shadow-danger);
|
|
1407
1405
|
}
|
|
@@ -1426,7 +1424,7 @@
|
|
|
1426
1424
|
font-size: var(--wi-font-size-xs);
|
|
1427
1425
|
}
|
|
1428
1426
|
|
|
1429
|
-
.wi-input-field__help--
|
|
1427
|
+
.wi-input-field__help--invalid {
|
|
1430
1428
|
color: var(--wi-color-danger);
|
|
1431
1429
|
}
|
|
1432
1430
|
|
|
@@ -1523,8 +1521,7 @@
|
|
|
1523
1521
|
width: 100%;
|
|
1524
1522
|
}
|
|
1525
1523
|
|
|
1526
|
-
.wi-input--invalid
|
|
1527
|
-
.wi-input--error {
|
|
1524
|
+
.wi-input--invalid {
|
|
1528
1525
|
border-color: var(--wi-color-danger);
|
|
1529
1526
|
}
|
|
1530
1527
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { t as e } from "../Icon-
|
|
2
|
-
import { t } from "../Button-
|
|
1
|
+
import { t as e } from "../Icon-DHGs8l-M.js";
|
|
2
|
+
import { t } from "../Button-tnrMSwNg.js";
|
|
3
3
|
import { n } from "../overlay-oR-5MDuE.js";
|
|
4
4
|
import { t as r } from "../useModalOverlay-Beo3CEAt.js";
|
|
5
5
|
import { t as i } from "../asyncGuard-CPGT_TKu.js";
|
|
6
6
|
import { t as a } from "../lastPointer-CRxcUqdd.js";
|
|
7
|
-
import { c as o } from "../config-
|
|
8
|
-
import { n as s } from "../locale-
|
|
7
|
+
import { c as o } from "../config-CTLkobga.js";
|
|
8
|
+
import { n as s } from "../locale-DxAvgqgB.js";
|
|
9
9
|
import "./style.js";
|
|
10
10
|
import { Teleport as c, Transition as l, computed as u, createBlock as d, createCommentVNode as f, createElementBlock as p, createElementVNode as m, createTextVNode as h, createVNode as g, defineComponent as _, normalizeClass as v, normalizeStyle as y, openBlock as b, ref as x, renderSlot as S, toDisplayString as C, toRef as w, watch as T, withCtx as E, withModifiers as D } from "vue";
|
|
11
11
|
//#region src/components/ConfirmDialog/ConfirmDialog.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -480,8 +480,8 @@
|
|
|
480
480
|
font-size: var(--wi-font-size-xs);
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
.wi-textarea-field__help--
|
|
484
|
-
.wi-select-field__help--
|
|
483
|
+
.wi-textarea-field__help--invalid,
|
|
484
|
+
.wi-select-field__help--invalid {
|
|
485
485
|
color: var(--wi-color-danger);
|
|
486
486
|
}
|
|
487
487
|
|
|
@@ -500,9 +500,8 @@
|
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.wi-textarea--invalid:focus-visible,
|
|
503
|
-
.wi-
|
|
504
|
-
.wi-select--
|
|
505
|
-
.wi-select--error:focus-visible {
|
|
503
|
+
.wi-select--invalid.wi-select--open,
|
|
504
|
+
.wi-select--invalid:focus-visible {
|
|
506
505
|
border-color: var(--wi-color-danger);
|
|
507
506
|
box-shadow: var(--wi-focus-shadow-danger);
|
|
508
507
|
}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { t as e } from "../Icon-
|
|
2
|
-
import { t } from "../Button-
|
|
1
|
+
import { t as e } from "../Icon-DHGs8l-M.js";
|
|
2
|
+
import { t } from "../Button-tnrMSwNg.js";
|
|
3
3
|
import { n, t as r } from "../overlay-oR-5MDuE.js";
|
|
4
|
-
import { t as i } from "../
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { t as i } from "../overlayPlacement-CN1tuC95.js";
|
|
5
|
+
import { t as a } from "../asyncGuard-CPGT_TKu.js";
|
|
6
|
+
import { c as o } from "../config-CTLkobga.js";
|
|
7
|
+
import { n as s } from "../locale-DxAvgqgB.js";
|
|
7
8
|
import "./style.js";
|
|
8
|
-
import { Teleport as
|
|
9
|
+
import { Teleport as c, Transition as l, computed as u, createBlock as d, createCommentVNode as f, createElementBlock as p, createElementVNode as m, createTextVNode as h, createVNode as g, defineComponent as _, nextTick as v, normalizeClass as y, normalizeStyle as b, onBeforeUnmount as x, openBlock as S, ref as C, renderSlot as w, toDisplayString as T, watch as E, withCtx as D } from "vue";
|
|
9
10
|
//#region src/components/ConfirmPopup/ConfirmPopup.vue?vue&type=script&setup=true&lang.ts
|
|
10
|
-
var
|
|
11
|
+
var O = { class: "wi-confirmpopup__message" }, k = { class: "wi-confirmpopup__footer" }, A = /* @__PURE__ */ _({
|
|
11
12
|
__name: "ConfirmPopup",
|
|
12
13
|
props: {
|
|
13
14
|
modelValue: {
|
|
@@ -33,110 +34,94 @@ var D = { class: "wi-confirmpopup__message" }, O = { class: "wi-confirmpopup__fo
|
|
|
33
34
|
"accept",
|
|
34
35
|
"reject"
|
|
35
36
|
],
|
|
36
|
-
setup(
|
|
37
|
-
let
|
|
38
|
-
function
|
|
39
|
-
|
|
37
|
+
setup(_, { emit: A }) {
|
|
38
|
+
let j = _, M = A, N = o(), P = s(), F = C(null), I = C({}), L = C(!1), R = u(() => n(j, N.value.appendTo)), z = u(() => r(j, N.value.appendTo));
|
|
39
|
+
function B() {
|
|
40
|
+
L.value = !1, M("update:modelValue", !1);
|
|
40
41
|
}
|
|
41
|
-
async function
|
|
42
|
-
if (!
|
|
43
|
-
|
|
42
|
+
async function V() {
|
|
43
|
+
if (!L.value) {
|
|
44
|
+
L.value = !0;
|
|
44
45
|
try {
|
|
45
|
-
if (!await
|
|
46
|
-
|
|
46
|
+
if (!await a(j.beforeAccept)) return;
|
|
47
|
+
M("accept"), B();
|
|
47
48
|
} finally {
|
|
48
|
-
|
|
49
|
+
L.value &&= !1;
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
}
|
|
52
|
-
function V() {
|
|
53
|
-
I.value || (j("reject"), z());
|
|
54
|
-
}
|
|
55
53
|
function H() {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
} : A.placement === "left" ? F.value = {
|
|
63
|
-
left: `${e.left - 8}px`,
|
|
64
|
-
top: `${n}px`,
|
|
65
|
-
transform: "translate(-100%, -50%)"
|
|
66
|
-
} : A.placement === "right" ? F.value = {
|
|
67
|
-
left: `${e.right + 8}px`,
|
|
68
|
-
top: `${n}px`,
|
|
69
|
-
transform: "translateY(-50%)"
|
|
70
|
-
} : F.value = {
|
|
71
|
-
left: `${t}px`,
|
|
72
|
-
top: `${e.bottom + 8}px`,
|
|
73
|
-
transform: "translateX(-50%)"
|
|
74
|
-
};
|
|
54
|
+
L.value || (M("reject"), B());
|
|
55
|
+
}
|
|
56
|
+
function U() {
|
|
57
|
+
if (j.target) {
|
|
58
|
+
let e = j.target.getBoundingClientRect(), t = j.placement === "top" || j.placement === "left" || j.placement === "right" ? j.placement : "bottom";
|
|
59
|
+
I.value = i(e, t);
|
|
75
60
|
return;
|
|
76
61
|
}
|
|
77
|
-
if (
|
|
78
|
-
|
|
79
|
-
left: `${
|
|
80
|
-
top: `${
|
|
62
|
+
if (j.position) {
|
|
63
|
+
I.value = {
|
|
64
|
+
left: `${j.position.left}px`,
|
|
65
|
+
top: `${j.position.top}px`
|
|
81
66
|
};
|
|
82
67
|
return;
|
|
83
68
|
}
|
|
84
|
-
|
|
69
|
+
I.value = {
|
|
85
70
|
left: "50%",
|
|
86
71
|
top: "30%",
|
|
87
72
|
transform: "translateX(-50%)"
|
|
88
73
|
};
|
|
89
74
|
}
|
|
90
|
-
function U(e) {
|
|
91
|
-
e.key === "Escape" && V();
|
|
92
|
-
}
|
|
93
75
|
function W(e) {
|
|
94
|
-
|
|
76
|
+
e.key === "Escape" && H();
|
|
77
|
+
}
|
|
78
|
+
function G(e) {
|
|
79
|
+
F.value?.contains(e.target) || j.target?.contains(e.target) || H();
|
|
95
80
|
}
|
|
96
|
-
|
|
97
|
-
e ? (document.addEventListener("keydown",
|
|
98
|
-
}, { immediate: !0 }),
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
81
|
+
E(() => j.modelValue, async (e) => {
|
|
82
|
+
e ? (document.addEventListener("keydown", W), window.addEventListener("resize", U), window.addEventListener("scroll", U, !0), await v(), U(), F.value?.focus(), window.setTimeout(() => document.addEventListener("click", G), 0)) : (document.removeEventListener("keydown", W), document.removeEventListener("click", G), window.removeEventListener("resize", U), window.removeEventListener("scroll", U, !0));
|
|
83
|
+
}, { immediate: !0 }), E(() => [
|
|
84
|
+
j.target,
|
|
85
|
+
j.position,
|
|
86
|
+
j.placement
|
|
102
87
|
], () => {
|
|
103
|
-
|
|
104
|
-
}),
|
|
105
|
-
document.removeEventListener("keydown",
|
|
88
|
+
j.modelValue && U();
|
|
89
|
+
}), x(() => {
|
|
90
|
+
document.removeEventListener("keydown", W), document.removeEventListener("click", G), window.removeEventListener("resize", U), window.removeEventListener("scroll", U, !0);
|
|
106
91
|
});
|
|
107
|
-
let
|
|
108
|
-
return (n, r) => (
|
|
109
|
-
to:
|
|
110
|
-
disabled:
|
|
111
|
-
}, [
|
|
112
|
-
default:
|
|
92
|
+
let K = u(() => j.modelValue), q = u(() => j.acceptLabel ?? P.value.accept), J = u(() => j.rejectLabel ?? P.value.reject);
|
|
93
|
+
return (n, r) => (S(), d(c, {
|
|
94
|
+
to: R.value.to,
|
|
95
|
+
disabled: R.value.disabled
|
|
96
|
+
}, [g(l, { name: "wi-scale-fade" }, {
|
|
97
|
+
default: D(() => [K.value ? (S(), p("div", {
|
|
113
98
|
key: 0,
|
|
114
99
|
ref_key: "panel",
|
|
115
|
-
ref:
|
|
116
|
-
class:
|
|
100
|
+
ref: F,
|
|
101
|
+
class: y(["wi-confirmpopup", { "wi-confirmpopup--teleported": z.value }]),
|
|
117
102
|
role: "alertdialog",
|
|
118
103
|
"aria-modal": "true",
|
|
119
104
|
tabindex: "-1",
|
|
120
|
-
style:
|
|
121
|
-
}, [
|
|
105
|
+
style: b(I.value)
|
|
106
|
+
}, [m("div", O, [_.icon ? (S(), d(e, {
|
|
122
107
|
key: 0,
|
|
123
108
|
class: "wi-confirmpopup__icon",
|
|
124
|
-
name:
|
|
109
|
+
name: _.icon,
|
|
125
110
|
size: "sm"
|
|
126
|
-
}, null, 8, ["name"])) :
|
|
127
|
-
label:
|
|
111
|
+
}, null, 8, ["name"])) : f("", !0), w(n.$slots, "default", {}, () => [h(T(_.message), 1)])]), m("div", k, [g(t, {
|
|
112
|
+
label: J.value,
|
|
128
113
|
severity: "secondary",
|
|
129
114
|
size: "small",
|
|
130
|
-
onClick:
|
|
131
|
-
}, null, 8, ["label"]),
|
|
132
|
-
label:
|
|
115
|
+
onClick: H
|
|
116
|
+
}, null, 8, ["label"]), g(t, {
|
|
117
|
+
label: q.value,
|
|
133
118
|
size: "small",
|
|
134
|
-
loading:
|
|
135
|
-
onClick:
|
|
136
|
-
}, null, 8, ["label", "loading"])])], 6)) :
|
|
119
|
+
loading: L.value,
|
|
120
|
+
onClick: V
|
|
121
|
+
}, null, 8, ["label", "loading"])])], 6)) : f("", !0)]),
|
|
137
122
|
_: 3
|
|
138
123
|
})], 8, ["to", "disabled"]));
|
|
139
124
|
}
|
|
140
125
|
});
|
|
141
126
|
//#endregion
|
|
142
|
-
export {
|
|
127
|
+
export { A as WiConfirmPopup };
|
|
@@ -480,8 +480,8 @@
|
|
|
480
480
|
font-size: var(--wi-font-size-xs);
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
.wi-textarea-field__help--
|
|
484
|
-
.wi-select-field__help--
|
|
483
|
+
.wi-textarea-field__help--invalid,
|
|
484
|
+
.wi-select-field__help--invalid {
|
|
485
485
|
color: var(--wi-color-danger);
|
|
486
486
|
}
|
|
487
487
|
|
|
@@ -500,9 +500,8 @@
|
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.wi-textarea--invalid:focus-visible,
|
|
503
|
-
.wi-
|
|
504
|
-
.wi-select--
|
|
505
|
-
.wi-select--error:focus-visible {
|
|
503
|
+
.wi-select--invalid.wi-select--open,
|
|
504
|
+
.wi-select--invalid:focus-visible {
|
|
506
505
|
border-color: var(--wi-color-danger);
|
|
507
506
|
box-shadow: var(--wi-focus-shadow-danger);
|
|
508
507
|
}
|
|
@@ -1,72 +1,80 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { n, t as
|
|
3
|
-
import {
|
|
1
|
+
import { t as e } from "../Icon-DHGs8l-M.js";
|
|
2
|
+
import { n as t, t as n } from "../overlay-oR-5MDuE.js";
|
|
3
|
+
import { t as r } from "../icon-Cg5TeFqe.js";
|
|
4
|
+
import { t as i } from "../key-CaQYVkjh.js";
|
|
5
|
+
import { c as a } from "../config-CTLkobga.js";
|
|
4
6
|
import "./style.js";
|
|
5
|
-
import { Fragment as
|
|
7
|
+
import { Fragment as o, Teleport as s, Transition as c, computed as l, createBlock as u, createCommentVNode as d, createElementBlock as f, createElementVNode as p, createTextVNode as m, createVNode as h, defineComponent as g, normalizeClass as _, normalizeStyle as v, onBeforeUnmount as y, openBlock as b, ref as x, renderList as S, toDisplayString as C, watch as w, withCtx as T, withModifiers as E } from "vue";
|
|
6
8
|
//#region src/components/ContextMenu/ContextMenuNodes.vue?vue&type=script&setup=true&lang.ts
|
|
7
|
-
var
|
|
9
|
+
var D = {
|
|
8
10
|
key: 0,
|
|
9
11
|
class: "wi-contextmenu__separator",
|
|
10
12
|
role: "separator"
|
|
11
|
-
},
|
|
13
|
+
}, O = ["onMouseenter"], k = ["disabled"], A = {
|
|
12
14
|
key: 0,
|
|
13
15
|
class: "wi-contextmenu__icon",
|
|
14
16
|
"aria-hidden": "true"
|
|
15
|
-
},
|
|
17
|
+
}, j = {
|
|
18
|
+
class: "wi-contextmenu__caret",
|
|
19
|
+
"aria-hidden": "true"
|
|
20
|
+
}, M = {
|
|
16
21
|
key: 0,
|
|
17
22
|
class: "wi-contextmenu__submenu",
|
|
18
23
|
role: "menu"
|
|
19
|
-
},
|
|
24
|
+
}, N = ["disabled", "onClick"], P = {
|
|
20
25
|
key: 0,
|
|
21
26
|
class: "wi-contextmenu__icon",
|
|
22
27
|
"aria-hidden": "true"
|
|
23
|
-
},
|
|
28
|
+
}, F = /* @__PURE__ */ g({
|
|
24
29
|
__name: "ContextMenuNodes",
|
|
25
30
|
props: { items: {} },
|
|
26
31
|
emits: ["activate"],
|
|
27
|
-
setup(
|
|
28
|
-
let
|
|
29
|
-
function
|
|
30
|
-
return
|
|
32
|
+
setup(t, { emit: n }) {
|
|
33
|
+
let a = x(null);
|
|
34
|
+
function s(e, t) {
|
|
35
|
+
return i(e, t, "cm");
|
|
36
|
+
}
|
|
37
|
+
function c(e) {
|
|
38
|
+
return r(e.icon);
|
|
31
39
|
}
|
|
32
|
-
return (
|
|
40
|
+
return (n, r) => (b(!0), f(o, null, S(t.items, (t, i) => (b(), f(o, { key: s(t, i) }, [t.separator ? (b(), f("div", D)) : t.items?.length ? (b(), f("div", {
|
|
33
41
|
key: 1,
|
|
34
42
|
class: "wi-contextmenu__submenu-wrap",
|
|
35
|
-
onMouseenter: (e) =>
|
|
36
|
-
onMouseleave: r[1] ||= (e) =>
|
|
37
|
-
}, [
|
|
43
|
+
onMouseenter: (e) => a.value = i,
|
|
44
|
+
onMouseleave: r[1] ||= (e) => a.value = null
|
|
45
|
+
}, [p("button", {
|
|
38
46
|
type: "button",
|
|
39
47
|
class: "wi-contextmenu__item wi-contextmenu__item--parent",
|
|
40
48
|
role: "menuitem",
|
|
41
|
-
disabled:
|
|
49
|
+
disabled: t.disabled
|
|
42
50
|
}, [
|
|
43
|
-
|
|
51
|
+
c(t) || t.icon ? (b(), f("span", A, [c(t) ? (b(), u(e, {
|
|
44
52
|
key: 0,
|
|
45
|
-
name:
|
|
53
|
+
name: c(t),
|
|
54
|
+
size: "sm"
|
|
55
|
+
}, null, 8, ["name"])) : (b(), f(o, { key: 1 }, [m(C(t.icon), 1)], 64))])) : d("", !0),
|
|
56
|
+
m(" " + C(t.label) + " ", 1),
|
|
57
|
+
p("span", j, [h(e, {
|
|
58
|
+
name: "chevron-right",
|
|
46
59
|
size: "sm"
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}, "▸", -1)
|
|
53
|
-
], 8, O), i.value === s ? (y(), d("div", A, [m(N, {
|
|
54
|
-
items: n.items,
|
|
55
|
-
onActivate: r[0] ||= (t) => e.$emit("activate", t)
|
|
56
|
-
}, null, 8, ["items"])])) : u("", !0)], 40, D)) : (y(), d("button", {
|
|
60
|
+
})])
|
|
61
|
+
], 8, k), a.value === i ? (b(), f("div", M, [h(F, {
|
|
62
|
+
items: t.items,
|
|
63
|
+
onActivate: r[0] ||= (e) => n.$emit("activate", e)
|
|
64
|
+
}, null, 8, ["items"])])) : d("", !0)], 40, O)) : (b(), f("button", {
|
|
57
65
|
key: 2,
|
|
58
66
|
type: "button",
|
|
59
67
|
class: "wi-contextmenu__item",
|
|
60
68
|
role: "menuitem",
|
|
61
|
-
disabled:
|
|
62
|
-
onClick: (
|
|
63
|
-
}, [
|
|
69
|
+
disabled: t.disabled,
|
|
70
|
+
onClick: (e) => n.$emit("activate", t)
|
|
71
|
+
}, [c(t) || t.icon ? (b(), f("span", P, [c(t) ? (b(), u(e, {
|
|
64
72
|
key: 0,
|
|
65
|
-
name:
|
|
73
|
+
name: c(t),
|
|
66
74
|
size: "sm"
|
|
67
|
-
}, null, 8, ["name"])) : (
|
|
75
|
+
}, null, 8, ["name"])) : (b(), f(o, { key: 1 }, [m(C(t.icon), 1)], 64))])) : d("", !0), m(" " + C(t.label), 1)], 8, N))], 64))), 128));
|
|
68
76
|
}
|
|
69
|
-
}),
|
|
77
|
+
}), I = /* @__PURE__ */ g({
|
|
70
78
|
__name: "ContextMenu",
|
|
71
79
|
props: {
|
|
72
80
|
model: {},
|
|
@@ -82,12 +90,12 @@ var E = {
|
|
|
82
90
|
appendTo: {}
|
|
83
91
|
},
|
|
84
92
|
emits: ["update:modelValue", "update:position"],
|
|
85
|
-
setup(e, { expose:
|
|
86
|
-
let
|
|
93
|
+
setup(e, { expose: r, emit: i }) {
|
|
94
|
+
let o = e, p = i, m = a(), g = x(null), S = x({
|
|
87
95
|
x: 0,
|
|
88
96
|
y: 0
|
|
89
|
-
}),
|
|
90
|
-
let e =
|
|
97
|
+
}), C = l(() => t(o, m.value.appendTo)), D = l(() => n(o, m.value.appendTo)), O = l(() => {
|
|
98
|
+
let e = o.position ?? S.value;
|
|
91
99
|
return {
|
|
92
100
|
left: `${e.x}px`,
|
|
93
101
|
top: `${e.y}px`
|
|
@@ -110,42 +118,42 @@ var E = {
|
|
|
110
118
|
e.disabled || e.separator || (e.command?.(), k());
|
|
111
119
|
}
|
|
112
120
|
function M(e) {
|
|
113
|
-
|
|
121
|
+
o.modelValue && g.value && !g.value.contains(e.target) && k();
|
|
114
122
|
}
|
|
115
|
-
function
|
|
123
|
+
function N(e) {
|
|
116
124
|
e.key === "Escape" && k();
|
|
117
125
|
}
|
|
118
|
-
return
|
|
119
|
-
e ? (document.addEventListener("click", M), document.addEventListener("keydown",
|
|
120
|
-
}, { immediate: !0 }),
|
|
121
|
-
document.removeEventListener("click", M), document.removeEventListener("keydown",
|
|
122
|
-
}),
|
|
126
|
+
return w(() => o.modelValue, (e) => {
|
|
127
|
+
e ? (document.addEventListener("click", M), document.addEventListener("keydown", N), document.addEventListener("contextmenu", M)) : (document.removeEventListener("click", M), document.removeEventListener("keydown", N), document.removeEventListener("contextmenu", M));
|
|
128
|
+
}, { immediate: !0 }), y(() => {
|
|
129
|
+
document.removeEventListener("click", M), document.removeEventListener("keydown", N), document.removeEventListener("contextmenu", M);
|
|
130
|
+
}), r({
|
|
123
131
|
show: A,
|
|
124
132
|
hide: k
|
|
125
|
-
}), (t, n) => (
|
|
126
|
-
to:
|
|
127
|
-
disabled:
|
|
128
|
-
}, [
|
|
129
|
-
default:
|
|
133
|
+
}), (t, n) => (b(), u(s, {
|
|
134
|
+
to: C.value.to,
|
|
135
|
+
disabled: C.value.disabled
|
|
136
|
+
}, [h(c, { name: "wi-scale-fade" }, {
|
|
137
|
+
default: T(() => [e.modelValue ? (b(), f("div", {
|
|
130
138
|
key: 0,
|
|
131
139
|
ref_key: "root",
|
|
132
|
-
ref:
|
|
133
|
-
class:
|
|
140
|
+
ref: g,
|
|
141
|
+
class: _(["wi-contextmenu", { "wi-contextmenu--teleported": D.value }]),
|
|
134
142
|
role: "menu",
|
|
135
|
-
style:
|
|
136
|
-
onClick: n[0] ||=
|
|
137
|
-
}, [
|
|
143
|
+
style: v(O.value),
|
|
144
|
+
onClick: n[0] ||= E(() => {}, ["stop"])
|
|
145
|
+
}, [h(F, {
|
|
138
146
|
items: e.model,
|
|
139
147
|
onActivate: j
|
|
140
|
-
}, null, 8, ["items"])], 6)) :
|
|
148
|
+
}, null, 8, ["items"])], 6)) : d("", !0)]),
|
|
141
149
|
_: 1
|
|
142
150
|
})], 8, ["to", "disabled"]));
|
|
143
151
|
}
|
|
144
152
|
});
|
|
145
153
|
//#endregion
|
|
146
154
|
//#region src/components/ContextMenu/useContextMenu.ts
|
|
147
|
-
function
|
|
148
|
-
let e =
|
|
155
|
+
function L() {
|
|
156
|
+
let e = x(!1), t = x({
|
|
149
157
|
x: 0,
|
|
150
158
|
y: 0
|
|
151
159
|
});
|
|
@@ -171,4 +179,4 @@ function F() {
|
|
|
171
179
|
};
|
|
172
180
|
}
|
|
173
181
|
//#endregion
|
|
174
|
-
export {
|
|
182
|
+
export { I as WiContextMenu, L as useContextMenu };
|
|
@@ -480,8 +480,8 @@
|
|
|
480
480
|
font-size: var(--wi-font-size-xs);
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
.wi-textarea-field__help--
|
|
484
|
-
.wi-select-field__help--
|
|
483
|
+
.wi-textarea-field__help--invalid,
|
|
484
|
+
.wi-select-field__help--invalid {
|
|
485
485
|
color: var(--wi-color-danger);
|
|
486
486
|
}
|
|
487
487
|
|
|
@@ -500,9 +500,8 @@
|
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.wi-textarea--invalid:focus-visible,
|
|
503
|
-
.wi-
|
|
504
|
-
.wi-select--
|
|
505
|
-
.wi-select--error:focus-visible {
|
|
503
|
+
.wi-select--invalid.wi-select--open,
|
|
504
|
+
.wi-select--invalid:focus-visible {
|
|
506
505
|
border-color: var(--wi-color-danger);
|
|
507
506
|
box-shadow: var(--wi-focus-shadow-danger);
|
|
508
507
|
}
|
package/dist/data-view/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../Pagination-
|
|
1
|
+
import { t as e } from "../Pagination-UvgyUKB1.js";
|
|
2
2
|
import "./style.js";
|
|
3
3
|
import { Fragment as t, computed as n, createBlock as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, defineComponent as s, normalizeClass as c, openBlock as l, ref as u, renderList as d, renderSlot as f, toDisplayString as p, watch as m } from "vue";
|
|
4
4
|
//#region src/components/DataView/DataView.vue?vue&type=script&setup=true&lang.ts
|
package/dist/data-view/style.css
CHANGED
|
@@ -480,8 +480,8 @@
|
|
|
480
480
|
font-size: var(--wi-font-size-xs);
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
.wi-textarea-field__help--
|
|
484
|
-
.wi-select-field__help--
|
|
483
|
+
.wi-textarea-field__help--invalid,
|
|
484
|
+
.wi-select-field__help--invalid {
|
|
485
485
|
color: var(--wi-color-danger);
|
|
486
486
|
}
|
|
487
487
|
|
|
@@ -500,9 +500,8 @@
|
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.wi-textarea--invalid:focus-visible,
|
|
503
|
-
.wi-
|
|
504
|
-
.wi-select--
|
|
505
|
-
.wi-select--error:focus-visible {
|
|
503
|
+
.wi-select--invalid.wi-select--open,
|
|
504
|
+
.wi-select--invalid:focus-visible {
|
|
506
505
|
border-color: var(--wi-color-danger);
|
|
507
506
|
box-shadow: var(--wi-focus-shadow-danger);
|
|
508
507
|
}
|