stimulus_plumbers 0.4.8 → 0.4.10

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.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +39 -0
  3. data/README.md +7 -9
  4. data/app/assets/javascripts/stimulus-plumbers/controllers.manifest.json +367 -23
  5. data/app/assets/javascripts/stimulus-plumbers/index.es.js +678 -233
  6. data/app/assets/javascripts/stimulus-plumbers/index.es.js.map +1 -1
  7. data/app/assets/javascripts/stimulus-plumbers/index.umd.js +1 -1
  8. data/app/assets/javascripts/stimulus-plumbers/index.umd.js.map +1 -1
  9. data/app/assets/stylesheets/stimulus_plumbers/tokens.css +58 -53
  10. data/docs/architecture.md +0 -2
  11. data/docs/component/avatar.md +1 -0
  12. data/docs/component/button.md +1 -0
  13. data/docs/component/calendar.md +7 -16
  14. data/docs/component/checklist.md +153 -0
  15. data/docs/component/form.md +27 -5
  16. data/docs/component/icon.md +7 -5
  17. data/docs/component/indicator.md +55 -0
  18. data/docs/component/list.md +2 -3
  19. data/docs/component/ordered_list.md +118 -0
  20. data/docs/component/plumber.md +21 -0
  21. data/docs/component/popover.md +1 -2
  22. data/docs/component/progress.md +65 -0
  23. data/docs/component/timeline.md +47 -12
  24. data/docs/guide.md +21 -0
  25. data/lib/generators/stimulus_plumbers/install/install_generator.rb +21 -11
  26. data/lib/stimulus_plumbers/components/button.rb +1 -0
  27. data/lib/stimulus_plumbers/components/checklist/item/slots.rb +13 -0
  28. data/lib/stimulus_plumbers/components/checklist/item.rb +64 -0
  29. data/lib/stimulus_plumbers/components/checklist.rb +50 -0
  30. data/lib/stimulus_plumbers/components/combobox/typeahead.rb +1 -0
  31. data/lib/stimulus_plumbers/components/icon.rb +2 -2
  32. data/lib/stimulus_plumbers/components/indicator.rb +30 -0
  33. data/lib/stimulus_plumbers/components/link.rb +1 -0
  34. data/lib/stimulus_plumbers/components/ordered_list/item/slots.rb +13 -0
  35. data/lib/stimulus_plumbers/components/ordered_list/item.rb +129 -0
  36. data/lib/stimulus_plumbers/components/ordered_list.rb +24 -0
  37. data/lib/stimulus_plumbers/components/progress_bar.rb +48 -0
  38. data/lib/stimulus_plumbers/components/progress_meter.rb +37 -0
  39. data/lib/stimulus_plumbers/components/progress_ring.rb +40 -0
  40. data/lib/stimulus_plumbers/components/timeline/event.rb +2 -1
  41. data/lib/stimulus_plumbers/components/timeline/group.rb +5 -3
  42. data/lib/stimulus_plumbers/engine.rb +0 -4
  43. data/lib/stimulus_plumbers/form/builder.rb +4 -0
  44. data/lib/stimulus_plumbers/form/field.rb +1 -1
  45. data/lib/stimulus_plumbers/form/fields/inputs/code.rb +86 -0
  46. data/lib/stimulus_plumbers/form/fields/inputs/credit_card.rb +98 -0
  47. data/lib/stimulus_plumbers/form/fields/inputs/password.rb +1 -0
  48. data/lib/stimulus_plumbers/form/fields/inputs/search.rb +1 -0
  49. data/lib/stimulus_plumbers/form/fields/renderer.rb +2 -0
  50. data/lib/stimulus_plumbers/generators/css_entrypoint.rb +37 -9
  51. data/lib/stimulus_plumbers/generators/tokens_directive.rb +9 -5
  52. data/lib/stimulus_plumbers/helpers/avatar_helper.rb +1 -7
  53. data/lib/stimulus_plumbers/helpers/button_helper.rb +1 -7
  54. data/lib/stimulus_plumbers/helpers/calendar_helper.rb +2 -9
  55. data/lib/stimulus_plumbers/helpers/calendar_turbo_helper.rb +3 -6
  56. data/lib/stimulus_plumbers/helpers/checklist_helper.rb +11 -0
  57. data/lib/stimulus_plumbers/helpers/indicator_helper.rb +11 -0
  58. data/lib/stimulus_plumbers/helpers/ordered_list_helper.rb +11 -0
  59. data/lib/stimulus_plumbers/helpers/popover_helper.rb +1 -7
  60. data/lib/stimulus_plumbers/helpers/progress_helper.rb +21 -0
  61. data/lib/stimulus_plumbers/helpers.rb +8 -0
  62. data/lib/stimulus_plumbers/themes/base.rb +4 -0
  63. data/lib/stimulus_plumbers/themes/schema/icon.rb +21 -4
  64. data/lib/stimulus_plumbers/themes/schema/indicator/ranges.rb +14 -0
  65. data/lib/stimulus_plumbers/themes/schema.rb +82 -25
  66. data/lib/stimulus_plumbers/version.rb +1 -1
  67. data/lib/stimulus_plumbers.rb +10 -0
  68. data/vendor/ARIA.md +29 -2
  69. data/vendor/component/manifest.json +215 -0
  70. data/vendor/controller/docs/calendar.md +4 -7
  71. data/vendor/controller/docs/checklist.md +45 -0
  72. data/vendor/controller/docs/combobox.md +1 -31
  73. data/vendor/controller/docs/input-clearable.md +1 -4
  74. data/vendor/controller/docs/input-formatter.md +88 -23
  75. data/vendor/controller/docs/modal.md +1 -4
  76. data/vendor/controller/docs/popover.md +1 -3
  77. data/vendor/controller/docs/progress.md +82 -0
  78. data/vendor/controller/docs/reorderable.md +82 -0
  79. data/vendor/controller/docs/visibility.md +31 -0
  80. data/vendor/controller/manifest.json +367 -23
  81. metadata +27 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b138245a7a9711414d5c7bf052dbd55d42006f5e785626fd94bce96ffab6281d
4
- data.tar.gz: e2e15e550f5678eecbfc7310628759590212fae21aa42c7eab60d7c049f2a47f
3
+ metadata.gz: 8be63032403e88984349219e9e9e04c838a59cdc1f44788e1f9969464a6d3798
4
+ data.tar.gz: 346503ca2ab321ad122aa7e713cc12af068adc0470a5e88a4e65733851849b34
5
5
  SHA512:
6
- metadata.gz: 624a411ff21cb32deebdde9a3c68c0d0c43fed7ade306cc7299fdaadca7604a3053a2f9251df1608af393fc0129bffd75b6e244b9fd9e0477a4df72f859e0ddb
7
- data.tar.gz: 8176752b32e5e730e7c8a47ba5aa44d96b591a38c44d0a71ad6d2d147404227b02aa581b00db36711da357cda872b96260187b62749e74f652acb2bd1a26a970
6
+ metadata.gz: 32ee19bb45ed9e0cbe7e18bca963c14f3abda9bb2eaf0600a661766a8543c889ce488e7fd35224e1217a8720057cbed34e63e7adfbaf610eef7db2f545a97e2e
7
+ data.tar.gz: 2a26e5c8e76e6b86485f873b0116877aed755a55bb77a4d8e298333ea2d33cbf6172803572194649bc7647e7e63f566d4a0dc572777d540e1c813c7b0876c650
data/CHANGELOG.md CHANGED
@@ -2,6 +2,45 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4
4
 
5
+ ---
6
+ ## [0.4.9](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-rails/v0.4.8..stimulus-plumbers-rails/v0.4.9) - 2026-07-18
7
+
8
+ ### Bug Fixes
9
+
10
+ - css source + token in generator ([#163](https://github.com/ryancyq/stimulus-plumbers/issues/163)) - ([69165f5](https://github.com/ryancyq/stimulus-plumbers/commit/69165f523242e27cae5075f635c7e66c40a862ab)) - Ryan Chang
11
+ - update default color palette - ([0d6199a](https://github.com/ryancyq/stimulus-plumbers/commit/0d6199a9748e9f9221079689034e94940a7de7fc)) - Ryan Chang
12
+
13
+ ### Documentation
14
+
15
+ - update missing documentation ([#164](https://github.com/ryancyq/stimulus-plumbers/issues/164)) - ([edcd79d](https://github.com/ryancyq/stimulus-plumbers/commit/edcd79df3dd1739521641274863a50a32b5fcb36)) - Ryan Chang
16
+ - align code example/instructions in doc and remove stale reference ([#167](https://github.com/ryancyq/stimulus-plumbers/issues/167)) - ([b1ace4d](https://github.com/ryancyq/stimulus-plumbers/commit/b1ace4da5117b70f4f22403f727655c1586606e1)) - Ryan Chang
17
+ - update component documentation ([#173](https://github.com/ryancyq/stimulus-plumbers/issues/173)) - ([27240bc](https://github.com/ryancyq/stimulus-plumbers/commit/27240bc85265b249adba5186fd34b9c26423daa3)) - Ryan Chang
18
+
19
+ ### Features
20
+
21
+ - reorderable ([#165](https://github.com/ryancyq/stimulus-plumbers/issues/165)) - ([53277c5](https://github.com/ryancyq/stimulus-plumbers/commit/53277c584bc6f54581315028d401c64761ee8474)) - Ryan Chang
22
+ - ordered list ([#166](https://github.com/ryancyq/stimulus-plumbers/issues/166)) - ([cda05b5](https://github.com/ryancyq/stimulus-plumbers/commit/cda05b589e2f99ba992785fdb672b0ecef026046)) - Ryan Chang
23
+ - progress ring/bar/meter ([#170](https://github.com/ryancyq/stimulus-plumbers/issues/170)) - ([b43087c](https://github.com/ryancyq/stimulus-plumbers/commit/b43087cec2b40fd8b3dced65215afdbbdfc2c435)) - Ryan Chang
24
+ - status indicator ([#171](https://github.com/ryancyq/stimulus-plumbers/issues/171)) - ([ad3f330](https://github.com/ryancyq/stimulus-plumbers/commit/ad3f330bc8d999b4977f8aeaafc8c4763229a448)) - Ryan Chang
25
+ - horizontal grouped timeline ([#172](https://github.com/ryancyq/stimulus-plumbers/issues/172)) - ([fe9b9ab](https://github.com/ryancyq/stimulus-plumbers/commit/fe9b9abfb8c3c211fe9a7282d2940326678328dc)) - Ryan Chang
26
+ - checklist ([#174](https://github.com/ryancyq/stimulus-plumbers/issues/174)) - ([35dca2a](https://github.com/ryancyq/stimulus-plumbers/commit/35dca2af29955f6f2c85fffc4efc39711ed5bb99)) - Ryan Chang
27
+
28
+ ---
29
+ ## [0.4.8](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-rails/v0.4.5..stimulus-plumbers-rails/v0.4.8) - 2026-07-03
30
+
31
+ ### Bug Fixes
32
+
33
+ - tailwind install generator ([#154](https://github.com/ryancyq/stimulus-plumbers/issues/154)) - ([db4bda0](https://github.com/ryancyq/stimulus-plumbers/commit/db4bda0b899a463e0608229927c65326233dd3a4)) - Ryan Chang
34
+ - plumber slots should yield proc/block via template capture instead of ruby call ([#156](https://github.com/ryancyq/stimulus-plumbers/issues/156)) - ([5b9039c](https://github.com/ryancyq/stimulus-plumbers/commit/5b9039cf7c88222cfae4865e4b7373c8b5e3c010)) - Ryan Chang
35
+ - tailwind theme registration + activation (rails only) ([#157](https://github.com/ryancyq/stimulus-plumbers/issues/157)) - ([5998854](https://github.com/ryancyq/stimulus-plumbers/commit/5998854ed2a6ca9c67aa225f3c397e4f7bca7a51)) - Ryan Chang
36
+ - reorganize mcp resources + tools ([#161](https://github.com/ryancyq/stimulus-plumbers/issues/161)) - ([2a63580](https://github.com/ryancyq/stimulus-plumbers/commit/2a635800ac439173b5c2eeeb2dc268dc3136f415)) - Ryan Chang
37
+ - mcp doc update + new tools validations ([#162](https://github.com/ryancyq/stimulus-plumbers/issues/162)) - ([beed1bb](https://github.com/ryancyq/stimulus-plumbers/commit/beed1bb14cbfcb8ec6f757145dc6a461d357c060)) - Ryan Chang
38
+
39
+ ### Features
40
+
41
+ - **(mcp)** add Aria plugin exposing aria://reference ([#159](https://github.com/ryancyq/stimulus-plumbers/issues/159)) - ([15d730d](https://github.com/ryancyq/stimulus-plumbers/commit/15d730d51ce8a956d5ba7c3172a5883ad072d219)) - Ryan Chang
42
+ - add StimulusControllerDocs plugin exposing stimulus://docs/{name} ([#160](https://github.com/ryancyq/stimulus-plumbers/issues/160)) - ([beef823](https://github.com/ryancyq/stimulus-plumbers/commit/beef823f2c694623b714823a0dacf8f3c89341e9)) - Ryan Chang
43
+
5
44
  ---
6
45
  ## [0.4.5](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-rails/v0.4.4..stimulus-plumbers-rails/v0.4.5) - 2026-07-01
7
46
 
data/README.md CHANGED
@@ -42,19 +42,13 @@ Or use the form builder globally:
42
42
  config.action_view.default_form_builder = StimulusPlumbers::Form::Builder
43
43
  ```
44
44
 
45
- Run the install generator once to inject the `tokens.css` import into your CSS entry file:
45
+ Run the install generator once to copy `tokens.css` to `app/assets/stylesheets/stimulus_plumbers/tokens.css` and inject its relative import into your CSS entry file — see [docs/guide.md#css-entry-file-detection](docs/guide.md#css-entry-file-detection) for how the entry file is found/overridden:
46
46
 
47
47
  ```bash
48
48
  bin/rails generate stimulus_plumbers:install
49
49
  ```
50
50
 
51
- The generator checks these files in order:
52
-
53
- - `app/assets/stylesheets/application.tailwind.css`
54
- - `app/assets/stylesheets/application.css`
55
- - `app/javascript/entrypoints/application.css`
56
-
57
- Override the detected file with `STIMULUS_PLUMBERS_CSS_FILE=/path/to/entry.css`. After the initial install, the import stays current automatically — the engine hooks `stimulus_plumbers:install` as a prerequisite of `assets:precompile`.
51
+ The engine re-runs the installer before `assets:precompile` to restore a missing copy and migrate legacy gem-path imports. Existing app-owned CSS is preserved, so update it intentionally when you want newer token defaults.
58
52
 
59
53
  ## Components
60
54
 
@@ -65,17 +59,21 @@ Override the detected file with `STIMULUS_PLUMBERS_CSS_FILE=/path/to/entry.css`.
65
59
  | Calendar | `sp_calendar_month` | [docs/component/calendar.md](docs/component/calendar.md) |
66
60
  | Calendar (Turbo) | `sp_calendar_turbo`, `sp_calendar_turbo_month`, `sp_calendar_turbo_year`, `sp_calendar_turbo_decade` | [docs/component/calendar.md](docs/component/calendar.md) |
67
61
  | Card | `sp_card` | [docs/component/card.md](docs/component/card.md) |
62
+ | Checklist | `sp_checklist` | [docs/component/checklist.md](docs/component/checklist.md) |
68
63
  | Combobox — date | `sp_combobox_date` | [docs/component/combobox.md](docs/component/combobox.md#sp_combobox_date) |
69
64
  | Combobox — dropdown | `sp_combobox_dropdown` | [docs/component/combobox.md](docs/component/combobox.md#sp_combobox_dropdown) |
70
65
  | Combobox — typeahead | `sp_combobox_typeahead` | [docs/component/combobox.md](docs/component/combobox.md#sp_combobox_typeahead) |
71
66
  | Combobox — time | `sp_combobox_time` | [docs/component/combobox.md](docs/component/combobox.md#sp_combobox_time) |
72
67
  | Divider | `sp_divider` | [docs/component/divider.md](docs/component/divider.md) |
73
68
  | Icon | `sp_icon` | [docs/component/icon.md](docs/component/icon.md) |
69
+ | Indicator | `sp_indicator` | [docs/component/indicator.md](docs/component/indicator.md) |
74
70
  | Link | `sp_link` | [docs/component/link.md](docs/component/link.md) |
75
71
  | List | `sp_list` | [docs/component/list.md](docs/component/list.md) |
76
72
  | Modal | — (JS only) | [docs/component/modal.md](docs/component/modal.md) |
73
+ | OrderedList | `sp_ordered_list` | [docs/component/ordered_list.md](docs/component/ordered_list.md) |
77
74
  | Popover | `sp_popover` | [docs/component/popover.md](docs/component/popover.md) |
78
- | Timeline | `sp_timeline` | [docs/component/timeline.md](docs/component/timeline.md) |
75
+ | Progress | `sp_progress_bar`, `sp_progress_ring`, `sp_progress_meter` | [docs/component/progress.md](docs/component/progress.md) |
76
+ | Timeline | `sp_timeline`, `sp_timeline_group` | [docs/component/timeline.md](docs/component/timeline.md) |
79
77
 
80
78
  ## Form Builder
81
79
 
@@ -26,14 +26,39 @@
26
26
  }
27
27
  },
28
28
  "outlets": [],
29
- "classes": []
29
+ "classes": [],
30
+ "actions": [
31
+ "attach",
32
+ "constructor",
33
+ "detach",
34
+ "drawGrid",
35
+ "handle",
36
+ "if",
37
+ "navigate",
38
+ "navigated",
39
+ "step"
40
+ ],
41
+ "dispatches": [
42
+ "selected",
43
+ "selecting"
44
+ ]
30
45
  },
31
46
  "calendar-decade-selector": {
32
47
  "identifier": "calendar-decade-selector",
33
48
  "targets": [],
34
49
  "values": {},
35
50
  "outlets": [],
36
- "classes": []
51
+ "classes": [],
52
+ "actions": [
53
+ "attach",
54
+ "constructor",
55
+ "detach",
56
+ "handle"
57
+ ],
58
+ "dispatches": [
59
+ "selected",
60
+ "selecting"
61
+ ]
37
62
  },
38
63
  "calendar-month": {
39
64
  "identifier": "calendar-month",
@@ -87,6 +112,25 @@
87
112
  "dayOfMonth",
88
113
  "dayOfOtherMonth",
89
114
  "row"
115
+ ],
116
+ "actions": [
117
+ "_scheduleNavigate",
118
+ "attach",
119
+ "constructor",
120
+ "createDayElement",
121
+ "detach",
122
+ "drawDaysOfMonth",
123
+ "drawDaysOfWeek",
124
+ "handle",
125
+ "if",
126
+ "navigate",
127
+ "navigated",
128
+ "select",
129
+ "step"
130
+ ],
131
+ "dispatches": [
132
+ "selected",
133
+ "selecting"
90
134
  ]
91
135
  },
92
136
  "calendar-month-selector": {
@@ -94,7 +138,17 @@
94
138
  "targets": [],
95
139
  "values": {},
96
140
  "outlets": [],
97
- "classes": []
141
+ "classes": [],
142
+ "actions": [
143
+ "attach",
144
+ "constructor",
145
+ "detach",
146
+ "handle"
147
+ ],
148
+ "dispatches": [
149
+ "selected",
150
+ "selecting"
151
+ ]
98
152
  },
99
153
  "calendar-year": {
100
154
  "identifier": "calendar-year",
@@ -131,14 +185,56 @@
131
185
  }
132
186
  },
133
187
  "outlets": [],
134
- "classes": []
188
+ "classes": [],
189
+ "actions": [
190
+ "attach",
191
+ "constructor",
192
+ "detach",
193
+ "drawGrid",
194
+ "handle",
195
+ "if",
196
+ "navigate",
197
+ "navigated",
198
+ "step"
199
+ ],
200
+ "dispatches": [
201
+ "selected",
202
+ "selecting"
203
+ ]
135
204
  },
136
205
  "calendar-year-selector": {
137
206
  "identifier": "calendar-year-selector",
138
207
  "targets": [],
139
208
  "values": {},
140
209
  "outlets": [],
141
- "classes": []
210
+ "classes": [],
211
+ "actions": [
212
+ "attach",
213
+ "constructor",
214
+ "detach",
215
+ "handle"
216
+ ],
217
+ "dispatches": [
218
+ "selected",
219
+ "selecting"
220
+ ]
221
+ },
222
+ "checklist": {
223
+ "identifier": "checklist",
224
+ "targets": [
225
+ "master",
226
+ "item"
227
+ ],
228
+ "values": {},
229
+ "outlets": [],
230
+ "classes": [],
231
+ "actions": [
232
+ "enabledItems",
233
+ "onChange",
234
+ "recompute",
235
+ "toggleAll"
236
+ ],
237
+ "dispatches": []
142
238
  },
143
239
  "clipboard": {
144
240
  "identifier": "clipboard",
@@ -152,7 +248,16 @@
152
248
  }
153
249
  },
154
250
  "outlets": [],
155
- "classes": []
251
+ "classes": [],
252
+ "actions": [
253
+ "copy",
254
+ "onPaste"
255
+ ],
256
+ "dispatches": [
257
+ "copied",
258
+ "copy-failed",
259
+ "pasted"
260
+ ]
156
261
  },
157
262
  "combobox-date": {
158
263
  "identifier": "combobox-date",
@@ -194,7 +299,29 @@
194
299
  "calendar-year",
195
300
  "calendar-decade"
196
301
  ],
197
- "classes": []
302
+ "classes": [],
303
+ "actions": [
304
+ "calendarMonthOutletConnected",
305
+ "draw",
306
+ "drawDay",
307
+ "drawMonth",
308
+ "drawView",
309
+ "drawViewTitle",
310
+ "drawYear",
311
+ "if",
312
+ "next",
313
+ "onDaySelect",
314
+ "onMonthSelect",
315
+ "onYearSelect",
316
+ "previous",
317
+ "stepArgs",
318
+ "syncOutletValues",
319
+ "viewTitleLabel",
320
+ "zoomOut"
321
+ ],
322
+ "dispatches": [
323
+ "selected"
324
+ ]
198
325
  },
199
326
  "combobox-dropdown": {
200
327
  "identifier": "combobox-dropdown",
@@ -218,7 +345,19 @@
218
345
  }
219
346
  },
220
347
  "outlets": [],
221
- "classes": []
348
+ "classes": [],
349
+ "actions": [
350
+ "filter",
351
+ "onNavigate",
352
+ "onSelect",
353
+ "select",
354
+ "setEmpty",
355
+ "setLoading",
356
+ "showAll"
357
+ ],
358
+ "dispatches": [
359
+ "selected"
360
+ ]
222
361
  },
223
362
  "combobox-time": {
224
363
  "identifier": "combobox-time",
@@ -229,7 +368,18 @@
229
368
  ],
230
369
  "values": {},
231
370
  "outlets": [],
232
- "classes": []
371
+ "classes": [],
372
+ "actions": [
373
+ "onNavigate",
374
+ "onSelect",
375
+ "select",
376
+ "selectedValue",
377
+ "step",
378
+ "toH24"
379
+ ],
380
+ "dispatches": [
381
+ "selected"
382
+ ]
233
383
  },
234
384
  "dismisser": {
235
385
  "identifier": "dismisser",
@@ -238,7 +388,9 @@
238
388
  ],
239
389
  "values": {},
240
390
  "outlets": [],
241
- "classes": []
391
+ "classes": [],
392
+ "actions": [],
393
+ "dispatches": []
242
394
  },
243
395
  "flipper": {
244
396
  "identifier": "flipper",
@@ -261,7 +413,9 @@
261
413
  }
262
414
  },
263
415
  "outlets": [],
264
- "classes": []
416
+ "classes": [],
417
+ "actions": [],
418
+ "dispatches": []
265
419
  },
266
420
  "input-clearable": {
267
421
  "identifier": "input-clearable",
@@ -271,7 +425,13 @@
271
425
  ],
272
426
  "values": {},
273
427
  "outlets": [],
274
- "classes": []
428
+ "classes": [],
429
+ "actions": [
430
+ "clear",
431
+ "draw",
432
+ "handleEscape"
433
+ ],
434
+ "dispatches": []
275
435
  },
276
436
  "input-combobox": {
277
437
  "identifier": "input-combobox",
@@ -291,17 +451,64 @@
291
451
  "outlets": [
292
452
  "combobox-dropdown"
293
453
  ],
294
- "classes": []
454
+ "classes": [],
455
+ "actions": [
456
+ "onInput",
457
+ "onSelect"
458
+ ],
459
+ "dispatches": [
460
+ "changed"
461
+ ]
295
462
  },
296
463
  "input-formatter": {
297
464
  "identifier": "input-formatter",
298
465
  "targets": [
299
466
  "input",
300
- "toggle"
467
+ "toggle",
468
+ "cell"
301
469
  ],
302
- "values": {},
470
+ "values": {
471
+ "format": {
472
+ "type": "String",
473
+ "default": "plain"
474
+ },
475
+ "options": {
476
+ "type": "Object",
477
+ "default": {}
478
+ },
479
+ "revealed": {
480
+ "type": "Boolean",
481
+ "default": false
482
+ },
483
+ "groups": {
484
+ "type": "Array",
485
+ "default": []
486
+ }
487
+ },
303
488
  "outlets": [],
304
- "classes": []
489
+ "classes": [],
490
+ "actions": [
491
+ "attachCells",
492
+ "cellsValue",
493
+ "detachCells",
494
+ "drawCells",
495
+ "drawToggle",
496
+ "format",
497
+ "isFull",
498
+ "onBlur",
499
+ "onChange",
500
+ "onFocus",
501
+ "onFormatting",
502
+ "onInput",
503
+ "onPaste",
504
+ "primeFilledState",
505
+ "readValue",
506
+ "toggle"
507
+ ],
508
+ "dispatches": [
509
+ "filled",
510
+ "formatted"
511
+ ]
305
512
  },
306
513
  "modal": {
307
514
  "identifier": "modal",
@@ -311,7 +518,12 @@
311
518
  ],
312
519
  "values": {},
313
520
  "outlets": [],
314
- "classes": []
521
+ "classes": [],
522
+ "actions": [
523
+ "close",
524
+ "open"
525
+ ],
526
+ "dispatches": []
315
527
  },
316
528
  "panner": {
317
529
  "identifier": "panner",
@@ -320,7 +532,9 @@
320
532
  ],
321
533
  "values": {},
322
534
  "outlets": [],
323
- "classes": []
535
+ "classes": [],
536
+ "actions": [],
537
+ "dispatches": []
324
538
  },
325
539
  "popover": {
326
540
  "identifier": "popover",
@@ -359,10 +573,114 @@
359
573
  }
360
574
  },
361
575
  "outlets": [],
362
- "classes": [
363
- "hidden"
576
+ "classes": [],
577
+ "actions": [
578
+ "canLoad",
579
+ "close",
580
+ "closeOnSelect",
581
+ "contentLoaded",
582
+ "contentLoader",
583
+ "contentLoading",
584
+ "dismissed",
585
+ "getContentNode",
586
+ "hidden",
587
+ "open",
588
+ "shown",
589
+ "toggle"
590
+ ],
591
+ "dispatches": []
592
+ },
593
+ "progress": {
594
+ "identifier": "progress",
595
+ "targets": [
596
+ "fill",
597
+ "meter"
598
+ ],
599
+ "values": {
600
+ "variant": {
601
+ "type": "String",
602
+ "default": "bar"
603
+ },
604
+ "current": {
605
+ "type": "Number",
606
+ "default": 0
607
+ },
608
+ "min": {
609
+ "type": "Number",
610
+ "default": 0
611
+ },
612
+ "max": {
613
+ "type": "Number",
614
+ "default": 100
615
+ },
616
+ "indeterminate": {
617
+ "type": "Boolean",
618
+ "default": false
619
+ },
620
+ "indeterminateFraction": {
621
+ "type": "Number",
622
+ "default": 0.25
623
+ },
624
+ "optimum": {
625
+ "type": "Number"
626
+ },
627
+ "low": {
628
+ "type": "Number"
629
+ },
630
+ "high": {
631
+ "type": "Number"
632
+ }
633
+ },
634
+ "outlets": [],
635
+ "classes": [],
636
+ "actions": [
637
+ "clamp",
638
+ "percent",
639
+ "render",
640
+ "renderBar",
641
+ "renderMeter",
642
+ "renderRing",
643
+ "setCircumference",
644
+ "setValue"
645
+ ],
646
+ "dispatches": [
647
+ "changed"
364
648
  ]
365
649
  },
650
+ "reorderable": {
651
+ "identifier": "reorderable",
652
+ "targets": [
653
+ "item",
654
+ "handle",
655
+ "trigger"
656
+ ],
657
+ "values": {
658
+ "moveKey": {
659
+ "type": "String",
660
+ "default": "Alt"
661
+ },
662
+ "editing": {
663
+ "type": "Boolean",
664
+ "default": false
665
+ },
666
+ "orientation": {
667
+ "type": "String",
668
+ "default": "vertical"
669
+ }
670
+ },
671
+ "outlets": [],
672
+ "classes": [],
673
+ "actions": [
674
+ "enterEditing",
675
+ "exitEditing",
676
+ "moved",
677
+ "onPointerDown",
678
+ "onPointerMove",
679
+ "onPointerUp",
680
+ "toggleEditing"
681
+ ],
682
+ "dispatches": []
683
+ },
366
684
  "timeline": {
367
685
  "identifier": "timeline",
368
686
  "targets": [
@@ -370,9 +688,30 @@
370
688
  "detail",
371
689
  "time"
372
690
  ],
373
- "values": {},
691
+ "values": {
692
+ "dateFormat": {
693
+ "type": "Object",
694
+ "default": {}
695
+ }
696
+ },
374
697
  "outlets": [],
375
- "classes": []
698
+ "classes": [],
699
+ "actions": [
700
+ "collapse",
701
+ "collapseItem",
702
+ "expand",
703
+ "expandItem",
704
+ "format",
705
+ "normalize",
706
+ "toggle",
707
+ "validate"
708
+ ],
709
+ "dispatches": [
710
+ "collapse",
711
+ "collapsed",
712
+ "expand",
713
+ "expanded"
714
+ ]
376
715
  },
377
716
  "visibility": {
378
717
  "identifier": "visibility",
@@ -381,6 +720,11 @@
381
720
  ],
382
721
  "values": {},
383
722
  "outlets": [],
384
- "classes": []
723
+ "classes": [],
724
+ "actions": [
725
+ "dismissed",
726
+ "toggle"
727
+ ],
728
+ "dispatches": []
385
729
  }
386
730
  }