@ship-ui/core 0.17.21 → 0.18.0

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