@sankhyalabs/sankhyablocks 9.2.0-dev.10 → 9.2.0-dev.11
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.
@@ -1276,11 +1276,8 @@ export class SnkGrid {
|
|
1276
1276
|
"cancelable": true,
|
1277
1277
|
"composed": true,
|
1278
1278
|
"docs": {
|
1279
|
-
"tags": [
|
1280
|
-
|
1281
|
-
"text": "Esta propriedade foi descontinuada. Ela n\u00E3o tem mais efeito sobre o componente."
|
1282
|
-
}],
|
1283
|
-
"text": ""
|
1279
|
+
"tags": [],
|
1280
|
+
"text": "Emitido quando o componente estiver completamente carregado."
|
1284
1281
|
},
|
1285
1282
|
"complexType": {
|
1286
1283
|
"original": "void",
|
@@ -205,7 +205,7 @@ export declare class SnkGrid {
|
|
205
205
|
*/
|
206
206
|
gridDoubleClick: EventEmitter<any>;
|
207
207
|
/**
|
208
|
-
*
|
208
|
+
* Emitido quando o componente estiver completamente carregado.
|
209
209
|
*/
|
210
210
|
componentReady: EventEmitter<void>;
|
211
211
|
/**
|
@@ -4423,7 +4423,7 @@ declare namespace LocalJSX {
|
|
4423
4423
|
*/
|
4424
4424
|
"onActionClick"?: (event: SnkGridCustomEvent<string>) => void;
|
4425
4425
|
/**
|
4426
|
-
*
|
4426
|
+
* Emitido quando o componente estiver completamente carregado.
|
4427
4427
|
*/
|
4428
4428
|
"onComponentReady"?: (event: SnkGridCustomEvent<void>) => void;
|
4429
4429
|
/**
|