@sankhyalabs/sankhyablocks 0.0.0-bugfix-dev-KB-71072.0 → 0.0.0-bugfix-dev-KB-76362.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.
- package/dist/cjs/{SnkMessageBuilder-bae64d0d.js → SnkMessageBuilder-7691a2c1.js} +10 -0
- package/dist/cjs/index-f9e81701.js +8 -0
- package/dist/cjs/input-distinct-search_2.cjs.entry.js +471 -0
- 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 +22 -25
- package/dist/cjs/snk-application.cjs.entry.js +2 -18
- package/dist/cjs/snk-config-options_3.cjs.entry.js +5 -17
- package/dist/cjs/snk-crud.cjs.entry.js +2 -8
- package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -5
- package/dist/cjs/{snk-data-unit-3d9b6ed4.js → snk-data-unit-7dbdad0e.js} +14 -26
- 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-distinct-search.cjs.entry.js +123 -0
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js +0 -9
- package/dist/cjs/snk-filter-text.cjs.entry.js +1 -2
- package/dist/cjs/snk-grid.cjs.entry.js +2 -10
- package/dist/cjs/{snk-guides-viewer-2139481c.js → snk-guides-viewer-eee43c8b.js} +1 -1
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-crud.cjs.entry.js +4 -7
- package/dist/cjs/snk-taskbar.cjs.entry.js +37 -40
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/snk-actions-button/snk-actions-button.js +26 -27
- package/dist/collection/components/snk-application/snk-application.js +1 -41
- package/dist/collection/components/snk-crud/snk-crud.js +2 -26
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +1 -1
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js +3 -3
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +13 -25
- package/dist/collection/components/snk-distinct-search/snk-distinct-search.css +4 -0
- package/dist/collection/components/snk-distinct-search/snk-distinct-search.js +372 -0
- package/dist/collection/components/snk-distinct-search/subcomponents/input-distinct-search/input-distinct-search.css +110 -0
- package/dist/collection/components/snk-distinct-search/subcomponents/input-distinct-search/input-distinct-search.js +544 -0
- package/dist/collection/components/snk-distinct-search/subcomponents/search-modal/search-modal.css +28 -0
- package/dist/collection/components/snk-distinct-search/subcomponents/search-modal/search-modal.js +593 -0
- package/dist/collection/components/snk-distinct-search/utils/filter-distinct-search.js +15 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js +1 -2
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +1 -5
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +0 -20
- package/dist/collection/components/snk-form-config/snk-form-config.js +5 -17
- package/dist/collection/components/snk-grid/snk-grid.js +2 -28
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +4 -25
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +38 -41
- package/dist/collection/lib/http/data-fetcher/fetchers/distinct-search-fetcher.js +25 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +1 -7
- package/dist/collection/lib/message/SnkMessageBuilder.js +2 -0
- package/dist/collection/lib/message/resources/snk-distinct-search.msg.js +9 -0
- package/dist/components/SnkMessageBuilder.js +10 -0
- package/dist/components/filter-distinct-search.js +17 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +3 -0
- package/dist/components/input-distinct-search.d.ts +11 -0
- package/dist/components/input-distinct-search.js +6 -0
- package/dist/components/input-distinct-search2.js +264 -0
- package/dist/components/search-modal.d.ts +11 -0
- package/dist/components/search-modal.js +6 -0
- package/dist/components/search-modal2.js +264 -0
- package/dist/components/snk-actions-button2.js +26 -27
- package/dist/components/snk-application2.js +2 -19
- package/dist/components/snk-crud.js +2 -9
- package/dist/components/snk-data-exporter2.js +3 -3
- package/dist/components/snk-data-unit2.js +13 -25
- package/dist/components/snk-detail-view2.js +1 -1
- package/dist/components/snk-distinct-search.d.ts +11 -0
- package/dist/components/snk-distinct-search.js +163 -0
- package/dist/components/snk-filter-bar2.js +0 -6
- package/dist/components/snk-filter-item2.js +1 -5
- package/dist/components/snk-filter-text.js +1 -2
- package/dist/components/snk-form-config2.js +5 -17
- package/dist/components/snk-grid2.js +2 -11
- package/dist/components/snk-simple-crud2.js +4 -8
- package/dist/components/snk-taskbar2.js +38 -41
- package/dist/esm/{SnkMessageBuilder-6fff4a4c.js → SnkMessageBuilder-7ace6803.js} +10 -0
- package/dist/esm/index-a7d3d3f1.js +8 -0
- package/dist/esm/input-distinct-search_2.entry.js +466 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/snk-actions-button_4.entry.js +23 -26
- package/dist/esm/snk-application.entry.js +3 -19
- package/dist/esm/snk-config-options_3.entry.js +5 -17
- package/dist/esm/snk-crud.entry.js +2 -8
- package/dist/esm/snk-data-exporter.entry.js +5 -5
- package/dist/esm/{snk-data-unit-9fa7d2b9.js → snk-data-unit-7a579dbd.js} +14 -26
- package/dist/esm/snk-data-unit.entry.js +2 -2
- package/dist/esm/snk-detail-view.entry.js +2 -2
- package/dist/esm/snk-distinct-search.entry.js +119 -0
- package/dist/esm/snk-filter-bar_4.entry.js +1 -10
- package/dist/esm/snk-filter-text.entry.js +1 -2
- package/dist/esm/snk-grid.entry.js +2 -10
- package/dist/esm/{snk-guides-viewer-b7ed39eb.js → snk-guides-viewer-e8ca764a.js} +1 -1
- package/dist/esm/snk-guides-viewer.entry.js +1 -1
- package/dist/esm/snk-simple-crud.entry.js +4 -7
- package/dist/esm/snk-taskbar.entry.js +38 -41
- package/dist/sankhyablocks/{p-483ef1fa.entry.js → p-00f9fe5c.entry.js} +1 -1
- package/dist/sankhyablocks/p-0e250436.entry.js +1 -0
- package/dist/sankhyablocks/p-154aa2a6.entry.js +11 -0
- package/dist/sankhyablocks/p-18cb1acb.entry.js +1 -0
- package/dist/sankhyablocks/p-1dbd5c18.entry.js +1 -0
- package/dist/sankhyablocks/p-2aae03a1.entry.js +1 -0
- package/dist/sankhyablocks/p-30ebcbe0.entry.js +1 -0
- package/dist/sankhyablocks/p-3858a2e4.entry.js +1 -0
- package/dist/sankhyablocks/{p-4138da61.entry.js → p-42130213.entry.js} +1 -1
- package/dist/sankhyablocks/p-563b7c28.entry.js +1 -0
- package/dist/sankhyablocks/p-96a89d58.entry.js +1 -0
- package/dist/sankhyablocks/p-987c7328.entry.js +1 -0
- package/dist/sankhyablocks/{p-e390641b.entry.js → p-b389ed49.entry.js} +1 -1
- package/dist/sankhyablocks/p-c75fae8e.js +1 -0
- package/dist/sankhyablocks/p-d8665750.js +1 -0
- package/dist/sankhyablocks/{p-e97be1c8.js → p-e3a285a2.js} +1 -1
- package/dist/sankhyablocks/p-f0aaad2b.entry.js +1 -0
- package/dist/sankhyablocks/{p-0d2a2e9e.entry.js → p-f4e221b2.entry.js} +1 -1
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-actions-button/snk-actions-button.d.ts +2 -3
- package/dist/types/components/snk-application/snk-application.d.ts +1 -6
- package/dist/types/components/snk-crud/snk-crud.d.ts +0 -4
- package/dist/types/components/snk-distinct-search/snk-distinct-search.d.ts +83 -0
- package/dist/types/components/snk-distinct-search/subcomponents/input-distinct-search/input-distinct-search.d.ts +105 -0
- package/dist/types/components/snk-distinct-search/subcomponents/search-modal/search-modal.d.ts +127 -0
- package/dist/types/components/snk-distinct-search/types/index.d.ts +12 -0
- package/dist/types/components/snk-distinct-search/utils/filter-distinct-search.d.ts +4 -0
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +0 -2
- package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +0 -4
- package/dist/types/components/snk-grid/snk-grid.d.ts +0 -4
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +0 -2
- package/dist/types/components.d.ts +393 -31
- package/dist/types/lib/http/data-fetcher/fetchers/distinct-search-fetcher.d.ts +6 -0
- package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +0 -1
- package/dist/types/lib/message/resources/snk-distinct-search.msg.d.ts +2 -0
- package/package.json +1 -1
- package/react/components.d.ts +3 -0
- package/react/components.js +3 -0
- package/react/components.js.map +1 -1
- package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js +0 -8
- package/dist/sankhyablocks/p-0387d9d7.entry.js +0 -1
- package/dist/sankhyablocks/p-17425c72.js +0 -1
- package/dist/sankhyablocks/p-1d3ce0d9.entry.js +0 -1
- package/dist/sankhyablocks/p-342eeb3b.js +0 -1
- package/dist/sankhyablocks/p-3728d2aa.entry.js +0 -11
- package/dist/sankhyablocks/p-4e1f992e.entry.js +0 -1
- package/dist/sankhyablocks/p-619aeac8.entry.js +0 -1
- package/dist/sankhyablocks/p-89c92727.entry.js +0 -1
- package/dist/sankhyablocks/p-a3fadd0b.entry.js +0 -1
- package/dist/sankhyablocks/p-af7f7b3e.entry.js +0 -1
- package/dist/sankhyablocks/p-ec43fcc8.entry.js +0 -1
- package/dist/types/components/snk-actions-button/interfaces/index.d.ts +0 -3
- package/dist/types/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.d.ts +0 -7
- /package/dist/collection/components/{snk-actions-button/interfaces → snk-distinct-search/types}/index.js +0 -0
|
@@ -5,6 +5,8 @@
|
|
|
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";
|
|
8
10
|
import { IAction } from "./components/snk-actions-button/actions/interfaces/IAction";
|
|
9
11
|
import { SnkMessageBuilder } from "./lib/message/SnkMessageBuilder";
|
|
10
12
|
import { DataUnit, Filter, KeyboardManager, Record, UnitMetadata } from "@sankhyalabs/core";
|
|
@@ -42,7 +44,6 @@ import { IExportResult } from "./components/snk-data-exporter/data/export-result
|
|
|
42
44
|
import { IExportConfig } from "./components/snk-data-exporter/data/export-config";
|
|
43
45
|
import { IExpressionGroup, IExpressionItem } from "./components/snk-personalized-filter/interfaces/IExpressionItem";
|
|
44
46
|
import { IPersonalizedFilter } from "./components/snk-personalized-filter/interfaces/IPersonalizedFilter";
|
|
45
|
-
import { SnkApplication } from "./components/snk-application/snk-application";
|
|
46
47
|
import { SnkFilterModalFactoryParams } from "./components/snk-filter-bar/utils/SnkFilterModalFactory";
|
|
47
48
|
import { EPresentationMode } from "./components/snk-filter-bar/filter-item/editors/enum/presentationMode";
|
|
48
49
|
import { FilterFieldsDataSource, IFilterField, IFilterLink } from "./components/snk-filter-field-search/interfaces";
|
|
@@ -61,6 +62,146 @@ import { IBreadcrumbItem } from "@sankhyalabs/ezui/dist/types/components/ez-brea
|
|
|
61
62
|
import { ITab } from "./components/snk-form-config/subcomponents/snk-tab-config/snk-tab-config";
|
|
62
63
|
import { Action as Action1, CustomButton } from "./components/snk-taskbar/snk-taskbar";
|
|
63
64
|
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
|
+
}
|
|
64
205
|
interface SnkActionsButton {
|
|
65
206
|
}
|
|
66
207
|
interface SnkActionsForm {
|
|
@@ -260,10 +401,6 @@ export namespace Components {
|
|
|
260
401
|
* Abre determinada tela, repassando pkObject.
|
|
261
402
|
*/
|
|
262
403
|
"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>;
|
|
267
404
|
/**
|
|
268
405
|
* Remove um client event para o DataFetcher da aplicação.
|
|
269
406
|
* @param eventID - Nome do evento a ser removido.
|
|
@@ -468,10 +605,6 @@ export namespace Components {
|
|
|
468
605
|
* Ativa inserção de registros no modo grade.
|
|
469
606
|
*/
|
|
470
607
|
"enableGridInsert"?: boolean;
|
|
471
|
-
/**
|
|
472
|
-
* Ativa o gerenciamento de locks na grade.
|
|
473
|
-
*/
|
|
474
|
-
"enableLockManger"?: boolean;
|
|
475
608
|
/**
|
|
476
609
|
* Chave da configuração legado da barra de filtros.
|
|
477
610
|
*/
|
|
@@ -722,6 +855,68 @@ export namespace Components {
|
|
|
722
855
|
*/
|
|
723
856
|
"taskbarCustomContainerId": string;
|
|
724
857
|
}
|
|
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
|
+
}
|
|
725
920
|
interface SnkEntityList {
|
|
726
921
|
/**
|
|
727
922
|
* Configurações para carregar os dados do componente
|
|
@@ -843,10 +1038,6 @@ export namespace Components {
|
|
|
843
1038
|
* @param filterItem - Item a ser adicionado, caso o item já exista com o ID ele não será adicionado novamente
|
|
844
1039
|
*/
|
|
845
1040
|
"addFilterItem": (filterItem: SnkFilterItemConfig) => Promise<void>;
|
|
846
|
-
/**
|
|
847
|
-
* Função chamada depois de aplicar os filtros.
|
|
848
|
-
*/
|
|
849
|
-
"afterApplyConfig"?: () => void;
|
|
850
1041
|
/**
|
|
851
1042
|
* Define se a carga dos dados será feita assim que o componente for carregado.
|
|
852
1043
|
*/
|
|
@@ -1364,10 +1555,6 @@ export namespace Components {
|
|
|
1364
1555
|
* Ativa inserção de registros no modo grade.
|
|
1365
1556
|
*/
|
|
1366
1557
|
"enableGridInsert"?: boolean;
|
|
1367
|
-
/**
|
|
1368
|
-
* Ativa o gerenciamento de locks na grade.
|
|
1369
|
-
*/
|
|
1370
|
-
"enableLockManger"?: boolean;
|
|
1371
1558
|
/**
|
|
1372
1559
|
* Chave da configuração legado da barra de filtros.
|
|
1373
1560
|
*/
|
|
@@ -1711,7 +1898,6 @@ export namespace Components {
|
|
|
1711
1898
|
* Ativa inserção de registros no modo grade.
|
|
1712
1899
|
*/
|
|
1713
1900
|
"enableGridInsert"?: boolean;
|
|
1714
|
-
"enableLockManger"?: boolean;
|
|
1715
1901
|
/**
|
|
1716
1902
|
* Define o nome da entidade que o componente vai utilizar para fazer as operações de CRUD
|
|
1717
1903
|
*/
|
|
@@ -1890,6 +2076,14 @@ export namespace Components {
|
|
|
1890
2076
|
interface TestePesquisa {
|
|
1891
2077
|
}
|
|
1892
2078
|
}
|
|
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
|
+
}
|
|
1893
2087
|
export interface SnkApplicationCustomEvent<T> extends CustomEvent<T> {
|
|
1894
2088
|
detail: T;
|
|
1895
2089
|
target: HTMLSnkApplicationElement;
|
|
@@ -1922,6 +2116,10 @@ export interface SnkDetailViewCustomEvent<T> extends CustomEvent<T> {
|
|
|
1922
2116
|
detail: T;
|
|
1923
2117
|
target: HTMLSnkDetailViewElement;
|
|
1924
2118
|
}
|
|
2119
|
+
export interface SnkDistinctSearchCustomEvent<T> extends CustomEvent<T> {
|
|
2120
|
+
detail: T;
|
|
2121
|
+
target: HTMLSnkDistinctSearchElement;
|
|
2122
|
+
}
|
|
1925
2123
|
export interface SnkEntityListCustomEvent<T> extends CustomEvent<T> {
|
|
1926
2124
|
detail: T;
|
|
1927
2125
|
target: HTMLSnkEntityListElement;
|
|
@@ -2055,6 +2253,18 @@ export interface TaskbarActionsButtonCustomEvent<T> extends CustomEvent<T> {
|
|
|
2055
2253
|
target: HTMLTaskbarActionsButtonElement;
|
|
2056
2254
|
}
|
|
2057
2255
|
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
|
+
};
|
|
2058
2268
|
interface HTMLSnkActionsButtonElement extends Components.SnkActionsButton, HTMLStencilElement {
|
|
2059
2269
|
}
|
|
2060
2270
|
var HTMLSnkActionsButtonElement: {
|
|
@@ -2127,6 +2337,12 @@ declare global {
|
|
|
2127
2337
|
prototype: HTMLSnkDetailViewElement;
|
|
2128
2338
|
new (): HTMLSnkDetailViewElement;
|
|
2129
2339
|
};
|
|
2340
|
+
interface HTMLSnkDistinctSearchElement extends Components.SnkDistinctSearch, HTMLStencilElement {
|
|
2341
|
+
}
|
|
2342
|
+
var HTMLSnkDistinctSearchElement: {
|
|
2343
|
+
prototype: HTMLSnkDistinctSearchElement;
|
|
2344
|
+
new (): HTMLSnkDistinctSearchElement;
|
|
2345
|
+
};
|
|
2130
2346
|
interface HTMLSnkEntityListElement extends Components.SnkEntityList, HTMLStencilElement {
|
|
2131
2347
|
}
|
|
2132
2348
|
var HTMLSnkEntityListElement: {
|
|
@@ -2368,6 +2584,8 @@ declare global {
|
|
|
2368
2584
|
new (): HTMLTestePesquisaElement;
|
|
2369
2585
|
};
|
|
2370
2586
|
interface HTMLElementTagNameMap {
|
|
2587
|
+
"input-distinct-search": HTMLInputDistinctSearchElement;
|
|
2588
|
+
"search-modal": HTMLSearchModalElement;
|
|
2371
2589
|
"snk-actions-button": HTMLSnkActionsButtonElement;
|
|
2372
2590
|
"snk-actions-form": HTMLSnkActionsFormElement;
|
|
2373
2591
|
"snk-application": HTMLSnkApplicationElement;
|
|
@@ -2380,6 +2598,7 @@ declare global {
|
|
|
2380
2598
|
"snk-data-exporter": HTMLSnkDataExporterElement;
|
|
2381
2599
|
"snk-data-unit": HTMLSnkDataUnitElement;
|
|
2382
2600
|
"snk-detail-view": HTMLSnkDetailViewElement;
|
|
2601
|
+
"snk-distinct-search": HTMLSnkDistinctSearchElement;
|
|
2383
2602
|
"snk-entity-list": HTMLSnkEntityListElement;
|
|
2384
2603
|
"snk-exporter-email-sender": HTMLSnkExporterEmailSenderElement;
|
|
2385
2604
|
"snk-expression-group": HTMLSnkExpressionGroupElement;
|
|
@@ -2423,6 +2642,114 @@ declare global {
|
|
|
2423
2642
|
}
|
|
2424
2643
|
}
|
|
2425
2644
|
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
|
+
}
|
|
2426
2753
|
interface SnkActionsButton {
|
|
2427
2754
|
}
|
|
2428
2755
|
interface SnkActionsForm {
|
|
@@ -2607,10 +2934,6 @@ declare namespace LocalJSX {
|
|
|
2607
2934
|
* Ativa inserção de registros no modo grade.
|
|
2608
2935
|
*/
|
|
2609
2936
|
"enableGridInsert"?: boolean;
|
|
2610
|
-
/**
|
|
2611
|
-
* Ativa o gerenciamento de locks na grade.
|
|
2612
|
-
*/
|
|
2613
|
-
"enableLockManger"?: boolean;
|
|
2614
2937
|
/**
|
|
2615
2938
|
* Chave da configuração legado da barra de filtros.
|
|
2616
2939
|
*/
|
|
@@ -2855,6 +3178,48 @@ declare namespace LocalJSX {
|
|
|
2855
3178
|
*/
|
|
2856
3179
|
"taskbarCustomContainerId"?: string;
|
|
2857
3180
|
}
|
|
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
|
+
}
|
|
2858
3223
|
interface SnkEntityList {
|
|
2859
3224
|
/**
|
|
2860
3225
|
* Configurações para carregar os dados do componente
|
|
@@ -3000,10 +3365,6 @@ declare namespace LocalJSX {
|
|
|
3000
3365
|
"onEzChangeFilter"?: (event: SnkFilterAssistentModeCustomEvent<IPersonalizedFilter>) => void;
|
|
3001
3366
|
}
|
|
3002
3367
|
interface SnkFilterBar {
|
|
3003
|
-
/**
|
|
3004
|
-
* Função chamada depois de aplicar os filtros.
|
|
3005
|
-
*/
|
|
3006
|
-
"afterApplyConfig"?: () => void;
|
|
3007
3368
|
/**
|
|
3008
3369
|
* Define se a carga dos dados será feita assim que o componente for carregado.
|
|
3009
3370
|
*/
|
|
@@ -3490,10 +3851,6 @@ declare namespace LocalJSX {
|
|
|
3490
3851
|
* Ativa inserção de registros no modo grade.
|
|
3491
3852
|
*/
|
|
3492
3853
|
"enableGridInsert"?: boolean;
|
|
3493
|
-
/**
|
|
3494
|
-
* Ativa o gerenciamento de locks na grade.
|
|
3495
|
-
*/
|
|
3496
|
-
"enableLockManger"?: boolean;
|
|
3497
3854
|
/**
|
|
3498
3855
|
* Chave da configuração legado da barra de filtros.
|
|
3499
3856
|
*/
|
|
@@ -3808,7 +4165,6 @@ declare namespace LocalJSX {
|
|
|
3808
4165
|
* Ativa inserção de registros no modo grade.
|
|
3809
4166
|
*/
|
|
3810
4167
|
"enableGridInsert"?: boolean;
|
|
3811
|
-
"enableLockManger"?: boolean;
|
|
3812
4168
|
/**
|
|
3813
4169
|
* Define o nome da entidade que o componente vai utilizar para fazer as operações de CRUD
|
|
3814
4170
|
*/
|
|
@@ -4027,6 +4383,8 @@ declare namespace LocalJSX {
|
|
|
4027
4383
|
interface TestePesquisa {
|
|
4028
4384
|
}
|
|
4029
4385
|
interface IntrinsicElements {
|
|
4386
|
+
"input-distinct-search": InputDistinctSearch;
|
|
4387
|
+
"search-modal": SearchModal;
|
|
4030
4388
|
"snk-actions-button": SnkActionsButton;
|
|
4031
4389
|
"snk-actions-form": SnkActionsForm;
|
|
4032
4390
|
"snk-application": SnkApplication;
|
|
@@ -4039,6 +4397,7 @@ declare namespace LocalJSX {
|
|
|
4039
4397
|
"snk-data-exporter": SnkDataExporter;
|
|
4040
4398
|
"snk-data-unit": SnkDataUnit;
|
|
4041
4399
|
"snk-detail-view": SnkDetailView;
|
|
4400
|
+
"snk-distinct-search": SnkDistinctSearch;
|
|
4042
4401
|
"snk-entity-list": SnkEntityList;
|
|
4043
4402
|
"snk-exporter-email-sender": SnkExporterEmailSender;
|
|
4044
4403
|
"snk-expression-group": SnkExpressionGroup;
|
|
@@ -4085,6 +4444,8 @@ export { LocalJSX as JSX };
|
|
|
4085
4444
|
declare module "@stencil/core" {
|
|
4086
4445
|
export namespace JSX {
|
|
4087
4446
|
interface IntrinsicElements {
|
|
4447
|
+
"input-distinct-search": LocalJSX.InputDistinctSearch & JSXBase.HTMLAttributes<HTMLInputDistinctSearchElement>;
|
|
4448
|
+
"search-modal": LocalJSX.SearchModal & JSXBase.HTMLAttributes<HTMLSearchModalElement>;
|
|
4088
4449
|
"snk-actions-button": LocalJSX.SnkActionsButton & JSXBase.HTMLAttributes<HTMLSnkActionsButtonElement>;
|
|
4089
4450
|
"snk-actions-form": LocalJSX.SnkActionsForm & JSXBase.HTMLAttributes<HTMLSnkActionsFormElement>;
|
|
4090
4451
|
"snk-application": LocalJSX.SnkApplication & JSXBase.HTMLAttributes<HTMLSnkApplicationElement>;
|
|
@@ -4097,6 +4458,7 @@ declare module "@stencil/core" {
|
|
|
4097
4458
|
"snk-data-exporter": LocalJSX.SnkDataExporter & JSXBase.HTMLAttributes<HTMLSnkDataExporterElement>;
|
|
4098
4459
|
"snk-data-unit": LocalJSX.SnkDataUnit & JSXBase.HTMLAttributes<HTMLSnkDataUnitElement>;
|
|
4099
4460
|
"snk-detail-view": LocalJSX.SnkDetailView & JSXBase.HTMLAttributes<HTMLSnkDetailViewElement>;
|
|
4461
|
+
"snk-distinct-search": LocalJSX.SnkDistinctSearch & JSXBase.HTMLAttributes<HTMLSnkDistinctSearchElement>;
|
|
4100
4462
|
"snk-entity-list": LocalJSX.SnkEntityList & JSXBase.HTMLAttributes<HTMLSnkEntityListElement>;
|
|
4101
4463
|
"snk-exporter-email-sender": LocalJSX.SnkExporterEmailSender & JSXBase.HTMLAttributes<HTMLSnkExporterEmailSenderElement>;
|
|
4102
4464
|
"snk-expression-group": LocalJSX.SnkExpressionGroup & JSXBase.HTMLAttributes<HTMLSnkExpressionGroupElement>;
|
package/package.json
CHANGED
package/react/components.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
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>>;
|
|
3
5
|
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>>;
|
|
4
6
|
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>>;
|
|
5
7
|
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>>;
|
|
@@ -12,6 +14,7 @@ export declare const SnkCustomSlotElements: import("react").ForwardRefExoticComp
|
|
|
12
14
|
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>>;
|
|
13
15
|
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>>;
|
|
14
16
|
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>>;
|
|
15
18
|
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>>;
|
|
16
19
|
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>>;
|
|
17
20
|
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,6 +2,8 @@
|
|
|
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');
|
|
5
7
|
export const SnkActionsButton = /*@__PURE__*/ createReactComponent('snk-actions-button');
|
|
6
8
|
export const SnkActionsForm = /*@__PURE__*/ createReactComponent('snk-actions-form');
|
|
7
9
|
export const SnkApplication = /*@__PURE__*/ createReactComponent('snk-application');
|
|
@@ -14,6 +16,7 @@ export const SnkCustomSlotElements = /*@__PURE__*/ createReactComponent('snk-cus
|
|
|
14
16
|
export const SnkDataExporter = /*@__PURE__*/ createReactComponent('snk-data-exporter');
|
|
15
17
|
export const SnkDataUnit = /*@__PURE__*/ createReactComponent('snk-data-unit');
|
|
16
18
|
export const SnkDetailView = /*@__PURE__*/ createReactComponent('snk-detail-view');
|
|
19
|
+
export const SnkDistinctSearch = /*@__PURE__*/ createReactComponent('snk-distinct-search');
|
|
17
20
|
export const SnkEntityList = /*@__PURE__*/ createReactComponent('snk-entity-list');
|
|
18
21
|
export const SnkExporterEmailSender = /*@__PURE__*/ createReactComponent('snk-exporter-email-sender');
|
|
19
22
|
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":"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"}
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|