@@ -313,7 +313,7 @@ export namespace Components {
313
313
}
314
314
interface CalciteActionBar {
315
315
/**
316
- * Specifies the accessible label for the last action-group.
316
+ * Specifies the accessible label for the last `calcite- action-group` .
317
317
*/
318
318
"actionsEndGroupLabel": string;
319
319
/**
@@ -325,7 +325,7 @@ export namespace Components {
325
325
*/
326
326
"expanded": boolean;
327
327
/**
328
- * The layout direction of the actions.
328
+ * Specifies the layout direction of the actions.
329
329
*/
330
330
"layout": Extract<"horizontal" | "vertical", Layout>;
331
331
/**
@@ -367,7 +367,7 @@ export namespace Components {
367
367
*/
368
368
"expanded": boolean;
369
369
/**
370
- * Specifies the label of the component. Required for accessibility .
370
+ * Accessible name for the component.
371
371
*/
372
372
"label": string;
373
373
/**
@@ -440,7 +440,7 @@ export namespace Components {
440
440
}
441
441
interface CalciteActionPad {
442
442
/**
443
- * Specifies the accessible label for the last action-group.
443
+ * Specifies the accessible label for the last `calcite- action-group` .
444
444
*/
445
445
"actionsEndGroupLabel": string;
446
446
/**
@@ -478,11 +478,11 @@ export namespace Components {
478
478
}
479
479
interface CalciteAlert {
480
480
/**
481
- * When `true`, the component closes automatically (recommended for passive, non-blocking alerts) .
481
+ * When `true`, the component closes automatically. Recommended for passive, non-blocking alerts.
482
482
*/
483
483
"autoClose": boolean;
484
484
/**
485
- * Specifies the duration before the component automatically closes ( only use with `autoClose`) .
485
+ * Specifies the duration before the component automatically closes - only use with `autoClose`.
486
486
*/
487
487
"autoCloseDuration": AlertDuration;
488
488
/**
@@ -494,7 +494,7 @@ export namespace Components {
494
494
*/
495
495
"iconFlipRtl": boolean;
496
496
/**
497
- * Specifies the kind of the component ( will apply to top border and icon) .
497
+ * Specifies the kind of the component, which will apply to top border and icon.
498
498
*/
499
499
"kind": Extract<
500
500
"brand" | "danger" | "info" | "success" | "warning",
@@ -521,15 +521,15 @@ export namespace Components {
521
521
*/
522
522
"open": boolean;
523
523
/**
524
- * Specifies the placement of the component
524
+ * Specifies the placement of the component.
525
525
*/
526
526
"placement": MenuPlacement;
527
527
/**
528
528
* Specifies the size of the component.
529
529
*/
530
530
"scale": Scale;
531
531
/**
532
- * Sets focus on the component's "close" button ( the first focusable item) .
532
+ * Sets focus on the component's "close" button, the first focusable item.
533
533
*/
534
534
"setFocus": () => Promise<void>;
535
535
/**
@@ -1768,10 +1768,6 @@ export namespace Components {
1768
1768
"min": number;
1769
1769
}
1770
1770
interface CalciteHandle {
1771
- /**
1772
- * When `true`, disables unselecting the component when blurred.
1773
- */
1774
- "blurUnselectDisabled": boolean;
1775
1771
/**
1776
1772
* When `true`, disables unselecting the component when blurred.
1777
1773
*/
@@ -2845,6 +2841,10 @@ export namespace Components {
2845
2841
* When `true`, the component displays a draggable button.
2846
2842
*/
2847
2843
"dragHandle": boolean;
2844
+ /**
2845
+ * When `true`, the component's drag handle is selected.
2846
+ */
2847
+ "dragSelected": boolean;
2848
2848
/**
2849
2849
* The label text of the component. Displays above the description text.
2850
2850
*/
@@ -6379,6 +6379,7 @@ declare global {
6379
6379
interface HTMLCalciteListItemElementEventMap {
6380
6380
"calciteListItemSelect": void;
6381
6381
"calciteListItemClose": void;
6382
+ "calciteListItemDragHandleChange": void;
6382
6383
"calciteListItemToggle": void;
6383
6384
"calciteInternalListItemSelect": void;
6384
6385
"calciteInternalListItemSelectMultiple": {
@@ -7525,7 +7526,7 @@ declare namespace LocalJSX {
7525
7526
}
7526
7527
interface CalciteActionBar {
7527
7528
/**
7528
- * Specifies the accessible label for the last action-group.
7529
+ * Specifies the accessible label for the last `calcite- action-group` .
7529
7530
*/
7530
7531
"actionsEndGroupLabel"?: string;
7531
7532
/**
@@ -7537,7 +7538,7 @@ declare namespace LocalJSX {
7537
7538
*/
7538
7539
"expanded"?: boolean;
7539
7540
/**
7540
- * The layout direction of the actions.
7541
+ * Specifies the layout direction of the actions.
7541
7542
*/
7542
7543
"layout"?: Extract<"horizontal" | "vertical", Layout>;
7543
7544
/**
@@ -7575,7 +7576,7 @@ declare namespace LocalJSX {
7575
7576
*/
7576
7577
"expanded"?: boolean;
7577
7578
/**
7578
- * Specifies the label of the component. Required for accessibility .
7579
+ * Accessible name for the component.
7579
7580
*/
7580
7581
"label"?: string;
7581
7582
/**
@@ -7644,7 +7645,7 @@ declare namespace LocalJSX {
7644
7645
}
7645
7646
interface CalciteActionPad {
7646
7647
/**
7647
- * Specifies the accessible label for the last action-group.
7648
+ * Specifies the accessible label for the last `calcite- action-group` .
7648
7649
*/
7649
7650
"actionsEndGroupLabel"?: string;
7650
7651
/**
@@ -7682,11 +7683,11 @@ declare namespace LocalJSX {
7682
7683
}
7683
7684
interface CalciteAlert {
7684
7685
/**
7685
- * When `true`, the component closes automatically (recommended for passive, non-blocking alerts) .
7686
+ * When `true`, the component closes automatically. Recommended for passive, non-blocking alerts.
7686
7687
*/
7687
7688
"autoClose"?: boolean;
7688
7689
/**
7689
- * Specifies the duration before the component automatically closes ( only use with `autoClose`) .
7690
+ * Specifies the duration before the component automatically closes - only use with `autoClose`.
7690
7691
*/
7691
7692
"autoCloseDuration"?: AlertDuration;
7692
7693
/**
@@ -7698,7 +7699,7 @@ declare namespace LocalJSX {
7698
7699
*/
7699
7700
"iconFlipRtl"?: boolean;
7700
7701
/**
7701
- * Specifies the kind of the component ( will apply to top border and icon) .
7702
+ * Specifies the kind of the component, which will apply to top border and icon.
7702
7703
*/
7703
7704
"kind"?: Extract<
7704
7705
"brand" | "danger" | "info" | "success" | "warning",
@@ -7749,7 +7750,7 @@ declare namespace LocalJSX {
7749
7750
*/
7750
7751
"open"?: boolean;
7751
7752
/**
7752
- * Specifies the placement of the component
7753
+ * Specifies the placement of the component.
7753
7754
*/
7754
7755
"placement"?: MenuPlacement;
7755
7756
/**
@@ -9074,10 +9075,6 @@ declare namespace LocalJSX {
9074
9075
"min": number;
9075
9076
}
9076
9077
interface CalciteHandle {
9077
- /**
9078
- * When `true`, disables unselecting the component when blurred.
9079
- */
9080
- "blurUnselectDisabled"?: boolean;
9081
9078
/**
9082
9079
* When `true`, disables unselecting the component when blurred.
9083
9080
*/
@@ -10217,6 +10214,10 @@ declare namespace LocalJSX {
10217
10214
* When `true`, the component displays a draggable button.
10218
10215
*/
10219
10216
"dragHandle"?: boolean;
10217
+ /**
10218
+ * When `true`, the component's drag handle is selected.
10219
+ */
10220
+ "dragSelected"?: boolean;
10220
10221
/**
10221
10222
* The label text of the component. Displays above the description text.
10222
10223
*/
@@ -10244,6 +10245,10 @@ declare namespace LocalJSX {
10244
10245
* Fires when the close button is clicked.
10245
10246
*/
10246
10247
"onCalciteListItemClose"?: (event: CalciteListItemCustomEvent<void>) => void;
10248
+ /**
10249
+ * Fires when the drag handle is selected.
10250
+ */
10251
+ "onCalciteListItemDragHandleChange"?: (event: CalciteListItemCustomEvent<void>) => void;
10247
10252
/**
10248
10253
* Emits when the item's content is selected.
10249
10254
*/
0 commit comments