diff --git a/doc/平台设计规格说明书/VLSI前端开发工具集成化平台-软件设计规格说明书需完善.doc b/doc/平台设计规格说明书/VLSI前端开发工具集成化平台-软件设计规格说明书需完善.doc deleted file mode 100644 index d602b66..0000000 Binary files a/doc/平台设计规格说明书/VLSI前端开发工具集成化平台-软件设计规格说明书需完善.doc and /dev/null differ diff --git a/src/UWE_projectCode/前后端信息交互引用库/changelog.txt b/src/UWE_projectCode/前后端信息交互引用库/changelog.txt new file mode 100644 index 0000000..47f712e --- /dev/null +++ b/src/UWE_projectCode/前后端信息交互引用库/changelog.txt @@ -0,0 +1,714 @@ +Version 1.10.x +-------------- +* Bug + * slider: The step size is ignored for negative values. fixed. + * mobile: The animation does not work on some browsers. fixed. + * form: The 'dirty' property does not work with check and radio components. fixed. + * drawer: The 'onBeforeCollapse' event doesn't fire while collapsing it. fixed. +* Improvement + * compatible with strict mode. + * textbox: Add 'show' and 'hide' methods. + * textbox: Add 'setEditable' method. + * textbox: Add 'autoSize' property. + * form: Add 'focusOnValidate' property. + * menu: Add 'navItems' and 'findItems' methods. +* New Plugins + * radiogroup: A set of radio buttons, where no more than one of the buttons can be checked at a time. + * checkgroup: A set of checkbox components, where one or more options can be checked at a time. + +Version 1.10.0 +-------------- +* Bug + * layout: The icon on the collapsed panel is overlaped by title. fixed. + * propertygrid: The css style of the row expander will affact that in the detailview. fixed. + * combogrid: The 'getValues' method returns incorrect values sometimes. fixed. + * datebox: The 'initValue' method can't apply a new value. fixed. +* Improvement + * datagrid: The 'sorter' function on the column accepts the entire row as the sorting parameters. + * datagrid: Add 'hformatter' and 'hstyler' properties for the colomns. + * datebox: Add 'getDate' and 'setDate' methods. + * pagination: Add 'onBeforeSelectPage' event. + * combo: Prevent from conflicting with svg. + * window: Add 'fixed' property. + * timepicker: Add 'hour24' property. + * layout: Add 'stopCollapsing' method. + * messager: Add 'tip' method. +* New Plugins + * drawer: Allow the user to anchor to the left or right edge of the screen. + +Version 1.9.0 +------------- +* Bug + * datagrid: Slow scrolling with mousewheel on frozen columns. fixed. + * datagrid: The 'rowStyler' function is called on empty row. fixed. + * linkbutton: Calling 'disable' method still can submit the form. fixed. + * combotree: The 'onBeforeSelect' event fires twice while selecting a node. fixed. + * combotreegrid: The 'onSelect' event fires twice while selecting a row. fixed. +* Improvement + * checkbox: Add 'readonly' property. + * radiobutton: Add 'readonly' property. + * Compatible with jQuery 3.x. +* New Plugins + * timepicker: Allow the user to choose time on a clock. + +Version 1.8.0 +------------- +* Bug + * treegrid: The 'pageNumber' can't be initialized with the specified value. fixed. + * checkbox: The disabled checkbox has no disabled label. fixed. +* Improvement + * switchbutton: Add the 'label','labelAlign','labelPosition','labelWidth' properties. + * switchbutton: Accept 'tabindex' attribute to get focus when the user press TAB key. + * form: The 'onChange' event is available for all the form component. + * calendar: The 'Date' property is available to support the hijri date. + * textbox: The floating label is available. + +Version 1.7.0 +------------- +* Bug + * sidemenu: The tooltip has a wrong position when the 'floatMenuPosition' is set to 'left'. fixed. + * datagrid: The horizontal scrollbar has a wrong state when the 'showHeader' is set to true. fixed. + * combo: The initialized value will trigger the form's 'onChange' event when the 'multiple' is set to true. fixed. + * panel: The horizontal panel doesn't work normally when 'noheader' property is set to true. fixed. + * pagination: The extended buttons may lose in IE when rebuild the component. fixed. +* Improvement + * tree: Add 'findBy' method to find a node by any fields. + * tree: The 'find' method is enhanced to find a node easily. + * combo: Add 'panelValign' property. + * datagrid: The sorting parameters will be ignored when the 'remoteSort' is set to false. + * timespinner: Add 'hour12' property to display in 12 hour format. + +Version 1.6.0 +------------- +* Bug + * maskedbox: The component does not accept numeric keypad. fixed. + * combogrid: When selecting multiple records, the datagrid will scroll to the last checked record. fixed. +* Improvement + * Compatible with jQuery 3.x. + * tabs: The 'toolPosition' property can accept 'top' and 'bottom' values. + * textbox: The textbox label has the animating feature when focus or blur on it. + * tooltip: Add 'valign' property. + * tree: The node class can be initialized by setting the 'nodeCls' in the data. +* New Plugins + * sidemenu: The sidemenu is created from accordion and tree plugins. It builds a collapsible menu with some categories. + * radiobutton: This plugin provides a round interface to select one option from a number of options. + * checkbox: This plugin allows a user to select a value from a small set of options. + +Version 1.5.5 +------------- +* Bug + * tabs: The selecting history has wrong order when the title contains complex elements. fixed. + * combo: The drop-down panel may not be hidden if a bigger 'delay' value is set. fixed. + * layout: The expanding panel does not collapse when move mouse quickly away from it. fixed. + * tagbox: The tagbox and the label don't stay in the same line. fixed. +* Improvement + * combo: The 'blur' event handler is attached to the 'inputEvents' property. + * numberbox: The 'cloneFrom' method is available. + * slider: The 'step' property can be set with a floating number. + * menu: The 'findItem' method allows the user to find menu item by any parameters. + * menubutton: Add 'showEvent' and 'hideEvent' properties. +* New Plugins + * maskedbox: The maskedbox enforces its structure as the user types. + +Version 1.5.4 +------------- +* Bug + * combotreegrid: The 'onChange' event does not fire when entering values on the inputing box. fixed. + * combobox: Clicking on the drop-down panel will jump to the bottom of body on win10 IE11. fixed. + * datebox: Clicking on the 'Today' button doesn't trigger the 'onSelect' event. fixed. + * propertygrid: The 'getChanges' method doesn't work after editing the only one row. fixed. +* Improvement + * combo: Add the 'panelEvents' property. + * combo: Attach the default 'mousedown' event handler. + * combobox: The 'setValues' method can be called to initialize the displaying text. + * combotreegrid: Press ENTER key to select the highlighted rows. + * panel: Improve the resizing performance. + * filebox: The 'files' method allows the user to get the selected file list. + * searchbox: Improvent the 'selectName' method. + +Version 1.5.3 +------------- +* Bug + * combobox: The 'iconCls' property can not be parsed from the