@ionic/vue 8.8.9-dev.11780493108.1d8e1a89 → 8.8.9-dev.11780493937.17fe092d
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.
|
@@ -1849,10 +1849,11 @@
|
|
|
1849
1849
|
]
|
|
1850
1850
|
},
|
|
1851
1851
|
"ion-footer/collapse": {
|
|
1852
|
-
"type": "\"fade\" | undefined",
|
|
1853
|
-
"description": "Describes the scroll effect that will be applied to the footer.\
|
|
1852
|
+
"type": "\"fade\" | \"hide\" | undefined",
|
|
1853
|
+
"description": "Describes the scroll effect that will be applied to the footer.\n\n- `\"fade\"` only applies when the theme is `\"ios\"`.\n- `\"hide\"` applies to all themes (`\"ios\"`, `\"md\"`, and `\"ionic\"`): the footer\n slides down and fades out after cumulative downward scrolling on the page content,\n and returns on any upward scroll (same behavior as `ion-header[collapse=\"hide\"]`).",
|
|
1854
1854
|
"options": [
|
|
1855
|
-
"fade"
|
|
1855
|
+
"fade",
|
|
1856
|
+
"hide"
|
|
1856
1857
|
]
|
|
1857
1858
|
},
|
|
1858
1859
|
"ion-footer/mode": {
|
|
@@ -1884,7 +1885,7 @@
|
|
|
1884
1885
|
},
|
|
1885
1886
|
"ion-gallery/gap": {
|
|
1886
1887
|
"type": "GalleryBreakpoints<string | number> | number | string",
|
|
1887
|
-
"description": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\
|
|
1888
|
+
"description": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\nor numbers (treated as pixel values). Can also be set as a breakpoint map\n(e.g. `{ xs: '8px', sm: '1rem', md: '24px' }`). Does not accept\nspace-separated values or CSS keyword values like `inherit`, `auto`, etc.",
|
|
1888
1889
|
"options": []
|
|
1889
1890
|
},
|
|
1890
1891
|
"ion-gallery/layout": {
|
|
@@ -1943,11 +1944,12 @@
|
|
|
1943
1944
|
]
|
|
1944
1945
|
},
|
|
1945
1946
|
"ion-header/collapse": {
|
|
1946
|
-
"type": "\"condense\" | \"fade\" | undefined",
|
|
1947
|
-
"description": "Describes the scroll effect that will be applied to the header.\
|
|
1947
|
+
"type": "\"condense\" | \"fade\" | \"hide\" | undefined",
|
|
1948
|
+
"description": "Describes the scroll effect that will be applied to the header.\n\n- `\"condense\"` and `\"fade\"` only apply when the theme is `\"ios\"`.\n Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles).\n- `\"hide\"` applies to all themes (`\"ios\"`, `\"md\"`, and `\"ionic\"`): the header\n slides up and fades out after cumulative downward scrolling on the page content,\n and returns on any upward scroll.",
|
|
1948
1949
|
"options": [
|
|
1949
1950
|
"condense",
|
|
1950
|
-
"fade"
|
|
1951
|
+
"fade",
|
|
1952
|
+
"hide"
|
|
1951
1953
|
]
|
|
1952
1954
|
},
|
|
1953
1955
|
"ion-header/divider": {
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@ionic/vue",
|
|
5
|
-
"version": "8.8.9-dev.
|
|
5
|
+
"version": "8.8.9-dev.11780493937.17fe092d",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3306,11 +3306,11 @@
|
|
|
3306
3306
|
"attributes": [
|
|
3307
3307
|
{
|
|
3308
3308
|
"name": "collapse",
|
|
3309
|
-
"description": "Describes the scroll effect that will be applied to the footer.\
|
|
3309
|
+
"description": "Describes the scroll effect that will be applied to the footer.\n\n- `\"fade\"` only applies when the theme is `\"ios\"`.\n- `\"hide\"` applies to all themes (`\"ios\"`, `\"md\"`, and `\"ionic\"`): the footer\n slides down and fades out after cumulative downward scrolling on the page content,\n and returns on any upward scroll (same behavior as `ion-header[collapse=\"hide\"]`).",
|
|
3310
3310
|
"required": false,
|
|
3311
3311
|
"value": {
|
|
3312
3312
|
"kind": "expression",
|
|
3313
|
-
"type": "\"fade\" | undefined"
|
|
3313
|
+
"type": "\"fade\" | \"hide\" | undefined"
|
|
3314
3314
|
}
|
|
3315
3315
|
},
|
|
3316
3316
|
{
|
|
@@ -3366,7 +3366,7 @@
|
|
|
3366
3366
|
},
|
|
3367
3367
|
{
|
|
3368
3368
|
"name": "gap",
|
|
3369
|
-
"description": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\
|
|
3369
|
+
"description": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\nor numbers (treated as pixel values). Can also be set as a breakpoint map\n(e.g. `{ xs: '8px', sm: '1rem', md: '24px' }`). Does not accept\nspace-separated values or CSS keyword values like `inherit`, `auto`, etc.",
|
|
3370
3370
|
"required": false,
|
|
3371
3371
|
"default": "DEFAULT_GAP",
|
|
3372
3372
|
"value": {
|
|
@@ -3472,11 +3472,11 @@
|
|
|
3472
3472
|
"attributes": [
|
|
3473
3473
|
{
|
|
3474
3474
|
"name": "collapse",
|
|
3475
|
-
"description": "Describes the scroll effect that will be applied to the header.\
|
|
3475
|
+
"description": "Describes the scroll effect that will be applied to the header.\n\n- `\"condense\"` and `\"fade\"` only apply when the theme is `\"ios\"`.\n Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles).\n- `\"hide\"` applies to all themes (`\"ios\"`, `\"md\"`, and `\"ionic\"`): the header\n slides up and fades out after cumulative downward scrolling on the page content,\n and returns on any upward scroll.",
|
|
3476
3476
|
"required": false,
|
|
3477
3477
|
"value": {
|
|
3478
3478
|
"kind": "expression",
|
|
3479
|
-
"type": "\"condense\" | \"fade\" | undefined"
|
|
3479
|
+
"type": "\"condense\" | \"fade\" | \"hide\" | undefined"
|
|
3480
3480
|
}
|
|
3481
3481
|
},
|
|
3482
3482
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.8.9-dev.
|
|
3
|
+
"version": "8.8.9-dev.11780493937.17fe092d",
|
|
4
4
|
"description": "Vue specific wrapper for @ionic/core",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"eslint": "eslint src",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"vue-router": "^4.0.16"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@ionic/core": "8.8.9-dev.
|
|
71
|
+
"@ionic/core": "8.8.9-dev.11780493937.17fe092d",
|
|
72
72
|
"@stencil/vue-output-target": "0.10.7",
|
|
73
73
|
"ionicons": "^8.0.13"
|
|
74
74
|
},
|