|
58 | 58 | } |
59 | 59 | ], |
60 | 60 | "members": [ |
61 | | - { |
62 | | - "kind": "field", |
63 | | - "name": "opened", |
64 | | - "type": { |
65 | | - "text": "boolean | null | undefined" |
66 | | - }, |
67 | | - "default": "false", |
68 | | - "description": "When true, the panel content is expanded and visible", |
69 | | - "attribute": "opened", |
70 | | - "reflects": true |
71 | | - }, |
72 | 61 | { |
73 | 62 | "kind": "field", |
74 | 63 | "name": "disabled", |
|
123 | 112 | "type": { |
124 | 113 | "text": "void" |
125 | 114 | } |
126 | | - } |
| 115 | + }, |
| 116 | + "privacy": "protected" |
127 | 117 | }, |
128 | 118 | { |
129 | 119 | "kind": "method", |
|
198 | 188 | "text": "void" |
199 | 189 | } |
200 | 190 | } |
| 191 | + }, |
| 192 | + { |
| 193 | + "kind": "field", |
| 194 | + "name": "opened", |
| 195 | + "type": { |
| 196 | + "text": "boolean | null | undefined" |
| 197 | + }, |
| 198 | + "default": "false", |
| 199 | + "description": "When true, the content is visible.", |
| 200 | + "attribute": "opened", |
| 201 | + "reflects": true, |
| 202 | + "inheritedFrom": { |
| 203 | + "name": "OpenedMixin", |
| 204 | + "module": "src/opened-mixin.ts" |
| 205 | + } |
| 206 | + }, |
| 207 | + { |
| 208 | + "kind": "method", |
| 209 | + "name": "toggle", |
| 210 | + "description": "Toggle the opened property value.", |
| 211 | + "inheritedFrom": { |
| 212 | + "name": "OpenedMixin", |
| 213 | + "module": "src/opened-mixin.ts" |
| 214 | + } |
201 | 215 | } |
202 | 216 | ], |
203 | 217 | "events": [ |
|
225 | 239 | "name": "focus-ring" |
226 | 240 | }, |
227 | 241 | { |
228 | | - "name": "opened", |
| 242 | + "name": "disabled", |
229 | 243 | "type": { |
230 | | - "text": "boolean | null | undefined" |
| 244 | + "text": "boolean" |
231 | 245 | }, |
232 | 246 | "default": "false", |
233 | | - "description": "When true, the panel content is expanded and visible", |
234 | | - "fieldName": "opened" |
| 247 | + "description": "Disabled panel can not be expanded or collapsed", |
| 248 | + "fieldName": "disabled" |
235 | 249 | }, |
236 | 250 | { |
237 | | - "name": "disabled", |
| 251 | + "name": "opened", |
238 | 252 | "type": { |
239 | | - "text": "boolean" |
| 253 | + "text": "boolean | null | undefined" |
240 | 254 | }, |
241 | 255 | "default": "false", |
242 | | - "description": "Disabled panel can not be expanded or collapsed", |
243 | | - "fieldName": "disabled" |
| 256 | + "description": "When true, the content is visible.", |
| 257 | + "fieldName": "opened", |
| 258 | + "inheritedFrom": { |
| 259 | + "name": "OpenedMixin", |
| 260 | + "module": "src/opened-mixin.ts" |
| 261 | + } |
| 262 | + } |
| 263 | + ], |
| 264 | + "mixins": [ |
| 265 | + { |
| 266 | + "name": "OpenedMixin", |
| 267 | + "module": "/src/opened-mixin.js" |
244 | 268 | } |
245 | 269 | ], |
246 | 270 | "superclass": { |
|
533 | 557 | } |
534 | 558 | ] |
535 | 559 | }, |
| 560 | + { |
| 561 | + "kind": "javascript-module", |
| 562 | + "path": "src/opened-mixin.ts", |
| 563 | + "declarations": [ |
| 564 | + { |
| 565 | + "kind": "mixin", |
| 566 | + "description": "", |
| 567 | + "name": "OpenedMixin", |
| 568 | + "members": [ |
| 569 | + { |
| 570 | + "kind": "field", |
| 571 | + "name": "opened", |
| 572 | + "type": { |
| 573 | + "text": "boolean | null | undefined" |
| 574 | + }, |
| 575 | + "default": "false", |
| 576 | + "description": "When true, the content is visible.", |
| 577 | + "attribute": "opened", |
| 578 | + "reflects": true |
| 579 | + }, |
| 580 | + { |
| 581 | + "kind": "method", |
| 582 | + "name": "toggle", |
| 583 | + "description": "Toggle the opened property value." |
| 584 | + } |
| 585 | + ], |
| 586 | + "attributes": [ |
| 587 | + { |
| 588 | + "name": "opened", |
| 589 | + "type": { |
| 590 | + "text": "boolean | null | undefined" |
| 591 | + }, |
| 592 | + "default": "false", |
| 593 | + "description": "When true, the content is visible.", |
| 594 | + "fieldName": "opened" |
| 595 | + } |
| 596 | + ], |
| 597 | + "parameters": [ |
| 598 | + { |
| 599 | + "name": "base", |
| 600 | + "type": { |
| 601 | + "text": "T" |
| 602 | + } |
| 603 | + } |
| 604 | + ] |
| 605 | + } |
| 606 | + ], |
| 607 | + "exports": [ |
| 608 | + { |
| 609 | + "kind": "js", |
| 610 | + "name": "OpenedMixin", |
| 611 | + "declaration": { |
| 612 | + "name": "OpenedMixin", |
| 613 | + "module": "src/opened-mixin.ts" |
| 614 | + } |
| 615 | + } |
| 616 | + ] |
| 617 | + }, |
536 | 618 | { |
537 | 619 | "kind": "javascript-module", |
538 | 620 | "path": "src/progress-bar.ts", |
|
0 commit comments