@progress/kendo-vue-buttons 6.1.0-develop.5 → 6.1.0-develop.7
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/index.d.mts +12 -9
- package/index.d.ts +12 -9
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +4 -4
package/index.d.mts
CHANGED
|
@@ -6,10 +6,13 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Align } from '@progress/kendo-vue-popup';
|
|
9
|
+
import { ButtonsPopupSettings as ButtonsPopupSettings_2 } from '..';
|
|
9
10
|
import { ComponentOptionsMixin } from 'vue';
|
|
10
11
|
import { ComponentProvideOptions } from 'vue';
|
|
11
12
|
import { DefineComponent } from 'vue';
|
|
12
13
|
import { ExtractPropTypes } from 'vue';
|
|
14
|
+
import { FloatingActionButtonAlignOffset as FloatingActionButtonAlignOffset_2 } from '..';
|
|
15
|
+
import { FloatingActionButtonPopupSettings as FloatingActionButtonPopupSettings_2 } from '..';
|
|
13
16
|
import { FormComponentProps } from '@progress/kendo-vue-common';
|
|
14
17
|
import { PopupAnimation } from '@progress/kendo-vue-popup';
|
|
15
18
|
import { PropType } from 'vue';
|
|
@@ -1318,7 +1321,7 @@ icon: PropType<string>;
|
|
|
1318
1321
|
svgIcon: PropType<SVGIcon>;
|
|
1319
1322
|
iconClass: PropType<string>;
|
|
1320
1323
|
imageUrl: PropType<string>;
|
|
1321
|
-
popupSettings: PropType<
|
|
1324
|
+
popupSettings: PropType<ButtonsPopupSettings_2>;
|
|
1322
1325
|
itemRender: PropType<any>;
|
|
1323
1326
|
item: PropType<any>;
|
|
1324
1327
|
size: {
|
|
@@ -1397,7 +1400,7 @@ icon: PropType<string>;
|
|
|
1397
1400
|
svgIcon: PropType<SVGIcon>;
|
|
1398
1401
|
iconClass: PropType<string>;
|
|
1399
1402
|
imageUrl: PropType<string>;
|
|
1400
|
-
popupSettings: PropType<
|
|
1403
|
+
popupSettings: PropType<ButtonsPopupSettings_2>;
|
|
1401
1404
|
itemRender: PropType<any>;
|
|
1402
1405
|
item: PropType<any>;
|
|
1403
1406
|
size: {
|
|
@@ -1655,7 +1658,7 @@ iconClass: PropType<string>;
|
|
|
1655
1658
|
items: PropType<any>;
|
|
1656
1659
|
item: PropType<any>;
|
|
1657
1660
|
text: PropType<string>;
|
|
1658
|
-
alignOffset: PropType<
|
|
1661
|
+
alignOffset: PropType<FloatingActionButtonAlignOffset_2>;
|
|
1659
1662
|
opened: {
|
|
1660
1663
|
type: PropType<boolean>;
|
|
1661
1664
|
default: any;
|
|
@@ -1669,7 +1672,7 @@ type: PropType<FloatingActionButtonPositionMode>;
|
|
|
1669
1672
|
default: () => FloatingActionButtonPositionMode;
|
|
1670
1673
|
};
|
|
1671
1674
|
popupSettings: {
|
|
1672
|
-
type: PropType<
|
|
1675
|
+
type: PropType<FloatingActionButtonPopupSettings_2>;
|
|
1673
1676
|
default: () => {};
|
|
1674
1677
|
};
|
|
1675
1678
|
shape: {
|
|
@@ -1747,7 +1750,7 @@ iconClass: PropType<string>;
|
|
|
1747
1750
|
items: PropType<any>;
|
|
1748
1751
|
item: PropType<any>;
|
|
1749
1752
|
text: PropType<string>;
|
|
1750
|
-
alignOffset: PropType<
|
|
1753
|
+
alignOffset: PropType<FloatingActionButtonAlignOffset_2>;
|
|
1751
1754
|
opened: {
|
|
1752
1755
|
type: PropType<boolean>;
|
|
1753
1756
|
default: any;
|
|
@@ -1761,7 +1764,7 @@ type: PropType<FloatingActionButtonPositionMode>;
|
|
|
1761
1764
|
default: () => FloatingActionButtonPositionMode;
|
|
1762
1765
|
};
|
|
1763
1766
|
popupSettings: {
|
|
1764
|
-
type: PropType<
|
|
1767
|
+
type: PropType<FloatingActionButtonPopupSettings_2>;
|
|
1765
1768
|
default: () => {};
|
|
1766
1769
|
};
|
|
1767
1770
|
shape: {
|
|
@@ -1805,7 +1808,7 @@ disabled: boolean;
|
|
|
1805
1808
|
opened: boolean;
|
|
1806
1809
|
align: FloatingActionButtonAlign;
|
|
1807
1810
|
positionMode: FloatingActionButtonPositionMode;
|
|
1808
|
-
popupSettings:
|
|
1811
|
+
popupSettings: FloatingActionButtonPopupSettings_2;
|
|
1809
1812
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1810
1813
|
|
|
1811
1814
|
/**
|
|
@@ -2370,7 +2373,7 @@ default: any;
|
|
|
2370
2373
|
};
|
|
2371
2374
|
iconClass: PropType<string>;
|
|
2372
2375
|
imageUrl: PropType<string>;
|
|
2373
|
-
popupSettings: PropType<
|
|
2376
|
+
popupSettings: PropType<ButtonsPopupSettings_2>;
|
|
2374
2377
|
itemRender: PropType<any>;
|
|
2375
2378
|
item: PropType<any>;
|
|
2376
2379
|
className: PropType<string>;
|
|
@@ -2447,7 +2450,7 @@ default: any;
|
|
|
2447
2450
|
};
|
|
2448
2451
|
iconClass: PropType<string>;
|
|
2449
2452
|
imageUrl: PropType<string>;
|
|
2450
|
-
popupSettings: PropType<
|
|
2453
|
+
popupSettings: PropType<ButtonsPopupSettings_2>;
|
|
2451
2454
|
itemRender: PropType<any>;
|
|
2452
2455
|
item: PropType<any>;
|
|
2453
2456
|
className: PropType<string>;
|
package/index.d.ts
CHANGED
|
@@ -6,10 +6,13 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Align } from '@progress/kendo-vue-popup';
|
|
9
|
+
import { ButtonsPopupSettings as ButtonsPopupSettings_2 } from '..';
|
|
9
10
|
import { ComponentOptionsMixin } from 'vue';
|
|
10
11
|
import { ComponentProvideOptions } from 'vue';
|
|
11
12
|
import { DefineComponent } from 'vue';
|
|
12
13
|
import { ExtractPropTypes } from 'vue';
|
|
14
|
+
import { FloatingActionButtonAlignOffset as FloatingActionButtonAlignOffset_2 } from '..';
|
|
15
|
+
import { FloatingActionButtonPopupSettings as FloatingActionButtonPopupSettings_2 } from '..';
|
|
13
16
|
import { FormComponentProps } from '@progress/kendo-vue-common';
|
|
14
17
|
import { PopupAnimation } from '@progress/kendo-vue-popup';
|
|
15
18
|
import { PropType } from 'vue';
|
|
@@ -1318,7 +1321,7 @@ icon: PropType<string>;
|
|
|
1318
1321
|
svgIcon: PropType<SVGIcon>;
|
|
1319
1322
|
iconClass: PropType<string>;
|
|
1320
1323
|
imageUrl: PropType<string>;
|
|
1321
|
-
popupSettings: PropType<
|
|
1324
|
+
popupSettings: PropType<ButtonsPopupSettings_2>;
|
|
1322
1325
|
itemRender: PropType<any>;
|
|
1323
1326
|
item: PropType<any>;
|
|
1324
1327
|
size: {
|
|
@@ -1397,7 +1400,7 @@ icon: PropType<string>;
|
|
|
1397
1400
|
svgIcon: PropType<SVGIcon>;
|
|
1398
1401
|
iconClass: PropType<string>;
|
|
1399
1402
|
imageUrl: PropType<string>;
|
|
1400
|
-
popupSettings: PropType<
|
|
1403
|
+
popupSettings: PropType<ButtonsPopupSettings_2>;
|
|
1401
1404
|
itemRender: PropType<any>;
|
|
1402
1405
|
item: PropType<any>;
|
|
1403
1406
|
size: {
|
|
@@ -1655,7 +1658,7 @@ iconClass: PropType<string>;
|
|
|
1655
1658
|
items: PropType<any>;
|
|
1656
1659
|
item: PropType<any>;
|
|
1657
1660
|
text: PropType<string>;
|
|
1658
|
-
alignOffset: PropType<
|
|
1661
|
+
alignOffset: PropType<FloatingActionButtonAlignOffset_2>;
|
|
1659
1662
|
opened: {
|
|
1660
1663
|
type: PropType<boolean>;
|
|
1661
1664
|
default: any;
|
|
@@ -1669,7 +1672,7 @@ type: PropType<FloatingActionButtonPositionMode>;
|
|
|
1669
1672
|
default: () => FloatingActionButtonPositionMode;
|
|
1670
1673
|
};
|
|
1671
1674
|
popupSettings: {
|
|
1672
|
-
type: PropType<
|
|
1675
|
+
type: PropType<FloatingActionButtonPopupSettings_2>;
|
|
1673
1676
|
default: () => {};
|
|
1674
1677
|
};
|
|
1675
1678
|
shape: {
|
|
@@ -1747,7 +1750,7 @@ iconClass: PropType<string>;
|
|
|
1747
1750
|
items: PropType<any>;
|
|
1748
1751
|
item: PropType<any>;
|
|
1749
1752
|
text: PropType<string>;
|
|
1750
|
-
alignOffset: PropType<
|
|
1753
|
+
alignOffset: PropType<FloatingActionButtonAlignOffset_2>;
|
|
1751
1754
|
opened: {
|
|
1752
1755
|
type: PropType<boolean>;
|
|
1753
1756
|
default: any;
|
|
@@ -1761,7 +1764,7 @@ type: PropType<FloatingActionButtonPositionMode>;
|
|
|
1761
1764
|
default: () => FloatingActionButtonPositionMode;
|
|
1762
1765
|
};
|
|
1763
1766
|
popupSettings: {
|
|
1764
|
-
type: PropType<
|
|
1767
|
+
type: PropType<FloatingActionButtonPopupSettings_2>;
|
|
1765
1768
|
default: () => {};
|
|
1766
1769
|
};
|
|
1767
1770
|
shape: {
|
|
@@ -1805,7 +1808,7 @@ disabled: boolean;
|
|
|
1805
1808
|
opened: boolean;
|
|
1806
1809
|
align: FloatingActionButtonAlign;
|
|
1807
1810
|
positionMode: FloatingActionButtonPositionMode;
|
|
1808
|
-
popupSettings:
|
|
1811
|
+
popupSettings: FloatingActionButtonPopupSettings_2;
|
|
1809
1812
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1810
1813
|
|
|
1811
1814
|
/**
|
|
@@ -2370,7 +2373,7 @@ default: any;
|
|
|
2370
2373
|
};
|
|
2371
2374
|
iconClass: PropType<string>;
|
|
2372
2375
|
imageUrl: PropType<string>;
|
|
2373
|
-
popupSettings: PropType<
|
|
2376
|
+
popupSettings: PropType<ButtonsPopupSettings_2>;
|
|
2374
2377
|
itemRender: PropType<any>;
|
|
2375
2378
|
item: PropType<any>;
|
|
2376
2379
|
className: PropType<string>;
|
|
@@ -2447,7 +2450,7 @@ default: any;
|
|
|
2447
2450
|
};
|
|
2448
2451
|
iconClass: PropType<string>;
|
|
2449
2452
|
imageUrl: PropType<string>;
|
|
2450
|
-
popupSettings: PropType<
|
|
2453
|
+
popupSettings: PropType<ButtonsPopupSettings_2>;
|
|
2451
2454
|
itemRender: PropType<any>;
|
|
2452
2455
|
item: PropType<any>;
|
|
2453
2456
|
className: PropType<string>;
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-buttons",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-buttons",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1738834024,version:"6.1.0-develop.7",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "Kendo UI for Vue",
|
|
11
11
|
productCode: "KENDOUIVUE",
|
|
12
12
|
productCodes: ["KENDOUIVUE"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "6.1.0-develop.
|
|
13
|
+
publishDate: 1738834024,
|
|
14
|
+
version: "6.1.0-develop.7",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-buttons",
|
|
3
|
-
"version": "6.1.0-develop.
|
|
3
|
+
"version": "6.1.0-develop.7",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"@progress/kendo-licensing": "^1.3.5",
|
|
22
|
-
"@progress/kendo-vue-common": "6.1.0-develop.
|
|
23
|
-
"@progress/kendo-vue-popup": "6.1.0-develop.
|
|
22
|
+
"@progress/kendo-vue-common": "6.1.0-develop.7",
|
|
23
|
+
"@progress/kendo-vue-popup": "6.1.0-develop.7",
|
|
24
24
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
25
25
|
"vue": "^3.0.2"
|
|
26
26
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"package": {
|
|
42
42
|
"productName": "Kendo UI for Vue",
|
|
43
43
|
"productCode": "KENDOUIVUE",
|
|
44
|
-
"publishDate":
|
|
44
|
+
"publishDate": 1738834024,
|
|
45
45
|
"licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
46
46
|
}
|
|
47
47
|
},
|