@progress/kendo-react-layout 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
@@ -324,7 +324,7 @@ export declare interface AppBarHandle {
324
324
  export declare type AppBarPosition = 'top' | 'bottom';
325
325
 
326
326
  /**
327
- * Specifies the positionMode of the AppBar ([see example]({% slug positioning_appbar %}#toc-positionmode)).
327
+ * Specifies the positionMode of the AppBar ([see example]({% slug positioning_appbar %}#toc-position-mode)).
328
328
  *
329
329
  * * The possible values are:
330
330
  * * 'static' (Default)
@@ -364,7 +364,7 @@ export declare interface AppBarProps {
364
364
  */
365
365
  position?: AppBarPosition;
366
366
  /**
367
- * Specifies the positionMode of the AppBar ([see example]({% slug positioning_appbar %}#toc-positionmode)).
367
+ * Specifies the positionMode of the AppBar ([see example]({% slug positioning_appbar %}#toc-position-mode)).
368
368
  *
369
369
  * * The possible values are:
370
370
  * * 'static' (Default)
@@ -393,7 +393,7 @@ export declare interface AppBarProps {
393
393
  }
394
394
 
395
395
  /**
396
- * Represents the [KendoReact AppBarSection component]({% slug contentarrangement_appbar %}#toc-defining-sections).
396
+ * Represents the [KendoReact AppBarSection component]({% slug contentarrangement_appbar %}#toc-sections).
397
397
  *
398
398
  * @example
399
399
  * ```jsx
@@ -442,7 +442,7 @@ export declare interface AppBarSectionHandle {
442
442
  }
443
443
 
444
444
  /**
445
- * Represents the props of the [KendoReact AppBarSection component]({% slug contentarrangement_appbar %}#toc-defining-sections).
445
+ * Represents the props of the [KendoReact AppBarSection component]({% slug contentarrangement_appbar %}#toc-sections).
446
446
  */
447
447
  export declare interface AppBarSectionProps {
448
448
  /**
@@ -460,7 +460,7 @@ export declare interface AppBarSectionProps {
460
460
  }
461
461
 
462
462
  /**
463
- * Represents the [KendoReact AppBarSpacer component]({% slug contentarrangement_appbar %}#toc-defining-spacings).
463
+ * Represents the [KendoReact AppBarSpacer component]({% slug contentarrangement_appbar %}#toc-spacings).
464
464
  * Used to give additional white space between the AppBar sections and provides a way for customizing its width.
465
465
  *
466
466
  * @example
@@ -510,7 +510,7 @@ export declare interface AppBarSpacerHandle {
510
510
  }
511
511
 
512
512
  /**
513
- * Represents the props of the [KendoReact AppBarSpacer component]({% slug contentarrangement_appbar %}#toc-defining-spacings).
513
+ * Represents the props of the [KendoReact AppBarSpacer component]({% slug contentarrangement_appbar %}#toc-spacings).
514
514
  * Used to give additional white space between the AppBar sections and provides a way for customizing its width.
515
515
  */
516
516
  export declare interface AppBarSpacerProps {
@@ -660,7 +660,7 @@ declare interface BaseMenuItem {
660
660
  */
661
661
  svgIcon?: SVGIcon;
662
662
  /**
663
- * Specifies if the item is disabled ([see example]({% slug itemproperties_menu %}#toc-disabled-state)).
663
+ * Specifies if the item is disabled ([see example]({% slug itemproperties_menu %}#toc-disabled-items)).
664
664
  */
665
665
  disabled?: boolean;
666
666
  /**
@@ -2296,7 +2296,7 @@ export declare interface GridLayoutAlign {
2296
2296
  */
2297
2297
  export declare interface GridLayoutColumnProps {
2298
2298
  /**
2299
- * Specifies the width of the GridLayout column ([see example]({% slug overview_gridlayout %}#toc-react-gridlayout-demo-preview)).
2299
+ * Specifies the width of the GridLayout column ([see example]({% slug overview_gridlayout %}#kendoreact-gridlayout-overview)).
2300
2300
  */
2301
2301
  width?: number | string;
2302
2302
  }
@@ -2434,7 +2434,7 @@ export declare interface GridLayoutProps {
2434
2434
  gap?: GridLayoutGap;
2435
2435
  /**
2436
2436
  * Specifies the horizontal and vertical alignment of the inner GridLayout elements (see demos
2437
- * [here]({% slug layout_gridlayout %}#toc-horizontal-align) and [here]({% slug layout_gridlayout %}#toc-vertical-align)).
2437
+ * [here]({% slug layout_gridlayout %}#horizontal-alignment) and [here]({% slug layout_gridlayout %}#vertical-alignment)).
2438
2438
  *
2439
2439
  * The possible keys are:
2440
2440
  * * `horizontal`—Defines the possible horizontal alignment of the inner GridLayout elements.
@@ -2464,7 +2464,7 @@ export declare interface GridLayoutProps {
2464
2464
  */
2465
2465
  export declare interface GridLayoutRowProps {
2466
2466
  /**
2467
- * Specifies the height of the GridLayout row ([see example]({% slug overview_gridlayout %}#toc-react-gridlayout-demo-preview)).
2467
+ * Specifies the height of the GridLayout row ([see example]({% slug overview_gridlayout %}#kendoreact-gridlayout-overview)).
2468
2468
  */
2469
2469
  height?: number | string;
2470
2470
  }
@@ -3433,7 +3433,7 @@ export declare const StackLayout: React_2.ForwardRefExoticComponent<StackLayoutP
3433
3433
  export declare interface StackLayoutAlign {
3434
3434
  /**
3435
3435
  * Defines the possible horizontal alignment of the inner StackLayout elements
3436
- * ([see example]({% slug layout_stacklayout %}#toc-horizontal-align)).
3436
+ * ([see example]({% slug layout_stacklayout %}#toc-horizontal-alignment)).
3437
3437
  *
3438
3438
  * The available values are:
3439
3439
  * - `start`&mdash;Uses the start point of the container.
@@ -3444,7 +3444,7 @@ export declare interface StackLayoutAlign {
3444
3444
  horizontal?: 'start' | 'center' | 'end' | 'stretch';
3445
3445
  /**
3446
3446
  * Defines the possible vertical alignment of the inner StackLayout elements
3447
- * ([see example]({% slug layout_stacklayout %}#toc-vertical-align)).
3447
+ * ([see example]({% slug layout_stacklayout %}#toc-vertical-alignment)).
3448
3448
  *
3449
3449
  * The available values are:
3450
3450
  * - `top`&mdash;Uses the top point of the container.
@@ -3511,7 +3511,7 @@ export declare interface StackLayoutProps {
3511
3511
  orientation?: StackLayoutOrientation;
3512
3512
  /**
3513
3513
  * Specifies the horizontal and vertical alignment of the inner StackLayout elements.
3514
- * Demo ([here]({% slug layout_stacklayout %}#toc-horizontal-align)) and ([here]({% slug layout_stacklayout %}#toc-vertical-align)).
3514
+ * Demo ([here]({% slug layout_stacklayout %}#toc-horizontal-alignment)) and ([here]({% slug layout_stacklayout %}#toc-vertical-alignment)).
3515
3515
  *
3516
3516
  * The possible keys are:
3517
3517
  * * `horizontal`&mdash;Defines the possible horizontal alignment of the inner StackLayout elements.
@@ -4263,7 +4263,7 @@ export declare class TabStripTab extends React_2.Component<TabStripTabProps, {}>
4263
4263
  */
4264
4264
  export declare interface TabStripTabProps {
4265
4265
  /**
4266
- * Defines whether a tab is disabled ([see example]({% slug tabs_tabstrip %}#toc-disabled-state)).
4266
+ * Defines whether a tab is disabled ([see example]({% slug tabs_tabstrip %}#toc-disabled-items)).
4267
4267
  */
4268
4268
  disabled?: boolean;
4269
4269
  /**
@@ -4641,7 +4641,7 @@ export declare interface TimelineProps {
4641
4641
  */
4642
4642
  collapsibleEvents?: boolean;
4643
4643
  /**
4644
- * @hidden
4644
+ * Switches the Timeline to horizontal mode.
4645
4645
  */
4646
4646
  horizontal?: boolean;
4647
4647
  /**
package/index.d.ts CHANGED
@@ -324,7 +324,7 @@ export declare interface AppBarHandle {
324
324
  export declare type AppBarPosition = 'top' | 'bottom';
325
325
 
326
326
  /**
327
- * Specifies the positionMode of the AppBar ([see example]({% slug positioning_appbar %}#toc-positionmode)).
327
+ * Specifies the positionMode of the AppBar ([see example]({% slug positioning_appbar %}#toc-position-mode)).
328
328
  *
329
329
  * * The possible values are:
330
330
  * * 'static' (Default)
@@ -364,7 +364,7 @@ export declare interface AppBarProps {
364
364
  */
365
365
  position?: AppBarPosition;
366
366
  /**
367
- * Specifies the positionMode of the AppBar ([see example]({% slug positioning_appbar %}#toc-positionmode)).
367
+ * Specifies the positionMode of the AppBar ([see example]({% slug positioning_appbar %}#toc-position-mode)).
368
368
  *
369
369
  * * The possible values are:
370
370
  * * 'static' (Default)
@@ -393,7 +393,7 @@ export declare interface AppBarProps {
393
393
  }
394
394
 
395
395
  /**
396
- * Represents the [KendoReact AppBarSection component]({% slug contentarrangement_appbar %}#toc-defining-sections).
396
+ * Represents the [KendoReact AppBarSection component]({% slug contentarrangement_appbar %}#toc-sections).
397
397
  *
398
398
  * @example
399
399
  * ```jsx
@@ -442,7 +442,7 @@ export declare interface AppBarSectionHandle {
442
442
  }
443
443
 
444
444
  /**
445
- * Represents the props of the [KendoReact AppBarSection component]({% slug contentarrangement_appbar %}#toc-defining-sections).
445
+ * Represents the props of the [KendoReact AppBarSection component]({% slug contentarrangement_appbar %}#toc-sections).
446
446
  */
447
447
  export declare interface AppBarSectionProps {
448
448
  /**
@@ -460,7 +460,7 @@ export declare interface AppBarSectionProps {
460
460
  }
461
461
 
462
462
  /**
463
- * Represents the [KendoReact AppBarSpacer component]({% slug contentarrangement_appbar %}#toc-defining-spacings).
463
+ * Represents the [KendoReact AppBarSpacer component]({% slug contentarrangement_appbar %}#toc-spacings).
464
464
  * Used to give additional white space between the AppBar sections and provides a way for customizing its width.
465
465
  *
466
466
  * @example
@@ -510,7 +510,7 @@ export declare interface AppBarSpacerHandle {
510
510
  }
511
511
 
512
512
  /**
513
- * Represents the props of the [KendoReact AppBarSpacer component]({% slug contentarrangement_appbar %}#toc-defining-spacings).
513
+ * Represents the props of the [KendoReact AppBarSpacer component]({% slug contentarrangement_appbar %}#toc-spacings).
514
514
  * Used to give additional white space between the AppBar sections and provides a way for customizing its width.
515
515
  */
516
516
  export declare interface AppBarSpacerProps {
@@ -660,7 +660,7 @@ declare interface BaseMenuItem {
660
660
  */
661
661
  svgIcon?: SVGIcon;
662
662
  /**
663
- * Specifies if the item is disabled ([see example]({% slug itemproperties_menu %}#toc-disabled-state)).
663
+ * Specifies if the item is disabled ([see example]({% slug itemproperties_menu %}#toc-disabled-items)).
664
664
  */
665
665
  disabled?: boolean;
666
666
  /**
@@ -2296,7 +2296,7 @@ export declare interface GridLayoutAlign {
2296
2296
  */
2297
2297
  export declare interface GridLayoutColumnProps {
2298
2298
  /**
2299
- * Specifies the width of the GridLayout column ([see example]({% slug overview_gridlayout %}#toc-react-gridlayout-demo-preview)).
2299
+ * Specifies the width of the GridLayout column ([see example]({% slug overview_gridlayout %}#kendoreact-gridlayout-overview)).
2300
2300
  */
2301
2301
  width?: number | string;
2302
2302
  }
@@ -2434,7 +2434,7 @@ export declare interface GridLayoutProps {
2434
2434
  gap?: GridLayoutGap;
2435
2435
  /**
2436
2436
  * Specifies the horizontal and vertical alignment of the inner GridLayout elements (see demos
2437
- * [here]({% slug layout_gridlayout %}#toc-horizontal-align) and [here]({% slug layout_gridlayout %}#toc-vertical-align)).
2437
+ * [here]({% slug layout_gridlayout %}#horizontal-alignment) and [here]({% slug layout_gridlayout %}#vertical-alignment)).
2438
2438
  *
2439
2439
  * The possible keys are:
2440
2440
  * * `horizontal`&mdash;Defines the possible horizontal alignment of the inner GridLayout elements.
@@ -2464,7 +2464,7 @@ export declare interface GridLayoutProps {
2464
2464
  */
2465
2465
  export declare interface GridLayoutRowProps {
2466
2466
  /**
2467
- * Specifies the height of the GridLayout row ([see example]({% slug overview_gridlayout %}#toc-react-gridlayout-demo-preview)).
2467
+ * Specifies the height of the GridLayout row ([see example]({% slug overview_gridlayout %}#kendoreact-gridlayout-overview)).
2468
2468
  */
2469
2469
  height?: number | string;
2470
2470
  }
@@ -3433,7 +3433,7 @@ export declare const StackLayout: React_2.ForwardRefExoticComponent<StackLayoutP
3433
3433
  export declare interface StackLayoutAlign {
3434
3434
  /**
3435
3435
  * Defines the possible horizontal alignment of the inner StackLayout elements
3436
- * ([see example]({% slug layout_stacklayout %}#toc-horizontal-align)).
3436
+ * ([see example]({% slug layout_stacklayout %}#toc-horizontal-alignment)).
3437
3437
  *
3438
3438
  * The available values are:
3439
3439
  * - `start`&mdash;Uses the start point of the container.
@@ -3444,7 +3444,7 @@ export declare interface StackLayoutAlign {
3444
3444
  horizontal?: 'start' | 'center' | 'end' | 'stretch';
3445
3445
  /**
3446
3446
  * Defines the possible vertical alignment of the inner StackLayout elements
3447
- * ([see example]({% slug layout_stacklayout %}#toc-vertical-align)).
3447
+ * ([see example]({% slug layout_stacklayout %}#toc-vertical-alignment)).
3448
3448
  *
3449
3449
  * The available values are:
3450
3450
  * - `top`&mdash;Uses the top point of the container.
@@ -3511,7 +3511,7 @@ export declare interface StackLayoutProps {
3511
3511
  orientation?: StackLayoutOrientation;
3512
3512
  /**
3513
3513
  * Specifies the horizontal and vertical alignment of the inner StackLayout elements.
3514
- * Demo ([here]({% slug layout_stacklayout %}#toc-horizontal-align)) and ([here]({% slug layout_stacklayout %}#toc-vertical-align)).
3514
+ * Demo ([here]({% slug layout_stacklayout %}#toc-horizontal-alignment)) and ([here]({% slug layout_stacklayout %}#toc-vertical-alignment)).
3515
3515
  *
3516
3516
  * The possible keys are:
3517
3517
  * * `horizontal`&mdash;Defines the possible horizontal alignment of the inner StackLayout elements.
@@ -4263,7 +4263,7 @@ export declare class TabStripTab extends React_2.Component<TabStripTabProps, {}>
4263
4263
  */
4264
4264
  export declare interface TabStripTabProps {
4265
4265
  /**
4266
- * Defines whether a tab is disabled ([see example]({% slug tabs_tabstrip %}#toc-disabled-state)).
4266
+ * Defines whether a tab is disabled ([see example]({% slug tabs_tabstrip %}#toc-disabled-items)).
4267
4267
  */
4268
4268
  disabled?: boolean;
4269
4269
  /**
@@ -4641,7 +4641,7 @@ export declare interface TimelineProps {
4641
4641
  */
4642
4642
  collapsibleEvents?: boolean;
4643
4643
  /**
4644
- * @hidden
4644
+ * Switches the Timeline to horizontal mode.
4645
4645
  */
4646
4646
  horizontal?: boolean;
4647
4647
  /**
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-layout",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1731421738,
13
+ publishDate: 1731586602,
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-layout",
3
- "version": "9.0.1-develop.1",
3
+ "version": "9.0.1-develop.2",
4
4
  "description": "React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,11 +23,11 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-animation": "9.0.1-develop.1",
27
- "@progress/kendo-react-common": "9.0.1-develop.1",
28
- "@progress/kendo-react-intl": "9.0.1-develop.1",
29
- "@progress/kendo-react-popup": "9.0.1-develop.1",
30
- "@progress/kendo-react-progressbars": "9.0.1-develop.1",
26
+ "@progress/kendo-react-animation": "9.0.1-develop.2",
27
+ "@progress/kendo-react-common": "9.0.1-develop.2",
28
+ "@progress/kendo-react-intl": "9.0.1-develop.2",
29
+ "@progress/kendo-react-popup": "9.0.1-develop.2",
30
+ "@progress/kendo-react-progressbars": "9.0.1-develop.2",
31
31
  "@progress/kendo-svg-icons": "^4.0.0",
32
32
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
33
33
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"