pict-section-recordset 1.0.69 → 1.0.70
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 +6 -4
- package/docs/README.md +6 -6
- package/docs/_cover.md +1 -1
- package/docs/_version.json +3 -3
- package/docs/index.html +6 -5
- package/docs/retold-catalog.json +84 -216
- package/docs/retold-keyword-index.json +3177 -1215
- package/example_applications/ServeExamples.js +1 -1
- package/package.json +6 -6
- package/source/views/list/RecordSet-List.js +16 -0
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# PICT RecordSet Section
|
|
2
2
|
|
|
3
|
+
> **[Read the Pict-Section-Recordset Documentation](https://fable-retold.github.io/pict-section-recordset/)** - interactive docs with the full API reference.
|
|
4
|
+
|
|
3
5
|
A PICT section that provides basic CRUD views (Create, Read, Update and Delete)
|
|
4
6
|
based on stable providers and configurations.
|
|
5
7
|
|
|
@@ -11,10 +13,10 @@ can be used to programmatically create a functional provider.
|
|
|
11
13
|
|
|
12
14
|
## Related Packages
|
|
13
15
|
|
|
14
|
-
- [pict](https://github.com/
|
|
15
|
-
- [pict-view](https://github.com/
|
|
16
|
-
- [pict-provider](https://github.com/
|
|
17
|
-
- [pict-section-form](https://github.com/
|
|
16
|
+
- [pict](https://github.com/fable-retold/pict) - MVC application framework
|
|
17
|
+
- [pict-view](https://github.com/fable-retold/pict-view) - View base class
|
|
18
|
+
- [pict-provider](https://github.com/fable-retold/pict-provider) - Data provider base class
|
|
19
|
+
- [pict-section-form](https://github.com/fable-retold/pict-section-form) - Form section component
|
|
18
20
|
|
|
19
21
|
## License
|
|
20
22
|
|
package/docs/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Dynamic record set management views with CRUD operations
|
|
4
4
|
|
|
5
|
-
Pict-Section-RecordSet provides automatic CRUD (Create, Read, Update, Delete) views for managing record sets in Pict applications. Built on top of pict-section-form, it offers list views, detail views, filtering, pagination, and
|
|
5
|
+
Pict-Section-RecordSet provides automatic CRUD (Create, Read, Update, Delete) views for managing record sets in Pict applications. Built on top of pict-section-form, it offers list views, detail views, filtering, pagination, and smooth integration with Meadow API endpoints.
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
@@ -69,8 +69,8 @@ Filters allow users to narrow down record sets. Filter types include text search
|
|
|
69
69
|
|
|
70
70
|
## Related Packages
|
|
71
71
|
|
|
72
|
-
- [pict](https://github.
|
|
73
|
-
- [pict-section-form](https://github.
|
|
74
|
-
- [pict-application](https://github.
|
|
75
|
-
- [meadow](https://github.
|
|
76
|
-
- [fable](https://github.
|
|
72
|
+
- [pict](https://fable-retold.github.io/pict/) - Core Pict framework
|
|
73
|
+
- [pict-section-form](https://fable-retold.github.io/pict-section-form/) - Dynamic forms framework
|
|
74
|
+
- [pict-application](https://fable-retold.github.io/pict-application/) - Application base class
|
|
75
|
+
- [meadow](https://fable-retold.github.io/meadow/) - REST API framework
|
|
76
|
+
- [fable](https://fable-retold.github.io/fable/) - Service provider framework
|
package/docs/_cover.md
CHANGED
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
- Meadow endpoint integration for API-driven data
|
|
8
8
|
- Extensible record providers for custom data sources
|
|
9
9
|
|
|
10
|
-
[GitHub](https://github.com/
|
|
10
|
+
[GitHub](https://github.com/fable-retold/pict-section-recordset)
|
|
11
11
|
[Get Started](#pict-section-recordset)
|
package/docs/_version.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Name": "pict-section-recordset",
|
|
3
|
-
"Version": "1.0.
|
|
3
|
+
"Version": "1.0.69",
|
|
4
4
|
"Description": "Pict dynamic record set management views",
|
|
5
|
-
"GeneratedAt": "2026-
|
|
6
|
-
"GitCommit": "
|
|
5
|
+
"GeneratedAt": "2026-05-26T21:14:43.837Z",
|
|
6
|
+
"GitCommit": "6b60b91"
|
|
7
7
|
}
|
package/docs/index.html
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
7
|
-
<meta name="description" content="Pict-Section-RecordSet v1.0.
|
|
7
|
+
<meta name="description" content="Pict-Section-RecordSet v1.0.69 Documentation — Pict dynamic record set management views">
|
|
8
8
|
|
|
9
|
-
<title>Pict-Section-RecordSet v1.0.
|
|
9
|
+
<title>Pict-Section-RecordSet v1.0.69 Documentation</title>
|
|
10
10
|
|
|
11
11
|
<!-- KaTeX stylesheet for LaTeX equation rendering -->
|
|
12
12
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
|
|
@@ -26,12 +26,13 @@
|
|
|
26
26
|
<!-- The root container for the Pict application -->
|
|
27
27
|
<div id="Docuserve-Application-Container"></div>
|
|
28
28
|
|
|
29
|
-
<!-- Mermaid diagram rendering
|
|
29
|
+
<!-- Mermaid diagram rendering. pict-section-content (v0.1.8+) drives
|
|
30
|
+
initialization with theme: 'base' + themeVariables sourced
|
|
31
|
+
from --theme-color-* so diagrams follow the active theme. -->
|
|
30
32
|
<script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
|
|
31
|
-
<script>mermaid.initialize({ startOnLoad: false, theme: 'default' });</script>
|
|
32
33
|
<!-- KaTeX for LaTeX equation rendering -->
|
|
33
34
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js"></script>
|
|
34
35
|
<!-- Load the Docuserve PICT Application Bundle from jsDelivr CDN -->
|
|
35
|
-
<script src="https://cdn.jsdelivr.net/npm/pict-docuserve@
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/pict-docuserve@1/dist/pict-docuserve.min.js" type="text/javascript"></script>
|
|
36
37
|
</body>
|
|
37
38
|
</html>
|
package/docs/retold-catalog.json
CHANGED
|
@@ -1,219 +1,87 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Generated": "2026-
|
|
3
|
-
"
|
|
2
|
+
"Generated": "2026-06-01T03:49:18.603Z",
|
|
3
|
+
"Mode": "module",
|
|
4
|
+
"GitHubOrg": "fable-retold",
|
|
4
5
|
"DefaultBranch": "master",
|
|
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
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"Branch": "master",
|
|
87
|
-
"HasDocs": false,
|
|
88
|
-
"HasCover": false,
|
|
89
|
-
"Sidebar": [],
|
|
90
|
-
"DocFiles": []
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"Name": "simple_entity",
|
|
94
|
-
"Repo": "simple_entity",
|
|
95
|
-
"Group": "example_applications",
|
|
96
|
-
"Branch": "master",
|
|
97
|
-
"HasDocs": false,
|
|
98
|
-
"HasCover": false,
|
|
99
|
-
"Sidebar": [],
|
|
100
|
-
"DocFiles": []
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"Name": "Source",
|
|
106
|
-
"Key": "source",
|
|
107
|
-
"Description": "",
|
|
108
|
-
"Modules": [
|
|
109
|
-
{
|
|
110
|
-
"Name": "application",
|
|
111
|
-
"Repo": "application",
|
|
112
|
-
"Group": "source",
|
|
113
|
-
"Branch": "master",
|
|
114
|
-
"HasDocs": false,
|
|
115
|
-
"HasCover": false,
|
|
116
|
-
"Sidebar": [],
|
|
117
|
-
"DocFiles": []
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"Name": "providers",
|
|
121
|
-
"Repo": "providers",
|
|
122
|
-
"Group": "source",
|
|
123
|
-
"Branch": "master",
|
|
124
|
-
"HasDocs": false,
|
|
125
|
-
"HasCover": false,
|
|
126
|
-
"Sidebar": [],
|
|
127
|
-
"DocFiles": []
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"Name": "services",
|
|
131
|
-
"Repo": "services",
|
|
132
|
-
"Group": "source",
|
|
133
|
-
"Branch": "master",
|
|
134
|
-
"HasDocs": false,
|
|
135
|
-
"HasCover": false,
|
|
136
|
-
"Sidebar": [],
|
|
137
|
-
"DocFiles": []
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"Name": "templates",
|
|
141
|
-
"Repo": "templates",
|
|
142
|
-
"Group": "source",
|
|
143
|
-
"Branch": "master",
|
|
144
|
-
"HasDocs": false,
|
|
145
|
-
"HasCover": false,
|
|
146
|
-
"Sidebar": [],
|
|
147
|
-
"DocFiles": []
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"Name": "views",
|
|
151
|
-
"Repo": "views",
|
|
152
|
-
"Group": "source",
|
|
153
|
-
"Branch": "master",
|
|
154
|
-
"HasDocs": false,
|
|
155
|
-
"HasCover": false,
|
|
156
|
-
"Sidebar": [],
|
|
157
|
-
"DocFiles": []
|
|
158
|
-
}
|
|
159
|
-
]
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"Name": "Types",
|
|
163
|
-
"Key": "types",
|
|
164
|
-
"Description": "",
|
|
165
|
-
"Modules": [
|
|
166
|
-
{
|
|
167
|
-
"Name": "application",
|
|
168
|
-
"Repo": "application",
|
|
169
|
-
"Group": "types",
|
|
170
|
-
"Branch": "master",
|
|
171
|
-
"HasDocs": false,
|
|
172
|
-
"HasCover": false,
|
|
173
|
-
"Sidebar": [],
|
|
174
|
-
"DocFiles": []
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"Name": "providers",
|
|
178
|
-
"Repo": "providers",
|
|
179
|
-
"Group": "types",
|
|
180
|
-
"Branch": "master",
|
|
181
|
-
"HasDocs": false,
|
|
182
|
-
"HasCover": false,
|
|
183
|
-
"Sidebar": [],
|
|
184
|
-
"DocFiles": []
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"Name": "services",
|
|
188
|
-
"Repo": "services",
|
|
189
|
-
"Group": "types",
|
|
190
|
-
"Branch": "master",
|
|
191
|
-
"HasDocs": false,
|
|
192
|
-
"HasCover": false,
|
|
193
|
-
"Sidebar": [],
|
|
194
|
-
"DocFiles": []
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"Name": "templates",
|
|
198
|
-
"Repo": "templates",
|
|
199
|
-
"Group": "types",
|
|
200
|
-
"Branch": "master",
|
|
201
|
-
"HasDocs": false,
|
|
202
|
-
"HasCover": false,
|
|
203
|
-
"Sidebar": [],
|
|
204
|
-
"DocFiles": []
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"Name": "views",
|
|
208
|
-
"Repo": "views",
|
|
209
|
-
"Group": "types",
|
|
210
|
-
"Branch": "master",
|
|
211
|
-
"HasDocs": false,
|
|
212
|
-
"HasCover": false,
|
|
213
|
-
"Sidebar": [],
|
|
214
|
-
"DocFiles": []
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
}
|
|
218
|
-
]
|
|
6
|
+
"Module": {
|
|
7
|
+
"Name": "pict-section-recordset",
|
|
8
|
+
"Repo": "pict-section-recordset",
|
|
9
|
+
"Group": "",
|
|
10
|
+
"Branch": "master",
|
|
11
|
+
"HasDocs": true,
|
|
12
|
+
"HasCover": true,
|
|
13
|
+
"Sidebar": [
|
|
14
|
+
{
|
|
15
|
+
"Title": "Getting Started",
|
|
16
|
+
"Children": [
|
|
17
|
+
{
|
|
18
|
+
"Title": "Introduction",
|
|
19
|
+
"Path": "README.md"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"Title": "Record Providers",
|
|
23
|
+
"Path": "record-providers.md"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"Title": "Views",
|
|
29
|
+
"Children": [
|
|
30
|
+
{
|
|
31
|
+
"Title": "Create View",
|
|
32
|
+
"Path": "views/create/README.md"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"Title": "Read View",
|
|
36
|
+
"Path": "views/read/README.md"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"Title": "List View",
|
|
40
|
+
"Path": "views/list/README.md"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"Title": "Dashboard View",
|
|
44
|
+
"Path": "views/dashboard/README.md"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"Title": "Configuration",
|
|
50
|
+
"Children": [
|
|
51
|
+
{
|
|
52
|
+
"Title": "Filters",
|
|
53
|
+
"Path": "filters.md"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"Title": "Reference",
|
|
59
|
+
"Children": [
|
|
60
|
+
{
|
|
61
|
+
"Title": "API Reference",
|
|
62
|
+
"Path": "api-reference.md"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"DocFiles": [
|
|
68
|
+
".nojekyll",
|
|
69
|
+
"README.md",
|
|
70
|
+
"_brand.json",
|
|
71
|
+
"_cover.md",
|
|
72
|
+
"_sidebar.md",
|
|
73
|
+
"_version.json",
|
|
74
|
+
"api-reference.md",
|
|
75
|
+
"filters.md",
|
|
76
|
+
"index.html",
|
|
77
|
+
"record-providers.md",
|
|
78
|
+
"retold-catalog.json",
|
|
79
|
+
"retold-keyword-index.json",
|
|
80
|
+
"views/create/README.md",
|
|
81
|
+
"views/dashboard/README.md",
|
|
82
|
+
"views/list/README.md",
|
|
83
|
+
"views/read/README.md"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"Groups": []
|
|
219
87
|
}
|