buefy 3.0.4 → 3.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/buefy.d.ts +257 -136
- package/dist/buefy.esm.js +212 -48
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +212 -46
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/{Autocomplete-DEUs3z7g.js → Autocomplete-b0JUESTO.js} +3 -3
- package/dist/cjs/{Button-Cq7yqI8p.js → Button-Dw6VG6n7.js} +2 -2
- package/dist/cjs/{Checkbox-GPzAMQqM.js → Checkbox-cujzPKDl.js} +31 -3
- package/dist/cjs/{CompatFallthroughMixin-hhK0Gkhr.js → CompatFallthroughMixin-DI5L88ey.js} +1 -1
- package/dist/cjs/{Datepicker-B-9ReBe6.js → Datepicker-DVB975q3.js} +9 -9
- package/dist/cjs/{Dropdown-DtpKU9qf.js → Dropdown-CFh_lLvm.js} +2 -1
- package/dist/cjs/{DropdownItem-IMOKyRGV.js → DropdownItem-D2Ky1QIH.js} +1 -1
- package/dist/cjs/{Field-19ZCJFF8.js → Field-Dy73xhhY.js} +1 -1
- package/dist/cjs/{FormElementMixin-DavX4iOv.js → FormElementMixin-17PQ7TPR.js} +1 -1
- package/dist/cjs/{Icon-lsDKE2wQ.js → Icon-DrFLI3Zg.js} +48 -6
- package/dist/cjs/{Image-CocPwU3n.js → Image-D4AGl_2Z.js} +1 -1
- package/dist/cjs/{Input-BcloGeZ3.js → Input-z4Vlmbj8.js} +4 -4
- package/dist/cjs/{Modal-D1aZUehE.js → Modal-CVyLPawO.js} +1 -1
- package/dist/cjs/{NoticeMixin--3RjH43z.js → NoticeMixin-BlwAiMRV.js} +1 -1
- package/dist/cjs/{Pagination-D1MVdiLp.js → Pagination-54NHaQvi.js} +2 -2
- package/dist/cjs/{Progress-DT9Qc8Id.js → Progress-BlXLJ3zb.js} +1 -1
- package/dist/cjs/{Select-DayPKwCY.js → Select-DRXaEjlP.js} +3 -3
- package/dist/cjs/{TabbedChildMixin-B3JUUwcf.js → TabbedChildMixin-BFHsIyg6.js} +1 -1
- package/dist/cjs/{Tag-BprnwJJ1.js → Tag-BdL2uH8x.js} +1 -1
- package/dist/cjs/{Timepicker-CDZ3V-2J.js → Timepicker-ujQPxzDF.js} +6 -6
- package/dist/cjs/{TimepickerMixin-C9WVvcUL.js → TimepickerMixin-C9OA8jWF.js} +3 -3
- package/dist/cjs/{Tooltip-Cgighv0j.js → Tooltip-j_3eF7QD.js} +1 -1
- package/dist/cjs/autocomplete.js +7 -6
- package/dist/cjs/breadcrumb.js +2 -2
- package/dist/cjs/button.js +4 -3
- package/dist/cjs/carousel.js +5 -4
- package/dist/cjs/checkbox.js +3 -1
- package/dist/cjs/clockpicker.js +8 -7
- package/dist/cjs/colorpicker.js +12 -11
- package/dist/cjs/{config-DR826Ki2.js → config-CXSF5Vky.js} +2 -1
- package/dist/cjs/config.js +1 -1
- package/dist/cjs/datepicker.js +11 -10
- package/dist/cjs/datetimepicker.js +13 -12
- package/dist/cjs/dialog.js +5 -4
- package/dist/cjs/dropdown.js +3 -3
- package/dist/cjs/field.js +2 -2
- package/dist/cjs/icon.js +5 -2
- package/dist/cjs/iconAliases-DoayKo0q.js +100 -0
- package/dist/cjs/image.js +2 -2
- package/dist/cjs/{index-SLOXD6k3.js → index-N35FRTpu.js} +9 -9
- package/dist/cjs/index.js +27 -24
- package/dist/cjs/input.js +6 -5
- package/dist/cjs/menu.js +4 -3
- package/dist/cjs/message.js +4 -3
- package/dist/cjs/modal.js +2 -2
- package/dist/cjs/navbar.js +2 -2
- package/dist/cjs/notification.js +5 -4
- package/dist/cjs/numberinput.js +6 -5
- package/dist/cjs/pagination.js +4 -3
- package/dist/cjs/progress.js +2 -2
- package/dist/cjs/rate.js +3 -2
- package/dist/cjs/select.js +6 -5
- package/dist/cjs/sidebar.js +1 -1
- package/dist/cjs/slider.js +3 -3
- package/dist/cjs/snackbar.js +2 -2
- package/dist/cjs/steps.js +4 -3
- package/dist/cjs/switch.js +1 -1
- package/dist/cjs/table.js +9 -8
- package/dist/cjs/tabs.js +4 -3
- package/dist/cjs/tag.js +4 -3
- package/dist/cjs/taginput.js +8 -7
- package/dist/cjs/timepicker.js +12 -11
- package/dist/cjs/toast.js +2 -2
- package/dist/cjs/tooltip.js +2 -2
- package/dist/cjs/upload.js +3 -3
- package/dist/components/autocomplete/index.js +122 -6
- package/dist/components/autocomplete/index.min.js +2 -2
- package/dist/components/breadcrumb/index.js +1 -1
- package/dist/components/breadcrumb/index.min.js +1 -1
- package/dist/components/button/index.js +122 -6
- package/dist/components/button/index.min.js +2 -2
- package/dist/components/carousel/index.js +123 -7
- package/dist/components/carousel/index.min.js +2 -2
- package/dist/components/checkbox/index.js +106 -4
- package/dist/components/checkbox/index.min.js +2 -2
- package/dist/components/clockpicker/index.js +127 -10
- package/dist/components/clockpicker/index.min.js +2 -2
- package/dist/components/collapse/index.js +1 -1
- package/dist/components/collapse/index.min.js +1 -1
- package/dist/components/colorpicker/index.js +128 -11
- package/dist/components/colorpicker/index.min.js +2 -2
- package/dist/components/datepicker/index.js +135 -18
- package/dist/components/datepicker/index.min.js +2 -2
- package/dist/components/datetimepicker/index.js +127 -10
- package/dist/components/datetimepicker/index.min.js +2 -2
- package/dist/components/dialog/index.js +122 -6
- package/dist/components/dialog/index.min.js +2 -2
- package/dist/components/dropdown/index.js +2 -1
- package/dist/components/dropdown/index.min.js +2 -2
- package/dist/components/field/index.js +1 -1
- package/dist/components/field/index.min.js +1 -1
- package/dist/components/icon/index.js +124 -6
- package/dist/components/icon/index.min.js +2 -2
- package/dist/components/image/index.js +1 -1
- package/dist/components/image/index.min.js +1 -1
- package/dist/components/input/index.js +122 -6
- package/dist/components/input/index.min.js +2 -2
- package/dist/components/loading/index.js +1 -1
- package/dist/components/loading/index.min.js +1 -1
- package/dist/components/menu/index.js +124 -8
- package/dist/components/menu/index.min.js +2 -2
- package/dist/components/message/index.js +122 -6
- package/dist/components/message/index.min.js +2 -2
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/index.min.js +1 -1
- package/dist/components/navbar/index.js +1 -1
- package/dist/components/navbar/index.min.js +1 -1
- package/dist/components/notification/index.js +122 -6
- package/dist/components/notification/index.min.js +2 -2
- package/dist/components/numberinput/index.js +122 -6
- package/dist/components/numberinput/index.min.js +2 -2
- package/dist/components/pagination/index.js +122 -6
- package/dist/components/pagination/index.min.js +2 -2
- package/dist/components/progress/index.js +1 -1
- package/dist/components/progress/index.min.js +1 -1
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.min.js +1 -1
- package/dist/components/rate/index.js +122 -6
- package/dist/components/rate/index.min.js +2 -2
- package/dist/components/select/index.js +122 -6
- package/dist/components/select/index.min.js +2 -2
- package/dist/components/sidebar/index.js +1 -1
- package/dist/components/sidebar/index.min.js +1 -1
- package/dist/components/skeleton/index.js +1 -1
- package/dist/components/skeleton/index.min.js +1 -1
- package/dist/components/slider/index.js +1 -1
- package/dist/components/slider/index.min.js +1 -1
- package/dist/components/snackbar/index.js +1 -1
- package/dist/components/snackbar/index.min.js +1 -1
- package/dist/components/steps/index.js +122 -6
- package/dist/components/steps/index.min.js +2 -2
- package/dist/components/switch/index.js +1 -1
- package/dist/components/switch/index.min.js +1 -1
- package/dist/components/table/index.js +156 -13
- package/dist/components/table/index.min.js +2 -2
- package/dist/components/tabs/index.js +122 -6
- package/dist/components/tabs/index.min.js +2 -2
- package/dist/components/tag/index.js +122 -6
- package/dist/components/tag/index.min.js +2 -2
- package/dist/components/taginput/index.js +122 -6
- package/dist/components/taginput/index.min.js +2 -2
- package/dist/components/timepicker/index.js +135 -18
- package/dist/components/timepicker/index.min.js +2 -2
- package/dist/components/toast/index.js +1 -1
- package/dist/components/toast/index.min.js +1 -1
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/index.min.js +1 -1
- package/dist/components/upload/index.js +1 -1
- package/dist/components/upload/index.min.js +1 -1
- package/dist/css/buefy.css +21 -38
- package/dist/css/buefy.css.map +1 -1
- package/dist/css/buefy.min.css +1 -1
- package/dist/css/versions/buefy-no-reset.css +21 -38
- package/dist/css/versions/buefy-no-reset.css.map +1 -1
- package/dist/css/versions/buefy-no-reset.min.css +1 -1
- package/dist/css/versions/buefy-standalone.css +21 -38
- package/dist/css/versions/buefy-standalone.css.map +1 -1
- package/dist/css/versions/buefy-standalone.min.css +1 -1
- package/dist/esm/{Autocomplete-CZ8DmXsB.js → Autocomplete-BsBIH0Mj.js} +4 -4
- package/dist/esm/{Button-DyUYShTZ.js → Button-BTP__-p5.js} +3 -3
- package/dist/esm/{Checkbox-KUMz0sfA.js → Checkbox-C6pO3IzG.js} +32 -4
- package/dist/esm/{CompatFallthroughMixin-C8LPuwDr.js → CompatFallthroughMixin-LfFRwwlz.js} +1 -1
- package/dist/esm/{Datepicker-Bl8Wfdkn.js → Datepicker-CrVKrZBF.js} +10 -10
- package/dist/esm/{Dropdown-CGTYVyoL.js → Dropdown-GHauDDcD.js} +3 -2
- package/dist/esm/{DropdownItem-Cn3nM0A3.js → DropdownItem-By3tSZk2.js} +2 -2
- package/dist/esm/{Field-B7bX_uUg.js → Field-CU8ZBgMh.js} +2 -2
- package/dist/esm/{FormElementMixin-Dd_wkBN5.js → FormElementMixin-CKI7b4I4.js} +1 -1
- package/dist/esm/{Icon-DPyGDeRK.js → Icon-pQAdaqZb.js} +49 -7
- package/dist/esm/{Image-DhX-4hlV.js → Image-COmzg-EK.js} +2 -2
- package/dist/esm/{Input-C4L520az.js → Input-CErQ1Jyw.js} +5 -5
- package/dist/esm/{Loading-tuQoo6TU.js → Loading-BSqhV1Gi.js} +1 -1
- package/dist/esm/{Modal-EiR_KNGZ.js → Modal-C13NJijf.js} +2 -2
- package/dist/esm/{NoticeMixin-ByNlva3T.js → NoticeMixin-TQEF1Kx6.js} +1 -1
- package/dist/esm/{Pagination-B-LAJQay.js → Pagination-DvgzxH87.js} +3 -3
- package/dist/esm/{Progress-BPGTVZgr.js → Progress-AeKn1Ttq.js} +2 -2
- package/dist/esm/{Select-bl4qUzij.js → Select-CbkuxvSQ.js} +4 -4
- package/dist/esm/{TabbedChildMixin-C4i6WP9j.js → TabbedChildMixin-Bdu5A4iY.js} +1 -1
- package/dist/esm/{Tag-jS5Bcj6N.js → Tag-Dx_-Tavp.js} +2 -2
- package/dist/esm/{Timepicker-DnkqnOBT.js → Timepicker-0ojuPkqd.js} +7 -7
- package/dist/esm/{TimepickerMixin-Bikh6_Fg.js → TimepickerMixin-oNahYGFZ.js} +3 -3
- package/dist/esm/{Tooltip-CtDSXAqa.js → Tooltip-BnzQFdnQ.js} +2 -2
- package/dist/esm/autocomplete.js +7 -6
- package/dist/esm/breadcrumb.js +3 -3
- package/dist/esm/button.js +4 -3
- package/dist/esm/carousel.js +6 -5
- package/dist/esm/checkbox.js +4 -2
- package/dist/esm/clockpicker.js +9 -8
- package/dist/esm/colorpicker.js +12 -11
- package/dist/esm/{config-CKuo-p6e.js → config-f4Dyy8TN.js} +2 -1
- package/dist/esm/config.js +1 -1
- package/dist/esm/datepicker.js +11 -10
- package/dist/esm/datetimepicker.js +14 -13
- package/dist/esm/dialog.js +6 -5
- package/dist/esm/dropdown.js +3 -3
- package/dist/esm/field.js +2 -2
- package/dist/esm/icon.js +3 -2
- package/dist/esm/iconAliases-B-CydxNj.js +97 -0
- package/dist/esm/image.js +2 -2
- package/dist/esm/{index-BE58-KfV.js → index-BYVep8cv.js} +11 -11
- package/dist/esm/index.js +27 -26
- package/dist/esm/input.js +6 -5
- package/dist/esm/loading.js +1 -1
- package/dist/esm/menu.js +5 -4
- package/dist/esm/message.js +5 -4
- package/dist/esm/modal.js +2 -2
- package/dist/esm/navbar.js +3 -3
- package/dist/esm/notification.js +6 -5
- package/dist/esm/numberinput.js +7 -6
- package/dist/esm/pagination.js +4 -3
- package/dist/esm/progress.js +3 -3
- package/dist/esm/radio.js +1 -1
- package/dist/esm/rate.js +4 -3
- package/dist/esm/select.js +6 -5
- package/dist/esm/sidebar.js +2 -2
- package/dist/esm/slider.js +4 -4
- package/dist/esm/snackbar.js +3 -3
- package/dist/esm/steps.js +5 -4
- package/dist/esm/switch.js +2 -2
- package/dist/esm/table.js +11 -10
- package/dist/esm/tabs.js +5 -4
- package/dist/esm/tag.js +5 -4
- package/dist/esm/taginput.js +9 -8
- package/dist/esm/timepicker.js +12 -11
- package/dist/esm/toast.js +3 -3
- package/dist/esm/tooltip.js +2 -2
- package/dist/esm/upload.js +4 -4
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +2 -2
- package/src/components/carousel/CarouselList.vue +1 -1
- package/src/components/carousel/__snapshots__/CarouselList.spec.ts.snap +1 -1
- package/src/components/checkbox/Checkbox.spec.ts +66 -2
- package/src/components/checkbox/Checkbox.vue +25 -1
- package/src/components/checkbox/__snapshots__/Checkbox.spec.ts.snap +1 -1
- package/src/components/datepicker/__snapshots__/Datepicker.spec.ts.snap +2 -2
- package/src/components/dropdown/Dropdown.spec.ts +15 -0
- package/src/components/dropdown/Dropdown.vue +5 -0
- package/src/components/icon/Icon.spec.ts +67 -0
- package/src/components/icon/Icon.vue +40 -5
- package/src/components/icon/__snapshots__/Icon.spec.ts.snap +1 -1
- package/src/components/icon/index.ts +10 -0
- package/src/components/table/__snapshots__/TableMobileSort.spec.ts.snap +1 -1
- package/src/scss/components/_checkbox.scss +13 -16
- package/src/utils/config.ts +104 -2
- package/src/utils/iconAliases.ts +86 -0
package/dist/buefy.d.ts
CHANGED
|
@@ -4,40 +4,17 @@ import { ComponentCustomProps } from 'vue';
|
|
|
4
4
|
import { ComponentOptionsMixin } from 'vue';
|
|
5
5
|
import type { ComponentPublicInstance } from 'vue';
|
|
6
6
|
import { CreateComponentPublicInstance } from 'vue';
|
|
7
|
-
import { CustomSearchFunction as CustomSearchFunction_2 } from './types';
|
|
8
7
|
import { DefineComponent } from 'vue';
|
|
9
8
|
import { ExtractPropTypes } from 'vue';
|
|
10
|
-
import { FieldLabelPosition as FieldLabelPosition_2 } from '../../index.ts';
|
|
11
|
-
import { FieldMessageProp } from '../field/Field.vue';
|
|
12
|
-
import { FieldMessagePropItem } from '../field/Field.vue';
|
|
13
|
-
import { FieldTypeProp } from '../field/Field.vue';
|
|
14
|
-
import { HourFormat } from '../../utils/TimepickerMixin';
|
|
15
|
-
import { IconPack as IconPack_2 } from '../../index.ts';
|
|
16
|
-
import { IMenuItem } from './MenuItemContainerMixin';
|
|
17
|
-
import { InjectedChildMixin } from '../../utils/InjectedChildMixin';
|
|
18
|
-
import { InjectedChildMixin as InjectedChildMixin_2 } from '../../utils/InjectedChildMixin.ts';
|
|
19
|
-
import { ITimepickerMixin } from '../../utils/TimepickerMixin';
|
|
20
|
-
import { ModalCancellableOption as ModalCancellableOption_2 } from '../../index.ts';
|
|
21
|
-
import { ModalScrollOption as ModalScrollOption_2 } from '../../index.ts';
|
|
22
|
-
import { NoticePosition as NoticePosition_2 } from '../../index.ts';
|
|
23
9
|
import { PropType } from 'vue';
|
|
24
|
-
import { ProviderParentMixin } from '../../utils/ProviderParentMixin';
|
|
25
|
-
import { ProviderParentMixin as ProviderParentMixin_2 } from '../../utils/ProviderParentMixin.ts';
|
|
26
10
|
import { PublicProps } from 'vue';
|
|
27
11
|
import { RendererElement } from 'vue';
|
|
28
12
|
import { RendererNode } from 'vue';
|
|
29
13
|
import { Slot } from 'vue';
|
|
30
14
|
import { Slots } from 'vue';
|
|
31
15
|
import { StyleValue } from 'vue';
|
|
32
|
-
import { StyleValue as StyleValue_3 } from './types';
|
|
33
|
-
import { StyleValueUnit as StyleValueUnit_2 } from './types';
|
|
34
|
-
import { TimeCreator } from '../../utils/TimepickerMixin';
|
|
35
|
-
import { TimeFormatter } from '../../utils/TimepickerMixin';
|
|
36
|
-
import { TimeParser } from '../../utils/TimepickerMixin';
|
|
37
|
-
import { TransitionName } from '../../utils/TabbedChildMixin';
|
|
38
16
|
import { VNode } from 'vue';
|
|
39
17
|
import { VNodeProps } from 'vue';
|
|
40
|
-
import { VueClassAttribute as VueClassAttribute_2 } from '../../index.ts';
|
|
41
18
|
|
|
42
19
|
export declare const Autocomplete: {
|
|
43
20
|
install(Vue: App): void;
|
|
@@ -224,7 +201,7 @@ default: boolean;
|
|
|
224
201
|
customClass: StringConstructor;
|
|
225
202
|
labelPosition: {
|
|
226
203
|
type: StringConstructor;
|
|
227
|
-
default: () =>
|
|
204
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
228
205
|
};
|
|
229
206
|
}>>, unknown, {
|
|
230
207
|
newType: FieldTypeProp | null;
|
|
@@ -277,7 +254,7 @@ default: boolean;
|
|
|
277
254
|
customClass: StringConstructor;
|
|
278
255
|
labelPosition: {
|
|
279
256
|
type: StringConstructor;
|
|
280
|
-
default: () =>
|
|
257
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
281
258
|
};
|
|
282
259
|
}>>, {
|
|
283
260
|
type: FieldTypeProp;
|
|
@@ -318,7 +295,7 @@ default: boolean;
|
|
|
318
295
|
customClass: StringConstructor;
|
|
319
296
|
labelPosition: {
|
|
320
297
|
type: StringConstructor;
|
|
321
|
-
default: () =>
|
|
298
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
322
299
|
};
|
|
323
300
|
}>>, {}, {
|
|
324
301
|
newType: FieldTypeProp | null;
|
|
@@ -1106,7 +1083,10 @@ inputId: {
|
|
|
1106
1083
|
type: StringConstructor;
|
|
1107
1084
|
default: string;
|
|
1108
1085
|
};
|
|
1109
|
-
}, unknown, unknown, {
|
|
1086
|
+
}, unknown, unknown, {
|
|
1087
|
+
isChecked(): boolean;
|
|
1088
|
+
checkmarkAlias(): SvgIconAlias;
|
|
1089
|
+
}, {}, DefineComponent< {
|
|
1110
1090
|
modelValue: (ArrayConstructor | NumberConstructor | StringConstructor | ObjectConstructor | BooleanConstructor | FunctionConstructor)[];
|
|
1111
1091
|
nativeValue: (ArrayConstructor | NumberConstructor | StringConstructor | ObjectConstructor | BooleanConstructor | FunctionConstructor)[];
|
|
1112
1092
|
type: StringConstructor;
|
|
@@ -1553,7 +1533,7 @@ default: boolean;
|
|
|
1553
1533
|
customClass: StringConstructor;
|
|
1554
1534
|
labelPosition: {
|
|
1555
1535
|
type: StringConstructor;
|
|
1556
|
-
default: () =>
|
|
1536
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
1557
1537
|
};
|
|
1558
1538
|
}>>, unknown, {
|
|
1559
1539
|
newType: FieldTypeProp | null;
|
|
@@ -1606,7 +1586,7 @@ default: boolean;
|
|
|
1606
1586
|
customClass: StringConstructor;
|
|
1607
1587
|
labelPosition: {
|
|
1608
1588
|
type: StringConstructor;
|
|
1609
|
-
default: () =>
|
|
1589
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
1610
1590
|
};
|
|
1611
1591
|
}>>, {
|
|
1612
1592
|
type: FieldTypeProp;
|
|
@@ -1647,7 +1627,7 @@ default: boolean;
|
|
|
1647
1627
|
customClass: StringConstructor;
|
|
1648
1628
|
labelPosition: {
|
|
1649
1629
|
type: StringConstructor;
|
|
1650
|
-
default: () =>
|
|
1630
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
1651
1631
|
};
|
|
1652
1632
|
}>>, {}, {
|
|
1653
1633
|
newType: FieldTypeProp | null;
|
|
@@ -2068,7 +2048,7 @@ export declare const BColorpicker: DefineComponent<{
|
|
|
2068
2048
|
customClass: StringConstructor;
|
|
2069
2049
|
labelPosition: {
|
|
2070
2050
|
type: StringConstructor;
|
|
2071
|
-
default: () =>
|
|
2051
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
2072
2052
|
};
|
|
2073
2053
|
}>>, unknown, {
|
|
2074
2054
|
newType: FieldTypeProp | null;
|
|
@@ -2121,7 +2101,7 @@ export declare const BColorpicker: DefineComponent<{
|
|
|
2121
2101
|
customClass: StringConstructor;
|
|
2122
2102
|
labelPosition: {
|
|
2123
2103
|
type: StringConstructor;
|
|
2124
|
-
default: () =>
|
|
2104
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
2125
2105
|
};
|
|
2126
2106
|
}>>, {
|
|
2127
2107
|
type: FieldTypeProp;
|
|
@@ -2162,7 +2142,7 @@ export declare const BColorpicker: DefineComponent<{
|
|
|
2162
2142
|
customClass: StringConstructor;
|
|
2163
2143
|
labelPosition: {
|
|
2164
2144
|
type: StringConstructor;
|
|
2165
|
-
default: () =>
|
|
2145
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
2166
2146
|
};
|
|
2167
2147
|
}>>, {}, {
|
|
2168
2148
|
newType: FieldTypeProp | null;
|
|
@@ -2734,7 +2714,7 @@ default: boolean;
|
|
|
2734
2714
|
customClass: StringConstructor;
|
|
2735
2715
|
labelPosition: {
|
|
2736
2716
|
type: StringConstructor;
|
|
2737
|
-
default: () =>
|
|
2717
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
2738
2718
|
};
|
|
2739
2719
|
}>>, unknown, {
|
|
2740
2720
|
newType: FieldTypeProp | null;
|
|
@@ -2787,7 +2767,7 @@ default: boolean;
|
|
|
2787
2767
|
customClass: StringConstructor;
|
|
2788
2768
|
labelPosition: {
|
|
2789
2769
|
type: StringConstructor;
|
|
2790
|
-
default: () =>
|
|
2770
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
2791
2771
|
};
|
|
2792
2772
|
}>>, {
|
|
2793
2773
|
type: FieldTypeProp;
|
|
@@ -2828,7 +2808,7 @@ default: boolean;
|
|
|
2828
2808
|
customClass: StringConstructor;
|
|
2829
2809
|
labelPosition: {
|
|
2830
2810
|
type: StringConstructor;
|
|
2831
|
-
default: () =>
|
|
2811
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
2832
2812
|
};
|
|
2833
2813
|
}>>, {}, {
|
|
2834
2814
|
newType: FieldTypeProp | null;
|
|
@@ -3274,7 +3254,7 @@ default: boolean;
|
|
|
3274
3254
|
customClass: StringConstructor;
|
|
3275
3255
|
labelPosition: {
|
|
3276
3256
|
type: StringConstructor;
|
|
3277
|
-
default: () =>
|
|
3257
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
3278
3258
|
};
|
|
3279
3259
|
}>>, unknown, {
|
|
3280
3260
|
newType: FieldTypeProp | null;
|
|
@@ -3327,7 +3307,7 @@ default: boolean;
|
|
|
3327
3307
|
customClass: StringConstructor;
|
|
3328
3308
|
labelPosition: {
|
|
3329
3309
|
type: StringConstructor;
|
|
3330
|
-
default: () =>
|
|
3310
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
3331
3311
|
};
|
|
3332
3312
|
}>>, {
|
|
3333
3313
|
type: FieldTypeProp;
|
|
@@ -3368,7 +3348,7 @@ default: boolean;
|
|
|
3368
3348
|
customClass: StringConstructor;
|
|
3369
3349
|
labelPosition: {
|
|
3370
3350
|
type: StringConstructor;
|
|
3371
|
-
default: () =>
|
|
3351
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
3372
3352
|
};
|
|
3373
3353
|
}>>, {}, {
|
|
3374
3354
|
newType: FieldTypeProp | null;
|
|
@@ -3642,16 +3622,16 @@ type: StringConstructor;
|
|
|
3642
3622
|
default: string;
|
|
3643
3623
|
};
|
|
3644
3624
|
canCancel: {
|
|
3645
|
-
type: PropType<boolean |
|
|
3646
|
-
default: () =>
|
|
3625
|
+
type: PropType<boolean | ModalCancellableOption[]>;
|
|
3626
|
+
default: () => ModalCancellableOption[];
|
|
3647
3627
|
};
|
|
3648
3628
|
cancelCallback: {
|
|
3649
|
-
type: PropType<(method:
|
|
3629
|
+
type: PropType<(method: ModalCancellableOption) => void>;
|
|
3650
3630
|
default: () => void;
|
|
3651
3631
|
};
|
|
3652
3632
|
scroll: {
|
|
3653
3633
|
type: PropType<"clip" | "keep">;
|
|
3654
|
-
default: () =>
|
|
3634
|
+
default: () => ModalScrollOption;
|
|
3655
3635
|
validator: (value: unknown) => value is "clip" | "keep";
|
|
3656
3636
|
};
|
|
3657
3637
|
fullScreen: BooleanConstructor;
|
|
@@ -3693,14 +3673,14 @@ newWidth: string;
|
|
|
3693
3673
|
animating: boolean;
|
|
3694
3674
|
destroyed: boolean;
|
|
3695
3675
|
}, {
|
|
3696
|
-
cancelOptions():
|
|
3676
|
+
cancelOptions(): ModalCancellableOption[];
|
|
3697
3677
|
showX(): boolean;
|
|
3698
3678
|
customStyle(): {
|
|
3699
3679
|
maxWidth: string;
|
|
3700
3680
|
} | null;
|
|
3701
3681
|
}, {
|
|
3702
3682
|
handleScroll(): void;
|
|
3703
|
-
cancel(method:
|
|
3683
|
+
cancel(method: ModalCancellableOption): void;
|
|
3704
3684
|
close(): void;
|
|
3705
3685
|
keyPress({ key }: KeyboardEvent): void;
|
|
3706
3686
|
afterEnter(): void;
|
|
@@ -3709,7 +3689,7 @@ afterLeave(): void;
|
|
|
3709
3689
|
}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3710
3690
|
'after-enter': () => true;
|
|
3711
3691
|
'after-leave': () => true;
|
|
3712
|
-
cancel: (method:
|
|
3692
|
+
cancel: (method: ModalCancellableOption) => true;
|
|
3713
3693
|
close: () => true;
|
|
3714
3694
|
'update:modelValue': (active: boolean) => true;
|
|
3715
3695
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -3734,16 +3714,16 @@ type: StringConstructor;
|
|
|
3734
3714
|
default: string;
|
|
3735
3715
|
};
|
|
3736
3716
|
canCancel: {
|
|
3737
|
-
type: PropType<boolean |
|
|
3738
|
-
default: () =>
|
|
3717
|
+
type: PropType<boolean | ModalCancellableOption[]>;
|
|
3718
|
+
default: () => ModalCancellableOption[];
|
|
3739
3719
|
};
|
|
3740
3720
|
cancelCallback: {
|
|
3741
|
-
type: PropType<(method:
|
|
3721
|
+
type: PropType<(method: ModalCancellableOption) => void>;
|
|
3742
3722
|
default: () => void;
|
|
3743
3723
|
};
|
|
3744
3724
|
scroll: {
|
|
3745
3725
|
type: PropType<"clip" | "keep">;
|
|
3746
|
-
default: () =>
|
|
3726
|
+
default: () => ModalScrollOption;
|
|
3747
3727
|
validator: (value: unknown) => value is "clip" | "keep";
|
|
3748
3728
|
};
|
|
3749
3729
|
fullScreen: BooleanConstructor;
|
|
@@ -3779,7 +3759,7 @@ type: BooleanConstructor;
|
|
|
3779
3759
|
default: boolean;
|
|
3780
3760
|
};
|
|
3781
3761
|
}>> & {
|
|
3782
|
-
onCancel?: ((method:
|
|
3762
|
+
onCancel?: ((method: ModalCancellableOption) => any) | undefined;
|
|
3783
3763
|
onClose?: (() => any) | undefined;
|
|
3784
3764
|
"onAfter-enter"?: (() => any) | undefined;
|
|
3785
3765
|
"onAfter-leave"?: (() => any) | undefined;
|
|
@@ -3793,8 +3773,8 @@ events: Record<string, any>;
|
|
|
3793
3773
|
width: string | number;
|
|
3794
3774
|
hasModalCard: boolean;
|
|
3795
3775
|
animation: string;
|
|
3796
|
-
canCancel: boolean |
|
|
3797
|
-
cancelCallback: (method:
|
|
3776
|
+
canCancel: boolean | ModalCancellableOption[];
|
|
3777
|
+
cancelCallback: (method: ModalCancellableOption) => void;
|
|
3798
3778
|
fullScreen: boolean;
|
|
3799
3779
|
autoFocus: boolean;
|
|
3800
3780
|
ariaModal: boolean;
|
|
@@ -4136,13 +4116,13 @@ hasLink: boolean;
|
|
|
4136
4116
|
|
|
4137
4117
|
export declare const BField: DefineComponent< {
|
|
4138
4118
|
type: {
|
|
4139
|
-
type: PropType<
|
|
4119
|
+
type: PropType<FieldTypeProp>;
|
|
4140
4120
|
default: undefined;
|
|
4141
4121
|
};
|
|
4142
4122
|
label: StringConstructor;
|
|
4143
4123
|
labelFor: StringConstructor;
|
|
4144
4124
|
message: {
|
|
4145
|
-
type: PropType<
|
|
4125
|
+
type: PropType<FieldMessageProp>;
|
|
4146
4126
|
default: undefined;
|
|
4147
4127
|
};
|
|
4148
4128
|
grouped: BooleanConstructor;
|
|
@@ -4157,11 +4137,11 @@ default: boolean;
|
|
|
4157
4137
|
customClass: StringConstructor;
|
|
4158
4138
|
labelPosition: {
|
|
4159
4139
|
type: StringConstructor;
|
|
4160
|
-
default: () =>
|
|
4140
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
4161
4141
|
};
|
|
4162
4142
|
}, unknown, {
|
|
4163
|
-
newType:
|
|
4164
|
-
newMessage:
|
|
4143
|
+
newType: FieldTypeProp | null;
|
|
4144
|
+
newMessage: FieldMessageProp | null;
|
|
4165
4145
|
fieldLabelSize: string | null;
|
|
4166
4146
|
numberInputClasses: string[];
|
|
4167
4147
|
_isField: boolean;
|
|
@@ -4179,7 +4159,7 @@ hasInnerField(): boolean;
|
|
|
4179
4159
|
newPosition(): string | undefined;
|
|
4180
4160
|
formattedMessage(): string[] | "";
|
|
4181
4161
|
hasLabel(): string | Slot<any> | undefined;
|
|
4182
|
-
hasMessage(): Slot<any> |
|
|
4162
|
+
hasMessage(): Slot<any> | FieldMessagePropItem | FieldMessagePropItem[] | undefined;
|
|
4183
4163
|
}, {
|
|
4184
4164
|
fieldType(): "is-grouped" | "has-addons" | undefined;
|
|
4185
4165
|
hasAddons(): boolean;
|
|
@@ -4189,13 +4169,13 @@ size?: string;
|
|
|
4189
4169
|
}): void;
|
|
4190
4170
|
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4191
4171
|
type: {
|
|
4192
|
-
type: PropType<
|
|
4172
|
+
type: PropType<FieldTypeProp>;
|
|
4193
4173
|
default: undefined;
|
|
4194
4174
|
};
|
|
4195
4175
|
label: StringConstructor;
|
|
4196
4176
|
labelFor: StringConstructor;
|
|
4197
4177
|
message: {
|
|
4198
|
-
type: PropType<
|
|
4178
|
+
type: PropType<FieldMessageProp>;
|
|
4199
4179
|
default: undefined;
|
|
4200
4180
|
};
|
|
4201
4181
|
grouped: BooleanConstructor;
|
|
@@ -4210,12 +4190,12 @@ default: boolean;
|
|
|
4210
4190
|
customClass: StringConstructor;
|
|
4211
4191
|
labelPosition: {
|
|
4212
4192
|
type: StringConstructor;
|
|
4213
|
-
default: () =>
|
|
4193
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
4214
4194
|
};
|
|
4215
4195
|
}>>, {
|
|
4216
|
-
type:
|
|
4196
|
+
type: FieldTypeProp;
|
|
4217
4197
|
expanded: boolean;
|
|
4218
|
-
message:
|
|
4198
|
+
message: FieldMessageProp;
|
|
4219
4199
|
grouped: boolean;
|
|
4220
4200
|
groupMultiline: boolean;
|
|
4221
4201
|
horizontal: boolean;
|
|
@@ -4229,14 +4209,22 @@ component: StringConstructor;
|
|
|
4229
4209
|
pack: StringConstructor;
|
|
4230
4210
|
icon: {
|
|
4231
4211
|
type: StringConstructor;
|
|
4232
|
-
required:
|
|
4212
|
+
required: false;
|
|
4213
|
+
default: undefined;
|
|
4233
4214
|
};
|
|
4215
|
+
/** Key into IconAliases (e.g. "chevronLeft"). Takes precedence over icon/pack. */
|
|
4216
|
+
alias: StringConstructor;
|
|
4234
4217
|
size: StringConstructor;
|
|
4235
4218
|
customSize: StringConstructor;
|
|
4236
4219
|
customClass: StringConstructor;
|
|
4237
4220
|
both: BooleanConstructor;
|
|
4238
4221
|
}, unknown, unknown, {
|
|
4239
|
-
|
|
4222
|
+
resolvedAlias(): IconAlias | null;
|
|
4223
|
+
isSvgAlias(): boolean;
|
|
4224
|
+
isComponentAlias(): boolean;
|
|
4225
|
+
resolvedAliasSvg(): SvgIconAlias;
|
|
4226
|
+
resolvedAliasComponent(): ComponentIconAlias;
|
|
4227
|
+
iconConfig(): IconPack;
|
|
4240
4228
|
iconPrefix(): string;
|
|
4241
4229
|
newIcon(): string;
|
|
4242
4230
|
newPack(): string;
|
|
@@ -4252,13 +4240,17 @@ component: StringConstructor;
|
|
|
4252
4240
|
pack: StringConstructor;
|
|
4253
4241
|
icon: {
|
|
4254
4242
|
type: StringConstructor;
|
|
4255
|
-
required:
|
|
4243
|
+
required: false;
|
|
4244
|
+
default: undefined;
|
|
4256
4245
|
};
|
|
4246
|
+
/** Key into IconAliases (e.g. "chevronLeft"). Takes precedence over icon/pack. */
|
|
4247
|
+
alias: StringConstructor;
|
|
4257
4248
|
size: StringConstructor;
|
|
4258
4249
|
customSize: StringConstructor;
|
|
4259
4250
|
customClass: StringConstructor;
|
|
4260
4251
|
both: BooleanConstructor;
|
|
4261
4252
|
}>>, {
|
|
4253
|
+
icon: string;
|
|
4262
4254
|
both: boolean;
|
|
4263
4255
|
}, {}>;
|
|
4264
4256
|
|
|
@@ -4536,7 +4528,7 @@ default: boolean;
|
|
|
4536
4528
|
customClass: StringConstructor;
|
|
4537
4529
|
labelPosition: {
|
|
4538
4530
|
type: StringConstructor;
|
|
4539
|
-
default: () =>
|
|
4531
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
4540
4532
|
};
|
|
4541
4533
|
}>>, unknown, {
|
|
4542
4534
|
newType: FieldTypeProp | null;
|
|
@@ -4589,7 +4581,7 @@ default: boolean;
|
|
|
4589
4581
|
customClass: StringConstructor;
|
|
4590
4582
|
labelPosition: {
|
|
4591
4583
|
type: StringConstructor;
|
|
4592
|
-
default: () =>
|
|
4584
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
4593
4585
|
};
|
|
4594
4586
|
}>>, {
|
|
4595
4587
|
type: FieldTypeProp;
|
|
@@ -4630,7 +4622,7 @@ default: boolean;
|
|
|
4630
4622
|
customClass: StringConstructor;
|
|
4631
4623
|
labelPosition: {
|
|
4632
4624
|
type: StringConstructor;
|
|
4633
|
-
default: () =>
|
|
4625
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
4634
4626
|
};
|
|
4635
4627
|
}>>, {}, {
|
|
4636
4628
|
newType: FieldTypeProp | null;
|
|
@@ -5121,7 +5113,7 @@ default: () => void;
|
|
|
5121
5113
|
};
|
|
5122
5114
|
scroll: {
|
|
5123
5115
|
type: PropType<ModalScroll>;
|
|
5124
|
-
default: () =>
|
|
5116
|
+
default: () => ModalScrollOption;
|
|
5125
5117
|
validator: (value: unknown) => value is ModalScroll;
|
|
5126
5118
|
};
|
|
5127
5119
|
fullScreen: BooleanConstructor;
|
|
@@ -5213,7 +5205,7 @@ default: () => void;
|
|
|
5213
5205
|
};
|
|
5214
5206
|
scroll: {
|
|
5215
5207
|
type: PropType<ModalScroll>;
|
|
5216
|
-
default: () =>
|
|
5208
|
+
default: () => ModalScrollOption;
|
|
5217
5209
|
validator: (value: unknown) => value is ModalScroll;
|
|
5218
5210
|
};
|
|
5219
5211
|
fullScreen: BooleanConstructor;
|
|
@@ -5780,7 +5772,7 @@ default: boolean;
|
|
|
5780
5772
|
customClass: StringConstructor;
|
|
5781
5773
|
labelPosition: {
|
|
5782
5774
|
type: StringConstructor;
|
|
5783
|
-
default: () =>
|
|
5775
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
5784
5776
|
};
|
|
5785
5777
|
}>>, unknown, {
|
|
5786
5778
|
newType: FieldTypeProp | null;
|
|
@@ -5833,7 +5825,7 @@ default: boolean;
|
|
|
5833
5825
|
customClass: StringConstructor;
|
|
5834
5826
|
labelPosition: {
|
|
5835
5827
|
type: StringConstructor;
|
|
5836
|
-
default: () =>
|
|
5828
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
5837
5829
|
};
|
|
5838
5830
|
}>>, {
|
|
5839
5831
|
type: FieldTypeProp;
|
|
@@ -5874,7 +5866,7 @@ default: boolean;
|
|
|
5874
5866
|
customClass: StringConstructor;
|
|
5875
5867
|
labelPosition: {
|
|
5876
5868
|
type: StringConstructor;
|
|
5877
|
-
default: () =>
|
|
5869
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
5878
5870
|
};
|
|
5879
5871
|
}>>, {}, {
|
|
5880
5872
|
newType: FieldTypeProp | null;
|
|
@@ -6735,7 +6727,7 @@ default: boolean;
|
|
|
6735
6727
|
customClass: StringConstructor;
|
|
6736
6728
|
labelPosition: {
|
|
6737
6729
|
type: StringConstructor;
|
|
6738
|
-
default: () =>
|
|
6730
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
6739
6731
|
};
|
|
6740
6732
|
}>>, unknown, {
|
|
6741
6733
|
newType: FieldTypeProp | null;
|
|
@@ -6788,7 +6780,7 @@ default: boolean;
|
|
|
6788
6780
|
customClass: StringConstructor;
|
|
6789
6781
|
labelPosition: {
|
|
6790
6782
|
type: StringConstructor;
|
|
6791
|
-
default: () =>
|
|
6783
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
6792
6784
|
};
|
|
6793
6785
|
}>>, {
|
|
6794
6786
|
type: FieldTypeProp;
|
|
@@ -6829,7 +6821,7 @@ default: boolean;
|
|
|
6829
6821
|
customClass: StringConstructor;
|
|
6830
6822
|
labelPosition: {
|
|
6831
6823
|
type: StringConstructor;
|
|
6832
|
-
default: () =>
|
|
6824
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
6833
6825
|
};
|
|
6834
6826
|
}>>, {}, {
|
|
6835
6827
|
newType: FieldTypeProp | null;
|
|
@@ -7469,9 +7461,9 @@ type: BooleanConstructor;
|
|
|
7469
7461
|
default: boolean;
|
|
7470
7462
|
};
|
|
7471
7463
|
position: {
|
|
7472
|
-
type: PropType<
|
|
7464
|
+
type: PropType<NoticePosition>;
|
|
7473
7465
|
default: string;
|
|
7474
|
-
validator(value: unknown): value is
|
|
7466
|
+
validator(value: unknown): value is NoticePosition;
|
|
7475
7467
|
};
|
|
7476
7468
|
container: StringConstructor;
|
|
7477
7469
|
}, unknown, {
|
|
@@ -7520,9 +7512,9 @@ type: BooleanConstructor;
|
|
|
7520
7512
|
default: boolean;
|
|
7521
7513
|
};
|
|
7522
7514
|
position: {
|
|
7523
|
-
type: PropType<
|
|
7515
|
+
type: PropType<NoticePosition>;
|
|
7524
7516
|
default: string;
|
|
7525
|
-
validator(value: unknown): value is
|
|
7517
|
+
validator(value: unknown): value is NoticePosition;
|
|
7526
7518
|
};
|
|
7527
7519
|
container: StringConstructor;
|
|
7528
7520
|
}>> & {
|
|
@@ -7583,7 +7575,7 @@ isActive(): boolean;
|
|
|
7583
7575
|
}, {
|
|
7584
7576
|
activate(oldIndex: number): void;
|
|
7585
7577
|
deactivate(newIndex: number): void;
|
|
7586
|
-
},
|
|
7578
|
+
}, InjectedChildMixin<1, TabbedParent>, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7587
7579
|
label: StringConstructor;
|
|
7588
7580
|
icon: StringConstructor;
|
|
7589
7581
|
iconPack: StringConstructor;
|
|
@@ -7717,7 +7709,7 @@ items(): IStepItem[];
|
|
|
7717
7709
|
childClick(child: TabbedChild): void;
|
|
7718
7710
|
getNextItemIdx(fromIdx: number, skipDisabled?: boolean): number | null;
|
|
7719
7711
|
getPrevItemIdx(fromIdx: number, skipDisabled?: boolean): number | null;
|
|
7720
|
-
},
|
|
7712
|
+
}, ProviderParentMixin<3, IStepItem>, ComponentOptionsMixin, {
|
|
7721
7713
|
'update:modelValue': (_value: string | number | null | undefined) => true;
|
|
7722
7714
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7723
7715
|
modelValue: {
|
|
@@ -7957,7 +7949,7 @@ type: BooleanConstructor;
|
|
|
7957
7949
|
default: boolean;
|
|
7958
7950
|
};
|
|
7959
7951
|
headerClass: {
|
|
7960
|
-
type: PropType<
|
|
7952
|
+
type: PropType<VueClassAttribute>;
|
|
7961
7953
|
default: null;
|
|
7962
7954
|
};
|
|
7963
7955
|
}, unknown, {
|
|
@@ -7969,7 +7961,7 @@ isActive(): boolean;
|
|
|
7969
7961
|
}, {
|
|
7970
7962
|
activate(oldIndex: number): void;
|
|
7971
7963
|
deactivate(newIndex: number): void;
|
|
7972
|
-
},
|
|
7964
|
+
}, InjectedChildMixin<1, TabbedParent>, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7973
7965
|
label: StringConstructor;
|
|
7974
7966
|
icon: StringConstructor;
|
|
7975
7967
|
iconPack: StringConstructor;
|
|
@@ -7978,12 +7970,12 @@ type: BooleanConstructor;
|
|
|
7978
7970
|
default: boolean;
|
|
7979
7971
|
};
|
|
7980
7972
|
headerClass: {
|
|
7981
|
-
type: PropType<
|
|
7973
|
+
type: PropType<VueClassAttribute>;
|
|
7982
7974
|
default: null;
|
|
7983
7975
|
};
|
|
7984
7976
|
}>>, {
|
|
7985
7977
|
visible: boolean;
|
|
7986
|
-
headerClass:
|
|
7978
|
+
headerClass: VueClassAttribute;
|
|
7987
7979
|
}, {}>, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7988
7980
|
disabled: BooleanConstructor;
|
|
7989
7981
|
}>>, {
|
|
@@ -8249,11 +8241,11 @@ tdAttrs: (row: TableRow, column: ITableColumn) => Record<string, any> | null;
|
|
|
8249
8241
|
newKey?: string | number | undefined;
|
|
8250
8242
|
_isTableColumn?: boolean | undefined;
|
|
8251
8243
|
thClasses?: string | Record<string, boolean | undefined> | (string | Record<string, boolean | undefined> | null | undefined)[] | null | undefined;
|
|
8252
|
-
thStyle?:
|
|
8253
|
-
thWrapStyle?:
|
|
8254
|
-
style?:
|
|
8244
|
+
thStyle?: StyleValueUnit | StyleValueUnit[];
|
|
8245
|
+
thWrapStyle?: StyleValueUnit | StyleValueUnit[];
|
|
8246
|
+
style?: StyleValueUnit;
|
|
8255
8247
|
getRootClasses: (row: TableRow) => VueClassAttribute[];
|
|
8256
|
-
getRootStyle: (row: TableRow) =>
|
|
8248
|
+
getRootStyle: (row: TableRow) => StyleValue_2;
|
|
8257
8249
|
$slots: Slots;
|
|
8258
8250
|
label?: string | undefined;
|
|
8259
8251
|
meta?: any;
|
|
@@ -8268,7 +8260,7 @@ customKey?: string | number | undefined;
|
|
|
8268
8260
|
searchable?: boolean | undefined;
|
|
8269
8261
|
sortable?: boolean | undefined;
|
|
8270
8262
|
subheading?: string | number | undefined;
|
|
8271
|
-
customSearch?:
|
|
8263
|
+
customSearch?: CustomSearchFunction | undefined;
|
|
8272
8264
|
sticky?: boolean | undefined;
|
|
8273
8265
|
headerSelectable?: boolean | undefined;
|
|
8274
8266
|
cellClass?: string | undefined;
|
|
@@ -8276,9 +8268,9 @@ cellClass?: string | undefined;
|
|
|
8276
8268
|
newKey: string | number | undefined;
|
|
8277
8269
|
_isTableColumn: boolean;
|
|
8278
8270
|
thClasses: VueClassAttribute;
|
|
8279
|
-
thStyle:
|
|
8280
|
-
thWrapStyle:
|
|
8281
|
-
style:
|
|
8271
|
+
thStyle: StyleValue_2;
|
|
8272
|
+
thWrapStyle: StyleValue_2;
|
|
8273
|
+
style: StyleValueUnit;
|
|
8282
8274
|
getRootClasses(row: TableRow): VueClassAttribute[];
|
|
8283
8275
|
getRootStyle(row: TableRow): any[];
|
|
8284
8276
|
$slots: Slots;
|
|
@@ -8296,7 +8288,7 @@ sortable: boolean;
|
|
|
8296
8288
|
visible: boolean;
|
|
8297
8289
|
subheading: string | number;
|
|
8298
8290
|
customSort: CustomSortFunction;
|
|
8299
|
-
customSearch:
|
|
8291
|
+
customSearch: CustomSearchFunction;
|
|
8300
8292
|
sticky: boolean;
|
|
8301
8293
|
headerSelectable: boolean;
|
|
8302
8294
|
headerClass: string;
|
|
@@ -8316,9 +8308,9 @@ newColumns(): {
|
|
|
8316
8308
|
newKey: string | number | undefined;
|
|
8317
8309
|
_isTableColumn: boolean;
|
|
8318
8310
|
thClasses: VueClassAttribute;
|
|
8319
|
-
thStyle:
|
|
8320
|
-
thWrapStyle:
|
|
8321
|
-
style:
|
|
8311
|
+
thStyle: StyleValue_2;
|
|
8312
|
+
thWrapStyle: StyleValue_2;
|
|
8313
|
+
style: StyleValueUnit;
|
|
8322
8314
|
getRootClasses(row: TableRow): VueClassAttribute[];
|
|
8323
8315
|
getRootStyle(row: TableRow): any[];
|
|
8324
8316
|
$slots: Slots;
|
|
@@ -8336,7 +8328,7 @@ sortable: boolean;
|
|
|
8336
8328
|
visible: boolean;
|
|
8337
8329
|
subheading: string | number;
|
|
8338
8330
|
customSort: CustomSortFunction;
|
|
8339
|
-
customSearch:
|
|
8331
|
+
customSearch: CustomSearchFunction;
|
|
8340
8332
|
sticky: boolean;
|
|
8341
8333
|
headerSelectable: boolean;
|
|
8342
8334
|
headerClass: string;
|
|
@@ -8349,11 +8341,11 @@ tdAttrs: (row: TableRow, column: ITableColumn) => Record<string, any> | null;
|
|
|
8349
8341
|
newKey?: string | number | undefined;
|
|
8350
8342
|
_isTableColumn?: boolean | undefined;
|
|
8351
8343
|
thClasses?: string | Record<string, boolean | undefined> | (string | Record<string, boolean | undefined> | null | undefined)[] | null | undefined;
|
|
8352
|
-
thStyle?:
|
|
8353
|
-
thWrapStyle?:
|
|
8354
|
-
style?:
|
|
8344
|
+
thStyle?: StyleValueUnit | StyleValueUnit[];
|
|
8345
|
+
thWrapStyle?: StyleValueUnit | StyleValueUnit[];
|
|
8346
|
+
style?: StyleValueUnit;
|
|
8355
8347
|
getRootClasses: (row: TableRow) => VueClassAttribute[];
|
|
8356
|
-
getRootStyle: (row: TableRow) =>
|
|
8348
|
+
getRootStyle: (row: TableRow) => StyleValue_2;
|
|
8357
8349
|
$slots: Slots;
|
|
8358
8350
|
label?: string | undefined;
|
|
8359
8351
|
meta?: any;
|
|
@@ -8368,7 +8360,7 @@ customKey?: string | number | undefined;
|
|
|
8368
8360
|
searchable?: boolean | undefined;
|
|
8369
8361
|
sortable?: boolean | undefined;
|
|
8370
8362
|
subheading?: string | number | undefined;
|
|
8371
|
-
customSearch?:
|
|
8363
|
+
customSearch?: CustomSearchFunction | undefined;
|
|
8372
8364
|
sticky?: boolean | undefined;
|
|
8373
8365
|
headerSelectable?: boolean | undefined;
|
|
8374
8366
|
cellClass?: string | undefined;
|
|
@@ -8886,7 +8878,7 @@ default: () => boolean;
|
|
|
8886
8878
|
};
|
|
8887
8879
|
type: {
|
|
8888
8880
|
type: (StringConstructor | ObjectConstructor)[];
|
|
8889
|
-
default: () =>
|
|
8881
|
+
default: () => VueClassAttribute;
|
|
8890
8882
|
};
|
|
8891
8883
|
animated: {
|
|
8892
8884
|
type: BooleanConstructor;
|
|
@@ -8940,7 +8932,7 @@ items(): TabbedChild[];
|
|
|
8940
8932
|
childClick(child: TabbedChild): void;
|
|
8941
8933
|
getNextItemIdx(fromIdx: number, skipDisabled?: boolean): number | null;
|
|
8942
8934
|
getPrevItemIdx(fromIdx: number, skipDisabled?: boolean): number | null;
|
|
8943
|
-
},
|
|
8935
|
+
}, ProviderParentMixin<3, TabbedChild>, ComponentOptionsMixin, {
|
|
8944
8936
|
'update:modelValue': (_value: string | number | null | undefined) => true;
|
|
8945
8937
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8946
8938
|
modelValue: {
|
|
@@ -8978,7 +8970,7 @@ default: () => boolean;
|
|
|
8978
8970
|
};
|
|
8979
8971
|
type: {
|
|
8980
8972
|
type: (StringConstructor | ObjectConstructor)[];
|
|
8981
|
-
default: () =>
|
|
8973
|
+
default: () => VueClassAttribute;
|
|
8982
8974
|
};
|
|
8983
8975
|
animated: {
|
|
8984
8976
|
type: BooleanConstructor;
|
|
@@ -9245,7 +9237,7 @@ default: boolean;
|
|
|
9245
9237
|
customClass: StringConstructor;
|
|
9246
9238
|
labelPosition: {
|
|
9247
9239
|
type: StringConstructor;
|
|
9248
|
-
default: () =>
|
|
9240
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
9249
9241
|
};
|
|
9250
9242
|
}>>, unknown, {
|
|
9251
9243
|
newType: FieldTypeProp | null;
|
|
@@ -9298,7 +9290,7 @@ default: boolean;
|
|
|
9298
9290
|
customClass: StringConstructor;
|
|
9299
9291
|
labelPosition: {
|
|
9300
9292
|
type: StringConstructor;
|
|
9301
|
-
default: () =>
|
|
9293
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
9302
9294
|
};
|
|
9303
9295
|
}>>, {
|
|
9304
9296
|
type: FieldTypeProp;
|
|
@@ -9339,7 +9331,7 @@ default: boolean;
|
|
|
9339
9331
|
customClass: StringConstructor;
|
|
9340
9332
|
labelPosition: {
|
|
9341
9333
|
type: StringConstructor;
|
|
9342
|
-
default: () =>
|
|
9334
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
9343
9335
|
};
|
|
9344
9336
|
}>>, {}, {
|
|
9345
9337
|
newType: FieldTypeProp | null;
|
|
@@ -9849,7 +9841,7 @@ default: boolean;
|
|
|
9849
9841
|
customClass: StringConstructor;
|
|
9850
9842
|
labelPosition: {
|
|
9851
9843
|
type: StringConstructor;
|
|
9852
|
-
default: () =>
|
|
9844
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
9853
9845
|
};
|
|
9854
9846
|
}>>, unknown, {
|
|
9855
9847
|
newType: FieldTypeProp | null;
|
|
@@ -9902,7 +9894,7 @@ default: boolean;
|
|
|
9902
9894
|
customClass: StringConstructor;
|
|
9903
9895
|
labelPosition: {
|
|
9904
9896
|
type: StringConstructor;
|
|
9905
|
-
default: () =>
|
|
9897
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
9906
9898
|
};
|
|
9907
9899
|
}>>, {
|
|
9908
9900
|
type: FieldTypeProp;
|
|
@@ -9943,7 +9935,7 @@ default: boolean;
|
|
|
9943
9935
|
customClass: StringConstructor;
|
|
9944
9936
|
labelPosition: {
|
|
9945
9937
|
type: StringConstructor;
|
|
9946
|
-
default: () =>
|
|
9938
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
9947
9939
|
};
|
|
9948
9940
|
}>>, {}, {
|
|
9949
9941
|
newType: FieldTypeProp | null;
|
|
@@ -10163,9 +10155,9 @@ type: BooleanConstructor;
|
|
|
10163
10155
|
default: boolean;
|
|
10164
10156
|
};
|
|
10165
10157
|
position: {
|
|
10166
|
-
type: PropType<
|
|
10158
|
+
type: PropType<NoticePosition>;
|
|
10167
10159
|
default: string;
|
|
10168
|
-
validator(value: unknown): value is
|
|
10160
|
+
validator(value: unknown): value is NoticePosition;
|
|
10169
10161
|
};
|
|
10170
10162
|
container: StringConstructor;
|
|
10171
10163
|
}, unknown, {
|
|
@@ -10214,9 +10206,9 @@ type: BooleanConstructor;
|
|
|
10214
10206
|
default: boolean;
|
|
10215
10207
|
};
|
|
10216
10208
|
position: {
|
|
10217
|
-
type: PropType<
|
|
10209
|
+
type: PropType<NoticePosition>;
|
|
10218
10210
|
default: string;
|
|
10219
|
-
validator(value: unknown): value is
|
|
10211
|
+
validator(value: unknown): value is NoticePosition;
|
|
10220
10212
|
};
|
|
10221
10213
|
container: StringConstructor;
|
|
10222
10214
|
}>> & {
|
|
@@ -10488,6 +10480,7 @@ export declare interface BuefyConfig {
|
|
|
10488
10480
|
defaultBreadcrumbSeparator: string;
|
|
10489
10481
|
defaultBreadcrumbSize: string;
|
|
10490
10482
|
customIconPacks?: Record<string, IconPack> | null;
|
|
10483
|
+
iconAliases?: Partial<IconAliases> | null;
|
|
10491
10484
|
}
|
|
10492
10485
|
|
|
10493
10486
|
export declare type BuefyConfigOptions = Partial<BuefyConfig>;
|
|
@@ -10615,7 +10608,7 @@ default: boolean;
|
|
|
10615
10608
|
customClass: StringConstructor;
|
|
10616
10609
|
labelPosition: {
|
|
10617
10610
|
type: StringConstructor;
|
|
10618
|
-
default: () =>
|
|
10611
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
10619
10612
|
};
|
|
10620
10613
|
}>>, unknown, {
|
|
10621
10614
|
newType: FieldTypeProp | null;
|
|
@@ -10668,7 +10661,7 @@ default: boolean;
|
|
|
10668
10661
|
customClass: StringConstructor;
|
|
10669
10662
|
labelPosition: {
|
|
10670
10663
|
type: StringConstructor;
|
|
10671
|
-
default: () =>
|
|
10664
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
10672
10665
|
};
|
|
10673
10666
|
}>>, {
|
|
10674
10667
|
type: FieldTypeProp;
|
|
@@ -10709,7 +10702,7 @@ default: boolean;
|
|
|
10709
10702
|
customClass: StringConstructor;
|
|
10710
10703
|
labelPosition: {
|
|
10711
10704
|
type: StringConstructor;
|
|
10712
|
-
default: () =>
|
|
10705
|
+
default: () => FieldLabelPosition | null | undefined;
|
|
10713
10706
|
};
|
|
10714
10707
|
}>>, {}, {
|
|
10715
10708
|
newType: FieldTypeProp | null;
|
|
@@ -10926,6 +10919,12 @@ export declare const Colorpicker: {
|
|
|
10926
10919
|
install(Vue: App): void;
|
|
10927
10920
|
};
|
|
10928
10921
|
|
|
10922
|
+
export declare type ComponentIconAlias = {
|
|
10923
|
+
type: 'component';
|
|
10924
|
+
component: string | object;
|
|
10925
|
+
icon: any;
|
|
10926
|
+
};
|
|
10927
|
+
|
|
10929
10928
|
declare interface ConfigComponent {
|
|
10930
10929
|
getOptions(): BuefyConfigOptions;
|
|
10931
10930
|
setOptions(options: BuefyConfigOptions): void;
|
|
@@ -10947,6 +10946,12 @@ export declare function createAbsoluteElement(el: Element): HTMLElement;
|
|
|
10947
10946
|
|
|
10948
10947
|
export declare function createNewEvent(eventName: string): Event;
|
|
10949
10948
|
|
|
10949
|
+
export declare type CssIconAlias = {
|
|
10950
|
+
type: 'css';
|
|
10951
|
+
pack: string;
|
|
10952
|
+
icon: string;
|
|
10953
|
+
};
|
|
10954
|
+
|
|
10950
10955
|
declare type CustomFormatter = (value: number) => string;
|
|
10951
10956
|
|
|
10952
10957
|
declare type CustomSearchFunction = (row: TableRow, input: string | number) => boolean;
|
|
@@ -11040,17 +11045,21 @@ export declare type ExtractComponentProps<T> = T extends {
|
|
|
11040
11045
|
-readonly [Key in keyof P]?: P[Key];
|
|
11041
11046
|
} : Record<string, never> : Record<string, never>;
|
|
11042
11047
|
|
|
11048
|
+
declare type FeatureFlags = 0 | typeof Items | typeof Sorted;
|
|
11049
|
+
|
|
11050
|
+
declare type FeatureFlags_2 = 0 | typeof Sorted_2 | typeof Optional;
|
|
11051
|
+
|
|
11043
11052
|
export declare const Field: {
|
|
11044
11053
|
install(Vue: App): void;
|
|
11045
11054
|
};
|
|
11046
11055
|
|
|
11047
11056
|
export declare type FieldLabelPosition = 'inside' | 'on-border';
|
|
11048
11057
|
|
|
11049
|
-
declare type
|
|
11058
|
+
declare type FieldMessageProp = FieldMessagePropItem | FieldMessagePropItem[];
|
|
11050
11059
|
|
|
11051
|
-
declare type
|
|
11060
|
+
declare type FieldMessagePropItem = string | Record<string, string>;
|
|
11052
11061
|
|
|
11053
|
-
declare type
|
|
11062
|
+
declare type FieldTypeProp = string | Record<string, boolean>;
|
|
11054
11063
|
|
|
11055
11064
|
declare type FiltersChangeHandler = (filters: Record<string, string | number>) => void;
|
|
11056
11065
|
|
|
@@ -11062,8 +11071,16 @@ declare interface FocusedDate {
|
|
|
11062
11071
|
|
|
11063
11072
|
export declare function getComponentFromVNode(vnode: VNode): ComponentPublicInstance | Record<string, any> | null | undefined;
|
|
11064
11073
|
|
|
11074
|
+
export declare function getIconAliases(): IconAliases;
|
|
11075
|
+
|
|
11065
11076
|
export declare function getValueByPath(obj: any, path: string): any;
|
|
11066
11077
|
|
|
11078
|
+
declare const HOUR_FORMAT_12 = "12";
|
|
11079
|
+
|
|
11080
|
+
declare const HOUR_FORMAT_24 = "24";
|
|
11081
|
+
|
|
11082
|
+
declare type HourFormat = typeof HOUR_FORMAT_24 | typeof HOUR_FORMAT_12;
|
|
11083
|
+
|
|
11067
11084
|
declare interface ICarousel extends ProviderParent {
|
|
11068
11085
|
animated: string;
|
|
11069
11086
|
transition?: string;
|
|
@@ -11085,6 +11102,28 @@ export declare const Icon: {
|
|
|
11085
11102
|
install(Vue: App): void;
|
|
11086
11103
|
};
|
|
11087
11104
|
|
|
11105
|
+
export declare type IconAlias = SvgIconAlias | ComponentIconAlias | CssIconAlias;
|
|
11106
|
+
|
|
11107
|
+
export declare interface IconAliases {
|
|
11108
|
+
checkboxOn: IconAlias;
|
|
11109
|
+
checkboxIndeterminate: IconAlias;
|
|
11110
|
+
chevronLeft: IconAlias;
|
|
11111
|
+
chevronRight: IconAlias;
|
|
11112
|
+
chevronDown: IconAlias;
|
|
11113
|
+
chevronUp: IconAlias;
|
|
11114
|
+
menuDown: IconAlias;
|
|
11115
|
+
menuUp: IconAlias;
|
|
11116
|
+
check: IconAlias;
|
|
11117
|
+
alertCircle: IconAlias;
|
|
11118
|
+
alert: IconAlias;
|
|
11119
|
+
information: IconAlias;
|
|
11120
|
+
close: IconAlias;
|
|
11121
|
+
closeCircle: IconAlias;
|
|
11122
|
+
eye: IconAlias;
|
|
11123
|
+
eyeOff: IconAlias;
|
|
11124
|
+
[key: string]: IconAlias;
|
|
11125
|
+
}
|
|
11126
|
+
|
|
11088
11127
|
export declare interface IconPack {
|
|
11089
11128
|
sizes: Record<string, string | null>;
|
|
11090
11129
|
iconPrefix?: string;
|
|
@@ -11110,17 +11149,17 @@ declare const Image_2: {
|
|
|
11110
11149
|
};
|
|
11111
11150
|
export { Image_2 as Image }
|
|
11112
11151
|
|
|
11113
|
-
declare type
|
|
11152
|
+
declare type IMenuItem = ComponentPublicInstance<{}, // P(rops)
|
|
11114
11153
|
{}, // B (raw bindings)
|
|
11115
11154
|
{
|
|
11116
11155
|
_isMenu?: boolean;
|
|
11117
|
-
menuItems:
|
|
11156
|
+
menuItems: IMenuItem[];
|
|
11118
11157
|
newExpanded: boolean;
|
|
11119
11158
|
newActive: boolean;
|
|
11120
11159
|
}, {}, // C(omputed)
|
|
11121
11160
|
{
|
|
11122
|
-
appendMenuItem: (item:
|
|
11123
|
-
removeMenuItem: (item:
|
|
11161
|
+
appendMenuItem: (item: IMenuItem) => void;
|
|
11162
|
+
removeMenuItem: (item: IMenuItem) => void;
|
|
11124
11163
|
}, // M(ethods)
|
|
11125
11164
|
{
|
|
11126
11165
|
'update:modelValue': (_isActive: boolean) => boolean;
|
|
@@ -11139,6 +11178,33 @@ declare interface InjectedChild {
|
|
|
11139
11178
|
dynamicIndex?: number;
|
|
11140
11179
|
}
|
|
11141
11180
|
|
|
11181
|
+
declare type InjectedChildMixin<Flags extends FeatureFlags_2, Parent extends ProviderParent> = DefineComponent<InjectedChildMixinPropOptions<Flags>, // PropsOrPropOptions
|
|
11182
|
+
{}, // RawBindings
|
|
11183
|
+
InjectedChildMixinData<Flags, Parent>, InjectedChildMixinComputed<Flags>, {}>;
|
|
11184
|
+
|
|
11185
|
+
declare type InjectedChildMixinComputed<Flags extends FeatureFlags_2, IsSorted extends boolean = Flags extends typeof Sorted_2 ? true : false> = {
|
|
11186
|
+
uniqueValue(): string | number;
|
|
11187
|
+
} & (IsSorted extends true ? {
|
|
11188
|
+
index(): number;
|
|
11189
|
+
} : {});
|
|
11190
|
+
|
|
11191
|
+
declare type InjectedChildMixinData<Flags extends FeatureFlags_2, Parent extends ProviderParent, IsSorted = Flags extends typeof Sorted_2 ? true : false, IsOptional = Flags extends typeof Optional ? true : false> = (IsSorted extends true ? {
|
|
11192
|
+
dynamicIndex?: number;
|
|
11193
|
+
} : {}) & (IsOptional extends true ? {
|
|
11194
|
+
parent: Parent | '';
|
|
11195
|
+
} : {
|
|
11196
|
+
parent: Parent;
|
|
11197
|
+
});
|
|
11198
|
+
|
|
11199
|
+
declare type InjectedChildMixinPropOptions<Flags extends FeatureFlags_2, IsSorted = Flags extends typeof Sorted_2 ? true : false> = {
|
|
11200
|
+
value: {
|
|
11201
|
+
type: PropType<string | null>;
|
|
11202
|
+
default: null;
|
|
11203
|
+
};
|
|
11204
|
+
} & (IsSorted extends true ? {
|
|
11205
|
+
order: PropType<number>;
|
|
11206
|
+
} : {});
|
|
11207
|
+
|
|
11142
11208
|
export declare const Input: {
|
|
11143
11209
|
install(Vue: App): void;
|
|
11144
11210
|
};
|
|
@@ -11190,8 +11256,20 @@ export declare interface ITableColumn extends Omit<TableColumnProps, 'thAttrs' |
|
|
|
11190
11256
|
$slots: Slots;
|
|
11191
11257
|
}
|
|
11192
11258
|
|
|
11259
|
+
declare const Items = 1;
|
|
11260
|
+
|
|
11193
11261
|
declare type ItemValueType = any;
|
|
11194
11262
|
|
|
11263
|
+
declare interface ITimepickerMixin {
|
|
11264
|
+
hourFormat?: HourFormat;
|
|
11265
|
+
timeCreator: TimeCreator;
|
|
11266
|
+
enableSeconds?: boolean;
|
|
11267
|
+
computedValue: Date | null | undefined;
|
|
11268
|
+
dtf: Intl.DateTimeFormat;
|
|
11269
|
+
amString: string;
|
|
11270
|
+
pmString: string;
|
|
11271
|
+
}
|
|
11272
|
+
|
|
11195
11273
|
declare const LABEL_POSITIONS: readonly ["bottom", "right", "left"];
|
|
11196
11274
|
|
|
11197
11275
|
declare type LabelPosition = typeof LABEL_POSITIONS[number];
|
|
@@ -11228,12 +11306,12 @@ declare type MenuItemContainer = Omit<ComponentPublicInstance<{}, // P(rops)
|
|
|
11228
11306
|
{}, // B (raw bindings)
|
|
11229
11307
|
{
|
|
11230
11308
|
_isMenu?: boolean;
|
|
11231
|
-
menuItems:
|
|
11309
|
+
menuItems: IMenuItem[];
|
|
11232
11310
|
}, // D(ata)
|
|
11233
11311
|
{}, // C(omputed)
|
|
11234
11312
|
{
|
|
11235
|
-
appendMenuItem: (item:
|
|
11236
|
-
removeMenuItem: (item:
|
|
11313
|
+
appendMenuItem: (item: IMenuItem) => void;
|
|
11314
|
+
removeMenuItem: (item: IMenuItem) => void;
|
|
11237
11315
|
}, // M(ethods)
|
|
11238
11316
|
{}>, '$emit'> & {
|
|
11239
11317
|
parent?: unknown;
|
|
@@ -11356,9 +11434,9 @@ type: BooleanConstructor;
|
|
|
11356
11434
|
default: boolean;
|
|
11357
11435
|
};
|
|
11358
11436
|
position: {
|
|
11359
|
-
type: PropType<
|
|
11437
|
+
type: PropType<NoticePosition>;
|
|
11360
11438
|
default: string;
|
|
11361
|
-
validator(value: unknown): value is
|
|
11439
|
+
validator(value: unknown): value is NoticePosition;
|
|
11362
11440
|
};
|
|
11363
11441
|
container: StringConstructor;
|
|
11364
11442
|
}, unknown, {
|
|
@@ -11407,9 +11485,9 @@ type: BooleanConstructor;
|
|
|
11407
11485
|
default: boolean;
|
|
11408
11486
|
};
|
|
11409
11487
|
position: {
|
|
11410
|
-
type: PropType<
|
|
11488
|
+
type: PropType<NoticePosition>;
|
|
11411
11489
|
default: string;
|
|
11412
|
-
validator(value: unknown): value is
|
|
11490
|
+
validator(value: unknown): value is NoticePosition;
|
|
11413
11491
|
};
|
|
11414
11492
|
container: StringConstructor;
|
|
11415
11493
|
}>> & {
|
|
@@ -11454,6 +11532,8 @@ export declare const Numberinput: {
|
|
|
11454
11532
|
install(Vue: App): void;
|
|
11455
11533
|
};
|
|
11456
11534
|
|
|
11535
|
+
declare const Optional = 2;
|
|
11536
|
+
|
|
11457
11537
|
export declare const Pagination: {
|
|
11458
11538
|
install(Vue: App): void;
|
|
11459
11539
|
};
|
|
@@ -11485,6 +11565,27 @@ declare interface ProviderParent {
|
|
|
11485
11565
|
_unregisterItem(item: InjectedChild): void;
|
|
11486
11566
|
}
|
|
11487
11567
|
|
|
11568
|
+
declare type ProviderParentMixin<Flags extends FeatureFlags, Child extends InjectedChild> = DefineComponent<{}, // PropsOrPropOptions
|
|
11569
|
+
{}, // RawBindings
|
|
11570
|
+
ProviderParentMixinData<Flags, Child>, // D(ata)
|
|
11571
|
+
ProviderParentMixinComputed<Flags, Child>, // C(computed)
|
|
11572
|
+
ProviderParentMixinMethods<Flags, Child>>;
|
|
11573
|
+
|
|
11574
|
+
declare type ProviderParentMixinComputed<Flags extends FeatureFlags, Child extends InjectedChild, IsSorted extends boolean = Flags extends typeof Sorted ? true : false> = IsSorted extends true ? {
|
|
11575
|
+
sortedItems(): Child[];
|
|
11576
|
+
} : {};
|
|
11577
|
+
|
|
11578
|
+
declare type ProviderParentMixinData<Flags extends FeatureFlags, Child extends InjectedChild, HasItems extends boolean = Flags extends typeof Items | typeof Sorted ? true : false, IsSorted extends boolean = Flags extends typeof Sorted ? true : false> = (HasItems extends true ? {
|
|
11579
|
+
childItems: Child[];
|
|
11580
|
+
} : {}) & (IsSorted extends true ? {
|
|
11581
|
+
nextIndex: number;
|
|
11582
|
+
} : {});
|
|
11583
|
+
|
|
11584
|
+
declare type ProviderParentMixinMethods<Flags extends FeatureFlags, Child extends InjectedChild, HasItems extends boolean = Flags extends typeof Items | typeof Sorted ? true : false> = HasItems extends true ? {
|
|
11585
|
+
_registerItem(item: Child): void;
|
|
11586
|
+
_unregisterItem(item: Child): void;
|
|
11587
|
+
} : {};
|
|
11588
|
+
|
|
11488
11589
|
export declare const Radio: {
|
|
11489
11590
|
install(Vue: App): void;
|
|
11490
11591
|
};
|
|
@@ -11495,6 +11596,8 @@ export declare const Rate: {
|
|
|
11495
11596
|
|
|
11496
11597
|
export declare function removeElement(el: Element): void;
|
|
11497
11598
|
|
|
11599
|
+
export declare function resolveAlias(name: string): IconAlias | undefined;
|
|
11600
|
+
|
|
11498
11601
|
declare type Rgb = Omit<Rgba, 'alpha'>;
|
|
11499
11602
|
|
|
11500
11603
|
declare type Rgba = {
|
|
@@ -11570,6 +11673,10 @@ declare type SnackbarProgrammaticInstance = ComponentPublicInstance<{}, // P
|
|
|
11570
11673
|
|
|
11571
11674
|
declare type SnackbarProps = ExtractComponentProps<typeof BSnackbar>;
|
|
11572
11675
|
|
|
11676
|
+
declare const Sorted = 3;
|
|
11677
|
+
|
|
11678
|
+
declare const Sorted_2 = 1;
|
|
11679
|
+
|
|
11573
11680
|
declare type SrcsetFormatter = (src: string, size: number, vm: {
|
|
11574
11681
|
formatSrcset: (src: string, size: number) => string;
|
|
11575
11682
|
}) => string;
|
|
@@ -11582,6 +11689,12 @@ declare type StyleValue_2 = StyleValueUnit | StyleValueUnit[];
|
|
|
11582
11689
|
|
|
11583
11690
|
declare type StyleValueUnit = string | Record<string, string | undefined> | undefined;
|
|
11584
11691
|
|
|
11692
|
+
export declare type SvgIconAlias = {
|
|
11693
|
+
type: 'svg';
|
|
11694
|
+
path: string;
|
|
11695
|
+
viewBox?: string;
|
|
11696
|
+
};
|
|
11697
|
+
|
|
11585
11698
|
export declare const Switch: {
|
|
11586
11699
|
install(Vue: App): void;
|
|
11587
11700
|
};
|
|
@@ -11665,6 +11778,12 @@ export declare const Taginput: {
|
|
|
11665
11778
|
install(Vue: App): void;
|
|
11666
11779
|
};
|
|
11667
11780
|
|
|
11781
|
+
declare type TimeCreator = () => Date;
|
|
11782
|
+
|
|
11783
|
+
declare type TimeFormatter = (date: Date, vm: ITimepickerMixin) => string;
|
|
11784
|
+
|
|
11785
|
+
declare type TimeParser = (timeString: string, vm: ITimepickerMixin) => Date | null;
|
|
11786
|
+
|
|
11668
11787
|
export declare const Timepicker: {
|
|
11669
11788
|
install(Vue: App): void;
|
|
11670
11789
|
};
|
|
@@ -11704,6 +11823,8 @@ declare const TOOLTIP_POSITIONS: readonly ["is-auto", "is-top", "is-bottom", "is
|
|
|
11704
11823
|
|
|
11705
11824
|
declare type TooltipPosition = typeof TOOLTIP_POSITIONS[number];
|
|
11706
11825
|
|
|
11826
|
+
declare type TransitionName = 'slide-next' | 'slide-prev' | 'slide-up' | 'slide-down';
|
|
11827
|
+
|
|
11707
11828
|
export declare const translateTouchAsDragEvent: (event: TouchEvent, options: TranslateTouchAsDragEventOptions) => DragEvent;
|
|
11708
11829
|
|
|
11709
11830
|
export declare interface TranslateTouchAsDragEventOptions {
|