@sankhyalabs/sankhyablocks-docs 10.1.0-rc.1 → 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 | 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` | `true` |
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` |
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/sankhyablocks-docs",
3
- "version": "10.1.0-rc.1",
3
+ "version": "10.1.0-rc.11",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [