@sankhyalabs/sankhyablocks-docs 8.16.0-dev.14 → 8.16.0-dev.16
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.
@@ -42,8 +42,8 @@
|
|
42
42
|
graph TD;
|
43
43
|
snk-attach --> snk-simple-bar
|
44
44
|
snk-attach --> snk-simple-crud
|
45
|
-
snk-simple-crud --> snk-data-unit
|
46
45
|
snk-simple-crud --> snk-taskbar
|
46
|
+
snk-simple-crud --> snk-data-unit
|
47
47
|
snk-simple-crud --> snk-form-config
|
48
48
|
snk-simple-crud --> snk-configurator
|
49
49
|
snk-simple-crud --> snk-grid-config
|
@@ -210,8 +210,8 @@ graph TD;
|
|
210
210
|
snk-detail-view --> taskbar-actions-button
|
211
211
|
snk-attach --> snk-simple-bar
|
212
212
|
snk-attach --> snk-simple-crud
|
213
|
-
snk-simple-crud --> snk-data-unit
|
214
213
|
snk-simple-crud --> snk-taskbar
|
214
|
+
snk-simple-crud --> snk-data-unit
|
215
215
|
snk-simple-crud --> snk-form-config
|
216
216
|
snk-simple-crud --> snk-configurator
|
217
217
|
snk-simple-crud --> snk-grid-config
|
@@ -163,8 +163,8 @@ graph TD;
|
|
163
163
|
snk-grid-config --> snk-select-box
|
164
164
|
snk-attach --> snk-simple-bar
|
165
165
|
snk-attach --> snk-simple-crud
|
166
|
-
snk-simple-crud --> snk-data-unit
|
167
166
|
snk-simple-crud --> snk-taskbar
|
167
|
+
snk-simple-crud --> snk-data-unit
|
168
168
|
snk-simple-crud --> snk-form-config
|
169
169
|
snk-simple-crud --> snk-configurator
|
170
170
|
snk-simple-crud --> snk-grid-config
|
@@ -142,8 +142,8 @@ graph TD;
|
|
142
142
|
snk-form-view --> snk-form-summary
|
143
143
|
snk-attach --> snk-simple-bar
|
144
144
|
snk-attach --> snk-simple-crud
|
145
|
-
snk-simple-crud --> snk-data-unit
|
146
145
|
snk-simple-crud --> snk-taskbar
|
146
|
+
snk-simple-crud --> snk-data-unit
|
147
147
|
snk-simple-crud --> snk-form-config
|
148
148
|
snk-simple-crud --> snk-configurator
|
149
149
|
snk-simple-crud --> snk-grid-config
|
@@ -176,8 +176,8 @@ Type: `Promise<void>`
|
|
176
176
|
|
177
177
|
### Depends on
|
178
178
|
|
179
|
-
- [snk-data-unit](../snk-data-unit)
|
180
179
|
- [snk-taskbar](../snk-taskbar)
|
180
|
+
- [snk-data-unit](../snk-data-unit)
|
181
181
|
- [snk-form-config](../snk-form-config)
|
182
182
|
- [snk-configurator](../snk-configurator)
|
183
183
|
- [snk-grid-config](../snk-grid-config)
|
@@ -188,8 +188,8 @@ Type: `Promise<void>`
|
|
188
188
|
### Graph
|
189
189
|
```mermaid
|
190
190
|
graph TD;
|
191
|
-
snk-simple-crud --> snk-data-unit
|
192
191
|
snk-simple-crud --> snk-taskbar
|
192
|
+
snk-simple-crud --> snk-data-unit
|
193
193
|
snk-simple-crud --> snk-form-config
|
194
194
|
snk-simple-crud --> snk-configurator
|
195
195
|
snk-simple-crud --> snk-grid-config
|