@sankhyalabs/sankhyablocks-docs 8.14.1 → 8.15.0-dev.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.
@@ -42,8 +42,10 @@ graph TD;
42
42
  snk-simple-crud --> snk-taskbar
43
43
  snk-simple-crud --> snk-data-exporter
44
44
  snk-simple-crud --> snk-actions-button
45
+ snk-simple-crud --> taskbar-actions-button
45
46
  snk-taskbar --> snk-data-exporter
46
47
  snk-taskbar --> snk-actions-button
48
+ snk-taskbar --> taskbar-actions-button
47
49
  snk-data-exporter --> snk-exporter-email-sender
48
50
  snk-crud --> snk-attach
49
51
  snk-detail-view --> snk-attach
@@ -95,6 +95,7 @@ Type: `Promise<void>`
95
95
  - [snk-configurator](../snk-configurator)
96
96
  - [snk-data-exporter](../snk-data-exporter)
97
97
  - [snk-actions-button](../snk-actions-button)
98
+ - [taskbar-actions-button](../snk-taskbar/elements/taskbar-actions-button)
98
99
 
99
100
  ### Graph
100
101
  ```mermaid
@@ -105,11 +106,13 @@ graph TD;
105
106
  snk-crud --> snk-configurator
106
107
  snk-crud --> snk-data-exporter
107
108
  snk-crud --> snk-actions-button
109
+ snk-crud --> taskbar-actions-button
108
110
  snk-grid --> snk-filter-bar
109
111
  snk-grid --> snk-taskbar
110
112
  snk-grid --> snk-grid-config
111
113
  snk-grid --> snk-data-exporter
112
114
  snk-grid --> snk-actions-button
115
+ snk-grid --> taskbar-actions-button
113
116
  snk-filter-bar --> snk-filter-item
114
117
  snk-filter-bar --> snk-personalized-filter
115
118
  snk-filter-item --> snk-filter-detail
@@ -124,6 +127,7 @@ graph TD;
124
127
  snk-expression-item --> snk-filter-param-config
125
128
  snk-taskbar --> snk-data-exporter
126
129
  snk-taskbar --> snk-actions-button
130
+ snk-taskbar --> taskbar-actions-button
127
131
  snk-data-exporter --> snk-exporter-email-sender
128
132
  snk-grid-config --> snk-select-box
129
133
  snk-guides-viewer --> snk-form-view
@@ -134,6 +138,7 @@ graph TD;
134
138
  snk-guides-viewer --> snk-configurator
135
139
  snk-guides-viewer --> snk-data-exporter
136
140
  snk-guides-viewer --> snk-actions-button
141
+ snk-guides-viewer --> taskbar-actions-button
137
142
  snk-form-view --> snk-form-summary
138
143
  snk-detail-view --> snk-data-unit
139
144
  snk-detail-view --> snk-grid
@@ -142,12 +147,14 @@ graph TD;
142
147
  snk-detail-view --> snk-attach
143
148
  snk-detail-view --> snk-data-exporter
144
149
  snk-detail-view --> snk-actions-button
150
+ snk-detail-view --> taskbar-actions-button
145
151
  snk-attach --> snk-simple-bar
146
152
  snk-attach --> snk-simple-crud
147
153
  snk-simple-crud --> snk-data-unit
148
154
  snk-simple-crud --> snk-taskbar
149
155
  snk-simple-crud --> snk-data-exporter
150
156
  snk-simple-crud --> snk-actions-button
157
+ snk-simple-crud --> taskbar-actions-button
151
158
  snk-form-config --> snk-field-config
152
159
  snk-form-config --> snk-config-options
153
160
  snk-form-config --> snk-tab-config
@@ -73,6 +73,7 @@ Type: `Promise<void>`
73
73
  - [snk-configurator](../../snk-configurator)
74
74
  - [snk-data-exporter](../../snk-data-exporter)
75
75
  - [snk-actions-button](../../snk-actions-button)
76
+ - [taskbar-actions-button](../../snk-taskbar/elements/taskbar-actions-button)
76
77
 
77
78
  ### Graph
78
79
  ```mermaid
@@ -85,6 +86,7 @@ graph TD;
85
86
  snk-guides-viewer --> snk-configurator
86
87
  snk-guides-viewer --> snk-data-exporter
87
88
  snk-guides-viewer --> snk-actions-button
89
+ snk-guides-viewer --> taskbar-actions-button
88
90
  snk-form-view --> snk-form-summary
89
91
  snk-detail-view --> snk-data-unit
90
92
  snk-detail-view --> snk-grid
@@ -93,11 +95,13 @@ graph TD;
93
95
  snk-detail-view --> snk-attach
94
96
  snk-detail-view --> snk-data-exporter
95
97
  snk-detail-view --> snk-actions-button
98
+ snk-detail-view --> taskbar-actions-button
96
99
  snk-grid --> snk-filter-bar
97
100
  snk-grid --> snk-taskbar
98
101
  snk-grid --> snk-grid-config
99
102
  snk-grid --> snk-data-exporter
100
103
  snk-grid --> snk-actions-button
104
+ snk-grid --> taskbar-actions-button
101
105
  snk-filter-bar --> snk-filter-item
102
106
  snk-filter-bar --> snk-personalized-filter
103
107
  snk-filter-item --> snk-filter-detail
@@ -112,6 +116,7 @@ graph TD;
112
116
  snk-expression-item --> snk-filter-param-config
113
117
  snk-taskbar --> snk-data-exporter
114
118
  snk-taskbar --> snk-actions-button
119
+ snk-taskbar --> taskbar-actions-button
115
120
  snk-data-exporter --> snk-exporter-email-sender
116
121
  snk-grid-config --> snk-select-box
117
122
  snk-attach --> snk-simple-bar
@@ -120,6 +125,7 @@ graph TD;
120
125
  snk-simple-crud --> snk-taskbar
121
126
  snk-simple-crud --> snk-data-exporter
122
127
  snk-simple-crud --> snk-actions-button
128
+ snk-simple-crud --> taskbar-actions-button
123
129
  snk-form-config --> snk-field-config
124
130
  snk-form-config --> snk-config-options
125
131
  snk-form-config --> snk-tab-config
@@ -81,6 +81,7 @@ Type: `Promise<void>`
81
81
  - [snk-attach](../../../snk-attach)
82
82
  - [snk-data-exporter](../../../snk-data-exporter)
83
83
  - [snk-actions-button](../../../snk-actions-button)
84
+ - [taskbar-actions-button](../../../snk-taskbar/elements/taskbar-actions-button)
84
85
 
85
86
  ### Graph
86
87
  ```mermaid
@@ -92,11 +93,13 @@ graph TD;
92
93
  snk-detail-view --> snk-attach
93
94
  snk-detail-view --> snk-data-exporter
94
95
  snk-detail-view --> snk-actions-button
96
+ snk-detail-view --> taskbar-actions-button
95
97
  snk-grid --> snk-filter-bar
96
98
  snk-grid --> snk-taskbar
97
99
  snk-grid --> snk-grid-config
98
100
  snk-grid --> snk-data-exporter
99
101
  snk-grid --> snk-actions-button
102
+ snk-grid --> taskbar-actions-button
100
103
  snk-filter-bar --> snk-filter-item
101
104
  snk-filter-bar --> snk-personalized-filter
102
105
  snk-filter-item --> snk-filter-detail
@@ -111,6 +114,7 @@ graph TD;
111
114
  snk-expression-item --> snk-filter-param-config
112
115
  snk-taskbar --> snk-data-exporter
113
116
  snk-taskbar --> snk-actions-button
117
+ snk-taskbar --> taskbar-actions-button
114
118
  snk-data-exporter --> snk-exporter-email-sender
115
119
  snk-grid-config --> snk-select-box
116
120
  snk-form-view --> snk-form-summary
@@ -120,6 +124,7 @@ graph TD;
120
124
  snk-simple-crud --> snk-taskbar
121
125
  snk-simple-crud --> snk-data-exporter
122
126
  snk-simple-crud --> snk-actions-button
127
+ snk-simple-crud --> taskbar-actions-button
123
128
  snk-guides-viewer --> snk-detail-view
124
129
  style snk-detail-view fill:#f9f,stroke:#333,stroke-width:4px
125
130
  ```
@@ -113,6 +113,7 @@ Type: `Promise<void>`
113
113
  - [snk-grid-config](./subcomponents/snk-grid-config)
114
114
  - [snk-data-exporter](../snk-data-exporter)
115
115
  - [snk-actions-button](../snk-actions-button)
116
+ - [taskbar-actions-button](../snk-taskbar/elements/taskbar-actions-button)
116
117
 
117
118
  ### Graph
118
119
  ```mermaid
@@ -122,6 +123,7 @@ graph TD;
122
123
  snk-grid --> snk-grid-config
123
124
  snk-grid --> snk-data-exporter
124
125
  snk-grid --> snk-actions-button
126
+ snk-grid --> taskbar-actions-button
125
127
  snk-filter-bar --> snk-filter-item
126
128
  snk-filter-bar --> snk-personalized-filter
127
129
  snk-filter-item --> snk-filter-detail
@@ -136,6 +138,7 @@ graph TD;
136
138
  snk-expression-item --> snk-filter-param-config
137
139
  snk-taskbar --> snk-data-exporter
138
140
  snk-taskbar --> snk-actions-button
141
+ snk-taskbar --> taskbar-actions-button
139
142
  snk-data-exporter --> snk-exporter-email-sender
140
143
  snk-grid-config --> snk-select-box
141
144
  snk-crud --> snk-grid
@@ -86,6 +86,7 @@ Type: `Promise<void>`
86
86
  - [snk-taskbar](../snk-taskbar)
87
87
  - [snk-data-exporter](../snk-data-exporter)
88
88
  - [snk-actions-button](../snk-actions-button)
89
+ - [taskbar-actions-button](../snk-taskbar/elements/taskbar-actions-button)
89
90
 
90
91
  ### Graph
91
92
  ```mermaid
@@ -94,8 +95,10 @@ graph TD;
94
95
  snk-simple-crud --> snk-taskbar
95
96
  snk-simple-crud --> snk-data-exporter
96
97
  snk-simple-crud --> snk-actions-button
98
+ snk-simple-crud --> taskbar-actions-button
97
99
  snk-taskbar --> snk-data-exporter
98
100
  snk-taskbar --> snk-actions-button
101
+ snk-taskbar --> taskbar-actions-button
99
102
  snk-data-exporter --> snk-exporter-email-sender
100
103
  snk-attach --> snk-simple-crud
101
104
  style snk-simple-crud fill:#f9f,stroke:#333,stroke-width:4px
@@ -0,0 +1,84 @@
1
+ # taskbar-actions-button
2
+
3
+
4
+
5
+ <!-- Auto Generated Below -->
6
+
7
+
8
+ ## Properties
9
+
10
+ | Property | Attribute | Description | Type | Default |
11
+ | --------- | --------- | ------------------------------------------------------- | ---------- | ----------- |
12
+ | `actions` | -- | Define a lista de ações. | `Action[]` | `undefined` |
13
+ | `enabled` | `enabled` | Se false o usuário não pode interagir com o componente. | `boolean` | `undefined` |
14
+ | `title` | `title` | Texto que será exibido no botão | `string` | `undefined` |
15
+
16
+
17
+ ## Events
18
+
19
+ | Event | Description | Type |
20
+ | ---------------------------------- | ----------------------------------------------- | -------------------------- |
21
+ | `taskbarActionsButtonDisconnected` | Emitido quando componente é desconectado da DOM | `CustomEvent<void>` |
22
+ | `taskbarActionSelected` | Emitido ao selecionar uma ação | `CustomEvent<Action>` |
23
+ | `taskbarActionsOpened` | Emitido ao mostrar a lista de ações | `CustomEvent<HTMLElement>` |
24
+
25
+
26
+ ## Methods
27
+
28
+ ### `hideActions() => Promise<void>`
29
+
30
+ Esaconde a lista de ações.
31
+
32
+ #### Returns
33
+
34
+ Type: `Promise<void>`
35
+
36
+
37
+
38
+ ### `isOpened() => Promise<boolean>`
39
+
40
+ Informa se a lista de ações está aberta.
41
+
42
+ #### Returns
43
+
44
+ Type: `Promise<boolean>`
45
+
46
+
47
+
48
+ ### `showActions() => Promise<void>`
49
+
50
+ Exibe a lista de ações.
51
+
52
+ #### Returns
53
+
54
+ Type: `Promise<void>`
55
+
56
+
57
+
58
+
59
+ ## Dependencies
60
+
61
+ ### Used by
62
+
63
+ - [snk-crud](../../../snk-crud)
64
+ - [snk-detail-view](../../../snk-crud/subcomponents/snk-detail-view)
65
+ - [snk-grid](../../../snk-grid)
66
+ - [snk-guides-viewer](../../../snk-crud/subcomponents)
67
+ - [snk-simple-crud](../../../snk-simple-crud)
68
+ - [snk-taskbar](../..)
69
+
70
+ ### Graph
71
+ ```mermaid
72
+ graph TD;
73
+ snk-crud --> taskbar-actions-button
74
+ snk-detail-view --> taskbar-actions-button
75
+ snk-grid --> taskbar-actions-button
76
+ snk-guides-viewer --> taskbar-actions-button
77
+ snk-simple-crud --> taskbar-actions-button
78
+ snk-taskbar --> taskbar-actions-button
79
+ style taskbar-actions-button fill:#f9f,stroke:#333,stroke-width:4px
80
+ ```
81
+
82
+ ----------------------------------------------
83
+
84
+
@@ -43,12 +43,14 @@
43
43
 
44
44
  - [snk-data-exporter](../snk-data-exporter)
45
45
  - [snk-actions-button](../snk-actions-button)
46
+ - [taskbar-actions-button](./elements/taskbar-actions-button)
46
47
 
47
48
  ### Graph
48
49
  ```mermaid
49
50
  graph TD;
50
51
  snk-taskbar --> snk-data-exporter
51
52
  snk-taskbar --> snk-actions-button
53
+ snk-taskbar --> taskbar-actions-button
52
54
  snk-data-exporter --> snk-exporter-email-sender
53
55
  snk-detail-view --> snk-taskbar
54
56
  snk-grid --> snk-taskbar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/sankhyablocks-docs",
3
- "version": "8.14.1",
3
+ "version": "8.15.0-dev.2",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [