@ship-ui/core 0.17.2 → 0.17.4

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