@vuetify/nightly 3.6.11-master.2024-07-08 → 3.6.12-master.2024-07-10
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 +2 -8
- package/dist/json/attributes.json +57 -45
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +110 -110
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +97 -62
- package/dist/vuetify-labs.css +2451 -2429
- package/dist/vuetify-labs.d.ts +592 -667
- package/dist/vuetify-labs.esm.js +77 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +77 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4229 -4207
- package/dist/vuetify.d.ts +551 -626
- package/dist/vuetify.esm.js +60 -53
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +60 -53
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +47 -45
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +3 -3
- package/lib/blueprints/md1.d.mts +3 -3
- package/lib/blueprints/md2.d.mts +3 -3
- package/lib/blueprints/md3.d.mts +3 -3
- package/lib/components/VAutocomplete/index.d.mts +25 -31
- package/lib/components/VBottomSheet/index.d.mts +10 -10
- package/lib/components/VCheckbox/index.d.mts +2 -8
- package/lib/components/VCombobox/index.d.mts +25 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +108 -108
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +70 -55
- package/lib/components/VDialog/index.d.mts +28 -28
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -7
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +6 -2
- package/lib/components/VField/index.d.mts +6 -12
- package/lib/components/VFileInput/index.d.mts +6 -12
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +1 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +2 -8
- package/lib/components/VMenu/index.d.mts +32 -32
- package/lib/components/VOverlay/index.d.mts +10 -10
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
- package/lib/components/VRadio/VRadio.mjs +8 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +2 -8
- package/lib/components/VRangeSlider/index.d.mts +2 -8
- package/lib/components/VSelect/index.d.mts +25 -31
- package/lib/components/VSlider/index.d.mts +2 -8
- package/lib/components/VSnackbar/index.d.mts +28 -28
- package/lib/components/VSpeedDial/index.d.mts +14 -14
- package/lib/components/VSwitch/index.d.mts +2 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +18 -24
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +72 -87
- package/lib/components/VTooltip/index.d.mts +32 -32
- package/lib/components/index.d.mts +508 -583
- package/lib/composables/calendar.mjs +10 -4
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +15 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VCalendar/VCalendar.mjs +7 -6
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +6 -0
- package/lib/labs/VDateInput/index.d.mts +39 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -12
- package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
- package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +18 -18
- package/lib/labs/components.d.mts +106 -106
- package/package.json +1 -1
@@ -143,7 +143,6 @@ declare const VTextarea: {
|
|
143
143
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
144
144
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
145
145
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
146
|
-
centerAffix?: boolean | undefined;
|
147
146
|
hint?: string | undefined;
|
148
147
|
hideDetails?: boolean | "auto" | undefined;
|
149
148
|
suffix?: string | undefined;
|
@@ -516,7 +515,6 @@ declare const VTextarea: {
|
|
516
515
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
517
516
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
518
517
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
519
|
-
centerAffix?: boolean | undefined;
|
520
518
|
hint?: string | undefined;
|
521
519
|
hideDetails?: boolean | "auto" | undefined;
|
522
520
|
suffix?: string | undefined;
|
@@ -598,7 +596,6 @@ declare const VTextarea: {
|
|
598
596
|
density: Density;
|
599
597
|
direction: "horizontal" | "vertical";
|
600
598
|
clearIcon: IconValue;
|
601
|
-
centerAffix: boolean;
|
602
599
|
hideSpinButtons: boolean;
|
603
600
|
persistentHint: boolean;
|
604
601
|
autofocus: boolean;
|
@@ -714,7 +711,6 @@ declare const VTextarea: {
|
|
714
711
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
715
712
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
716
713
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
717
|
-
centerAffix?: boolean | undefined;
|
718
714
|
hint?: string | undefined;
|
719
715
|
hideDetails?: boolean | "auto" | undefined;
|
720
716
|
suffix?: string | undefined;
|
@@ -1041,7 +1037,6 @@ declare const VTextarea: {
|
|
1041
1037
|
density: Density;
|
1042
1038
|
direction: "horizontal" | "vertical";
|
1043
1039
|
clearIcon: IconValue;
|
1044
|
-
centerAffix: boolean;
|
1045
1040
|
hideSpinButtons: boolean;
|
1046
1041
|
persistentHint: boolean;
|
1047
1042
|
autofocus: boolean;
|
@@ -1118,7 +1113,6 @@ declare const VTextarea: {
|
|
1118
1113
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1119
1114
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1120
1115
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1121
|
-
centerAffix?: boolean | undefined;
|
1122
1116
|
hint?: string | undefined;
|
1123
1117
|
hideDetails?: boolean | "auto" | undefined;
|
1124
1118
|
suffix?: string | undefined;
|
@@ -1450,7 +1444,6 @@ declare const VTextarea: {
|
|
1450
1444
|
density: Density;
|
1451
1445
|
direction: "horizontal" | "vertical";
|
1452
1446
|
clearIcon: IconValue;
|
1453
|
-
centerAffix: boolean;
|
1454
1447
|
hideSpinButtons: boolean;
|
1455
1448
|
persistentHint: boolean;
|
1456
1449
|
autofocus: boolean;
|
@@ -1500,52 +1493,55 @@ declare const VTextarea: {
|
|
1500
1493
|
[key: string]: any;
|
1501
1494
|
}>[];
|
1502
1495
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1503
|
-
|
1504
|
-
|
1505
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
1506
|
-
default: undefined;
|
1507
|
-
};
|
1508
|
-
tile: BooleanConstructor;
|
1509
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
1496
|
+
reverse: BooleanConstructor;
|
1497
|
+
flat: BooleanConstructor;
|
1510
1498
|
class: PropType<any>;
|
1511
1499
|
style: {
|
1512
1500
|
type: PropType<vue.StyleValue>;
|
1513
1501
|
default: null;
|
1514
1502
|
};
|
1515
|
-
|
1516
|
-
bgColor: StringConstructor;
|
1517
|
-
clearable: BooleanConstructor;
|
1518
|
-
clearIcon: {
|
1519
|
-
type: PropType<IconValue>;
|
1520
|
-
default: string;
|
1521
|
-
};
|
1503
|
+
label: StringConstructor;
|
1522
1504
|
active: BooleanConstructor;
|
1523
|
-
|
1524
|
-
|
1525
|
-
default: undefined;
|
1526
|
-
};
|
1505
|
+
error: BooleanConstructor;
|
1506
|
+
theme: StringConstructor;
|
1527
1507
|
color: StringConstructor;
|
1528
|
-
baseColor: StringConstructor;
|
1529
|
-
dirty: BooleanConstructor;
|
1530
1508
|
disabled: {
|
1531
1509
|
type: BooleanConstructor;
|
1532
1510
|
default: null;
|
1533
1511
|
};
|
1534
|
-
|
1535
|
-
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
reverse: BooleanConstructor;
|
1540
|
-
singleLine: BooleanConstructor;
|
1512
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
1513
|
+
rounded: {
|
1514
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
1515
|
+
default: undefined;
|
1516
|
+
};
|
1541
1517
|
variant: {
|
1542
1518
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
1543
1519
|
default: string;
|
1544
1520
|
validator: (v: any) => boolean;
|
1545
1521
|
};
|
1522
|
+
tile: BooleanConstructor;
|
1523
|
+
baseColor: StringConstructor;
|
1524
|
+
bgColor: StringConstructor;
|
1525
|
+
clearIcon: {
|
1526
|
+
type: PropType<IconValue>;
|
1527
|
+
default: string;
|
1528
|
+
};
|
1529
|
+
appendInnerIcon: PropType<IconValue>;
|
1530
|
+
prependInnerIcon: PropType<IconValue>;
|
1546
1531
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
1547
1532
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
1548
1533
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
1534
|
+
clearable: BooleanConstructor;
|
1535
|
+
dirty: BooleanConstructor;
|
1536
|
+
persistentClear: BooleanConstructor;
|
1537
|
+
singleLine: BooleanConstructor;
|
1538
|
+
id: StringConstructor;
|
1539
|
+
width: (StringConstructor | NumberConstructor)[];
|
1540
|
+
name: StringConstructor;
|
1541
|
+
messages: {
|
1542
|
+
type: PropType<string | readonly string[]>;
|
1543
|
+
default: () => never[];
|
1544
|
+
};
|
1549
1545
|
focused: BooleanConstructor;
|
1550
1546
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
1551
1547
|
errorMessages: {
|
@@ -1556,7 +1552,6 @@ declare const VTextarea: {
|
|
1556
1552
|
type: (StringConstructor | NumberConstructor)[];
|
1557
1553
|
default: number;
|
1558
1554
|
};
|
1559
|
-
name: StringConstructor;
|
1560
1555
|
readonly: {
|
1561
1556
|
type: PropType<boolean | null>;
|
1562
1557
|
default: null;
|
@@ -1568,7 +1563,6 @@ declare const VTextarea: {
|
|
1568
1563
|
modelValue: null;
|
1569
1564
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
1570
1565
|
validationValue: null;
|
1571
|
-
width: (StringConstructor | NumberConstructor)[];
|
1572
1566
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
1573
1567
|
minWidth: (StringConstructor | NumberConstructor)[];
|
1574
1568
|
density: {
|
@@ -1576,24 +1570,19 @@ declare const VTextarea: {
|
|
1576
1570
|
default: string;
|
1577
1571
|
validator: (v: any) => boolean;
|
1578
1572
|
};
|
1579
|
-
id: StringConstructor;
|
1580
|
-
appendIcon: PropType<IconValue>;
|
1581
|
-
prependIcon: PropType<IconValue>;
|
1582
|
-
hideDetails: PropType<boolean | "auto">;
|
1583
|
-
hideSpinButtons: BooleanConstructor;
|
1584
|
-
hint: StringConstructor;
|
1585
|
-
persistentHint: BooleanConstructor;
|
1586
|
-
messages: {
|
1587
|
-
type: PropType<string | readonly string[]>;
|
1588
|
-
default: () => never[];
|
1589
|
-
};
|
1590
1573
|
direction: {
|
1591
1574
|
type: PropType<"horizontal" | "vertical">;
|
1592
1575
|
default: string;
|
1593
1576
|
validator: (v: any) => boolean;
|
1594
1577
|
};
|
1578
|
+
prependIcon: PropType<IconValue>;
|
1579
|
+
appendIcon: PropType<IconValue>;
|
1595
1580
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
1596
1581
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
1582
|
+
hideSpinButtons: BooleanConstructor;
|
1583
|
+
hint: StringConstructor;
|
1584
|
+
persistentHint: BooleanConstructor;
|
1585
|
+
hideDetails: PropType<boolean | "auto">;
|
1597
1586
|
autoGrow: BooleanConstructor;
|
1598
1587
|
autofocus: BooleanConstructor;
|
1599
1588
|
counter: PropType<string | number | true>;
|
@@ -1615,52 +1604,55 @@ declare const VTextarea: {
|
|
1615
1604
|
suffix: StringConstructor;
|
1616
1605
|
modelModifiers: PropType<Record<string, boolean>>;
|
1617
1606
|
}, vue.ExtractPropTypes<{
|
1618
|
-
|
1619
|
-
|
1620
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
1621
|
-
default: undefined;
|
1622
|
-
};
|
1623
|
-
tile: BooleanConstructor;
|
1624
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
1607
|
+
reverse: BooleanConstructor;
|
1608
|
+
flat: BooleanConstructor;
|
1625
1609
|
class: PropType<any>;
|
1626
1610
|
style: {
|
1627
1611
|
type: PropType<vue.StyleValue>;
|
1628
1612
|
default: null;
|
1629
1613
|
};
|
1630
|
-
|
1631
|
-
bgColor: StringConstructor;
|
1632
|
-
clearable: BooleanConstructor;
|
1633
|
-
clearIcon: {
|
1634
|
-
type: PropType<IconValue>;
|
1635
|
-
default: string;
|
1636
|
-
};
|
1614
|
+
label: StringConstructor;
|
1637
1615
|
active: BooleanConstructor;
|
1638
|
-
|
1639
|
-
|
1640
|
-
default: undefined;
|
1641
|
-
};
|
1616
|
+
error: BooleanConstructor;
|
1617
|
+
theme: StringConstructor;
|
1642
1618
|
color: StringConstructor;
|
1643
|
-
baseColor: StringConstructor;
|
1644
|
-
dirty: BooleanConstructor;
|
1645
1619
|
disabled: {
|
1646
1620
|
type: BooleanConstructor;
|
1647
1621
|
default: null;
|
1648
1622
|
};
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
reverse: BooleanConstructor;
|
1655
|
-
singleLine: BooleanConstructor;
|
1623
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
1624
|
+
rounded: {
|
1625
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
1626
|
+
default: undefined;
|
1627
|
+
};
|
1656
1628
|
variant: {
|
1657
1629
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
1658
1630
|
default: string;
|
1659
1631
|
validator: (v: any) => boolean;
|
1660
1632
|
};
|
1633
|
+
tile: BooleanConstructor;
|
1634
|
+
baseColor: StringConstructor;
|
1635
|
+
bgColor: StringConstructor;
|
1636
|
+
clearIcon: {
|
1637
|
+
type: PropType<IconValue>;
|
1638
|
+
default: string;
|
1639
|
+
};
|
1640
|
+
appendInnerIcon: PropType<IconValue>;
|
1641
|
+
prependInnerIcon: PropType<IconValue>;
|
1661
1642
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
1662
1643
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
1663
1644
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
1645
|
+
clearable: BooleanConstructor;
|
1646
|
+
dirty: BooleanConstructor;
|
1647
|
+
persistentClear: BooleanConstructor;
|
1648
|
+
singleLine: BooleanConstructor;
|
1649
|
+
id: StringConstructor;
|
1650
|
+
width: (StringConstructor | NumberConstructor)[];
|
1651
|
+
name: StringConstructor;
|
1652
|
+
messages: {
|
1653
|
+
type: PropType<string | readonly string[]>;
|
1654
|
+
default: () => never[];
|
1655
|
+
};
|
1664
1656
|
focused: BooleanConstructor;
|
1665
1657
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
1666
1658
|
errorMessages: {
|
@@ -1671,7 +1663,6 @@ declare const VTextarea: {
|
|
1671
1663
|
type: (StringConstructor | NumberConstructor)[];
|
1672
1664
|
default: number;
|
1673
1665
|
};
|
1674
|
-
name: StringConstructor;
|
1675
1666
|
readonly: {
|
1676
1667
|
type: PropType<boolean | null>;
|
1677
1668
|
default: null;
|
@@ -1683,7 +1674,6 @@ declare const VTextarea: {
|
|
1683
1674
|
modelValue: null;
|
1684
1675
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
1685
1676
|
validationValue: null;
|
1686
|
-
width: (StringConstructor | NumberConstructor)[];
|
1687
1677
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
1688
1678
|
minWidth: (StringConstructor | NumberConstructor)[];
|
1689
1679
|
density: {
|
@@ -1691,24 +1681,19 @@ declare const VTextarea: {
|
|
1691
1681
|
default: string;
|
1692
1682
|
validator: (v: any) => boolean;
|
1693
1683
|
};
|
1694
|
-
id: StringConstructor;
|
1695
|
-
appendIcon: PropType<IconValue>;
|
1696
|
-
prependIcon: PropType<IconValue>;
|
1697
|
-
hideDetails: PropType<boolean | "auto">;
|
1698
|
-
hideSpinButtons: BooleanConstructor;
|
1699
|
-
hint: StringConstructor;
|
1700
|
-
persistentHint: BooleanConstructor;
|
1701
|
-
messages: {
|
1702
|
-
type: PropType<string | readonly string[]>;
|
1703
|
-
default: () => never[];
|
1704
|
-
};
|
1705
1684
|
direction: {
|
1706
1685
|
type: PropType<"horizontal" | "vertical">;
|
1707
1686
|
default: string;
|
1708
1687
|
validator: (v: any) => boolean;
|
1709
1688
|
};
|
1689
|
+
prependIcon: PropType<IconValue>;
|
1690
|
+
appendIcon: PropType<IconValue>;
|
1710
1691
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
1711
1692
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
1693
|
+
hideSpinButtons: BooleanConstructor;
|
1694
|
+
hint: StringConstructor;
|
1695
|
+
persistentHint: BooleanConstructor;
|
1696
|
+
hideDetails: PropType<boolean | "auto">;
|
1712
1697
|
autoGrow: BooleanConstructor;
|
1713
1698
|
autofocus: BooleanConstructor;
|
1714
1699
|
counter: PropType<string | number | true>;
|
@@ -63,7 +63,7 @@ interface LocationStrategyData {
|
|
63
63
|
isRtl: Ref<boolean>;
|
64
64
|
}
|
65
65
|
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
66
|
-
updateLocation: (e
|
66
|
+
updateLocation: (e?: Event) => void;
|
67
67
|
};
|
68
68
|
declare const locationStrategies: {
|
69
69
|
static: typeof staticLocationStrategy;
|
@@ -105,7 +105,7 @@ declare const VTooltip: {
|
|
105
105
|
eager: boolean;
|
106
106
|
location: NonNullable<Anchor>;
|
107
107
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
108
|
-
updateLocation: (e
|
108
|
+
updateLocation: (e?: Event | undefined) => void;
|
109
109
|
} | undefined) | "connected">;
|
110
110
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
111
111
|
activatorProps: Record<string, any>;
|
@@ -185,7 +185,7 @@ declare const VTooltip: {
|
|
185
185
|
eager: boolean;
|
186
186
|
location: Anchor;
|
187
187
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
188
|
-
updateLocation: (e
|
188
|
+
updateLocation: (e?: Event | undefined) => void;
|
189
189
|
} | undefined) | "connected";
|
190
190
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
191
191
|
activatorProps: Record<string, any>;
|
@@ -212,7 +212,7 @@ declare const VTooltip: {
|
|
212
212
|
eager: boolean;
|
213
213
|
location: Anchor;
|
214
214
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
215
|
-
updateLocation: (e
|
215
|
+
updateLocation: (e?: Event | undefined) => void;
|
216
216
|
} | undefined) | "connected";
|
217
217
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
218
218
|
activatorProps: Record<string, any>;
|
@@ -290,7 +290,7 @@ declare const VTooltip: {
|
|
290
290
|
eager: boolean;
|
291
291
|
location: Anchor;
|
292
292
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
293
|
-
updateLocation: (e
|
293
|
+
updateLocation: (e?: Event | undefined) => void;
|
294
294
|
} | undefined) | "connected";
|
295
295
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
296
296
|
activatorProps: Record<string, any>;
|
@@ -397,7 +397,7 @@ declare const VTooltip: {
|
|
397
397
|
eager: boolean;
|
398
398
|
location: Anchor;
|
399
399
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
400
|
-
updateLocation: (e
|
400
|
+
updateLocation: (e?: Event | undefined) => void;
|
401
401
|
} | undefined) | "connected";
|
402
402
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
403
403
|
activatorProps: Record<string, any>;
|
@@ -493,7 +493,7 @@ declare const VTooltip: {
|
|
493
493
|
eager: boolean;
|
494
494
|
location: Anchor;
|
495
495
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
496
|
-
updateLocation: (e
|
496
|
+
updateLocation: (e?: Event | undefined) => void;
|
497
497
|
} | undefined) | "connected";
|
498
498
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
499
499
|
activatorProps: Record<string, any>;
|
@@ -553,7 +553,7 @@ declare const VTooltip: {
|
|
553
553
|
eager: boolean;
|
554
554
|
location: Anchor;
|
555
555
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
556
|
-
updateLocation: (e
|
556
|
+
updateLocation: (e?: Event | undefined) => void;
|
557
557
|
} | undefined) | "connected";
|
558
558
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
559
559
|
activatorProps: Record<string, any>;
|
@@ -647,7 +647,7 @@ declare const VTooltip: {
|
|
647
647
|
eager: boolean;
|
648
648
|
location: NonNullable<Anchor>;
|
649
649
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
650
|
-
updateLocation: (e
|
650
|
+
updateLocation: (e?: Event | undefined) => void;
|
651
651
|
} | undefined) | "connected">;
|
652
652
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
653
653
|
activatorProps: Record<string, any>;
|
@@ -725,7 +725,7 @@ declare const VTooltip: {
|
|
725
725
|
eager: boolean;
|
726
726
|
location: NonNullable<Anchor>;
|
727
727
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
728
|
-
updateLocation: (e
|
728
|
+
updateLocation: (e?: Event | undefined) => void;
|
729
729
|
} | undefined) | "connected">;
|
730
730
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
731
731
|
activatorProps: Record<string, any>;
|
@@ -771,7 +771,7 @@ declare const VTooltip: {
|
|
771
771
|
eager: boolean;
|
772
772
|
location: NonNullable<Anchor>;
|
773
773
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
774
|
-
updateLocation: (e
|
774
|
+
updateLocation: (e?: Event | undefined) => void;
|
775
775
|
} | undefined) | "connected">;
|
776
776
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
777
777
|
activatorProps: Record<string, any>;
|
@@ -851,7 +851,7 @@ declare const VTooltip: {
|
|
851
851
|
eager: boolean;
|
852
852
|
location: Anchor;
|
853
853
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
854
|
-
updateLocation: (e
|
854
|
+
updateLocation: (e?: Event | undefined) => void;
|
855
855
|
} | undefined) | "connected";
|
856
856
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
857
857
|
activatorProps: Record<string, any>;
|
@@ -878,7 +878,7 @@ declare const VTooltip: {
|
|
878
878
|
eager: boolean;
|
879
879
|
location: Anchor;
|
880
880
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
881
|
-
updateLocation: (e
|
881
|
+
updateLocation: (e?: Event | undefined) => void;
|
882
882
|
} | undefined) | "connected";
|
883
883
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
884
884
|
activatorProps: Record<string, any>;
|
@@ -956,7 +956,7 @@ declare const VTooltip: {
|
|
956
956
|
eager: boolean;
|
957
957
|
location: Anchor;
|
958
958
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
959
|
-
updateLocation: (e
|
959
|
+
updateLocation: (e?: Event | undefined) => void;
|
960
960
|
} | undefined) | "connected";
|
961
961
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
962
962
|
activatorProps: Record<string, any>;
|
@@ -1063,7 +1063,7 @@ declare const VTooltip: {
|
|
1063
1063
|
eager: boolean;
|
1064
1064
|
location: Anchor;
|
1065
1065
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1066
|
-
updateLocation: (e
|
1066
|
+
updateLocation: (e?: Event | undefined) => void;
|
1067
1067
|
} | undefined) | "connected";
|
1068
1068
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1069
1069
|
activatorProps: Record<string, any>;
|
@@ -1159,7 +1159,7 @@ declare const VTooltip: {
|
|
1159
1159
|
eager: boolean;
|
1160
1160
|
location: Anchor;
|
1161
1161
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1162
|
-
updateLocation: (e
|
1162
|
+
updateLocation: (e?: Event | undefined) => void;
|
1163
1163
|
} | undefined) | "connected";
|
1164
1164
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1165
1165
|
activatorProps: Record<string, any>;
|
@@ -1219,7 +1219,7 @@ declare const VTooltip: {
|
|
1219
1219
|
eager: boolean;
|
1220
1220
|
location: Anchor;
|
1221
1221
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1222
|
-
updateLocation: (e
|
1222
|
+
updateLocation: (e?: Event | undefined) => void;
|
1223
1223
|
} | undefined) | "connected";
|
1224
1224
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1225
1225
|
activatorProps: Record<string, any>;
|
@@ -1311,7 +1311,7 @@ declare const VTooltip: {
|
|
1311
1311
|
eager: boolean;
|
1312
1312
|
location: NonNullable<Anchor>;
|
1313
1313
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1314
|
-
updateLocation: (e
|
1314
|
+
updateLocation: (e?: Event | undefined) => void;
|
1315
1315
|
} | undefined) | "connected">;
|
1316
1316
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1317
1317
|
activatorProps: Record<string, any>;
|
@@ -1341,7 +1341,7 @@ declare const VTooltip: {
|
|
1341
1341
|
eager: boolean;
|
1342
1342
|
location: NonNullable<Anchor>;
|
1343
1343
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1344
|
-
updateLocation: (e
|
1344
|
+
updateLocation: (e?: Event | undefined) => void;
|
1345
1345
|
} | undefined) | "connected">;
|
1346
1346
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1347
1347
|
activatorProps: Record<string, any>;
|
@@ -1421,7 +1421,7 @@ declare const VTooltip: {
|
|
1421
1421
|
eager: boolean;
|
1422
1422
|
location: Anchor;
|
1423
1423
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1424
|
-
updateLocation: (e
|
1424
|
+
updateLocation: (e?: Event | undefined) => void;
|
1425
1425
|
} | undefined) | "connected";
|
1426
1426
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1427
1427
|
activatorProps: Record<string, any>;
|
@@ -1448,7 +1448,7 @@ declare const VTooltip: {
|
|
1448
1448
|
eager: boolean;
|
1449
1449
|
location: Anchor;
|
1450
1450
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1451
|
-
updateLocation: (e
|
1451
|
+
updateLocation: (e?: Event | undefined) => void;
|
1452
1452
|
} | undefined) | "connected";
|
1453
1453
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1454
1454
|
activatorProps: Record<string, any>;
|
@@ -1526,7 +1526,7 @@ declare const VTooltip: {
|
|
1526
1526
|
eager: boolean;
|
1527
1527
|
location: Anchor;
|
1528
1528
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1529
|
-
updateLocation: (e
|
1529
|
+
updateLocation: (e?: Event | undefined) => void;
|
1530
1530
|
} | undefined) | "connected";
|
1531
1531
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1532
1532
|
activatorProps: Record<string, any>;
|
@@ -1633,7 +1633,7 @@ declare const VTooltip: {
|
|
1633
1633
|
eager: boolean;
|
1634
1634
|
location: Anchor;
|
1635
1635
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1636
|
-
updateLocation: (e
|
1636
|
+
updateLocation: (e?: Event | undefined) => void;
|
1637
1637
|
} | undefined) | "connected";
|
1638
1638
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1639
1639
|
activatorProps: Record<string, any>;
|
@@ -1729,7 +1729,7 @@ declare const VTooltip: {
|
|
1729
1729
|
eager: boolean;
|
1730
1730
|
location: Anchor;
|
1731
1731
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1732
|
-
updateLocation: (e
|
1732
|
+
updateLocation: (e?: Event | undefined) => void;
|
1733
1733
|
} | undefined) | "connected";
|
1734
1734
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1735
1735
|
activatorProps: Record<string, any>;
|
@@ -1789,7 +1789,7 @@ declare const VTooltip: {
|
|
1789
1789
|
eager: boolean;
|
1790
1790
|
location: Anchor;
|
1791
1791
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1792
|
-
updateLocation: (e
|
1792
|
+
updateLocation: (e?: Event | undefined) => void;
|
1793
1793
|
} | undefined) | "connected";
|
1794
1794
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1795
1795
|
activatorProps: Record<string, any>;
|
@@ -1883,7 +1883,7 @@ declare const VTooltip: {
|
|
1883
1883
|
eager: boolean;
|
1884
1884
|
location: NonNullable<Anchor>;
|
1885
1885
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1886
|
-
updateLocation: (e
|
1886
|
+
updateLocation: (e?: Event | undefined) => void;
|
1887
1887
|
} | undefined) | "connected">;
|
1888
1888
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1889
1889
|
activatorProps: Record<string, any>;
|
@@ -1972,16 +1972,16 @@ declare const VTooltip: {
|
|
1972
1972
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
1973
1973
|
locationStrategy: Omit<{
|
1974
1974
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1975
|
-
updateLocation: (e
|
1975
|
+
updateLocation: (e?: Event | undefined) => void;
|
1976
1976
|
} | undefined) | "connected">;
|
1977
1977
|
default: string;
|
1978
1978
|
validator: (val: any) => boolean;
|
1979
1979
|
}, "default" | "type"> & {
|
1980
1980
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1981
|
-
updateLocation: (e
|
1981
|
+
updateLocation: (e?: Event | undefined) => void;
|
1982
1982
|
} | undefined) | "connected">>;
|
1983
1983
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1984
|
-
updateLocation: (e
|
1984
|
+
updateLocation: (e?: Event | undefined) => void;
|
1985
1985
|
} | undefined) | "connected">;
|
1986
1986
|
};
|
1987
1987
|
scrollStrategy: Omit<{
|
@@ -2098,16 +2098,16 @@ declare const VTooltip: {
|
|
2098
2098
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2099
2099
|
locationStrategy: Omit<{
|
2100
2100
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2101
|
-
updateLocation: (e
|
2101
|
+
updateLocation: (e?: Event | undefined) => void;
|
2102
2102
|
} | undefined) | "connected">;
|
2103
2103
|
default: string;
|
2104
2104
|
validator: (val: any) => boolean;
|
2105
2105
|
}, "default" | "type"> & {
|
2106
2106
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2107
|
-
updateLocation: (e
|
2107
|
+
updateLocation: (e?: Event | undefined) => void;
|
2108
2108
|
} | undefined) | "connected">>;
|
2109
2109
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2110
|
-
updateLocation: (e
|
2110
|
+
updateLocation: (e?: Event | undefined) => void;
|
2111
2111
|
} | undefined) | "connected">;
|
2112
2112
|
};
|
2113
2113
|
scrollStrategy: Omit<{
|