@vaadin/app-layout 25.1.0-alpha8 → 25.1.0-alpha9
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/custom-elements.json +58 -0
- package/package.json +10 -10
- package/web-types.json +35 -44
- package/web-types.lit.json +13 -13
package/custom-elements.json
CHANGED
|
@@ -67,6 +67,28 @@
|
|
|
67
67
|
"description": "Controls whether the drawer is opened (visible) or not.\nIts default value depends on the viewport:\n- `true`, for desktop size views\n- `false`, for mobile size views",
|
|
68
68
|
"attribute": "drawer-opened"
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"kind": "field",
|
|
72
|
+
"name": "i18n",
|
|
73
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following structure and default values:\n```js\n{\n drawer: 'Drawer'\n}\n```",
|
|
74
|
+
"return": {
|
|
75
|
+
"type": {
|
|
76
|
+
"text": "!AppLayoutI18n"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"parameters": [
|
|
80
|
+
{
|
|
81
|
+
"name": "value",
|
|
82
|
+
"type": {
|
|
83
|
+
"text": "Object"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"inheritedFrom": {
|
|
88
|
+
"name": "I18nMixin",
|
|
89
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
70
92
|
{
|
|
71
93
|
"kind": "field",
|
|
72
94
|
"name": "overlay",
|
|
@@ -105,6 +127,13 @@
|
|
|
105
127
|
"description": "Controls whether the drawer is opened (visible) or not.\nIts default value depends on the viewport:\n- `true`, for desktop size views\n- `false`, for mobile size views",
|
|
106
128
|
"fieldName": "drawerOpened"
|
|
107
129
|
},
|
|
130
|
+
{
|
|
131
|
+
"name": "i18n",
|
|
132
|
+
"inheritedFrom": {
|
|
133
|
+
"name": "I18nMixin",
|
|
134
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
108
137
|
{
|
|
109
138
|
"name": "overlay",
|
|
110
139
|
"type": {
|
|
@@ -193,6 +222,28 @@
|
|
|
193
222
|
"module": "src/vaadin-app-layout-mixin.js"
|
|
194
223
|
}
|
|
195
224
|
},
|
|
225
|
+
{
|
|
226
|
+
"kind": "field",
|
|
227
|
+
"name": "i18n",
|
|
228
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following structure and default values:\n```js\n{\n drawer: 'Drawer'\n}\n```",
|
|
229
|
+
"return": {
|
|
230
|
+
"type": {
|
|
231
|
+
"text": "!AppLayoutI18n"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"parameters": [
|
|
235
|
+
{
|
|
236
|
+
"name": "value",
|
|
237
|
+
"type": {
|
|
238
|
+
"text": "Object"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"inheritedFrom": {
|
|
243
|
+
"name": "I18nMixin",
|
|
244
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
196
247
|
{
|
|
197
248
|
"kind": "field",
|
|
198
249
|
"name": "overlay",
|
|
@@ -298,6 +349,13 @@
|
|
|
298
349
|
"module": "src/vaadin-app-layout-mixin.js"
|
|
299
350
|
}
|
|
300
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"name": "i18n",
|
|
354
|
+
"inheritedFrom": {
|
|
355
|
+
"name": "I18nMixin",
|
|
356
|
+
"package": "@vaadin/component-base/src/i18n-mixin.js"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
301
359
|
{
|
|
302
360
|
"name": "overlay",
|
|
303
361
|
"type": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/app-layout",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-alpha9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
38
|
-
"@vaadin/a11y-base": "25.1.0-
|
|
39
|
-
"@vaadin/button": "25.1.0-
|
|
40
|
-
"@vaadin/component-base": "25.1.0-
|
|
41
|
-
"@vaadin/vaadin-themable-mixin": "25.1.0-
|
|
38
|
+
"@vaadin/a11y-base": "25.1.0-alpha9",
|
|
39
|
+
"@vaadin/button": "25.1.0-alpha9",
|
|
40
|
+
"@vaadin/component-base": "25.1.0-alpha9",
|
|
41
|
+
"@vaadin/vaadin-themable-mixin": "25.1.0-alpha9",
|
|
42
42
|
"lit": "^3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@vaadin/aura": "25.1.0-
|
|
46
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
47
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
45
|
+
"@vaadin/aura": "25.1.0-alpha9",
|
|
46
|
+
"@vaadin/chai-plugins": "25.1.0-alpha9",
|
|
47
|
+
"@vaadin/test-runner-commands": "25.1.0-alpha9",
|
|
48
48
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
49
|
-
"@vaadin/vaadin-lumo-styles": "25.1.0-
|
|
49
|
+
"@vaadin/vaadin-lumo-styles": "25.1.0-alpha9",
|
|
50
50
|
"sinon": "^21.0.0"
|
|
51
51
|
},
|
|
52
52
|
"customElements": "custom-elements.json",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"web-types.json",
|
|
55
55
|
"web-types.lit.json"
|
|
56
56
|
],
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "ef432311376ba3dac4233cb23d393a49a425e0a4"
|
|
58
58
|
}
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/app-layout",
|
|
4
|
-
"version": "25.1.0-
|
|
4
|
+
"version": "25.1.0-alpha9",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -11,20 +11,11 @@
|
|
|
11
11
|
"description": "`<vaadin-app-layout>` is a Web Component providing a quick and easy way to get a common application layout structure done.\n\n```html\n<vaadin-app-layout primary-section=\"navbar|drawer\">\n <vaadin-drawer-toggle slot=\"navbar [touch-optimized]\"></vaadin-drawer-toggle>\n <h3 slot=\"navbar [touch-optimized]\">Company Name</h3>\n <vaadin-tabs orientation=\"vertical\" slot=\"drawer\">\n <vaadin-tab>Menu item 1</vaadin-tab>\n </vaadin-tabs>\n <!-- Everything else will be the page content -->\n <div>\n <h3>Page title</h3>\n <p>Page content</p>\n </div>\n</vaadin-app-layout>\n```\n\nFor best results, the component should be added to the root level of your application (i.e., as a direct child of `<body>`).\n\nThe page should include a viewport meta tag which contains `viewport-fit=cover`, like the following:\n```html\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\">\n```\n\nThis causes the viewport to be scaled to fill the device display.\nTo ensure that important content is displayed, use the provided css variables:\n\n- `--safe-area-inset-top`\n- `--safe-area-inset-right`\n- `--safe-area-inset-bottom`\n- `--safe-area-inset-left`\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n-----------------|---------------------------------------------------------|\n`backdrop` | Backdrop covering the layout when drawer is open as an overlay\n`navbar` | Container for the navigation bar\n`navbar-top` | Container for the top navigation bar\n`navbar-bottom` | Container for the bottom navigation bar\n`drawer` | Container for the drawer area\n\nThe following state attributes are available for styling:\n\nAttribute | Description\n---------------|-------------\n`has-drawer` | Set when the element has light DOM content in the drawer slot.\n`has-navbar` | Set when the element has light DOM content in the navbar slot.\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property |\n:----------------------------------------------------|\n| `--vaadin-app-layout-drawer-background` |\n| `--vaadin-app-layout-drawer-width` |\n| `--vaadin-app-layout-navbar-background` |\n| `--vaadin-app-layout-navbar-gap` |\n| `--vaadin-app-layout-navbar-padding-bottom` |\n| `--vaadin-app-layout-navbar-padding-inline-end` |\n| `--vaadin-app-layout-navbar-padding-inline-start` |\n| `--vaadin-app-layout-navbar-padding-top` |\n| `--vaadin-app-layout-transition-duration` |\n| `--vaadin-overlay-backdrop-background` |\n| `--vaadin-overlay-shadow` |\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.\n\n### Component's slots\n\nThe following slots are available to be set\n\nSlot name | Description\n-------------------|---------------------------------------------------|\nno name | Default container for the page content\n`navbar ` | Container for the top navbar area\n`drawer` | Container for an application menu\n`touch-optimized` | Container for the bottom navbar area (only visible for mobile devices)\n\n#### Touch optimized\n\nApp Layout has a pseudo-slot `touch-optimized` in order to give more control of the presentation of\nelements with `slot[navbar]`. Internally, when the user is interacting with App Layout from a\ntouchscreen device, the component will search for elements with `slot[navbar touch-optimized]` and move\nthem to the bottom of the page.\n\n### Navigation\n\nAs the drawer opens as an overlay in small devices, it makes sense to close it once a navigation happens.\nIf you are using Vaadin Router, this will happen automatically unless you change the `closeDrawerOn` event name.\n\nIn order to do so, there are two options:\n- If the `vaadin-app-layout` instance is available, then `drawerOpened` can be set to `false`\n- If not, a custom event `close-overlay-drawer` can be dispatched either by calling\n `window.dispatchEvent(new CustomEvent('close-overlay-drawer'))` or by calling\n `AppLayout.dispatchCloseOverlayDrawerEvent()`\n\n### Scrolling areas\n\nBy default, the component will act with the \"body scrolling\", so on mobile (iOS Safari and Android Chrome),\nthe toolbars will collapse when a scroll happens.\n\nTo use the \"content scrolling\", in case of the content of the page relies on a pre-defined height (for instance,\nit has a `height:100%`), then the developer can set `height: 100%` to both `html` and `body`.\nThat will make the `[content]` element of app layout scrollable.\nOn this case, the toolbars on mobile device won't collapse.",
|
|
12
12
|
"attributes": [
|
|
13
13
|
{
|
|
14
|
-
"name": "
|
|
15
|
-
"description": "
|
|
16
|
-
"value": {
|
|
17
|
-
"type": [
|
|
18
|
-
"Object"
|
|
19
|
-
]
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "primary-section",
|
|
24
|
-
"description": "Defines whether navbar or drawer will come first visually.\n- By default (`primary-section=\"navbar\"`), the navbar takes the full available width and moves the drawer down.\n- If `primary-section=\"drawer\"` is set, then the drawer will move the navbar, taking the full available height.",
|
|
14
|
+
"name": "close-drawer-on",
|
|
15
|
+
"description": "A global event that causes the drawer to close (be hidden) when it is in overlay mode.\n- The default is `vaadin-router-location-changed` dispatched by Vaadin Router",
|
|
25
16
|
"value": {
|
|
26
17
|
"type": [
|
|
27
|
-
"
|
|
18
|
+
"string"
|
|
28
19
|
]
|
|
29
20
|
}
|
|
30
21
|
},
|
|
@@ -38,11 +29,11 @@
|
|
|
38
29
|
}
|
|
39
30
|
},
|
|
40
31
|
{
|
|
41
|
-
"name": "
|
|
42
|
-
"description": "
|
|
32
|
+
"name": "primary-section",
|
|
33
|
+
"description": "Defines whether navbar or drawer will come first visually.\n- By default (`primary-section=\"navbar\"`), the navbar takes the full available width and moves the drawer down.\n- If `primary-section=\"drawer\"` is set, then the drawer will move the navbar, taking the full available height.",
|
|
43
34
|
"value": {
|
|
44
35
|
"type": [
|
|
45
|
-
"
|
|
36
|
+
"PrimarySection"
|
|
46
37
|
]
|
|
47
38
|
}
|
|
48
39
|
},
|
|
@@ -61,38 +52,38 @@
|
|
|
61
52
|
"js": {
|
|
62
53
|
"properties": [
|
|
63
54
|
{
|
|
64
|
-
"name": "
|
|
65
|
-
"description": "
|
|
55
|
+
"name": "closeDrawerOn",
|
|
56
|
+
"description": "A global event that causes the drawer to close (be hidden) when it is in overlay mode.\n- The default is `vaadin-router-location-changed` dispatched by Vaadin Router",
|
|
66
57
|
"value": {
|
|
67
58
|
"type": [
|
|
68
|
-
"
|
|
59
|
+
"string"
|
|
69
60
|
]
|
|
70
61
|
}
|
|
71
62
|
},
|
|
72
63
|
{
|
|
73
|
-
"name": "
|
|
74
|
-
"description": "
|
|
64
|
+
"name": "drawerOpened",
|
|
65
|
+
"description": "Controls whether the drawer is opened (visible) or not.\nIts default value depends on the viewport:\n- `true`, for desktop size views\n- `false`, for mobile size views",
|
|
75
66
|
"value": {
|
|
76
67
|
"type": [
|
|
77
|
-
"
|
|
68
|
+
"boolean"
|
|
78
69
|
]
|
|
79
70
|
}
|
|
80
71
|
},
|
|
81
72
|
{
|
|
82
|
-
"name": "
|
|
83
|
-
"description": "
|
|
73
|
+
"name": "i18n",
|
|
74
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following structure and default values:\n```js\n{\n drawer: 'Drawer'\n}\n```",
|
|
84
75
|
"value": {
|
|
85
76
|
"type": [
|
|
86
|
-
"
|
|
77
|
+
"AppLayoutI18n"
|
|
87
78
|
]
|
|
88
79
|
}
|
|
89
80
|
},
|
|
90
81
|
{
|
|
91
|
-
"name": "
|
|
92
|
-
"description": "
|
|
82
|
+
"name": "primarySection",
|
|
83
|
+
"description": "Defines whether navbar or drawer will come first visually.\n- By default (`primary-section=\"navbar\"`), the navbar takes the full available width and moves the drawer down.\n- If `primary-section=\"drawer\"` is set, then the drawer will move the navbar, taking the full available height.",
|
|
93
84
|
"value": {
|
|
94
85
|
"type": [
|
|
95
|
-
"
|
|
86
|
+
"PrimarySection"
|
|
96
87
|
]
|
|
97
88
|
}
|
|
98
89
|
}
|
|
@@ -102,10 +93,6 @@
|
|
|
102
93
|
"name": "close-overlay-drawer",
|
|
103
94
|
"description": "App Layout listens to `close-overlay-drawer` on the window level.\nA custom event can be dispatched and the App Layout will close the drawer in overlay.\n\nThat can be used, for instance, when a navigation occurs when user clicks in a menu item inside the drawer.\n\nSee `dispatchCloseOverlayDrawerEvent()` helper method."
|
|
104
95
|
},
|
|
105
|
-
{
|
|
106
|
-
"name": "primary-section-changed",
|
|
107
|
-
"description": "Fired when the `primarySection` property changes."
|
|
108
|
-
},
|
|
109
96
|
{
|
|
110
97
|
"name": "drawer-opened-changed",
|
|
111
98
|
"description": "Fired when the `drawerOpened` property changes."
|
|
@@ -113,6 +100,10 @@
|
|
|
113
100
|
{
|
|
114
101
|
"name": "overlay-changed",
|
|
115
102
|
"description": "Fired when the `overlay` property changes."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "primary-section-changed",
|
|
106
|
+
"description": "Fired when the `primarySection` property changes."
|
|
116
107
|
}
|
|
117
108
|
]
|
|
118
109
|
}
|
|
@@ -122,22 +113,22 @@
|
|
|
122
113
|
"description": "The Drawer Toggle component controls the drawer in App Layout component.\n\n```html\n<vaadin-app-layout>\n <vaadin-drawer-toggle slot=\"navbar\">Toggle drawer</vaadin-drawer-toggle>\n</vaadin-app-layout>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n-------------|------------\n`icon` | The icon element\n\nThe following state attributes are available for styling:\n\nAttribute | Description\n-------------|------------\n`focus-ring` | Set when the element is focused using the keyboard\n`focused` | Set when the element is focused\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property |\n:----------------------------------|\n| `--vaadin-button-background` |\n| `--vaadin-button-border-color` |\n| `--vaadin-button-border-radius` |\n| `--vaadin-button-border-width` |\n| `--vaadin-button-font-size` |\n| `--vaadin-button-line-height` |\n| `--vaadin-button-margin` |\n| `--vaadin-button-padding` |\n| `--vaadin-button-text-color` |\n| `--vaadin-icon-size` |\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
|
|
123
114
|
"attributes": [
|
|
124
115
|
{
|
|
125
|
-
"name": "
|
|
126
|
-
"description": "
|
|
116
|
+
"name": "aria-label",
|
|
117
|
+
"description": "",
|
|
127
118
|
"value": {
|
|
128
119
|
"type": [
|
|
129
|
-
"
|
|
120
|
+
"string",
|
|
130
121
|
"null",
|
|
131
122
|
"undefined"
|
|
132
123
|
]
|
|
133
124
|
}
|
|
134
125
|
},
|
|
135
126
|
{
|
|
136
|
-
"name": "
|
|
137
|
-
"description": "",
|
|
127
|
+
"name": "disabled",
|
|
128
|
+
"description": "If true, the user cannot interact with this element.",
|
|
138
129
|
"value": {
|
|
139
130
|
"type": [
|
|
140
|
-
"
|
|
131
|
+
"boolean",
|
|
141
132
|
"null",
|
|
142
133
|
"undefined"
|
|
143
134
|
]
|
|
@@ -158,22 +149,22 @@
|
|
|
158
149
|
"js": {
|
|
159
150
|
"properties": [
|
|
160
151
|
{
|
|
161
|
-
"name": "
|
|
162
|
-
"description": "
|
|
152
|
+
"name": "ariaLabel",
|
|
153
|
+
"description": "",
|
|
163
154
|
"value": {
|
|
164
155
|
"type": [
|
|
165
|
-
"
|
|
156
|
+
"string",
|
|
166
157
|
"null",
|
|
167
158
|
"undefined"
|
|
168
159
|
]
|
|
169
160
|
}
|
|
170
161
|
},
|
|
171
162
|
{
|
|
172
|
-
"name": "
|
|
173
|
-
"description": "",
|
|
163
|
+
"name": "disabled",
|
|
164
|
+
"description": "If true, the user cannot interact with this element.",
|
|
174
165
|
"value": {
|
|
175
166
|
"type": [
|
|
176
|
-
"
|
|
167
|
+
"boolean",
|
|
177
168
|
"null",
|
|
178
169
|
"undefined"
|
|
179
170
|
]
|
package/web-types.lit.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/app-layout",
|
|
4
|
-
"version": "25.1.0-
|
|
4
|
+
"version": "25.1.0-alpha9",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -27,22 +27,22 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"name": ".
|
|
31
|
-
"description": "
|
|
30
|
+
"name": ".closeDrawerOn",
|
|
31
|
+
"description": "A global event that causes the drawer to close (be hidden) when it is in overlay mode.\n- The default is `vaadin-router-location-changed` dispatched by Vaadin Router",
|
|
32
32
|
"value": {
|
|
33
33
|
"kind": "expression"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
"name": ".
|
|
38
|
-
"description": "
|
|
37
|
+
"name": ".i18n",
|
|
38
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following structure and default values:\n```js\n{\n drawer: 'Drawer'\n}\n```",
|
|
39
39
|
"value": {
|
|
40
40
|
"kind": "expression"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
"name": ".
|
|
45
|
-
"description": "
|
|
44
|
+
"name": ".primarySection",
|
|
45
|
+
"description": "Defines whether navbar or drawer will come first visually.\n- By default (`primary-section=\"navbar\"`), the navbar takes the full available width and moves the drawer down.\n- If `primary-section=\"drawer\"` is set, then the drawer will move the navbar, taking the full available height.",
|
|
46
46
|
"value": {
|
|
47
47
|
"kind": "expression"
|
|
48
48
|
}
|
|
@@ -55,22 +55,22 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"name": "@
|
|
59
|
-
"description": "Fired when the `
|
|
58
|
+
"name": "@drawer-opened-changed",
|
|
59
|
+
"description": "Fired when the `drawerOpened` property changes.",
|
|
60
60
|
"value": {
|
|
61
61
|
"kind": "expression"
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"name": "@
|
|
66
|
-
"description": "Fired when the `
|
|
65
|
+
"name": "@overlay-changed",
|
|
66
|
+
"description": "Fired when the `overlay` property changes.",
|
|
67
67
|
"value": {
|
|
68
68
|
"kind": "expression"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"name": "@
|
|
73
|
-
"description": "Fired when the `
|
|
72
|
+
"name": "@primary-section-changed",
|
|
73
|
+
"description": "Fired when the `primarySection` property changes.",
|
|
74
74
|
"value": {
|
|
75
75
|
"kind": "expression"
|
|
76
76
|
}
|