@ionic/docs 8.8.14-dev.11784243422.11f0110c → 8.8.14-dev.11785447127.1dbdd22e
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 +17 -41
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-07-
|
|
2
|
+
"timestamp": "2026-07-30T21:34:03",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -8616,13 +8616,7 @@
|
|
|
8616
8616
|
"attr": "color",
|
|
8617
8617
|
"reflectToAttr": false,
|
|
8618
8618
|
"docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
8619
|
-
"docsTags": [
|
|
8620
|
-
{
|
|
8621
|
-
"name": "default",
|
|
8622
|
-
"text": "'primary'"
|
|
8623
|
-
}
|
|
8624
|
-
],
|
|
8625
|
-
"default": "'primary'",
|
|
8619
|
+
"docsTags": [],
|
|
8626
8620
|
"values": [
|
|
8627
8621
|
{
|
|
8628
8622
|
"value": "danger",
|
|
@@ -10020,13 +10014,7 @@
|
|
|
10020
10014
|
"attr": "color",
|
|
10021
10015
|
"reflectToAttr": true,
|
|
10022
10016
|
"docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
10023
|
-
"docsTags": [
|
|
10024
|
-
{
|
|
10025
|
-
"name": "default",
|
|
10026
|
-
"text": "'primary'"
|
|
10027
|
-
}
|
|
10028
|
-
],
|
|
10029
|
-
"default": "'primary'",
|
|
10017
|
+
"docsTags": [],
|
|
10030
10018
|
"values": [
|
|
10031
10019
|
{
|
|
10032
10020
|
"value": "danger",
|
|
@@ -22418,13 +22406,7 @@
|
|
|
22418
22406
|
"attr": "color",
|
|
22419
22407
|
"reflectToAttr": true,
|
|
22420
22408
|
"docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
22421
|
-
"docsTags": [
|
|
22422
|
-
{
|
|
22423
|
-
"name": "default",
|
|
22424
|
-
"text": "'primary'"
|
|
22425
|
-
}
|
|
22426
|
-
],
|
|
22427
|
-
"default": "'primary'",
|
|
22409
|
+
"docsTags": [],
|
|
22428
22410
|
"values": [
|
|
22429
22411
|
{
|
|
22430
22412
|
"value": "danger",
|
|
@@ -22652,13 +22634,7 @@
|
|
|
22652
22634
|
"attr": "color",
|
|
22653
22635
|
"reflectToAttr": true,
|
|
22654
22636
|
"docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
22655
|
-
"docsTags": [
|
|
22656
|
-
{
|
|
22657
|
-
"name": "default",
|
|
22658
|
-
"text": "'primary'"
|
|
22659
|
-
}
|
|
22660
|
-
],
|
|
22661
|
-
"default": "'primary'",
|
|
22637
|
+
"docsTags": [],
|
|
22662
22638
|
"values": [
|
|
22663
22639
|
{
|
|
22664
22640
|
"value": "danger",
|
|
@@ -27106,7 +27082,7 @@
|
|
|
27106
27082
|
"mutable": false,
|
|
27107
27083
|
"attr": "component",
|
|
27108
27084
|
"reflectToAttr": false,
|
|
27109
|
-
"docs": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-
|
|
27085
|
+
"docs": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-router-outlet`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select.",
|
|
27110
27086
|
"docsTags": [],
|
|
27111
27087
|
"values": [
|
|
27112
27088
|
{
|
|
@@ -37583,7 +37559,7 @@
|
|
|
37583
37559
|
"path": "src/components/nav/nav-interface.ts"
|
|
37584
37560
|
},
|
|
37585
37561
|
"src/components/nav/nav-interface.ts::NavOptions": {
|
|
37586
|
-
"declaration": "export interface NavOptions extends RouterOutletOptions {\n progressAnimation?: boolean;\n
|
|
37562
|
+
"declaration": "export interface NavOptions extends RouterOutletOptions {\n progressAnimation?: boolean;\n delegate?: FrameworkDelegate;\n viewIsReady?: (enteringEl: HTMLElement) => Promise<any>;\n}",
|
|
37587
37563
|
"docstring": "",
|
|
37588
37564
|
"path": "src/components/nav/nav-interface.ts"
|
|
37589
37565
|
},
|
|
@@ -37607,16 +37583,6 @@
|
|
|
37607
37583
|
"docstring": "",
|
|
37608
37584
|
"path": "src/components/nav/nav-interface.ts"
|
|
37609
37585
|
},
|
|
37610
|
-
"src/components/router/utils/interface.ts::RouteWrite": {
|
|
37611
|
-
"declaration": "export interface RouteWrite {\n changed: boolean;\n element: HTMLElement | undefined;\n markVisible?: () => void | Promise<void>;\n}",
|
|
37612
|
-
"docstring": "",
|
|
37613
|
-
"path": "src/components/router/utils/interface.ts"
|
|
37614
|
-
},
|
|
37615
|
-
"src/components/router/utils/interface.ts::RouteID": {
|
|
37616
|
-
"declaration": "export interface RouteID {\n id: string;\n element: HTMLElement | undefined;\n params?: { [key: string]: any };\n}",
|
|
37617
|
-
"docstring": "",
|
|
37618
|
-
"path": "src/components/router/utils/interface.ts"
|
|
37619
|
-
},
|
|
37620
37586
|
"src/components/popover/popover-interface.ts::TriggerAction": {
|
|
37621
37587
|
"declaration": "export type TriggerAction = 'click' | 'hover' | 'context-menu';",
|
|
37622
37588
|
"docstring": "",
|
|
@@ -37712,6 +37678,16 @@
|
|
|
37712
37678
|
"docstring": "",
|
|
37713
37679
|
"path": "src/components/nav/nav-interface.ts"
|
|
37714
37680
|
},
|
|
37681
|
+
"src/components/router/utils/interface.ts::RouteWrite": {
|
|
37682
|
+
"declaration": "export interface RouteWrite {\n changed: boolean;\n element: HTMLElement | undefined;\n markVisible?: () => void | Promise<void>;\n}",
|
|
37683
|
+
"docstring": "",
|
|
37684
|
+
"path": "src/components/router/utils/interface.ts"
|
|
37685
|
+
},
|
|
37686
|
+
"src/components/router/utils/interface.ts::RouteID": {
|
|
37687
|
+
"declaration": "export interface RouteID {\n id: string;\n element: HTMLElement | undefined;\n params?: { [key: string]: any };\n}",
|
|
37688
|
+
"docstring": "",
|
|
37689
|
+
"path": "src/components/router/utils/interface.ts"
|
|
37690
|
+
},
|
|
37715
37691
|
"src/components/searchbar/searchbar-interface.ts::SearchbarInputEventDetail": {
|
|
37716
37692
|
"declaration": "export interface SearchbarInputEventDetail {\n value?: string | null;\n event?: Event;\n}",
|
|
37717
37693
|
"docstring": "",
|
package/package.json
CHANGED