@sankhyalabs/sankhyablocks-docs 0.0.0-bugfix-dev-KB-78242.2 → 0.0.0-bugfix-dev-KB-74246.2
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/components/snk-attach/readme.md +1 -4
- package/components/snk-crud/readme.md +1 -1
- package/components/snk-crud/subcomponents/readme.md +1 -1
- package/components/snk-crud/subcomponents/snk-detail-view/readme.md +1 -4
- package/components/snk-form-config/readme.md +0 -2
- package/components/snk-simple-crud/readme.md +2 -5
- package/components/snk-simple-form-config/readme.md +51 -0
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@ graph TD;
|
|
|
44
44
|
snk-attach --> snk-simple-crud
|
|
45
45
|
snk-simple-crud --> snk-taskbar
|
|
46
46
|
snk-simple-crud --> snk-data-unit
|
|
47
|
-
snk-simple-crud --> snk-form-config
|
|
47
|
+
snk-simple-crud --> snk-simple-form-config
|
|
48
48
|
snk-simple-crud --> snk-configurator
|
|
49
49
|
snk-simple-crud --> snk-grid-config
|
|
50
50
|
snk-simple-crud --> snk-data-exporter
|
|
@@ -54,9 +54,6 @@ graph TD;
|
|
|
54
54
|
snk-taskbar --> snk-actions-button
|
|
55
55
|
snk-taskbar --> taskbar-actions-button
|
|
56
56
|
snk-data-exporter --> snk-exporter-email-sender
|
|
57
|
-
snk-form-config --> snk-field-config
|
|
58
|
-
snk-form-config --> snk-config-options
|
|
59
|
-
snk-form-config --> snk-tab-config
|
|
60
57
|
snk-grid-config --> snk-select-box
|
|
61
58
|
snk-crud --> snk-attach
|
|
62
59
|
snk-detail-view --> snk-attach
|
|
@@ -215,7 +215,7 @@ graph TD;
|
|
|
215
215
|
snk-attach --> snk-simple-crud
|
|
216
216
|
snk-simple-crud --> snk-taskbar
|
|
217
217
|
snk-simple-crud --> snk-data-unit
|
|
218
|
-
snk-simple-crud --> snk-form-config
|
|
218
|
+
snk-simple-crud --> snk-simple-form-config
|
|
219
219
|
snk-simple-crud --> snk-configurator
|
|
220
220
|
snk-simple-crud --> snk-grid-config
|
|
221
221
|
snk-simple-crud --> snk-data-exporter
|
|
@@ -167,7 +167,7 @@ graph TD;
|
|
|
167
167
|
snk-attach --> snk-simple-crud
|
|
168
168
|
snk-simple-crud --> snk-taskbar
|
|
169
169
|
snk-simple-crud --> snk-data-unit
|
|
170
|
-
snk-simple-crud --> snk-form-config
|
|
170
|
+
snk-simple-crud --> snk-simple-form-config
|
|
171
171
|
snk-simple-crud --> snk-configurator
|
|
172
172
|
snk-simple-crud --> snk-grid-config
|
|
173
173
|
snk-simple-crud --> snk-data-exporter
|
|
@@ -144,15 +144,12 @@ graph TD;
|
|
|
144
144
|
snk-attach --> snk-simple-crud
|
|
145
145
|
snk-simple-crud --> snk-taskbar
|
|
146
146
|
snk-simple-crud --> snk-data-unit
|
|
147
|
-
snk-simple-crud --> snk-form-config
|
|
147
|
+
snk-simple-crud --> snk-simple-form-config
|
|
148
148
|
snk-simple-crud --> snk-configurator
|
|
149
149
|
snk-simple-crud --> snk-grid-config
|
|
150
150
|
snk-simple-crud --> snk-data-exporter
|
|
151
151
|
snk-simple-crud --> snk-actions-button
|
|
152
152
|
snk-simple-crud --> taskbar-actions-button
|
|
153
|
-
snk-form-config --> snk-field-config
|
|
154
|
-
snk-form-config --> snk-config-options
|
|
155
|
-
snk-form-config --> snk-tab-config
|
|
156
153
|
snk-guides-viewer --> snk-detail-view
|
|
157
154
|
style snk-detail-view fill:#f9f,stroke:#333,stroke-width:4px
|
|
158
155
|
```
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
|
|
30
30
|
- [snk-form](../snk-form)
|
|
31
31
|
- [snk-guides-viewer](../snk-crud/subcomponents)
|
|
32
|
-
- [snk-simple-crud](../snk-simple-crud)
|
|
33
32
|
|
|
34
33
|
### Depends on
|
|
35
34
|
|
|
@@ -45,7 +44,6 @@ graph TD;
|
|
|
45
44
|
snk-form-config --> snk-tab-config
|
|
46
45
|
snk-form --> snk-form-config
|
|
47
46
|
snk-guides-viewer --> snk-form-config
|
|
48
|
-
snk-simple-crud --> snk-form-config
|
|
49
47
|
style snk-form-config fill:#f9f,stroke:#333,stroke-width:4px
|
|
50
48
|
```
|
|
51
49
|
|
|
@@ -181,7 +181,7 @@ Type: `Promise<void>`
|
|
|
181
181
|
|
|
182
182
|
- [snk-taskbar](../snk-taskbar)
|
|
183
183
|
- [snk-data-unit](../snk-data-unit)
|
|
184
|
-
- [snk-form-config](../snk-form-config)
|
|
184
|
+
- [snk-simple-form-config](../snk-simple-form-config)
|
|
185
185
|
- [snk-configurator](../snk-configurator)
|
|
186
186
|
- [snk-grid-config](../snk-grid-config)
|
|
187
187
|
- [snk-data-exporter](../snk-data-exporter)
|
|
@@ -193,7 +193,7 @@ Type: `Promise<void>`
|
|
|
193
193
|
graph TD;
|
|
194
194
|
snk-simple-crud --> snk-taskbar
|
|
195
195
|
snk-simple-crud --> snk-data-unit
|
|
196
|
-
snk-simple-crud --> snk-form-config
|
|
196
|
+
snk-simple-crud --> snk-simple-form-config
|
|
197
197
|
snk-simple-crud --> snk-configurator
|
|
198
198
|
snk-simple-crud --> snk-grid-config
|
|
199
199
|
snk-simple-crud --> snk-data-exporter
|
|
@@ -203,9 +203,6 @@ graph TD;
|
|
|
203
203
|
snk-taskbar --> snk-actions-button
|
|
204
204
|
snk-taskbar --> taskbar-actions-button
|
|
205
205
|
snk-data-exporter --> snk-exporter-email-sender
|
|
206
|
-
snk-form-config --> snk-field-config
|
|
207
|
-
snk-form-config --> snk-config-options
|
|
208
|
-
snk-form-config --> snk-tab-config
|
|
209
206
|
snk-grid-config --> snk-select-box
|
|
210
207
|
snk-attach --> snk-simple-crud
|
|
211
208
|
style snk-simple-crud fill:#f9f,stroke:#333,stroke-width:4px
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# snk-simple-form-config
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
<!-- Auto Generated Below -->
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## Properties
|
|
9
|
+
|
|
10
|
+
| Property | Attribute | Description | Type | Default |
|
|
11
|
+
| ------------ | ------------- | ------------------------------------------------- | ---------- | ----------- |
|
|
12
|
+
| `configName` | `config-name` | Chave que representa a configuração do formulário | `string` | `undefined` |
|
|
13
|
+
| `dataUnit` | -- | Data unit responsável pelos campos disponíveis | `DataUnit` | `undefined` |
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Events
|
|
17
|
+
|
|
18
|
+
| Event | Description | Type |
|
|
19
|
+
| ---------------- | ----------- | ------------------- |
|
|
20
|
+
| `snkConfigSaved` | | `CustomEvent<void>` |
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## Methods
|
|
24
|
+
|
|
25
|
+
### `show() => Promise<void>`
|
|
26
|
+
|
|
27
|
+
Responsável por abrir o configurador.
|
|
28
|
+
|
|
29
|
+
#### Returns
|
|
30
|
+
|
|
31
|
+
Type: `Promise<void>`
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## Dependencies
|
|
37
|
+
|
|
38
|
+
### Used by
|
|
39
|
+
|
|
40
|
+
- [snk-simple-crud](../snk-simple-crud)
|
|
41
|
+
|
|
42
|
+
### Graph
|
|
43
|
+
```mermaid
|
|
44
|
+
graph TD;
|
|
45
|
+
snk-simple-crud --> snk-simple-form-config
|
|
46
|
+
style snk-simple-form-config fill:#f9f,stroke:#333,stroke-width:4px
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
----------------------------------------------
|
|
50
|
+
|
|
51
|
+
|