@panoramax/web-viewer 4.3.1-develop-40255335 → 4.3.1-develop-b7ee2f69
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/CHANGELOG.md +4 -1
- package/build/index.css +1 -1
- package/build/index.js +3 -3
- package/build/photoviewer.css +1 -1
- package/build/photoviewer.js +3 -3
- package/docs/reference/components/ui/Switch.md +1 -0
- package/docs/reference/components/ui/widgets/LevelSelect.md +1 -1
- package/package.json +1 -1
|
@@ -37,6 +37,7 @@ Component properties.
|
|
|
37
37
|
| Name | Type | Description |
|
|
38
38
|
| --- | --- | --- |
|
|
39
39
|
| checked | <code>boolean</code> | True if checked |
|
|
40
|
+
| disabled | <code>boolean</code> | Inactive if true |
|
|
40
41
|
| value | <code>boolean</code> | The current switch value |
|
|
41
42
|
| name | <code>string</code> | The switch name (also serves as ID) |
|
|
42
43
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
### new LevelSelect()
|
|
10
10
|
Widget for indoor level selecting over map.
|
|
11
|
-
It relies on indoor= MapLibre plugin to work, so this should be
|
|
11
|
+
It relies on indoor= MapLibre plugin to work, so this should be enabled before calling this widget.
|
|
12
12
|
|
|
13
13
|
**Example**
|
|
14
14
|
```html
|