@@ -439,7 +439,7 @@ export namespace Components {
439
439
*/
440
440
"expanded": boolean;
441
441
/**
442
- * Defines the available placements that can be used when a flip occurs .
442
+ * Specifies the component's fallback slotted content `placement` when it's initial or specified `placement` has insufficient space available .
443
443
*/
444
444
"flipPlacements": FlipPlacement[];
445
445
/**
@@ -1270,7 +1270,7 @@ export namespace Components {
1270
1270
*/
1271
1271
"filteredItems": HTMLCalciteComboboxItemElement[];
1272
1272
/**
1273
- * Defines the available placements that can be used when a flip occurs .
1273
+ * Specifies the component's fallback slotted content placement when it's initial placement has insufficient space available .
1274
1274
*/
1275
1275
"flipPlacements": FlipPlacement[];
1276
1276
/**
@@ -1796,7 +1796,7 @@ export namespace Components {
1796
1796
*/
1797
1797
"disabled": boolean;
1798
1798
/**
1799
- * Defines the available placements that can be used when a flip occurs .
1799
+ * Specifies the component's fallback `calcite-dropdown-item` `placement` when it's initial or specified `placement` has insufficient space available .
1800
1800
*/
1801
1801
"flipPlacements": FlipPlacement[];
1802
1802
/**
@@ -2431,7 +2431,7 @@ export namespace Components {
2431
2431
*/
2432
2432
"disabled": boolean;
2433
2433
/**
2434
- * Defines the available placements that can be used when a flip occurs .
2434
+ * Specifies the component's fallback `calcite-date-picker` `placement` when it's initial or specified `placement` has insufficient space available .
2435
2435
*/
2436
2436
"flipPlacements": FlipPlacement[];
2437
2437
/**
@@ -4049,7 +4049,7 @@ export namespace Components {
4049
4049
*/
4050
4050
"flipDisabled": boolean;
4051
4051
/**
4052
- * Defines the available placements that can be used when a flip occurs .
4052
+ * Specifies the component's fallback `placement` when it's initial or specified `placement` has insufficient space available .
4053
4053
*/
4054
4054
"flipPlacements": FlipPlacement[];
4055
4055
/**
@@ -4776,7 +4776,7 @@ export namespace Components {
4776
4776
*/
4777
4777
"dropdownLabel": string;
4778
4778
/**
4779
- * Defines the available placements that can be used when a flip occurs .
4779
+ * Specifies the component's fallback slotted content `placement` when it's initial or specified `placement` has insufficient space available .
4780
4780
*/
4781
4781
"flipPlacements": FlipPlacement[];
4782
4782
/**
@@ -8361,7 +8361,7 @@ declare namespace LocalJSX {
8361
8361
*/
8362
8362
"expanded"?: boolean;
8363
8363
/**
8364
- * Defines the available placements that can be used when a flip occurs .
8364
+ * Specifies the component's fallback slotted content `placement` when it's initial or specified `placement` has insufficient space available .
8365
8365
*/
8366
8366
"flipPlacements"?: FlipPlacement[];
8367
8367
/**
@@ -9244,7 +9244,7 @@ declare namespace LocalJSX {
9244
9244
*/
9245
9245
"filteredItems"?: HTMLCalciteComboboxItemElement[];
9246
9246
/**
9247
- * Defines the available placements that can be used when a flip occurs .
9247
+ * Specifies the component's fallback slotted content placement when it's initial placement has insufficient space available .
9248
9248
*/
9249
9249
"flipPlacements"?: FlipPlacement[];
9250
9250
/**
@@ -9821,7 +9821,7 @@ declare namespace LocalJSX {
9821
9821
*/
9822
9822
"disabled"?: boolean;
9823
9823
/**
9824
- * Defines the available placements that can be used when a flip occurs .
9824
+ * Specifies the component's fallback `calcite-dropdown-item` `placement` when it's initial or specified `placement` has insufficient space available .
9825
9825
*/
9826
9826
"flipPlacements"?: FlipPlacement[];
9827
9827
/**
@@ -10472,7 +10472,7 @@ declare namespace LocalJSX {
10472
10472
*/
10473
10473
"disabled"?: boolean;
10474
10474
/**
10475
- * Defines the available placements that can be used when a flip occurs .
10475
+ * Specifies the component's fallback `calcite-date-picker` `placement` when it's initial or specified `placement` has insufficient space available .
10476
10476
*/
10477
10477
"flipPlacements"?: FlipPlacement[];
10478
10478
/**
@@ -12186,7 +12186,7 @@ declare namespace LocalJSX {
12186
12186
*/
12187
12187
"flipDisabled"?: boolean;
12188
12188
/**
12189
- * Defines the available placements that can be used when a flip occurs .
12189
+ * Specifies the component's fallback `placement` when it's initial or specified `placement` has insufficient space available .
12190
12190
*/
12191
12191
"flipPlacements"?: FlipPlacement[];
12192
12192
/**
@@ -12949,7 +12949,7 @@ declare namespace LocalJSX {
12949
12949
*/
12950
12950
"dropdownLabel"?: string;
12951
12951
/**
12952
- * Defines the available placements that can be used when a flip occurs .
12952
+ * Specifies the component's fallback slotted content `placement` when it's initial or specified `placement` has insufficient space available .
12953
12953
*/
12954
12954
"flipPlacements"?: FlipPlacement[];
12955
12955
/**
0 commit comments