airport-one-widgets 0.2.67 → 0.2.69
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/README.md +6 -0
- package/dist/airport-one-widgets.iife.js +26 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,12 @@ Required for managed instances:
|
|
|
28
28
|
|
|
29
29
|
- `data-widget-instance-id`
|
|
30
30
|
|
|
31
|
+
`origin` and `destination` are resolved per field: a host attribute overrides the saved
|
|
32
|
+
instance config for that field only, and whichever value survives renders as a locked
|
|
33
|
+
(read-only) input. Adding a `destination` attribute to an instance whose config sets an
|
|
34
|
+
origin leaves that origin locked; the origin field only stays editable when no layer
|
|
35
|
+
supplies one.
|
|
36
|
+
|
|
31
37
|
## Airfare Content
|
|
32
38
|
|
|
33
39
|
Core Purpose:
|