@softvisio/ext
Version:
ExtJS patches
21 lines (18 loc) • 450 B
JavaScript
import locale from "#vue/locale";
Ext.define( null, {
"override": "Ext.panel.TimeView",
"config": {
"hourDisplayFormat": "ext:G",
"meridiem": locale.hour12,
"defaultButtons": [
{
"text": "Ok",
"handler": "up.onConfirm",
},
{
"text": l10n( "Cancel" ),
"handler": "up.onDecline",
},
],
},
} );