@sankhyalabs/sankhyablocks 1.3.31-beta.6 → 1.3.31
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/{index-532bcc28.js → index-1133bc2a.js} +9 -419
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/sankhyablocks.cjs.js +2 -2
- package/dist/cjs/snk-application.cjs.entry.js +98 -213
- package/dist/cjs/snk-pesquisa.cjs.entry.js +2 -2
- package/dist/cjs/teste-pesquisa.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +0 -4
- package/dist/collection/components/snk-application/snk-application.js +48 -165
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +2 -2
- package/dist/collection/lib/http/data-fetcher/fetchers/dataunit-fetcher.js +21 -52
- package/dist/collection/lib/http/data-fetcher/fetchers/grid-config-fetcher.js +3 -4
- package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +1 -0
- package/dist/components/snk-application2.js +97 -213
- package/dist/components/snk-pesquisa2.js +1 -1
- package/dist/esm/{index-0b078db7.js → index-ffda6382.js} +10 -419
- package/dist/esm/loader.js +2 -2
- package/dist/esm/sankhyablocks.js +2 -2
- package/dist/esm/snk-application.entry.js +98 -213
- package/dist/esm/snk-pesquisa.entry.js +2 -2
- package/dist/esm/teste-pesquisa.entry.js +1 -1
- package/dist/sankhyablocks/{p-a8305c35.entry.js → p-2a7b4cb3.entry.js} +1 -1
- package/dist/sankhyablocks/{p-a670853c.entry.js → p-49fdec1f.entry.js} +1 -1
- package/dist/sankhyablocks/p-9bc9abe0.entry.js +69 -0
- package/dist/sankhyablocks/p-edcb9d8e.js +2 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-application/snk-application.d.ts +13 -90
- package/dist/types/components.d.ts +2 -334
- package/dist/types/lib/http/data-fetcher/fetchers/dataunit-fetcher.d.ts +0 -2
- package/dist/types/lib/http/data-fetcher/fetchers/grid-config-fetcher.d.ts +1 -1
- package/package.json +5 -5
- package/react/components.d.ts +0 -4
- package/react/components.js +0 -4
- package/react/components.js.map +1 -1
- package/dist/cjs/snk-data-unit.cjs.entry.js +0 -189
- package/dist/cjs/snk-form.cjs.entry.js +0 -95
- package/dist/cjs/snk-grid.cjs.entry.js +0 -64
- package/dist/cjs/snk-taskbar.cjs.entry.js +0 -140
- package/dist/cjs/taskbar-elements-9d47b416.js +0 -70
- package/dist/collection/components/snk-data-unit/snk-data-unit.css +0 -6
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +0 -449
- package/dist/collection/components/snk-form/snk-form.css +0 -3
- package/dist/collection/components/snk-form/snk-form.js +0 -194
- package/dist/collection/components/snk-grid/snk-grid.css +0 -5
- package/dist/collection/components/snk-grid/snk-grid.js +0 -128
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +0 -65
- package/dist/collection/components/snk-taskbar/snk-taskbar.css +0 -3
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +0 -252
- package/dist/components/snk-data-unit.d.ts +0 -11
- package/dist/components/snk-data-unit.js +0 -213
- package/dist/components/snk-form.d.ts +0 -11
- package/dist/components/snk-form.js +0 -121
- package/dist/components/snk-grid.d.ts +0 -11
- package/dist/components/snk-grid.js +0 -88
- package/dist/components/snk-taskbar.d.ts +0 -11
- package/dist/components/snk-taskbar.js +0 -6
- package/dist/components/snk-taskbar2.js +0 -221
- package/dist/esm/snk-data-unit.entry.js +0 -185
- package/dist/esm/snk-form.entry.js +0 -91
- package/dist/esm/snk-grid.entry.js +0 -60
- package/dist/esm/snk-taskbar.entry.js +0 -136
- package/dist/esm/taskbar-elements-3ba30bf4.js +0 -68
- package/dist/sankhyablocks/p-3cb106f7.entry.js +0 -69
- package/dist/sankhyablocks/p-3fce3190.entry.js +0 -1
- package/dist/sankhyablocks/p-560fdf54.entry.js +0 -1
- package/dist/sankhyablocks/p-574764bf.js +0 -1
- package/dist/sankhyablocks/p-8f7b9a85.entry.js +0 -1
- package/dist/sankhyablocks/p-9c225717.entry.js +0 -1
- package/dist/sankhyablocks/p-a45dba1a.js +0 -2
- package/dist/types/components/snk-taskbar/elements/taskbar-elements.d.ts +0 -25
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +0 -45
|
@@ -12,208 +12,40 @@ import { FieldConfig } from "@sankhyalabs/ezui/dist/types/components/ez-form/ez-
|
|
|
12
12
|
import { EzGridConfig } from "@sankhyalabs/ezui/dist/types/components/ez-grid/controller/EzGridController";
|
|
13
13
|
import { Option } from "@sankhyalabs/ezui/dist/types/components/ez-combo-box/ez-combo-box";
|
|
14
14
|
import { SearchCriteria } from "./lib/http/data-fetcher/fetchers/pesquisa-fetcher";
|
|
15
|
-
import { DataState } from "./components/snk-data-unit/snk-data-unit";
|
|
16
|
-
import { Action } from "./components/snk-taskbar/snk-taskbar";
|
|
17
|
-
import { Action as Action1 } from "./components/snk-taskbar/snk-taskbar";
|
|
18
15
|
export namespace Components {
|
|
19
16
|
interface SnkApplication {
|
|
20
|
-
/**
|
|
21
|
-
* Mostra o diálogo de alerta de acordo com os parâmetros passados.
|
|
22
|
-
*/
|
|
23
17
|
"alert": (title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>;
|
|
24
|
-
/**
|
|
25
|
-
* Fecha o popup, liberando o conteúdo.
|
|
26
|
-
*/
|
|
27
18
|
"closePopUp": () => Promise<void>;
|
|
28
|
-
/**
|
|
29
|
-
* Exibe um diálogo de confirmação
|
|
30
|
-
*/
|
|
31
19
|
"confirm": (title: string, message: string, icon?: string, critical?: boolean, options?: MessageOptions) => Promise<boolean>;
|
|
32
|
-
/**
|
|
33
|
-
* Cria o DataUnit a partir do nome da entidade.
|
|
34
|
-
*/
|
|
35
20
|
"createDataunit": (entityName: string) => Promise<DataUnit>;
|
|
36
|
-
/**
|
|
37
|
-
* Mostra o diálogo de erro de acordo com os parâmetros passados.
|
|
38
|
-
*/
|
|
39
21
|
"error": (title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>;
|
|
40
22
|
"executeSearch": (searchArgument: any, fieldName: string, dataUnit: DataUnit) => Promise<Array<Option> | Option>;
|
|
41
|
-
/**
|
|
42
|
-
* Retorna todos os acessos do usuário logado.
|
|
43
|
-
*/
|
|
44
23
|
"getAllAccess": () => Promise<any>;
|
|
45
|
-
/**
|
|
46
|
-
* Acessa informações de contexto "empurrados" na abertura da tela
|
|
47
|
-
*/
|
|
48
24
|
"getAttributeFromHTMLWrapper": (attribName: string) => Promise<string>;
|
|
49
|
-
/**
|
|
50
|
-
* Retorna o valor de um parâmetro do tipo booleano.
|
|
51
|
-
*/
|
|
52
25
|
"getBooleanParam": (name: string) => Promise<boolean>;
|
|
53
|
-
/**
|
|
54
|
-
* Retorna a configuração de um recurso por service broker Veja também o método "loadConfig"
|
|
55
|
-
*/
|
|
56
26
|
"getConfig": (key: string) => Promise<any>;
|
|
57
|
-
/**
|
|
58
|
-
* Cria e armazena o DataUnit em um cache
|
|
59
|
-
*/
|
|
60
|
-
"getDataUnit": (entityName: string, dataUnitName: string) => Promise<DataUnit>;
|
|
61
|
-
/**
|
|
62
|
-
* Retorna o valor de um parâmetro do tipo data.
|
|
63
|
-
*/
|
|
64
27
|
"getDateParam": (name: string) => Promise<Date>;
|
|
65
|
-
/**
|
|
66
|
-
* Retorna o valor de um parâmetro do tipo Decimal.
|
|
67
|
-
*/
|
|
68
28
|
"getFloatParam": (name: string) => Promise<number>;
|
|
69
|
-
/**
|
|
70
|
-
* Retorna o valor de um parâmetro do tipo Inteiro.
|
|
71
|
-
*/
|
|
72
29
|
"getIntParam": (name: string) => Promise<number>;
|
|
73
|
-
/**
|
|
74
|
-
* Retorna o resourceID da tela em questão.
|
|
75
|
-
*/
|
|
76
30
|
"getResourceID": () => Promise<string>;
|
|
77
|
-
/**
|
|
78
|
-
* Retorna o valor de um parâmetro do tipo string.
|
|
79
|
-
*/
|
|
80
31
|
"getStringParam": (name: string) => Promise<string>;
|
|
81
|
-
/**
|
|
82
|
-
* Se o usuário logado tem permissão pra determinada ação.
|
|
83
|
-
*/
|
|
84
32
|
"hasAccess": (access: AutorizationType) => Promise<boolean>;
|
|
85
|
-
/**
|
|
86
|
-
* Mostra uma informação efêmera (de segundo plano).
|
|
87
|
-
*/
|
|
88
33
|
"info": (message: string, options?: MessageOptions) => Promise<void>;
|
|
89
34
|
"isDebugMode": () => Promise<boolean>;
|
|
90
|
-
/**
|
|
91
|
-
* Caso o usuário logado seja o SUP.
|
|
92
|
-
*/
|
|
93
35
|
"isUserSup": () => Promise<boolean>;
|
|
94
|
-
/**
|
|
95
|
-
* Busca a configuração de formulário.
|
|
96
|
-
*/
|
|
97
36
|
"loadFormConfig": (name: string) => Promise<Array<FieldConfig>>;
|
|
98
|
-
|
|
99
|
-
* Busca a configuração de grade.
|
|
100
|
-
*/
|
|
101
|
-
"loadGridConfig": (name: string) => Promise<EzGridConfig>;
|
|
102
|
-
/**
|
|
103
|
-
* Abre determinada tela, repassando pkObject
|
|
104
|
-
*/
|
|
37
|
+
"loadGridConfig": () => Promise<EzGridConfig>;
|
|
105
38
|
"openApp": (resourceId: string, pkObject: Object) => Promise<void>;
|
|
106
|
-
/**
|
|
107
|
-
* Salva a configuração de determinado recurso.
|
|
108
|
-
*/
|
|
109
39
|
"saveConfig": (key: string, data: Object) => Promise<any>;
|
|
110
|
-
/**
|
|
111
|
-
* Salva a configuração de grade.
|
|
112
|
-
*/
|
|
113
40
|
"saveGridConfig": (config: EzGridConfig) => Promise<boolean>;
|
|
114
|
-
/**
|
|
115
|
-
* Mostra o conteúdo passado em um Popup
|
|
116
|
-
*/
|
|
117
41
|
"showPopUp": (content: HTMLElement) => Promise<void>;
|
|
118
|
-
/**
|
|
119
|
-
* Verifica se a licença do cliente tem determinado opcional (produto)
|
|
120
|
-
*/
|
|
121
42
|
"temOpcional": (opcional: string) => Promise<boolean>;
|
|
122
43
|
}
|
|
123
|
-
interface SnkDataUnit {
|
|
124
|
-
/**
|
|
125
|
-
* Executado após a ação de salvar
|
|
126
|
-
*/
|
|
127
|
-
"afterSave": (dataUnit: DataUnit) => void;
|
|
128
|
-
/**
|
|
129
|
-
* Quando ativada essa propriedade faz com que haja uma carga imediata no DataUnit
|
|
130
|
-
*/
|
|
131
|
-
"autoLoad": boolean;
|
|
132
|
-
/**
|
|
133
|
-
* Executado imediatamente antes da ação de salvar as alterações. Útil no caso de validações por exemplo. Caso retorne "false" (ou a promessa se resolva como false), cancela a ação.
|
|
134
|
-
*/
|
|
135
|
-
"beforeSave": (dataUnit: DataUnit) => boolean | Promise<boolean>;
|
|
136
|
-
/**
|
|
137
|
-
* O estato atual dos dados, isto é se há alteração, insersão, as linhas selecionadas, etc.
|
|
138
|
-
*/
|
|
139
|
-
"dataState": DataState;
|
|
140
|
-
/**
|
|
141
|
-
* Uma vez instanciado, pode-se obter o dataUnit por esta propriedade
|
|
142
|
-
*/
|
|
143
|
-
"dataUnit": DataUnit;
|
|
144
|
-
/**
|
|
145
|
-
* Este atributo é usado para criar o dataUnit uma única vez. Se omitido será usado o próprio nome da entidade.
|
|
146
|
-
*/
|
|
147
|
-
"dataUnitName": string;
|
|
148
|
-
/**
|
|
149
|
-
* Determina qual a entidade representa os dados em questão.
|
|
150
|
-
*/
|
|
151
|
-
"entityName": string;
|
|
152
|
-
/**
|
|
153
|
-
* Pode-se obter o dataUnit através desse método. Outra forma, é ouvir o evento de
|
|
154
|
-
* @returns dataUnit
|
|
155
|
-
*/
|
|
156
|
-
"getDataUnit": () => Promise<DataUnit>;
|
|
157
|
-
/**
|
|
158
|
-
* Abstração para obter-se mensagens de acordo com o estado dos dados.
|
|
159
|
-
*/
|
|
160
|
-
"messageBuilder": (messageKey: string, dataState: DataState, dataUnit: DataUnit) => string;
|
|
161
|
-
/**
|
|
162
|
-
* Determina quantas linhas são retornadas por página
|
|
163
|
-
*/
|
|
164
|
-
"pageSize": number;
|
|
165
|
-
}
|
|
166
|
-
interface SnkForm {
|
|
167
|
-
/**
|
|
168
|
-
* Lista de ações que devem ser usadas no botão "Mais opções"
|
|
169
|
-
*/
|
|
170
|
-
"actionsList": Array<Action>;
|
|
171
|
-
/**
|
|
172
|
-
* Nome usado para guardar/recuperar as configurações do formulário
|
|
173
|
-
*/
|
|
174
|
-
"configName": string;
|
|
175
|
-
/**
|
|
176
|
-
* Texto que aparece de forma descritiva no cabeçalho do form
|
|
177
|
-
*/
|
|
178
|
-
"formTitle": string;
|
|
179
|
-
}
|
|
180
|
-
interface SnkGrid {
|
|
181
|
-
/**
|
|
182
|
-
* Lista de ações que devem ser usadas no botão "Mais opções"
|
|
183
|
-
*/
|
|
184
|
-
"actionsList": Array<Action>;
|
|
185
|
-
/**
|
|
186
|
-
* Nome usado para salvar/recuperar a configuração
|
|
187
|
-
*/
|
|
188
|
-
"configName": string;
|
|
189
|
-
}
|
|
190
44
|
interface SnkPesquisa {
|
|
191
45
|
"argument": string;
|
|
192
46
|
"searchLoader": Function;
|
|
193
47
|
"selectItem": Function;
|
|
194
48
|
}
|
|
195
|
-
interface SnkTaskbar {
|
|
196
|
-
/**
|
|
197
|
-
* Lista de ações que devem ser usadas no botão "Mais opções"
|
|
198
|
-
*/
|
|
199
|
-
"actionsList": Array<Action>;
|
|
200
|
-
/**
|
|
201
|
-
* Lista separada por virgula, contendo todos os elementos a serem criados
|
|
202
|
-
*/
|
|
203
|
-
"buttons": string;
|
|
204
|
-
/**
|
|
205
|
-
* Instância do DataUnit
|
|
206
|
-
*/
|
|
207
|
-
"dataUnit": DataUnit;
|
|
208
|
-
/**
|
|
209
|
-
* Array contendo todos os botões a serem desabilitados
|
|
210
|
-
*/
|
|
211
|
-
"disabledButtons": Array<string>;
|
|
212
|
-
/**
|
|
213
|
-
* Qual botão deve ter aparência primária
|
|
214
|
-
*/
|
|
215
|
-
"primaryButton": string;
|
|
216
|
-
}
|
|
217
49
|
interface TestePesquisa {
|
|
218
50
|
}
|
|
219
51
|
}
|
|
@@ -221,22 +53,6 @@ export interface SnkApplicationCustomEvent<T> extends CustomEvent<T> {
|
|
|
221
53
|
detail: T;
|
|
222
54
|
target: HTMLSnkApplicationElement;
|
|
223
55
|
}
|
|
224
|
-
export interface SnkDataUnitCustomEvent<T> extends CustomEvent<T> {
|
|
225
|
-
detail: T;
|
|
226
|
-
target: HTMLSnkDataUnitElement;
|
|
227
|
-
}
|
|
228
|
-
export interface SnkFormCustomEvent<T> extends CustomEvent<T> {
|
|
229
|
-
detail: T;
|
|
230
|
-
target: HTMLSnkFormElement;
|
|
231
|
-
}
|
|
232
|
-
export interface SnkGridCustomEvent<T> extends CustomEvent<T> {
|
|
233
|
-
detail: T;
|
|
234
|
-
target: HTMLSnkGridElement;
|
|
235
|
-
}
|
|
236
|
-
export interface SnkTaskbarCustomEvent<T> extends CustomEvent<T> {
|
|
237
|
-
detail: T;
|
|
238
|
-
target: HTMLSnkTaskbarElement;
|
|
239
|
-
}
|
|
240
56
|
declare global {
|
|
241
57
|
interface HTMLSnkApplicationElement extends Components.SnkApplication, HTMLStencilElement {
|
|
242
58
|
}
|
|
@@ -244,36 +60,12 @@ declare global {
|
|
|
244
60
|
prototype: HTMLSnkApplicationElement;
|
|
245
61
|
new (): HTMLSnkApplicationElement;
|
|
246
62
|
};
|
|
247
|
-
interface HTMLSnkDataUnitElement extends Components.SnkDataUnit, HTMLStencilElement {
|
|
248
|
-
}
|
|
249
|
-
var HTMLSnkDataUnitElement: {
|
|
250
|
-
prototype: HTMLSnkDataUnitElement;
|
|
251
|
-
new (): HTMLSnkDataUnitElement;
|
|
252
|
-
};
|
|
253
|
-
interface HTMLSnkFormElement extends Components.SnkForm, HTMLStencilElement {
|
|
254
|
-
}
|
|
255
|
-
var HTMLSnkFormElement: {
|
|
256
|
-
prototype: HTMLSnkFormElement;
|
|
257
|
-
new (): HTMLSnkFormElement;
|
|
258
|
-
};
|
|
259
|
-
interface HTMLSnkGridElement extends Components.SnkGrid, HTMLStencilElement {
|
|
260
|
-
}
|
|
261
|
-
var HTMLSnkGridElement: {
|
|
262
|
-
prototype: HTMLSnkGridElement;
|
|
263
|
-
new (): HTMLSnkGridElement;
|
|
264
|
-
};
|
|
265
63
|
interface HTMLSnkPesquisaElement extends Components.SnkPesquisa, HTMLStencilElement {
|
|
266
64
|
}
|
|
267
65
|
var HTMLSnkPesquisaElement: {
|
|
268
66
|
prototype: HTMLSnkPesquisaElement;
|
|
269
67
|
new (): HTMLSnkPesquisaElement;
|
|
270
68
|
};
|
|
271
|
-
interface HTMLSnkTaskbarElement extends Components.SnkTaskbar, HTMLStencilElement {
|
|
272
|
-
}
|
|
273
|
-
var HTMLSnkTaskbarElement: {
|
|
274
|
-
prototype: HTMLSnkTaskbarElement;
|
|
275
|
-
new (): HTMLSnkTaskbarElement;
|
|
276
|
-
};
|
|
277
69
|
interface HTMLTestePesquisaElement extends Components.TestePesquisa, HTMLStencilElement {
|
|
278
70
|
}
|
|
279
71
|
var HTMLTestePesquisaElement: {
|
|
@@ -282,11 +74,7 @@ declare global {
|
|
|
282
74
|
};
|
|
283
75
|
interface HTMLElementTagNameMap {
|
|
284
76
|
"snk-application": HTMLSnkApplicationElement;
|
|
285
|
-
"snk-data-unit": HTMLSnkDataUnitElement;
|
|
286
|
-
"snk-form": HTMLSnkFormElement;
|
|
287
|
-
"snk-grid": HTMLSnkGridElement;
|
|
288
77
|
"snk-pesquisa": HTMLSnkPesquisaElement;
|
|
289
|
-
"snk-taskbar": HTMLSnkTaskbarElement;
|
|
290
78
|
"teste-pesquisa": HTMLTestePesquisaElement;
|
|
291
79
|
}
|
|
292
80
|
}
|
|
@@ -297,136 +85,20 @@ declare namespace LocalJSX {
|
|
|
297
85
|
*/
|
|
298
86
|
"onApplicationLoaded"?: (event: SnkApplicationCustomEvent<boolean>) => void;
|
|
299
87
|
/**
|
|
300
|
-
* Evento
|
|
88
|
+
* Evento
|
|
301
89
|
*/
|
|
302
90
|
"onApplicationLoading"?: (event: SnkApplicationCustomEvent<boolean>) => void;
|
|
303
91
|
}
|
|
304
|
-
interface SnkDataUnit {
|
|
305
|
-
/**
|
|
306
|
-
* Executado após a ação de salvar
|
|
307
|
-
*/
|
|
308
|
-
"afterSave"?: (dataUnit: DataUnit) => void;
|
|
309
|
-
/**
|
|
310
|
-
* Quando ativada essa propriedade faz com que haja uma carga imediata no DataUnit
|
|
311
|
-
*/
|
|
312
|
-
"autoLoad"?: boolean;
|
|
313
|
-
/**
|
|
314
|
-
* Executado imediatamente antes da ação de salvar as alterações. Útil no caso de validações por exemplo. Caso retorne "false" (ou a promessa se resolva como false), cancela a ação.
|
|
315
|
-
*/
|
|
316
|
-
"beforeSave"?: (dataUnit: DataUnit) => boolean | Promise<boolean>;
|
|
317
|
-
/**
|
|
318
|
-
* O estato atual dos dados, isto é se há alteração, insersão, as linhas selecionadas, etc.
|
|
319
|
-
*/
|
|
320
|
-
"dataState"?: DataState;
|
|
321
|
-
/**
|
|
322
|
-
* Uma vez instanciado, pode-se obter o dataUnit por esta propriedade
|
|
323
|
-
*/
|
|
324
|
-
"dataUnit"?: DataUnit;
|
|
325
|
-
/**
|
|
326
|
-
* Este atributo é usado para criar o dataUnit uma única vez. Se omitido será usado o próprio nome da entidade.
|
|
327
|
-
*/
|
|
328
|
-
"dataUnitName"?: string;
|
|
329
|
-
/**
|
|
330
|
-
* Determina qual a entidade representa os dados em questão.
|
|
331
|
-
*/
|
|
332
|
-
"entityName"?: string;
|
|
333
|
-
/**
|
|
334
|
-
* Abstração para obter-se mensagens de acordo com o estado dos dados.
|
|
335
|
-
*/
|
|
336
|
-
"messageBuilder"?: (messageKey: string, dataState: DataState, dataUnit: DataUnit) => string;
|
|
337
|
-
/**
|
|
338
|
-
* Disparado quando o há qualquer mudança de estado no DataUnit
|
|
339
|
-
*/
|
|
340
|
-
"onDataStateChange"?: (event: SnkDataUnitCustomEvent<DataState>) => void;
|
|
341
|
-
/**
|
|
342
|
-
* Disparado quando o DataUnit está pronto
|
|
343
|
-
*/
|
|
344
|
-
"onDataUnitReady"?: (event: SnkDataUnitCustomEvent<DataUnit>) => void;
|
|
345
|
-
/**
|
|
346
|
-
* Disparado quando um registro é adicionado ou copiado
|
|
347
|
-
*/
|
|
348
|
-
"onInsertionMode"?: (event: SnkDataUnitCustomEvent<void>) => void;
|
|
349
|
-
/**
|
|
350
|
-
* Determina quantas linhas são retornadas por página
|
|
351
|
-
*/
|
|
352
|
-
"pageSize"?: number;
|
|
353
|
-
}
|
|
354
|
-
interface SnkForm {
|
|
355
|
-
/**
|
|
356
|
-
* Lista de ações que devem ser usadas no botão "Mais opções"
|
|
357
|
-
*/
|
|
358
|
-
"actionsList"?: Array<Action>;
|
|
359
|
-
/**
|
|
360
|
-
* Nome usado para guardar/recuperar as configurações do formulário
|
|
361
|
-
*/
|
|
362
|
-
"configName"?: string;
|
|
363
|
-
/**
|
|
364
|
-
* Texto que aparece de forma descritiva no cabeçalho do form
|
|
365
|
-
*/
|
|
366
|
-
"formTitle"?: string;
|
|
367
|
-
/**
|
|
368
|
-
* Emitido sempre que houver click de botão ou ação
|
|
369
|
-
*/
|
|
370
|
-
"onActionClick"?: (event: SnkFormCustomEvent<string>) => void;
|
|
371
|
-
/**
|
|
372
|
-
* Emitido quando o botão de voltar é acionado
|
|
373
|
-
*/
|
|
374
|
-
"onExit"?: (event: SnkFormCustomEvent<void>) => void;
|
|
375
|
-
}
|
|
376
|
-
interface SnkGrid {
|
|
377
|
-
/**
|
|
378
|
-
* Lista de ações que devem ser usadas no botão "Mais opções"
|
|
379
|
-
*/
|
|
380
|
-
"actionsList"?: Array<Action>;
|
|
381
|
-
/**
|
|
382
|
-
* Nome usado para salvar/recuperar a configuração
|
|
383
|
-
*/
|
|
384
|
-
"configName"?: string;
|
|
385
|
-
/**
|
|
386
|
-
* Emitido sempre que houver click de botão ou ação
|
|
387
|
-
*/
|
|
388
|
-
"onActionClick"?: (event: SnkGridCustomEvent<string>) => void;
|
|
389
|
-
}
|
|
390
92
|
interface SnkPesquisa {
|
|
391
93
|
"argument"?: string;
|
|
392
94
|
"searchLoader"?: Function;
|
|
393
95
|
"selectItem"?: Function;
|
|
394
96
|
}
|
|
395
|
-
interface SnkTaskbar {
|
|
396
|
-
/**
|
|
397
|
-
* Lista de ações que devem ser usadas no botão "Mais opções"
|
|
398
|
-
*/
|
|
399
|
-
"actionsList"?: Array<Action>;
|
|
400
|
-
/**
|
|
401
|
-
* Lista separada por virgula, contendo todos os elementos a serem criados
|
|
402
|
-
*/
|
|
403
|
-
"buttons"?: string;
|
|
404
|
-
/**
|
|
405
|
-
* Instância do DataUnit
|
|
406
|
-
*/
|
|
407
|
-
"dataUnit"?: DataUnit;
|
|
408
|
-
/**
|
|
409
|
-
* Array contendo todos os botões a serem desabilitados
|
|
410
|
-
*/
|
|
411
|
-
"disabledButtons"?: Array<string>;
|
|
412
|
-
/**
|
|
413
|
-
* Emitido sempre que houver click de botão ou ação
|
|
414
|
-
*/
|
|
415
|
-
"onActionClick"?: (event: SnkTaskbarCustomEvent<string>) => void;
|
|
416
|
-
/**
|
|
417
|
-
* Qual botão deve ter aparência primária
|
|
418
|
-
*/
|
|
419
|
-
"primaryButton"?: string;
|
|
420
|
-
}
|
|
421
97
|
interface TestePesquisa {
|
|
422
98
|
}
|
|
423
99
|
interface IntrinsicElements {
|
|
424
100
|
"snk-application": SnkApplication;
|
|
425
|
-
"snk-data-unit": SnkDataUnit;
|
|
426
|
-
"snk-form": SnkForm;
|
|
427
|
-
"snk-grid": SnkGrid;
|
|
428
101
|
"snk-pesquisa": SnkPesquisa;
|
|
429
|
-
"snk-taskbar": SnkTaskbar;
|
|
430
102
|
"teste-pesquisa": TestePesquisa;
|
|
431
103
|
}
|
|
432
104
|
}
|
|
@@ -435,11 +107,7 @@ declare module "@stencil/core" {
|
|
|
435
107
|
export namespace JSX {
|
|
436
108
|
interface IntrinsicElements {
|
|
437
109
|
"snk-application": LocalJSX.SnkApplication & JSXBase.HTMLAttributes<HTMLSnkApplicationElement>;
|
|
438
|
-
"snk-data-unit": LocalJSX.SnkDataUnit & JSXBase.HTMLAttributes<HTMLSnkDataUnitElement>;
|
|
439
|
-
"snk-form": LocalJSX.SnkForm & JSXBase.HTMLAttributes<HTMLSnkFormElement>;
|
|
440
|
-
"snk-grid": LocalJSX.SnkGrid & JSXBase.HTMLAttributes<HTMLSnkGridElement>;
|
|
441
110
|
"snk-pesquisa": LocalJSX.SnkPesquisa & JSXBase.HTMLAttributes<HTMLSnkPesquisaElement>;
|
|
442
|
-
"snk-taskbar": LocalJSX.SnkTaskbar & JSXBase.HTMLAttributes<HTMLSnkTaskbarElement>;
|
|
443
111
|
"teste-pesquisa": LocalJSX.TestePesquisa & JSXBase.HTMLAttributes<HTMLTestePesquisaElement>;
|
|
444
112
|
}
|
|
445
113
|
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { DataUnit } from "@sankhyalabs/core";
|
|
2
2
|
export default class DataUnitFetcher {
|
|
3
3
|
private templateByQuery;
|
|
4
|
-
private _loadDataTimeout;
|
|
5
4
|
constructor();
|
|
6
5
|
private buldTemplates;
|
|
7
6
|
getDataUnit(entityName: string, resourceID: string): DataUnit;
|
|
8
7
|
private loadMetadata;
|
|
9
8
|
private loadData;
|
|
10
|
-
private doLoadData;
|
|
11
9
|
private saveData;
|
|
12
10
|
private removeRecords;
|
|
13
11
|
}
|
|
@@ -2,6 +2,6 @@ import { EzGridConfig } from "@sankhyalabs/ezui/dist/types/components/ez-grid/co
|
|
|
2
2
|
import { ResourceFetcher } from "./resource-fetcher";
|
|
3
3
|
export default class GridConfigFetcher extends ResourceFetcher {
|
|
4
4
|
readonly GRID_CONFIG_VERSION = "V3:";
|
|
5
|
-
getConfig(
|
|
5
|
+
getConfig(resourceID: string): Promise<EzGridConfig>;
|
|
6
6
|
saveConfig(config: EzGridConfig, resourceID: string): Promise<boolean>;
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sankhyalabs/sankhyablocks",
|
|
3
|
-
"version": "1.3.31
|
|
3
|
+
"version": "1.3.31",
|
|
4
4
|
"description": "Stencil Component Starter",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/preset-env": "^7.18.2",
|
|
39
|
-
"@sankhyalabs/core": "^1.0.
|
|
40
|
-
"@sankhyalabs/ezui": "^1.1.
|
|
39
|
+
"@sankhyalabs/core": "^1.0.64",
|
|
40
|
+
"@sankhyalabs/ezui": "^1.1.139",
|
|
41
41
|
"@sankhyalabs/skippeerdeps": "^1.0.2",
|
|
42
42
|
"@semantic-release/git": "^9.0.0",
|
|
43
43
|
"@semantic-release/gitlab": "^6.1.0",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"verbose": true
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@sankhyalabs/core": "^1.
|
|
64
|
-
"@sankhyalabs/ezui": "^1.
|
|
63
|
+
"@sankhyalabs/core": "^1.x",
|
|
64
|
+
"@sankhyalabs/ezui": "^1.x"
|
|
65
65
|
},
|
|
66
66
|
"license": "MIT"
|
|
67
67
|
}
|
package/react/components.d.ts
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { JSX } from '@sankhyalabs/sankhyablocks';
|
|
3
3
|
export declare const SnkApplication: import("react").ForwardRefExoticComponent<JSX.SnkApplication & Pick<import("react").HTMLAttributes<HTMLSnkApplicationElement>, "dir" | "slot" | "title" | "children" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkApplicationElement>>;
|
|
4
|
-
export declare const SnkDataUnit: import("react").ForwardRefExoticComponent<JSX.SnkDataUnit & Pick<import("react").HTMLAttributes<HTMLSnkDataUnitElement>, "dir" | "slot" | "title" | "children" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkDataUnitElement>>;
|
|
5
|
-
export declare const SnkForm: import("react").ForwardRefExoticComponent<JSX.SnkForm & Pick<import("react").HTMLAttributes<HTMLSnkFormElement>, "dir" | "slot" | "title" | "children" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkFormElement>>;
|
|
6
|
-
export declare const SnkGrid: import("react").ForwardRefExoticComponent<JSX.SnkGrid & Pick<import("react").HTMLAttributes<HTMLSnkGridElement>, "dir" | "slot" | "title" | "children" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkGridElement>>;
|
|
7
4
|
export declare const SnkPesquisa: import("react").ForwardRefExoticComponent<JSX.SnkPesquisa & Pick<import("react").HTMLAttributes<HTMLSnkPesquisaElement>, "dir" | "slot" | "title" | "children" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkPesquisaElement>>;
|
|
8
|
-
export declare const SnkTaskbar: import("react").ForwardRefExoticComponent<JSX.SnkTaskbar & Pick<import("react").HTMLAttributes<HTMLSnkTaskbarElement>, "dir" | "slot" | "title" | "children" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkTaskbarElement>>;
|
|
9
5
|
export declare const TestePesquisa: import("react").ForwardRefExoticComponent<JSX.TestePesquisa & Pick<import("react").HTMLAttributes<HTMLTestePesquisaElement>, "dir" | "slot" | "title" | "children" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTestePesquisaElement>>;
|
package/react/components.js
CHANGED
|
@@ -3,10 +3,6 @@
|
|
|
3
3
|
/* auto-generated react proxies */
|
|
4
4
|
import { createReactComponent } from './react-component-lib';
|
|
5
5
|
export const SnkApplication = /*@__PURE__*/ createReactComponent('snk-application');
|
|
6
|
-
export const SnkDataUnit = /*@__PURE__*/ createReactComponent('snk-data-unit');
|
|
7
|
-
export const SnkForm = /*@__PURE__*/ createReactComponent('snk-form');
|
|
8
|
-
export const SnkGrid = /*@__PURE__*/ createReactComponent('snk-grid');
|
|
9
6
|
export const SnkPesquisa = /*@__PURE__*/ createReactComponent('snk-pesquisa');
|
|
10
|
-
export const SnkTaskbar = /*@__PURE__*/ createReactComponent('snk-taskbar');
|
|
11
7
|
export const TestePesquisa = /*@__PURE__*/ createReactComponent('teste-pesquisa');
|
|
12
8
|
//# sourceMappingURL=components.js.map
|
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,cAAc,GAAG,aAAa,CAAA,oBAAoB,CAAgD,iBAAiB,CAAC,CAAC;AAClI,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,
|
|
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,cAAc,GAAG,aAAa,CAAA,oBAAoB,CAAgD,iBAAiB,CAAC,CAAC;AAClI,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,gBAAgB,CAAC,CAAC"}
|