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