@sankhyalabs/sankhyablocks-docs 0.0.0-hotfix-ga-kb-107385.0 → 0.0.0-hotfix-ga-kb-107084.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.
@@ -37,7 +37,6 @@
|
|
37
37
|
| `statusResolver` | -- | Define a configuração de cores para a coluna de status. | `((data: object) => string) \| IStatusResolver` | `undefined` |
|
38
38
|
| `strategyExporter` | `strategy-exporter` | Define o modo de exportação dos dados. | `"ClientSideExporterStrategy" \| "ServerSideExporterStrategy"` | `ExporterStrategy.SERVER_SIDE` |
|
39
39
|
| `suppressCheckboxColumn` | `suppress-checkbox-column` | Informa se a coluna de checkbox deve ser suprimida. | `boolean` | `undefined` |
|
40
|
-
| `suppressFilterColumn` | `suppress-filter-column` | Informa se a grade deve suprimir o filtro de coluna. | `boolean` | `false` |
|
41
40
|
| `suppressHorizontalScroll` | `suppress-horizontal-scroll` | Define se a grade deve suprimir a barra de rolagem horizontal. | `boolean` | `false` |
|
42
41
|
| `taskbarCustomContainerId` | `taskbar-custom-container-id` | Define o identificador do contêiner de elementos customizados da `Taskbar`. | `string` | `undefined` |
|
43
42
|
| `taskbarManager` | -- | Gerenciador das barras de tarefas. Permite determinar botões específicos ou gerenciar o estado dos botões. | `TaskbarManager` | `undefined` |
|
@@ -9,28 +9,28 @@
|
|
9
9
|
|
10
10
|
| Property | Attribute | Description | Type | Default |
|
11
11
|
| ----------------- | ------------------- | -------------------------------------------------------------------------------------- | ------------------- | ----------- |
|
12
|
-
| `configName` | `config-name` | Nome da configuração
|
13
|
-
| `entityUri` | `entity-uri` |
|
14
|
-
| `filterId` | `filter-id` |
|
15
|
-
| `isDefaultFilter` | `is-default-filter` |
|
12
|
+
| `configName` | `config-name` | Nome da configuração. Serve para distinguir várias instâncias do componente. | `string` | `undefined` |
|
13
|
+
| `entityUri` | `entity-uri` | Responsável por receber a URI da entidade. | `string` | `undefined` |
|
14
|
+
| `filterId` | `filter-id` | Id do filtro que será carregado. | `string` | `undefined` |
|
15
|
+
| `isDefaultFilter` | `is-default-filter` | Define se o filtro em questão é um filtro padrão. | `boolean` | `false` |
|
16
16
|
| `messagesBuilder` | -- | Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção. | `SnkMessageBuilder` | `undefined` |
|
17
|
-
| `resourceID` | `resource-i-d` |
|
17
|
+
| `resourceID` | `resource-i-d` | Nome da configuração. Serve para distinguir várias instâncias do componente. | `string` | `undefined` |
|
18
18
|
|
19
19
|
|
20
20
|
## Events
|
21
21
|
|
22
|
-
| Event | Description
|
23
|
-
| ------------- |
|
24
|
-
| `ezAfterSave` |
|
25
|
-
| `ezCancel` |
|
26
|
-
| `ezSave` |
|
22
|
+
| Event | Description | Type |
|
23
|
+
| ------------- | ----------- | --------------------- |
|
24
|
+
| `ezAfterSave` | | `CustomEvent<void>` |
|
25
|
+
| `ezCancel` | | `CustomEvent<void>` |
|
26
|
+
| `ezSave` | | `CustomEvent<string>` |
|
27
27
|
|
28
28
|
|
29
29
|
## Methods
|
30
30
|
|
31
31
|
### `createPersonalizedFilter() => Promise<void>`
|
32
32
|
|
33
|
-
|
33
|
+
|
34
34
|
|
35
35
|
#### Returns
|
36
36
|
|
@@ -7,57 +7,57 @@
|
|
7
7
|
|
8
8
|
## Properties
|
9
9
|
|
10
|
-
| Property | Attribute | Description
|
11
|
-
| ------------------------------- | ----------------------------------- |
|
12
|
-
| `actionsList` | -- |
|
13
|
-
| `autoFocus` | `auto-focus` |
|
14
|
-
| `autoLoad` | `auto-load` |
|
15
|
-
| `configName` | `config-name` |
|
16
|
-
| `dataState` | -- |
|
17
|
-
| `dataUnit` | -- |
|
18
|
-
| `domainMessagesBuilder` | `domain-messages-builder` |
|
19
|
-
| `enableContinuousInsert` | `enable-continuous-insert` |
|
20
|
-
| `enableGridInsert` | `enable-grid-insert` |
|
21
|
-
| `enableLockManagerLoadingComp` | `enable-lock-manager-loading-comp` |
|
22
|
-
| `enableLockManagerTaskbarClick` | `enable-lock-manager-taskbar-click` |
|
23
|
-
| `entityName` | `entity-name` |
|
24
|
-
| `formConfig` | -- |
|
25
|
-
| `formLegacyConfigName` | `form-legacy-config-name` |
|
26
|
-
| `gridConfig` | -- |
|
27
|
-
| `gridLegacyConfigName` | `grid-legacy-config-name` |
|
28
|
-
| `ignoreReadOnlyFormFields` | `ignore-read-only-form-fields` |
|
29
|
-
| `layoutFormConfig` | `layout-form-config` |
|
30
|
-
| `messagesBuilder` | -- |
|
31
|
-
| `mode` | `mode` |
|
32
|
-
| `multipleEditionEnabled` | `multiple-edition-enabled` |
|
33
|
-
| `multipleSelection` | `multiple-selection` |
|
34
|
-
| `outlineMode` | `outline-mode` |
|
35
|
-
| `pageSize` | `page-size` |
|
36
|
-
| `paginationCounterMode` | `pagination-counter-mode` |
|
37
|
-
| `resourceID` | `resource-i-d` |
|
38
|
-
| `showConfiguratorButtons` | `show-configurator-buttons` |
|
39
|
-
| `taskbarManager` | -- |
|
40
|
-
| `useCancelConfirm` | `use-cancel-confirm` |
|
41
|
-
| `useEnterLikeTab` | `use-enter-like-tab` |
|
10
|
+
| Property | Attribute | Description | Type | Default |
|
11
|
+
| ------------------------------- | ----------------------------------- | ----------- | ------------------------------------------------------- | ------------------------- |
|
12
|
+
| `actionsList` | -- | | `Action[]` | `undefined` |
|
13
|
+
| `autoFocus` | `auto-focus` | | `boolean` | `true` |
|
14
|
+
| `autoLoad` | `auto-load` | | `boolean` | `undefined` |
|
15
|
+
| `configName` | `config-name` | | `string` | `undefined` |
|
16
|
+
| `dataState` | -- | | `DataState` | `undefined` |
|
17
|
+
| `dataUnit` | -- | | `DataUnit` | `undefined` |
|
18
|
+
| `domainMessagesBuilder` | `domain-messages-builder` | | `string` | `undefined` |
|
19
|
+
| `enableContinuousInsert` | `enable-continuous-insert` | | `boolean` | `false` |
|
20
|
+
| `enableGridInsert` | `enable-grid-insert` | | `boolean` | `false` |
|
21
|
+
| `enableLockManagerLoadingComp` | `enable-lock-manager-loading-comp` | | `boolean` | `false` |
|
22
|
+
| `enableLockManagerTaskbarClick` | `enable-lock-manager-taskbar-click` | | `boolean` | `false` |
|
23
|
+
| `entityName` | `entity-name` | | `string` | `undefined` |
|
24
|
+
| `formConfig` | -- | | `IFormConfig` | `undefined` |
|
25
|
+
| `formLegacyConfigName` | `form-legacy-config-name` | | `string` | `undefined` |
|
26
|
+
| `gridConfig` | -- | | `IGridConfig` | `undefined` |
|
27
|
+
| `gridLegacyConfigName` | `grid-legacy-config-name` | | `string` | `undefined` |
|
28
|
+
| `ignoreReadOnlyFormFields` | `ignore-read-only-form-fields` | | `boolean` | `false` |
|
29
|
+
| `layoutFormConfig` | `layout-form-config` | | `boolean` | `false` |
|
30
|
+
| `messagesBuilder` | -- | | `SnkMessageBuilder` | `undefined` |
|
31
|
+
| `mode` | `mode` | | `SIMPLE_CRUD_MODE.IN_MEMORY \| SIMPLE_CRUD_MODE.SERVER` | `SIMPLE_CRUD_MODE.SERVER` |
|
32
|
+
| `multipleEditionEnabled` | `multiple-edition-enabled` | | `boolean` | `true` |
|
33
|
+
| `multipleSelection` | `multiple-selection` | | `boolean` | `undefined` |
|
34
|
+
| `outlineMode` | `outline-mode` | | `boolean` | `false` |
|
35
|
+
| `pageSize` | `page-size` | | `number` | `150` |
|
36
|
+
| `paginationCounterMode` | `pagination-counter-mode` | | `"auto" \| "hidden" \| "show"` | `'auto'` |
|
37
|
+
| `resourceID` | `resource-i-d` | | `string` | `undefined` |
|
38
|
+
| `showConfiguratorButtons` | `show-configurator-buttons` | | `boolean` | `false` |
|
39
|
+
| `taskbarManager` | -- | | `TaskbarManager` | `undefined` |
|
40
|
+
| `useCancelConfirm` | `use-cancel-confirm` | | `boolean` | `true` |
|
41
|
+
| `useEnterLikeTab` | `use-enter-like-tab` | | `boolean` | `false` |
|
42
42
|
|
43
43
|
|
44
44
|
## Events
|
45
45
|
|
46
|
-
| Event | Description
|
47
|
-
| -------------------- |
|
48
|
-
| `actionClick` |
|
49
|
-
| `configuratorCancel` |
|
50
|
-
| `configuratorSave` |
|
51
|
-
| `dataStateChange` |
|
52
|
-
| `dataUnitReady` |
|
53
|
-
| `formItemsReady` |
|
46
|
+
| Event | Description | Type |
|
47
|
+
| -------------------- | ----------- | ---------------------------- |
|
48
|
+
| `actionClick` | | `CustomEvent<string>` |
|
49
|
+
| `configuratorCancel` | | `CustomEvent<any>` |
|
50
|
+
| `configuratorSave` | | `CustomEvent<any>` |
|
51
|
+
| `dataStateChange` | | `CustomEvent<DataState>` |
|
52
|
+
| `dataUnitReady` | | `CustomEvent<DataUnit>` |
|
53
|
+
| `formItemsReady` | | `CustomEvent<HTMLElement[]>` |
|
54
54
|
|
55
55
|
|
56
56
|
## Methods
|
57
57
|
|
58
58
|
### `addCustomEditor(fieldName: string, customEditor: ICustomEditor) => Promise<void>`
|
59
59
|
|
60
|
-
|
60
|
+
|
61
61
|
|
62
62
|
#### Returns
|
63
63
|
|
@@ -67,7 +67,7 @@ Type: `Promise<void>`
|
|
67
67
|
|
68
68
|
### `addCustomValueFormatter(columnName: string, customFormatter: ICustomFormatter) => Promise<void>`
|
69
69
|
|
70
|
-
|
70
|
+
|
71
71
|
|
72
72
|
#### Returns
|
73
73
|
|
@@ -77,7 +77,7 @@ Type: `Promise<void>`
|
|
77
77
|
|
78
78
|
### `addGridCustomRender(fieldName: string, customRender: ICustomRender) => Promise<void>`
|
79
79
|
|
80
|
-
|
80
|
+
|
81
81
|
|
82
82
|
#### Returns
|
83
83
|
|
@@ -87,7 +87,7 @@ Type: `Promise<void>`
|
|
87
87
|
|
88
88
|
### `closeConfigurator() => Promise<void>`
|
89
89
|
|
90
|
-
|
90
|
+
|
91
91
|
|
92
92
|
#### Returns
|
93
93
|
|
@@ -103,11 +103,13 @@ Type: `Promise<void>`
|
|
103
103
|
|
104
104
|
Type: `Promise<Record[]>`
|
105
105
|
|
106
|
+
Uma promessa que resolve com a lista de registros.
|
107
|
+
|
106
108
|
---
|
107
109
|
|
108
110
|
### `goToView(view: VIEW_MODE) => Promise<void>`
|
109
111
|
|
110
|
-
|
112
|
+
|
111
113
|
|
112
114
|
#### Returns
|
113
115
|
|
@@ -117,7 +119,7 @@ Type: `Promise<void>`
|
|
117
119
|
|
118
120
|
### `openConfigurator() => Promise<void>`
|
119
121
|
|
120
|
-
|
122
|
+
|
121
123
|
|
122
124
|
#### Returns
|
123
125
|
|
@@ -127,7 +129,7 @@ Type: `Promise<void>`
|
|
127
129
|
|
128
130
|
### `removeCustomValueFormatter(columnName: string) => Promise<void>`
|
129
131
|
|
130
|
-
|
132
|
+
|
131
133
|
|
132
134
|
#### Returns
|
133
135
|
|
@@ -137,7 +139,7 @@ Type: `Promise<void>`
|
|
137
139
|
|
138
140
|
### `setFieldProp(fieldName: string, propName: string, value: any) => Promise<void>`
|
139
141
|
|
140
|
-
|
142
|
+
|
141
143
|
|
142
144
|
#### Returns
|
143
145
|
|