@sankhyalabs/sankhyablocks-docs 10.1.0-rc.10 → 10.1.0-rc.11
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.
|
@@ -7,38 +7,39 @@
|
|
|
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
|
-
| `
|
|
19
|
-
| `
|
|
20
|
-
| `
|
|
21
|
-
| `
|
|
22
|
-
| `
|
|
23
|
-
| `
|
|
24
|
-
| `
|
|
25
|
-
| `
|
|
26
|
-
| `
|
|
27
|
-
| `
|
|
28
|
-
| `
|
|
29
|
-
| `
|
|
30
|
-
| `
|
|
31
|
-
| `
|
|
32
|
-
| `
|
|
33
|
-
| `
|
|
34
|
-
| `
|
|
35
|
-
| `
|
|
36
|
-
| `
|
|
37
|
-
| `
|
|
38
|
-
| `
|
|
39
|
-
| `
|
|
40
|
-
| `
|
|
41
|
-
| `
|
|
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
|
+
| `disableGridEdition` | `disable-grid-edition` | Desabilita a edição na grade. | `boolean` | `false` |
|
|
19
|
+
| `domainMessagesBuilder` | `domain-messages-builder` | | `string` | `undefined` |
|
|
20
|
+
| `enableContinuousInsert` | `enable-continuous-insert` | | `boolean` | `false` |
|
|
21
|
+
| `enableGridInsert` | `enable-grid-insert` | | `boolean` | `false` |
|
|
22
|
+
| `enableLockManagerLoadingComp` | `enable-lock-manager-loading-comp` | | `boolean` | `false` |
|
|
23
|
+
| `enableLockManagerTaskbarClick` | `enable-lock-manager-taskbar-click` | | `boolean` | `false` |
|
|
24
|
+
| `entityName` | `entity-name` | | `string` | `undefined` |
|
|
25
|
+
| `formConfig` | -- | | `IFormConfig` | `undefined` |
|
|
26
|
+
| `formLegacyConfigName` | `form-legacy-config-name` | | `string` | `undefined` |
|
|
27
|
+
| `gridConfig` | -- | | `IGridConfig` | `undefined` |
|
|
28
|
+
| `gridLegacyConfigName` | `grid-legacy-config-name` | | `string` | `undefined` |
|
|
29
|
+
| `ignoreReadOnlyFormFields` | `ignore-read-only-form-fields` | | `boolean` | `false` |
|
|
30
|
+
| `layoutFormConfig` | `layout-form-config` | | `boolean` | `true` |
|
|
31
|
+
| `messagesBuilder` | -- | | `SnkMessageBuilder` | `undefined` |
|
|
32
|
+
| `mode` | `mode` | | `SIMPLE_CRUD_MODE.IN_MEMORY \| SIMPLE_CRUD_MODE.SERVER` | `SIMPLE_CRUD_MODE.SERVER` |
|
|
33
|
+
| `multipleEditionEnabled` | `multiple-edition-enabled` | | `boolean` | `true` |
|
|
34
|
+
| `multipleSelection` | `multiple-selection` | | `boolean` | `undefined` |
|
|
35
|
+
| `outlineMode` | `outline-mode` | | `boolean` | `false` |
|
|
36
|
+
| `pageSize` | `page-size` | | `number` | `150` |
|
|
37
|
+
| `paginationCounterMode` | `pagination-counter-mode` | | `"auto" \| "hidden" \| "show"` | `'auto'` |
|
|
38
|
+
| `resourceID` | `resource-i-d` | | `string` | `undefined` |
|
|
39
|
+
| `showConfiguratorButtons` | `show-configurator-buttons` | | `boolean` | `false` |
|
|
40
|
+
| `taskbarManager` | -- | | `TaskbarManager` | `undefined` |
|
|
41
|
+
| `useCancelConfirm` | `use-cancel-confirm` | | `boolean` | `true` |
|
|
42
|
+
| `useEnterLikeTab` | `use-enter-like-tab` | | `boolean` | `false` |
|
|
42
43
|
|
|
43
44
|
|
|
44
45
|
## Events
|