stimulus_plumbers 0.4.4 → 0.4.5

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.
@@ -0,0 +1,386 @@
1
+ {
2
+ "calendar-decade": {
3
+ "identifier": "calendar-decade",
4
+ "targets": [
5
+ "grid"
6
+ ],
7
+ "values": {
8
+ "today": {
9
+ "type": "String",
10
+ "default": ""
11
+ },
12
+ "selected": {
13
+ "type": "String",
14
+ "default": ""
15
+ },
16
+ "since": {
17
+ "type": "String",
18
+ "default": ""
19
+ },
20
+ "till": {
21
+ "type": "String",
22
+ "default": ""
23
+ },
24
+ "current": {
25
+ "type": "Number"
26
+ }
27
+ },
28
+ "outlets": [],
29
+ "classes": []
30
+ },
31
+ "calendar-decade-selector": {
32
+ "identifier": "calendar-decade-selector",
33
+ "targets": [],
34
+ "values": {},
35
+ "outlets": [],
36
+ "classes": []
37
+ },
38
+ "calendar-month": {
39
+ "identifier": "calendar-month",
40
+ "targets": [
41
+ "daysOfWeek",
42
+ "daysOfMonth"
43
+ ],
44
+ "values": {
45
+ "today": {
46
+ "type": "String",
47
+ "default": ""
48
+ },
49
+ "selected": {
50
+ "type": "String",
51
+ "default": ""
52
+ },
53
+ "since": {
54
+ "type": "String",
55
+ "default": ""
56
+ },
57
+ "till": {
58
+ "type": "String",
59
+ "default": ""
60
+ },
61
+ "locales": {
62
+ "type": "Array",
63
+ "default": "['default']"
64
+ },
65
+ "weekdayFormat": {
66
+ "type": "String",
67
+ "default": "short"
68
+ },
69
+ "dayFormat": {
70
+ "type": "String",
71
+ "default": "numeric"
72
+ },
73
+ "daysOfOtherMonth": {
74
+ "type": "Boolean",
75
+ "default": false
76
+ },
77
+ "year": {
78
+ "type": "Number"
79
+ },
80
+ "month": {
81
+ "type": "Number"
82
+ }
83
+ },
84
+ "outlets": [],
85
+ "classes": [
86
+ "dayOfWeek",
87
+ "dayOfMonth",
88
+ "dayOfOtherMonth",
89
+ "row"
90
+ ]
91
+ },
92
+ "calendar-month-selector": {
93
+ "identifier": "calendar-month-selector",
94
+ "targets": [],
95
+ "values": {},
96
+ "outlets": [],
97
+ "classes": []
98
+ },
99
+ "calendar-year": {
100
+ "identifier": "calendar-year",
101
+ "targets": [
102
+ "grid"
103
+ ],
104
+ "values": {
105
+ "today": {
106
+ "type": "String",
107
+ "default": ""
108
+ },
109
+ "selected": {
110
+ "type": "String",
111
+ "default": ""
112
+ },
113
+ "since": {
114
+ "type": "String",
115
+ "default": ""
116
+ },
117
+ "till": {
118
+ "type": "String",
119
+ "default": ""
120
+ },
121
+ "locales": {
122
+ "type": "Array",
123
+ "default": "['default']"
124
+ },
125
+ "monthFormat": {
126
+ "type": "String",
127
+ "default": "short"
128
+ },
129
+ "current": {
130
+ "type": "Number"
131
+ }
132
+ },
133
+ "outlets": [],
134
+ "classes": []
135
+ },
136
+ "calendar-year-selector": {
137
+ "identifier": "calendar-year-selector",
138
+ "targets": [],
139
+ "values": {},
140
+ "outlets": [],
141
+ "classes": []
142
+ },
143
+ "clipboard": {
144
+ "identifier": "clipboard",
145
+ "targets": [
146
+ "source"
147
+ ],
148
+ "values": {
149
+ "contentType": {
150
+ "type": "String",
151
+ "default": "text/plain"
152
+ }
153
+ },
154
+ "outlets": [],
155
+ "classes": []
156
+ },
157
+ "combobox-date": {
158
+ "identifier": "combobox-date",
159
+ "targets": [
160
+ "previous",
161
+ "next",
162
+ "day",
163
+ "month",
164
+ "year",
165
+ "viewTitle"
166
+ ],
167
+ "values": {
168
+ "view": {
169
+ "type": "String",
170
+ "default": "month"
171
+ },
172
+ "locales": {
173
+ "type": "Array",
174
+ "default": "['default']"
175
+ },
176
+ "dayFormat": {
177
+ "type": "String",
178
+ "default": "numeric"
179
+ },
180
+ "monthFormat": {
181
+ "type": "String",
182
+ "default": "long"
183
+ },
184
+ "yearFormat": {
185
+ "type": "String",
186
+ "default": "numeric"
187
+ },
188
+ "date": {
189
+ "type": "String"
190
+ }
191
+ },
192
+ "outlets": [
193
+ "calendar-month",
194
+ "calendar-year",
195
+ "calendar-decade"
196
+ ],
197
+ "classes": []
198
+ },
199
+ "combobox-dropdown": {
200
+ "identifier": "combobox-dropdown",
201
+ "targets": [
202
+ "listbox",
203
+ "loading",
204
+ "empty"
205
+ ],
206
+ "values": {
207
+ "url": {
208
+ "type": "String",
209
+ "default": ""
210
+ },
211
+ "field": {
212
+ "type": "String",
213
+ "default": "q"
214
+ },
215
+ "delay": {
216
+ "type": "Number",
217
+ "default": 300
218
+ }
219
+ },
220
+ "outlets": [],
221
+ "classes": []
222
+ },
223
+ "combobox-time": {
224
+ "identifier": "combobox-time",
225
+ "targets": [
226
+ "hour",
227
+ "minute",
228
+ "period"
229
+ ],
230
+ "values": {},
231
+ "outlets": [],
232
+ "classes": []
233
+ },
234
+ "dismisser": {
235
+ "identifier": "dismisser",
236
+ "targets": [
237
+ "trigger"
238
+ ],
239
+ "values": {},
240
+ "outlets": [],
241
+ "classes": []
242
+ },
243
+ "flipper": {
244
+ "identifier": "flipper",
245
+ "targets": [
246
+ "anchor",
247
+ "reference"
248
+ ],
249
+ "values": {
250
+ "placement": {
251
+ "type": "String",
252
+ "default": "bottom"
253
+ },
254
+ "alignment": {
255
+ "type": "String",
256
+ "default": "start"
257
+ },
258
+ "role": {
259
+ "type": "String",
260
+ "default": "tooltip"
261
+ }
262
+ },
263
+ "outlets": [],
264
+ "classes": []
265
+ },
266
+ "input-clearable": {
267
+ "identifier": "input-clearable",
268
+ "targets": [
269
+ "input",
270
+ "clear"
271
+ ],
272
+ "values": {},
273
+ "outlets": [],
274
+ "classes": []
275
+ },
276
+ "input-combobox": {
277
+ "identifier": "input-combobox",
278
+ "targets": [
279
+ "trigger",
280
+ "input"
281
+ ],
282
+ "values": {
283
+ "minLength": {
284
+ "type": "Number",
285
+ "default": 1
286
+ },
287
+ "value": {
288
+ "type": "String"
289
+ }
290
+ },
291
+ "outlets": [
292
+ "combobox-dropdown"
293
+ ],
294
+ "classes": []
295
+ },
296
+ "input-formatter": {
297
+ "identifier": "input-formatter",
298
+ "targets": [
299
+ "input",
300
+ "toggle"
301
+ ],
302
+ "values": {},
303
+ "outlets": [],
304
+ "classes": []
305
+ },
306
+ "modal": {
307
+ "identifier": "modal",
308
+ "targets": [
309
+ "modal",
310
+ "overlay"
311
+ ],
312
+ "values": {},
313
+ "outlets": [],
314
+ "classes": []
315
+ },
316
+ "panner": {
317
+ "identifier": "panner",
318
+ "targets": [
319
+ "content"
320
+ ],
321
+ "values": {},
322
+ "outlets": [],
323
+ "classes": []
324
+ },
325
+ "popover": {
326
+ "identifier": "popover",
327
+ "targets": [
328
+ "trigger",
329
+ "panel",
330
+ "template",
331
+ "loader"
332
+ ],
333
+ "values": {
334
+ "reload": {
335
+ "type": "String",
336
+ "default": "never"
337
+ },
338
+ "staleAfter": {
339
+ "type": "Number",
340
+ "default": 3600
341
+ },
342
+ "closeOnSelect": {
343
+ "type": "Boolean",
344
+ "default": true
345
+ },
346
+ "announceOpen": {
347
+ "type": "String",
348
+ "default": "Panel opened"
349
+ },
350
+ "announceClose": {
351
+ "type": "String",
352
+ "default": "Panel closed"
353
+ },
354
+ "url": {
355
+ "type": "String"
356
+ },
357
+ "loadedAt": {
358
+ "type": "String"
359
+ }
360
+ },
361
+ "outlets": [],
362
+ "classes": [
363
+ "hidden"
364
+ ]
365
+ },
366
+ "timeline": {
367
+ "identifier": "timeline",
368
+ "targets": [
369
+ "trigger",
370
+ "detail",
371
+ "time"
372
+ ],
373
+ "values": {},
374
+ "outlets": [],
375
+ "classes": []
376
+ },
377
+ "visibility": {
378
+ "identifier": "visibility",
379
+ "targets": [
380
+ "content"
381
+ ],
382
+ "values": {},
383
+ "outlets": [],
384
+ "classes": []
385
+ }
386
+ }
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.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Chang
@@ -47,6 +47,23 @@ files:
47
47
  - app/assets/javascripts/stimulus-plumbers/index.umd.js.map
48
48
  - app/assets/stylesheets/stimulus_plumbers/tokens.css
49
49
  - config/locales/en.yml
50
+ - docs/architecture.md
51
+ - docs/component/avatar.md
52
+ - docs/component/button.md
53
+ - docs/component/calendar.md
54
+ - docs/component/card.md
55
+ - docs/component/combobox.md
56
+ - docs/component/dispatcher.md
57
+ - docs/component/divider.md
58
+ - docs/component/form.md
59
+ - docs/component/icon.md
60
+ - docs/component/link.md
61
+ - docs/component/list.md
62
+ - docs/component/modal.md
63
+ - docs/component/plumber.md
64
+ - docs/component/popover.md
65
+ - docs/component/theme.md
66
+ - docs/component/timeline.md
50
67
  - lib/stimulus_plumbers.rb
51
68
  - lib/stimulus_plumbers/components/avatar.rb
52
69
  - lib/stimulus_plumbers/components/button.rb
@@ -158,6 +175,7 @@ files:
158
175
  - lib/stimulus_plumbers/themes/schema/link/ranges.rb
159
176
  - lib/stimulus_plumbers/themes/schema/ranges.rb
160
177
  - lib/stimulus_plumbers/version.rb
178
+ - vendor/controllers.manifest.json
161
179
  homepage: https://github.com/ryancyq/stimulus-plumbers
162
180
  licenses:
163
181
  - MIT