@ionic/docs 8.8.7-dev.11779221548.1d38f927 → 8.8.7-dev.11779400352.127ba526
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/core.json +85 -1
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-05-
|
|
2
|
+
"timestamp": "2026-05-21T21:54:43",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.0",
|
|
@@ -14469,6 +14469,90 @@
|
|
|
14469
14469
|
"dependencies": [],
|
|
14470
14470
|
"dependencyGraph": {}
|
|
14471
14471
|
},
|
|
14472
|
+
{
|
|
14473
|
+
"filePath": "src/components/gallery-item/gallery-item.tsx",
|
|
14474
|
+
"encapsulation": "shadow",
|
|
14475
|
+
"tag": "ion-gallery-item",
|
|
14476
|
+
"docs": "",
|
|
14477
|
+
"docsTags": [
|
|
14478
|
+
{
|
|
14479
|
+
"name": "virtualProp",
|
|
14480
|
+
"text": "{\"ios\" | \"md\"} mode - The mode determines the platform behaviors of the component."
|
|
14481
|
+
},
|
|
14482
|
+
{
|
|
14483
|
+
"name": "virtualProp",
|
|
14484
|
+
"text": "{\"ios\" | \"md\" | \"ionic\"} theme - The theme determines the visual appearance of the component."
|
|
14485
|
+
},
|
|
14486
|
+
{
|
|
14487
|
+
"name": "slot",
|
|
14488
|
+
"text": "- Wrap elements that should be grouped in an `ion-gallery`."
|
|
14489
|
+
}
|
|
14490
|
+
],
|
|
14491
|
+
"usage": {},
|
|
14492
|
+
"props": [
|
|
14493
|
+
{
|
|
14494
|
+
"name": "mode",
|
|
14495
|
+
"type": "\"ios\" | \"md\"",
|
|
14496
|
+
"mutable": false,
|
|
14497
|
+
"attr": "mode",
|
|
14498
|
+
"reflectToAttr": false,
|
|
14499
|
+
"docs": "The mode determines the platform behaviors of the component.",
|
|
14500
|
+
"docsTags": [],
|
|
14501
|
+
"values": [
|
|
14502
|
+
{
|
|
14503
|
+
"value": "ios",
|
|
14504
|
+
"type": "string"
|
|
14505
|
+
},
|
|
14506
|
+
{
|
|
14507
|
+
"value": "md",
|
|
14508
|
+
"type": "string"
|
|
14509
|
+
}
|
|
14510
|
+
],
|
|
14511
|
+
"optional": true,
|
|
14512
|
+
"required": false
|
|
14513
|
+
},
|
|
14514
|
+
{
|
|
14515
|
+
"name": "theme",
|
|
14516
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
14517
|
+
"mutable": false,
|
|
14518
|
+
"attr": "theme",
|
|
14519
|
+
"reflectToAttr": false,
|
|
14520
|
+
"docs": "The theme determines the visual appearance of the component.",
|
|
14521
|
+
"docsTags": [],
|
|
14522
|
+
"values": [
|
|
14523
|
+
{
|
|
14524
|
+
"value": "ios",
|
|
14525
|
+
"type": "string"
|
|
14526
|
+
},
|
|
14527
|
+
{
|
|
14528
|
+
"value": "md",
|
|
14529
|
+
"type": "string"
|
|
14530
|
+
},
|
|
14531
|
+
{
|
|
14532
|
+
"value": "ionic",
|
|
14533
|
+
"type": "string"
|
|
14534
|
+
}
|
|
14535
|
+
],
|
|
14536
|
+
"optional": true,
|
|
14537
|
+
"required": false
|
|
14538
|
+
}
|
|
14539
|
+
],
|
|
14540
|
+
"methods": [],
|
|
14541
|
+
"events": [],
|
|
14542
|
+
"listeners": [],
|
|
14543
|
+
"styles": [],
|
|
14544
|
+
"slots": [
|
|
14545
|
+
{
|
|
14546
|
+
"name": "",
|
|
14547
|
+
"docs": "Wrap elements that should be grouped in an `ion-gallery`."
|
|
14548
|
+
}
|
|
14549
|
+
],
|
|
14550
|
+
"parts": [],
|
|
14551
|
+
"states": [],
|
|
14552
|
+
"dependents": [],
|
|
14553
|
+
"dependencies": [],
|
|
14554
|
+
"dependencyGraph": {}
|
|
14555
|
+
},
|
|
14472
14556
|
{
|
|
14473
14557
|
"filePath": "src/components/grid/grid.tsx",
|
|
14474
14558
|
"encapsulation": "shadow",
|