@ship-ui/core 0.17.16 → 0.17.18

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