.jenkins
Initial commit
2025-05-12 18:33:38 +01:00
public
Refactor of SmartClientComponent to ReactComponent
2025-05-29 01:16:41 +01:00
test
Add icon to TreeNode
2025-09-12 16:05:07 +01:00
.gitignore
Initial commit
2025-05-12 18:33:38 +01:00
.npmignore
Refactor of SmartClientComponent to ReactComponent
2025-05-29 01:16:41 +01:00
AsyncValuesManager.d.ts
Added optional fieldNames to doAsyncValidate
2026-01-31 11:44:50 +00:00
AsyncValuesManager.js
Added optional fieldNames to doAsyncValidate
2026-01-31 11:44:50 +00:00
BasicDataSource.d.ts
Revert getFields to BasicDataSourceProps
2026-02-02 15:53:07 +00:00
BasicDataSource.js
Added fetch to RestDataSource
2025-07-23 20:12:33 +01:00
BasicForm.d.ts
Added isDirty to BasicFormRT
2026-03-30 14:00:48 +01:00
BasicForm.js
Added isDirty to BasicFormRT
2026-03-30 14:00:48 +01:00
BasicLayout.d.ts
Added refCreated to framework-client3 objects
2025-09-05 09:23:51 +01:00
BasicLayout.js
Initial changes after commencing rms-web-app3 to TypeScript
2025-06-09 22:09:18 +01:00
BasicList.d.ts
Add optional criteria to filterData in BasicListRT
2026-01-17 23:14:57 +00:00
BasicList.js
Add optional criteria to filterData in BasicListRT
2026-01-17 23:14:57 +00:00
BasicPortlet.d.ts
Added refCreated to framework-client3 objects
2025-09-05 09:23:51 +01:00
BasicPortlet.js
Initial changes after commencing rms-web-app3 to TypeScript
2025-06-09 22:09:18 +01:00
BasicTabSet.d.ts
Added toTabFromTabContext to BasicTabSet
2025-09-23 12:24:51 +01:00
BasicTabSet.js
Added toTabFromTabContext to BasicTabSet
2025-09-23 12:24:51 +01:00
BasicWidgets.d.ts
Added Button to BasicWidgets
2026-01-14 12:09:55 +00:00
BasicWidgets.js
Added Button to BasicWidgets
2026-01-14 12:09:55 +00:00
CanvasLoader.d.ts
Added refCreated to framework-client3 objects
2025-09-05 09:23:51 +01:00
CanvasLoader.js
Add isLoaded to CanvasLoaderRT
2025-08-22 23:28:02 +01:00
CompareUtils.d.ts
Implemented PayloadEvent
2025-06-10 18:08:46 +01:00
CompareUtils.js
Moved src to root folder
2025-05-13 19:31:32 +01:00
ConversionUtils.d.ts
Added DecimalField to DataFields
2025-07-01 12:48:16 +01:00
ConversionUtils.js
Added DecimalField to DataFields
2025-07-01 12:48:16 +01:00
CriteriaUtils.d.ts
Fix ToFetchProps data -> criteria
2025-07-23 12:51:59 +01:00
CriteriaUtils.js
Refactor toFetch to use ToFetchProps
2025-07-22 15:48:38 +01:00
DataFields.d.ts
Added disabled attribute to DataField
2026-01-29 17:14:11 +00:00
DataFields.js
Added disabled attribute to DataField
2026-01-29 17:14:11 +00:00
DataLoaders.d.ts
Initial changes after commencing rms-web-app3 to TypeScript
2025-06-09 22:09:18 +01:00
DataLoaders.js
Added RadioGroupField support
2025-06-01 10:59:04 +01:00
DefaultTreeGrid.d.ts
Added refCreated to framework-client3 objects
2025-09-05 09:23:51 +01:00
DefaultTreeGrid.js
Add refCreated to DefaultTreeGrid
2025-09-13 13:47:45 +01:00
DeferredCanvas.d.ts
Added refCreated to framework-client3 objects
2025-09-05 09:23:51 +01:00
DeferredCanvas.js
npm update after ignore deferred if walk
2025-06-30 21:38:36 +01:00
eslint.config.js
Initial commit
2025-05-12 18:33:38 +01:00
FormButtons.d.ts
Refactor IFormButtonType, IFormButtonState, IFormState to extend Record
2025-09-06 13:51:52 +01:00
FormButtons.js
Added setTitle to FormButtonRT
2025-08-28 11:25:17 +01:00
FormItem.d.ts
Change StdFormItemFactory to use FormItemProps
2025-06-22 18:33:01 +01:00
HashUtils.d.ts
add trim in parseHash
2025-07-30 14:23:36 +01:00
HashUtils.js
Fix hexToInt
2025-10-05 13:41:50 +01:00
index.d.ts
Added CanvasLoader
2025-08-01 16:03:02 +01:00
index.js
Added CanvasLoader
2025-08-01 16:03:02 +01:00
Jenkinsfile
Initial commit
2025-05-12 18:33:38 +01:00
LinkedList.d.ts
Added initial .d.ts to framework-client3
2025-05-30 22:55:30 +01:00
LinkedList.js
Added LinkedList and TimeoutMap
2025-05-20 11:41:30 +01:00
ListGrid.d.ts
Add onFetchData to ListGridProps
2025-06-27 16:54:51 +01:00
LocaleUtils.d.ts
Added DecimalField to DataFields
2025-07-01 12:48:16 +01:00
LocaleUtils.js
Added DecimalField to DataFields
2025-07-01 12:48:16 +01:00
Menus.d.ts
Added refId to MenuProps
2026-01-16 12:11:52 +00:00
Menus.js
Change Menu to tellParent with menu, rather than menus
2026-01-16 15:21:00 +00:00
MessageTranslator.d.ts
Allow null to be passed to MessageTranslator
2025-06-29 19:36:23 +01:00
MessageTranslator.js
Fix lost values on translate( in MessageTranslator
2025-05-24 00:07:26 +01:00
ModuleUtils.d.ts
Added initial .d.ts to framework-client3
2025-05-30 22:55:30 +01:00
ModuleUtils.js
Fix getParentUrl in ModuleUtils
2025-07-01 09:29:38 +01:00
OperatorId.d.ts
Added OperatorId and OperatorIdFactory
2025-07-18 15:18:03 +01:00
OperatorId.js
Added OperatorId and OperatorIdFactory
2025-07-18 15:18:03 +01:00
OperatorIdFactory.d.ts
Added toOperatorId to OperatorIdFactory and to/fromFetch in CriteriaUtils
2025-07-21 11:08:40 +01:00
OperatorIdFactory.js
Refactor toFetch to use ToFetchProps
2025-07-22 15:35:40 +01:00
package-lock.json
Added setLoaded to BasicFormRT
2026-03-27 14:16:20 +00:00
package.json
upversion react-router to 7.13.1
2026-03-05 16:17:47 +00:00
README.md
Initial commit
2025-05-12 18:33:38 +01:00
Routing.d.ts
Add root() to Routing
2025-06-12 02:57:07 +01:00
Routing.js
Add search to retain query parameters in routing navigate
2025-06-13 21:15:15 +01:00
RPCResponse.d.ts
Added initial .d.ts to framework-client3
2025-05-30 22:55:30 +01:00
RPCResponse.js
Moved src to root folder
2025-05-13 19:31:32 +01:00
SearchLayout.d.ts
Added initial .d.ts to framework-client3
2025-05-30 22:55:30 +01:00
SearchLayout.js
SearchLayout dispatchEvent to fireEvent, getLinkItem remove optionsDataSource attributes
2025-05-31 19:04:09 +01:00
StdFormItemFactory.d.ts
Export toHinted in StdFormItemFactory
2025-07-24 12:18:24 +01:00
StdFormItemFactory.js
Added DEFAULT_TEXT_WIDTH to getPasswordItem
2025-10-24 17:21:25 +01:00
StringUtils.d.ts
Add parseCSVToArray to StringUtils
2025-09-06 16:20:26 +01:00
StringUtils.js
Add parseCSVToArray to StringUtils
2025-09-06 16:25:09 +01:00
TimeoutMap.d.ts
Implemented PayloadEvent
2025-06-10 18:08:46 +01:00
TimeoutMap.js
Added LinkedList and TimeoutMap
2025-05-20 11:41:30 +01:00
Trees.d.ts
Handle null parent in addElement for TreeBuilderRT
2025-12-29 16:17:46 +00:00
Trees.js
Add constructor to TreeBuilderRT in Trees.d.ts
2025-09-13 13:38:49 +01:00
UrlBuilder.d.ts
Addition clean up of .d.ts to BasicLayout, BasicTabset, BasicWidgets, UrlBuilder, WindowUtils
2025-06-02 22:30:47 +01:00
UrlBuilder.js
Fix port in UrlBuider
2025-07-01 09:36:39 +01:00
UserAgentUtils.d.ts
Added UserAgentUtils
2025-06-16 23:04:37 +01:00
UserAgentUtils.js
Fix UserAgentUtils isIE
2025-06-22 19:07:01 +01:00
vite.config.js
Handle null parent in addElement for TreeBuilderRT
2025-12-29 16:17:46 +00:00
WebUtils.d.ts
Add escapeXML to WebUtils
2025-06-22 13:57:26 +01:00
WebUtils.js
Fix escapeXML
2025-06-23 09:21:36 +01:00
WindowUtils.d.ts
Addition clean up of .d.ts to BasicLayout, BasicTabset, BasicWidgets, UrlBuilder, WindowUtils
2025-06-02 22:30:47 +01:00
WindowUtils.js
Moved src to root folder
2025-05-13 19:31:32 +01:00