@sankhyalabs/sankhyablocks 0.0.0-bugfix-dev-KB-77074.0 → 0.0.0-bugfix-dev-KB-75047.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.
- package/dist/cjs/{SnkMessageBuilder-7691a2c1.js → SnkMessageBuilder-bae64d0d.js} +0 -10
- package/dist/cjs/index-f9e81701.js +0 -8
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/snk-actions-button_4.cjs.entry.js +25 -22
- package/dist/cjs/snk-application.cjs.entry.js +18 -2
- package/dist/cjs/snk-config-options_3.cjs.entry.js +17 -5
- package/dist/cjs/snk-crud.cjs.entry.js +8 -2
- package/dist/cjs/snk-data-exporter.cjs.entry.js +2 -2
- package/dist/cjs/{snk-data-unit-7dbdad0e.js → snk-data-unit-3d9b6ed4.js} +26 -14
- package/dist/cjs/snk-data-unit.cjs.entry.js +2 -2
- package/dist/cjs/snk-detail-view.cjs.entry.js +2 -2
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js +9 -0
- package/dist/cjs/snk-filter-text.cjs.entry.js +2 -1
- package/dist/cjs/snk-grid.cjs.entry.js +10 -2
- package/dist/cjs/{snk-guides-viewer-eee43c8b.js → snk-guides-viewer-2139481c.js} +1 -1
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-crud.cjs.entry.js +7 -4
- package/dist/cjs/snk-taskbar.cjs.entry.js +40 -37
- package/dist/collection/collection-manifest.json +0 -3
- package/dist/collection/components/snk-actions-button/snk-actions-button.js +27 -26
- package/dist/collection/components/snk-application/snk-application.js +41 -1
- package/dist/collection/components/snk-crud/snk-crud.js +26 -2
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +1 -1
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +25 -13
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js +2 -1
- package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js +8 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +5 -1
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +20 -0
- package/dist/collection/components/snk-form-config/snk-form-config.js +17 -5
- package/dist/collection/components/snk-grid/snk-grid.js +28 -2
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +25 -4
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +41 -38
- package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +7 -1
- package/dist/collection/lib/message/SnkMessageBuilder.js +0 -2
- package/dist/components/SnkMessageBuilder.js +0 -10
- package/dist/components/index.d.ts +0 -3
- package/dist/components/index.js +0 -3
- package/dist/components/snk-actions-button2.js +27 -26
- package/dist/components/snk-application2.js +19 -2
- package/dist/components/snk-crud.js +9 -2
- package/dist/components/snk-data-unit2.js +25 -13
- package/dist/components/snk-detail-view2.js +1 -1
- package/dist/components/snk-filter-bar2.js +6 -0
- package/dist/components/snk-filter-item2.js +5 -1
- package/dist/components/snk-filter-text.js +2 -1
- package/dist/components/snk-form-config2.js +17 -5
- package/dist/components/snk-grid2.js +11 -2
- package/dist/components/snk-simple-crud2.js +8 -4
- package/dist/components/snk-taskbar2.js +41 -38
- package/dist/esm/{SnkMessageBuilder-7ace6803.js → SnkMessageBuilder-6fff4a4c.js} +0 -10
- package/dist/esm/index-a7d3d3f1.js +0 -8
- package/dist/esm/loader.js +1 -1
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/snk-actions-button_4.entry.js +26 -23
- package/dist/esm/snk-application.entry.js +19 -3
- package/dist/esm/snk-config-options_3.entry.js +17 -5
- package/dist/esm/snk-crud.entry.js +8 -2
- package/dist/esm/snk-data-exporter.entry.js +2 -2
- package/dist/esm/{snk-data-unit-7a579dbd.js → snk-data-unit-9fa7d2b9.js} +26 -14
- package/dist/esm/snk-data-unit.entry.js +2 -2
- package/dist/esm/snk-detail-view.entry.js +2 -2
- package/dist/esm/snk-filter-bar_4.entry.js +10 -1
- package/dist/esm/snk-filter-text.entry.js +2 -1
- package/dist/esm/snk-grid.entry.js +10 -2
- package/dist/esm/{snk-guides-viewer-e8ca764a.js → snk-guides-viewer-b7ed39eb.js} +1 -1
- package/dist/esm/snk-guides-viewer.entry.js +1 -1
- package/dist/esm/snk-simple-crud.entry.js +7 -4
- package/dist/esm/snk-taskbar.entry.js +41 -38
- package/dist/sankhyablocks/{p-f4e221b2.entry.js → p-0d2a2e9e.entry.js} +1 -1
- package/dist/sankhyablocks/p-17425c72.js +1 -0
- package/dist/sankhyablocks/p-1d3ce0d9.entry.js +1 -0
- package/dist/sankhyablocks/p-342eeb3b.js +1 -0
- package/dist/sankhyablocks/p-3728d2aa.entry.js +11 -0
- package/dist/sankhyablocks/{p-42130213.entry.js → p-4138da61.entry.js} +1 -1
- package/dist/sankhyablocks/p-4e1f992e.entry.js +1 -0
- package/dist/sankhyablocks/p-619aeac8.entry.js +1 -0
- package/dist/sankhyablocks/{p-00f9fe5c.entry.js → p-7075b789.entry.js} +1 -1
- package/dist/sankhyablocks/p-83e71703.entry.js +1 -0
- package/dist/sankhyablocks/p-89c92727.entry.js +1 -0
- package/dist/sankhyablocks/p-a3fadd0b.entry.js +1 -0
- package/dist/sankhyablocks/p-af7f7b3e.entry.js +1 -0
- package/dist/sankhyablocks/{p-b389ed49.entry.js → p-e390641b.entry.js} +1 -1
- package/dist/sankhyablocks/{p-e3a285a2.js → p-e97be1c8.js} +1 -1
- package/dist/sankhyablocks/p-ec43fcc8.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-actions-button/interfaces/index.d.ts +3 -0
- package/dist/types/components/snk-actions-button/snk-actions-button.d.ts +3 -2
- package/dist/types/components/snk-application/snk-application.d.ts +6 -1
- package/dist/types/components/snk-crud/snk-crud.d.ts +4 -0
- package/dist/types/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.d.ts +7 -0
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +2 -0
- package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +4 -0
- package/dist/types/components/snk-grid/snk-grid.d.ts +4 -0
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +2 -0
- package/dist/types/components.d.ts +31 -393
- package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
- package/package.json +1 -1
- package/react/components.d.ts +0 -3
- package/react/components.js +0 -3
- package/react/components.js.map +1 -1
- package/dist/cjs/input-distinct-search_2.cjs.entry.js +0 -469
- package/dist/cjs/snk-distinct-search.cjs.entry.js +0 -123
- package/dist/collection/components/snk-distinct-search/snk-distinct-search.css +0 -4
- package/dist/collection/components/snk-distinct-search/snk-distinct-search.js +0 -372
- package/dist/collection/components/snk-distinct-search/subcomponents/input-distinct-search/input-distinct-search.css +0 -109
- package/dist/collection/components/snk-distinct-search/subcomponents/input-distinct-search/input-distinct-search.js +0 -542
- package/dist/collection/components/snk-distinct-search/subcomponents/search-modal/search-modal.css +0 -27
- package/dist/collection/components/snk-distinct-search/subcomponents/search-modal/search-modal.js +0 -600
- package/dist/collection/components/snk-distinct-search/utils/filter-distinct-search.js +0 -13
- package/dist/collection/lib/http/data-fetcher/fetchers/distinct-search-fetcher.js +0 -25
- package/dist/collection/lib/message/resources/snk-distinct-search.msg.js +0 -9
- package/dist/components/filter-distinct-search.js +0 -15
- package/dist/components/input-distinct-search.d.ts +0 -11
- package/dist/components/input-distinct-search.js +0 -6
- package/dist/components/input-distinct-search2.js +0 -262
- package/dist/components/search-modal.d.ts +0 -11
- package/dist/components/search-modal.js +0 -6
- package/dist/components/search-modal2.js +0 -264
- package/dist/components/snk-distinct-search.d.ts +0 -11
- package/dist/components/snk-distinct-search.js +0 -163
- package/dist/esm/input-distinct-search_2.entry.js +0 -464
- package/dist/esm/snk-distinct-search.entry.js +0 -119
- package/dist/sankhyablocks/p-0e250436.entry.js +0 -1
- package/dist/sankhyablocks/p-154aa2a6.entry.js +0 -11
- package/dist/sankhyablocks/p-18cb1acb.entry.js +0 -1
- package/dist/sankhyablocks/p-1dbd5c18.entry.js +0 -1
- package/dist/sankhyablocks/p-2aae03a1.entry.js +0 -1
- package/dist/sankhyablocks/p-30ebcbe0.entry.js +0 -1
- package/dist/sankhyablocks/p-37074cc3.entry.js +0 -1
- package/dist/sankhyablocks/p-3858a2e4.entry.js +0 -1
- package/dist/sankhyablocks/p-563b7c28.entry.js +0 -1
- package/dist/sankhyablocks/p-96a89d58.entry.js +0 -1
- package/dist/sankhyablocks/p-c75fae8e.js +0 -1
- package/dist/sankhyablocks/p-d8665750.js +0 -1
- package/dist/sankhyablocks/p-f0aaad2b.entry.js +0 -1
- package/dist/types/components/snk-distinct-search/snk-distinct-search.d.ts +0 -83
- package/dist/types/components/snk-distinct-search/subcomponents/input-distinct-search/input-distinct-search.d.ts +0 -105
- package/dist/types/components/snk-distinct-search/subcomponents/search-modal/search-modal.d.ts +0 -126
- package/dist/types/components/snk-distinct-search/types/index.d.ts +0 -8
- package/dist/types/components/snk-distinct-search/utils/filter-distinct-search.d.ts +0 -3
- package/dist/types/lib/http/data-fetcher/fetchers/distinct-search-fetcher.d.ts +0 -6
- package/dist/types/lib/message/resources/snk-distinct-search.msg.d.ts +0 -2
- /package/dist/collection/components/{snk-distinct-search/types → snk-actions-button/interfaces}/index.js +0 -0
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { SnkApplication } from "./components/snk-application/snk-application";
|
|
9
|
-
import { IConfigSearch, IDistinctValue } from "./components/snk-distinct-search/types";
|
|
10
8
|
import { IAction } from "./components/snk-actions-button/actions/interfaces/IAction";
|
|
11
9
|
import { SnkMessageBuilder } from "./lib/message/SnkMessageBuilder";
|
|
12
10
|
import { DataUnit, Filter, KeyboardManager, Record, UnitMetadata } from "@sankhyalabs/core";
|
|
@@ -44,6 +42,7 @@ import { IExportResult } from "./components/snk-data-exporter/data/export-result
|
|
|
44
42
|
import { IExportConfig } from "./components/snk-data-exporter/data/export-config";
|
|
45
43
|
import { IExpressionGroup, IExpressionItem } from "./components/snk-personalized-filter/interfaces/IExpressionItem";
|
|
46
44
|
import { IPersonalizedFilter } from "./components/snk-personalized-filter/interfaces/IPersonalizedFilter";
|
|
45
|
+
import { SnkApplication } from "./components/snk-application/snk-application";
|
|
47
46
|
import { SnkFilterModalFactoryParams } from "./components/snk-filter-bar/utils/SnkFilterModalFactory";
|
|
48
47
|
import { EPresentationMode } from "./components/snk-filter-bar/filter-item/editors/enum/presentationMode";
|
|
49
48
|
import { FilterFieldsDataSource, IFilterField, IFilterLink } from "./components/snk-filter-field-search/interfaces";
|
|
@@ -62,146 +61,6 @@ import { IBreadcrumbItem } from "@sankhyalabs/ezui/dist/types/components/ez-brea
|
|
|
62
61
|
import { ITab } from "./components/snk-form-config/subcomponents/snk-tab-config/snk-tab-config";
|
|
63
62
|
import { Action as Action1, CustomButton } from "./components/snk-taskbar/snk-taskbar";
|
|
64
63
|
export namespace Components {
|
|
65
|
-
interface InputDistinctSearch {
|
|
66
|
-
/**
|
|
67
|
-
* SnkApplication
|
|
68
|
-
*/
|
|
69
|
-
"application": SnkApplication;
|
|
70
|
-
/**
|
|
71
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
72
|
-
*/
|
|
73
|
-
"canShowError": boolean;
|
|
74
|
-
/**
|
|
75
|
-
* Método para limpa o campo de entrada de pesquisa
|
|
76
|
-
*/
|
|
77
|
-
"clearInput": () => Promise<void>;
|
|
78
|
-
/**
|
|
79
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
80
|
-
*/
|
|
81
|
-
"debounceTime": number;
|
|
82
|
-
/**
|
|
83
|
-
* Lista completa de items distintos.
|
|
84
|
-
*/
|
|
85
|
-
"distinctItems": string[];
|
|
86
|
-
/**
|
|
87
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
88
|
-
*/
|
|
89
|
-
"errorMessage": string;
|
|
90
|
-
/**
|
|
91
|
-
* Retorna se o conteúdo é inválido.
|
|
92
|
-
*/
|
|
93
|
-
"isInvalid": () => Promise<boolean>;
|
|
94
|
-
/**
|
|
95
|
-
* Label apresentada no input.
|
|
96
|
-
*/
|
|
97
|
-
"label": string;
|
|
98
|
-
/**
|
|
99
|
-
* Número máximo de itens na lista.
|
|
100
|
-
*/
|
|
101
|
-
"maxItems": number;
|
|
102
|
-
/**
|
|
103
|
-
* Define o tamanho do campo.
|
|
104
|
-
*/
|
|
105
|
-
"mode": 'slim' | 'regular';
|
|
106
|
-
/**
|
|
107
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
108
|
-
*/
|
|
109
|
-
"restrict": string;
|
|
110
|
-
/**
|
|
111
|
-
* Seleciona um item
|
|
112
|
-
*/
|
|
113
|
-
"selectValue": (value: string, isNewItem?: boolean) => Promise<void>;
|
|
114
|
-
/**
|
|
115
|
-
* Remove o foco do campo
|
|
116
|
-
*/
|
|
117
|
-
"setBlur": () => Promise<void>;
|
|
118
|
-
/**
|
|
119
|
-
* Aplica o foco do campo
|
|
120
|
-
*/
|
|
121
|
-
"setFocus": () => Promise<void>;
|
|
122
|
-
/**
|
|
123
|
-
* Valor inicial do campo.
|
|
124
|
-
*/
|
|
125
|
-
"value": string;
|
|
126
|
-
}
|
|
127
|
-
interface SearchModal {
|
|
128
|
-
/**
|
|
129
|
-
* Método para adicionar a nova palavra e chamar o método closeModal() para fechar o modal
|
|
130
|
-
*/
|
|
131
|
-
"addNewItem": () => Promise<void>;
|
|
132
|
-
/**
|
|
133
|
-
* SnkApplication
|
|
134
|
-
*/
|
|
135
|
-
"application": SnkApplication;
|
|
136
|
-
/**
|
|
137
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
138
|
-
*/
|
|
139
|
-
"canShowError": boolean;
|
|
140
|
-
/**
|
|
141
|
-
* Método para limpa o campo de entrada de pesquisa
|
|
142
|
-
*/
|
|
143
|
-
"clearInput": () => Promise<void>;
|
|
144
|
-
/**
|
|
145
|
-
* Método para fechar o modal
|
|
146
|
-
*/
|
|
147
|
-
"closeModal": () => Promise<void>;
|
|
148
|
-
/**
|
|
149
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
150
|
-
*/
|
|
151
|
-
"debounceTime": number;
|
|
152
|
-
/**
|
|
153
|
-
* Recebe a mensagem de vazio ou personalizada
|
|
154
|
-
*/
|
|
155
|
-
"emptyMessage": HTMLElement | string;
|
|
156
|
-
/**
|
|
157
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
158
|
-
*/
|
|
159
|
-
"errorMessage": string;
|
|
160
|
-
/**
|
|
161
|
-
* Retorna se o conteúdo é inválido.
|
|
162
|
-
*/
|
|
163
|
-
"isInvalid": () => Promise<void>;
|
|
164
|
-
/**
|
|
165
|
-
* Texto exibido como placeholder no campo de pesquisa.
|
|
166
|
-
*/
|
|
167
|
-
"label": string;
|
|
168
|
-
/**
|
|
169
|
-
* Lista de itens exibidas conforme o usuário digita.
|
|
170
|
-
*/
|
|
171
|
-
"listItens": string[];
|
|
172
|
-
/**
|
|
173
|
-
* Limita a quantidade de registros apresentados na tela
|
|
174
|
-
*/
|
|
175
|
-
"maxItens": number;
|
|
176
|
-
/**
|
|
177
|
-
* Define o tamanho do campo.
|
|
178
|
-
*/
|
|
179
|
-
"mode": 'slim' | 'regular';
|
|
180
|
-
/**
|
|
181
|
-
* Método para abrir o modal
|
|
182
|
-
*/
|
|
183
|
-
"openModal": () => Promise<void>;
|
|
184
|
-
/**
|
|
185
|
-
* Define se o ez-popover está aberto.
|
|
186
|
-
*/
|
|
187
|
-
"opened": boolean;
|
|
188
|
-
/**
|
|
189
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
190
|
-
*/
|
|
191
|
-
"restrict": string;
|
|
192
|
-
/**
|
|
193
|
-
* Remove o foco do campo
|
|
194
|
-
*/
|
|
195
|
-
"setBlur": () => Promise<void>;
|
|
196
|
-
/**
|
|
197
|
-
* Aplica o foco do campo
|
|
198
|
-
*/
|
|
199
|
-
"setFocus": () => Promise<void>;
|
|
200
|
-
/**
|
|
201
|
-
* Define o valor do campo.
|
|
202
|
-
*/
|
|
203
|
-
"value": string;
|
|
204
|
-
}
|
|
205
64
|
interface SnkActionsButton {
|
|
206
65
|
}
|
|
207
66
|
interface SnkActionsForm {
|
|
@@ -401,6 +260,10 @@ export namespace Components {
|
|
|
401
260
|
* Abre determinada tela, repassando pkObject.
|
|
402
261
|
*/
|
|
403
262
|
"openApp": (resourceId: string, pkObject: Object) => Promise<void>;
|
|
263
|
+
/**
|
|
264
|
+
* Remove registro do cache do PreLoader do dataunit. Deve ser usado quando existe um dataunit usando loader do application, mas o removeLoader está sendo sobrescrito.
|
|
265
|
+
*/
|
|
266
|
+
"preloadMangerRemoveRecord": (dataUnit: DataUnit, recordsIDs: Array<string>) => Promise<void>;
|
|
404
267
|
/**
|
|
405
268
|
* Remove um client event para o DataFetcher da aplicação.
|
|
406
269
|
* @param eventID - Nome do evento a ser removido.
|
|
@@ -605,6 +468,10 @@ export namespace Components {
|
|
|
605
468
|
* Ativa inserção de registros no modo grade.
|
|
606
469
|
*/
|
|
607
470
|
"enableGridInsert"?: boolean;
|
|
471
|
+
/**
|
|
472
|
+
* Ativa o gerenciamento de locks na grade.
|
|
473
|
+
*/
|
|
474
|
+
"enableLockManger"?: boolean;
|
|
608
475
|
/**
|
|
609
476
|
* Chave da configuração legado da barra de filtros.
|
|
610
477
|
*/
|
|
@@ -855,68 +722,6 @@ export namespace Components {
|
|
|
855
722
|
*/
|
|
856
723
|
"taskbarCustomContainerId": string;
|
|
857
724
|
}
|
|
858
|
-
interface SnkDistinctSearch {
|
|
859
|
-
/**
|
|
860
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
861
|
-
*/
|
|
862
|
-
"canShowError": boolean;
|
|
863
|
-
/**
|
|
864
|
-
* Método para limpa o campo de entrada de pesquisa
|
|
865
|
-
*/
|
|
866
|
-
"clearInput": () => Promise<void>;
|
|
867
|
-
/**
|
|
868
|
-
* Método para fechar o modal
|
|
869
|
-
*/
|
|
870
|
-
"closeModal": () => Promise<void>;
|
|
871
|
-
/**
|
|
872
|
-
* Dados para busca ao serviço.
|
|
873
|
-
*/
|
|
874
|
-
"configSearch": IConfigSearch;
|
|
875
|
-
/**
|
|
876
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
877
|
-
*/
|
|
878
|
-
"debounceTime": number;
|
|
879
|
-
/**
|
|
880
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
881
|
-
*/
|
|
882
|
-
"errorMessage": string;
|
|
883
|
-
/**
|
|
884
|
-
* Retorna se o conteúdo é inválido.
|
|
885
|
-
*/
|
|
886
|
-
"isInvalid": () => Promise<boolean>;
|
|
887
|
-
/**
|
|
888
|
-
* Label apresentada no input.
|
|
889
|
-
*/
|
|
890
|
-
"label": string;
|
|
891
|
-
/**
|
|
892
|
-
* Número máximo de itens na lista.
|
|
893
|
-
*/
|
|
894
|
-
"maxItems": number;
|
|
895
|
-
/**
|
|
896
|
-
* Define o tamanho do campo.
|
|
897
|
-
*/
|
|
898
|
-
"mode": 'slim' | 'regular';
|
|
899
|
-
/**
|
|
900
|
-
* Método para abrir o modal
|
|
901
|
-
*/
|
|
902
|
-
"openModal": () => Promise<void>;
|
|
903
|
-
/**
|
|
904
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
905
|
-
*/
|
|
906
|
-
"restrict": string;
|
|
907
|
-
/**
|
|
908
|
-
* Remove o foco do campo
|
|
909
|
-
*/
|
|
910
|
-
"setBlur": () => Promise<void>;
|
|
911
|
-
/**
|
|
912
|
-
* Aplica o foco do campo
|
|
913
|
-
*/
|
|
914
|
-
"setFocus": () => Promise<void>;
|
|
915
|
-
/**
|
|
916
|
-
* Valor inicial do campo.
|
|
917
|
-
*/
|
|
918
|
-
"value": string;
|
|
919
|
-
}
|
|
920
725
|
interface SnkEntityList {
|
|
921
726
|
/**
|
|
922
727
|
* Configurações para carregar os dados do componente
|
|
@@ -1038,6 +843,10 @@ export namespace Components {
|
|
|
1038
843
|
* @param filterItem - Item a ser adicionado, caso o item já exista com o ID ele não será adicionado novamente
|
|
1039
844
|
*/
|
|
1040
845
|
"addFilterItem": (filterItem: SnkFilterItemConfig) => Promise<void>;
|
|
846
|
+
/**
|
|
847
|
+
* Função chamada depois de aplicar os filtros.
|
|
848
|
+
*/
|
|
849
|
+
"afterApplyConfig"?: () => void;
|
|
1041
850
|
/**
|
|
1042
851
|
* Define se a carga dos dados será feita assim que o componente for carregado.
|
|
1043
852
|
*/
|
|
@@ -1555,6 +1364,10 @@ export namespace Components {
|
|
|
1555
1364
|
* Ativa inserção de registros no modo grade.
|
|
1556
1365
|
*/
|
|
1557
1366
|
"enableGridInsert"?: boolean;
|
|
1367
|
+
/**
|
|
1368
|
+
* Ativa o gerenciamento de locks na grade.
|
|
1369
|
+
*/
|
|
1370
|
+
"enableLockManger"?: boolean;
|
|
1558
1371
|
/**
|
|
1559
1372
|
* Chave da configuração legado da barra de filtros.
|
|
1560
1373
|
*/
|
|
@@ -1898,6 +1711,7 @@ export namespace Components {
|
|
|
1898
1711
|
* Ativa inserção de registros no modo grade.
|
|
1899
1712
|
*/
|
|
1900
1713
|
"enableGridInsert"?: boolean;
|
|
1714
|
+
"enableLockManger"?: boolean;
|
|
1901
1715
|
/**
|
|
1902
1716
|
* Define o nome da entidade que o componente vai utilizar para fazer as operações de CRUD
|
|
1903
1717
|
*/
|
|
@@ -2076,14 +1890,6 @@ export namespace Components {
|
|
|
2076
1890
|
interface TestePesquisa {
|
|
2077
1891
|
}
|
|
2078
1892
|
}
|
|
2079
|
-
export interface InputDistinctSearchCustomEvent<T> extends CustomEvent<T> {
|
|
2080
|
-
detail: T;
|
|
2081
|
-
target: HTMLInputDistinctSearchElement;
|
|
2082
|
-
}
|
|
2083
|
-
export interface SearchModalCustomEvent<T> extends CustomEvent<T> {
|
|
2084
|
-
detail: T;
|
|
2085
|
-
target: HTMLSearchModalElement;
|
|
2086
|
-
}
|
|
2087
1893
|
export interface SnkApplicationCustomEvent<T> extends CustomEvent<T> {
|
|
2088
1894
|
detail: T;
|
|
2089
1895
|
target: HTMLSnkApplicationElement;
|
|
@@ -2116,10 +1922,6 @@ export interface SnkDetailViewCustomEvent<T> extends CustomEvent<T> {
|
|
|
2116
1922
|
detail: T;
|
|
2117
1923
|
target: HTMLSnkDetailViewElement;
|
|
2118
1924
|
}
|
|
2119
|
-
export interface SnkDistinctSearchCustomEvent<T> extends CustomEvent<T> {
|
|
2120
|
-
detail: T;
|
|
2121
|
-
target: HTMLSnkDistinctSearchElement;
|
|
2122
|
-
}
|
|
2123
1925
|
export interface SnkEntityListCustomEvent<T> extends CustomEvent<T> {
|
|
2124
1926
|
detail: T;
|
|
2125
1927
|
target: HTMLSnkEntityListElement;
|
|
@@ -2253,18 +2055,6 @@ export interface TaskbarActionsButtonCustomEvent<T> extends CustomEvent<T> {
|
|
|
2253
2055
|
target: HTMLTaskbarActionsButtonElement;
|
|
2254
2056
|
}
|
|
2255
2057
|
declare global {
|
|
2256
|
-
interface HTMLInputDistinctSearchElement extends Components.InputDistinctSearch, HTMLStencilElement {
|
|
2257
|
-
}
|
|
2258
|
-
var HTMLInputDistinctSearchElement: {
|
|
2259
|
-
prototype: HTMLInputDistinctSearchElement;
|
|
2260
|
-
new (): HTMLInputDistinctSearchElement;
|
|
2261
|
-
};
|
|
2262
|
-
interface HTMLSearchModalElement extends Components.SearchModal, HTMLStencilElement {
|
|
2263
|
-
}
|
|
2264
|
-
var HTMLSearchModalElement: {
|
|
2265
|
-
prototype: HTMLSearchModalElement;
|
|
2266
|
-
new (): HTMLSearchModalElement;
|
|
2267
|
-
};
|
|
2268
2058
|
interface HTMLSnkActionsButtonElement extends Components.SnkActionsButton, HTMLStencilElement {
|
|
2269
2059
|
}
|
|
2270
2060
|
var HTMLSnkActionsButtonElement: {
|
|
@@ -2337,12 +2127,6 @@ declare global {
|
|
|
2337
2127
|
prototype: HTMLSnkDetailViewElement;
|
|
2338
2128
|
new (): HTMLSnkDetailViewElement;
|
|
2339
2129
|
};
|
|
2340
|
-
interface HTMLSnkDistinctSearchElement extends Components.SnkDistinctSearch, HTMLStencilElement {
|
|
2341
|
-
}
|
|
2342
|
-
var HTMLSnkDistinctSearchElement: {
|
|
2343
|
-
prototype: HTMLSnkDistinctSearchElement;
|
|
2344
|
-
new (): HTMLSnkDistinctSearchElement;
|
|
2345
|
-
};
|
|
2346
2130
|
interface HTMLSnkEntityListElement extends Components.SnkEntityList, HTMLStencilElement {
|
|
2347
2131
|
}
|
|
2348
2132
|
var HTMLSnkEntityListElement: {
|
|
@@ -2584,8 +2368,6 @@ declare global {
|
|
|
2584
2368
|
new (): HTMLTestePesquisaElement;
|
|
2585
2369
|
};
|
|
2586
2370
|
interface HTMLElementTagNameMap {
|
|
2587
|
-
"input-distinct-search": HTMLInputDistinctSearchElement;
|
|
2588
|
-
"search-modal": HTMLSearchModalElement;
|
|
2589
2371
|
"snk-actions-button": HTMLSnkActionsButtonElement;
|
|
2590
2372
|
"snk-actions-form": HTMLSnkActionsFormElement;
|
|
2591
2373
|
"snk-application": HTMLSnkApplicationElement;
|
|
@@ -2598,7 +2380,6 @@ declare global {
|
|
|
2598
2380
|
"snk-data-exporter": HTMLSnkDataExporterElement;
|
|
2599
2381
|
"snk-data-unit": HTMLSnkDataUnitElement;
|
|
2600
2382
|
"snk-detail-view": HTMLSnkDetailViewElement;
|
|
2601
|
-
"snk-distinct-search": HTMLSnkDistinctSearchElement;
|
|
2602
2383
|
"snk-entity-list": HTMLSnkEntityListElement;
|
|
2603
2384
|
"snk-exporter-email-sender": HTMLSnkExporterEmailSenderElement;
|
|
2604
2385
|
"snk-expression-group": HTMLSnkExpressionGroupElement;
|
|
@@ -2642,114 +2423,6 @@ declare global {
|
|
|
2642
2423
|
}
|
|
2643
2424
|
}
|
|
2644
2425
|
declare namespace LocalJSX {
|
|
2645
|
-
interface InputDistinctSearch {
|
|
2646
|
-
/**
|
|
2647
|
-
* SnkApplication
|
|
2648
|
-
*/
|
|
2649
|
-
"application"?: SnkApplication;
|
|
2650
|
-
/**
|
|
2651
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
2652
|
-
*/
|
|
2653
|
-
"canShowError"?: boolean;
|
|
2654
|
-
/**
|
|
2655
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
2656
|
-
*/
|
|
2657
|
-
"debounceTime"?: number;
|
|
2658
|
-
/**
|
|
2659
|
-
* Lista completa de items distintos.
|
|
2660
|
-
*/
|
|
2661
|
-
"distinctItems"?: string[];
|
|
2662
|
-
/**
|
|
2663
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
2664
|
-
*/
|
|
2665
|
-
"errorMessage"?: string;
|
|
2666
|
-
/**
|
|
2667
|
-
* Label apresentada no input.
|
|
2668
|
-
*/
|
|
2669
|
-
"label"?: string;
|
|
2670
|
-
/**
|
|
2671
|
-
* Número máximo de itens na lista.
|
|
2672
|
-
*/
|
|
2673
|
-
"maxItems"?: number;
|
|
2674
|
-
/**
|
|
2675
|
-
* Define o tamanho do campo.
|
|
2676
|
-
*/
|
|
2677
|
-
"mode"?: 'slim' | 'regular';
|
|
2678
|
-
/**
|
|
2679
|
-
* Emitido quando há uma alteração no valor do campo.
|
|
2680
|
-
*/
|
|
2681
|
-
"onChangeValue"?: (event: InputDistinctSearchCustomEvent<IDistinctValue>) => void;
|
|
2682
|
-
/**
|
|
2683
|
-
* Emitido quando o icone de pesquisa é clicado.
|
|
2684
|
-
*/
|
|
2685
|
-
"onIconClick"?: (event: InputDistinctSearchCustomEvent<void>) => void;
|
|
2686
|
-
/**
|
|
2687
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
2688
|
-
*/
|
|
2689
|
-
"restrict"?: string;
|
|
2690
|
-
/**
|
|
2691
|
-
* Valor inicial do campo.
|
|
2692
|
-
*/
|
|
2693
|
-
"value"?: string;
|
|
2694
|
-
}
|
|
2695
|
-
interface SearchModal {
|
|
2696
|
-
/**
|
|
2697
|
-
* SnkApplication
|
|
2698
|
-
*/
|
|
2699
|
-
"application"?: SnkApplication;
|
|
2700
|
-
/**
|
|
2701
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
2702
|
-
*/
|
|
2703
|
-
"canShowError"?: boolean;
|
|
2704
|
-
/**
|
|
2705
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
2706
|
-
*/
|
|
2707
|
-
"debounceTime"?: number;
|
|
2708
|
-
/**
|
|
2709
|
-
* Recebe a mensagem de vazio ou personalizada
|
|
2710
|
-
*/
|
|
2711
|
-
"emptyMessage"?: HTMLElement | string;
|
|
2712
|
-
/**
|
|
2713
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
2714
|
-
*/
|
|
2715
|
-
"errorMessage"?: string;
|
|
2716
|
-
/**
|
|
2717
|
-
* Texto exibido como placeholder no campo de pesquisa.
|
|
2718
|
-
*/
|
|
2719
|
-
"label"?: string;
|
|
2720
|
-
/**
|
|
2721
|
-
* Lista de itens exibidas conforme o usuário digita.
|
|
2722
|
-
*/
|
|
2723
|
-
"listItens"?: string[];
|
|
2724
|
-
/**
|
|
2725
|
-
* Limita a quantidade de registros apresentados na tela
|
|
2726
|
-
*/
|
|
2727
|
-
"maxItens"?: number;
|
|
2728
|
-
/**
|
|
2729
|
-
* Define o tamanho do campo.
|
|
2730
|
-
*/
|
|
2731
|
-
"mode"?: 'slim' | 'regular';
|
|
2732
|
-
/**
|
|
2733
|
-
* Emitido quando há uma alteração no valor do campo.
|
|
2734
|
-
*/
|
|
2735
|
-
"onChangeValue"?: (event: SearchModalCustomEvent<IDistinctValue>) => void;
|
|
2736
|
-
/**
|
|
2737
|
-
* Emitido ao fechar o popup
|
|
2738
|
-
*/
|
|
2739
|
-
"onPopupClose"?: (event: SearchModalCustomEvent<boolean>) => void;
|
|
2740
|
-
/**
|
|
2741
|
-
* Define se o ez-popover está aberto.
|
|
2742
|
-
*/
|
|
2743
|
-
"opened"?: boolean;
|
|
2744
|
-
/**
|
|
2745
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
2746
|
-
*/
|
|
2747
|
-
"restrict"?: string;
|
|
2748
|
-
/**
|
|
2749
|
-
* Define o valor do campo.
|
|
2750
|
-
*/
|
|
2751
|
-
"value"?: string;
|
|
2752
|
-
}
|
|
2753
2426
|
interface SnkActionsButton {
|
|
2754
2427
|
}
|
|
2755
2428
|
interface SnkActionsForm {
|
|
@@ -2934,6 +2607,10 @@ declare namespace LocalJSX {
|
|
|
2934
2607
|
* Ativa inserção de registros no modo grade.
|
|
2935
2608
|
*/
|
|
2936
2609
|
"enableGridInsert"?: boolean;
|
|
2610
|
+
/**
|
|
2611
|
+
* Ativa o gerenciamento de locks na grade.
|
|
2612
|
+
*/
|
|
2613
|
+
"enableLockManger"?: boolean;
|
|
2937
2614
|
/**
|
|
2938
2615
|
* Chave da configuração legado da barra de filtros.
|
|
2939
2616
|
*/
|
|
@@ -3178,48 +2855,6 @@ declare namespace LocalJSX {
|
|
|
3178
2855
|
*/
|
|
3179
2856
|
"taskbarCustomContainerId"?: string;
|
|
3180
2857
|
}
|
|
3181
|
-
interface SnkDistinctSearch {
|
|
3182
|
-
/**
|
|
3183
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
3184
|
-
*/
|
|
3185
|
-
"canShowError"?: boolean;
|
|
3186
|
-
/**
|
|
3187
|
-
* Dados para busca ao serviço.
|
|
3188
|
-
*/
|
|
3189
|
-
"configSearch"?: IConfigSearch;
|
|
3190
|
-
/**
|
|
3191
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
3192
|
-
*/
|
|
3193
|
-
"debounceTime"?: number;
|
|
3194
|
-
/**
|
|
3195
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
3196
|
-
*/
|
|
3197
|
-
"errorMessage"?: string;
|
|
3198
|
-
/**
|
|
3199
|
-
* Label apresentada no input.
|
|
3200
|
-
*/
|
|
3201
|
-
"label"?: string;
|
|
3202
|
-
/**
|
|
3203
|
-
* Número máximo de itens na lista.
|
|
3204
|
-
*/
|
|
3205
|
-
"maxItems"?: number;
|
|
3206
|
-
/**
|
|
3207
|
-
* Define o tamanho do campo.
|
|
3208
|
-
*/
|
|
3209
|
-
"mode"?: 'slim' | 'regular';
|
|
3210
|
-
/**
|
|
3211
|
-
* Emitido quando há uma alteração no valor do campo.
|
|
3212
|
-
*/
|
|
3213
|
-
"onChangeValue"?: (event: SnkDistinctSearchCustomEvent<IDistinctValue>) => void;
|
|
3214
|
-
/**
|
|
3215
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
3216
|
-
*/
|
|
3217
|
-
"restrict"?: string;
|
|
3218
|
-
/**
|
|
3219
|
-
* Valor inicial do campo.
|
|
3220
|
-
*/
|
|
3221
|
-
"value"?: string;
|
|
3222
|
-
}
|
|
3223
2858
|
interface SnkEntityList {
|
|
3224
2859
|
/**
|
|
3225
2860
|
* Configurações para carregar os dados do componente
|
|
@@ -3365,6 +3000,10 @@ declare namespace LocalJSX {
|
|
|
3365
3000
|
"onEzChangeFilter"?: (event: SnkFilterAssistentModeCustomEvent<IPersonalizedFilter>) => void;
|
|
3366
3001
|
}
|
|
3367
3002
|
interface SnkFilterBar {
|
|
3003
|
+
/**
|
|
3004
|
+
* Função chamada depois de aplicar os filtros.
|
|
3005
|
+
*/
|
|
3006
|
+
"afterApplyConfig"?: () => void;
|
|
3368
3007
|
/**
|
|
3369
3008
|
* Define se a carga dos dados será feita assim que o componente for carregado.
|
|
3370
3009
|
*/
|
|
@@ -3851,6 +3490,10 @@ declare namespace LocalJSX {
|
|
|
3851
3490
|
* Ativa inserção de registros no modo grade.
|
|
3852
3491
|
*/
|
|
3853
3492
|
"enableGridInsert"?: boolean;
|
|
3493
|
+
/**
|
|
3494
|
+
* Ativa o gerenciamento de locks na grade.
|
|
3495
|
+
*/
|
|
3496
|
+
"enableLockManger"?: boolean;
|
|
3854
3497
|
/**
|
|
3855
3498
|
* Chave da configuração legado da barra de filtros.
|
|
3856
3499
|
*/
|
|
@@ -4165,6 +3808,7 @@ declare namespace LocalJSX {
|
|
|
4165
3808
|
* Ativa inserção de registros no modo grade.
|
|
4166
3809
|
*/
|
|
4167
3810
|
"enableGridInsert"?: boolean;
|
|
3811
|
+
"enableLockManger"?: boolean;
|
|
4168
3812
|
/**
|
|
4169
3813
|
* Define o nome da entidade que o componente vai utilizar para fazer as operações de CRUD
|
|
4170
3814
|
*/
|
|
@@ -4383,8 +4027,6 @@ declare namespace LocalJSX {
|
|
|
4383
4027
|
interface TestePesquisa {
|
|
4384
4028
|
}
|
|
4385
4029
|
interface IntrinsicElements {
|
|
4386
|
-
"input-distinct-search": InputDistinctSearch;
|
|
4387
|
-
"search-modal": SearchModal;
|
|
4388
4030
|
"snk-actions-button": SnkActionsButton;
|
|
4389
4031
|
"snk-actions-form": SnkActionsForm;
|
|
4390
4032
|
"snk-application": SnkApplication;
|
|
@@ -4397,7 +4039,6 @@ declare namespace LocalJSX {
|
|
|
4397
4039
|
"snk-data-exporter": SnkDataExporter;
|
|
4398
4040
|
"snk-data-unit": SnkDataUnit;
|
|
4399
4041
|
"snk-detail-view": SnkDetailView;
|
|
4400
|
-
"snk-distinct-search": SnkDistinctSearch;
|
|
4401
4042
|
"snk-entity-list": SnkEntityList;
|
|
4402
4043
|
"snk-exporter-email-sender": SnkExporterEmailSender;
|
|
4403
4044
|
"snk-expression-group": SnkExpressionGroup;
|
|
@@ -4444,8 +4085,6 @@ export { LocalJSX as JSX };
|
|
|
4444
4085
|
declare module "@stencil/core" {
|
|
4445
4086
|
export namespace JSX {
|
|
4446
4087
|
interface IntrinsicElements {
|
|
4447
|
-
"input-distinct-search": LocalJSX.InputDistinctSearch & JSXBase.HTMLAttributes<HTMLInputDistinctSearchElement>;
|
|
4448
|
-
"search-modal": LocalJSX.SearchModal & JSXBase.HTMLAttributes<HTMLSearchModalElement>;
|
|
4449
4088
|
"snk-actions-button": LocalJSX.SnkActionsButton & JSXBase.HTMLAttributes<HTMLSnkActionsButtonElement>;
|
|
4450
4089
|
"snk-actions-form": LocalJSX.SnkActionsForm & JSXBase.HTMLAttributes<HTMLSnkActionsFormElement>;
|
|
4451
4090
|
"snk-application": LocalJSX.SnkApplication & JSXBase.HTMLAttributes<HTMLSnkApplicationElement>;
|
|
@@ -4458,7 +4097,6 @@ declare module "@stencil/core" {
|
|
|
4458
4097
|
"snk-data-exporter": LocalJSX.SnkDataExporter & JSXBase.HTMLAttributes<HTMLSnkDataExporterElement>;
|
|
4459
4098
|
"snk-data-unit": LocalJSX.SnkDataUnit & JSXBase.HTMLAttributes<HTMLSnkDataUnitElement>;
|
|
4460
4099
|
"snk-detail-view": LocalJSX.SnkDetailView & JSXBase.HTMLAttributes<HTMLSnkDetailViewElement>;
|
|
4461
|
-
"snk-distinct-search": LocalJSX.SnkDistinctSearch & JSXBase.HTMLAttributes<HTMLSnkDistinctSearchElement>;
|
|
4462
4100
|
"snk-entity-list": LocalJSX.SnkEntityList & JSXBase.HTMLAttributes<HTMLSnkEntityListElement>;
|
|
4463
4101
|
"snk-exporter-email-sender": LocalJSX.SnkExporterEmailSender & JSXBase.HTMLAttributes<HTMLSnkExporterEmailSenderElement>;
|
|
4464
4102
|
"snk-expression-group": LocalJSX.SnkExpressionGroup & JSXBase.HTMLAttributes<HTMLSnkExpressionGroupElement>;
|
package/package.json
CHANGED
package/react/components.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { JSX } from '@sankhyalabs/sankhyablocks';
|
|
3
|
-
export declare const InputDistinctSearch: import("react").ForwardRefExoticComponent<JSX.InputDistinctSearch & Omit<import("react").HTMLAttributes<HTMLInputDistinctSearchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLInputDistinctSearchElement>>;
|
|
4
|
-
export declare const SearchModal: import("react").ForwardRefExoticComponent<JSX.SearchModal & Omit<import("react").HTMLAttributes<HTMLSearchModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSearchModalElement>>;
|
|
5
3
|
export declare const SnkActionsButton: import("react").ForwardRefExoticComponent<JSX.SnkActionsButton & Omit<import("react").HTMLAttributes<HTMLSnkActionsButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkActionsButtonElement>>;
|
|
6
4
|
export declare const SnkActionsForm: import("react").ForwardRefExoticComponent<JSX.SnkActionsForm & Omit<import("react").HTMLAttributes<HTMLSnkActionsFormElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkActionsFormElement>>;
|
|
7
5
|
export declare const SnkApplication: import("react").ForwardRefExoticComponent<JSX.SnkApplication & Omit<import("react").HTMLAttributes<HTMLSnkApplicationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkApplicationElement>>;
|
|
@@ -14,7 +12,6 @@ export declare const SnkCustomSlotElements: import("react").ForwardRefExoticComp
|
|
|
14
12
|
export declare const SnkDataExporter: import("react").ForwardRefExoticComponent<JSX.SnkDataExporter & Omit<import("react").HTMLAttributes<HTMLSnkDataExporterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkDataExporterElement>>;
|
|
15
13
|
export declare const SnkDataUnit: import("react").ForwardRefExoticComponent<JSX.SnkDataUnit & Omit<import("react").HTMLAttributes<HTMLSnkDataUnitElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkDataUnitElement>>;
|
|
16
14
|
export declare const SnkDetailView: import("react").ForwardRefExoticComponent<JSX.SnkDetailView & Omit<import("react").HTMLAttributes<HTMLSnkDetailViewElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkDetailViewElement>>;
|
|
17
|
-
export declare const SnkDistinctSearch: import("react").ForwardRefExoticComponent<JSX.SnkDistinctSearch & Omit<import("react").HTMLAttributes<HTMLSnkDistinctSearchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkDistinctSearchElement>>;
|
|
18
15
|
export declare const SnkEntityList: import("react").ForwardRefExoticComponent<JSX.SnkEntityList & Omit<import("react").HTMLAttributes<HTMLSnkEntityListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkEntityListElement>>;
|
|
19
16
|
export declare const SnkExporterEmailSender: import("react").ForwardRefExoticComponent<JSX.SnkExporterEmailSender & Omit<import("react").HTMLAttributes<HTMLSnkExporterEmailSenderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkExporterEmailSenderElement>>;
|
|
20
17
|
export declare const SnkExpressionGroup: import("react").ForwardRefExoticComponent<JSX.SnkExpressionGroup & Omit<import("react").HTMLAttributes<HTMLSnkExpressionGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkExpressionGroupElement>>;
|
package/react/components.js
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* auto-generated react proxies */
|
|
4
4
|
import { createReactComponent } from './react-component-lib';
|
|
5
|
-
export const InputDistinctSearch = /*@__PURE__*/ createReactComponent('input-distinct-search');
|
|
6
|
-
export const SearchModal = /*@__PURE__*/ createReactComponent('search-modal');
|
|
7
5
|
export const SnkActionsButton = /*@__PURE__*/ createReactComponent('snk-actions-button');
|
|
8
6
|
export const SnkActionsForm = /*@__PURE__*/ createReactComponent('snk-actions-form');
|
|
9
7
|
export const SnkApplication = /*@__PURE__*/ createReactComponent('snk-application');
|
|
@@ -16,7 +14,6 @@ export const SnkCustomSlotElements = /*@__PURE__*/ createReactComponent('snk-cus
|
|
|
16
14
|
export const SnkDataExporter = /*@__PURE__*/ createReactComponent('snk-data-exporter');
|
|
17
15
|
export const SnkDataUnit = /*@__PURE__*/ createReactComponent('snk-data-unit');
|
|
18
16
|
export const SnkDetailView = /*@__PURE__*/ createReactComponent('snk-detail-view');
|
|
19
|
-
export const SnkDistinctSearch = /*@__PURE__*/ createReactComponent('snk-distinct-search');
|
|
20
17
|
export const SnkEntityList = /*@__PURE__*/ createReactComponent('snk-entity-list');
|
|
21
18
|
export const SnkExporterEmailSender = /*@__PURE__*/ createReactComponent('snk-exporter-email-sender');
|
|
22
19
|
export const SnkExpressionGroup = /*@__PURE__*/ createReactComponent('snk-expression-group');
|
package/react/components.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,kCAAkC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAM7D,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|