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