@sankhyalabs/sankhyablocks 0.0.0-bugfix-dev-KB-76362.0 → 0.0.0-bugfix-dev-KB-74224.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ConfigStorage-f079f5fd.js → ConfigStorage-ecc0ed20.js} +2 -2
- package/dist/cjs/{ContinuousInsertUtils-64e47516.js → ContinuousInsertUtils-29b65619.js} +20 -29
- package/dist/cjs/{DataFetcher-e059eb72.js → DataFetcher-cadeef8e.js} +5 -7
- package/dist/cjs/{SnkFormConfigManager-63369164.js → SnkFormConfigManager-f1c92f79.js} +2 -2
- package/dist/cjs/{SnkMessageBuilder-7691a2c1.js → SnkMessageBuilder-bae64d0d.js} +0 -10
- package/dist/cjs/{auth-fetcher-4f853233.js → auth-fetcher-d68841bc.js} +1 -1
- package/dist/cjs/{dataunit-fetcher-228016f4.js → dataunit-fetcher-f89461c1.js} +3 -3
- package/dist/cjs/{form-config-fetcher-39397ac5.js → form-config-fetcher-ed497282.js} +1 -1
- package/dist/cjs/index-f9e81701.js +28 -16
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{pesquisa-fetcher-a9bfeb22.js → pesquisa-fetcher-ca89181c.js} +2 -7
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/snk-actions-button_4.cjs.entry.js +30 -27
- package/dist/cjs/snk-application.cjs.entry.js +60 -102
- package/dist/cjs/snk-attach.cjs.entry.js +5 -5
- package/dist/cjs/snk-config-options.cjs.entry.js +239 -0
- package/dist/cjs/snk-crud.cjs.entry.js +5 -5
- package/dist/cjs/snk-data-exporter.cjs.entry.js +6 -6
- package/dist/cjs/{snk-data-unit-7dbdad0e.js → snk-data-unit-668dc5e8.js} +2 -2
- package/dist/cjs/snk-data-unit.cjs.entry.js +4 -4
- package/dist/cjs/snk-detail-view.cjs.entry.js +8 -8
- package/dist/cjs/{snk-filter-bar_4.cjs.entry.js → snk-filter-bar.cjs.entry.js} +3 -688
- package/dist/cjs/snk-filter-item.cjs.entry.js +312 -0
- package/dist/cjs/snk-filter-list.cjs.entry.js +152 -0
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
- package/dist/cjs/snk-filter-modal.cjs.entry.js +249 -0
- package/dist/cjs/{snk-config-options_3.cjs.entry.js → snk-form-config.cjs.entry.js} +3 -365
- package/dist/cjs/snk-form.cjs.entry.js +144 -0
- package/dist/cjs/snk-grid.cjs.entry.js +6 -6
- package/dist/cjs/{snk-guides-viewer-eee43c8b.js → snk-guides-viewer-4236cb9d.js} +5 -8
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +7 -7
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
- package/dist/cjs/snk-simple-crud.cjs.entry.js +14 -14
- package/dist/collection/collection-manifest.json +31 -14
- package/dist/collection/components/snk-actions-button/snk-actions-button.js +27 -26
- package/dist/collection/components/snk-application/snk-application.js +53 -3
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +0 -3
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +7 -7
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js +6 -8
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js +2 -2
- package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +1 -6
- package/dist/collection/lib/message/SnkMessageBuilder.js +0 -2
- package/dist/collection/lib/utils/CrudUtils.js +16 -25
- package/dist/components/ContinuousInsertUtils.js +16 -25
- package/dist/components/DataFetcher.js +5 -7
- package/dist/components/SnkMessageBuilder.js +0 -10
- package/dist/components/dataunit-fetcher.js +2 -2
- package/dist/components/index.d.ts +0 -3
- package/dist/components/index.js +0 -3
- package/dist/components/pesquisa-fetcher.js +1 -6
- package/dist/components/snk-actions-button2.js +27 -26
- package/dist/components/snk-application2.js +53 -95
- package/dist/components/snk-detail-view2.js +0 -3
- package/dist/components/snk-simple-crud2.js +7 -7
- package/dist/esm/{ConfigStorage-6514d66e.js → ConfigStorage-7b36d041.js} +2 -2
- package/dist/esm/{ContinuousInsertUtils-b62906f9.js → ContinuousInsertUtils-30caa626.js} +20 -29
- package/dist/esm/{DataFetcher-5034df59.js → DataFetcher-a9c598f2.js} +5 -7
- package/dist/esm/{SnkFormConfigManager-b409c745.js → SnkFormConfigManager-139f09fa.js} +3 -3
- package/dist/esm/{SnkMessageBuilder-7ace6803.js → SnkMessageBuilder-6fff4a4c.js} +0 -10
- package/dist/esm/{auth-fetcher-ca5d3a49.js → auth-fetcher-749d880f.js} +1 -1
- package/dist/esm/{constants-7302ee87.js → constants-8457af36.js} +1 -1
- package/dist/esm/{dataunit-fetcher-56cb648b.js → dataunit-fetcher-c24c76c6.js} +3 -3
- package/dist/esm/{form-config-fetcher-a7d3e277.js → form-config-fetcher-adbe5d34.js} +1 -1
- package/dist/esm/index-a7d3d3f1.js +28 -16
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{pesquisa-fetcher-6bc2e41a.js → pesquisa-fetcher-8edaa8cd.js} +2 -7
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/snk-actions-button_4.entry.js +32 -29
- package/dist/esm/snk-application.entry.js +60 -102
- package/dist/esm/snk-attach.entry.js +6 -6
- package/dist/esm/snk-config-options.entry.js +235 -0
- package/dist/esm/snk-configurator.entry.js +1 -1
- package/dist/esm/snk-crud.entry.js +6 -6
- package/dist/esm/snk-data-exporter.entry.js +7 -7
- package/dist/esm/{snk-data-unit-7a579dbd.js → snk-data-unit-0fdfb6c2.js} +2 -2
- package/dist/esm/snk-data-unit.entry.js +4 -4
- package/dist/esm/snk-detail-view.entry.js +9 -9
- package/dist/esm/snk-field-config.entry.js +1 -1
- package/dist/esm/{snk-filter-bar_4.entry.js → snk-filter-bar.entry.js} +5 -687
- package/dist/esm/snk-filter-item.entry.js +308 -0
- package/dist/esm/snk-filter-list.entry.js +148 -0
- package/dist/esm/snk-filter-modal-item.entry.js +3 -3
- package/dist/esm/snk-filter-modal.entry.js +245 -0
- package/dist/esm/{snk-config-options_3.entry.js → snk-form-config.entry.js} +6 -366
- package/dist/esm/snk-form.entry.js +140 -0
- package/dist/esm/snk-grid.entry.js +6 -6
- package/dist/esm/{snk-guides-viewer-e8ca764a.js → snk-guides-viewer-8934c537.js} +6 -9
- package/dist/esm/snk-guides-viewer.entry.js +8 -8
- package/dist/esm/snk-personalized-filter.entry.js +3 -3
- package/dist/esm/snk-simple-crud.entry.js +15 -15
- package/dist/esm/snk-tab-config.entry.js +1 -1
- package/dist/sankhyablocks/p-01086ff7.entry.js +1 -0
- package/dist/sankhyablocks/{p-126c58ea.js → p-06421fdb.js} +1 -1
- package/dist/sankhyablocks/{p-e3a285a2.js → p-16869f77.js} +1 -1
- package/dist/sankhyablocks/p-17425c72.js +1 -0
- package/dist/sankhyablocks/{p-341465ce.js → p-1bf06cd3.js} +2 -2
- package/dist/sankhyablocks/{p-aa003d4e.entry.js → p-212213d9.entry.js} +1 -1
- package/dist/sankhyablocks/p-2923c1b5.js +1 -0
- package/dist/sankhyablocks/p-3b60db06.entry.js +1 -0
- package/dist/sankhyablocks/{p-00f9fe5c.entry.js → p-430e4d3c.entry.js} +1 -1
- package/dist/sankhyablocks/{p-9ffd9fc7.js → p-4d9549cf.js} +1 -1
- package/dist/sankhyablocks/p-4f35399c.entry.js +1 -0
- package/dist/sankhyablocks/{p-c75fae8e.js → p-5dd8cf4f.js} +1 -1
- package/dist/sankhyablocks/p-60b29483.entry.js +1 -0
- package/dist/sankhyablocks/p-70a4af56.entry.js +1 -0
- package/dist/sankhyablocks/{p-41793e17.entry.js → p-7663f597.entry.js} +1 -1
- package/dist/sankhyablocks/{p-47d24ac8.js → p-7ac7932c.js} +2 -2
- package/dist/sankhyablocks/{p-2d3f9482.entry.js → p-8eb67fa4.entry.js} +1 -1
- package/dist/sankhyablocks/{p-f0aaad2b.entry.js → p-92eadb1c.entry.js} +1 -1
- package/dist/sankhyablocks/{p-8b4fc28f.entry.js → p-95df461f.entry.js} +1 -1
- package/dist/sankhyablocks/p-a42e7a1e.entry.js +11 -0
- package/dist/sankhyablocks/p-a724e798.entry.js +1 -0
- package/dist/sankhyablocks/{p-1dbd5c18.entry.js → p-a75d242d.entry.js} +1 -1
- package/dist/sankhyablocks/{p-0e206e62.js → p-afbb070d.js} +1 -1
- package/dist/sankhyablocks/{p-95ce311a.js → p-b0ef4383.js} +1 -1
- package/dist/sankhyablocks/p-b9679243.entry.js +1 -0
- package/dist/sankhyablocks/{p-f4e221b2.entry.js → p-b9c67e45.entry.js} +1 -1
- package/dist/sankhyablocks/{p-b389ed49.entry.js → p-be5d8fcb.entry.js} +1 -1
- package/dist/sankhyablocks/p-ca5ec380.js +1 -0
- package/dist/sankhyablocks/p-d3f53df2.entry.js +1 -0
- package/dist/sankhyablocks/{p-a2c790ac.entry.js → p-dcead955.entry.js} +1 -1
- package/dist/sankhyablocks/p-e8763234.entry.js +1 -0
- package/dist/sankhyablocks/{p-00278e07.js → p-f3434fc4.js} +1 -1
- package/dist/sankhyablocks/{p-fca0e5cc.entry.js → p-fb34e0cf.entry.js} +1 -1
- package/dist/sankhyablocks/p-feba9d4b.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-actions-button/interfaces/index.d.ts +3 -0
- package/dist/types/components/snk-actions-button/snk-actions-button.d.ts +3 -2
- package/dist/types/components/snk-application/snk-application.d.ts +12 -3
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +1 -0
- package/dist/types/components.d.ts +1 -393
- package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +0 -1
- package/dist/types/lib/utils/CrudUtils.d.ts +0 -1
- package/package.json +2 -3
- package/react/components.d.ts +0 -3
- package/react/components.js +0 -3
- package/react/components.js.map +1 -1
- package/dist/cjs/input-distinct-search_2.cjs.entry.js +0 -471
- package/dist/cjs/snk-distinct-search.cjs.entry.js +0 -123
- package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js +0 -28
- package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js +0 -16
- package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js +0 -52
- package/dist/collection/components/snk-distinct-search/snk-distinct-search.css +0 -4
- package/dist/collection/components/snk-distinct-search/snk-distinct-search.js +0 -372
- package/dist/collection/components/snk-distinct-search/subcomponents/input-distinct-search/input-distinct-search.css +0 -110
- package/dist/collection/components/snk-distinct-search/subcomponents/input-distinct-search/input-distinct-search.js +0 -544
- package/dist/collection/components/snk-distinct-search/subcomponents/search-modal/search-modal.css +0 -28
- package/dist/collection/components/snk-distinct-search/subcomponents/search-modal/search-modal.js +0 -593
- package/dist/collection/components/snk-distinct-search/utils/filter-distinct-search.js +0 -15
- package/dist/collection/lib/http/data-fetcher/fetchers/distinct-search-fetcher.js +0 -25
- package/dist/collection/lib/message/resources/snk-distinct-search.msg.js +0 -9
- package/dist/collection/sw.js +0 -46
- package/dist/components/filter-distinct-search.js +0 -17
- package/dist/components/input-distinct-search.d.ts +0 -11
- package/dist/components/input-distinct-search.js +0 -6
- package/dist/components/input-distinct-search2.js +0 -264
- package/dist/components/search-modal.d.ts +0 -11
- package/dist/components/search-modal.js +0 -6
- package/dist/components/search-modal2.js +0 -264
- package/dist/components/snk-distinct-search.d.ts +0 -11
- package/dist/components/snk-distinct-search.js +0 -163
- package/dist/esm/input-distinct-search_2.entry.js +0 -466
- package/dist/esm/snk-distinct-search.entry.js +0 -119
- package/dist/sankhyablocks/p-0e250436.entry.js +0 -1
- package/dist/sankhyablocks/p-154aa2a6.entry.js +0 -11
- package/dist/sankhyablocks/p-18cb1acb.entry.js +0 -1
- package/dist/sankhyablocks/p-30ebcbe0.entry.js +0 -1
- package/dist/sankhyablocks/p-3755b46f.entry.js +0 -1
- package/dist/sankhyablocks/p-3858a2e4.entry.js +0 -1
- package/dist/sankhyablocks/p-42130213.entry.js +0 -1
- package/dist/sankhyablocks/p-563b7c28.entry.js +0 -1
- package/dist/sankhyablocks/p-aaf94476.js +0 -1
- package/dist/sankhyablocks/p-d8665750.js +0 -1
- package/dist/sankhyablocks/p-e4391e16.js +0 -1
- package/dist/types/components/snk-application/request-listener/DebouncedRequestListener.d.ts +0 -11
- package/dist/types/components/snk-application/request-listener/RequestListenerFactory.d.ts +0 -12
- package/dist/types/components/snk-application/request-listener/RequestListenerLoadingBar.d.ts +0 -13
- package/dist/types/components/snk-distinct-search/snk-distinct-search.d.ts +0 -83
- package/dist/types/components/snk-distinct-search/subcomponents/input-distinct-search/input-distinct-search.d.ts +0 -105
- package/dist/types/components/snk-distinct-search/subcomponents/search-modal/search-modal.d.ts +0 -127
- package/dist/types/components/snk-distinct-search/types/index.d.ts +0 -12
- package/dist/types/components/snk-distinct-search/utils/filter-distinct-search.d.ts +0 -4
- package/dist/types/lib/http/data-fetcher/fetchers/distinct-search-fetcher.d.ts +0 -6
- package/dist/types/lib/message/resources/snk-distinct-search.msg.d.ts +0 -2
- /package/dist/collection/components/{snk-distinct-search/types → snk-actions-button/interfaces}/index.js +0 -0
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { SnkApplication } from "./components/snk-application/snk-application";
|
|
9
|
-
import { IConfigSearch, IDistinctValue } from "./components/snk-distinct-search/types";
|
|
10
8
|
import { IAction } from "./components/snk-actions-button/actions/interfaces/IAction";
|
|
11
9
|
import { SnkMessageBuilder } from "./lib/message/SnkMessageBuilder";
|
|
12
10
|
import { DataUnit, Filter, KeyboardManager, Record, UnitMetadata } from "@sankhyalabs/core";
|
|
@@ -44,6 +42,7 @@ import { IExportResult } from "./components/snk-data-exporter/data/export-result
|
|
|
44
42
|
import { IExportConfig } from "./components/snk-data-exporter/data/export-config";
|
|
45
43
|
import { IExpressionGroup, IExpressionItem } from "./components/snk-personalized-filter/interfaces/IExpressionItem";
|
|
46
44
|
import { IPersonalizedFilter } from "./components/snk-personalized-filter/interfaces/IPersonalizedFilter";
|
|
45
|
+
import { SnkApplication } from "./components/snk-application/snk-application";
|
|
47
46
|
import { SnkFilterModalFactoryParams } from "./components/snk-filter-bar/utils/SnkFilterModalFactory";
|
|
48
47
|
import { EPresentationMode } from "./components/snk-filter-bar/filter-item/editors/enum/presentationMode";
|
|
49
48
|
import { FilterFieldsDataSource, IFilterField, IFilterLink } from "./components/snk-filter-field-search/interfaces";
|
|
@@ -62,146 +61,6 @@ import { IBreadcrumbItem } from "@sankhyalabs/ezui/dist/types/components/ez-brea
|
|
|
62
61
|
import { ITab } from "./components/snk-form-config/subcomponents/snk-tab-config/snk-tab-config";
|
|
63
62
|
import { Action as Action1, CustomButton } from "./components/snk-taskbar/snk-taskbar";
|
|
64
63
|
export namespace Components {
|
|
65
|
-
interface InputDistinctSearch {
|
|
66
|
-
/**
|
|
67
|
-
* SnkApplication
|
|
68
|
-
*/
|
|
69
|
-
"application": SnkApplication;
|
|
70
|
-
/**
|
|
71
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
72
|
-
*/
|
|
73
|
-
"canShowError": boolean;
|
|
74
|
-
/**
|
|
75
|
-
* Método para limpa o campo de entrada de pesquisa
|
|
76
|
-
*/
|
|
77
|
-
"clearInput": () => Promise<void>;
|
|
78
|
-
/**
|
|
79
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
80
|
-
*/
|
|
81
|
-
"debounceTime": number;
|
|
82
|
-
/**
|
|
83
|
-
* Lista completa de items distintos.
|
|
84
|
-
*/
|
|
85
|
-
"distinctItems": string[];
|
|
86
|
-
/**
|
|
87
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
88
|
-
*/
|
|
89
|
-
"errorMessage": string;
|
|
90
|
-
/**
|
|
91
|
-
* Retorna se o conteúdo é inválido.
|
|
92
|
-
*/
|
|
93
|
-
"isInvalid": () => Promise<boolean>;
|
|
94
|
-
/**
|
|
95
|
-
* Label apresentada no input.
|
|
96
|
-
*/
|
|
97
|
-
"label": string;
|
|
98
|
-
/**
|
|
99
|
-
* Número máximo de itens na lista.
|
|
100
|
-
*/
|
|
101
|
-
"maxItems": number;
|
|
102
|
-
/**
|
|
103
|
-
* Define o tamanho do campo.
|
|
104
|
-
*/
|
|
105
|
-
"mode": 'slim' | 'regular';
|
|
106
|
-
/**
|
|
107
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
108
|
-
*/
|
|
109
|
-
"restrict": string;
|
|
110
|
-
/**
|
|
111
|
-
* Seleciona um item
|
|
112
|
-
*/
|
|
113
|
-
"selectValue": (value: string, isNewItem?: boolean) => Promise<void>;
|
|
114
|
-
/**
|
|
115
|
-
* Remove o foco do campo
|
|
116
|
-
*/
|
|
117
|
-
"setBlur": () => Promise<void>;
|
|
118
|
-
/**
|
|
119
|
-
* Aplica o foco do campo
|
|
120
|
-
*/
|
|
121
|
-
"setFocus": () => Promise<void>;
|
|
122
|
-
/**
|
|
123
|
-
* Valor inicial do campo.
|
|
124
|
-
*/
|
|
125
|
-
"value": string;
|
|
126
|
-
}
|
|
127
|
-
interface SearchModal {
|
|
128
|
-
/**
|
|
129
|
-
* Método para adicionar a nova palavra e chamar o método closeModal() para fechar o modal
|
|
130
|
-
*/
|
|
131
|
-
"addNewItem": () => Promise<void>;
|
|
132
|
-
/**
|
|
133
|
-
* SnkApplication
|
|
134
|
-
*/
|
|
135
|
-
"application": SnkApplication;
|
|
136
|
-
/**
|
|
137
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
138
|
-
*/
|
|
139
|
-
"canShowError": boolean;
|
|
140
|
-
/**
|
|
141
|
-
* Método para limpa o campo de entrada de pesquisa
|
|
142
|
-
*/
|
|
143
|
-
"clearInput": () => Promise<void>;
|
|
144
|
-
/**
|
|
145
|
-
* Método para fechar o modal
|
|
146
|
-
*/
|
|
147
|
-
"closeModal": () => Promise<void>;
|
|
148
|
-
/**
|
|
149
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
150
|
-
*/
|
|
151
|
-
"debounceTime": number;
|
|
152
|
-
/**
|
|
153
|
-
* Recebe a mensagem de vazio ou personalizada
|
|
154
|
-
*/
|
|
155
|
-
"emptyMessage": HTMLElement | string;
|
|
156
|
-
/**
|
|
157
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
158
|
-
*/
|
|
159
|
-
"errorMessage": string;
|
|
160
|
-
/**
|
|
161
|
-
* Retorna se o conteúdo é inválido.
|
|
162
|
-
*/
|
|
163
|
-
"isInvalid": () => Promise<void>;
|
|
164
|
-
/**
|
|
165
|
-
* Texto exibido como placeholder no campo de pesquisa.
|
|
166
|
-
*/
|
|
167
|
-
"label": string;
|
|
168
|
-
/**
|
|
169
|
-
* Lista de itens exibidas conforme o usuário digita.
|
|
170
|
-
*/
|
|
171
|
-
"listItens": string[];
|
|
172
|
-
/**
|
|
173
|
-
* Limita a quantidade de registros apresentados na tela
|
|
174
|
-
*/
|
|
175
|
-
"maxItens": number;
|
|
176
|
-
/**
|
|
177
|
-
* Define o tamanho do campo.
|
|
178
|
-
*/
|
|
179
|
-
"mode": 'slim' | 'regular';
|
|
180
|
-
/**
|
|
181
|
-
* Método para abrir o modal
|
|
182
|
-
*/
|
|
183
|
-
"openModal": () => Promise<void>;
|
|
184
|
-
/**
|
|
185
|
-
* Define se o ez-popover está aberto.
|
|
186
|
-
*/
|
|
187
|
-
"opened": boolean;
|
|
188
|
-
/**
|
|
189
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
190
|
-
*/
|
|
191
|
-
"restrict": string;
|
|
192
|
-
/**
|
|
193
|
-
* Remove o foco do campo
|
|
194
|
-
*/
|
|
195
|
-
"setBlur": () => Promise<void>;
|
|
196
|
-
/**
|
|
197
|
-
* Aplica o foco do campo
|
|
198
|
-
*/
|
|
199
|
-
"setFocus": () => Promise<void>;
|
|
200
|
-
/**
|
|
201
|
-
* Define o valor do campo.
|
|
202
|
-
*/
|
|
203
|
-
"value": string;
|
|
204
|
-
}
|
|
205
64
|
interface SnkActionsButton {
|
|
206
65
|
}
|
|
207
66
|
interface SnkActionsForm {
|
|
@@ -855,68 +714,6 @@ export namespace Components {
|
|
|
855
714
|
*/
|
|
856
715
|
"taskbarCustomContainerId": string;
|
|
857
716
|
}
|
|
858
|
-
interface SnkDistinctSearch {
|
|
859
|
-
/**
|
|
860
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
861
|
-
*/
|
|
862
|
-
"canShowError": boolean;
|
|
863
|
-
/**
|
|
864
|
-
* Método para limpa o campo de entrada de pesquisa
|
|
865
|
-
*/
|
|
866
|
-
"clearInput": () => Promise<void>;
|
|
867
|
-
/**
|
|
868
|
-
* Método para fechar o modal
|
|
869
|
-
*/
|
|
870
|
-
"closeModal": () => Promise<void>;
|
|
871
|
-
/**
|
|
872
|
-
* Dados para busca ao serviço.
|
|
873
|
-
*/
|
|
874
|
-
"configSearch": IConfigSearch;
|
|
875
|
-
/**
|
|
876
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
877
|
-
*/
|
|
878
|
-
"debounceTime": number;
|
|
879
|
-
/**
|
|
880
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
881
|
-
*/
|
|
882
|
-
"errorMessage": string;
|
|
883
|
-
/**
|
|
884
|
-
* Retorna se o conteúdo é inválido.
|
|
885
|
-
*/
|
|
886
|
-
"isInvalid": () => Promise<boolean>;
|
|
887
|
-
/**
|
|
888
|
-
* Label apresentada no input.
|
|
889
|
-
*/
|
|
890
|
-
"label": string;
|
|
891
|
-
/**
|
|
892
|
-
* Número máximo de itens na lista.
|
|
893
|
-
*/
|
|
894
|
-
"maxItems": number;
|
|
895
|
-
/**
|
|
896
|
-
* Define o tamanho do campo.
|
|
897
|
-
*/
|
|
898
|
-
"mode": 'slim' | 'regular';
|
|
899
|
-
/**
|
|
900
|
-
* Método para abrir o modal
|
|
901
|
-
*/
|
|
902
|
-
"openModal": () => Promise<void>;
|
|
903
|
-
/**
|
|
904
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
905
|
-
*/
|
|
906
|
-
"restrict": string;
|
|
907
|
-
/**
|
|
908
|
-
* Remove o foco do campo
|
|
909
|
-
*/
|
|
910
|
-
"setBlur": () => Promise<void>;
|
|
911
|
-
/**
|
|
912
|
-
* Aplica o foco do campo
|
|
913
|
-
*/
|
|
914
|
-
"setFocus": () => Promise<void>;
|
|
915
|
-
/**
|
|
916
|
-
* Valor inicial do campo.
|
|
917
|
-
*/
|
|
918
|
-
"value": string;
|
|
919
|
-
}
|
|
920
717
|
interface SnkEntityList {
|
|
921
718
|
/**
|
|
922
719
|
* Configurações para carregar os dados do componente
|
|
@@ -2076,14 +1873,6 @@ export namespace Components {
|
|
|
2076
1873
|
interface TestePesquisa {
|
|
2077
1874
|
}
|
|
2078
1875
|
}
|
|
2079
|
-
export interface InputDistinctSearchCustomEvent<T> extends CustomEvent<T> {
|
|
2080
|
-
detail: T;
|
|
2081
|
-
target: HTMLInputDistinctSearchElement;
|
|
2082
|
-
}
|
|
2083
|
-
export interface SearchModalCustomEvent<T> extends CustomEvent<T> {
|
|
2084
|
-
detail: T;
|
|
2085
|
-
target: HTMLSearchModalElement;
|
|
2086
|
-
}
|
|
2087
1876
|
export interface SnkApplicationCustomEvent<T> extends CustomEvent<T> {
|
|
2088
1877
|
detail: T;
|
|
2089
1878
|
target: HTMLSnkApplicationElement;
|
|
@@ -2116,10 +1905,6 @@ export interface SnkDetailViewCustomEvent<T> extends CustomEvent<T> {
|
|
|
2116
1905
|
detail: T;
|
|
2117
1906
|
target: HTMLSnkDetailViewElement;
|
|
2118
1907
|
}
|
|
2119
|
-
export interface SnkDistinctSearchCustomEvent<T> extends CustomEvent<T> {
|
|
2120
|
-
detail: T;
|
|
2121
|
-
target: HTMLSnkDistinctSearchElement;
|
|
2122
|
-
}
|
|
2123
1908
|
export interface SnkEntityListCustomEvent<T> extends CustomEvent<T> {
|
|
2124
1909
|
detail: T;
|
|
2125
1910
|
target: HTMLSnkEntityListElement;
|
|
@@ -2253,18 +2038,6 @@ export interface TaskbarActionsButtonCustomEvent<T> extends CustomEvent<T> {
|
|
|
2253
2038
|
target: HTMLTaskbarActionsButtonElement;
|
|
2254
2039
|
}
|
|
2255
2040
|
declare global {
|
|
2256
|
-
interface HTMLInputDistinctSearchElement extends Components.InputDistinctSearch, HTMLStencilElement {
|
|
2257
|
-
}
|
|
2258
|
-
var HTMLInputDistinctSearchElement: {
|
|
2259
|
-
prototype: HTMLInputDistinctSearchElement;
|
|
2260
|
-
new (): HTMLInputDistinctSearchElement;
|
|
2261
|
-
};
|
|
2262
|
-
interface HTMLSearchModalElement extends Components.SearchModal, HTMLStencilElement {
|
|
2263
|
-
}
|
|
2264
|
-
var HTMLSearchModalElement: {
|
|
2265
|
-
prototype: HTMLSearchModalElement;
|
|
2266
|
-
new (): HTMLSearchModalElement;
|
|
2267
|
-
};
|
|
2268
2041
|
interface HTMLSnkActionsButtonElement extends Components.SnkActionsButton, HTMLStencilElement {
|
|
2269
2042
|
}
|
|
2270
2043
|
var HTMLSnkActionsButtonElement: {
|
|
@@ -2337,12 +2110,6 @@ declare global {
|
|
|
2337
2110
|
prototype: HTMLSnkDetailViewElement;
|
|
2338
2111
|
new (): HTMLSnkDetailViewElement;
|
|
2339
2112
|
};
|
|
2340
|
-
interface HTMLSnkDistinctSearchElement extends Components.SnkDistinctSearch, HTMLStencilElement {
|
|
2341
|
-
}
|
|
2342
|
-
var HTMLSnkDistinctSearchElement: {
|
|
2343
|
-
prototype: HTMLSnkDistinctSearchElement;
|
|
2344
|
-
new (): HTMLSnkDistinctSearchElement;
|
|
2345
|
-
};
|
|
2346
2113
|
interface HTMLSnkEntityListElement extends Components.SnkEntityList, HTMLStencilElement {
|
|
2347
2114
|
}
|
|
2348
2115
|
var HTMLSnkEntityListElement: {
|
|
@@ -2584,8 +2351,6 @@ declare global {
|
|
|
2584
2351
|
new (): HTMLTestePesquisaElement;
|
|
2585
2352
|
};
|
|
2586
2353
|
interface HTMLElementTagNameMap {
|
|
2587
|
-
"input-distinct-search": HTMLInputDistinctSearchElement;
|
|
2588
|
-
"search-modal": HTMLSearchModalElement;
|
|
2589
2354
|
"snk-actions-button": HTMLSnkActionsButtonElement;
|
|
2590
2355
|
"snk-actions-form": HTMLSnkActionsFormElement;
|
|
2591
2356
|
"snk-application": HTMLSnkApplicationElement;
|
|
@@ -2598,7 +2363,6 @@ declare global {
|
|
|
2598
2363
|
"snk-data-exporter": HTMLSnkDataExporterElement;
|
|
2599
2364
|
"snk-data-unit": HTMLSnkDataUnitElement;
|
|
2600
2365
|
"snk-detail-view": HTMLSnkDetailViewElement;
|
|
2601
|
-
"snk-distinct-search": HTMLSnkDistinctSearchElement;
|
|
2602
2366
|
"snk-entity-list": HTMLSnkEntityListElement;
|
|
2603
2367
|
"snk-exporter-email-sender": HTMLSnkExporterEmailSenderElement;
|
|
2604
2368
|
"snk-expression-group": HTMLSnkExpressionGroupElement;
|
|
@@ -2642,114 +2406,6 @@ declare global {
|
|
|
2642
2406
|
}
|
|
2643
2407
|
}
|
|
2644
2408
|
declare namespace LocalJSX {
|
|
2645
|
-
interface InputDistinctSearch {
|
|
2646
|
-
/**
|
|
2647
|
-
* SnkApplication
|
|
2648
|
-
*/
|
|
2649
|
-
"application"?: SnkApplication;
|
|
2650
|
-
/**
|
|
2651
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
2652
|
-
*/
|
|
2653
|
-
"canShowError"?: boolean;
|
|
2654
|
-
/**
|
|
2655
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
2656
|
-
*/
|
|
2657
|
-
"debounceTime"?: number;
|
|
2658
|
-
/**
|
|
2659
|
-
* Lista completa de items distintos.
|
|
2660
|
-
*/
|
|
2661
|
-
"distinctItems"?: string[];
|
|
2662
|
-
/**
|
|
2663
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
2664
|
-
*/
|
|
2665
|
-
"errorMessage"?: string;
|
|
2666
|
-
/**
|
|
2667
|
-
* Label apresentada no input.
|
|
2668
|
-
*/
|
|
2669
|
-
"label"?: string;
|
|
2670
|
-
/**
|
|
2671
|
-
* Número máximo de itens na lista.
|
|
2672
|
-
*/
|
|
2673
|
-
"maxItems"?: number;
|
|
2674
|
-
/**
|
|
2675
|
-
* Define o tamanho do campo.
|
|
2676
|
-
*/
|
|
2677
|
-
"mode"?: 'slim' | 'regular';
|
|
2678
|
-
/**
|
|
2679
|
-
* Emitido quando há uma alteração no valor do campo.
|
|
2680
|
-
*/
|
|
2681
|
-
"onChangeValue"?: (event: InputDistinctSearchCustomEvent<IDistinctValue>) => void;
|
|
2682
|
-
/**
|
|
2683
|
-
* Emitido quando o icone de pesquisa é clicado.
|
|
2684
|
-
*/
|
|
2685
|
-
"onIconClick"?: (event: InputDistinctSearchCustomEvent<void>) => void;
|
|
2686
|
-
/**
|
|
2687
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
2688
|
-
*/
|
|
2689
|
-
"restrict"?: string;
|
|
2690
|
-
/**
|
|
2691
|
-
* Valor inicial do campo.
|
|
2692
|
-
*/
|
|
2693
|
-
"value"?: string;
|
|
2694
|
-
}
|
|
2695
|
-
interface SearchModal {
|
|
2696
|
-
/**
|
|
2697
|
-
* SnkApplication
|
|
2698
|
-
*/
|
|
2699
|
-
"application"?: SnkApplication;
|
|
2700
|
-
/**
|
|
2701
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
2702
|
-
*/
|
|
2703
|
-
"canShowError"?: boolean;
|
|
2704
|
-
/**
|
|
2705
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
2706
|
-
*/
|
|
2707
|
-
"debounceTime"?: number;
|
|
2708
|
-
/**
|
|
2709
|
-
* Recebe a mensagem de vazio ou personalizada
|
|
2710
|
-
*/
|
|
2711
|
-
"emptyMessage"?: HTMLElement | string;
|
|
2712
|
-
/**
|
|
2713
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
2714
|
-
*/
|
|
2715
|
-
"errorMessage"?: string;
|
|
2716
|
-
/**
|
|
2717
|
-
* Texto exibido como placeholder no campo de pesquisa.
|
|
2718
|
-
*/
|
|
2719
|
-
"label"?: string;
|
|
2720
|
-
/**
|
|
2721
|
-
* Lista de itens exibidas conforme o usuário digita.
|
|
2722
|
-
*/
|
|
2723
|
-
"listItens"?: string[];
|
|
2724
|
-
/**
|
|
2725
|
-
* Limita a quantidade de registros apresentados na tela
|
|
2726
|
-
*/
|
|
2727
|
-
"maxItens"?: number;
|
|
2728
|
-
/**
|
|
2729
|
-
* Define o tamanho do campo.
|
|
2730
|
-
*/
|
|
2731
|
-
"mode"?: 'slim' | 'regular';
|
|
2732
|
-
/**
|
|
2733
|
-
* Emitido quando há uma alteração no valor do campo.
|
|
2734
|
-
*/
|
|
2735
|
-
"onChangeValue"?: (event: SearchModalCustomEvent<IDistinctValue>) => void;
|
|
2736
|
-
/**
|
|
2737
|
-
* Emitido ao fechar o popup
|
|
2738
|
-
*/
|
|
2739
|
-
"onPopupClose"?: (event: SearchModalCustomEvent<boolean>) => void;
|
|
2740
|
-
/**
|
|
2741
|
-
* Define se o ez-popover está aberto.
|
|
2742
|
-
*/
|
|
2743
|
-
"opened"?: boolean;
|
|
2744
|
-
/**
|
|
2745
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
2746
|
-
*/
|
|
2747
|
-
"restrict"?: string;
|
|
2748
|
-
/**
|
|
2749
|
-
* Define o valor do campo.
|
|
2750
|
-
*/
|
|
2751
|
-
"value"?: string;
|
|
2752
|
-
}
|
|
2753
2409
|
interface SnkActionsButton {
|
|
2754
2410
|
}
|
|
2755
2411
|
interface SnkActionsForm {
|
|
@@ -3178,48 +2834,6 @@ declare namespace LocalJSX {
|
|
|
3178
2834
|
*/
|
|
3179
2835
|
"taskbarCustomContainerId"?: string;
|
|
3180
2836
|
}
|
|
3181
|
-
interface SnkDistinctSearch {
|
|
3182
|
-
/**
|
|
3183
|
-
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
3184
|
-
*/
|
|
3185
|
-
"canShowError"?: boolean;
|
|
3186
|
-
/**
|
|
3187
|
-
* Dados para busca ao serviço.
|
|
3188
|
-
*/
|
|
3189
|
-
"configSearch"?: IConfigSearch;
|
|
3190
|
-
/**
|
|
3191
|
-
* Tempo em milissegundos para debouncing das chamadas de busca de sugestões.
|
|
3192
|
-
*/
|
|
3193
|
-
"debounceTime"?: number;
|
|
3194
|
-
/**
|
|
3195
|
-
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
3196
|
-
*/
|
|
3197
|
-
"errorMessage"?: string;
|
|
3198
|
-
/**
|
|
3199
|
-
* Label apresentada no input.
|
|
3200
|
-
*/
|
|
3201
|
-
"label"?: string;
|
|
3202
|
-
/**
|
|
3203
|
-
* Número máximo de itens na lista.
|
|
3204
|
-
*/
|
|
3205
|
-
"maxItems"?: number;
|
|
3206
|
-
/**
|
|
3207
|
-
* Define o tamanho do campo.
|
|
3208
|
-
*/
|
|
3209
|
-
"mode"?: 'slim' | 'regular';
|
|
3210
|
-
/**
|
|
3211
|
-
* Emitido quando há uma alteração no valor do campo.
|
|
3212
|
-
*/
|
|
3213
|
-
"onChangeValue"?: (event: SnkDistinctSearchCustomEvent<IDistinctValue>) => void;
|
|
3214
|
-
/**
|
|
3215
|
-
* Expressão que define os caracteres permitidos na entrada.
|
|
3216
|
-
*/
|
|
3217
|
-
"restrict"?: string;
|
|
3218
|
-
/**
|
|
3219
|
-
* Valor inicial do campo.
|
|
3220
|
-
*/
|
|
3221
|
-
"value"?: string;
|
|
3222
|
-
}
|
|
3223
2837
|
interface SnkEntityList {
|
|
3224
2838
|
/**
|
|
3225
2839
|
* Configurações para carregar os dados do componente
|
|
@@ -4383,8 +3997,6 @@ declare namespace LocalJSX {
|
|
|
4383
3997
|
interface TestePesquisa {
|
|
4384
3998
|
}
|
|
4385
3999
|
interface IntrinsicElements {
|
|
4386
|
-
"input-distinct-search": InputDistinctSearch;
|
|
4387
|
-
"search-modal": SearchModal;
|
|
4388
4000
|
"snk-actions-button": SnkActionsButton;
|
|
4389
4001
|
"snk-actions-form": SnkActionsForm;
|
|
4390
4002
|
"snk-application": SnkApplication;
|
|
@@ -4397,7 +4009,6 @@ declare namespace LocalJSX {
|
|
|
4397
4009
|
"snk-data-exporter": SnkDataExporter;
|
|
4398
4010
|
"snk-data-unit": SnkDataUnit;
|
|
4399
4011
|
"snk-detail-view": SnkDetailView;
|
|
4400
|
-
"snk-distinct-search": SnkDistinctSearch;
|
|
4401
4012
|
"snk-entity-list": SnkEntityList;
|
|
4402
4013
|
"snk-exporter-email-sender": SnkExporterEmailSender;
|
|
4403
4014
|
"snk-expression-group": SnkExpressionGroup;
|
|
@@ -4444,8 +4055,6 @@ export { LocalJSX as JSX };
|
|
|
4444
4055
|
declare module "@stencil/core" {
|
|
4445
4056
|
export namespace JSX {
|
|
4446
4057
|
interface IntrinsicElements {
|
|
4447
|
-
"input-distinct-search": LocalJSX.InputDistinctSearch & JSXBase.HTMLAttributes<HTMLInputDistinctSearchElement>;
|
|
4448
|
-
"search-modal": LocalJSX.SearchModal & JSXBase.HTMLAttributes<HTMLSearchModalElement>;
|
|
4449
4058
|
"snk-actions-button": LocalJSX.SnkActionsButton & JSXBase.HTMLAttributes<HTMLSnkActionsButtonElement>;
|
|
4450
4059
|
"snk-actions-form": LocalJSX.SnkActionsForm & JSXBase.HTMLAttributes<HTMLSnkActionsFormElement>;
|
|
4451
4060
|
"snk-application": LocalJSX.SnkApplication & JSXBase.HTMLAttributes<HTMLSnkApplicationElement>;
|
|
@@ -4458,7 +4067,6 @@ declare module "@stencil/core" {
|
|
|
4458
4067
|
"snk-data-exporter": LocalJSX.SnkDataExporter & JSXBase.HTMLAttributes<HTMLSnkDataExporterElement>;
|
|
4459
4068
|
"snk-data-unit": LocalJSX.SnkDataUnit & JSXBase.HTMLAttributes<HTMLSnkDataUnitElement>;
|
|
4460
4069
|
"snk-detail-view": LocalJSX.SnkDetailView & JSXBase.HTMLAttributes<HTMLSnkDetailViewElement>;
|
|
4461
|
-
"snk-distinct-search": LocalJSX.SnkDistinctSearch & JSXBase.HTMLAttributes<HTMLSnkDistinctSearchElement>;
|
|
4462
4070
|
"snk-entity-list": LocalJSX.SnkEntityList & JSXBase.HTMLAttributes<HTMLSnkEntityListElement>;
|
|
4463
4071
|
"snk-exporter-email-sender": LocalJSX.SnkExporterEmailSender & JSXBase.HTMLAttributes<HTMLSnkExporterEmailSenderElement>;
|
|
4464
4072
|
"snk-expression-group": LocalJSX.SnkExpressionGroup & JSXBase.HTMLAttributes<HTMLSnkExpressionGroupElement>;
|
|
@@ -5,6 +5,5 @@ export interface CrudFindResult {
|
|
|
5
5
|
}
|
|
6
6
|
export declare class CrudUtils {
|
|
7
7
|
static assertDefaultSorting(gridConfig: IGridConfig, dataUnit: DataUnit): void;
|
|
8
|
-
static parseCrudResults(entities: any, onlyFirst: boolean): CrudFindResult[] | CrudFindResult;
|
|
9
8
|
static find(entityName: string, fields: Array<string>, criteria: Map<string, string>, onlyFirst: boolean, criteriaExpression: string, orderBy: string): Promise<unknown>;
|
|
10
9
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sankhyalabs/sankhyablocks",
|
|
3
|
-
"version": "0.0.0-bugfix-dev-KB-
|
|
3
|
+
"version": "0.0.0-bugfix-dev-KB-74224.0",
|
|
4
4
|
"description": "Stencil Component Starter",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -60,8 +60,7 @@
|
|
|
60
60
|
"jest-cli": "^27.4.5",
|
|
61
61
|
"jest-sonar-reporter": "^2.0.0",
|
|
62
62
|
"puppeteer": "^10.0.0",
|
|
63
|
-
"redux": "^4.1.2"
|
|
64
|
-
"workbox-build": "^4.3.1"
|
|
63
|
+
"redux": "^4.1.2"
|
|
65
64
|
},
|
|
66
65
|
"jest": {
|
|
67
66
|
"verbose": true,
|
package/react/components.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { JSX } from '@sankhyalabs/sankhyablocks';
|
|
3
|
-
export declare const InputDistinctSearch: import("react").ForwardRefExoticComponent<JSX.InputDistinctSearch & Omit<import("react").HTMLAttributes<HTMLInputDistinctSearchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLInputDistinctSearchElement>>;
|
|
4
|
-
export declare const SearchModal: import("react").ForwardRefExoticComponent<JSX.SearchModal & Omit<import("react").HTMLAttributes<HTMLSearchModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSearchModalElement>>;
|
|
5
3
|
export declare const SnkActionsButton: import("react").ForwardRefExoticComponent<JSX.SnkActionsButton & Omit<import("react").HTMLAttributes<HTMLSnkActionsButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkActionsButtonElement>>;
|
|
6
4
|
export declare const SnkActionsForm: import("react").ForwardRefExoticComponent<JSX.SnkActionsForm & Omit<import("react").HTMLAttributes<HTMLSnkActionsFormElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkActionsFormElement>>;
|
|
7
5
|
export declare const SnkApplication: import("react").ForwardRefExoticComponent<JSX.SnkApplication & Omit<import("react").HTMLAttributes<HTMLSnkApplicationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkApplicationElement>>;
|
|
@@ -14,7 +12,6 @@ export declare const SnkCustomSlotElements: import("react").ForwardRefExoticComp
|
|
|
14
12
|
export declare const SnkDataExporter: import("react").ForwardRefExoticComponent<JSX.SnkDataExporter & Omit<import("react").HTMLAttributes<HTMLSnkDataExporterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkDataExporterElement>>;
|
|
15
13
|
export declare const SnkDataUnit: import("react").ForwardRefExoticComponent<JSX.SnkDataUnit & Omit<import("react").HTMLAttributes<HTMLSnkDataUnitElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkDataUnitElement>>;
|
|
16
14
|
export declare const SnkDetailView: import("react").ForwardRefExoticComponent<JSX.SnkDetailView & Omit<import("react").HTMLAttributes<HTMLSnkDetailViewElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkDetailViewElement>>;
|
|
17
|
-
export declare const SnkDistinctSearch: import("react").ForwardRefExoticComponent<JSX.SnkDistinctSearch & Omit<import("react").HTMLAttributes<HTMLSnkDistinctSearchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkDistinctSearchElement>>;
|
|
18
15
|
export declare const SnkEntityList: import("react").ForwardRefExoticComponent<JSX.SnkEntityList & Omit<import("react").HTMLAttributes<HTMLSnkEntityListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkEntityListElement>>;
|
|
19
16
|
export declare const SnkExporterEmailSender: import("react").ForwardRefExoticComponent<JSX.SnkExporterEmailSender & Omit<import("react").HTMLAttributes<HTMLSnkExporterEmailSenderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkExporterEmailSenderElement>>;
|
|
20
17
|
export declare const SnkExpressionGroup: import("react").ForwardRefExoticComponent<JSX.SnkExpressionGroup & Omit<import("react").HTMLAttributes<HTMLSnkExpressionGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLSnkExpressionGroupElement>>;
|
package/react/components.js
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* auto-generated react proxies */
|
|
4
4
|
import { createReactComponent } from './react-component-lib';
|
|
5
|
-
export const InputDistinctSearch = /*@__PURE__*/ createReactComponent('input-distinct-search');
|
|
6
|
-
export const SearchModal = /*@__PURE__*/ createReactComponent('search-modal');
|
|
7
5
|
export const SnkActionsButton = /*@__PURE__*/ createReactComponent('snk-actions-button');
|
|
8
6
|
export const SnkActionsForm = /*@__PURE__*/ createReactComponent('snk-actions-form');
|
|
9
7
|
export const SnkApplication = /*@__PURE__*/ createReactComponent('snk-application');
|
|
@@ -16,7 +14,6 @@ export const SnkCustomSlotElements = /*@__PURE__*/ createReactComponent('snk-cus
|
|
|
16
14
|
export const SnkDataExporter = /*@__PURE__*/ createReactComponent('snk-data-exporter');
|
|
17
15
|
export const SnkDataUnit = /*@__PURE__*/ createReactComponent('snk-data-unit');
|
|
18
16
|
export const SnkDetailView = /*@__PURE__*/ createReactComponent('snk-detail-view');
|
|
19
|
-
export const SnkDistinctSearch = /*@__PURE__*/ createReactComponent('snk-distinct-search');
|
|
20
17
|
export const SnkEntityList = /*@__PURE__*/ createReactComponent('snk-entity-list');
|
|
21
18
|
export const SnkExporterEmailSender = /*@__PURE__*/ createReactComponent('snk-exporter-email-sender');
|
|
22
19
|
export const SnkExpressionGroup = /*@__PURE__*/ createReactComponent('snk-expression-group');
|
package/react/components.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,kCAAkC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAM7D,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|