@sankhyalabs/sankhyablocks-docs 0.0.0-hotfix-ga-KB-33950-2.0 → 0.0.0-hotfix-ga-5173716.0

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,10 +42,8 @@ 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
46
45
  snk-taskbar --> snk-data-exporter
47
46
  snk-taskbar --> snk-actions-button
48
- snk-taskbar --> taskbar-actions-button
49
47
  snk-data-exporter --> snk-exporter-email-sender
50
48
  snk-crud --> snk-attach
51
49
  snk-detail-view --> snk-attach
@@ -95,7 +95,6 @@ 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)
99
98
 
100
99
  ### Graph
101
100
  ```mermaid
@@ -106,13 +105,11 @@ graph TD;
106
105
  snk-crud --> snk-configurator
107
106
  snk-crud --> snk-data-exporter
108
107
  snk-crud --> snk-actions-button
109
- snk-crud --> taskbar-actions-button
110
108
  snk-grid --> snk-filter-bar
111
109
  snk-grid --> snk-taskbar
112
110
  snk-grid --> snk-grid-config
113
111
  snk-grid --> snk-data-exporter
114
112
  snk-grid --> snk-actions-button
115
- snk-grid --> taskbar-actions-button
116
113
  snk-filter-bar --> snk-filter-item
117
114
  snk-filter-bar --> snk-personalized-filter
118
115
  snk-filter-item --> snk-filter-detail
@@ -127,7 +124,6 @@ graph TD;
127
124
  snk-expression-item --> snk-filter-param-config
128
125
  snk-taskbar --> snk-data-exporter
129
126
  snk-taskbar --> snk-actions-button
130
- snk-taskbar --> taskbar-actions-button
131
127
  snk-data-exporter --> snk-exporter-email-sender
132
128
  snk-grid-config --> snk-select-box
133
129
  snk-guides-viewer --> snk-form-view
@@ -138,7 +134,6 @@ graph TD;
138
134
  snk-guides-viewer --> snk-configurator
139
135
  snk-guides-viewer --> snk-data-exporter
140
136
  snk-guides-viewer --> snk-actions-button
141
- snk-guides-viewer --> taskbar-actions-button
142
137
  snk-form-view --> snk-form-summary
143
138
  snk-detail-view --> snk-data-unit
144
139
  snk-detail-view --> snk-grid
@@ -147,14 +142,12 @@ graph TD;
147
142
  snk-detail-view --> snk-attach
148
143
  snk-detail-view --> snk-data-exporter
149
144
  snk-detail-view --> snk-actions-button
150
- snk-detail-view --> taskbar-actions-button
151
145
  snk-attach --> snk-simple-bar
152
146
  snk-attach --> snk-simple-crud
153
147
  snk-simple-crud --> snk-data-unit
154
148
  snk-simple-crud --> snk-taskbar
155
149
  snk-simple-crud --> snk-data-exporter
156
150
  snk-simple-crud --> snk-actions-button
157
- snk-simple-crud --> taskbar-actions-button
158
151
  snk-form-config --> snk-field-config
159
152
  snk-form-config --> snk-config-options
160
153
  snk-form-config --> snk-tab-config
@@ -73,7 +73,6 @@ 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)
77
76
 
78
77
  ### Graph
79
78
  ```mermaid
@@ -86,7 +85,6 @@ graph TD;
86
85
  snk-guides-viewer --> snk-configurator
87
86
  snk-guides-viewer --> snk-data-exporter
88
87
  snk-guides-viewer --> snk-actions-button
89
- snk-guides-viewer --> taskbar-actions-button
90
88
  snk-form-view --> snk-form-summary
91
89
  snk-detail-view --> snk-data-unit
92
90
  snk-detail-view --> snk-grid
@@ -95,13 +93,11 @@ graph TD;
95
93
  snk-detail-view --> snk-attach
96
94
  snk-detail-view --> snk-data-exporter
97
95
  snk-detail-view --> snk-actions-button
98
- snk-detail-view --> taskbar-actions-button
99
96
  snk-grid --> snk-filter-bar
100
97
  snk-grid --> snk-taskbar
101
98
  snk-grid --> snk-grid-config
102
99
  snk-grid --> snk-data-exporter
103
100
  snk-grid --> snk-actions-button
104
- snk-grid --> taskbar-actions-button
105
101
  snk-filter-bar --> snk-filter-item
106
102
  snk-filter-bar --> snk-personalized-filter
107
103
  snk-filter-item --> snk-filter-detail
@@ -116,7 +112,6 @@ graph TD;
116
112
  snk-expression-item --> snk-filter-param-config
117
113
  snk-taskbar --> snk-data-exporter
118
114
  snk-taskbar --> snk-actions-button
119
- snk-taskbar --> taskbar-actions-button
120
115
  snk-data-exporter --> snk-exporter-email-sender
121
116
  snk-grid-config --> snk-select-box
122
117
  snk-attach --> snk-simple-bar
@@ -125,7 +120,6 @@ graph TD;
125
120
  snk-simple-crud --> snk-taskbar
126
121
  snk-simple-crud --> snk-data-exporter
127
122
  snk-simple-crud --> snk-actions-button
128
- snk-simple-crud --> taskbar-actions-button
129
123
  snk-form-config --> snk-field-config
130
124
  snk-form-config --> snk-config-options
131
125
  snk-form-config --> snk-tab-config
@@ -81,7 +81,6 @@ 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)
85
84
 
86
85
  ### Graph
87
86
  ```mermaid
@@ -93,13 +92,11 @@ graph TD;
93
92
  snk-detail-view --> snk-attach
94
93
  snk-detail-view --> snk-data-exporter
95
94
  snk-detail-view --> snk-actions-button
96
- snk-detail-view --> taskbar-actions-button
97
95
  snk-grid --> snk-filter-bar
98
96
  snk-grid --> snk-taskbar
99
97
  snk-grid --> snk-grid-config
100
98
  snk-grid --> snk-data-exporter
101
99
  snk-grid --> snk-actions-button
102
- snk-grid --> taskbar-actions-button
103
100
  snk-filter-bar --> snk-filter-item
104
101
  snk-filter-bar --> snk-personalized-filter
105
102
  snk-filter-item --> snk-filter-detail
@@ -114,7 +111,6 @@ graph TD;
114
111
  snk-expression-item --> snk-filter-param-config
115
112
  snk-taskbar --> snk-data-exporter
116
113
  snk-taskbar --> snk-actions-button
117
- snk-taskbar --> taskbar-actions-button
118
114
  snk-data-exporter --> snk-exporter-email-sender
119
115
  snk-grid-config --> snk-select-box
120
116
  snk-form-view --> snk-form-summary
@@ -124,7 +120,6 @@ graph TD;
124
120
  snk-simple-crud --> snk-taskbar
125
121
  snk-simple-crud --> snk-data-exporter
126
122
  snk-simple-crud --> snk-actions-button
127
- snk-simple-crud --> taskbar-actions-button
128
123
  snk-guides-viewer --> snk-detail-view
129
124
  style snk-detail-view fill:#f9f,stroke:#333,stroke-width:4px
130
125
  ```
@@ -113,7 +113,6 @@ 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)
117
116
 
118
117
  ### Graph
119
118
  ```mermaid
@@ -123,7 +122,6 @@ graph TD;
123
122
  snk-grid --> snk-grid-config
124
123
  snk-grid --> snk-data-exporter
125
124
  snk-grid --> snk-actions-button
126
- snk-grid --> taskbar-actions-button
127
125
  snk-filter-bar --> snk-filter-item
128
126
  snk-filter-bar --> snk-personalized-filter
129
127
  snk-filter-item --> snk-filter-detail
@@ -138,7 +136,6 @@ graph TD;
138
136
  snk-expression-item --> snk-filter-param-config
139
137
  snk-taskbar --> snk-data-exporter
140
138
  snk-taskbar --> snk-actions-button
141
- snk-taskbar --> taskbar-actions-button
142
139
  snk-data-exporter --> snk-exporter-email-sender
143
140
  snk-grid-config --> snk-select-box
144
141
  snk-crud --> snk-grid
@@ -86,7 +86,6 @@ 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)
90
89
 
91
90
  ### Graph
92
91
  ```mermaid
@@ -95,10 +94,8 @@ graph TD;
95
94
  snk-simple-crud --> snk-taskbar
96
95
  snk-simple-crud --> snk-data-exporter
97
96
  snk-simple-crud --> snk-actions-button
98
- snk-simple-crud --> taskbar-actions-button
99
97
  snk-taskbar --> snk-data-exporter
100
98
  snk-taskbar --> snk-actions-button
101
- snk-taskbar --> taskbar-actions-button
102
99
  snk-data-exporter --> snk-exporter-email-sender
103
100
  snk-attach --> snk-simple-crud
104
101
  style snk-simple-crud fill:#f9f,stroke:#333,stroke-width:4px
@@ -43,14 +43,12 @@
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)
47
46
 
48
47
  ### Graph
49
48
  ```mermaid
50
49
  graph TD;
51
50
  snk-taskbar --> snk-data-exporter
52
51
  snk-taskbar --> snk-actions-button
53
- snk-taskbar --> taskbar-actions-button
54
52
  snk-data-exporter --> snk-exporter-email-sender
55
53
  snk-detail-view --> snk-taskbar
56
54
  snk-grid --> snk-taskbar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/sankhyablocks-docs",
3
- "version": "0.0.0-hotfix-ga-KB-33950-2.0",
3
+ "version": "0.0.0-hotfix-ga-5173716.0",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [
@@ -1,84 +0,0 @@
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
-