157 Commits

Author SHA1 Message Date
eec9d6045c
sync 2024-08-30 17:36:21 +08:00
a3f0288c92
sync 2024-07-22 10:42:32 +08:00
6b1e74790b
. 2024-07-12 14:57:06 +08:00
adbf4750cc
sync 2024-07-10 12:19:52 +08:00
5baf00de64
add: getText compatibility.
add: `AssetSelector` and `TemplateSelector`.
add: `popup-selector` style class.
add: `ui.resolvePopup` function.
add: `switch` in checkbox.
add: `GridColumn.filterTemplate` supports.
add: add `action` callback in `createIcon`.
change: replace `setTimeout(..., 0)` with `requestAnimationFrame`.
change: Popup result structure adjustment ({ result: any, popup: Popup }).
change: complete add work order flow.
change: reduce Popup title height.
fix: Grid column sort in number.
2024-06-21 17:28:11 +08:00
1a7aa1ab66
add ui-icon className. 2024-06-11 14:52:26 +08:00
d296dd01fd
add cjs-dist format 2024-06-07 16:32:50 +08:00
f5b6ce360e . 2024-06-07 16:16:10 +08:00
614a983aa8 sync 2024-06-07 16:15:42 +08:00
ea7f4f538a add: ui-switch style
add: virtual mode in Dropdown
2024-05-27 17:06:00 +08:00
190e43c814 feature: tiered sort 2024-05-22 09:27:22 +08:00
a946012a33 feature: drag support in sort panel. 2024-05-13 16:46:55 +08:00
f676ec76db remove dependency of jQuery plugins.
Grid.expandAll
add total field of exported data.
2024-04-24 14:10:28 +08:00
4e8be83625 feature: seek buffer bars. 2024-04-16 10:39:51 +08:00
d91630212f compatible with Chrome 109.x 2024-04-15 16:30:47 +08:00
5cbbcf8d81 feature: combined-video player. 2024-04-11 17:29:26 +08:00
b6fe3e34f5 issue: customer communication contacts grid height.
change: replace schedule date control.
change: date validation from 1753-01-01 to 9999-12-31.
2024-04-07 08:39:44 +08:00
0ff48a0ac4 change: replace date controller of Scheduler.
feature: `ui.formatDate` supports formatter.
fix: issue about boolean sort.
2024-03-28 16:37:22 +08:00
03e3b4a70f add: column.filterAsValue
fix: case-sensitive order of Array value
2024-03-27 13:36:31 +08:00
c78e445a24 add: comments 2024-03-27 10:09:25 +08:00
6458427c75 fix: issue when input 'MM/dd/yyyy' date format 2024-03-27 10:08:54 +08:00
87e3d6c81b fix: date UTC conversion issue
fix: `type.create` index offset issue
2024-03-27 02:30:04 +08:00
fd8899c597 package updates 2024-03-25 14:52:15 +08:00
f46e25952c fix: issue while using ui.min.js with requireJs
fix: clear `enabledDict` after `init`
fix: set `display: none` after tooltip holder disappeared
2024-03-21 15:30:22 +08:00
18f8cc322d fix: cell style issue while there is no style definition.
optimize: Grid.export
2024-03-13 17:02:04 +08:00
e07342a257 fix: tooltip issue about customer follower
change: Grid.export optimized (compression with `deflate`)
feature: ui-tab
feature: Popup.closable
2024-03-12 13:36:54 +08:00
f54eb3ac24 fix: wrap style in drop column.
fix: also change `DisplayValue` after changed.
feature: support uncompressed export.
change: add `editing` parameter in GridColumn.setEnabled.
2024-03-08 17:26:38 +08:00
70ab06190f change: structure of GridDropdownColumn 2024-03-08 11:02:04 +08:00
39378e9963 feature: caption help text
fix: editing style when turning column content wrap to `true`
2024-03-08 10:51:06 +08:00
3ea7ce62bb fix: reset startIndex after reload. 2024-03-08 08:27:30 +08:00
e75e763938 change: sample structure
fix: tooltip of some readonly column in editing mode
feature: adapt filter panel's height
2024-03-07 17:16:37 +08:00
168cae3ce1 feature: tooltip in the checkbox
feature: add GridColumn.getElement
feature: column property of `contentWrap` and `maxLines`
change: line height from 24px to 18px
fix: adapt enabled after cell changed
fix: wrap issue of filter panel
2024-03-07 12:54:00 +08:00
6fb7c3c769 move sample files 2024-03-05 15:03:53 +08:00
baec3a3959 clean code 2024-03-05 14:17:16 +08:00
6de4987360 fix: change vCell value after changed. 2024-03-05 08:43:07 +08:00
4096979d5d fix: vCell condition issue 2024-03-04 15:38:04 +08:00
1ed5b39308 optimize: change granularity is more fine-grained, only the changed cell elements are modified. 2024-03-04 15:17:31 +08:00
975d54fee1 . 2024-03-04 11:20:03 +08:00
a28b56b191 optimize: introduce vCell, render time while scrolling. 2024-03-04 11:18:08 +08:00
20a8fbae02 fix: body scrollTop issue when column filtered. 2024-03-01 08:54:54 +08:00
5e53d04174 fix: do not change scroll position when refreshing grid.
fix: change `button` to `span`, avoiding conflict styles.
2024-02-28 10:29:19 +08:00
38bad864e0 fix: header z-index issue.
fix: incorrect `onChanged` event trigger on `GridInputColumn`, `GridTextColumn` and `GridDateColumn`.
2024-02-26 16:11:42 +08:00
7940edbea2 fix: grid column border-bottom issue. 2024-02-23 11:01:43 +08:00
c21f62b7b8 fix: grid hover position issue. 2024-02-23 10:52:30 +08:00
dc2b67a33c optimized 2024-02-23 09:54:13 +08:00
63a50e6bcb feature: default wrap headers. 2024-02-23 09:29:51 +08:00
c153b5a4c1 feature: supports different icons in unfiltered/filtered status. 2024-02-22 15:51:44 +08:00
cad5a99eff fix: onChanged issue on Firefox. (GridDateColumn)
feature: supports filterValues on Array field.
2024-02-22 14:53:58 +08:00
fdeefb4e1a feature: make total become a property. 2024-02-21 15:39:50 +08:00
0cb4802e1f optimize comments 2024-02-21 10:38:59 +08:00