@sankhyalabs/sankhyablocks-docs 8.16.0-dev.57 → 8.16.0-dev.59

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.
@@ -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
 
@@ -180,7 +180,7 @@ Type: `Promise<void>`
180
180
 
181
181
  - [snk-taskbar](../snk-taskbar)
182
182
  - [snk-data-unit](../snk-data-unit)
183
- - [snk-form-config](../snk-form-config)
183
+ - [snk-simple-form-config](../snk-simple-form-config)
184
184
  - [snk-configurator](../snk-configurator)
185
185
  - [snk-grid-config](../snk-grid-config)
186
186
  - [snk-data-exporter](../snk-data-exporter)
@@ -192,7 +192,7 @@ Type: `Promise<void>`
192
192
  graph TD;
193
193
  snk-simple-crud --> snk-taskbar
194
194
  snk-simple-crud --> snk-data-unit
195
- snk-simple-crud --> snk-form-config
195
+ snk-simple-crud --> snk-simple-form-config
196
196
  snk-simple-crud --> snk-configurator
197
197
  snk-simple-crud --> snk-grid-config
198
198
  snk-simple-crud --> snk-data-exporter
@@ -202,9 +202,6 @@ graph TD;
202
202
  snk-taskbar --> snk-actions-button
203
203
  snk-taskbar --> taskbar-actions-button
204
204
  snk-data-exporter --> snk-exporter-email-sender
205
- snk-form-config --> snk-field-config
206
- snk-form-config --> snk-config-options
207
- snk-form-config --> snk-tab-config
208
205
  snk-grid-config --> snk-select-box
209
206
  snk-attach --> snk-simple-crud
210
207
  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
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/sankhyablocks-docs",
3
- "version": "8.16.0-dev.57",
3
+ "version": "8.16.0-dev.59",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [