@ship-ui/core 0.19.3 → 0.19.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/mcp/components.json +2507 -2723
- package/bin/mcp/index.js +362 -5
- package/bin/ship-fg-scanner +0 -0
- package/bin/ship-fg.mjs +11 -6
- package/bin/src/ship-fg.ts +8 -2
- package/fesm2022/ship-ui-core.mjs +513 -126
- package/fesm2022/ship-ui-core.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/components/ship-card.scss +1 -0
- package/styles/components/ship-datepicker.scss +35 -3
- package/styles/components/ship-form-field.scss +1 -0
- package/types/ship-ui-core.d.ts +108 -72
- package/snippets/ship-ui.code-snippets +0 -536
|
@@ -1,536 +0,0 @@
|
|
|
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
|
-
},
|
|
18
|
-
"ShipDivider: Basic": {
|
|
19
|
-
"prefix": "sh-divider",
|
|
20
|
-
"body": [
|
|
21
|
-
"<sh-divider>$0</sh-divider>"
|
|
22
|
-
],
|
|
23
|
-
"description": "Basic usage of ShipDivider"
|
|
24
|
-
},
|
|
25
|
-
"ShipList: Basic": {
|
|
26
|
-
"prefix": "sh-list",
|
|
27
|
-
"body": [
|
|
28
|
-
"<sh-list>$0</sh-list>"
|
|
29
|
-
],
|
|
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"
|
|
38
|
-
},
|
|
39
|
-
"ShipDialog: Basic": {
|
|
40
|
-
"prefix": "sh-dialog",
|
|
41
|
-
"body": [
|
|
42
|
-
"<sh-dialog>$0</sh-dialog>"
|
|
43
|
-
],
|
|
44
|
-
"description": "Basic usage of ShipDialog"
|
|
45
|
-
},
|
|
46
|
-
"ShipDialogService: Basic": {
|
|
47
|
-
"prefix": "ship-dialog-service",
|
|
48
|
-
"body": [
|
|
49
|
-
"<ship-dialog-service>$0</ship-dialog-service>"
|
|
50
|
-
],
|
|
51
|
-
"description": "Basic usage of ShipDialogService"
|
|
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
|
-
},
|
|
69
|
-
"ShipSortable: Basic": {
|
|
70
|
-
"prefix": "shSortable",
|
|
71
|
-
"body": [
|
|
72
|
-
"<div shSortable>$0</div>"
|
|
73
|
-
],
|
|
74
|
-
"description": "Basic usage of ShipSortable"
|
|
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
|
-
},
|
|
106
|
-
"ShipColorPickerInput: Basic": {
|
|
107
|
-
"prefix": "sh-color-picker-input",
|
|
108
|
-
"body": [
|
|
109
|
-
"<sh-color-picker-input>$0</sh-color-picker-input>"
|
|
110
|
-
],
|
|
111
|
-
"description": "Basic usage of ShipColorPickerInput"
|
|
112
|
-
},
|
|
113
|
-
"ShipColorPickerInput: With Options": {
|
|
114
|
-
"prefix": "sh-color-picker-input-full",
|
|
115
|
-
"body": [
|
|
116
|
-
"<sh-color-picker-input [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|base,horizontal|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
|
|
117
|
-
" $0",
|
|
118
|
-
"</sh-color-picker-input>"
|
|
119
|
-
],
|
|
120
|
-
"description": "Full usage of ShipColorPickerInput with common options"
|
|
121
|
-
},
|
|
122
|
-
"ShipAccordion: Basic": {
|
|
123
|
-
"prefix": "sh-accordion",
|
|
124
|
-
"body": [
|
|
125
|
-
"<sh-accordion>$0</sh-accordion>"
|
|
126
|
-
],
|
|
127
|
-
"description": "Basic usage of ShipAccordion"
|
|
128
|
-
},
|
|
129
|
-
"ShipAccordion: With Options": {
|
|
130
|
-
"prefix": "sh-accordion-full",
|
|
131
|
-
"body": [
|
|
132
|
-
"<sh-accordion [variant]=\"${1:null}\" [size]=\"${2:null}\">",
|
|
133
|
-
" $0",
|
|
134
|
-
"</sh-accordion>"
|
|
135
|
-
],
|
|
136
|
-
"description": "Full usage of ShipAccordion with common options"
|
|
137
|
-
},
|
|
138
|
-
"ShipFileUpload: Basic": {
|
|
139
|
-
"prefix": "sh-file-upload",
|
|
140
|
-
"body": [
|
|
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}\">",
|
|
156
|
-
" $0",
|
|
157
|
-
"</sh-chip>"
|
|
158
|
-
],
|
|
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"
|
|
213
|
-
},
|
|
214
|
-
"ShipRangeSlider: Basic": {
|
|
215
|
-
"prefix": "sh-range-slider",
|
|
216
|
-
"body": [
|
|
217
|
-
"<sh-range-slider>$0</sh-range-slider>"
|
|
218
|
-
],
|
|
219
|
-
"description": "Basic usage of ShipRangeSlider"
|
|
220
|
-
},
|
|
221
|
-
"ShipRangeSlider: With Options": {
|
|
222
|
-
"prefix": "sh-range-slider-full",
|
|
223
|
-
"body": [
|
|
224
|
-
"<sh-range-slider [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2:null}\" [size]=\"${3|small,xsmall|}\">",
|
|
225
|
-
" $0",
|
|
226
|
-
"</sh-range-slider>"
|
|
227
|
-
],
|
|
228
|
-
"description": "Full usage of ShipRangeSlider with common options"
|
|
229
|
-
},
|
|
230
|
-
"ShipCheckbox: Basic": {
|
|
231
|
-
"prefix": "sh-checkbox",
|
|
232
|
-
"body": [
|
|
233
|
-
"<sh-checkbox>$0</sh-checkbox>"
|
|
234
|
-
],
|
|
235
|
-
"description": "Basic usage of ShipCheckbox"
|
|
236
|
-
},
|
|
237
|
-
"ShipCheckbox: With Options": {
|
|
238
|
-
"prefix": "sh-checkbox-full",
|
|
239
|
-
"body": [
|
|
240
|
-
"<sh-checkbox [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\" [readonly]=\"${3:false}\">",
|
|
241
|
-
" $0",
|
|
242
|
-
"</sh-checkbox>"
|
|
243
|
-
],
|
|
244
|
-
"description": "Full usage of ShipCheckbox with common options"
|
|
245
|
-
},
|
|
246
|
-
"ShipAlertService: Basic": {
|
|
247
|
-
"prefix": "ship-alert-service",
|
|
248
|
-
"body": [
|
|
249
|
-
"<ship-alert-service>$0</ship-alert-service>"
|
|
250
|
-
],
|
|
251
|
-
"description": "Basic usage of ShipAlertService"
|
|
252
|
-
},
|
|
253
|
-
"ShipAlert: Basic": {
|
|
254
|
-
"prefix": "sh-alert",
|
|
255
|
-
"body": [
|
|
256
|
-
"<sh-alert>$0</sh-alert>"
|
|
257
|
-
],
|
|
258
|
-
"description": "Basic usage of ShipAlert"
|
|
259
|
-
},
|
|
260
|
-
"ShipAlert: With Options": {
|
|
261
|
-
"prefix": "sh-alert-full",
|
|
262
|
-
"body": [
|
|
263
|
-
"<sh-alert [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\">",
|
|
264
|
-
" $0",
|
|
265
|
-
"</sh-alert>"
|
|
266
|
-
],
|
|
267
|
-
"description": "Full usage of ShipAlert with common options"
|
|
268
|
-
},
|
|
269
|
-
"ShipAlertContainer: Basic": {
|
|
270
|
-
"prefix": "ship-alert-container",
|
|
271
|
-
"body": [
|
|
272
|
-
"<ship-alert-container>$0</ship-alert-container>"
|
|
273
|
-
],
|
|
274
|
-
"description": "Basic usage of ShipAlertContainer"
|
|
275
|
-
},
|
|
276
|
-
"ShipStepper: Basic": {
|
|
277
|
-
"prefix": "sh-stepper",
|
|
278
|
-
"body": [
|
|
279
|
-
"<sh-stepper>$0</sh-stepper>"
|
|
280
|
-
],
|
|
281
|
-
"description": "Basic usage of ShipStepper"
|
|
282
|
-
},
|
|
283
|
-
"ShipStepper: With Options": {
|
|
284
|
-
"prefix": "sh-stepper-full",
|
|
285
|
-
"body": [
|
|
286
|
-
"<sh-stepper [color]=\"${1|primary,accent,warn,error,success|}\">",
|
|
287
|
-
" $0",
|
|
288
|
-
"</sh-stepper>"
|
|
289
|
-
],
|
|
290
|
-
"description": "Full usage of ShipStepper with common options"
|
|
291
|
-
},
|
|
292
|
-
"ShipButton: Basic": {
|
|
293
|
-
"prefix": "shButton",
|
|
294
|
-
"body": [
|
|
295
|
-
"<button shButton>$0</button>"
|
|
296
|
-
],
|
|
297
|
-
"description": "Basic usage of ShipButton"
|
|
298
|
-
},
|
|
299
|
-
"ShipButton: With Options": {
|
|
300
|
-
"prefix": "shButton-full",
|
|
301
|
-
"body": [
|
|
302
|
-
"<button shButton [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
|
|
303
|
-
" $0",
|
|
304
|
-
"</button>"
|
|
305
|
-
],
|
|
306
|
-
"description": "Full usage of ShipButton with common options"
|
|
307
|
-
},
|
|
308
|
-
"ShipToggle: Basic": {
|
|
309
|
-
"prefix": "sh-toggle",
|
|
310
|
-
"body": [
|
|
311
|
-
"<sh-toggle>$0</sh-toggle>"
|
|
312
|
-
],
|
|
313
|
-
"description": "Basic usage of ShipToggle"
|
|
314
|
-
},
|
|
315
|
-
"ShipToggle: With Options": {
|
|
316
|
-
"prefix": "sh-toggle-full",
|
|
317
|
-
"body": [
|
|
318
|
-
"<sh-toggle [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\" [readonly]=\"${3:false}\">",
|
|
319
|
-
" $0",
|
|
320
|
-
"</sh-toggle>"
|
|
321
|
-
],
|
|
322
|
-
"description": "Full usage of ShipToggle with common options"
|
|
323
|
-
},
|
|
324
|
-
"ShipToggleCard: Basic": {
|
|
325
|
-
"prefix": "sh-toggle-card",
|
|
326
|
-
"body": [
|
|
327
|
-
"<sh-toggle-card>$0</sh-toggle-card>"
|
|
328
|
-
],
|
|
329
|
-
"description": "Basic usage of ShipToggleCard"
|
|
330
|
-
},
|
|
331
|
-
"ShipToggleCard: With Options": {
|
|
332
|
-
"prefix": "sh-toggle-card-full",
|
|
333
|
-
"body": [
|
|
334
|
-
"<sh-toggle-card [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b,type-c|}\">",
|
|
335
|
-
" $0",
|
|
336
|
-
"</sh-toggle-card>"
|
|
337
|
-
],
|
|
338
|
-
"description": "Full usage of ShipToggleCard with common options"
|
|
339
|
-
},
|
|
340
|
-
"ShipDatepickerInput: Basic": {
|
|
341
|
-
"prefix": "sh-datepicker-input",
|
|
342
|
-
"body": [
|
|
343
|
-
"<sh-datepicker-input>$0</sh-datepicker-input>"
|
|
344
|
-
],
|
|
345
|
-
"description": "Basic usage of ShipDatepickerInput"
|
|
346
|
-
},
|
|
347
|
-
"ShipDaterangeInput: Basic": {
|
|
348
|
-
"prefix": "sh-daterange-input",
|
|
349
|
-
"body": [
|
|
350
|
-
"<sh-daterange-input>$0</sh-daterange-input>"
|
|
351
|
-
],
|
|
352
|
-
"description": "Basic usage of ShipDaterangeInput"
|
|
353
|
-
},
|
|
354
|
-
"ShipDatepicker: Basic": {
|
|
355
|
-
"prefix": "sh-datepicker",
|
|
356
|
-
"body": [
|
|
357
|
-
"<sh-datepicker>$0</sh-datepicker>"
|
|
358
|
-
],
|
|
359
|
-
"description": "Basic usage of ShipDatepicker"
|
|
360
|
-
},
|
|
361
|
-
"ShipIcon: Basic": {
|
|
362
|
-
"prefix": "sh-icon",
|
|
363
|
-
"body": [
|
|
364
|
-
"<sh-icon>$0</sh-icon>"
|
|
365
|
-
],
|
|
366
|
-
"description": "Basic usage of ShipIcon"
|
|
367
|
-
},
|
|
368
|
-
"ShipIcon: With Options": {
|
|
369
|
-
"prefix": "sh-icon-full",
|
|
370
|
-
"body": [
|
|
371
|
-
"<sh-icon [color]=\"${1|primary,accent,warn,error,success|}\" [size]=\"${2|small,large|}\">",
|
|
372
|
-
" $0",
|
|
373
|
-
"</sh-icon>"
|
|
374
|
-
],
|
|
375
|
-
"description": "Full usage of ShipIcon with common options"
|
|
376
|
-
},
|
|
377
|
-
"ShipPopover: Basic": {
|
|
378
|
-
"prefix": "sh-popover",
|
|
379
|
-
"body": [
|
|
380
|
-
"<sh-popover>$0</sh-popover>"
|
|
381
|
-
],
|
|
382
|
-
"description": "Basic usage of ShipPopover"
|
|
383
|
-
},
|
|
384
|
-
"ShipFormField: Basic": {
|
|
385
|
-
"prefix": "sh-form-field",
|
|
386
|
-
"body": [
|
|
387
|
-
"<sh-form-field>$0</sh-form-field>"
|
|
388
|
-
],
|
|
389
|
-
"description": "Basic usage of ShipFormField"
|
|
390
|
-
},
|
|
391
|
-
"ShipFormField: With Options": {
|
|
392
|
-
"prefix": "sh-form-field-full",
|
|
393
|
-
"body": [
|
|
394
|
-
"<sh-form-field [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|base,horizontal|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
|
|
395
|
-
" $0",
|
|
396
|
-
"</sh-form-field>"
|
|
397
|
-
],
|
|
398
|
-
"description": "Full usage of ShipFormField with common options"
|
|
399
|
-
},
|
|
400
|
-
"ShipFormFieldPopover: Basic": {
|
|
401
|
-
"prefix": "sh-form-field-popover",
|
|
402
|
-
"body": [
|
|
403
|
-
"<sh-form-field-popover>$0</sh-form-field-popover>"
|
|
404
|
-
],
|
|
405
|
-
"description": "Basic usage of ShipFormFieldPopover"
|
|
406
|
-
},
|
|
407
|
-
"ShipFormFieldPopover: With Options": {
|
|
408
|
-
"prefix": "sh-form-field-popover-full",
|
|
409
|
-
"body": [
|
|
410
|
-
"<sh-form-field-popover [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|base,horizontal|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
|
|
411
|
-
" $0",
|
|
412
|
-
"</sh-form-field-popover>"
|
|
413
|
-
],
|
|
414
|
-
"description": "Full usage of ShipFormFieldPopover with common options"
|
|
415
|
-
},
|
|
416
|
-
"ShipThemeToggle: Basic": {
|
|
417
|
-
"prefix": "ship-theme-toggle",
|
|
418
|
-
"body": [
|
|
419
|
-
"<ship-theme-toggle>$0</ship-theme-toggle>"
|
|
420
|
-
],
|
|
421
|
-
"description": "Basic usage of ShipThemeToggle"
|
|
422
|
-
},
|
|
423
|
-
"ShipThemeState: Basic": {
|
|
424
|
-
"prefix": "ship-theme-state",
|
|
425
|
-
"body": [
|
|
426
|
-
"<ship-theme-state>$0</ship-theme-state>"
|
|
427
|
-
],
|
|
428
|
-
"description": "Basic usage of ShipThemeState"
|
|
429
|
-
},
|
|
430
|
-
"ShipCard: Basic": {
|
|
431
|
-
"prefix": "sh-card",
|
|
432
|
-
"body": [
|
|
433
|
-
"<sh-card>$0</sh-card>"
|
|
434
|
-
],
|
|
435
|
-
"description": "Basic usage of ShipCard"
|
|
436
|
-
},
|
|
437
|
-
"ShipCard: With Options": {
|
|
438
|
-
"prefix": "sh-card-full",
|
|
439
|
-
"body": [
|
|
440
|
-
"<sh-card [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|type-a,type-b,type-c|}\">",
|
|
441
|
-
" $0",
|
|
442
|
-
"</sh-card>"
|
|
443
|
-
],
|
|
444
|
-
"description": "Full usage of ShipCard with common options"
|
|
445
|
-
},
|
|
446
|
-
"ShipSelect: Basic": {
|
|
447
|
-
"prefix": "sh-select",
|
|
448
|
-
"body": [
|
|
449
|
-
"<sh-select>$0</sh-select>"
|
|
450
|
-
],
|
|
451
|
-
"description": "Basic usage of ShipSelect"
|
|
452
|
-
},
|
|
453
|
-
"ShipSelect: With Options": {
|
|
454
|
-
"prefix": "sh-select-full",
|
|
455
|
-
"body": [
|
|
456
|
-
"<sh-select [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|base,horizontal|}\" [size]=\"${3|small,xsmall|}\" [readonly]=\"${4:false}\">",
|
|
457
|
-
" $0",
|
|
458
|
-
"</sh-select>"
|
|
459
|
-
],
|
|
460
|
-
"description": "Full usage of ShipSelect with common options"
|
|
461
|
-
},
|
|
462
|
-
"ShipFormFieldExperimental: Basic": {
|
|
463
|
-
"prefix": "sh-form-field-experimental",
|
|
464
|
-
"body": [
|
|
465
|
-
"<sh-form-field-experimental>$0</sh-form-field-experimental>"
|
|
466
|
-
],
|
|
467
|
-
"description": "Basic usage of ShipFormFieldExperimental"
|
|
468
|
-
},
|
|
469
|
-
"ShipBlueprint: Basic": {
|
|
470
|
-
"prefix": "sh-blueprint",
|
|
471
|
-
"body": [
|
|
472
|
-
"<sh-blueprint>$0</sh-blueprint>"
|
|
473
|
-
],
|
|
474
|
-
"description": "Basic usage of ShipBlueprint"
|
|
475
|
-
},
|
|
476
|
-
"ShipSpinner: Basic": {
|
|
477
|
-
"prefix": "sh-spinner",
|
|
478
|
-
"body": [
|
|
479
|
-
"<sh-spinner>$0</sh-spinner>"
|
|
480
|
-
],
|
|
481
|
-
"description": "Basic usage of ShipSpinner"
|
|
482
|
-
},
|
|
483
|
-
"ShipSpinner: With Options": {
|
|
484
|
-
"prefix": "sh-spinner-full",
|
|
485
|
-
"body": [
|
|
486
|
-
"<sh-spinner [color]=\"${1|primary,accent,warn,error,success|}\">",
|
|
487
|
-
" $0",
|
|
488
|
-
"</sh-spinner>"
|
|
489
|
-
],
|
|
490
|
-
"description": "Full usage of ShipSpinner with common options"
|
|
491
|
-
},
|
|
492
|
-
"ShipInputMask: Basic": {
|
|
493
|
-
"prefix": "shInputMask",
|
|
494
|
-
"body": [
|
|
495
|
-
"<div shInputMask>$0</div>"
|
|
496
|
-
],
|
|
497
|
-
"description": "Basic usage of ShipInputMask"
|
|
498
|
-
},
|
|
499
|
-
"ShipTooltipWrapper: Basic": {
|
|
500
|
-
"prefix": "ship-tooltip-wrapper",
|
|
501
|
-
"body": [
|
|
502
|
-
"<ship-tooltip-wrapper>$0</ship-tooltip-wrapper>"
|
|
503
|
-
],
|
|
504
|
-
"description": "Basic usage of ShipTooltipWrapper"
|
|
505
|
-
},
|
|
506
|
-
"ShipFileDragDrop: Basic": {
|
|
507
|
-
"prefix": "shDragDrop",
|
|
508
|
-
"body": [
|
|
509
|
-
"<div shDragDrop>$0</div>"
|
|
510
|
-
],
|
|
511
|
-
"description": "Basic usage of ShipFileDragDrop"
|
|
512
|
-
},
|
|
513
|
-
"ShipPreventWheel: Basic": {
|
|
514
|
-
"prefix": "shPreventWheel",
|
|
515
|
-
"body": [
|
|
516
|
-
"<div shPreventWheel>$0</div>"
|
|
517
|
-
],
|
|
518
|
-
"description": "Basic usage of ShipPreventWheel"
|
|
519
|
-
},
|
|
520
|
-
"ShipTabs: Basic": {
|
|
521
|
-
"prefix": "sh-tabs",
|
|
522
|
-
"body": [
|
|
523
|
-
"<sh-tabs>$0</sh-tabs>"
|
|
524
|
-
],
|
|
525
|
-
"description": "Basic usage of ShipTabs"
|
|
526
|
-
},
|
|
527
|
-
"ShipTabs: With Options": {
|
|
528
|
-
"prefix": "sh-tabs-full",
|
|
529
|
-
"body": [
|
|
530
|
-
"<sh-tabs [color]=\"${1|primary,accent,warn,error,success|}\" [variant]=\"${2|simple,outlined,flat,raised|}\">",
|
|
531
|
-
" $0",
|
|
532
|
-
"</sh-tabs>"
|
|
533
|
-
],
|
|
534
|
-
"description": "Full usage of ShipTabs with common options"
|
|
535
|
-
}
|
|
536
|
-
}
|