@piying-lib/angular-daisyui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/extension/index.d.ts +449 -0
- package/fesm2022/piying-lib-angular-daisyui-extension.mjs +1356 -0
- package/fesm2022/piying-lib-angular-daisyui-extension.mjs.map +1 -0
- package/fesm2022/piying-lib-angular-daisyui-field-control-props.directive-C5mF89PX.mjs +27 -0
- package/fesm2022/piying-lib-angular-daisyui-field-control-props.directive-C5mF89PX.mjs.map +1 -0
- package/fesm2022/piying-lib-angular-daisyui-field-control.mjs +616 -0
- package/fesm2022/piying-lib-angular-daisyui-field-control.mjs.map +1 -0
- package/fesm2022/piying-lib-angular-daisyui-field-group.mjs +345 -0
- package/fesm2022/piying-lib-angular-daisyui-field-group.mjs.map +1 -0
- package/fesm2022/piying-lib-angular-daisyui-non-field-control.mjs +452 -0
- package/fesm2022/piying-lib-angular-daisyui-non-field-control.mjs.map +1 -0
- package/fesm2022/piying-lib-angular-daisyui-pipe.mjs +55 -0
- package/fesm2022/piying-lib-angular-daisyui-pipe.mjs.map +1 -0
- package/fesm2022/piying-lib-angular-daisyui-service.mjs +115 -0
- package/fesm2022/piying-lib-angular-daisyui-service.mjs.map +1 -0
- package/fesm2022/piying-lib-angular-daisyui-wrapper.mjs +75 -0
- package/fesm2022/piying-lib-angular-daisyui-wrapper.mjs.map +1 -0
- package/fesm2022/piying-lib-angular-daisyui.mjs +4 -0
- package/fesm2022/piying-lib-angular-daisyui.mjs.map +1 -0
- package/field-control/index.d.ts +204 -0
- package/field-group/index.d.ts +162 -0
- package/index.d.ts +2 -0
- package/non-field-control/index.d.ts +255 -0
- package/package.json +54 -0
- package/pipe/index.d.ts +25 -0
- package/preset-css/css/style.css +1 -0
- package/preset-css/css/style.split.css +126 -0
- package/preset-css/json/manifest.json +739 -0
- package/preset-css/ts/accordion.ts +9 -0
- package/preset-css/ts/alert.ts +12 -0
- package/preset-css/ts/avatar.ts +7 -0
- package/preset-css/ts/badge.ts +20 -0
- package/preset-css/ts/breadcrumbs.ts +1 -0
- package/preset-css/ts/browser-mockup.ts +1 -0
- package/preset-css/ts/button.ts +27 -0
- package/preset-css/ts/calendar.ts +1 -0
- package/preset-css/ts/card.ts +15 -0
- package/preset-css/ts/carousel.ts +9 -0
- package/preset-css/ts/chat-bubble.ts +17 -0
- package/preset-css/ts/checkbox.ts +16 -0
- package/preset-css/ts/code-mockup.ts +1 -0
- package/preset-css/ts/collapse.ts +9 -0
- package/preset-css/ts/countdown.ts +1 -0
- package/preset-css/ts/diff.ts +1 -0
- package/preset-css/ts/divider.ts +15 -0
- package/preset-css/ts/dock.ts +10 -0
- package/preset-css/ts/drawer-sidebar.ts +11 -0
- package/preset-css/ts/dropdown.ts +13 -0
- package/preset-css/ts/fab-speed-dial.ts +1 -0
- package/preset-css/ts/fieldset.ts +1 -0
- package/preset-css/ts/file-input.ts +17 -0
- package/preset-css/ts/filter.ts +1 -0
- package/preset-css/ts/footer.ts +7 -0
- package/preset-css/ts/hero.ts +1 -0
- package/preset-css/ts/hover-gallery.ts +1 -0
- package/preset-css/ts/index.ts +63 -0
- package/preset-css/ts/indicator.ts +10 -0
- package/preset-css/ts/join.ts +1 -0
- package/preset-css/ts/kbd.ts +1 -0
- package/preset-css/ts/label.ts +1 -0
- package/preset-css/ts/link.ts +12 -0
- package/preset-css/ts/list.ts +1 -0
- package/preset-css/ts/loading.ts +14 -0
- package/preset-css/ts/mask.ts +20 -0
- package/preset-css/ts/menu.ts +17 -0
- package/preset-css/ts/modal.ts +13 -0
- package/preset-css/ts/navbar.ts +1 -0
- package/preset-css/ts/pagination.ts +1 -0
- package/preset-css/ts/phone-mockup.ts +5 -0
- package/preset-css/ts/progress.ts +11 -0
- package/preset-css/ts/radial-progress.ts +1 -0
- package/preset-css/ts/radio.ts +16 -0
- package/preset-css/ts/range-slider.ts +16 -0
- package/preset-css/ts/rating.ts +10 -0
- package/preset-css/ts/select.ts +17 -0
- package/preset-css/ts/skeleton.ts +1 -0
- package/preset-css/ts/stack.ts +1 -0
- package/preset-css/ts/stat.ts +11 -0
- package/preset-css/ts/status.ts +16 -0
- package/preset-css/ts/steps.ts +15 -0
- package/preset-css/ts/swap.ts +9 -0
- package/preset-css/ts/table.ts +11 -0
- package/preset-css/ts/tabs.ts +17 -0
- package/preset-css/ts/text-input.ts +17 -0
- package/preset-css/ts/textarea.ts +17 -0
- package/preset-css/ts/theme-controller.ts +1 -0
- package/preset-css/ts/timeline.ts +11 -0
- package/preset-css/ts/toast.ts +9 -0
- package/preset-css/ts/toggle.ts +16 -0
- package/preset-css/ts/tooltip.ts +17 -0
- package/preset-css/ts/validator.ts +1 -0
- package/preset-css/ts/window-mockup.ts +1 -0
- package/service/index.d.ts +42 -0
- package/wrapper/index.d.ts +27 -0
|
@@ -0,0 +1,739 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "accordion",
|
|
4
|
+
"list": [
|
|
5
|
+
"collapse",
|
|
6
|
+
"collapse-title",
|
|
7
|
+
"collapse-content",
|
|
8
|
+
"collapse-arrow",
|
|
9
|
+
"collapse-plus",
|
|
10
|
+
"collapse-open",
|
|
11
|
+
"collapse-close"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "alert",
|
|
16
|
+
"list": [
|
|
17
|
+
"alert",
|
|
18
|
+
"alert-outline",
|
|
19
|
+
"alert-dash",
|
|
20
|
+
"alert-soft",
|
|
21
|
+
"alert-info",
|
|
22
|
+
"alert-success",
|
|
23
|
+
"alert-warning",
|
|
24
|
+
"alert-error",
|
|
25
|
+
"alert-vertical",
|
|
26
|
+
"alert-horizontal"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "avatar",
|
|
31
|
+
"list": ["avatar", "avatar-group", "avatar-online", "avatar-offline", "avatar-placeholder"]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "badge",
|
|
35
|
+
"list": [
|
|
36
|
+
"badge",
|
|
37
|
+
"badge-outline",
|
|
38
|
+
"badge-dash",
|
|
39
|
+
"badge-soft",
|
|
40
|
+
"badge-ghost",
|
|
41
|
+
"badge-neutral",
|
|
42
|
+
"badge-primary",
|
|
43
|
+
"badge-secondary",
|
|
44
|
+
"badge-accent",
|
|
45
|
+
"badge-info",
|
|
46
|
+
"badge-success",
|
|
47
|
+
"badge-warning",
|
|
48
|
+
"badge-error",
|
|
49
|
+
"badge-xs",
|
|
50
|
+
"badge-sm",
|
|
51
|
+
"badge-md",
|
|
52
|
+
"badge-lg",
|
|
53
|
+
"badge-xl"
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "breadcrumbs",
|
|
58
|
+
"list": ["breadcrumbs"]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "button",
|
|
62
|
+
"list": [
|
|
63
|
+
"btn",
|
|
64
|
+
"btn-neutral",
|
|
65
|
+
"btn-primary",
|
|
66
|
+
"btn-secondary",
|
|
67
|
+
"btn-accent",
|
|
68
|
+
"btn-info",
|
|
69
|
+
"btn-success",
|
|
70
|
+
"btn-warning",
|
|
71
|
+
"btn-error",
|
|
72
|
+
"btn-outline",
|
|
73
|
+
"btn-dash",
|
|
74
|
+
"btn-soft",
|
|
75
|
+
"btn-ghost",
|
|
76
|
+
"btn-link",
|
|
77
|
+
"btn-active",
|
|
78
|
+
"btn-disabled",
|
|
79
|
+
"btn-xs",
|
|
80
|
+
"btn-sm",
|
|
81
|
+
"btn-md",
|
|
82
|
+
"btn-lg",
|
|
83
|
+
"btn-xl",
|
|
84
|
+
"btn-wide",
|
|
85
|
+
"btn-block",
|
|
86
|
+
"btn-square",
|
|
87
|
+
"btn-circle"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "calendar",
|
|
92
|
+
"list": ["cally", "pika-single", "react-day-picker"]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "card",
|
|
96
|
+
"list": [
|
|
97
|
+
"card",
|
|
98
|
+
"card-title",
|
|
99
|
+
"card-body",
|
|
100
|
+
"card-actions",
|
|
101
|
+
"card-border",
|
|
102
|
+
"card-dash",
|
|
103
|
+
"card-side",
|
|
104
|
+
"image-full",
|
|
105
|
+
"card-xs",
|
|
106
|
+
"card-sm",
|
|
107
|
+
"card-md",
|
|
108
|
+
"card-lg",
|
|
109
|
+
"card-xl"
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "carousel",
|
|
114
|
+
"list": [
|
|
115
|
+
"carousel",
|
|
116
|
+
"carousel-item",
|
|
117
|
+
"carousel-start",
|
|
118
|
+
"carousel-center",
|
|
119
|
+
"carousel-end",
|
|
120
|
+
"carousel-horizontal",
|
|
121
|
+
"carousel-vertical"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "chatBubble",
|
|
126
|
+
"list": [
|
|
127
|
+
"chat",
|
|
128
|
+
"chat-image",
|
|
129
|
+
"chat-header",
|
|
130
|
+
"chat-footer",
|
|
131
|
+
"chat-bubble",
|
|
132
|
+
"chat-start",
|
|
133
|
+
"chat-end",
|
|
134
|
+
"chat-bubble-neutral",
|
|
135
|
+
"chat-bubble-primary",
|
|
136
|
+
"chat-bubble-secondary",
|
|
137
|
+
"chat-bubble-accent",
|
|
138
|
+
"chat-bubble-info",
|
|
139
|
+
"chat-bubble-success",
|
|
140
|
+
"chat-bubble-warning",
|
|
141
|
+
"chat-bubble-error"
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "checkbox",
|
|
146
|
+
"list": [
|
|
147
|
+
"checkbox",
|
|
148
|
+
"checkbox-primary",
|
|
149
|
+
"checkbox-secondary",
|
|
150
|
+
"checkbox-accent",
|
|
151
|
+
"checkbox-neutral",
|
|
152
|
+
"checkbox-success",
|
|
153
|
+
"checkbox-warning",
|
|
154
|
+
"checkbox-info",
|
|
155
|
+
"checkbox-error",
|
|
156
|
+
"checkbox-xs",
|
|
157
|
+
"checkbox-sm",
|
|
158
|
+
"checkbox-md",
|
|
159
|
+
"checkbox-lg",
|
|
160
|
+
"checkbox-xl"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "collapse",
|
|
165
|
+
"list": [
|
|
166
|
+
"collapse",
|
|
167
|
+
"collapse-title",
|
|
168
|
+
"collapse-content",
|
|
169
|
+
"collapse-arrow",
|
|
170
|
+
"collapse-plus",
|
|
171
|
+
"collapse-open",
|
|
172
|
+
"collapse-close"
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "countdown",
|
|
177
|
+
"list": ["countdown"]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "diff",
|
|
181
|
+
"list": ["diff", "diff-item-1", "diff-item-2", "diff-resizer"]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "divider",
|
|
185
|
+
"list": [
|
|
186
|
+
"divider",
|
|
187
|
+
"divider-neutral",
|
|
188
|
+
"divider-primary",
|
|
189
|
+
"divider-secondary",
|
|
190
|
+
"divider-accent",
|
|
191
|
+
"divider-success",
|
|
192
|
+
"divider-warning",
|
|
193
|
+
"divider-info",
|
|
194
|
+
"divider-error",
|
|
195
|
+
"divider-vertical",
|
|
196
|
+
"divider-horizontal",
|
|
197
|
+
"divider-start",
|
|
198
|
+
"divider-end"
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "dock",
|
|
203
|
+
"list": [
|
|
204
|
+
"dock",
|
|
205
|
+
"dock-label",
|
|
206
|
+
"dock-active",
|
|
207
|
+
"dock-xs",
|
|
208
|
+
"dock-sm",
|
|
209
|
+
"dock-md",
|
|
210
|
+
"dock-lg",
|
|
211
|
+
"dock-xl"
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "drawerSidebar",
|
|
216
|
+
"list": [
|
|
217
|
+
"drawer",
|
|
218
|
+
"drawer-toggle",
|
|
219
|
+
"drawer-content",
|
|
220
|
+
"drawer-side",
|
|
221
|
+
"drawer-overlay",
|
|
222
|
+
"drawer-end",
|
|
223
|
+
"drawer-open",
|
|
224
|
+
"is-drawer-open:",
|
|
225
|
+
"is-drawer-close:"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "dropdown",
|
|
230
|
+
"list": [
|
|
231
|
+
"dropdown",
|
|
232
|
+
"dropdown-content",
|
|
233
|
+
"dropdown-start",
|
|
234
|
+
"dropdown-center",
|
|
235
|
+
"dropdown-end",
|
|
236
|
+
"dropdown-top",
|
|
237
|
+
"dropdown-bottom",
|
|
238
|
+
"dropdown-left",
|
|
239
|
+
"dropdown-right",
|
|
240
|
+
"dropdown-hover",
|
|
241
|
+
"dropdown-open"
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "fabSpeedDial",
|
|
246
|
+
"list": ["fab", "fab-close", "fab-main-action", "fab-flower"]
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "fieldset",
|
|
250
|
+
"list": ["fieldset", "label", "fieldset-legend"]
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "fileInput",
|
|
254
|
+
"list": [
|
|
255
|
+
"file-input",
|
|
256
|
+
"file-input-ghost",
|
|
257
|
+
"file-input-neutral",
|
|
258
|
+
"file-input-primary",
|
|
259
|
+
"file-input-secondary",
|
|
260
|
+
"file-input-accent",
|
|
261
|
+
"file-input-info",
|
|
262
|
+
"file-input-success",
|
|
263
|
+
"file-input-warning",
|
|
264
|
+
"file-input-error",
|
|
265
|
+
"file-input-xs",
|
|
266
|
+
"file-input-sm",
|
|
267
|
+
"file-input-md",
|
|
268
|
+
"file-input-lg",
|
|
269
|
+
"file-input-xl"
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "filter",
|
|
274
|
+
"list": ["filter", "filter-reset"]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "footer",
|
|
278
|
+
"list": ["footer", "footer-title", "footer-center", "footer-horizontal", "footer-vertical"]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "hero",
|
|
282
|
+
"list": ["hero", "hero-content", "hero-overlay"]
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "hoverGallery",
|
|
286
|
+
"list": ["hover-gallery"]
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "indicator",
|
|
290
|
+
"list": [
|
|
291
|
+
"indicator",
|
|
292
|
+
"indicator-item",
|
|
293
|
+
"indicator-start",
|
|
294
|
+
"indicator-center",
|
|
295
|
+
"indicator-end",
|
|
296
|
+
"indicator-top",
|
|
297
|
+
"indicator-middle",
|
|
298
|
+
"indicator-bottom"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "textInput",
|
|
303
|
+
"list": [
|
|
304
|
+
"input",
|
|
305
|
+
"input-ghost",
|
|
306
|
+
"input-neutral",
|
|
307
|
+
"input-primary",
|
|
308
|
+
"input-secondary",
|
|
309
|
+
"input-accent",
|
|
310
|
+
"input-info",
|
|
311
|
+
"input-success",
|
|
312
|
+
"input-warning",
|
|
313
|
+
"input-error",
|
|
314
|
+
"input-xs",
|
|
315
|
+
"input-sm",
|
|
316
|
+
"input-md",
|
|
317
|
+
"input-lg",
|
|
318
|
+
"input-xl"
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "join",
|
|
323
|
+
"list": ["join", "join-item", "join-vertical", "join-horizontal"]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "kbd",
|
|
327
|
+
"list": ["kbd", "kbd-xs", "kbd-sm", "kbd-md", "kbd-lg", "kbd-xl"]
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "label",
|
|
331
|
+
"list": ["label", "floating-label"]
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "link",
|
|
335
|
+
"list": [
|
|
336
|
+
"link",
|
|
337
|
+
"link-hover",
|
|
338
|
+
"link-neutral",
|
|
339
|
+
"link-primary",
|
|
340
|
+
"link-secondary",
|
|
341
|
+
"link-accent",
|
|
342
|
+
"link-success",
|
|
343
|
+
"link-info",
|
|
344
|
+
"link-warning",
|
|
345
|
+
"link-error"
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "list",
|
|
350
|
+
"list": ["list", "list-row", "list-col-wrap", "list-col-grow"]
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "loading",
|
|
354
|
+
"list": [
|
|
355
|
+
"loading",
|
|
356
|
+
"loading-spinner",
|
|
357
|
+
"loading-dots",
|
|
358
|
+
"loading-ring",
|
|
359
|
+
"loading-ball",
|
|
360
|
+
"loading-bars",
|
|
361
|
+
"loading-infinity",
|
|
362
|
+
"loading-xs",
|
|
363
|
+
"loading-sm",
|
|
364
|
+
"loading-md",
|
|
365
|
+
"loading-lg",
|
|
366
|
+
"loading-xl"
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "mask",
|
|
371
|
+
"list": [
|
|
372
|
+
"mask",
|
|
373
|
+
"mask-squircle",
|
|
374
|
+
"mask-heart",
|
|
375
|
+
"mask-hexagon",
|
|
376
|
+
"mask-hexagon-2",
|
|
377
|
+
"mask-decagon",
|
|
378
|
+
"mask-pentagon",
|
|
379
|
+
"mask-diamond",
|
|
380
|
+
"mask-square",
|
|
381
|
+
"mask-circle",
|
|
382
|
+
"mask-star",
|
|
383
|
+
"mask-star-2",
|
|
384
|
+
"mask-triangle",
|
|
385
|
+
"mask-triangle-2",
|
|
386
|
+
"mask-triangle-3",
|
|
387
|
+
"mask-triangle-4",
|
|
388
|
+
"mask-half-1",
|
|
389
|
+
"mask-half-2"
|
|
390
|
+
]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "menu",
|
|
394
|
+
"list": [
|
|
395
|
+
"menu",
|
|
396
|
+
"menu-title",
|
|
397
|
+
"menu-dropdown",
|
|
398
|
+
"menu-dropdown-toggle",
|
|
399
|
+
"menu-disabled",
|
|
400
|
+
"menu-active",
|
|
401
|
+
"menu-focus",
|
|
402
|
+
"menu-dropdown-show",
|
|
403
|
+
"menu-xs",
|
|
404
|
+
"menu-sm",
|
|
405
|
+
"menu-md",
|
|
406
|
+
"menu-lg",
|
|
407
|
+
"menu-xl",
|
|
408
|
+
"menu-vertical",
|
|
409
|
+
"menu-horizontal"
|
|
410
|
+
]
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "browserMockup",
|
|
414
|
+
"list": ["mockup-browser", "mockup-browser-toolbar"]
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "codeMockup",
|
|
418
|
+
"list": ["mockup-code"]
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "phoneMockup",
|
|
422
|
+
"list": ["mockup-phone", "mockup-phone-camera", "mockup-phone-display"]
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "windowMockup",
|
|
426
|
+
"list": ["mockup-window"]
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "modal",
|
|
430
|
+
"list": [
|
|
431
|
+
"modal",
|
|
432
|
+
"modal-box",
|
|
433
|
+
"modal-action",
|
|
434
|
+
"modal-backdrop",
|
|
435
|
+
"modal-toggle",
|
|
436
|
+
"modal-open",
|
|
437
|
+
"modal-top",
|
|
438
|
+
"modal-middle",
|
|
439
|
+
"modal-bottom",
|
|
440
|
+
"modal-start",
|
|
441
|
+
"modal-end"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "navbar",
|
|
446
|
+
"list": ["navbar", "navbar-start", "navbar-center", "navbar-end"]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "pagination",
|
|
450
|
+
"list": ["join", "join-item", "join-vertical", "join-horizontal"]
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "progress",
|
|
454
|
+
"list": [
|
|
455
|
+
"progress",
|
|
456
|
+
"progress-neutral",
|
|
457
|
+
"progress-primary",
|
|
458
|
+
"progress-secondary",
|
|
459
|
+
"progress-accent",
|
|
460
|
+
"progress-info",
|
|
461
|
+
"progress-success",
|
|
462
|
+
"progress-warning",
|
|
463
|
+
"progress-error"
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "radialProgress",
|
|
468
|
+
"list": ["radial-progress"]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "radio",
|
|
472
|
+
"list": [
|
|
473
|
+
"radio",
|
|
474
|
+
"radio-neutral",
|
|
475
|
+
"radio-primary",
|
|
476
|
+
"radio-secondary",
|
|
477
|
+
"radio-accent",
|
|
478
|
+
"radio-success",
|
|
479
|
+
"radio-warning",
|
|
480
|
+
"radio-info",
|
|
481
|
+
"radio-error",
|
|
482
|
+
"radio-xs",
|
|
483
|
+
"radio-sm",
|
|
484
|
+
"radio-md",
|
|
485
|
+
"radio-lg",
|
|
486
|
+
"radio-xl"
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "rangeSlider",
|
|
491
|
+
"list": [
|
|
492
|
+
"range",
|
|
493
|
+
"range-neutral",
|
|
494
|
+
"range-primary",
|
|
495
|
+
"range-secondary",
|
|
496
|
+
"range-accent",
|
|
497
|
+
"range-success",
|
|
498
|
+
"range-warning",
|
|
499
|
+
"range-info",
|
|
500
|
+
"range-error",
|
|
501
|
+
"range-xs",
|
|
502
|
+
"range-sm",
|
|
503
|
+
"range-md",
|
|
504
|
+
"range-lg",
|
|
505
|
+
"range-xl"
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "rating",
|
|
510
|
+
"list": [
|
|
511
|
+
"rating",
|
|
512
|
+
"rating-half",
|
|
513
|
+
"rating-hidden",
|
|
514
|
+
"rating-xs",
|
|
515
|
+
"rating-sm",
|
|
516
|
+
"rating-md",
|
|
517
|
+
"rating-lg",
|
|
518
|
+
"rating-xl"
|
|
519
|
+
]
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "select",
|
|
523
|
+
"list": [
|
|
524
|
+
"select",
|
|
525
|
+
"select-ghost",
|
|
526
|
+
"select-neutral",
|
|
527
|
+
"select-primary",
|
|
528
|
+
"select-secondary",
|
|
529
|
+
"select-accent",
|
|
530
|
+
"select-info",
|
|
531
|
+
"select-success",
|
|
532
|
+
"select-warning",
|
|
533
|
+
"select-error",
|
|
534
|
+
"select-xs",
|
|
535
|
+
"select-sm",
|
|
536
|
+
"select-md",
|
|
537
|
+
"select-lg",
|
|
538
|
+
"select-xl"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "skeleton",
|
|
543
|
+
"list": ["skeleton"]
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "stack",
|
|
547
|
+
"list": ["stack", "stack-top", "stack-bottom", "stack-start", "stack-end"]
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "stat",
|
|
551
|
+
"list": [
|
|
552
|
+
"stats",
|
|
553
|
+
"stat",
|
|
554
|
+
"stat-title",
|
|
555
|
+
"stat-value",
|
|
556
|
+
"stat-desc",
|
|
557
|
+
"stat-figure",
|
|
558
|
+
"stat-actions",
|
|
559
|
+
"stats-horizontal",
|
|
560
|
+
"stats-vertical"
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "status",
|
|
565
|
+
"list": [
|
|
566
|
+
"status",
|
|
567
|
+
"status-neutral",
|
|
568
|
+
"status-primary",
|
|
569
|
+
"status-secondary",
|
|
570
|
+
"status-accent",
|
|
571
|
+
"status-info",
|
|
572
|
+
"status-success",
|
|
573
|
+
"status-warning",
|
|
574
|
+
"status-error",
|
|
575
|
+
"status-xs",
|
|
576
|
+
"status-sm",
|
|
577
|
+
"status-md",
|
|
578
|
+
"status-lg",
|
|
579
|
+
"status-xl"
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "steps",
|
|
584
|
+
"list": [
|
|
585
|
+
"steps",
|
|
586
|
+
"step",
|
|
587
|
+
"step-icon",
|
|
588
|
+
"step-neutral",
|
|
589
|
+
"step-primary",
|
|
590
|
+
"step-secondary",
|
|
591
|
+
"step-accent",
|
|
592
|
+
"step-info",
|
|
593
|
+
"step-success",
|
|
594
|
+
"step-warning",
|
|
595
|
+
"step-error",
|
|
596
|
+
"steps-vertical",
|
|
597
|
+
"steps-horizontal"
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "swap",
|
|
602
|
+
"list": [
|
|
603
|
+
"swap",
|
|
604
|
+
"swap-on",
|
|
605
|
+
"swap-off",
|
|
606
|
+
"swap-indeterminate",
|
|
607
|
+
"swap-active",
|
|
608
|
+
"swap-rotate",
|
|
609
|
+
"swap-flip"
|
|
610
|
+
]
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "tabs",
|
|
614
|
+
"list": [
|
|
615
|
+
"tabs",
|
|
616
|
+
"tab",
|
|
617
|
+
"tab-content",
|
|
618
|
+
"tabs-box",
|
|
619
|
+
"tabs-border",
|
|
620
|
+
"tabs-lift",
|
|
621
|
+
"tab-active",
|
|
622
|
+
"tab-disabled",
|
|
623
|
+
"tabs-top",
|
|
624
|
+
"tabs-bottom",
|
|
625
|
+
"tabs-xs",
|
|
626
|
+
"tabs-sm",
|
|
627
|
+
"tabs-md",
|
|
628
|
+
"tabs-lg",
|
|
629
|
+
"tabs-xl"
|
|
630
|
+
]
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "table",
|
|
634
|
+
"list": [
|
|
635
|
+
"table",
|
|
636
|
+
"table-zebra",
|
|
637
|
+
"table-pin-rows",
|
|
638
|
+
"table-pin-cols",
|
|
639
|
+
"table-xs",
|
|
640
|
+
"table-sm",
|
|
641
|
+
"table-md",
|
|
642
|
+
"table-lg",
|
|
643
|
+
"table-xl"
|
|
644
|
+
]
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "textarea",
|
|
648
|
+
"list": [
|
|
649
|
+
"textarea",
|
|
650
|
+
"textarea-ghost",
|
|
651
|
+
"textarea-neutral",
|
|
652
|
+
"textarea-primary",
|
|
653
|
+
"textarea-secondary",
|
|
654
|
+
"textarea-accent",
|
|
655
|
+
"textarea-info",
|
|
656
|
+
"textarea-success",
|
|
657
|
+
"textarea-warning",
|
|
658
|
+
"textarea-error",
|
|
659
|
+
"textarea-xs",
|
|
660
|
+
"textarea-sm",
|
|
661
|
+
"textarea-md",
|
|
662
|
+
"textarea-lg",
|
|
663
|
+
"textarea-xl"
|
|
664
|
+
]
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "themeController",
|
|
668
|
+
"list": ["theme-controller"]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "timeline",
|
|
672
|
+
"list": [
|
|
673
|
+
"timeline",
|
|
674
|
+
"timeline-start",
|
|
675
|
+
"timeline-middle",
|
|
676
|
+
"timeline-end",
|
|
677
|
+
"timeline-snap-icon",
|
|
678
|
+
"timeline-box",
|
|
679
|
+
"timeline-compact",
|
|
680
|
+
"timeline-horizontal",
|
|
681
|
+
"timeline-vertical"
|
|
682
|
+
]
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "toast",
|
|
686
|
+
"list": [
|
|
687
|
+
"toast",
|
|
688
|
+
"toast-start",
|
|
689
|
+
"toast-center",
|
|
690
|
+
"toast-end",
|
|
691
|
+
"toast-top",
|
|
692
|
+
"toast-middle",
|
|
693
|
+
"toast-bottom"
|
|
694
|
+
]
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "toggle",
|
|
698
|
+
"list": [
|
|
699
|
+
"toggle",
|
|
700
|
+
"toggle-primary",
|
|
701
|
+
"toggle-secondary",
|
|
702
|
+
"toggle-accent",
|
|
703
|
+
"toggle-neutral",
|
|
704
|
+
"toggle-success",
|
|
705
|
+
"toggle-warning",
|
|
706
|
+
"toggle-info",
|
|
707
|
+
"toggle-error",
|
|
708
|
+
"toggle-xs",
|
|
709
|
+
"toggle-sm",
|
|
710
|
+
"toggle-md",
|
|
711
|
+
"toggle-lg",
|
|
712
|
+
"toggle-xl"
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "tooltip",
|
|
717
|
+
"list": [
|
|
718
|
+
"tooltip",
|
|
719
|
+
"tooltip-content",
|
|
720
|
+
"tooltip-top",
|
|
721
|
+
"tooltip-bottom",
|
|
722
|
+
"tooltip-left",
|
|
723
|
+
"tooltip-right",
|
|
724
|
+
"tooltip-open",
|
|
725
|
+
"tooltip-neutral",
|
|
726
|
+
"tooltip-primary",
|
|
727
|
+
"tooltip-secondary",
|
|
728
|
+
"tooltip-accent",
|
|
729
|
+
"tooltip-info",
|
|
730
|
+
"tooltip-success",
|
|
731
|
+
"tooltip-warning",
|
|
732
|
+
"tooltip-error"
|
|
733
|
+
]
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "validator",
|
|
737
|
+
"list": ["validator", "validator-hint"]
|
|
738
|
+
}
|
|
739
|
+
]
|