keevo-components 1.8.261 → 1.8.263
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/esm2022/lib/api/base-components/base-component-crud-form.mjs +7 -1
- package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +3 -3
- package/esm2022/lib/components/kv-table/kv-table.component.mjs +3 -3
- package/esm2022/lib/components/kv-workspace/workspace/kv-workspace.component.mjs +3 -4
- package/fesm2022/keevo-components.mjs +12 -7
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/api/base-components/base-component-crud-form.d.ts +4 -0
- package/lib/components/kv-workspace/workspace/kv-workspace.component.d.ts +0 -1
- package/package.json +1 -1
|
@@ -140,6 +140,10 @@ export declare abstract class BaseComponentCrudForm extends BaseComponentCrud im
|
|
|
140
140
|
* @returns - True/False
|
|
141
141
|
*/
|
|
142
142
|
protected validateForm(): boolean;
|
|
143
|
+
/**
|
|
144
|
+
* Método que dispara a atualização da página inteira
|
|
145
|
+
*/
|
|
146
|
+
protected refresh(): void;
|
|
143
147
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentCrudForm, never>;
|
|
144
148
|
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentCrudForm, "ng-component", never, {}, {}, never, never, false, never>;
|
|
145
149
|
}
|