@sankhyalabs/sankhyablocks-docs 5.17.0 → 5.18.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/components/snk-actions-button/readme.md +33 -0
- package/components/snk-actions-button/subcomponents/readme.md +33 -0
- package/components/snk-attach/readme.md +2 -0
- package/components/snk-crud/readme.md +7 -0
- package/components/snk-crud/subcomponents/readme.md +6 -0
- package/components/snk-crud/subcomponents/snk-detail-view/readme.md +5 -0
- package/components/snk-grid/readme.md +3 -0
- package/components/snk-simple-crud/readme.md +3 -0
- package/components/snk-taskbar/readme.md +2 -0
- package/package.json +1 -1
@@ -0,0 +1,33 @@
|
|
1
|
+
# snk-actions-button
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
<!-- Auto Generated Below -->
|
6
|
+
|
7
|
+
|
8
|
+
## Dependencies
|
9
|
+
|
10
|
+
### Used by
|
11
|
+
|
12
|
+
- [snk-crud](../snk-crud)
|
13
|
+
- [snk-detail-view](../snk-crud/subcomponents/snk-detail-view)
|
14
|
+
- [snk-grid](../snk-grid)
|
15
|
+
- [snk-guides-viewer](../snk-crud/subcomponents)
|
16
|
+
- [snk-simple-crud](../snk-simple-crud)
|
17
|
+
- [snk-taskbar](../snk-taskbar)
|
18
|
+
|
19
|
+
### Graph
|
20
|
+
```mermaid
|
21
|
+
graph TD;
|
22
|
+
snk-crud --> snk-actions-button
|
23
|
+
snk-detail-view --> snk-actions-button
|
24
|
+
snk-grid --> snk-actions-button
|
25
|
+
snk-guides-viewer --> snk-actions-button
|
26
|
+
snk-simple-crud --> snk-actions-button
|
27
|
+
snk-taskbar --> snk-actions-button
|
28
|
+
style snk-actions-button fill:#f9f,stroke:#333,stroke-width:4px
|
29
|
+
```
|
30
|
+
|
31
|
+
----------------------------------------------
|
32
|
+
|
33
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# snk-client-confirm
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
<!-- Auto Generated Below -->
|
6
|
+
|
7
|
+
|
8
|
+
## Properties
|
9
|
+
|
10
|
+
| Property | Attribute | Description | Type | Default |
|
11
|
+
| -------------- | --------------- | --------------------------------- | ------------ | ----------- |
|
12
|
+
| `accept` | -- | Retorno quando usuário confirmar. | `() => void` | `undefined` |
|
13
|
+
| `cancel` | -- | Retorno quando usuário cancelar. | `() => void` | `undefined` |
|
14
|
+
| `message` | `message` | Mensagem da popup. | `string` | `undefined` |
|
15
|
+
| `titleMessage` | `title-message` | Título da popup. | `string` | `undefined` |
|
16
|
+
|
17
|
+
|
18
|
+
## Methods
|
19
|
+
|
20
|
+
### `openPopup() => Promise<void>`
|
21
|
+
|
22
|
+
Responsável por abrir a popup.
|
23
|
+
|
24
|
+
#### Returns
|
25
|
+
|
26
|
+
Type: `Promise<void>`
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
----------------------------------------------
|
32
|
+
|
33
|
+
|
@@ -41,7 +41,9 @@ graph TD;
|
|
41
41
|
snk-simple-crud --> snk-data-unit
|
42
42
|
snk-simple-crud --> snk-taskbar
|
43
43
|
snk-simple-crud --> snk-data-exporter
|
44
|
+
snk-simple-crud --> snk-actions-button
|
44
45
|
snk-taskbar --> snk-data-exporter
|
46
|
+
snk-taskbar --> snk-actions-button
|
45
47
|
snk-data-exporter --> snk-exporter-email-sender
|
46
48
|
snk-crud --> snk-attach
|
47
49
|
snk-detail-view --> snk-attach
|
@@ -81,6 +81,7 @@ Type: `Promise<void>`
|
|
81
81
|
- [snk-attach](../snk-attach)
|
82
82
|
- [snk-configurator](../snk-configurator)
|
83
83
|
- [snk-data-exporter](../snk-data-exporter)
|
84
|
+
- [snk-actions-button](../snk-actions-button)
|
84
85
|
|
85
86
|
### Graph
|
86
87
|
```mermaid
|
@@ -90,13 +91,16 @@ graph TD;
|
|
90
91
|
snk-crud --> snk-attach
|
91
92
|
snk-crud --> snk-configurator
|
92
93
|
snk-crud --> snk-data-exporter
|
94
|
+
snk-crud --> snk-actions-button
|
93
95
|
snk-grid --> snk-filter-bar
|
94
96
|
snk-grid --> snk-taskbar
|
95
97
|
snk-grid --> snk-grid-config
|
96
98
|
snk-grid --> snk-data-exporter
|
99
|
+
snk-grid --> snk-actions-button
|
97
100
|
snk-filter-bar --> snk-filter-item
|
98
101
|
snk-filter-item --> snk-filter-detail
|
99
102
|
snk-taskbar --> snk-data-exporter
|
103
|
+
snk-taskbar --> snk-actions-button
|
100
104
|
snk-data-exporter --> snk-exporter-email-sender
|
101
105
|
snk-grid-config --> snk-select-box
|
102
106
|
snk-guides-viewer --> snk-form-view
|
@@ -106,6 +110,7 @@ graph TD;
|
|
106
110
|
snk-guides-viewer --> snk-form-config
|
107
111
|
snk-guides-viewer --> snk-configurator
|
108
112
|
snk-guides-viewer --> snk-data-exporter
|
113
|
+
snk-guides-viewer --> snk-actions-button
|
109
114
|
snk-form-view --> snk-form-summary
|
110
115
|
snk-detail-view --> snk-data-unit
|
111
116
|
snk-detail-view --> snk-grid
|
@@ -113,11 +118,13 @@ graph TD;
|
|
113
118
|
snk-detail-view --> snk-taskbar
|
114
119
|
snk-detail-view --> snk-attach
|
115
120
|
snk-detail-view --> snk-data-exporter
|
121
|
+
snk-detail-view --> snk-actions-button
|
116
122
|
snk-attach --> snk-simple-bar
|
117
123
|
snk-attach --> snk-simple-crud
|
118
124
|
snk-simple-crud --> snk-data-unit
|
119
125
|
snk-simple-crud --> snk-taskbar
|
120
126
|
snk-simple-crud --> snk-data-exporter
|
127
|
+
snk-simple-crud --> snk-actions-button
|
121
128
|
snk-form-config --> snk-field-config
|
122
129
|
snk-form-config --> snk-config-options
|
123
130
|
snk-form-config --> snk-tab-config
|
@@ -59,6 +59,7 @@ Type: `Promise<void>`
|
|
59
59
|
- [snk-form-config](../../snk-form/subcomponents/snk-form-config)
|
60
60
|
- [snk-configurator](../../snk-configurator)
|
61
61
|
- [snk-data-exporter](../../snk-data-exporter)
|
62
|
+
- [snk-actions-button](../../snk-actions-button)
|
62
63
|
|
63
64
|
### Graph
|
64
65
|
```mermaid
|
@@ -70,6 +71,7 @@ graph TD;
|
|
70
71
|
snk-guides-viewer --> snk-form-config
|
71
72
|
snk-guides-viewer --> snk-configurator
|
72
73
|
snk-guides-viewer --> snk-data-exporter
|
74
|
+
snk-guides-viewer --> snk-actions-button
|
73
75
|
snk-form-view --> snk-form-summary
|
74
76
|
snk-detail-view --> snk-data-unit
|
75
77
|
snk-detail-view --> snk-grid
|
@@ -77,13 +79,16 @@ graph TD;
|
|
77
79
|
snk-detail-view --> snk-taskbar
|
78
80
|
snk-detail-view --> snk-attach
|
79
81
|
snk-detail-view --> snk-data-exporter
|
82
|
+
snk-detail-view --> snk-actions-button
|
80
83
|
snk-grid --> snk-filter-bar
|
81
84
|
snk-grid --> snk-taskbar
|
82
85
|
snk-grid --> snk-grid-config
|
83
86
|
snk-grid --> snk-data-exporter
|
87
|
+
snk-grid --> snk-actions-button
|
84
88
|
snk-filter-bar --> snk-filter-item
|
85
89
|
snk-filter-item --> snk-filter-detail
|
86
90
|
snk-taskbar --> snk-data-exporter
|
91
|
+
snk-taskbar --> snk-actions-button
|
87
92
|
snk-data-exporter --> snk-exporter-email-sender
|
88
93
|
snk-grid-config --> snk-select-box
|
89
94
|
snk-attach --> snk-simple-bar
|
@@ -91,6 +96,7 @@ graph TD;
|
|
91
96
|
snk-simple-crud --> snk-data-unit
|
92
97
|
snk-simple-crud --> snk-taskbar
|
93
98
|
snk-simple-crud --> snk-data-exporter
|
99
|
+
snk-simple-crud --> snk-actions-button
|
94
100
|
snk-form-config --> snk-field-config
|
95
101
|
snk-form-config --> snk-config-options
|
96
102
|
snk-form-config --> snk-tab-config
|
@@ -76,6 +76,7 @@ Type: `Promise<void>`
|
|
76
76
|
- [snk-taskbar](../../../snk-taskbar)
|
77
77
|
- [snk-attach](../../../snk-attach)
|
78
78
|
- [snk-data-exporter](../../../snk-data-exporter)
|
79
|
+
- [snk-actions-button](../../../snk-actions-button)
|
79
80
|
|
80
81
|
### Graph
|
81
82
|
```mermaid
|
@@ -86,13 +87,16 @@ graph TD;
|
|
86
87
|
snk-detail-view --> snk-taskbar
|
87
88
|
snk-detail-view --> snk-attach
|
88
89
|
snk-detail-view --> snk-data-exporter
|
90
|
+
snk-detail-view --> snk-actions-button
|
89
91
|
snk-grid --> snk-filter-bar
|
90
92
|
snk-grid --> snk-taskbar
|
91
93
|
snk-grid --> snk-grid-config
|
92
94
|
snk-grid --> snk-data-exporter
|
95
|
+
snk-grid --> snk-actions-button
|
93
96
|
snk-filter-bar --> snk-filter-item
|
94
97
|
snk-filter-item --> snk-filter-detail
|
95
98
|
snk-taskbar --> snk-data-exporter
|
99
|
+
snk-taskbar --> snk-actions-button
|
96
100
|
snk-data-exporter --> snk-exporter-email-sender
|
97
101
|
snk-grid-config --> snk-select-box
|
98
102
|
snk-form-view --> snk-form-summary
|
@@ -101,6 +105,7 @@ graph TD;
|
|
101
105
|
snk-simple-crud --> snk-data-unit
|
102
106
|
snk-simple-crud --> snk-taskbar
|
103
107
|
snk-simple-crud --> snk-data-exporter
|
108
|
+
snk-simple-crud --> snk-actions-button
|
104
109
|
snk-guides-viewer --> snk-detail-view
|
105
110
|
style snk-detail-view fill:#f9f,stroke:#333,stroke-width:4px
|
106
111
|
```
|
@@ -83,6 +83,7 @@ Type: `Promise<void>`
|
|
83
83
|
- [snk-taskbar](../snk-taskbar)
|
84
84
|
- [snk-grid-config](./subcomponents/snk-grid-config)
|
85
85
|
- [snk-data-exporter](../snk-data-exporter)
|
86
|
+
- [snk-actions-button](../snk-actions-button)
|
86
87
|
|
87
88
|
### Graph
|
88
89
|
```mermaid
|
@@ -91,9 +92,11 @@ graph TD;
|
|
91
92
|
snk-grid --> snk-taskbar
|
92
93
|
snk-grid --> snk-grid-config
|
93
94
|
snk-grid --> snk-data-exporter
|
95
|
+
snk-grid --> snk-actions-button
|
94
96
|
snk-filter-bar --> snk-filter-item
|
95
97
|
snk-filter-item --> snk-filter-detail
|
96
98
|
snk-taskbar --> snk-data-exporter
|
99
|
+
snk-taskbar --> snk-actions-button
|
97
100
|
snk-data-exporter --> snk-exporter-email-sender
|
98
101
|
snk-grid-config --> snk-select-box
|
99
102
|
snk-crud --> snk-grid
|
@@ -82,6 +82,7 @@ Type: `Promise<void>`
|
|
82
82
|
- [snk-data-unit](../snk-data-unit)
|
83
83
|
- [snk-taskbar](../snk-taskbar)
|
84
84
|
- [snk-data-exporter](../snk-data-exporter)
|
85
|
+
- [snk-actions-button](../snk-actions-button)
|
85
86
|
|
86
87
|
### Graph
|
87
88
|
```mermaid
|
@@ -89,7 +90,9 @@ graph TD;
|
|
89
90
|
snk-simple-crud --> snk-data-unit
|
90
91
|
snk-simple-crud --> snk-taskbar
|
91
92
|
snk-simple-crud --> snk-data-exporter
|
93
|
+
snk-simple-crud --> snk-actions-button
|
92
94
|
snk-taskbar --> snk-data-exporter
|
95
|
+
snk-taskbar --> snk-actions-button
|
93
96
|
snk-data-exporter --> snk-exporter-email-sender
|
94
97
|
snk-attach --> snk-simple-crud
|
95
98
|
style snk-simple-crud fill:#f9f,stroke:#333,stroke-width:4px
|
@@ -39,11 +39,13 @@
|
|
39
39
|
### Depends on
|
40
40
|
|
41
41
|
- [snk-data-exporter](../snk-data-exporter)
|
42
|
+
- [snk-actions-button](../snk-actions-button)
|
42
43
|
|
43
44
|
### Graph
|
44
45
|
```mermaid
|
45
46
|
graph TD;
|
46
47
|
snk-taskbar --> snk-data-exporter
|
48
|
+
snk-taskbar --> snk-actions-button
|
47
49
|
snk-data-exporter --> snk-exporter-email-sender
|
48
50
|
snk-detail-view --> snk-taskbar
|
49
51
|
snk-grid --> snk-taskbar
|