jQuery UI Widgets Forums Angular jqwidgets.d.ts has changed

This topic contains 1 reply, has 2 voices, and was last updated by  Ivo Zhulev 5 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqwidgets.d.ts has changed #99172

    genfu
    Participant

    hello,can anyone pay attention to
    before,version 5.4.0 I set organizationSettings: jqwidgets.TreeGridOptions = {
    height: ‘350’,
    width: ‘98%’,
    editable: false,
    pageable: true,
    filterable: true,
    height: ‘350’,
    width: ‘98%’,
    editable: false,
    pageable: true,
    filterable: true…}, and the type is String,Boolean but now is string,boolean
    but now,version > 5.5.0,5.6.0 I have to change set organizationSettings: any = {
    height: ‘350’,
    width: ‘98%’,
    editable: false,
    pageable: true,
    filterable: true,
    height: ‘350’,
    width: ‘98%’,
    editable: false,
    pageable: true,
    filterable: true…}
    many property change to undefined,

    and i have saw jqxDateTimeInput formatString->formatstring,

    jqwidgets.d.ts has changed #99178

    Ivo Zhulev
    Participant

    Hi genfu,

    Thanks for the report! This will be fixed as soon as possible!

    Best Regards,
    Ivo

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.