stimulus_plumbers 0.4.16 → 0.4.17

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e56d5cefe210da0f686e7be54c08ff9e767697f0214d60824283625f7ff86d9f
4
- data.tar.gz: 88aac6a4b5dba83e9e8761ab18e94e2b311fb53dd81f8f6e4ec9e89bf5f31b71
3
+ metadata.gz: 879a9cd36f5cd737f4485039c8a6c6e748672378e6ff18a699d26fcf762342aa
4
+ data.tar.gz: 5a31c8b67ea86ffc31b24d61264b7ffe5a386c1b5ed3a75321f6252b4ee32e4a
5
5
  SHA512:
6
- metadata.gz: 043212af4e4d4b246be667e6e76df5769f08cdadf8fa27298f4ab28deb2a60a7fb11176c6768f1c43bca25f54574a5e3b9a86b4a27f6fccf8f7eadfb817d6f6d
7
- data.tar.gz: 929c26badcaf32e3d2a3cb6e264b7f86d18487b3edc570b97589c4aaa40f54a45c4a0ae4800591a059e62f11e1718f88cd3818cff7aeeda003ee58116f3a2741
6
+ metadata.gz: 1385796a4768618605615a1d0038eacc017164123169c8ae5c79c8e5d18105ef298cde6724fd6d715f40e048cd91e54ca36d97762f500c6fae9ce3f12d8bfbc8
7
+ data.tar.gz: 63c2ea1ac4a55d261cc47fb5dc6229c20461898df211125c0afe188a24d7dc1b9565cc63c4f891dc886253bb01e067ad42ac6bab99606904f6d253b2cde253cf
data/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
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.16](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-rails/v0.4.15..stimulus-plumbers-rails/v0.4.16) - 2026-08-06
7
+
8
+ ### Bug Fixes
9
+
10
+ - form builder with label translation ([#200](https://github.com/ryancyq/stimulus-plumbers/issues/200)) - ([117394e](https://github.com/ryancyq/stimulus-plumbers/commit/117394e7406daf0e574df06361ae36815bf4d0b1)) - Ryan Chang
11
+ - form input range with progress bar ([#201](https://github.com/ryancyq/stimulus-plumbers/issues/201)) - ([9102b0c](https://github.com/ryancyq/stimulus-plumbers/commit/9102b0c5135f54edbf0e1c5d49021f4b6c39f540)) - Ryan Chang
12
+ - progress readout placement + styling ([#202](https://github.com/ryancyq/stimulus-plumbers/issues/202)) - ([51b0d09](https://github.com/ryancyq/stimulus-plumbers/commit/51b0d09fd495e31be0d73e34ac542c7ec32537db)) - Ryan Chang
13
+
14
+ ### Tests
15
+
16
+ - reorganize spec structure ([#203](https://github.com/ryancyq/stimulus-plumbers/issues/203)) - ([8d08f39](https://github.com/ryancyq/stimulus-plumbers/commit/8d08f39476d5f8faad2db47abdab11c079b0aae9)) - Ryan Chang
17
+
5
18
  ---
6
19
  ## [0.4.15](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-rails/v0.4.14..stimulus-plumbers-rails/v0.4.15) - 2026-07-23
7
20
 
@@ -38,6 +38,29 @@
38
38
  "navigated",
39
39
  "step"
40
40
  ],
41
+ "actionParams": {
42
+ "attach": [],
43
+ "constructor": [
44
+ "controller",
45
+ "options = {}"
46
+ ],
47
+ "detach": [],
48
+ "drawGrid": [],
49
+ "handle": [
50
+ "event"
51
+ ],
52
+ "if": [
53
+ "values.length === 0"
54
+ ],
55
+ "navigate": [
56
+ "date"
57
+ ],
58
+ "navigated": [],
59
+ "step": [
60
+ "unit",
61
+ "dir"
62
+ ]
63
+ },
41
64
  "dispatches": [
42
65
  "selected",
43
66
  "selecting"
@@ -55,6 +78,17 @@
55
78
  "detach",
56
79
  "handle"
57
80
  ],
81
+ "actionParams": {
82
+ "attach": [],
83
+ "constructor": [
84
+ "controller",
85
+ "options = {}"
86
+ ],
87
+ "detach": [],
88
+ "handle": [
89
+ "event"
90
+ ]
91
+ },
58
92
  "dispatches": [
59
93
  "selected",
60
94
  "selecting"
@@ -128,6 +162,38 @@
128
162
  "select",
129
163
  "step"
130
164
  ],
165
+ "actionParams": {
166
+ "_scheduleNavigate": [],
167
+ "attach": [],
168
+ "constructor": [
169
+ "controller",
170
+ "options = {}"
171
+ ],
172
+ "createDayElement": [
173
+ "day",
174
+ "{ selectable = false, disabled = false } = {}"
175
+ ],
176
+ "detach": [],
177
+ "drawDaysOfMonth": [],
178
+ "drawDaysOfWeek": [],
179
+ "handle": [
180
+ "event"
181
+ ],
182
+ "if": [
183
+ "values.length === 0"
184
+ ],
185
+ "navigate": [
186
+ "date"
187
+ ],
188
+ "navigated": [],
189
+ "select": [
190
+ "iso"
191
+ ],
192
+ "step": [
193
+ "unit",
194
+ "dir"
195
+ ]
196
+ },
131
197
  "dispatches": [
132
198
  "selected",
133
199
  "selecting"
@@ -145,6 +211,17 @@
145
211
  "detach",
146
212
  "handle"
147
213
  ],
214
+ "actionParams": {
215
+ "attach": [],
216
+ "constructor": [
217
+ "controller",
218
+ "options = {}"
219
+ ],
220
+ "detach": [],
221
+ "handle": [
222
+ "event"
223
+ ]
224
+ },
148
225
  "dispatches": [
149
226
  "selected",
150
227
  "selecting"
@@ -197,6 +274,29 @@
197
274
  "navigated",
198
275
  "step"
199
276
  ],
277
+ "actionParams": {
278
+ "attach": [],
279
+ "constructor": [
280
+ "controller",
281
+ "options = {}"
282
+ ],
283
+ "detach": [],
284
+ "drawGrid": [],
285
+ "handle": [
286
+ "event"
287
+ ],
288
+ "if": [
289
+ "values.length === 0"
290
+ ],
291
+ "navigate": [
292
+ "date"
293
+ ],
294
+ "navigated": [],
295
+ "step": [
296
+ "unit",
297
+ "dir"
298
+ ]
299
+ },
200
300
  "dispatches": [
201
301
  "selected",
202
302
  "selecting"
@@ -214,6 +314,17 @@
214
314
  "detach",
215
315
  "handle"
216
316
  ],
317
+ "actionParams": {
318
+ "attach": [],
319
+ "constructor": [
320
+ "controller",
321
+ "options = {}"
322
+ ],
323
+ "detach": [],
324
+ "handle": [
325
+ "event"
326
+ ]
327
+ },
217
328
  "dispatches": [
218
329
  "selected",
219
330
  "selecting"
@@ -234,6 +345,16 @@
234
345
  "recompute",
235
346
  "toggleAll"
236
347
  ],
348
+ "actionParams": {
349
+ "enabledItems": [],
350
+ "onChange": [
351
+ "event"
352
+ ],
353
+ "recompute": [],
354
+ "toggleAll": [
355
+ "checked"
356
+ ]
357
+ },
237
358
  "dispatches": []
238
359
  },
239
360
  "clipboard": {
@@ -253,6 +374,14 @@
253
374
  "copy",
254
375
  "onPaste"
255
376
  ],
377
+ "actionParams": {
378
+ "copy": [
379
+ "event"
380
+ ],
381
+ "onPaste": [
382
+ "event"
383
+ ]
384
+ },
256
385
  "dispatches": [
257
386
  "copied",
258
387
  "copy-failed",
@@ -319,6 +448,38 @@
319
448
  "viewTitleLabel",
320
449
  "zoomOut"
321
450
  ],
451
+ "actionParams": {
452
+ "calendarMonthOutletConnected": [],
453
+ "draw": [],
454
+ "drawDay": [],
455
+ "drawMonth": [],
456
+ "drawView": [],
457
+ "drawViewTitle": [],
458
+ "drawYear": [],
459
+ "if": [
460
+ "values.length === 0"
461
+ ],
462
+ "next": [],
463
+ "onDaySelect": [
464
+ "event"
465
+ ],
466
+ "onMonthSelect": [
467
+ "event"
468
+ ],
469
+ "onYearSelect": [
470
+ "event"
471
+ ],
472
+ "previous": [],
473
+ "stepArgs": [
474
+ "direction"
475
+ ],
476
+ "syncOutletValues": [],
477
+ "viewTitleLabel": [
478
+ "year",
479
+ "month"
480
+ ],
481
+ "zoomOut": []
482
+ },
322
483
  "dispatches": [
323
484
  "selected"
324
485
  ]
@@ -355,6 +516,27 @@
355
516
  "setLoading",
356
517
  "showAll"
357
518
  ],
519
+ "actionParams": {
520
+ "filter": [
521
+ "query"
522
+ ],
523
+ "onNavigate": [
524
+ "event"
525
+ ],
526
+ "onSelect": [
527
+ "event"
528
+ ],
529
+ "select": [
530
+ "value"
531
+ ],
532
+ "setEmpty": [
533
+ "on"
534
+ ],
535
+ "setLoading": [
536
+ "on"
537
+ ],
538
+ "showAll": []
539
+ },
358
540
  "dispatches": [
359
541
  "selected"
360
542
  ]
@@ -377,6 +559,25 @@
377
559
  "step",
378
560
  "toH24"
379
561
  ],
562
+ "actionParams": {
563
+ "onNavigate": [
564
+ "event"
565
+ ],
566
+ "onSelect": [
567
+ "event"
568
+ ],
569
+ "select": [
570
+ "value"
571
+ ],
572
+ "selectedValue": [
573
+ "drum"
574
+ ],
575
+ "step": [
576
+ "drum",
577
+ "delta"
578
+ ],
579
+ "toH24": []
580
+ },
380
581
  "dispatches": [
381
582
  "selected"
382
583
  ]
@@ -390,6 +591,7 @@
390
591
  "outlets": [],
391
592
  "classes": [],
392
593
  "actions": [],
594
+ "actionParams": {},
393
595
  "dispatches": []
394
596
  },
395
597
  "flipper": {
@@ -415,6 +617,7 @@
415
617
  "outlets": [],
416
618
  "classes": [],
417
619
  "actions": [],
620
+ "actionParams": {},
418
621
  "dispatches": []
419
622
  },
420
623
  "input-clearable": {
@@ -431,6 +634,13 @@
431
634
  "draw",
432
635
  "handleEscape"
433
636
  ],
637
+ "actionParams": {
638
+ "clear": [],
639
+ "draw": [],
640
+ "handleEscape": [
641
+ "event"
642
+ ]
643
+ },
434
644
  "dispatches": []
435
645
  },
436
646
  "input-combobox": {
@@ -456,6 +666,14 @@
456
666
  "onInput",
457
667
  "onSelect"
458
668
  ],
669
+ "actionParams": {
670
+ "onInput": [
671
+ "event"
672
+ ],
673
+ "onSelect": [
674
+ "event"
675
+ ]
676
+ },
459
677
  "dispatches": [
460
678
  "changed"
461
679
  ]
@@ -497,6 +715,33 @@
497
715
  "primeFilledState",
498
716
  "readValue"
499
717
  ],
718
+ "actionParams": {
719
+ "attachCells": [],
720
+ "detachCells": [],
721
+ "drawCells": [
722
+ "value"
723
+ ],
724
+ "format": [
725
+ "value"
726
+ ],
727
+ "isFull": [
728
+ "value"
729
+ ],
730
+ "onBlur": [],
731
+ "onChange": [
732
+ "event"
733
+ ],
734
+ "onFocus": [],
735
+ "onFormatting": [
736
+ "raw"
737
+ ],
738
+ "onInput": [],
739
+ "onPaste": [
740
+ "event"
741
+ ],
742
+ "primeFilledState": [],
743
+ "readValue": []
744
+ },
500
745
  "dispatches": [
501
746
  "filled",
502
747
  "formatted"
@@ -530,6 +775,10 @@
530
775
  "draw",
531
776
  "toggle"
532
777
  ],
778
+ "actionParams": {
779
+ "draw": [],
780
+ "toggle": []
781
+ },
533
782
  "dispatches": []
534
783
  },
535
784
  "modal": {
@@ -545,6 +794,14 @@
545
794
  "close",
546
795
  "open"
547
796
  ],
797
+ "actionParams": {
798
+ "close": [
799
+ "event"
800
+ ],
801
+ "open": [
802
+ "event"
803
+ ]
804
+ },
548
805
  "dispatches": []
549
806
  },
550
807
  "panner": {
@@ -556,6 +813,7 @@
556
813
  "outlets": [],
557
814
  "classes": [],
558
815
  "actions": [],
816
+ "actionParams": {},
559
817
  "dispatches": []
560
818
  },
561
819
  "password-strength": {
@@ -603,6 +861,28 @@
603
861
  "readValue",
604
862
  "score"
605
863
  ],
864
+ "actionParams": {
865
+ "announce": [
866
+ "level"
867
+ ],
868
+ "constructor": [
869
+ "controller",
870
+ "options = {}"
871
+ ],
872
+ "drawIcons": [
873
+ "target",
874
+ "satisfied"
875
+ ],
876
+ "drawRules": [
877
+ "rules"
878
+ ],
879
+ "enhance": [],
880
+ "if": [
881
+ "total > 0 && satisfied === total"
882
+ ],
883
+ "readValue": [],
884
+ "score": []
885
+ },
606
886
  "dispatches": []
607
887
  },
608
888
  "popover": {
@@ -657,6 +937,24 @@
657
937
  "shown",
658
938
  "toggle"
659
939
  ],
940
+ "actionParams": {
941
+ "canLoad": [],
942
+ "close": [],
943
+ "closeOnSelect": [],
944
+ "contentLoaded": [
945
+ "{ content }"
946
+ ],
947
+ "contentLoader": [],
948
+ "contentLoading": [],
949
+ "dismissed": [],
950
+ "getContentNode": [
951
+ "content"
952
+ ],
953
+ "hidden": [],
954
+ "open": [],
955
+ "shown": [],
956
+ "toggle": []
957
+ },
660
958
  "dispatches": []
661
959
  },
662
960
  "progress": {
@@ -727,6 +1025,27 @@
727
1025
  "setCircumference",
728
1026
  "setValue"
729
1027
  ],
1028
+ "actionParams": {
1029
+ "clamp": [
1030
+ "value"
1031
+ ],
1032
+ "formattedValue": [],
1033
+ "percent": [],
1034
+ "refresh": [],
1035
+ "render": [],
1036
+ "renderBar": [],
1037
+ "renderMeter": [],
1038
+ "renderRange": [],
1039
+ "renderRing": [],
1040
+ "renderSegmented": [],
1041
+ "renderValueText": [],
1042
+ "setCircumference": [
1043
+ "circle"
1044
+ ],
1045
+ "setValue": [
1046
+ "value"
1047
+ ]
1048
+ },
730
1049
  "dispatches": [
731
1050
  "changed"
732
1051
  ]
@@ -763,6 +1082,23 @@
763
1082
  "onPointerUp",
764
1083
  "toggleEditing"
765
1084
  ],
1085
+ "actionParams": {
1086
+ "enterEditing": [],
1087
+ "exitEditing": [],
1088
+ "moved": [
1089
+ "item"
1090
+ ],
1091
+ "onPointerDown": [
1092
+ "event"
1093
+ ],
1094
+ "onPointerMove": [
1095
+ "event"
1096
+ ],
1097
+ "onPointerUp": [
1098
+ "event"
1099
+ ],
1100
+ "toggleEditing": []
1101
+ },
766
1102
  "dispatches": []
767
1103
  },
768
1104
  "timeline": {
@@ -790,6 +1126,33 @@
790
1126
  "toggle",
791
1127
  "validate"
792
1128
  ],
1129
+ "actionParams": {
1130
+ "collapse": [
1131
+ "event"
1132
+ ],
1133
+ "collapseItem": [
1134
+ "trigger"
1135
+ ],
1136
+ "expand": [
1137
+ "event"
1138
+ ],
1139
+ "expandItem": [
1140
+ "trigger"
1141
+ ],
1142
+ "format": [
1143
+ "value",
1144
+ "opts = {}"
1145
+ ],
1146
+ "normalize": [
1147
+ "raw"
1148
+ ],
1149
+ "toggle": [
1150
+ "event"
1151
+ ],
1152
+ "validate": [
1153
+ "value"
1154
+ ]
1155
+ },
793
1156
  "dispatches": [
794
1157
  "collapse",
795
1158
  "collapsed",
@@ -809,6 +1172,10 @@
809
1172
  "dismissed",
810
1173
  "toggle"
811
1174
  ],
1175
+ "actionParams": {
1176
+ "dismissed": [],
1177
+ "toggle": []
1178
+ },
812
1179
  "dispatches": []
813
1180
  }
814
1181
  }
@@ -152,7 +152,7 @@ owns value/selection/filtering; `input-formatter` formats the displayed value.
152
152
  ```html
153
153
  <div
154
154
  data-controller="popover input-combobox input-formatter"
155
- data-action="input-combobox:changed->input-formatter#format"
155
+ data-action="input-combobox:changed->input-formatter#onChange"
156
156
  data-input-combobox-value-value="[initial-value]"
157
157
  >
158
158
  <input
@@ -212,7 +212,7 @@ nested `<ul role="listbox">` for typeahead.
212
212
  aria-label="[label]"
213
213
  data-popover-target="panel"
214
214
  data-controller="combobox-dropdown"
215
- data-action="click->combobox-dropdown#select keydown->combobox-dropdown#onNavigate combobox-dropdown:selected->input-combobox#onSelect combobox-dropdown:selected->popover#closeOnSelect"
215
+ data-action="click->combobox-dropdown#onSelect keydown->combobox-dropdown#onNavigate combobox-dropdown:selected->input-combobox#onSelect combobox-dropdown:selected->popover#closeOnSelect"
216
216
  data-combobox-dropdown-target="listbox"
217
217
  >
218
218
  <li role="option" data-value="us" aria-selected="false">United States</li>
@@ -231,7 +231,7 @@ non-focusable (the popover focuses the first focusable element in the panel on o
231
231
  hidden
232
232
  data-popover-target="panel"
233
233
  data-controller="combobox-dropdown"
234
- data-action="click->combobox-dropdown#select keydown->combobox-dropdown#onNavigate combobox-dropdown:selected->input-combobox#onSelect combobox-dropdown:selected->popover#closeOnSelect"
234
+ data-action="click->combobox-dropdown#onSelect keydown->combobox-dropdown#onNavigate combobox-dropdown:selected->input-combobox#onSelect combobox-dropdown:selected->popover#closeOnSelect"
235
235
  data-combobox-dropdown-url-value="[url]"
236
236
  >
237
237
  <ul
@@ -6,7 +6,7 @@ module StimulusPlumbers
6
6
  class Dropdown < Plumber::Base
7
7
  STIMULUS_CONTROLLER = "combobox-dropdown"
8
8
  STIMULUS_ACTION = [
9
- "click->#{STIMULUS_CONTROLLER}#select",
9
+ "click->#{STIMULUS_CONTROLLER}#onSelect",
10
10
  "keydown->#{STIMULUS_CONTROLLER}#onNavigate",
11
11
  "#{STIMULUS_CONTROLLER}:selected->#{Combobox::STIMULUS_CONTROLLER}#onSelect",
12
12
  "#{STIMULUS_CONTROLLER}:selected->#{Components::Popover::STIMULUS_CONTROLLER}#closeOnSelect"
@@ -114,7 +114,7 @@ module StimulusPlumbers
114
114
  aria: { label: label },
115
115
  data: { "#{STIMULUS_CONTROLLER}_target": target }
116
116
  },
117
- { data: { action: "click->#{STIMULUS_CONTROLLER}#select keydown->#{STIMULUS_CONTROLLER}#onNavigate" } }
117
+ { data: { action: "click->#{STIMULUS_CONTROLLER}#onSelect keydown->#{STIMULUS_CONTROLLER}#onNavigate" } }
118
118
  )
119
119
  template.content_tag(:ul, **attrs) do
120
120
  template.safe_join(
@@ -5,7 +5,7 @@ module StimulusPlumbers
5
5
  class Combobox < Plumber::Base
6
6
  STIMULUS_CONTROLLER = "input-combobox"
7
7
  FORMAT_CONTROLLER = "input-formatter"
8
- FORMAT_ACTION = "input-combobox:changed->input-formatter#format"
8
+ FORMAT_ACTION = "input-combobox:changed->input-formatter#onChange"
9
9
 
10
10
  def render(trigger: {}, input: {}, id: nil, label: nil, close_on_select: nil, **kwargs, &block)
11
11
  trigger_opts = trigger.dup
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StimulusPlumbers
4
- VERSION = "0.4.16"
4
+ VERSION = "0.4.17"
5
5
  end
@@ -66,7 +66,11 @@
66
66
  "values": []
67
67
  },
68
68
  "combobox-date": {
69
- "actions": [],
69
+ "actions": [
70
+ "onDaySelect",
71
+ "onMonthSelect",
72
+ "onYearSelect"
73
+ ],
70
74
  "listens": [
71
75
  "selected"
72
76
  ],
@@ -76,7 +80,7 @@
76
80
  "combobox-dropdown": {
77
81
  "actions": [
78
82
  "onNavigate",
79
- "select"
83
+ "onSelect"
80
84
  ],
81
85
  "listens": [
82
86
  "selected"
@@ -87,7 +91,7 @@
87
91
  "combobox-time": {
88
92
  "actions": [
89
93
  "onNavigate",
90
- "select"
94
+ "onSelect"
91
95
  ],
92
96
  "listens": [
93
97
  "selected"
@@ -117,7 +121,8 @@
117
121
  },
118
122
  "input-combobox": {
119
123
  "actions": [
120
- "onInput"
124
+ "onInput",
125
+ "onSelect"
121
126
  ],
122
127
  "listens": [
123
128
  "changed"
@@ -128,6 +133,7 @@
128
133
  "input-formatter": {
129
134
  "actions": [
130
135
  "onBlur",
136
+ "onChange",
131
137
  "onFocus",
132
138
  "onInput"
133
139
  ],
@@ -166,6 +172,7 @@
166
172
  "popover": {
167
173
  "actions": [
168
174
  "close",
175
+ "closeOnSelect",
169
176
  "open",
170
177
  "toggle"
171
178
  ],
@@ -38,6 +38,29 @@
38
38
  "navigated",
39
39
  "step"
40
40
  ],
41
+ "actionParams": {
42
+ "attach": [],
43
+ "constructor": [
44
+ "controller",
45
+ "options = {}"
46
+ ],
47
+ "detach": [],
48
+ "drawGrid": [],
49
+ "handle": [
50
+ "event"
51
+ ],
52
+ "if": [
53
+ "values.length === 0"
54
+ ],
55
+ "navigate": [
56
+ "date"
57
+ ],
58
+ "navigated": [],
59
+ "step": [
60
+ "unit",
61
+ "dir"
62
+ ]
63
+ },
41
64
  "dispatches": [
42
65
  "selected",
43
66
  "selecting"
@@ -55,6 +78,17 @@
55
78
  "detach",
56
79
  "handle"
57
80
  ],
81
+ "actionParams": {
82
+ "attach": [],
83
+ "constructor": [
84
+ "controller",
85
+ "options = {}"
86
+ ],
87
+ "detach": [],
88
+ "handle": [
89
+ "event"
90
+ ]
91
+ },
58
92
  "dispatches": [
59
93
  "selected",
60
94
  "selecting"
@@ -128,6 +162,38 @@
128
162
  "select",
129
163
  "step"
130
164
  ],
165
+ "actionParams": {
166
+ "_scheduleNavigate": [],
167
+ "attach": [],
168
+ "constructor": [
169
+ "controller",
170
+ "options = {}"
171
+ ],
172
+ "createDayElement": [
173
+ "day",
174
+ "{ selectable = false, disabled = false } = {}"
175
+ ],
176
+ "detach": [],
177
+ "drawDaysOfMonth": [],
178
+ "drawDaysOfWeek": [],
179
+ "handle": [
180
+ "event"
181
+ ],
182
+ "if": [
183
+ "values.length === 0"
184
+ ],
185
+ "navigate": [
186
+ "date"
187
+ ],
188
+ "navigated": [],
189
+ "select": [
190
+ "iso"
191
+ ],
192
+ "step": [
193
+ "unit",
194
+ "dir"
195
+ ]
196
+ },
131
197
  "dispatches": [
132
198
  "selected",
133
199
  "selecting"
@@ -145,6 +211,17 @@
145
211
  "detach",
146
212
  "handle"
147
213
  ],
214
+ "actionParams": {
215
+ "attach": [],
216
+ "constructor": [
217
+ "controller",
218
+ "options = {}"
219
+ ],
220
+ "detach": [],
221
+ "handle": [
222
+ "event"
223
+ ]
224
+ },
148
225
  "dispatches": [
149
226
  "selected",
150
227
  "selecting"
@@ -197,6 +274,29 @@
197
274
  "navigated",
198
275
  "step"
199
276
  ],
277
+ "actionParams": {
278
+ "attach": [],
279
+ "constructor": [
280
+ "controller",
281
+ "options = {}"
282
+ ],
283
+ "detach": [],
284
+ "drawGrid": [],
285
+ "handle": [
286
+ "event"
287
+ ],
288
+ "if": [
289
+ "values.length === 0"
290
+ ],
291
+ "navigate": [
292
+ "date"
293
+ ],
294
+ "navigated": [],
295
+ "step": [
296
+ "unit",
297
+ "dir"
298
+ ]
299
+ },
200
300
  "dispatches": [
201
301
  "selected",
202
302
  "selecting"
@@ -214,6 +314,17 @@
214
314
  "detach",
215
315
  "handle"
216
316
  ],
317
+ "actionParams": {
318
+ "attach": [],
319
+ "constructor": [
320
+ "controller",
321
+ "options = {}"
322
+ ],
323
+ "detach": [],
324
+ "handle": [
325
+ "event"
326
+ ]
327
+ },
217
328
  "dispatches": [
218
329
  "selected",
219
330
  "selecting"
@@ -234,6 +345,16 @@
234
345
  "recompute",
235
346
  "toggleAll"
236
347
  ],
348
+ "actionParams": {
349
+ "enabledItems": [],
350
+ "onChange": [
351
+ "event"
352
+ ],
353
+ "recompute": [],
354
+ "toggleAll": [
355
+ "checked"
356
+ ]
357
+ },
237
358
  "dispatches": []
238
359
  },
239
360
  "clipboard": {
@@ -253,6 +374,14 @@
253
374
  "copy",
254
375
  "onPaste"
255
376
  ],
377
+ "actionParams": {
378
+ "copy": [
379
+ "event"
380
+ ],
381
+ "onPaste": [
382
+ "event"
383
+ ]
384
+ },
256
385
  "dispatches": [
257
386
  "copied",
258
387
  "copy-failed",
@@ -319,6 +448,38 @@
319
448
  "viewTitleLabel",
320
449
  "zoomOut"
321
450
  ],
451
+ "actionParams": {
452
+ "calendarMonthOutletConnected": [],
453
+ "draw": [],
454
+ "drawDay": [],
455
+ "drawMonth": [],
456
+ "drawView": [],
457
+ "drawViewTitle": [],
458
+ "drawYear": [],
459
+ "if": [
460
+ "values.length === 0"
461
+ ],
462
+ "next": [],
463
+ "onDaySelect": [
464
+ "event"
465
+ ],
466
+ "onMonthSelect": [
467
+ "event"
468
+ ],
469
+ "onYearSelect": [
470
+ "event"
471
+ ],
472
+ "previous": [],
473
+ "stepArgs": [
474
+ "direction"
475
+ ],
476
+ "syncOutletValues": [],
477
+ "viewTitleLabel": [
478
+ "year",
479
+ "month"
480
+ ],
481
+ "zoomOut": []
482
+ },
322
483
  "dispatches": [
323
484
  "selected"
324
485
  ]
@@ -355,6 +516,27 @@
355
516
  "setLoading",
356
517
  "showAll"
357
518
  ],
519
+ "actionParams": {
520
+ "filter": [
521
+ "query"
522
+ ],
523
+ "onNavigate": [
524
+ "event"
525
+ ],
526
+ "onSelect": [
527
+ "event"
528
+ ],
529
+ "select": [
530
+ "value"
531
+ ],
532
+ "setEmpty": [
533
+ "on"
534
+ ],
535
+ "setLoading": [
536
+ "on"
537
+ ],
538
+ "showAll": []
539
+ },
358
540
  "dispatches": [
359
541
  "selected"
360
542
  ]
@@ -377,6 +559,25 @@
377
559
  "step",
378
560
  "toH24"
379
561
  ],
562
+ "actionParams": {
563
+ "onNavigate": [
564
+ "event"
565
+ ],
566
+ "onSelect": [
567
+ "event"
568
+ ],
569
+ "select": [
570
+ "value"
571
+ ],
572
+ "selectedValue": [
573
+ "drum"
574
+ ],
575
+ "step": [
576
+ "drum",
577
+ "delta"
578
+ ],
579
+ "toH24": []
580
+ },
380
581
  "dispatches": [
381
582
  "selected"
382
583
  ]
@@ -390,6 +591,7 @@
390
591
  "outlets": [],
391
592
  "classes": [],
392
593
  "actions": [],
594
+ "actionParams": {},
393
595
  "dispatches": []
394
596
  },
395
597
  "flipper": {
@@ -415,6 +617,7 @@
415
617
  "outlets": [],
416
618
  "classes": [],
417
619
  "actions": [],
620
+ "actionParams": {},
418
621
  "dispatches": []
419
622
  },
420
623
  "input-clearable": {
@@ -431,6 +634,13 @@
431
634
  "draw",
432
635
  "handleEscape"
433
636
  ],
637
+ "actionParams": {
638
+ "clear": [],
639
+ "draw": [],
640
+ "handleEscape": [
641
+ "event"
642
+ ]
643
+ },
434
644
  "dispatches": []
435
645
  },
436
646
  "input-combobox": {
@@ -456,6 +666,14 @@
456
666
  "onInput",
457
667
  "onSelect"
458
668
  ],
669
+ "actionParams": {
670
+ "onInput": [
671
+ "event"
672
+ ],
673
+ "onSelect": [
674
+ "event"
675
+ ]
676
+ },
459
677
  "dispatches": [
460
678
  "changed"
461
679
  ]
@@ -497,6 +715,33 @@
497
715
  "primeFilledState",
498
716
  "readValue"
499
717
  ],
718
+ "actionParams": {
719
+ "attachCells": [],
720
+ "detachCells": [],
721
+ "drawCells": [
722
+ "value"
723
+ ],
724
+ "format": [
725
+ "value"
726
+ ],
727
+ "isFull": [
728
+ "value"
729
+ ],
730
+ "onBlur": [],
731
+ "onChange": [
732
+ "event"
733
+ ],
734
+ "onFocus": [],
735
+ "onFormatting": [
736
+ "raw"
737
+ ],
738
+ "onInput": [],
739
+ "onPaste": [
740
+ "event"
741
+ ],
742
+ "primeFilledState": [],
743
+ "readValue": []
744
+ },
500
745
  "dispatches": [
501
746
  "filled",
502
747
  "formatted"
@@ -530,6 +775,10 @@
530
775
  "draw",
531
776
  "toggle"
532
777
  ],
778
+ "actionParams": {
779
+ "draw": [],
780
+ "toggle": []
781
+ },
533
782
  "dispatches": []
534
783
  },
535
784
  "modal": {
@@ -545,6 +794,14 @@
545
794
  "close",
546
795
  "open"
547
796
  ],
797
+ "actionParams": {
798
+ "close": [
799
+ "event"
800
+ ],
801
+ "open": [
802
+ "event"
803
+ ]
804
+ },
548
805
  "dispatches": []
549
806
  },
550
807
  "panner": {
@@ -556,6 +813,7 @@
556
813
  "outlets": [],
557
814
  "classes": [],
558
815
  "actions": [],
816
+ "actionParams": {},
559
817
  "dispatches": []
560
818
  },
561
819
  "password-strength": {
@@ -603,6 +861,28 @@
603
861
  "readValue",
604
862
  "score"
605
863
  ],
864
+ "actionParams": {
865
+ "announce": [
866
+ "level"
867
+ ],
868
+ "constructor": [
869
+ "controller",
870
+ "options = {}"
871
+ ],
872
+ "drawIcons": [
873
+ "target",
874
+ "satisfied"
875
+ ],
876
+ "drawRules": [
877
+ "rules"
878
+ ],
879
+ "enhance": [],
880
+ "if": [
881
+ "total > 0 && satisfied === total"
882
+ ],
883
+ "readValue": [],
884
+ "score": []
885
+ },
606
886
  "dispatches": []
607
887
  },
608
888
  "popover": {
@@ -657,6 +937,24 @@
657
937
  "shown",
658
938
  "toggle"
659
939
  ],
940
+ "actionParams": {
941
+ "canLoad": [],
942
+ "close": [],
943
+ "closeOnSelect": [],
944
+ "contentLoaded": [
945
+ "{ content }"
946
+ ],
947
+ "contentLoader": [],
948
+ "contentLoading": [],
949
+ "dismissed": [],
950
+ "getContentNode": [
951
+ "content"
952
+ ],
953
+ "hidden": [],
954
+ "open": [],
955
+ "shown": [],
956
+ "toggle": []
957
+ },
660
958
  "dispatches": []
661
959
  },
662
960
  "progress": {
@@ -727,6 +1025,27 @@
727
1025
  "setCircumference",
728
1026
  "setValue"
729
1027
  ],
1028
+ "actionParams": {
1029
+ "clamp": [
1030
+ "value"
1031
+ ],
1032
+ "formattedValue": [],
1033
+ "percent": [],
1034
+ "refresh": [],
1035
+ "render": [],
1036
+ "renderBar": [],
1037
+ "renderMeter": [],
1038
+ "renderRange": [],
1039
+ "renderRing": [],
1040
+ "renderSegmented": [],
1041
+ "renderValueText": [],
1042
+ "setCircumference": [
1043
+ "circle"
1044
+ ],
1045
+ "setValue": [
1046
+ "value"
1047
+ ]
1048
+ },
730
1049
  "dispatches": [
731
1050
  "changed"
732
1051
  ]
@@ -763,6 +1082,23 @@
763
1082
  "onPointerUp",
764
1083
  "toggleEditing"
765
1084
  ],
1085
+ "actionParams": {
1086
+ "enterEditing": [],
1087
+ "exitEditing": [],
1088
+ "moved": [
1089
+ "item"
1090
+ ],
1091
+ "onPointerDown": [
1092
+ "event"
1093
+ ],
1094
+ "onPointerMove": [
1095
+ "event"
1096
+ ],
1097
+ "onPointerUp": [
1098
+ "event"
1099
+ ],
1100
+ "toggleEditing": []
1101
+ },
766
1102
  "dispatches": []
767
1103
  },
768
1104
  "timeline": {
@@ -790,6 +1126,33 @@
790
1126
  "toggle",
791
1127
  "validate"
792
1128
  ],
1129
+ "actionParams": {
1130
+ "collapse": [
1131
+ "event"
1132
+ ],
1133
+ "collapseItem": [
1134
+ "trigger"
1135
+ ],
1136
+ "expand": [
1137
+ "event"
1138
+ ],
1139
+ "expandItem": [
1140
+ "trigger"
1141
+ ],
1142
+ "format": [
1143
+ "value",
1144
+ "opts = {}"
1145
+ ],
1146
+ "normalize": [
1147
+ "raw"
1148
+ ],
1149
+ "toggle": [
1150
+ "event"
1151
+ ],
1152
+ "validate": [
1153
+ "value"
1154
+ ]
1155
+ },
793
1156
  "dispatches": [
794
1157
  "collapse",
795
1158
  "collapsed",
@@ -809,6 +1172,10 @@
809
1172
  "dismissed",
810
1173
  "toggle"
811
1174
  ],
1175
+ "actionParams": {
1176
+ "dismissed": [],
1177
+ "toggle": []
1178
+ },
812
1179
  "dispatches": []
813
1180
  }
814
1181
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_plumbers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.16
4
+ version: 0.4.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Chang