cronapi-js 2.8.33 → 2.8.34
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 -1
- package/package.json +1 -1
package/cronapi.js
CHANGED
|
@@ -5636,7 +5636,6 @@ if (!window.fixedTimeZone) {
|
|
|
5636
5636
|
* @param {ObjectType.STRING} subtitle {{subtitle}}
|
|
5637
5637
|
* @param {ObjectType.OBJECT} buttonConfirmDialogAlert {{confimDialogAlert.listButton}}
|
|
5638
5638
|
* @platform W
|
|
5639
|
-
* @multilayer true
|
|
5640
5639
|
*/
|
|
5641
5640
|
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) {
|
|
5642
5641
|
|