@progress/kendo-react-buttons 9.0.1-develop.1 → 9.0.1-develop.2

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 CHANGED
@@ -931,15 +931,15 @@ export declare interface DropDownButtonProps extends KendoReactComponentBaseProp
931
931
  */
932
932
  title?: string;
933
933
  /**
934
- * Specifies the text of the main button ([see example]({% slug overview_dropdownbutton %}#toc-basic-usage)).
934
+ * Specifies the text of the main button ([see example]({% slug overview_dropdownbutton %})).
935
935
  */
936
936
  text?: React.ReactNode;
937
937
  /**
938
- * Specifies the list items ([see example]({% slug binding_dropdownbutton %}#toc-array-of-objects)).
938
+ * Specifies the list items ([see example]({% slug binding_dropdownbutton %}#toc-arrays-of-objects)).
939
939
  */
940
940
  items?: any[];
941
941
  /**
942
- * Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_dropdownbutton %}#toc-array-of-objects)).
942
+ * Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_dropdownbutton %}#toc-arrays-of-objects)).
943
943
  */
944
944
  textField?: string;
945
945
  /**
@@ -972,11 +972,11 @@ export declare interface DropDownButtonProps extends KendoReactComponentBaseProp
972
972
  imageUrl?: string;
973
973
  /**
974
974
  * Configures the popup
975
- * ([see example]({% slug customization_dropdownbutton %}#toc-popup)).
975
+ * ([see example]({% slug customization_dropdownbutton %}#toc-popup-behavior)).
976
976
  */
977
977
  popupSettings?: ButtonsPopupSettings;
978
978
  /**
979
- * A React functional or class component which is used for rendering items ([see example]({% slug customization_dropdownbutton %}#toc-item-render)). The default rendering includes an icon, an image, and text.
979
+ * A React functional or class component which is used for rendering items ([see example]({% slug customization_dropdownbutton %}#toc-items-rendering)). The default rendering includes an icon, an image, and text.
980
980
  */
981
981
  item?: null | React.ComponentType<{
982
982
  item: any;
@@ -1003,23 +1003,23 @@ export declare interface DropDownButtonProps extends KendoReactComponentBaseProp
1003
1003
  */
1004
1004
  dir?: string;
1005
1005
  /**
1006
- * Fires when the component is focused ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1006
+ * Fires when the component is focused ([see example]({% slug events_dropdownbutton %})).
1007
1007
  */
1008
1008
  onFocus?: (event: DropDownButtonFocusEvent) => void;
1009
1009
  /**
1010
- * Fires when the component is blurred ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1010
+ * Fires when the component is blurred ([see example]({% slug events_dropdownbutton %})).
1011
1011
  */
1012
1012
  onBlur?: (event: DropDownButtonBlurEvent) => void;
1013
1013
  /**
1014
- * Fires when an item is clicked ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1014
+ * Fires when an item is clicked ([see example]({% slug events_dropdownbutton %})).
1015
1015
  */
1016
1016
  onItemClick?: (event: DropDownButtonItemClickEvent) => void;
1017
1017
  /**
1018
- * Fires when the popup which contains the items is opened ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1018
+ * Fires when the popup which contains the items is opened ([see example]({% slug events_dropdownbutton %})).
1019
1019
  */
1020
1020
  onOpen?: (event: DropDownButtonOpenEvent) => void;
1021
1021
  /**
1022
- * Fires when the popup which contains the items is closed ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1022
+ * Fires when the popup which contains the items is closed ([see example]({% slug events_dropdownbutton %})).
1023
1023
  */
1024
1024
  onClose?: (event: DropDownButtonCloseEvent) => void;
1025
1025
  /**
@@ -1506,12 +1506,12 @@ export declare interface FloatingActionButtonProps extends Omit_2<React.ButtonHT
1506
1506
  overlayStyle?: React.CSSProperties;
1507
1507
  /**
1508
1508
  * Fires when the Floating Action Button is focused
1509
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1509
+ * [see example]({% slug events_floatingactionbutton %}).
1510
1510
  */
1511
1511
  onFocus?: (event: FloatingActionButtonEvent) => void;
1512
1512
  /**
1513
1513
  * Fires when the Floating Action Button is blurred
1514
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1514
+ * [see example]({% slug events_floatingactionbutton %}).
1515
1515
  */
1516
1516
  onBlur?: (event: FloatingActionButtonEvent) => void;
1517
1517
  /**
@@ -1520,22 +1520,22 @@ export declare interface FloatingActionButtonProps extends Omit_2<React.ButtonHT
1520
1520
  onClick?: (event: FloatingActionButtonEvent) => void;
1521
1521
  /**
1522
1522
  * Fires when the Floating Action Button Item is clicked
1523
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1523
+ * [see example]({% slug events_floatingactionbutton %}).
1524
1524
  */
1525
1525
  onItemClick?: (event: FloatingActionButtonItemEvent) => void;
1526
1526
  /**
1527
1527
  * Triggers onKeyDown event
1528
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1528
+ * [see example]({% slug events_floatingactionbutton %}).
1529
1529
  */
1530
1530
  onKeyDown?: (event: FloatingActionButtonEvent) => void;
1531
1531
  /**
1532
1532
  * Fires when the popup which contains the items is opened
1533
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1533
+ * [see example]({% slug events_floatingactionbutton %}).
1534
1534
  */
1535
1535
  onOpen?: (event: FloatingActionButtonEvent) => void;
1536
1536
  /**
1537
1537
  * Fires when the popup which contains the items is closed
1538
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1538
+ * [see example]({% slug events_floatingactionbutton %}).
1539
1539
  */
1540
1540
  onClose?: (event: FloatingActionButtonEvent) => void;
1541
1541
  }
@@ -1773,15 +1773,15 @@ export declare interface SplitButtonProps extends KendoReactComponentBaseProps {
1773
1773
  */
1774
1774
  title?: string;
1775
1775
  /**
1776
- * Specifies the text of the main button ([see example]({% slug overview_splitbutton %}#toc-basic-usage)).
1776
+ * Specifies the text of the main button ([see example]({% slug overview_splitbutton %})).
1777
1777
  */
1778
1778
  text?: string;
1779
1779
  /**
1780
- * Specifies the list items ([see example]({% slug binding_splitbutton %}#toc-array-of-objects)).
1780
+ * Specifies the list items ([see example]({% slug binding_splitbutton %}#toc-arrays-of-objects)).
1781
1781
  */
1782
1782
  items?: any[];
1783
1783
  /**
1784
- * Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_splitbutton %}#toc-array-of-objects)).
1784
+ * Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_splitbutton %}#toc-arrays-of-objects)).
1785
1785
  */
1786
1786
  textField?: string;
1787
1787
  /**
@@ -1809,7 +1809,7 @@ export declare interface SplitButtonProps extends KendoReactComponentBaseProps {
1809
1809
  */
1810
1810
  imageUrl?: string;
1811
1811
  /**
1812
- * Configures the popup ([see example]({% slug customization_splitbutton %}#toc-popup)).
1812
+ * Configures the popup ([see example]({% slug customization_splitbutton %}#toc-popup-behavior)).
1813
1813
  */
1814
1814
  popupSettings?: ButtonsPopupSettings;
1815
1815
  /**
@@ -1817,7 +1817,7 @@ export declare interface SplitButtonProps extends KendoReactComponentBaseProps {
1817
1817
  */
1818
1818
  opened?: boolean;
1819
1819
  /**
1820
- * A React functional or class component which is used for rendering items ([see example]({% slug customization_dropdownbutton %}#toc-item-render)). The default rendering includes an icon, an image, and text.
1820
+ * A React functional or class component which is used for rendering items ([see example]({% slug customization_splitbutton %}#toc-items-rendering)). The default rendering includes an icon, an image, and text.
1821
1821
  */
1822
1822
  item?: null | React.ComponentType<{
1823
1823
  item: any;
@@ -1844,27 +1844,27 @@ export declare interface SplitButtonProps extends KendoReactComponentBaseProps {
1844
1844
  */
1845
1845
  dir?: string;
1846
1846
  /**
1847
- * Fires when the main button is clicked ([see example]({% slug overview_splitbutton %}#toc-events)).
1847
+ * Fires when the main button is clicked ([see example]({% slug events_splitbutton %})).
1848
1848
  */
1849
1849
  onButtonClick?: (event: SplitButtonClickEvent) => void;
1850
1850
  /**
1851
- * Fires when the component is focused ([see example]({% slug overview_splitbutton %}#toc-events)).
1851
+ * Fires when the component is focused ([see example]({% slug events_splitbutton %})).
1852
1852
  */
1853
1853
  onFocus?: (event: SplitButtonFocusEvent) => void;
1854
1854
  /**
1855
- * Fires when the component is blurred ([see example]({% slug overview_splitbutton %}#toc-events)).
1855
+ * Fires when the component is blurred ([see example]({% slug events_splitbutton %})).
1856
1856
  */
1857
1857
  onBlur?: (event: SplitButtonBlurEvent) => void;
1858
1858
  /**
1859
- * Fires when an item is clicked ([see example]({% slug overview_splitbutton %}#toc-events)).
1859
+ * Fires when an item is clicked ([see example]({% slug events_splitbutton %})).
1860
1860
  */
1861
1861
  onItemClick?: (event: SplitButtonItemClickEvent) => void;
1862
1862
  /**
1863
- * Fires when the popup which contains the items is opened ([see example]({% slug overview_splitbutton %}#toc-events)).
1863
+ * Fires when the popup which contains the items is opened ([see example]({% slug events_splitbutton %})).
1864
1864
  */
1865
1865
  onOpen?: (event: SplitButtonOpenEvent) => void;
1866
1866
  /**
1867
- * Fires when the popup which contains the items is closed ([see example]({% slug overview_splitbutton %}#toc-events)).
1867
+ * Fires when the popup which contains the items is closed ([see example]({% slug events_splitbutton %})).
1868
1868
  */
1869
1869
  onClose?: (event: SplitButtonCloseEvent) => void;
1870
1870
  /**
package/index.d.ts CHANGED
@@ -931,15 +931,15 @@ export declare interface DropDownButtonProps extends KendoReactComponentBaseProp
931
931
  */
932
932
  title?: string;
933
933
  /**
934
- * Specifies the text of the main button ([see example]({% slug overview_dropdownbutton %}#toc-basic-usage)).
934
+ * Specifies the text of the main button ([see example]({% slug overview_dropdownbutton %})).
935
935
  */
936
936
  text?: React.ReactNode;
937
937
  /**
938
- * Specifies the list items ([see example]({% slug binding_dropdownbutton %}#toc-array-of-objects)).
938
+ * Specifies the list items ([see example]({% slug binding_dropdownbutton %}#toc-arrays-of-objects)).
939
939
  */
940
940
  items?: any[];
941
941
  /**
942
- * Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_dropdownbutton %}#toc-array-of-objects)).
942
+ * Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_dropdownbutton %}#toc-arrays-of-objects)).
943
943
  */
944
944
  textField?: string;
945
945
  /**
@@ -972,11 +972,11 @@ export declare interface DropDownButtonProps extends KendoReactComponentBaseProp
972
972
  imageUrl?: string;
973
973
  /**
974
974
  * Configures the popup
975
- * ([see example]({% slug customization_dropdownbutton %}#toc-popup)).
975
+ * ([see example]({% slug customization_dropdownbutton %}#toc-popup-behavior)).
976
976
  */
977
977
  popupSettings?: ButtonsPopupSettings;
978
978
  /**
979
- * A React functional or class component which is used for rendering items ([see example]({% slug customization_dropdownbutton %}#toc-item-render)). The default rendering includes an icon, an image, and text.
979
+ * A React functional or class component which is used for rendering items ([see example]({% slug customization_dropdownbutton %}#toc-items-rendering)). The default rendering includes an icon, an image, and text.
980
980
  */
981
981
  item?: null | React.ComponentType<{
982
982
  item: any;
@@ -1003,23 +1003,23 @@ export declare interface DropDownButtonProps extends KendoReactComponentBaseProp
1003
1003
  */
1004
1004
  dir?: string;
1005
1005
  /**
1006
- * Fires when the component is focused ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1006
+ * Fires when the component is focused ([see example]({% slug events_dropdownbutton %})).
1007
1007
  */
1008
1008
  onFocus?: (event: DropDownButtonFocusEvent) => void;
1009
1009
  /**
1010
- * Fires when the component is blurred ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1010
+ * Fires when the component is blurred ([see example]({% slug events_dropdownbutton %})).
1011
1011
  */
1012
1012
  onBlur?: (event: DropDownButtonBlurEvent) => void;
1013
1013
  /**
1014
- * Fires when an item is clicked ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1014
+ * Fires when an item is clicked ([see example]({% slug events_dropdownbutton %})).
1015
1015
  */
1016
1016
  onItemClick?: (event: DropDownButtonItemClickEvent) => void;
1017
1017
  /**
1018
- * Fires when the popup which contains the items is opened ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1018
+ * Fires when the popup which contains the items is opened ([see example]({% slug events_dropdownbutton %})).
1019
1019
  */
1020
1020
  onOpen?: (event: DropDownButtonOpenEvent) => void;
1021
1021
  /**
1022
- * Fires when the popup which contains the items is closed ([see example]({% slug overview_dropdownbutton %}#toc-events)).
1022
+ * Fires when the popup which contains the items is closed ([see example]({% slug events_dropdownbutton %})).
1023
1023
  */
1024
1024
  onClose?: (event: DropDownButtonCloseEvent) => void;
1025
1025
  /**
@@ -1506,12 +1506,12 @@ export declare interface FloatingActionButtonProps extends Omit_2<React.ButtonHT
1506
1506
  overlayStyle?: React.CSSProperties;
1507
1507
  /**
1508
1508
  * Fires when the Floating Action Button is focused
1509
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1509
+ * [see example]({% slug events_floatingactionbutton %}).
1510
1510
  */
1511
1511
  onFocus?: (event: FloatingActionButtonEvent) => void;
1512
1512
  /**
1513
1513
  * Fires when the Floating Action Button is blurred
1514
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1514
+ * [see example]({% slug events_floatingactionbutton %}).
1515
1515
  */
1516
1516
  onBlur?: (event: FloatingActionButtonEvent) => void;
1517
1517
  /**
@@ -1520,22 +1520,22 @@ export declare interface FloatingActionButtonProps extends Omit_2<React.ButtonHT
1520
1520
  onClick?: (event: FloatingActionButtonEvent) => void;
1521
1521
  /**
1522
1522
  * Fires when the Floating Action Button Item is clicked
1523
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1523
+ * [see example]({% slug events_floatingactionbutton %}).
1524
1524
  */
1525
1525
  onItemClick?: (event: FloatingActionButtonItemEvent) => void;
1526
1526
  /**
1527
1527
  * Triggers onKeyDown event
1528
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1528
+ * [see example]({% slug events_floatingactionbutton %}).
1529
1529
  */
1530
1530
  onKeyDown?: (event: FloatingActionButtonEvent) => void;
1531
1531
  /**
1532
1532
  * Fires when the popup which contains the items is opened
1533
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1533
+ * [see example]({% slug events_floatingactionbutton %}).
1534
1534
  */
1535
1535
  onOpen?: (event: FloatingActionButtonEvent) => void;
1536
1536
  /**
1537
1537
  * Fires when the popup which contains the items is closed
1538
- * [see example]({% slug overview_floatingactionbutton %}#toc-events).
1538
+ * [see example]({% slug events_floatingactionbutton %}).
1539
1539
  */
1540
1540
  onClose?: (event: FloatingActionButtonEvent) => void;
1541
1541
  }
@@ -1773,15 +1773,15 @@ export declare interface SplitButtonProps extends KendoReactComponentBaseProps {
1773
1773
  */
1774
1774
  title?: string;
1775
1775
  /**
1776
- * Specifies the text of the main button ([see example]({% slug overview_splitbutton %}#toc-basic-usage)).
1776
+ * Specifies the text of the main button ([see example]({% slug overview_splitbutton %})).
1777
1777
  */
1778
1778
  text?: string;
1779
1779
  /**
1780
- * Specifies the list items ([see example]({% slug binding_splitbutton %}#toc-array-of-objects)).
1780
+ * Specifies the list items ([see example]({% slug binding_splitbutton %}#toc-arrays-of-objects)).
1781
1781
  */
1782
1782
  items?: any[];
1783
1783
  /**
1784
- * Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_splitbutton %}#toc-array-of-objects)).
1784
+ * Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_splitbutton %}#toc-arrays-of-objects)).
1785
1785
  */
1786
1786
  textField?: string;
1787
1787
  /**
@@ -1809,7 +1809,7 @@ export declare interface SplitButtonProps extends KendoReactComponentBaseProps {
1809
1809
  */
1810
1810
  imageUrl?: string;
1811
1811
  /**
1812
- * Configures the popup ([see example]({% slug customization_splitbutton %}#toc-popup)).
1812
+ * Configures the popup ([see example]({% slug customization_splitbutton %}#toc-popup-behavior)).
1813
1813
  */
1814
1814
  popupSettings?: ButtonsPopupSettings;
1815
1815
  /**
@@ -1817,7 +1817,7 @@ export declare interface SplitButtonProps extends KendoReactComponentBaseProps {
1817
1817
  */
1818
1818
  opened?: boolean;
1819
1819
  /**
1820
- * A React functional or class component which is used for rendering items ([see example]({% slug customization_dropdownbutton %}#toc-item-render)). The default rendering includes an icon, an image, and text.
1820
+ * A React functional or class component which is used for rendering items ([see example]({% slug customization_splitbutton %}#toc-items-rendering)). The default rendering includes an icon, an image, and text.
1821
1821
  */
1822
1822
  item?: null | React.ComponentType<{
1823
1823
  item: any;
@@ -1844,27 +1844,27 @@ export declare interface SplitButtonProps extends KendoReactComponentBaseProps {
1844
1844
  */
1845
1845
  dir?: string;
1846
1846
  /**
1847
- * Fires when the main button is clicked ([see example]({% slug overview_splitbutton %}#toc-events)).
1847
+ * Fires when the main button is clicked ([see example]({% slug events_splitbutton %})).
1848
1848
  */
1849
1849
  onButtonClick?: (event: SplitButtonClickEvent) => void;
1850
1850
  /**
1851
- * Fires when the component is focused ([see example]({% slug overview_splitbutton %}#toc-events)).
1851
+ * Fires when the component is focused ([see example]({% slug events_splitbutton %})).
1852
1852
  */
1853
1853
  onFocus?: (event: SplitButtonFocusEvent) => void;
1854
1854
  /**
1855
- * Fires when the component is blurred ([see example]({% slug overview_splitbutton %}#toc-events)).
1855
+ * Fires when the component is blurred ([see example]({% slug events_splitbutton %})).
1856
1856
  */
1857
1857
  onBlur?: (event: SplitButtonBlurEvent) => void;
1858
1858
  /**
1859
- * Fires when an item is clicked ([see example]({% slug overview_splitbutton %}#toc-events)).
1859
+ * Fires when an item is clicked ([see example]({% slug events_splitbutton %})).
1860
1860
  */
1861
1861
  onItemClick?: (event: SplitButtonItemClickEvent) => void;
1862
1862
  /**
1863
- * Fires when the popup which contains the items is opened ([see example]({% slug overview_splitbutton %}#toc-events)).
1863
+ * Fires when the popup which contains the items is opened ([see example]({% slug events_splitbutton %})).
1864
1864
  */
1865
1865
  onOpen?: (event: SplitButtonOpenEvent) => void;
1866
1866
  /**
1867
- * Fires when the popup which contains the items is closed ([see example]({% slug overview_splitbutton %}#toc-events)).
1867
+ * Fires when the popup which contains the items is closed ([see example]({% slug events_splitbutton %})).
1868
1868
  */
1869
1869
  onClose?: (event: SplitButtonCloseEvent) => void;
1870
1870
  /**
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-buttons",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1731421680,
13
+ publishDate: 1731586548,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-buttons",
3
- "version": "9.0.1-develop.1",
3
+ "version": "9.0.1-develop.2",
4
4
  "description": "All you need in React Button in one package: disabled/enabled states, built-in styles and more. KendoReact Buttons package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,8 +23,8 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-common": "9.0.1-develop.1",
27
- "@progress/kendo-react-popup": "9.0.1-develop.1",
26
+ "@progress/kendo-react-common": "9.0.1-develop.2",
27
+ "@progress/kendo-react-popup": "9.0.1-develop.2",
28
28
  "@progress/kendo-svg-icons": "^4.0.0",
29
29
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
30
30
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"