@saltcorn/builder 0.6.1-beta.2 → 0.6.2-beta.1

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/src/index.js CHANGED
@@ -3,6 +3,51 @@
3
3
  * @module saltcorn-builder/index
4
4
  */
5
5
 
6
+ /**
7
+ * All files in the saltcorn-builder package.
8
+ * @namespace saltcorn-builder_overview
9
+ * @property {module:components/Builder} Builder
10
+ * @property {module:components/context} context
11
+ * @property {module:components/Library} Library
12
+ * @property {module:components/preview_context} preview_context
13
+ * @property {module:components/RenderNode} RenderNode
14
+ * @property {module:components/storage} storage
15
+ * @property {module:components/Toolbox} Toolbox
16
+ *
17
+ * @category saltcorn-builder
18
+ */
19
+
20
+ /**
21
+ * All files in the elements folder.
22
+ * @namespace saltcorn-builder_overview/elements
23
+ * @memberof module:saltcorn-builder/index~saltcorn-builder_overview
24
+ * @property {module:components/elements/Action} Action
25
+ * @property {module:components/elements/Aggregation} Aggregation
26
+ * @property {module:components/elements/BoxModelEditor} BoxModelEditor
27
+ * @property {module:components/elements/Card} Card
28
+ * @property {module:components/elements/Column} Column
29
+ * @property {module:components/elements/Columns} Columns
30
+ * @property {module:components/elements/Container} Container
31
+ * @property {module:components/elements/DropDownFilter} DropDownFilter
32
+ * @property {module:components/elements/Empty} Empty
33
+ * @property {module:components/elements/faicons} faicons
34
+ * @property {module:components/elements/Field} Field
35
+ * @property {module:components/elements/HTMLCode} HTMLCode
36
+ * @property {module:components/elements/Image} Image
37
+ * @property {module:components/elements/JoinField} JoinField
38
+ * @property {module:components/elements/LineBreak} LineBreak
39
+ * @property {module:components/elements/Link} Link
40
+ * @property {module:components/elements/SearchBar} SearchBar
41
+ * @property {module:components/elements/Tabs} Tabs
42
+ * @property {module:components/elements/Text} Text
43
+ * @property {module:components/elements/ToggleFilter} ToggleFilter
44
+ * @property {module:components/elements/utils} utils
45
+ * @property {module:components/elements/View} View
46
+ * @property {module:components/elements/ViewLink} ViewLink
47
+ *
48
+ * @category saltcorn-builder
49
+ */
50
+
6
51
  import React from "react";
7
52
  import Builder from "./components/Builder";
8
53
  import ReactDOM from "react-dom";