@sankhyalabs/ezui-docs 0.0.0-bugfix-dev-5726442.0 → 0.0.0-bugfix-ms-KB-95066.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.
@@ -53,7 +53,6 @@ Type: `Promise<void>`
53
53
  ### Used by
54
54
 
55
55
  - [ez-form-view](../ez-form-view)
56
- - [ez-link-builder](../ez-rich-text/ez-link-builder)
57
56
  - [ez-list](../ez-list)
58
57
  - [ez-multi-selection-list](../ez-multi-selection-list)
59
58
 
@@ -61,7 +60,6 @@ Type: `Promise<void>`
61
60
  ```mermaid
62
61
  graph TD;
63
62
  ez-form-view --> ez-check
64
- ez-link-builder --> ez-check
65
63
  ez-list --> ez-check
66
64
  ez-multi-selection-list --> ez-check
67
65
  style ez-check fill:#f9f,stroke:#333,stroke-width:4px
@@ -22,7 +22,6 @@
22
22
  | `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
23
23
  | `optionLoader` | -- | Carrega as opções dinamicamente. | `(argument: ISearchArgument) => IOption \| IOption[] \| Promise<IOption[]>` | `undefined` |
24
24
  | `options` | -- | Array com as opções do ez-combo-box. Os elementos devem obedecer o formato: `{value: string, label: string}`. | `IOption[]` | `undefined` |
25
- | `preventAutoFocus` | `prevent-auto-focus` | Se true, impede que o campo de texto receba foco automaticamente ao abrir as opções. | `boolean` | `false` |
26
25
  | `showOptionValue` | `show-option-value` | Se true cada opção na lista exibe o `value` junto com `label`. | `boolean` | `false` |
27
26
  | `showSelectedValue` | `show-selected-value` | Se true a opção selecionada exibe o `value` junto com `label`. | `boolean` | `false` |
28
27
  | `stopPropagateEnterKeyEvent` | `stop-propagate-enter-key-event` | Se true, ineterrompe a propagação do evento de KeyDown da tecla enter | `boolean` | `true` |
@@ -91,7 +91,6 @@ graph TD;
91
91
  ez-form-view --> ez-text-input
92
92
  ez-form-view --> ez-search-plus
93
93
  ez-form-view --> ez-search
94
- ez-form-view --> ez-rich-text
95
94
  ez-collapsible-box --> ez-icon
96
95
  ez-collapsible-box --> ez-text-edit
97
96
  ez-text-edit --> ez-text-input
@@ -124,28 +123,6 @@ graph TD;
124
123
  ez-search --> ez-popover-plus
125
124
  ez-search --> search-list
126
125
  search-list --> ez-card-item
127
- ez-rich-text --> ez-text-area
128
- ez-rich-text --> ez-rich-toolbar
129
- ez-rich-text --> ez-link-builder
130
- ez-rich-text --> ez-simple-image-uploader
131
- ez-rich-toolbar --> ez-rich-toolbar-arrows
132
- ez-rich-toolbar --> ez-rich-toolbar-letters
133
- ez-rich-toolbar --> ez-rich-toolbar-configs
134
- ez-rich-toolbar-arrows --> ez-rich-toolbar-item
135
- ez-rich-toolbar-item --> ez-icon
136
- ez-rich-toolbar-letters --> ez-rich-toolbar-item
137
- ez-rich-toolbar-configs --> ez-rich-toolbar-item
138
- ez-link-builder --> ez-popup
139
- ez-link-builder --> ez-modal-container
140
- ez-link-builder --> ez-text-input
141
- ez-link-builder --> ez-check
142
- ez-modal-container --> ez-icon
143
- ez-modal-container --> ez-button
144
- ez-simple-image-uploader --> ez-popup
145
- ez-simple-image-uploader --> ez-modal-container
146
- ez-simple-image-uploader --> ez-tooltip
147
- ez-simple-image-uploader --> ez-text-input
148
- ez-simple-image-uploader --> ez-icon
149
126
  style ez-form fill:#f9f,stroke:#333,stroke-width:4px
150
127
  ```
151
128
 
@@ -76,7 +76,6 @@ Type: `Promise<void>`
76
76
  - [ez-text-input](../ez-text-input)
77
77
  - [ez-search-plus](../ez-search-plus)
78
78
  - [ez-search](../ez-search)
79
- - [ez-rich-text](../ez-rich-text)
80
79
 
81
80
  ### Graph
82
81
  ```mermaid
@@ -94,7 +93,6 @@ graph TD;
94
93
  ez-form-view --> ez-text-input
95
94
  ez-form-view --> ez-search-plus
96
95
  ez-form-view --> ez-search
97
- ez-form-view --> ez-rich-text
98
96
  ez-collapsible-box --> ez-icon
99
97
  ez-collapsible-box --> ez-text-edit
100
98
  ez-text-edit --> ez-text-input
@@ -127,28 +125,6 @@ graph TD;
127
125
  ez-search --> ez-popover-plus
128
126
  ez-search --> search-list
129
127
  search-list --> ez-card-item
130
- ez-rich-text --> ez-text-area
131
- ez-rich-text --> ez-rich-toolbar
132
- ez-rich-text --> ez-link-builder
133
- ez-rich-text --> ez-simple-image-uploader
134
- ez-rich-toolbar --> ez-rich-toolbar-arrows
135
- ez-rich-toolbar --> ez-rich-toolbar-letters
136
- ez-rich-toolbar --> ez-rich-toolbar-configs
137
- ez-rich-toolbar-arrows --> ez-rich-toolbar-item
138
- ez-rich-toolbar-item --> ez-icon
139
- ez-rich-toolbar-letters --> ez-rich-toolbar-item
140
- ez-rich-toolbar-configs --> ez-rich-toolbar-item
141
- ez-link-builder --> ez-popup
142
- ez-link-builder --> ez-modal-container
143
- ez-link-builder --> ez-text-input
144
- ez-link-builder --> ez-check
145
- ez-modal-container --> ez-icon
146
- ez-modal-container --> ez-button
147
- ez-simple-image-uploader --> ez-popup
148
- ez-simple-image-uploader --> ez-modal-container
149
- ez-simple-image-uploader --> ez-tooltip
150
- ez-simple-image-uploader --> ez-text-input
151
- ez-simple-image-uploader --> ez-icon
152
128
  ez-form --> ez-form-view
153
129
  style ez-form-view fill:#f9f,stroke:#333,stroke-width:4px
154
130
  ```
@@ -35,11 +35,9 @@
35
35
  - [ez-grid](../ez-grid)
36
36
  - [ez-modal-container](../ez-modal-container)
37
37
  - [ez-multi-selection-list](../ez-multi-selection-list)
38
- - [ez-rich-toolbar-item](../ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item)
39
38
  - [ez-search](../ez-search)
40
39
  - [ez-search-plus](../ez-search-plus)
41
40
  - [ez-sidebar-button](../ez-sidebar-button)
42
- - [ez-simple-image-uploader](../ez-rich-text/ez-simple-image-uploader)
43
41
  - [ez-split-button](../ez-split-button)
44
42
  - [ez-tabselector](../ez-tabselector)
45
43
  - [ez-text-input](../ez-text-input)
@@ -65,11 +63,9 @@ graph TD;
65
63
  ez-grid --> ez-icon
66
64
  ez-modal-container --> ez-icon
67
65
  ez-multi-selection-list --> ez-icon
68
- ez-rich-toolbar-item --> ez-icon
69
66
  ez-search --> ez-icon
70
67
  ez-search-plus --> ez-icon
71
68
  ez-sidebar-button --> ez-icon
72
- ez-simple-image-uploader --> ez-icon
73
69
  ez-split-button --> ez-icon
74
70
  ez-tabselector --> ez-icon
75
71
  ez-text-input --> ez-icon
@@ -28,11 +28,6 @@
28
28
 
29
29
  ## Dependencies
30
30
 
31
- ### Used by
32
-
33
- - [ez-link-builder](../ez-rich-text/ez-link-builder)
34
- - [ez-simple-image-uploader](../ez-rich-text/ez-simple-image-uploader)
35
-
36
31
  ### Depends on
37
32
 
38
33
  - [ez-icon](../ez-icon)
@@ -44,8 +39,6 @@ graph TD;
44
39
  ez-modal-container --> ez-icon
45
40
  ez-modal-container --> ez-button
46
41
  ez-button --> ez-icon
47
- ez-link-builder --> ez-modal-container
48
- ez-simple-image-uploader --> ez-modal-container
49
42
  style ez-modal-container fill:#f9f,stroke:#333,stroke-width:4px
50
43
  ```
51
44
 
@@ -25,21 +25,6 @@
25
25
  | `ezPopupAction` | Evento emitido ao clicar no botão de fechar (ezPopupAction = OK) | `CustomEvent<string>` |
26
26
 
27
27
 
28
- ## Dependencies
29
-
30
- ### Used by
31
-
32
- - [ez-link-builder](../ez-rich-text/ez-link-builder)
33
- - [ez-simple-image-uploader](../ez-rich-text/ez-simple-image-uploader)
34
-
35
- ### Graph
36
- ```mermaid
37
- graph TD;
38
- ez-link-builder --> ez-popup
39
- ez-simple-image-uploader --> ez-popup
40
- style ez-popup fill:#f9f,stroke:#333,stroke-width:4px
41
- ```
42
-
43
28
  ----------------------------------------------
44
29
 
45
30
 
@@ -34,6 +34,16 @@ Type: `Promise<void>`
34
34
 
35
35
 
36
36
 
37
+ ### `firstOption() => Promise<void>`
38
+
39
+
40
+
41
+ #### Returns
42
+
43
+ Type: `Promise<void>`
44
+
45
+
46
+
37
47
  ### `nextOption() => Promise<void>`
38
48
 
39
49
 
@@ -80,13 +80,11 @@ Type: `Promise<void>`
80
80
  ### Used by
81
81
 
82
82
  - [ez-form-view](../ez-form-view)
83
- - [ez-rich-text](../ez-rich-text)
84
83
 
85
84
  ### Graph
86
85
  ```mermaid
87
86
  graph TD;
88
87
  ez-form-view --> ez-text-area
89
- ez-rich-text --> ez-text-area
90
88
  style ez-text-area fill:#f9f,stroke:#333,stroke-width:4px
91
89
  ```
92
90
 
@@ -74,11 +74,9 @@ Type: `Promise<void>`
74
74
  - [ez-date-time-input](../ez-date-time-input)
75
75
  - [ez-filter-input](../ez-filter-input)
76
76
  - [ez-form-view](../ez-form-view)
77
- - [ez-link-builder](../ez-rich-text/ez-link-builder)
78
77
  - [ez-number-input](../ez-number-input)
79
78
  - [ez-search](../ez-search)
80
79
  - [ez-search-plus](../ez-search-plus)
81
- - [ez-simple-image-uploader](../ez-rich-text/ez-simple-image-uploader)
82
80
  - [ez-text-edit](../ez-text-edit)
83
81
  - [ez-time-input](../ez-time-input)
84
82
 
@@ -97,11 +95,9 @@ graph TD;
97
95
  ez-date-time-input --> ez-text-input
98
96
  ez-filter-input --> ez-text-input
99
97
  ez-form-view --> ez-text-input
100
- ez-link-builder --> ez-text-input
101
98
  ez-number-input --> ez-text-input
102
99
  ez-search --> ez-text-input
103
100
  ez-search-plus --> ez-text-input
104
- ez-simple-image-uploader --> ez-text-input
105
101
  ez-text-edit --> ez-text-input
106
102
  ez-time-input --> ez-text-input
107
103
  style ez-text-input fill:#f9f,stroke:#333,stroke-width:4px
@@ -24,13 +24,11 @@
24
24
 
25
25
  ### Used by
26
26
 
27
- - [ez-simple-image-uploader](../ez-rich-text/ez-simple-image-uploader)
28
27
  - [ez-text-input](../ez-text-input)
29
28
 
30
29
  ### Graph
31
30
  ```mermaid
32
31
  graph TD;
33
- ez-simple-image-uploader --> ez-tooltip
34
32
  ez-text-input --> ez-tooltip
35
33
  style ez-tooltip fill:#f9f,stroke:#333,stroke-width:4px
36
34
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "0.0.0-bugfix-dev-5726442.0",
3
+ "version": "0.0.0-bugfix-ms-KB-95066.2",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [
@@ -1,69 +0,0 @@
1
- # ez-link-builder
2
-
3
-
4
-
5
- <!-- Auto Generated Below -->
6
-
7
-
8
- ## Events
9
-
10
- | Event | Description | Type |
11
- | ----------------------- | ----------- | --------------------------------- |
12
- | `executeToolbarCommand` | | `CustomEvent<RichToolbarCommand>` |
13
-
14
-
15
- ## Methods
16
-
17
- ### `hide() => Promise<void>`
18
-
19
-
20
-
21
- #### Returns
22
-
23
- Type: `Promise<void>`
24
-
25
-
26
-
27
- ### `show(text?: string) => Promise<void>`
28
-
29
-
30
-
31
- #### Returns
32
-
33
- Type: `Promise<void>`
34
-
35
-
36
-
37
-
38
- ## Dependencies
39
-
40
- ### Used by
41
-
42
- - [ez-rich-text](..)
43
-
44
- ### Depends on
45
-
46
- - [ez-popup](../../ez-popup)
47
- - [ez-modal-container](../../ez-modal-container)
48
- - [ez-text-input](../../ez-text-input)
49
- - [ez-check](../../ez-check)
50
-
51
- ### Graph
52
- ```mermaid
53
- graph TD;
54
- ez-link-builder --> ez-popup
55
- ez-link-builder --> ez-modal-container
56
- ez-link-builder --> ez-text-input
57
- ez-link-builder --> ez-check
58
- ez-modal-container --> ez-icon
59
- ez-modal-container --> ez-button
60
- ez-button --> ez-icon
61
- ez-text-input --> ez-tooltip
62
- ez-text-input --> ez-icon
63
- ez-rich-text --> ez-link-builder
64
- style ez-link-builder fill:#f9f,stroke:#333,stroke-width:4px
65
- ```
66
-
67
- ----------------------------------------------
68
-
69
-
@@ -1,29 +0,0 @@
1
- # ez-rich-toolbar-arrows
2
-
3
-
4
-
5
- <!-- Auto Generated Below -->
6
-
7
-
8
- ## Dependencies
9
-
10
- ### Used by
11
-
12
- - [ez-rich-toolbar](..)
13
-
14
- ### Depends on
15
-
16
- - [ez-rich-toolbar-item](../ez-rich-toolbar-item)
17
-
18
- ### Graph
19
- ```mermaid
20
- graph TD;
21
- ez-rich-toolbar-arrows --> ez-rich-toolbar-item
22
- ez-rich-toolbar-item --> ez-icon
23
- ez-rich-toolbar --> ez-rich-toolbar-arrows
24
- style ez-rich-toolbar-arrows fill:#f9f,stroke:#333,stroke-width:4px
25
- ```
26
-
27
- ----------------------------------------------
28
-
29
-
@@ -1,29 +0,0 @@
1
- # ez-rich-toolbar-configs
2
-
3
-
4
-
5
- <!-- Auto Generated Below -->
6
-
7
-
8
- ## Dependencies
9
-
10
- ### Used by
11
-
12
- - [ez-rich-toolbar](..)
13
-
14
- ### Depends on
15
-
16
- - [ez-rich-toolbar-item](../ez-rich-toolbar-item)
17
-
18
- ### Graph
19
- ```mermaid
20
- graph TD;
21
- ez-rich-toolbar-configs --> ez-rich-toolbar-item
22
- ez-rich-toolbar-item --> ez-icon
23
- ez-rich-toolbar --> ez-rich-toolbar-configs
24
- style ez-rich-toolbar-configs fill:#f9f,stroke:#333,stroke-width:4px
25
- ```
26
-
27
- ----------------------------------------------
28
-
29
-
@@ -1,49 +0,0 @@
1
- # ez-rich-toolbar-item
2
-
3
-
4
-
5
- <!-- Auto Generated Below -->
6
-
7
-
8
- ## Properties
9
-
10
- | Property | Attribute | Description | Type | Default |
11
- | --------- | --------- | ----------- | -------- | ----------- |
12
- | `command` | `command` | | `string` | `undefined` |
13
- | `icon` | `icon` | | `string` | `undefined` |
14
- | `title` | `title` | | `string` | `undefined` |
15
- | `value` | `value` | | `string` | `undefined` |
16
-
17
-
18
- ## Events
19
-
20
- | Event | Description | Type |
21
- | ----------------- | ----------- | --------------------------------- |
22
- | `actionTriggered` | | `CustomEvent<RichToolbarCommand>` |
23
-
24
-
25
- ## Dependencies
26
-
27
- ### Used by
28
-
29
- - [ez-rich-toolbar-arrows](../ez-rich-toolbar-arrows)
30
- - [ez-rich-toolbar-configs](../ez-rich-toolbar-configs)
31
- - [ez-rich-toolbar-letters](../ez-rich-toolbar-letters)
32
-
33
- ### Depends on
34
-
35
- - [ez-icon](../../../ez-icon)
36
-
37
- ### Graph
38
- ```mermaid
39
- graph TD;
40
- ez-rich-toolbar-item --> ez-icon
41
- ez-rich-toolbar-arrows --> ez-rich-toolbar-item
42
- ez-rich-toolbar-configs --> ez-rich-toolbar-item
43
- ez-rich-toolbar-letters --> ez-rich-toolbar-item
44
- style ez-rich-toolbar-item fill:#f9f,stroke:#333,stroke-width:4px
45
- ```
46
-
47
- ----------------------------------------------
48
-
49
-
@@ -1,29 +0,0 @@
1
- # ez-rich-toolbar-letters
2
-
3
-
4
-
5
- <!-- Auto Generated Below -->
6
-
7
-
8
- ## Dependencies
9
-
10
- ### Used by
11
-
12
- - [ez-rich-toolbar](..)
13
-
14
- ### Depends on
15
-
16
- - [ez-rich-toolbar-item](../ez-rich-toolbar-item)
17
-
18
- ### Graph
19
- ```mermaid
20
- graph TD;
21
- ez-rich-toolbar-letters --> ez-rich-toolbar-item
22
- ez-rich-toolbar-item --> ez-icon
23
- ez-rich-toolbar --> ez-rich-toolbar-letters
24
- style ez-rich-toolbar-letters fill:#f9f,stroke:#333,stroke-width:4px
25
- ```
26
-
27
- ----------------------------------------------
28
-
29
-
@@ -1,54 +0,0 @@
1
- # ez-rich-toolbar
2
-
3
-
4
-
5
- <!-- Auto Generated Below -->
6
-
7
-
8
- ## Properties
9
-
10
- | Property | Attribute | Description | Type | Default |
11
- | ---------------- | ------------------ | --------------------------------------------------------------------------------------------------- | --------- | ------- |
12
- | `isPreviewMode` | `is-preview-mode` | Informa se o editor está em modo preview. | `boolean` | `false` |
13
- | `showConfigs` | `show-configs` | Informa se as opções de configurações (lista, imagem e link) devem ser apresentadas. | `boolean` | `true` |
14
- | `showPreview` | `show-preview` | Informa se as opções a opção de pré-visualização deve ser apresentada. | `boolean` | `true` |
15
- | `showTextFormat` | `show-text-format` | Informa se as opções de formatação de texto (itálico, sublinhado e negrito) devem ser apresentadas. | `boolean` | `true` |
16
- | `showUndoRedo` | `show-undo-redo` | Informa se as opções de desfazer e refazer devem ser apresentadas. | `boolean` | `true` |
17
-
18
-
19
- ## Events
20
-
21
- | Event | Description | Type |
22
- | ----------------------- | ----------- | --------------------------------- |
23
- | `executeToolbarCommand` | | `CustomEvent<RichToolbarCommand>` |
24
-
25
-
26
- ## Dependencies
27
-
28
- ### Used by
29
-
30
- - [ez-rich-text](..)
31
-
32
- ### Depends on
33
-
34
- - [ez-rich-toolbar-arrows](ez-rich-toolbar-arrows)
35
- - [ez-rich-toolbar-letters](ez-rich-toolbar-letters)
36
- - [ez-rich-toolbar-configs](ez-rich-toolbar-configs)
37
-
38
- ### Graph
39
- ```mermaid
40
- graph TD;
41
- ez-rich-toolbar --> ez-rich-toolbar-arrows
42
- ez-rich-toolbar --> ez-rich-toolbar-letters
43
- ez-rich-toolbar --> ez-rich-toolbar-configs
44
- ez-rich-toolbar-arrows --> ez-rich-toolbar-item
45
- ez-rich-toolbar-item --> ez-icon
46
- ez-rich-toolbar-letters --> ez-rich-toolbar-item
47
- ez-rich-toolbar-configs --> ez-rich-toolbar-item
48
- ez-rich-text --> ez-rich-toolbar
49
- style ez-rich-toolbar fill:#f9f,stroke:#333,stroke-width:4px
50
- ```
51
-
52
- ----------------------------------------------
53
-
54
-
@@ -1,78 +0,0 @@
1
- # ez-simple-image-uploader
2
-
3
-
4
-
5
- <!-- Auto Generated Below -->
6
-
7
-
8
- ## Properties
9
-
10
- | Property | Attribute | Description | Type | Default |
11
- | --------- | ---------- | ---------------------------------------------------- | -------- | ------- |
12
- | `maxSize` | `max-size` | Tamanho máximo que a imagem poderá ter em kilobytes. | `number` | `500` |
13
-
14
-
15
- ## Events
16
-
17
- | Event | Description | Type |
18
- | ----------------------- | ----------- | --------------------------------- |
19
- | `executeToolbarCommand` | | `CustomEvent<RichToolbarCommand>` |
20
-
21
-
22
- ## Methods
23
-
24
- ### `hide() => Promise<void>`
25
-
26
- Método responsável pelo fechamento do popup.
27
-
28
- #### Returns
29
-
30
- Type: `Promise<void>`
31
-
32
-
33
-
34
- ### `show() => Promise<void>`
35
-
36
- Método responsável pela abertura do popup.
37
-
38
- #### Returns
39
-
40
- Type: `Promise<void>`
41
-
42
-
43
-
44
-
45
- ## Dependencies
46
-
47
- ### Used by
48
-
49
- - [ez-rich-text](..)
50
-
51
- ### Depends on
52
-
53
- - [ez-popup](../../ez-popup)
54
- - [ez-modal-container](../../ez-modal-container)
55
- - [ez-tooltip](../../ez-tooltip)
56
- - [ez-text-input](../../ez-text-input)
57
- - [ez-icon](../../ez-icon)
58
-
59
- ### Graph
60
- ```mermaid
61
- graph TD;
62
- ez-simple-image-uploader --> ez-popup
63
- ez-simple-image-uploader --> ez-modal-container
64
- ez-simple-image-uploader --> ez-tooltip
65
- ez-simple-image-uploader --> ez-text-input
66
- ez-simple-image-uploader --> ez-icon
67
- ez-modal-container --> ez-icon
68
- ez-modal-container --> ez-button
69
- ez-button --> ez-icon
70
- ez-text-input --> ez-tooltip
71
- ez-text-input --> ez-icon
72
- ez-rich-text --> ez-simple-image-uploader
73
- style ez-simple-image-uploader fill:#f9f,stroke:#333,stroke-width:4px
74
- ```
75
-
76
- ----------------------------------------------
77
-
78
-
@@ -1,111 +0,0 @@
1
- # ez-rich-text
2
-
3
-
4
-
5
- <!-- Auto Generated Below -->
6
-
7
-
8
- ## Properties
9
-
10
- | Property | Attribute | Description | Type | Default |
11
- | ---------------- | ------------------ | -------------------------------------------------------------------------------------------------- | --------- | ----------- |
12
- | `enabled` | `enabled` | Se false o usuário não pode interagir com o campo. | `boolean` | `true` |
13
- | `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido. | `string` | `undefined` |
14
- | `label` | `label` | Texto a ser apresentado como título do campo. | `string` | `undefined` |
15
- | `rows` | `rows` | Define o número de linhas. | `number` | `6` |
16
- | `showBorder` | `show-border` | Define se deve exibir a borda externa do componente | `boolean` | `false` |
17
- | `showConfigs` | `show-configs` | Informa se as opções de configurações (lista, imagem e link) devem ser apresentadas | `boolean` | `true` |
18
- | `showPreview` | `show-preview` | Informa se as opções a opção de pré-visualização deve ser apresentada. | `boolean` | `true` |
19
- | `showTextFormat` | `show-text-format` | Informa se as opções de formatação de texto (itálico, sublinhado e negrito) devem ser apresentadas | `boolean` | `true` |
20
- | `showUndoRedo` | `show-undo-redo` | Informa se as opções de desfazer e refazer devem ser habilitadas. | `boolean` | `true` |
21
- | `value` | `value` | Define o valor HTML do campo. | `string` | `''` |
22
-
23
-
24
- ## Events
25
-
26
- | Event | Description | Type |
27
- | ---------- | ------------------------------------------------------ | --------------------- |
28
- | `ezChange` | Emitido quando acontece a alteração de valor do campo. | `CustomEvent<string>` |
29
-
30
-
31
- ## Methods
32
-
33
- ### `isInvalid() => Promise<boolean>`
34
-
35
- Retorna se o conteúdo é inválido.
36
-
37
- #### Returns
38
-
39
- Type: `Promise<boolean>`
40
-
41
-
42
-
43
- ### `setBlur() => Promise<void>`
44
-
45
- Remove o foco do campo.
46
-
47
- #### Returns
48
-
49
- Type: `Promise<void>`
50
-
51
-
52
-
53
- ### `setFocus() => Promise<void>`
54
-
55
- Aplica o foco no campo.
56
-
57
- #### Returns
58
-
59
- Type: `Promise<void>`
60
-
61
-
62
-
63
-
64
- ## Dependencies
65
-
66
- ### Used by
67
-
68
- - [ez-form-view](../ez-form-view)
69
-
70
- ### Depends on
71
-
72
- - [ez-text-area](../ez-text-area)
73
- - [ez-rich-toolbar](ez-rich-toolbar)
74
- - [ez-link-builder](ez-link-builder)
75
- - [ez-simple-image-uploader](ez-simple-image-uploader)
76
-
77
- ### Graph
78
- ```mermaid
79
- graph TD;
80
- ez-rich-text --> ez-text-area
81
- ez-rich-text --> ez-rich-toolbar
82
- ez-rich-text --> ez-link-builder
83
- ez-rich-text --> ez-simple-image-uploader
84
- ez-rich-toolbar --> ez-rich-toolbar-arrows
85
- ez-rich-toolbar --> ez-rich-toolbar-letters
86
- ez-rich-toolbar --> ez-rich-toolbar-configs
87
- ez-rich-toolbar-arrows --> ez-rich-toolbar-item
88
- ez-rich-toolbar-item --> ez-icon
89
- ez-rich-toolbar-letters --> ez-rich-toolbar-item
90
- ez-rich-toolbar-configs --> ez-rich-toolbar-item
91
- ez-link-builder --> ez-popup
92
- ez-link-builder --> ez-modal-container
93
- ez-link-builder --> ez-text-input
94
- ez-link-builder --> ez-check
95
- ez-modal-container --> ez-icon
96
- ez-modal-container --> ez-button
97
- ez-button --> ez-icon
98
- ez-text-input --> ez-tooltip
99
- ez-text-input --> ez-icon
100
- ez-simple-image-uploader --> ez-popup
101
- ez-simple-image-uploader --> ez-modal-container
102
- ez-simple-image-uploader --> ez-tooltip
103
- ez-simple-image-uploader --> ez-text-input
104
- ez-simple-image-uploader --> ez-icon
105
- ez-form-view --> ez-rich-text
106
- style ez-rich-text fill:#f9f,stroke:#333,stroke-width:4px
107
- ```
108
-
109
- ----------------------------------------------
110
-
111
-