-
Notifications
You must be signed in to change notification settings - Fork 4
/
documentation.yml
52 lines (48 loc) · 1.05 KB
/
documentation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
toc:
- Components
- name: "UI Components"
description: "Components for building user interfaces"
- sp-accordion
- sp-accordion-page
- sp-confirm
- sp-dropdown
- sp-file-list
- sp-modal
- sp-paginate
- sp-tab-page
- sp-tab-container
- sp-toast
- sp-toast-container
- Data
- name: "Data components"
description: "Components for managing and viewing data"
- sp-filter
- sp-filter-builder
- sp-list-table
- sp-property-table
- Field Components
- name: "Field/Form Components"
description: "Field components for modifying and creating data. Use with sp-form."
- sp-form
- sp-check-field
- sp-dropzone-field
- sp-multi-check-field
- sp-select-field
- sp-subform-field
- sp-text-field
- Utilities
- name: "Utilities"
description: "Utility functions and classes"
- Field
- FieldIteratorMap
- mapToFields
- parseFieldArray
- makeSentenceCase
- Types
- name: "Types"
description: "Internal and CanJS Object types"
- ValidationObject
- HTMLBoolean
- Dropzone
- DefineMap
- DefineList