@f-ewald/components 1.15.0 → 1.17.0
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 +1 -0
- package/custom-elements.json +720 -70
- package/dist/icons.d.ts +1 -0
- package/dist/icons.d.ts.map +1 -1
- package/dist/icons.js +1 -0
- package/dist/icons.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/mapbox-map.d.ts +59 -0
- package/dist/mapbox-map.d.ts.map +1 -0
- package/dist/mapbox-map.js +144 -0
- package/dist/mapbox-map.js.map +1 -0
- package/dist/photo-gallery.d.ts +4 -0
- package/dist/photo-gallery.d.ts.map +1 -1
- package/dist/photo-gallery.js +14 -1
- package/dist/photo-gallery.js.map +1 -1
- package/dist/range-slider.d.ts +48 -0
- package/dist/range-slider.d.ts.map +1 -0
- package/dist/range-slider.js +240 -0
- package/dist/range-slider.js.map +1 -0
- package/dist/toast-notification.d.ts +27 -9
- package/dist/toast-notification.d.ts.map +1 -1
- package/dist/toast-notification.js +68 -17
- package/dist/toast-notification.js.map +1 -1
- package/dist/tree-view.d.ts +9 -0
- package/dist/tree-view.d.ts.map +1 -1
- package/dist/tree-view.js +66 -4
- package/dist/tree-view.js.map +1 -1
- package/dist/ui-checkbox.d.ts +11 -3
- package/dist/ui-checkbox.d.ts.map +1 -1
- package/dist/ui-checkbox.js +31 -2
- package/dist/ui-checkbox.js.map +1 -1
- package/docs/mapbox-map.md +62 -0
- package/docs/photo-gallery.md +5 -0
- package/docs/range-slider.md +59 -0
- package/docs/toast-notification.md +15 -6
- package/docs/tree-view.md +7 -1
- package/docs/ui-checkbox.md +9 -1
- package/llms.txt +97 -13
- package/package.json +3 -1
package/custom-elements.json
CHANGED
|
@@ -5906,6 +5906,16 @@
|
|
|
5906
5906
|
}
|
|
5907
5907
|
]
|
|
5908
5908
|
},
|
|
5909
|
+
{
|
|
5910
|
+
"kind": "function",
|
|
5911
|
+
"name": "iconExclamationCircle",
|
|
5912
|
+
"parameters": [
|
|
5913
|
+
{
|
|
5914
|
+
"name": "size",
|
|
5915
|
+
"default": "16"
|
|
5916
|
+
}
|
|
5917
|
+
]
|
|
5918
|
+
},
|
|
5909
5919
|
{
|
|
5910
5920
|
"kind": "function",
|
|
5911
5921
|
"name": "iconMoon",
|
|
@@ -6308,6 +6318,14 @@
|
|
|
6308
6318
|
"module": "src/icons.ts"
|
|
6309
6319
|
}
|
|
6310
6320
|
},
|
|
6321
|
+
{
|
|
6322
|
+
"kind": "js",
|
|
6323
|
+
"name": "iconExclamationCircle",
|
|
6324
|
+
"declaration": {
|
|
6325
|
+
"name": "iconExclamationCircle",
|
|
6326
|
+
"module": "src/icons.ts"
|
|
6327
|
+
}
|
|
6328
|
+
},
|
|
6311
6329
|
{
|
|
6312
6330
|
"kind": "js",
|
|
6313
6331
|
"name": "iconMoon",
|
|
@@ -6467,6 +6485,14 @@
|
|
|
6467
6485
|
"module": "./toast-notification.js"
|
|
6468
6486
|
}
|
|
6469
6487
|
},
|
|
6488
|
+
{
|
|
6489
|
+
"kind": "js",
|
|
6490
|
+
"name": "notifyWarning",
|
|
6491
|
+
"declaration": {
|
|
6492
|
+
"name": "notifyWarning",
|
|
6493
|
+
"module": "./toast-notification.js"
|
|
6494
|
+
}
|
|
6495
|
+
},
|
|
6470
6496
|
{
|
|
6471
6497
|
"kind": "js",
|
|
6472
6498
|
"name": "ToastVariant",
|
|
@@ -6643,6 +6669,14 @@
|
|
|
6643
6669
|
"module": "./map-circle.js"
|
|
6644
6670
|
}
|
|
6645
6671
|
},
|
|
6672
|
+
{
|
|
6673
|
+
"kind": "js",
|
|
6674
|
+
"name": "MapboxMap",
|
|
6675
|
+
"declaration": {
|
|
6676
|
+
"name": "MapboxMap",
|
|
6677
|
+
"module": "./mapbox-map.js"
|
|
6678
|
+
}
|
|
6679
|
+
},
|
|
6646
6680
|
{
|
|
6647
6681
|
"kind": "js",
|
|
6648
6682
|
"name": "RadioCards",
|
|
@@ -6675,6 +6709,14 @@
|
|
|
6675
6709
|
"module": "./radio-pills.js"
|
|
6676
6710
|
}
|
|
6677
6711
|
},
|
|
6712
|
+
{
|
|
6713
|
+
"kind": "js",
|
|
6714
|
+
"name": "RangeSlider",
|
|
6715
|
+
"declaration": {
|
|
6716
|
+
"name": "RangeSlider",
|
|
6717
|
+
"module": "./range-slider.js"
|
|
6718
|
+
}
|
|
6719
|
+
},
|
|
6678
6720
|
{
|
|
6679
6721
|
"kind": "js",
|
|
6680
6722
|
"name": "ButtonGroup",
|
|
@@ -9022,6 +9064,188 @@
|
|
|
9022
9064
|
}
|
|
9023
9065
|
]
|
|
9024
9066
|
},
|
|
9067
|
+
{
|
|
9068
|
+
"kind": "javascript-module",
|
|
9069
|
+
"path": "src/mapbox-map.ts",
|
|
9070
|
+
"declarations": [
|
|
9071
|
+
{
|
|
9072
|
+
"kind": "class",
|
|
9073
|
+
"description": "A thin, generic wrapper around a `mapboxgl.Map` — construction, access\ntoken, style loading/switching, and container resizing only. It carries no\ndomain logic: no layer registry, no click-handler system, no markers or\npopups. A consumer registers its own sources/layers/handlers against the\n`mapboxgl.Map` instance handed back on `map-ready`, the same instance\n`mapbox-map` continues to own (this component never calls `map.remove()`\nexcept on disconnect, so a consumer's own registrations survive style\nreloads exactly as they would using `mapboxgl.Map` directly).\n\nDeliberately does not construct the map until `styleUrl` is a non-empty\nstring — if a consumer knows the desired style only after an async\nlookup (e.g. a saved user preference), delay setting `styleUrl` rather\nthan setting a default and swapping it later, which would visibly flash\nthe wrong basemap before the real one loads.",
|
|
9074
|
+
"name": "MapboxMap",
|
|
9075
|
+
"members": [
|
|
9076
|
+
{
|
|
9077
|
+
"kind": "field",
|
|
9078
|
+
"name": "accessToken",
|
|
9079
|
+
"type": {
|
|
9080
|
+
"text": "string"
|
|
9081
|
+
},
|
|
9082
|
+
"default": "\"\"",
|
|
9083
|
+
"description": "Mapbox access token. Required before the map can be constructed.",
|
|
9084
|
+
"attribute": "access-token"
|
|
9085
|
+
},
|
|
9086
|
+
{
|
|
9087
|
+
"kind": "field",
|
|
9088
|
+
"name": "styleUrl",
|
|
9089
|
+
"type": {
|
|
9090
|
+
"text": "string"
|
|
9091
|
+
},
|
|
9092
|
+
"default": "\"\"",
|
|
9093
|
+
"description": "Style URL (e.g. `mapbox://styles/mapbox/light-v11`). The map is not\nconstructed until this is a non-empty string — see the class doc.",
|
|
9094
|
+
"attribute": "style-url"
|
|
9095
|
+
},
|
|
9096
|
+
{
|
|
9097
|
+
"kind": "field",
|
|
9098
|
+
"name": "center",
|
|
9099
|
+
"type": {
|
|
9100
|
+
"text": "[number, number]"
|
|
9101
|
+
},
|
|
9102
|
+
"default": "[0, 0]",
|
|
9103
|
+
"description": "Initial center as `[lng, lat]`. Only read at construction time."
|
|
9104
|
+
},
|
|
9105
|
+
{
|
|
9106
|
+
"kind": "field",
|
|
9107
|
+
"name": "zoom",
|
|
9108
|
+
"type": {
|
|
9109
|
+
"text": "number"
|
|
9110
|
+
},
|
|
9111
|
+
"default": "0",
|
|
9112
|
+
"description": "Initial zoom level. Only read at construction time.",
|
|
9113
|
+
"attribute": "zoom"
|
|
9114
|
+
},
|
|
9115
|
+
{
|
|
9116
|
+
"kind": "field",
|
|
9117
|
+
"name": "mapContainer",
|
|
9118
|
+
"type": {
|
|
9119
|
+
"text": "HTMLDivElement"
|
|
9120
|
+
},
|
|
9121
|
+
"privacy": "private"
|
|
9122
|
+
},
|
|
9123
|
+
{
|
|
9124
|
+
"kind": "field",
|
|
9125
|
+
"name": "map",
|
|
9126
|
+
"type": {
|
|
9127
|
+
"text": "mapboxgl.Map | undefined"
|
|
9128
|
+
},
|
|
9129
|
+
"privacy": "private"
|
|
9130
|
+
},
|
|
9131
|
+
{
|
|
9132
|
+
"kind": "field",
|
|
9133
|
+
"name": "mapLoaded",
|
|
9134
|
+
"type": {
|
|
9135
|
+
"text": "boolean"
|
|
9136
|
+
},
|
|
9137
|
+
"privacy": "private",
|
|
9138
|
+
"default": "false"
|
|
9139
|
+
},
|
|
9140
|
+
{
|
|
9141
|
+
"kind": "field",
|
|
9142
|
+
"name": "currentStyleUrl",
|
|
9143
|
+
"type": {
|
|
9144
|
+
"text": "string | undefined"
|
|
9145
|
+
},
|
|
9146
|
+
"privacy": "private"
|
|
9147
|
+
},
|
|
9148
|
+
{
|
|
9149
|
+
"kind": "field",
|
|
9150
|
+
"name": "resizeObserver",
|
|
9151
|
+
"type": {
|
|
9152
|
+
"text": "ResizeObserver | undefined"
|
|
9153
|
+
},
|
|
9154
|
+
"privacy": "private"
|
|
9155
|
+
},
|
|
9156
|
+
{
|
|
9157
|
+
"kind": "method",
|
|
9158
|
+
"name": "getMap",
|
|
9159
|
+
"return": {
|
|
9160
|
+
"type": {
|
|
9161
|
+
"text": "mapboxgl.Map | undefined"
|
|
9162
|
+
}
|
|
9163
|
+
},
|
|
9164
|
+
"description": "The live `mapboxgl.Map` instance, once constructed (also available via `map-ready`'s event detail)."
|
|
9165
|
+
},
|
|
9166
|
+
{
|
|
9167
|
+
"kind": "method",
|
|
9168
|
+
"name": "#initializeMap",
|
|
9169
|
+
"privacy": "private",
|
|
9170
|
+
"return": {
|
|
9171
|
+
"type": {
|
|
9172
|
+
"text": "void"
|
|
9173
|
+
}
|
|
9174
|
+
}
|
|
9175
|
+
}
|
|
9176
|
+
],
|
|
9177
|
+
"events": [
|
|
9178
|
+
{
|
|
9179
|
+
"name": "map-style-reloaded",
|
|
9180
|
+
"type": {
|
|
9181
|
+
"text": "CustomEvent"
|
|
9182
|
+
},
|
|
9183
|
+
"description": "A subsequent `styleUrl` change finished loading its new style (sources/layers registered by a consumer via the `map-ready` instance do not survive a style change and must be re-registered — same behavior as calling `map.setStyle()` directly); detail: `{ map: mapboxgl.Map }`."
|
|
9184
|
+
},
|
|
9185
|
+
{
|
|
9186
|
+
"name": "map-ready",
|
|
9187
|
+
"type": {
|
|
9188
|
+
"text": "CustomEvent"
|
|
9189
|
+
},
|
|
9190
|
+
"description": "The map (and, if `styleUrl` changed before the initial load finished, its final requested style) has finished loading; detail: `{ map: mapboxgl.Map }`."
|
|
9191
|
+
}
|
|
9192
|
+
],
|
|
9193
|
+
"attributes": [
|
|
9194
|
+
{
|
|
9195
|
+
"name": "access-token",
|
|
9196
|
+
"type": {
|
|
9197
|
+
"text": "string"
|
|
9198
|
+
},
|
|
9199
|
+
"default": "\"\"",
|
|
9200
|
+
"description": "Mapbox access token. Required before the map can be constructed.",
|
|
9201
|
+
"fieldName": "accessToken"
|
|
9202
|
+
},
|
|
9203
|
+
{
|
|
9204
|
+
"name": "style-url",
|
|
9205
|
+
"type": {
|
|
9206
|
+
"text": "string"
|
|
9207
|
+
},
|
|
9208
|
+
"default": "\"\"",
|
|
9209
|
+
"description": "Style URL (e.g. `mapbox://styles/mapbox/light-v11`). The map is not\nconstructed until this is a non-empty string — see the class doc.",
|
|
9210
|
+
"fieldName": "styleUrl"
|
|
9211
|
+
},
|
|
9212
|
+
{
|
|
9213
|
+
"name": "zoom",
|
|
9214
|
+
"type": {
|
|
9215
|
+
"text": "number"
|
|
9216
|
+
},
|
|
9217
|
+
"default": "0",
|
|
9218
|
+
"description": "Initial zoom level. Only read at construction time.",
|
|
9219
|
+
"fieldName": "zoom"
|
|
9220
|
+
}
|
|
9221
|
+
],
|
|
9222
|
+
"superclass": {
|
|
9223
|
+
"name": "LitElement",
|
|
9224
|
+
"package": "lit"
|
|
9225
|
+
},
|
|
9226
|
+
"tagName": "mapbox-map",
|
|
9227
|
+
"customElement": true
|
|
9228
|
+
}
|
|
9229
|
+
],
|
|
9230
|
+
"exports": [
|
|
9231
|
+
{
|
|
9232
|
+
"kind": "js",
|
|
9233
|
+
"name": "MapboxMap",
|
|
9234
|
+
"declaration": {
|
|
9235
|
+
"name": "MapboxMap",
|
|
9236
|
+
"module": "src/mapbox-map.ts"
|
|
9237
|
+
}
|
|
9238
|
+
},
|
|
9239
|
+
{
|
|
9240
|
+
"kind": "custom-element-definition",
|
|
9241
|
+
"name": "mapbox-map",
|
|
9242
|
+
"declaration": {
|
|
9243
|
+
"name": "MapboxMap",
|
|
9244
|
+
"module": "src/mapbox-map.ts"
|
|
9245
|
+
}
|
|
9246
|
+
}
|
|
9247
|
+
]
|
|
9248
|
+
},
|
|
9025
9249
|
{
|
|
9026
9250
|
"kind": "javascript-module",
|
|
9027
9251
|
"path": "src/markdown-view.ts",
|
|
@@ -10588,7 +10812,7 @@
|
|
|
10588
10812
|
"declarations": [
|
|
10589
10813
|
{
|
|
10590
10814
|
"kind": "class",
|
|
10591
|
-
"description": "Responsive, accessible image carousel composed from declarative\n`gallery-item` children.",
|
|
10815
|
+
"description": "Responsive, accessible image carousel composed from declarative\n`gallery-item` children.\n\nThe image viewport keeps a fixed `aspect-ratio`, and the caption row is\nreserved for every slide whenever any slide has a caption, so the carousel's\ntotal height stays constant as it cycles — it never shifts the page below it.",
|
|
10592
10816
|
"name": "PhotoGallery",
|
|
10593
10817
|
"slots": [
|
|
10594
10818
|
{
|
|
@@ -11835,94 +12059,61 @@
|
|
|
11835
12059
|
},
|
|
11836
12060
|
{
|
|
11837
12061
|
"kind": "javascript-module",
|
|
11838
|
-
"path": "src/
|
|
12062
|
+
"path": "src/range-slider.ts",
|
|
11839
12063
|
"declarations": [
|
|
11840
12064
|
{
|
|
11841
12065
|
"kind": "class",
|
|
11842
|
-
"description": "
|
|
11843
|
-
"name": "
|
|
12066
|
+
"description": "A form-associated numeric range slider, usable standalone or inside a\nnative `<form>`. Wraps a native `<input type=\"range\">` (kept for its free\nkeyboard, drag, and screen-reader support) restyled to match this\npackage's track/fill visual language (`stat-meter`, `percent-bar-chart`)\ninstead of the browser-default appearance. Purely a value control — no\nbuilt-in label; wrap in `form-field` for a labeled field, or render a\nvalue readout next to it (see the playground example), matching\n`autocomplete-input`/`form-select`.",
|
|
12067
|
+
"name": "RangeSlider",
|
|
11844
12068
|
"members": [
|
|
11845
12069
|
{
|
|
11846
12070
|
"kind": "field",
|
|
11847
|
-
"name": "
|
|
12071
|
+
"name": "formAssociated",
|
|
11848
12072
|
"type": {
|
|
11849
|
-
"text": "
|
|
12073
|
+
"text": "boolean"
|
|
11850
12074
|
},
|
|
11851
|
-
"
|
|
11852
|
-
"
|
|
11853
|
-
"attribute": "datetime"
|
|
12075
|
+
"static": true,
|
|
12076
|
+
"default": "true"
|
|
11854
12077
|
},
|
|
11855
12078
|
{
|
|
11856
12079
|
"kind": "field",
|
|
11857
|
-
"name": "
|
|
11858
|
-
"
|
|
12080
|
+
"name": "min",
|
|
12081
|
+
"type": {
|
|
12082
|
+
"text": "number"
|
|
12083
|
+
},
|
|
12084
|
+
"default": "0",
|
|
12085
|
+
"description": "Minimum value.",
|
|
12086
|
+
"attribute": "min"
|
|
11859
12087
|
},
|
|
11860
12088
|
{
|
|
11861
12089
|
"kind": "field",
|
|
11862
|
-
"name": "
|
|
12090
|
+
"name": "max",
|
|
11863
12091
|
"type": {
|
|
11864
|
-
"text": "
|
|
12092
|
+
"text": "number"
|
|
11865
12093
|
},
|
|
11866
|
-
"
|
|
11867
|
-
"
|
|
11868
|
-
|
|
11869
|
-
|
|
11870
|
-
"attributes": [
|
|
12094
|
+
"default": "100",
|
|
12095
|
+
"description": "Maximum value.",
|
|
12096
|
+
"attribute": "max"
|
|
12097
|
+
},
|
|
11871
12098
|
{
|
|
11872
|
-
"
|
|
12099
|
+
"kind": "field",
|
|
12100
|
+
"name": "step",
|
|
11873
12101
|
"type": {
|
|
11874
|
-
"text": "
|
|
12102
|
+
"text": "number"
|
|
11875
12103
|
},
|
|
11876
|
-
"default": "
|
|
11877
|
-
"description": "
|
|
11878
|
-
"
|
|
11879
|
-
}
|
|
11880
|
-
],
|
|
11881
|
-
"superclass": {
|
|
11882
|
-
"name": "LitElement",
|
|
11883
|
-
"package": "lit"
|
|
11884
|
-
},
|
|
11885
|
-
"tagName": "relative-time",
|
|
11886
|
-
"customElement": true
|
|
11887
|
-
}
|
|
11888
|
-
],
|
|
11889
|
-
"exports": [
|
|
11890
|
-
{
|
|
11891
|
-
"kind": "js",
|
|
11892
|
-
"name": "RelativeTime",
|
|
11893
|
-
"declaration": {
|
|
11894
|
-
"name": "RelativeTime",
|
|
11895
|
-
"module": "src/relative-time.ts"
|
|
11896
|
-
}
|
|
11897
|
-
},
|
|
11898
|
-
{
|
|
11899
|
-
"kind": "custom-element-definition",
|
|
11900
|
-
"name": "relative-time",
|
|
11901
|
-
"declaration": {
|
|
11902
|
-
"name": "RelativeTime",
|
|
11903
|
-
"module": "src/relative-time.ts"
|
|
11904
|
-
}
|
|
11905
|
-
}
|
|
11906
|
-
]
|
|
11907
|
-
},
|
|
11908
|
-
{
|
|
11909
|
-
"kind": "javascript-module",
|
|
11910
|
-
"path": "src/reveal-button.ts",
|
|
11911
|
-
"declarations": [
|
|
11912
|
-
{
|
|
11913
|
-
"kind": "class",
|
|
11914
|
-
"description": "Button that reveals hidden slotted content when clicked.",
|
|
11915
|
-
"name": "RevealButton",
|
|
11916
|
-
"members": [
|
|
12104
|
+
"default": "1",
|
|
12105
|
+
"description": "Step increment.",
|
|
12106
|
+
"attribute": "step"
|
|
12107
|
+
},
|
|
11917
12108
|
{
|
|
11918
12109
|
"kind": "field",
|
|
11919
|
-
"name": "
|
|
12110
|
+
"name": "value",
|
|
11920
12111
|
"type": {
|
|
11921
|
-
"text": "
|
|
12112
|
+
"text": "number"
|
|
11922
12113
|
},
|
|
11923
|
-
"default": "
|
|
11924
|
-
"description": "
|
|
11925
|
-
"attribute": "
|
|
12114
|
+
"default": "0",
|
|
12115
|
+
"description": "Current value.",
|
|
12116
|
+
"attribute": "value"
|
|
11926
12117
|
},
|
|
11927
12118
|
{
|
|
11928
12119
|
"kind": "field",
|
|
@@ -11931,7 +12122,342 @@
|
|
|
11931
12122
|
"text": "boolean"
|
|
11932
12123
|
},
|
|
11933
12124
|
"default": "false",
|
|
11934
|
-
"description": "Disables
|
|
12125
|
+
"description": "Disables interaction; merged with an ancestor `<fieldset disabled>`.",
|
|
12126
|
+
"attribute": "disabled"
|
|
12127
|
+
},
|
|
12128
|
+
{
|
|
12129
|
+
"kind": "field",
|
|
12130
|
+
"name": "name",
|
|
12131
|
+
"type": {
|
|
12132
|
+
"text": "string"
|
|
12133
|
+
},
|
|
12134
|
+
"default": "\"\"",
|
|
12135
|
+
"description": "Form field name.",
|
|
12136
|
+
"attribute": "name"
|
|
12137
|
+
},
|
|
12138
|
+
{
|
|
12139
|
+
"kind": "field",
|
|
12140
|
+
"name": "_formDisabled",
|
|
12141
|
+
"type": {
|
|
12142
|
+
"text": "boolean"
|
|
12143
|
+
},
|
|
12144
|
+
"privacy": "private",
|
|
12145
|
+
"default": "false"
|
|
12146
|
+
},
|
|
12147
|
+
{
|
|
12148
|
+
"kind": "field",
|
|
12149
|
+
"name": "#internals",
|
|
12150
|
+
"privacy": "private"
|
|
12151
|
+
},
|
|
12152
|
+
{
|
|
12153
|
+
"kind": "field",
|
|
12154
|
+
"name": "#defaultValue",
|
|
12155
|
+
"privacy": "private",
|
|
12156
|
+
"type": {
|
|
12157
|
+
"text": "number"
|
|
12158
|
+
},
|
|
12159
|
+
"default": "0"
|
|
12160
|
+
},
|
|
12161
|
+
{
|
|
12162
|
+
"kind": "field",
|
|
12163
|
+
"name": "#isDisabled",
|
|
12164
|
+
"privacy": "private",
|
|
12165
|
+
"type": {
|
|
12166
|
+
"text": "boolean"
|
|
12167
|
+
},
|
|
12168
|
+
"description": "Whether the host or an ancestor fieldset currently disables the control.",
|
|
12169
|
+
"readonly": true
|
|
12170
|
+
},
|
|
12171
|
+
{
|
|
12172
|
+
"kind": "field",
|
|
12173
|
+
"name": "#percent",
|
|
12174
|
+
"privacy": "private",
|
|
12175
|
+
"type": {
|
|
12176
|
+
"text": "number"
|
|
12177
|
+
},
|
|
12178
|
+
"readonly": true
|
|
12179
|
+
},
|
|
12180
|
+
{
|
|
12181
|
+
"kind": "method",
|
|
12182
|
+
"name": "formResetCallback",
|
|
12183
|
+
"return": {
|
|
12184
|
+
"type": {
|
|
12185
|
+
"text": "void"
|
|
12186
|
+
}
|
|
12187
|
+
},
|
|
12188
|
+
"description": "Resets to the value present at first render, per the form contract."
|
|
12189
|
+
},
|
|
12190
|
+
{
|
|
12191
|
+
"kind": "method",
|
|
12192
|
+
"name": "formDisabledCallback",
|
|
12193
|
+
"return": {
|
|
12194
|
+
"type": {
|
|
12195
|
+
"text": "void"
|
|
12196
|
+
}
|
|
12197
|
+
},
|
|
12198
|
+
"parameters": [
|
|
12199
|
+
{
|
|
12200
|
+
"name": "disabled",
|
|
12201
|
+
"type": {
|
|
12202
|
+
"text": "boolean"
|
|
12203
|
+
}
|
|
12204
|
+
}
|
|
12205
|
+
],
|
|
12206
|
+
"description": "Mirrors an ancestor fieldset's disabled state."
|
|
12207
|
+
},
|
|
12208
|
+
{
|
|
12209
|
+
"kind": "method",
|
|
12210
|
+
"name": "formStateRestoreCallback",
|
|
12211
|
+
"return": {
|
|
12212
|
+
"type": {
|
|
12213
|
+
"text": "void"
|
|
12214
|
+
}
|
|
12215
|
+
},
|
|
12216
|
+
"parameters": [
|
|
12217
|
+
{
|
|
12218
|
+
"name": "state",
|
|
12219
|
+
"type": {
|
|
12220
|
+
"text": "string | File | FormData | null"
|
|
12221
|
+
}
|
|
12222
|
+
}
|
|
12223
|
+
],
|
|
12224
|
+
"description": "Restores the value from saved form state (bfcache/autofill)."
|
|
12225
|
+
},
|
|
12226
|
+
{
|
|
12227
|
+
"kind": "method",
|
|
12228
|
+
"name": "#onInput",
|
|
12229
|
+
"privacy": "private",
|
|
12230
|
+
"return": {
|
|
12231
|
+
"type": {
|
|
12232
|
+
"text": "void"
|
|
12233
|
+
}
|
|
12234
|
+
},
|
|
12235
|
+
"parameters": [
|
|
12236
|
+
{
|
|
12237
|
+
"name": "e",
|
|
12238
|
+
"type": {
|
|
12239
|
+
"text": "Event"
|
|
12240
|
+
}
|
|
12241
|
+
}
|
|
12242
|
+
]
|
|
12243
|
+
},
|
|
12244
|
+
{
|
|
12245
|
+
"kind": "method",
|
|
12246
|
+
"name": "#onChange",
|
|
12247
|
+
"privacy": "private",
|
|
12248
|
+
"return": {
|
|
12249
|
+
"type": {
|
|
12250
|
+
"text": "void"
|
|
12251
|
+
}
|
|
12252
|
+
},
|
|
12253
|
+
"parameters": [
|
|
12254
|
+
{
|
|
12255
|
+
"name": "e",
|
|
12256
|
+
"type": {
|
|
12257
|
+
"text": "Event"
|
|
12258
|
+
}
|
|
12259
|
+
}
|
|
12260
|
+
]
|
|
12261
|
+
}
|
|
12262
|
+
],
|
|
12263
|
+
"events": [
|
|
12264
|
+
{
|
|
12265
|
+
"name": "input",
|
|
12266
|
+
"type": {
|
|
12267
|
+
"text": "CustomEvent"
|
|
12268
|
+
},
|
|
12269
|
+
"description": "Fires continuously while dragging/typing; detail: `{ value }`."
|
|
12270
|
+
},
|
|
12271
|
+
{
|
|
12272
|
+
"name": "change",
|
|
12273
|
+
"type": {
|
|
12274
|
+
"text": "CustomEvent"
|
|
12275
|
+
},
|
|
12276
|
+
"description": "Fires once the value is committed (drag released, arrow key released); detail: `{ value }`."
|
|
12277
|
+
}
|
|
12278
|
+
],
|
|
12279
|
+
"attributes": [
|
|
12280
|
+
{
|
|
12281
|
+
"name": "min",
|
|
12282
|
+
"type": {
|
|
12283
|
+
"text": "number"
|
|
12284
|
+
},
|
|
12285
|
+
"default": "0",
|
|
12286
|
+
"description": "Minimum value.",
|
|
12287
|
+
"fieldName": "min"
|
|
12288
|
+
},
|
|
12289
|
+
{
|
|
12290
|
+
"name": "max",
|
|
12291
|
+
"type": {
|
|
12292
|
+
"text": "number"
|
|
12293
|
+
},
|
|
12294
|
+
"default": "100",
|
|
12295
|
+
"description": "Maximum value.",
|
|
12296
|
+
"fieldName": "max"
|
|
12297
|
+
},
|
|
12298
|
+
{
|
|
12299
|
+
"name": "step",
|
|
12300
|
+
"type": {
|
|
12301
|
+
"text": "number"
|
|
12302
|
+
},
|
|
12303
|
+
"default": "1",
|
|
12304
|
+
"description": "Step increment.",
|
|
12305
|
+
"fieldName": "step"
|
|
12306
|
+
},
|
|
12307
|
+
{
|
|
12308
|
+
"name": "value",
|
|
12309
|
+
"type": {
|
|
12310
|
+
"text": "number"
|
|
12311
|
+
},
|
|
12312
|
+
"default": "0",
|
|
12313
|
+
"description": "Current value.",
|
|
12314
|
+
"fieldName": "value"
|
|
12315
|
+
},
|
|
12316
|
+
{
|
|
12317
|
+
"name": "disabled",
|
|
12318
|
+
"type": {
|
|
12319
|
+
"text": "boolean"
|
|
12320
|
+
},
|
|
12321
|
+
"default": "false",
|
|
12322
|
+
"description": "Disables interaction; merged with an ancestor `<fieldset disabled>`.",
|
|
12323
|
+
"fieldName": "disabled"
|
|
12324
|
+
},
|
|
12325
|
+
{
|
|
12326
|
+
"name": "name",
|
|
12327
|
+
"type": {
|
|
12328
|
+
"text": "string"
|
|
12329
|
+
},
|
|
12330
|
+
"default": "\"\"",
|
|
12331
|
+
"description": "Form field name.",
|
|
12332
|
+
"fieldName": "name"
|
|
12333
|
+
}
|
|
12334
|
+
],
|
|
12335
|
+
"superclass": {
|
|
12336
|
+
"name": "LitElement",
|
|
12337
|
+
"package": "lit"
|
|
12338
|
+
},
|
|
12339
|
+
"tagName": "range-slider",
|
|
12340
|
+
"customElement": true
|
|
12341
|
+
}
|
|
12342
|
+
],
|
|
12343
|
+
"exports": [
|
|
12344
|
+
{
|
|
12345
|
+
"kind": "js",
|
|
12346
|
+
"name": "RangeSlider",
|
|
12347
|
+
"declaration": {
|
|
12348
|
+
"name": "RangeSlider",
|
|
12349
|
+
"module": "src/range-slider.ts"
|
|
12350
|
+
}
|
|
12351
|
+
},
|
|
12352
|
+
{
|
|
12353
|
+
"kind": "custom-element-definition",
|
|
12354
|
+
"name": "range-slider",
|
|
12355
|
+
"declaration": {
|
|
12356
|
+
"name": "RangeSlider",
|
|
12357
|
+
"module": "src/range-slider.ts"
|
|
12358
|
+
}
|
|
12359
|
+
}
|
|
12360
|
+
]
|
|
12361
|
+
},
|
|
12362
|
+
{
|
|
12363
|
+
"kind": "javascript-module",
|
|
12364
|
+
"path": "src/relative-time.ts",
|
|
12365
|
+
"declarations": [
|
|
12366
|
+
{
|
|
12367
|
+
"kind": "class",
|
|
12368
|
+
"description": "Inline relative-time display (e.g. \"3 hours ago\"). Accepts either a\nstandard ISO 8601 string or a SQLite `datetime('now')` string\n(\"YYYY-MM-DD HH:MM:SS\", UTC, no zone marker) via `datetime`. Shows the\nfull date/time in the viewer's local timezone as a hover tooltip, and\nre-renders on an interval so the text stays current while visible.",
|
|
12369
|
+
"name": "RelativeTime",
|
|
12370
|
+
"members": [
|
|
12371
|
+
{
|
|
12372
|
+
"kind": "field",
|
|
12373
|
+
"name": "datetime",
|
|
12374
|
+
"type": {
|
|
12375
|
+
"text": "string | null"
|
|
12376
|
+
},
|
|
12377
|
+
"default": "null",
|
|
12378
|
+
"description": "Timestamp to render, relative to now.",
|
|
12379
|
+
"attribute": "datetime"
|
|
12380
|
+
},
|
|
12381
|
+
{
|
|
12382
|
+
"kind": "field",
|
|
12383
|
+
"name": "_now",
|
|
12384
|
+
"privacy": "private"
|
|
12385
|
+
},
|
|
12386
|
+
{
|
|
12387
|
+
"kind": "field",
|
|
12388
|
+
"name": "_timer",
|
|
12389
|
+
"type": {
|
|
12390
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
12391
|
+
},
|
|
12392
|
+
"privacy": "private",
|
|
12393
|
+
"default": "null"
|
|
12394
|
+
}
|
|
12395
|
+
],
|
|
12396
|
+
"attributes": [
|
|
12397
|
+
{
|
|
12398
|
+
"name": "datetime",
|
|
12399
|
+
"type": {
|
|
12400
|
+
"text": "string | null"
|
|
12401
|
+
},
|
|
12402
|
+
"default": "null",
|
|
12403
|
+
"description": "Timestamp to render, relative to now.",
|
|
12404
|
+
"fieldName": "datetime"
|
|
12405
|
+
}
|
|
12406
|
+
],
|
|
12407
|
+
"superclass": {
|
|
12408
|
+
"name": "LitElement",
|
|
12409
|
+
"package": "lit"
|
|
12410
|
+
},
|
|
12411
|
+
"tagName": "relative-time",
|
|
12412
|
+
"customElement": true
|
|
12413
|
+
}
|
|
12414
|
+
],
|
|
12415
|
+
"exports": [
|
|
12416
|
+
{
|
|
12417
|
+
"kind": "js",
|
|
12418
|
+
"name": "RelativeTime",
|
|
12419
|
+
"declaration": {
|
|
12420
|
+
"name": "RelativeTime",
|
|
12421
|
+
"module": "src/relative-time.ts"
|
|
12422
|
+
}
|
|
12423
|
+
},
|
|
12424
|
+
{
|
|
12425
|
+
"kind": "custom-element-definition",
|
|
12426
|
+
"name": "relative-time",
|
|
12427
|
+
"declaration": {
|
|
12428
|
+
"name": "RelativeTime",
|
|
12429
|
+
"module": "src/relative-time.ts"
|
|
12430
|
+
}
|
|
12431
|
+
}
|
|
12432
|
+
]
|
|
12433
|
+
},
|
|
12434
|
+
{
|
|
12435
|
+
"kind": "javascript-module",
|
|
12436
|
+
"path": "src/reveal-button.ts",
|
|
12437
|
+
"declarations": [
|
|
12438
|
+
{
|
|
12439
|
+
"kind": "class",
|
|
12440
|
+
"description": "Button that reveals hidden slotted content when clicked.",
|
|
12441
|
+
"name": "RevealButton",
|
|
12442
|
+
"members": [
|
|
12443
|
+
{
|
|
12444
|
+
"kind": "field",
|
|
12445
|
+
"name": "label",
|
|
12446
|
+
"type": {
|
|
12447
|
+
"text": "string"
|
|
12448
|
+
},
|
|
12449
|
+
"default": "\"Reveal hidden content\"",
|
|
12450
|
+
"description": "Label shown on the button before it's clicked.",
|
|
12451
|
+
"attribute": "label"
|
|
12452
|
+
},
|
|
12453
|
+
{
|
|
12454
|
+
"kind": "field",
|
|
12455
|
+
"name": "disabled",
|
|
12456
|
+
"type": {
|
|
12457
|
+
"text": "boolean"
|
|
12458
|
+
},
|
|
12459
|
+
"default": "false",
|
|
12460
|
+
"description": "Disables revealing the slotted content.",
|
|
11935
12461
|
"attribute": "disabled"
|
|
11936
12462
|
},
|
|
11937
12463
|
{
|
|
@@ -13208,7 +13734,7 @@
|
|
|
13208
13734
|
"declarations": [
|
|
13209
13735
|
{
|
|
13210
13736
|
"kind": "class",
|
|
13211
|
-
"description": "Fixed-position stack of dismissible notifications, anchored top-right\n(top-full-width on mobile). Not wired to any app state
|
|
13737
|
+
"description": "Fixed-position stack of dismissible notifications, anchored top-right\n(top-full-width on mobile). Every toast shares one fixed width so entries\nnever appear narrower or wider than one another. Not wired to any app state\nyet — callers add toasts imperatively via the `show()` method on a live\nelement reference,\ne.g. `document.querySelector('toast-notification')?.show('Offline', { variant: 'error' })`,\nor via the `notifySuccess`/`notifyError`/`notifyInfo` module-level helpers\nexported from this file. The first argument is the required bold headline; an\noptional `description` renders a smaller, non-bold second line. Each variant\nleads with a matching status icon (success → check, error → exclamation\ncircle, info → information circle, warning → exclamation triangle). Each toast\nauto-dismisses after `duration` ms and can also be dismissed via its ✕\nbutton. Appears/disappears instantly — no slide/fade transitions.",
|
|
13212
13738
|
"name": "ToastNotification",
|
|
13213
13739
|
"members": [
|
|
13214
13740
|
{
|
|
@@ -13275,6 +13801,21 @@
|
|
|
13275
13801
|
}
|
|
13276
13802
|
],
|
|
13277
13803
|
"description": "Removes a toast immediately, cancelling its pending auto-dismiss timer if any."
|
|
13804
|
+
},
|
|
13805
|
+
{
|
|
13806
|
+
"kind": "method",
|
|
13807
|
+
"name": "_variantIcon",
|
|
13808
|
+
"privacy": "private",
|
|
13809
|
+
"parameters": [
|
|
13810
|
+
{
|
|
13811
|
+
"name": "variant",
|
|
13812
|
+
"type": {
|
|
13813
|
+
"text": "ToastVariant"
|
|
13814
|
+
},
|
|
13815
|
+
"description": "The toast variant."
|
|
13816
|
+
}
|
|
13817
|
+
],
|
|
13818
|
+
"description": "Returns the decorative status icon for a variant, sized as a standalone\n18px glyph to match the dismiss button."
|
|
13278
13819
|
}
|
|
13279
13820
|
],
|
|
13280
13821
|
"superclass": {
|
|
@@ -13293,6 +13834,13 @@
|
|
|
13293
13834
|
"type": {
|
|
13294
13835
|
"text": "string"
|
|
13295
13836
|
}
|
|
13837
|
+
},
|
|
13838
|
+
{
|
|
13839
|
+
"name": "description",
|
|
13840
|
+
"optional": true,
|
|
13841
|
+
"type": {
|
|
13842
|
+
"text": "string"
|
|
13843
|
+
}
|
|
13296
13844
|
}
|
|
13297
13845
|
],
|
|
13298
13846
|
"description": "Shows an error toast. Use for connection/network failures, not validation errors."
|
|
@@ -13306,6 +13854,13 @@
|
|
|
13306
13854
|
"type": {
|
|
13307
13855
|
"text": "string"
|
|
13308
13856
|
}
|
|
13857
|
+
},
|
|
13858
|
+
{
|
|
13859
|
+
"name": "description",
|
|
13860
|
+
"optional": true,
|
|
13861
|
+
"type": {
|
|
13862
|
+
"text": "string"
|
|
13863
|
+
}
|
|
13309
13864
|
}
|
|
13310
13865
|
],
|
|
13311
13866
|
"description": "Shows a success toast."
|
|
@@ -13319,9 +13874,36 @@
|
|
|
13319
13874
|
"type": {
|
|
13320
13875
|
"text": "string"
|
|
13321
13876
|
}
|
|
13877
|
+
},
|
|
13878
|
+
{
|
|
13879
|
+
"name": "description",
|
|
13880
|
+
"optional": true,
|
|
13881
|
+
"type": {
|
|
13882
|
+
"text": "string"
|
|
13883
|
+
}
|
|
13322
13884
|
}
|
|
13323
13885
|
],
|
|
13324
13886
|
"description": "Shows an info toast."
|
|
13887
|
+
},
|
|
13888
|
+
{
|
|
13889
|
+
"kind": "function",
|
|
13890
|
+
"name": "notifyWarning",
|
|
13891
|
+
"parameters": [
|
|
13892
|
+
{
|
|
13893
|
+
"name": "message",
|
|
13894
|
+
"type": {
|
|
13895
|
+
"text": "string"
|
|
13896
|
+
}
|
|
13897
|
+
},
|
|
13898
|
+
{
|
|
13899
|
+
"name": "description",
|
|
13900
|
+
"optional": true,
|
|
13901
|
+
"type": {
|
|
13902
|
+
"text": "string"
|
|
13903
|
+
}
|
|
13904
|
+
}
|
|
13905
|
+
],
|
|
13906
|
+
"description": "Shows a warning toast."
|
|
13325
13907
|
}
|
|
13326
13908
|
],
|
|
13327
13909
|
"exports": [
|
|
@@ -13364,6 +13946,14 @@
|
|
|
13364
13946
|
"name": "notifyInfo",
|
|
13365
13947
|
"module": "src/toast-notification.ts"
|
|
13366
13948
|
}
|
|
13949
|
+
},
|
|
13950
|
+
{
|
|
13951
|
+
"kind": "js",
|
|
13952
|
+
"name": "notifyWarning",
|
|
13953
|
+
"declaration": {
|
|
13954
|
+
"name": "notifyWarning",
|
|
13955
|
+
"module": "src/toast-notification.ts"
|
|
13956
|
+
}
|
|
13367
13957
|
}
|
|
13368
13958
|
]
|
|
13369
13959
|
},
|
|
@@ -13429,7 +14019,7 @@
|
|
|
13429
14019
|
"declarations": [
|
|
13430
14020
|
{
|
|
13431
14021
|
"kind": "class",
|
|
13432
|
-
"description": "A generic, presentational tree shell: renders `nodes` recursively, one row\nper node, with each row's content produced by `renderNode` (default: plain\nlabel). Modeled on `data-table`'s headless pattern — knows nothing about\nwhat a node's `data` means beyond what `renderNode` does with it.\n\nA node with a `children` array (even empty) is a folder: clicking or\nactivating its row toggles expand/collapse instead of firing `node-click`.\nA node with no `children` is a leaf: clicking or activating its row fires\n`node-click`. Folders start collapsed; set `default-expanded` to start\nevery folder expanded instead. Expansion state is otherwise managed\ninternally and untouched by later `nodes` updates, so a user's manual\ntoggles survive a data refresh.",
|
|
14022
|
+
"description": "A generic, presentational tree shell: renders `nodes` recursively, one row\nper node, with each row's content produced by `renderNode` (default: plain\nlabel). Modeled on `data-table`'s headless pattern — knows nothing about\nwhat a node's `data` means beyond what `renderNode` does with it.\n\nA node with a `children` array (even empty) is a folder: clicking or\nactivating its row toggles expand/collapse instead of firing `node-click`.\nA node with no `children` is a leaf: clicking or activating its row fires\n`node-click`. Folders start collapsed; set `default-expanded` to start\nevery folder expanded instead. Expansion state is otherwise managed\ninternally and untouched by later `nodes` updates, so a user's manual\ntoggles survive a data refresh.\n\nSet the `lines` boolean to draw classic file-tree connector guides: a\nvertical line per continuing ancestor level and a branch elbow (`└`) or\ntee (`├`) linking each node to its parent. Off by default (indentation only).",
|
|
13433
14023
|
"name": "TreeView",
|
|
13434
14024
|
"members": [
|
|
13435
14025
|
{
|
|
@@ -13459,6 +14049,17 @@
|
|
|
13459
14049
|
"description": "Start every folder expanded instead of the default all-collapsed.",
|
|
13460
14050
|
"attribute": "default-expanded"
|
|
13461
14051
|
},
|
|
14052
|
+
{
|
|
14053
|
+
"kind": "field",
|
|
14054
|
+
"name": "lines",
|
|
14055
|
+
"type": {
|
|
14056
|
+
"text": "boolean"
|
|
14057
|
+
},
|
|
14058
|
+
"default": "false",
|
|
14059
|
+
"description": "Draw classic file-tree connector guides (vertical ancestor lines plus a\nbranch elbow/tee per row) instead of indentation alone. Off by default.",
|
|
14060
|
+
"attribute": "lines",
|
|
14061
|
+
"reflects": true
|
|
14062
|
+
},
|
|
13462
14063
|
{
|
|
13463
14064
|
"kind": "field",
|
|
13464
14065
|
"name": "expanded",
|
|
@@ -13603,6 +14204,18 @@
|
|
|
13603
14204
|
"type": {
|
|
13604
14205
|
"text": "number"
|
|
13605
14206
|
}
|
|
14207
|
+
},
|
|
14208
|
+
{
|
|
14209
|
+
"name": "isLast",
|
|
14210
|
+
"type": {
|
|
14211
|
+
"text": "boolean"
|
|
14212
|
+
}
|
|
14213
|
+
},
|
|
14214
|
+
{
|
|
14215
|
+
"name": "ancestorHasNext",
|
|
14216
|
+
"type": {
|
|
14217
|
+
"text": "boolean[]"
|
|
14218
|
+
}
|
|
13606
14219
|
}
|
|
13607
14220
|
]
|
|
13608
14221
|
}
|
|
@@ -13625,6 +14238,15 @@
|
|
|
13625
14238
|
"default": "false",
|
|
13626
14239
|
"description": "Start every folder expanded instead of the default all-collapsed.",
|
|
13627
14240
|
"fieldName": "defaultExpanded"
|
|
14241
|
+
},
|
|
14242
|
+
{
|
|
14243
|
+
"name": "lines",
|
|
14244
|
+
"type": {
|
|
14245
|
+
"text": "boolean"
|
|
14246
|
+
},
|
|
14247
|
+
"default": "false",
|
|
14248
|
+
"description": "Draw classic file-tree connector guides (vertical ancestor lines plus a\nbranch elbow/tee per row) instead of indentation alone. Off by default.",
|
|
14249
|
+
"fieldName": "lines"
|
|
13628
14250
|
}
|
|
13629
14251
|
],
|
|
13630
14252
|
"superclass": {
|
|
@@ -13857,7 +14479,7 @@
|
|
|
13857
14479
|
"declarations": [
|
|
13858
14480
|
{
|
|
13859
14481
|
"kind": "class",
|
|
13860
|
-
"description": "A form-associated boolean checkbox, usable standalone or inside a native\n`<form>`. Submits `name=on` when checked (matching native\n`<input type=\"checkbox\">` semantics) and participates fully in form\n`reset()`, ancestor `<fieldset disabled>`, and `required` validity.\n\nRenders a native `<input type=\"checkbox\">` wrapped in a `<label>`, styled\nvia `:has()` on the wrapping label (matching `radio-pills`/`radio-cards`)\nrather than styling the native input directly; the checkbox itself renders\nat `1rem`, matching the existing radio-input convention.",
|
|
14482
|
+
"description": "A form-associated boolean checkbox, usable standalone or inside a native\n`<form>`. Submits `name=on` when checked (matching native\n`<input type=\"checkbox\">` semantics) and participates fully in form\n`reset()`, ancestor `<fieldset disabled>`, and `required` validity.\n\nRenders a native `<input type=\"checkbox\">` wrapped in a `<label>`, styled\nvia `:has()` on the wrapping label (matching `radio-pills`/`radio-cards`)\nrather than styling the native input directly; the checkbox itself renders\nat `1rem`, matching the existing radio-input convention. An optional\npre-rendered `icon` (matching `form-select`'s per-option icon convention)\nrenders between the box and the label, inside the same clickable `<label>`\n— for a row that pairs a checkbox with an icon/swatch and needs the whole\nrow, icon included, to stay one click target.",
|
|
13861
14483
|
"name": "UiCheckbox",
|
|
13862
14484
|
"members": [
|
|
13863
14485
|
{
|
|
@@ -13929,6 +14551,25 @@
|
|
|
13929
14551
|
"description": "Visible label text rendered next to the box.",
|
|
13930
14552
|
"attribute": "label"
|
|
13931
14553
|
},
|
|
14554
|
+
{
|
|
14555
|
+
"kind": "field",
|
|
14556
|
+
"name": "icon",
|
|
14557
|
+
"type": {
|
|
14558
|
+
"text": "TemplateResult | null"
|
|
14559
|
+
},
|
|
14560
|
+
"default": "null",
|
|
14561
|
+
"description": "Pre-rendered icon template displayed between the box and the label, e.g. `iconPencil(14)` from this package's icon set."
|
|
14562
|
+
},
|
|
14563
|
+
{
|
|
14564
|
+
"kind": "field",
|
|
14565
|
+
"name": "iconSize",
|
|
14566
|
+
"type": {
|
|
14567
|
+
"text": "number"
|
|
14568
|
+
},
|
|
14569
|
+
"default": "14",
|
|
14570
|
+
"description": "Square icon size in pixels — 14 (inline icon size) by default.",
|
|
14571
|
+
"attribute": "iconSize"
|
|
14572
|
+
},
|
|
13932
14573
|
{
|
|
13933
14574
|
"kind": "field",
|
|
13934
14575
|
"name": "_formDisabled",
|
|
@@ -14124,6 +14765,15 @@
|
|
|
14124
14765
|
"default": "\"\"",
|
|
14125
14766
|
"description": "Visible label text rendered next to the box.",
|
|
14126
14767
|
"fieldName": "label"
|
|
14768
|
+
},
|
|
14769
|
+
{
|
|
14770
|
+
"name": "iconSize",
|
|
14771
|
+
"type": {
|
|
14772
|
+
"text": "number"
|
|
14773
|
+
},
|
|
14774
|
+
"default": "14",
|
|
14775
|
+
"description": "Square icon size in pixels — 14 (inline icon size) by default.",
|
|
14776
|
+
"fieldName": "iconSize"
|
|
14127
14777
|
}
|
|
14128
14778
|
],
|
|
14129
14779
|
"superclass": {
|