@ship-ui/core 0.19.2 → 0.19.3

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.
@@ -1,4 +1,20 @@
1
1
  {
2
+ "ShipButtonGroup: Basic": {
3
+ "prefix": "sh-button-group",
4
+ "body": [
5
+ "<sh-button-group>$0</sh-button-group>"
6
+ ],
7
+ "description": "Basic usage of ShipButtonGroup"
8
+ },
9
+ "ShipButtonGroup: With Options": {
10
+ "prefix": "sh-button-group-full",
11
+ "body": [
12
+ "<sh-button-group [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b|}\" [size]=\"${3|small,xsmall|}\">",
13
+ " $0",
14
+ "</sh-button-group>"
15
+ ],
16
+ "description": "Full usage of ShipButtonGroup with common options"
17
+ },
2
18
  "ShipDivider: Basic": {
3
19
  "prefix": "sh-divider",
4
20
  "body": [
@@ -6,12 +22,19 @@
6
22
  ],
7
23
  "description": "Basic usage of ShipDivider"
8
24
  },
9
- "ChildComponent: Basic": {
10
- "prefix": "app-child",
25
+ "ShipList: Basic": {
26
+ "prefix": "sh-list",
11
27
  "body": [
12
- "<app-child>$0</app-child>"
28
+ "<sh-list>$0</sh-list>"
13
29
  ],
14
- "description": "Basic usage of ChildComponent"
30
+ "description": "Basic usage of ShipList"
31
+ },
32
+ "ShipVirtualScroll: Basic": {
33
+ "prefix": "sh-virtual-scroll",
34
+ "body": [
35
+ "<sh-virtual-scroll>$0</sh-virtual-scroll>"
36
+ ],
37
+ "description": "Basic usage of ShipVirtualScroll"
15
38
  },
16
39
  "ShipDialog: Basic": {
17
40
  "prefix": "sh-dialog",
@@ -27,6 +50,22 @@
27
50
  ],
28
51
  "description": "Basic usage of ShipDialogService"
29
52
  },
53
+ "ShipRadio: Basic": {
54
+ "prefix": "sh-radio",
55
+ "body": [
56
+ "<sh-radio>$0</sh-radio>"
57
+ ],
58
+ "description": "Basic usage of ShipRadio"
59
+ },
60
+ "ShipRadio: With Options": {
61
+ "prefix": "sh-radio-full",
62
+ "body": [
63
+ "<sh-radio [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\" [readonly]=\"${3:false}\">",
64
+ " $0",
65
+ "</sh-radio>"
66
+ ],
67
+ "description": "Full usage of ShipRadio with common options"
68
+ },
30
69
  "ShipSortable: Basic": {
31
70
  "prefix": "shSortable",
32
71
  "body": [
@@ -34,6 +73,36 @@
34
73
  ],
35
74
  "description": "Basic usage of ShipSortable"
36
75
  },
76
+ "ShipEventCard: Basic": {
77
+ "prefix": "sh-event-card",
78
+ "body": [
79
+ "<sh-event-card>$0</sh-event-card>"
80
+ ],
81
+ "description": "Basic usage of ShipEventCard"
82
+ },
83
+ "ShipEventCard: With Options": {
84
+ "prefix": "sh-event-card-full",
85
+ "body": [
86
+ "<sh-event-card [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\">",
87
+ " $0",
88
+ "</sh-event-card>"
89
+ ],
90
+ "description": "Full usage of ShipEventCard with common options"
91
+ },
92
+ "ShipMenu: Basic": {
93
+ "prefix": "sh-menu",
94
+ "body": [
95
+ "<sh-menu>$0</sh-menu>"
96
+ ],
97
+ "description": "Basic usage of ShipMenu"
98
+ },
99
+ "ShipColorPicker: Basic": {
100
+ "prefix": "sh-color-picker",
101
+ "body": [
102
+ "<sh-color-picker>$0</sh-color-picker>"
103
+ ],
104
+ "description": "Basic usage of ShipColorPicker"
105
+ },
37
106
  "ShipColorPickerInput: Basic": {
38
107
  "prefix": "sh-color-picker-input",
39
108
  "body": [
@@ -50,28 +119,97 @@
50
119
  ],
51
120
  "description": "Full usage of ShipColorPickerInput with common options"
52
121
  },
53
- "ShipColorPicker: Basic": {
54
- "prefix": "sh-color-picker",
122
+ "ShipAccordion: Basic": {
123
+ "prefix": "sh-accordion",
55
124
  "body": [
56
- "<sh-color-picker>$0</sh-color-picker>"
125
+ "<sh-accordion>$0</sh-accordion>"
57
126
  ],
58
- "description": "Basic usage of ShipColorPicker"
127
+ "description": "Basic usage of ShipAccordion"
59
128
  },
60
- "ShipCard: Basic": {
61
- "prefix": "sh-card",
129
+ "ShipAccordion: With Options": {
130
+ "prefix": "sh-accordion-full",
62
131
  "body": [
63
- "<sh-card>$0</sh-card>"
132
+ "<sh-accordion [variant]=\"${1:null}\" [size]=\"${2:null}\">",
133
+ " $0",
134
+ "</sh-accordion>"
64
135
  ],
65
- "description": "Basic usage of ShipCard"
136
+ "description": "Full usage of ShipAccordion with common options"
66
137
  },
67
- "ShipCard: With Options": {
68
- "prefix": "sh-card-full",
138
+ "ShipFileUpload: Basic": {
139
+ "prefix": "sh-file-upload",
69
140
  "body": [
70
- "<sh-card [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b,type-c|}\">",
141
+ "<sh-file-upload>$0</sh-file-upload>"
142
+ ],
143
+ "description": "Basic usage of ShipFileUpload"
144
+ },
145
+ "ShipChip: Basic": {
146
+ "prefix": "sh-chip",
147
+ "body": [
148
+ "<sh-chip>$0</sh-chip>"
149
+ ],
150
+ "description": "Basic usage of ShipChip"
151
+ },
152
+ "ShipChip: With Options": {
153
+ "prefix": "sh-chip-full",
154
+ "body": [
155
+ "<sh-chip [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
71
156
  " $0",
72
- "</sh-card>"
157
+ "</sh-chip>"
73
158
  ],
74
- "description": "Full usage of ShipCard with common options"
159
+ "description": "Full usage of ShipChip with common options"
160
+ },
161
+ "ShipResize: Basic": {
162
+ "prefix": "shResize",
163
+ "body": [
164
+ "<div shResize>$0</div>"
165
+ ],
166
+ "description": "Basic usage of ShipResize"
167
+ },
168
+ "ShipResize: With Options": {
169
+ "prefix": "shResize-full",
170
+ "body": [
171
+ "<div shResize [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b|}\">",
172
+ " $0",
173
+ "</div>"
174
+ ],
175
+ "description": "Full usage of ShipResize with common options"
176
+ },
177
+ "ChildComponent: Basic": {
178
+ "prefix": "app-child",
179
+ "body": [
180
+ "<app-child>$0</app-child>"
181
+ ],
182
+ "description": "Basic usage of ChildComponent"
183
+ },
184
+ "ShipSidenav: Basic": {
185
+ "prefix": "sh-sidenav",
186
+ "body": [
187
+ "<sh-sidenav>$0</sh-sidenav>"
188
+ ],
189
+ "description": "Basic usage of ShipSidenav"
190
+ },
191
+ "ShipTableFilterBar: Basic": {
192
+ "prefix": "sh-table-filter-bar",
193
+ "body": [
194
+ "<sh-table-filter-bar>$0</sh-table-filter-bar>"
195
+ ],
196
+ "description": "Basic usage of ShipTableFilterBar"
197
+ },
198
+ "ShipProgressBar: Basic": {
199
+ "prefix": "sh-progress-bar",
200
+ "body": [
201
+ "<sh-progress-bar>$0</sh-progress-bar>"
202
+ ],
203
+ "description": "Basic usage of ShipProgressBar"
204
+ },
205
+ "ShipProgressBar: With Options": {
206
+ "prefix": "sh-progress-bar-full",
207
+ "body": [
208
+ "<sh-progress-bar [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\">",
209
+ " $0",
210
+ "</sh-progress-bar>"
211
+ ],
212
+ "description": "Full usage of ShipProgressBar with common options"
75
213
  },
76
214
  "ShipRangeSlider: Basic": {
77
215
  "prefix": "sh-range-slider",
@@ -105,72 +243,51 @@
105
243
  ],
106
244
  "description": "Full usage of ShipCheckbox with common options"
107
245
  },
108
- "ShipFileDragDrop: Basic": {
109
- "prefix": "shDragDrop",
110
- "body": [
111
- "<div shDragDrop>$0</div>"
112
- ],
113
- "description": "Basic usage of ShipFileDragDrop"
114
- },
115
- "ShipPreventWheel: Basic": {
116
- "prefix": "shPreventWheel",
117
- "body": [
118
- "<div shPreventWheel>$0</div>"
119
- ],
120
- "description": "Basic usage of ShipPreventWheel"
121
- },
122
- "ShipTooltipWrapper: Basic": {
123
- "prefix": "ship-tooltip-wrapper",
124
- "body": [
125
- "<ship-tooltip-wrapper>$0</ship-tooltip-wrapper>"
126
- ],
127
- "description": "Basic usage of ShipTooltipWrapper"
128
- },
129
- "ShipInputMask: Basic": {
130
- "prefix": "shInputMask",
246
+ "ShipAlertService: Basic": {
247
+ "prefix": "ship-alert-service",
131
248
  "body": [
132
- "<div shInputMask>$0</div>"
249
+ "<ship-alert-service>$0</ship-alert-service>"
133
250
  ],
134
- "description": "Basic usage of ShipInputMask"
251
+ "description": "Basic usage of ShipAlertService"
135
252
  },
136
- "ShipBlueprint: Basic": {
137
- "prefix": "sh-blueprint",
253
+ "ShipAlert: Basic": {
254
+ "prefix": "sh-alert",
138
255
  "body": [
139
- "<sh-blueprint>$0</sh-blueprint>"
256
+ "<sh-alert>$0</sh-alert>"
140
257
  ],
141
- "description": "Basic usage of ShipBlueprint"
258
+ "description": "Basic usage of ShipAlert"
142
259
  },
143
- "ShipIcon: Basic": {
144
- "prefix": "sh-icon",
260
+ "ShipAlert: With Options": {
261
+ "prefix": "sh-alert-full",
145
262
  "body": [
146
- "<sh-icon>$0</sh-icon>"
263
+ "<sh-alert [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\">",
264
+ " $0",
265
+ "</sh-alert>"
147
266
  ],
148
- "description": "Basic usage of ShipIcon"
267
+ "description": "Full usage of ShipAlert with common options"
149
268
  },
150
- "ShipIcon: With Options": {
151
- "prefix": "sh-icon-full",
269
+ "ShipAlertContainer: Basic": {
270
+ "prefix": "ship-alert-container",
152
271
  "body": [
153
- "<sh-icon [color]=\"${1|primary,accent,warn,error,success|}\" [size]=\"${2|small,large|}\">",
154
- " $0",
155
- "</sh-icon>"
272
+ "<ship-alert-container>$0</ship-alert-container>"
156
273
  ],
157
- "description": "Full usage of ShipIcon with common options"
274
+ "description": "Basic usage of ShipAlertContainer"
158
275
  },
159
- "ShipButtonGroup: Basic": {
160
- "prefix": "sh-button-group",
276
+ "ShipStepper: Basic": {
277
+ "prefix": "sh-stepper",
161
278
  "body": [
162
- "<sh-button-group>$0</sh-button-group>"
279
+ "<sh-stepper>$0</sh-stepper>"
163
280
  ],
164
- "description": "Basic usage of ShipButtonGroup"
281
+ "description": "Basic usage of ShipStepper"
165
282
  },
166
- "ShipButtonGroup: With Options": {
167
- "prefix": "sh-button-group-full",
283
+ "ShipStepper: With Options": {
284
+ "prefix": "sh-stepper-full",
168
285
  "body": [
169
- "<sh-button-group [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b|}\" [size]=\"${3|small,xsmall|}\">",
286
+ "<sh-stepper [color]=\"${1|primary,accent,warn,error,success|}\">",
170
287
  " $0",
171
- "</sh-button-group>"
288
+ "</sh-stepper>"
172
289
  ],
173
- "description": "Full usage of ShipButtonGroup with common options"
290
+ "description": "Full usage of ShipStepper with common options"
174
291
  },
175
292
  "ShipButton: Basic": {
176
293
  "prefix": "shButton",
@@ -188,113 +305,97 @@
188
305
  ],
189
306
  "description": "Full usage of ShipButton with common options"
190
307
  },
191
- "ShipSelect: Basic": {
192
- "prefix": "sh-select",
308
+ "ShipToggle: Basic": {
309
+ "prefix": "sh-toggle",
193
310
  "body": [
194
- "<sh-select>$0</sh-select>"
311
+ "<sh-toggle>$0</sh-toggle>"
195
312
  ],
196
- "description": "Basic usage of ShipSelect"
313
+ "description": "Basic usage of ShipToggle"
197
314
  },
198
- "ShipSelect: With Options": {
199
- "prefix": "sh-select-full",
315
+ "ShipToggle: With Options": {
316
+ "prefix": "sh-toggle-full",
200
317
  "body": [
201
- "<sh-select [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|base,horizontal|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
318
+ "<sh-toggle [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\" [readonly]=\"${3:false}\">",
202
319
  " $0",
203
- "</sh-select>"
204
- ],
205
- "description": "Full usage of ShipSelect with common options"
206
- },
207
- "ShipList: Basic": {
208
- "prefix": "sh-list",
209
- "body": [
210
- "<sh-list>$0</sh-list>"
320
+ "</sh-toggle>"
211
321
  ],
212
- "description": "Basic usage of ShipList"
322
+ "description": "Full usage of ShipToggle with common options"
213
323
  },
214
- "ShipSpinner: Basic": {
215
- "prefix": "sh-spinner",
324
+ "ShipToggleCard: Basic": {
325
+ "prefix": "sh-toggle-card",
216
326
  "body": [
217
- "<sh-spinner>$0</sh-spinner>"
327
+ "<sh-toggle-card>$0</sh-toggle-card>"
218
328
  ],
219
- "description": "Basic usage of ShipSpinner"
329
+ "description": "Basic usage of ShipToggleCard"
220
330
  },
221
- "ShipSpinner: With Options": {
222
- "prefix": "sh-spinner-full",
331
+ "ShipToggleCard: With Options": {
332
+ "prefix": "sh-toggle-card-full",
223
333
  "body": [
224
- "<sh-spinner [color]=\"${1|primary,accent,warn,error,success|}\">",
334
+ "<sh-toggle-card [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b,type-c|}\">",
225
335
  " $0",
226
- "</sh-spinner>"
336
+ "</sh-toggle-card>"
227
337
  ],
228
- "description": "Full usage of ShipSpinner with common options"
338
+ "description": "Full usage of ShipToggleCard with common options"
229
339
  },
230
- "ShipProgressBar: Basic": {
231
- "prefix": "sh-progress-bar",
340
+ "ShipDatepickerInput: Basic": {
341
+ "prefix": "sh-datepicker-input",
232
342
  "body": [
233
- "<sh-progress-bar>$0</sh-progress-bar>"
343
+ "<sh-datepicker-input>$0</sh-datepicker-input>"
234
344
  ],
235
- "description": "Basic usage of ShipProgressBar"
345
+ "description": "Basic usage of ShipDatepickerInput"
236
346
  },
237
- "ShipProgressBar: With Options": {
238
- "prefix": "sh-progress-bar-full",
347
+ "ShipDaterangeInput: Basic": {
348
+ "prefix": "sh-daterange-input",
239
349
  "body": [
240
- "<sh-progress-bar [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\">",
241
- " $0",
242
- "</sh-progress-bar>"
350
+ "<sh-daterange-input>$0</sh-daterange-input>"
243
351
  ],
244
- "description": "Full usage of ShipProgressBar with common options"
352
+ "description": "Basic usage of ShipDaterangeInput"
245
353
  },
246
- "ShipTableFilterBar: Basic": {
247
- "prefix": "sh-table-filter-bar",
354
+ "ShipDatepicker: Basic": {
355
+ "prefix": "sh-datepicker",
248
356
  "body": [
249
- "<sh-table-filter-bar>$0</sh-table-filter-bar>"
357
+ "<sh-datepicker>$0</sh-datepicker>"
250
358
  ],
251
- "description": "Basic usage of ShipTableFilterBar"
359
+ "description": "Basic usage of ShipDatepicker"
252
360
  },
253
- "ShipStepper: Basic": {
254
- "prefix": "sh-stepper",
361
+ "ShipIcon: Basic": {
362
+ "prefix": "sh-icon",
255
363
  "body": [
256
- "<sh-stepper>$0</sh-stepper>"
364
+ "<sh-icon>$0</sh-icon>"
257
365
  ],
258
- "description": "Basic usage of ShipStepper"
366
+ "description": "Basic usage of ShipIcon"
259
367
  },
260
- "ShipStepper: With Options": {
261
- "prefix": "sh-stepper-full",
368
+ "ShipIcon: With Options": {
369
+ "prefix": "sh-icon-full",
262
370
  "body": [
263
- "<sh-stepper [color]=\"${1|primary,accent,warn,error,success|}\">",
371
+ "<sh-icon [color]=\"${1|primary,accent,warn,error,success|}\" [size]=\"${2|small,large|}\">",
264
372
  " $0",
265
- "</sh-stepper>"
266
- ],
267
- "description": "Full usage of ShipStepper with common options"
268
- },
269
- "ShipThemeToggle: Basic": {
270
- "prefix": "ship-theme-toggle",
271
- "body": [
272
- "<ship-theme-toggle>$0</ship-theme-toggle>"
373
+ "</sh-icon>"
273
374
  ],
274
- "description": "Basic usage of ShipThemeToggle"
375
+ "description": "Full usage of ShipIcon with common options"
275
376
  },
276
- "ShipThemeState: Basic": {
277
- "prefix": "ship-theme-state",
377
+ "ShipPopover: Basic": {
378
+ "prefix": "sh-popover",
278
379
  "body": [
279
- "<ship-theme-state>$0</ship-theme-state>"
380
+ "<sh-popover>$0</sh-popover>"
280
381
  ],
281
- "description": "Basic usage of ShipThemeState"
382
+ "description": "Basic usage of ShipPopover"
282
383
  },
283
- "ShipToggle: Basic": {
284
- "prefix": "sh-toggle",
384
+ "ShipFormField: Basic": {
385
+ "prefix": "sh-form-field",
285
386
  "body": [
286
- "<sh-toggle>$0</sh-toggle>"
387
+ "<sh-form-field>$0</sh-form-field>"
287
388
  ],
288
- "description": "Basic usage of ShipToggle"
389
+ "description": "Basic usage of ShipFormField"
289
390
  },
290
- "ShipToggle: With Options": {
291
- "prefix": "sh-toggle-full",
391
+ "ShipFormField: With Options": {
392
+ "prefix": "sh-form-field-full",
292
393
  "body": [
293
- "<sh-toggle [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\" [readonly]=\"${3:false}\">",
394
+ "<sh-form-field [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|base,horizontal|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
294
395
  " $0",
295
- "</sh-toggle>"
396
+ "</sh-form-field>"
296
397
  ],
297
- "description": "Full usage of ShipToggle with common options"
398
+ "description": "Full usage of ShipFormField with common options"
298
399
  },
299
400
  "ShipFormFieldPopover: Basic": {
300
401
  "prefix": "sh-form-field-popover",
@@ -312,134 +413,109 @@
312
413
  ],
313
414
  "description": "Full usage of ShipFormFieldPopover with common options"
314
415
  },
315
- "ShipFormField: Basic": {
316
- "prefix": "sh-form-field",
317
- "body": [
318
- "<sh-form-field>$0</sh-form-field>"
319
- ],
320
- "description": "Basic usage of ShipFormField"
321
- },
322
- "ShipFormField: With Options": {
323
- "prefix": "sh-form-field-full",
324
- "body": [
325
- "<sh-form-field [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|base,horizontal|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
326
- " $0",
327
- "</sh-form-field>"
328
- ],
329
- "description": "Full usage of ShipFormField with common options"
330
- },
331
- "ShipEventCard: Basic": {
332
- "prefix": "sh-event-card",
416
+ "ShipThemeToggle: Basic": {
417
+ "prefix": "ship-theme-toggle",
333
418
  "body": [
334
- "<sh-event-card>$0</sh-event-card>"
419
+ "<ship-theme-toggle>$0</ship-theme-toggle>"
335
420
  ],
336
- "description": "Basic usage of ShipEventCard"
421
+ "description": "Basic usage of ShipThemeToggle"
337
422
  },
338
- "ShipEventCard: With Options": {
339
- "prefix": "sh-event-card-full",
423
+ "ShipThemeState: Basic": {
424
+ "prefix": "ship-theme-state",
340
425
  "body": [
341
- "<sh-event-card [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\">",
342
- " $0",
343
- "</sh-event-card>"
426
+ "<ship-theme-state>$0</ship-theme-state>"
344
427
  ],
345
- "description": "Full usage of ShipEventCard with common options"
428
+ "description": "Basic usage of ShipThemeState"
346
429
  },
347
- "ShipAccordion: Basic": {
348
- "prefix": "sh-accordion",
430
+ "ShipCard: Basic": {
431
+ "prefix": "sh-card",
349
432
  "body": [
350
- "<sh-accordion>$0</sh-accordion>"
433
+ "<sh-card>$0</sh-card>"
351
434
  ],
352
- "description": "Basic usage of ShipAccordion"
435
+ "description": "Basic usage of ShipCard"
353
436
  },
354
- "ShipAccordion: With Options": {
355
- "prefix": "sh-accordion-full",
437
+ "ShipCard: With Options": {
438
+ "prefix": "sh-card-full",
356
439
  "body": [
357
- "<sh-accordion [variant]=\"${1:null}\" [size]=\"${2:null}\">",
440
+ "<sh-card [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b,type-c|}\">",
358
441
  " $0",
359
- "</sh-accordion>"
442
+ "</sh-card>"
360
443
  ],
361
- "description": "Full usage of ShipAccordion with common options"
444
+ "description": "Full usage of ShipCard with common options"
362
445
  },
363
- "ShipAlert: Basic": {
364
- "prefix": "sh-alert",
446
+ "ShipSelect: Basic": {
447
+ "prefix": "sh-select",
365
448
  "body": [
366
- "<sh-alert>$0</sh-alert>"
449
+ "<sh-select>$0</sh-select>"
367
450
  ],
368
- "description": "Basic usage of ShipAlert"
451
+ "description": "Basic usage of ShipSelect"
369
452
  },
370
- "ShipAlert: With Options": {
371
- "prefix": "sh-alert-full",
453
+ "ShipSelect: With Options": {
454
+ "prefix": "sh-select-full",
372
455
  "body": [
373
- "<sh-alert [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\">",
456
+ "<sh-select [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|base,horizontal|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
374
457
  " $0",
375
- "</sh-alert>"
376
- ],
377
- "description": "Full usage of ShipAlert with common options"
378
- },
379
- "ShipAlertContainer: Basic": {
380
- "prefix": "ship-alert-container",
381
- "body": [
382
- "<ship-alert-container>$0</ship-alert-container>"
458
+ "</sh-select>"
383
459
  ],
384
- "description": "Basic usage of ShipAlertContainer"
460
+ "description": "Full usage of ShipSelect with common options"
385
461
  },
386
- "ShipAlertService: Basic": {
387
- "prefix": "ship-alert-service",
462
+ "ShipFormFieldExperimental: Basic": {
463
+ "prefix": "sh-form-field-experimental",
388
464
  "body": [
389
- "<ship-alert-service>$0</ship-alert-service>"
465
+ "<sh-form-field-experimental>$0</sh-form-field-experimental>"
390
466
  ],
391
- "description": "Basic usage of ShipAlertService"
467
+ "description": "Basic usage of ShipFormFieldExperimental"
392
468
  },
393
- "ShipSidenav: Basic": {
394
- "prefix": "sh-sidenav",
469
+ "ShipBlueprint: Basic": {
470
+ "prefix": "sh-blueprint",
395
471
  "body": [
396
- "<sh-sidenav>$0</sh-sidenav>"
472
+ "<sh-blueprint>$0</sh-blueprint>"
397
473
  ],
398
- "description": "Basic usage of ShipSidenav"
474
+ "description": "Basic usage of ShipBlueprint"
399
475
  },
400
- "ShipMenu: Basic": {
401
- "prefix": "sh-menu",
476
+ "ShipSpinner: Basic": {
477
+ "prefix": "sh-spinner",
402
478
  "body": [
403
- "<sh-menu>$0</sh-menu>"
479
+ "<sh-spinner>$0</sh-spinner>"
404
480
  ],
405
- "description": "Basic usage of ShipMenu"
481
+ "description": "Basic usage of ShipSpinner"
406
482
  },
407
- "ShipPopover: Basic": {
408
- "prefix": "sh-popover",
483
+ "ShipSpinner: With Options": {
484
+ "prefix": "sh-spinner-full",
409
485
  "body": [
410
- "<sh-popover>$0</sh-popover>"
486
+ "<sh-spinner [color]=\"${1|primary,accent,warn,error,success|}\">",
487
+ " $0",
488
+ "</sh-spinner>"
411
489
  ],
412
- "description": "Basic usage of ShipPopover"
490
+ "description": "Full usage of ShipSpinner with common options"
413
491
  },
414
- "ShipChip: Basic": {
415
- "prefix": "sh-chip",
492
+ "ShipInputMask: Basic": {
493
+ "prefix": "shInputMask",
416
494
  "body": [
417
- "<sh-chip>$0</sh-chip>"
495
+ "<div shInputMask>$0</div>"
418
496
  ],
419
- "description": "Basic usage of ShipChip"
497
+ "description": "Basic usage of ShipInputMask"
420
498
  },
421
- "ShipChip: With Options": {
422
- "prefix": "sh-chip-full",
499
+ "ShipTooltipWrapper: Basic": {
500
+ "prefix": "ship-tooltip-wrapper",
423
501
  "body": [
424
- "<sh-chip [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
425
- " $0",
426
- "</sh-chip>"
502
+ "<ship-tooltip-wrapper>$0</ship-tooltip-wrapper>"
427
503
  ],
428
- "description": "Full usage of ShipChip with common options"
504
+ "description": "Basic usage of ShipTooltipWrapper"
429
505
  },
430
- "ShipFileUpload: Basic": {
431
- "prefix": "sh-file-upload",
506
+ "ShipFileDragDrop: Basic": {
507
+ "prefix": "shDragDrop",
432
508
  "body": [
433
- "<sh-file-upload>$0</sh-file-upload>"
509
+ "<div shDragDrop>$0</div>"
434
510
  ],
435
- "description": "Basic usage of ShipFileUpload"
511
+ "description": "Basic usage of ShipFileDragDrop"
436
512
  },
437
- "ShipVirtualScroll: Basic": {
438
- "prefix": "sh-virtual-scroll",
513
+ "ShipPreventWheel: Basic": {
514
+ "prefix": "shPreventWheel",
439
515
  "body": [
440
- "<sh-virtual-scroll>$0</sh-virtual-scroll>"
516
+ "<div shPreventWheel>$0</div>"
441
517
  ],
442
- "description": "Basic usage of ShipVirtualScroll"
518
+ "description": "Basic usage of ShipPreventWheel"
443
519
  },
444
520
  "ShipTabs: Basic": {
445
521
  "prefix": "sh-tabs",
@@ -456,81 +532,5 @@
456
532
  "</sh-tabs>"
457
533
  ],
458
534
  "description": "Full usage of ShipTabs with common options"
459
- },
460
- "ShipDatepickerInput: Basic": {
461
- "prefix": "sh-datepicker-input",
462
- "body": [
463
- "<sh-datepicker-input>$0</sh-datepicker-input>"
464
- ],
465
- "description": "Basic usage of ShipDatepickerInput"
466
- },
467
- "ShipDaterangeInput: Basic": {
468
- "prefix": "sh-daterange-input",
469
- "body": [
470
- "<sh-daterange-input>$0</sh-daterange-input>"
471
- ],
472
- "description": "Basic usage of ShipDaterangeInput"
473
- },
474
- "ShipDatepicker: Basic": {
475
- "prefix": "sh-datepicker",
476
- "body": [
477
- "<sh-datepicker>$0</sh-datepicker>"
478
- ],
479
- "description": "Basic usage of ShipDatepicker"
480
- },
481
- "ShipResize: Basic": {
482
- "prefix": "shResize",
483
- "body": [
484
- "<div shResize>$0</div>"
485
- ],
486
- "description": "Basic usage of ShipResize"
487
- },
488
- "ShipResize: With Options": {
489
- "prefix": "shResize-full",
490
- "body": [
491
- "<div shResize [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b|}\">",
492
- " $0",
493
- "</div>"
494
- ],
495
- "description": "Full usage of ShipResize with common options"
496
- },
497
- "ShipFormFieldExperimental: Basic": {
498
- "prefix": "sh-form-field-experimental",
499
- "body": [
500
- "<sh-form-field-experimental>$0</sh-form-field-experimental>"
501
- ],
502
- "description": "Basic usage of ShipFormFieldExperimental"
503
- },
504
- "ShipToggleCard: Basic": {
505
- "prefix": "sh-toggle-card",
506
- "body": [
507
- "<sh-toggle-card>$0</sh-toggle-card>"
508
- ],
509
- "description": "Basic usage of ShipToggleCard"
510
- },
511
- "ShipToggleCard: With Options": {
512
- "prefix": "sh-toggle-card-full",
513
- "body": [
514
- "<sh-toggle-card [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b,type-c|}\">",
515
- " $0",
516
- "</sh-toggle-card>"
517
- ],
518
- "description": "Full usage of ShipToggleCard with common options"
519
- },
520
- "ShipRadio: Basic": {
521
- "prefix": "sh-radio",
522
- "body": [
523
- "<sh-radio>$0</sh-radio>"
524
- ],
525
- "description": "Basic usage of ShipRadio"
526
- },
527
- "ShipRadio: With Options": {
528
- "prefix": "sh-radio-full",
529
- "body": [
530
- "<sh-radio [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\" [readonly]=\"${3:false}\">",
531
- " $0",
532
- "</sh-radio>"
533
- ],
534
- "description": "Full usage of ShipRadio with common options"
535
535
  }
536
536
  }