cronapi-js 2.9.2-SP.11 → 2.9.2-SP.12
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/cronapi.js +0 -2
- package/package.json +1 -1
package/cronapi.js
CHANGED
|
@@ -6362,7 +6362,6 @@ function cronapi() {
|
|
|
6362
6362
|
* @param {ObjectType.STRING} title {{title}}
|
|
6363
6363
|
* @param {ObjectType.STRING} subtitle {{subtitle}}
|
|
6364
6364
|
* @param {ObjectType.OBJECT} buttonConfirmDialogAlert {{confimDialogAlert.listButton}}
|
|
6365
|
-
* @platform W
|
|
6366
6365
|
*/
|
|
6367
6366
|
this.cronapi.notification.confirmDialogAlert = function(/** @type {ObjectType.STRING} @description {{icon}} @blockType util_dropdown @keys error|success|warning|info @values {{error}}|{{success}}|{{warning}}|{{info}} */ icon, title, subtitle, /** @type {ObjectType.OBJECT} */ buttonConfirmDialogAlert) {
|
|
6368
6367
|
|
|
@@ -6461,7 +6460,6 @@ function cronapi() {
|
|
|
6461
6460
|
* @name {{buttonConfirmDialogAlert}}
|
|
6462
6461
|
* @nameTags confirmDialog | botão | button | alert | modal | alerta
|
|
6463
6462
|
* @description {{buttonConfirmDialogAlertDescription}}
|
|
6464
|
-
* @platform W
|
|
6465
6463
|
* @param {ObjectType.BOOLEAN} primaryButton {{buttonConfirmDialogAlert.primaryButton}}
|
|
6466
6464
|
* @param {ObjectType.STRING} title {{title}}
|
|
6467
6465
|
* @param {ObjectType.STRING} value {{buttonConfirmDialogAlert.value}}
|