anvil/striker-ui/types
2024-04-09 15:13:54 -04:00
..
ActionGroup.d.ts fix(striker-ui): move loading spinner from Dialog actions to ActionGroup 2023-09-21 03:41:15 -04:00
AddFenceInputGroup.d.ts fix(striker-ui): correct fence management; see details 2023-07-03 04:46:07 -04:00
AddPeerDialog.d.ts fix(striker-ui): add inital AddPeerDialog 2022-11-28 14:37:21 -05:00
AddUpsInputGroup.d.ts fix(striker-ui): add input validation to AddUpsInputGroup 2023-04-04 00:23:00 -04:00
AnvilNodeStatus.d.ts feat(striker-ui): add minimal demo 2021-06-04 12:11:48 -04:00
AnvilReplicatedStorage.d.ts refactor: fix ReplicatedStorage type to handle one resource instead of a list 2021-08-10 17:07:10 -04:00
AnvilSet.d.ts refactor: use node status to determine Anvil status, and add set_power for an anvil 2021-06-04 12:11:49 -04:00
AnvilSummary.d.ts fix(striker-ui): make node summary update periodically 2024-04-09 15:13:54 -04:00
AnvilSummaryList.d.ts fix(striker-ui): make node summary update periodically 2024-04-09 15:13:54 -04:00
AnvilTypes.d.ts feat: include AnvilStatus in allowed data types when fetching 2021-06-04 12:11:49 -04:00
APIAlertOverride.d.ts feat(striker-ui): add mail recipient management 2024-01-29 13:13:51 -05:00
APIAnvil.d.ts feat(striker-ui): add host list item in host management 2024-04-09 15:13:54 -04:00
APICommand.d.ts fix(striker-ui): reflect GateForm changes in PrepareHostForm 2023-06-20 00:48:21 -04:00
APIFence.d.ts fix(striker-ui): enable pass previous values to CommonFenceInputGroup 2023-04-03 13:14:00 -04:00
APIFile.d.ts fix(striker-ui): add new file management components 2023-09-21 03:41:15 -04:00
APIHost.d.ts feat(striker-ui): add host list item in host management 2024-04-09 15:13:54 -04:00
APIMailRecipient.d.ts feat(striker-ui): add mail recipient management 2024-01-29 13:13:51 -05:00
APIMailServer.d.ts feat(striker-ui): add manager mail server components 2024-01-29 13:13:51 -05:00
APIManifest.d.ts fix(striker-ui): get data from inputs in manage manifest forms 2023-06-19 15:15:32 -04:00
APINetworkInterface.d.ts feat(striker-ui): add /init page 2022-11-28 14:37:18 -05:00
APIServer.d.ts fix(striker-ui): add link to Anvil on each server list item 2022-11-28 14:37:18 -05:00
APISSHKey.d.ts fix(striker-ui): load SSH key conflicts 2022-11-28 14:37:21 -05:00
APIUps.d.ts fix(striker-ui): add Link to UPS type options 2023-04-04 00:23:00 -04:00
APIUser.d.ts fix(striker-ui): complete user management in striker config 2023-07-03 04:46:06 -04:00
BuildObjectStateSetterCallback.d.ts fix(striker-ui): add regexp object state setter callback 2023-06-19 15:15:32 -04:00
ButtonWithMenu.d.ts fix(striker-ui): pass button props in button with menu 2023-12-13 14:54:12 -05:00
Checkbox.d.ts fix(striker-ui): add CheckboxWithLabel 2022-11-28 14:37:21 -05:00
CheckboxWithLabel.d.ts fix(striker-ui): add CheckboxWithLabel 2022-11-28 14:37:21 -05:00
Checklist.d.ts fix(striker-ui): isolate build delete dialog props args 2024-01-29 13:13:51 -05:00
CommonFenceInputGroup.d.ts fix(striker-ui): correct fence management; see details 2023-07-03 04:46:07 -04:00
CommonUpsInputGroup.d.ts fix(striker-ui): add input tests to CommonUpsInputGroup 2023-04-04 00:23:00 -04:00
CommonUserInputGroup.d.ts fix(striker-ui): complete user management in striker config 2023-07-03 04:46:06 -04:00
ConfigPeerForm.d.ts fix(striker-ui): add delete to ConfigPeersForm 2022-11-28 14:37:21 -05:00
ConfirmDialog.d.ts fix(striker-ui): add props to control action area visibility in confirm dialog 2023-12-12 14:42:35 -05:00
ContainedButton.d.ts fix(striker-ui): add colour presets in ContainedButton 2023-09-21 03:41:15 -04:00
CookieJar.d.ts fix(striker-ui): align cookie jar with API 2023-11-27 17:14:09 -05:00
CreateInputOnChangeHandlerFunction.d.ts fix(striker-ui): make InputWithRef compatible with Switch 2023-04-03 13:13:59 -04:00
CrudList.d.ts fix(striker-ui): allow set detail url prefix in CRUD list 2024-03-07 11:53:54 -05:00
Dialog.d.ts fix(striker-ui): add prop to control show cancel button in dialog actions 2023-12-12 14:40:15 -05:00
EditFenceInputGroup.d.ts fix(striker-ui): correct fence management; see details 2023-07-03 04:46:07 -04:00
EditUpsInputGroup.d.ts fix(striker-ui): passthrough input validation in EditUpsInputGroup 2023-04-04 00:23:00 -04:00
ExpandablePanel.d.ts fix(striker-ui): revise inner and expandable panel types 2023-04-03 13:13:59 -04:00
ExtendableEventHandler.d.ts fix(striker-ui): move type to extendable event handler 2023-09-21 03:41:15 -04:00
FetchResponse.d.ts fix(striker-ui): fetch Anvil status with interval 2021-06-04 12:11:49 -04:00
FileType.d.ts fix(striker-ui): complete file edit components function-wise 2022-03-18 22:50:40 -04:00
FormikUtils.d.ts fix(striker-ui): remove disableAutocomplete from formik utils 2024-03-07 11:53:54 -05:00
FormSummary.d.ts fix(striker-ui): allow override render entry value, skip uuid entries in form summary 2024-04-09 15:13:54 -04:00
FormUtils.d.ts fix(striker-ui): migrate setApiMessage from manifest manager 2023-12-04 14:22:11 -05:00
FullSize.d.ts fix(striker-ui): correct types on FullSize 2023-07-20 22:28:04 -04:00
GateForm.d.ts fix(striker-ui): pass input values to submit append in GateForm 2023-06-20 00:48:21 -04:00
GetAllAnvilResponse.d.ts feat(striker-ui): add minimal demo 2021-06-04 12:11:48 -04:00
GetOneAnvilResponse.d.ts feat(striker-ui): add minimal demo 2021-06-04 12:11:48 -04:00
GetResponse.d.ts fix(striker-ui): upgrade swr from 0.5.7->1.2.2 2022-11-28 14:37:17 -05:00
Grid.d.ts fix(striker-ui): skip empty keys when building Grid items 2022-11-28 14:37:20 -05:00
IconButton.d.ts fix(striker-ui): add copy icon button 2024-04-09 15:13:54 -04:00
InnerPanel.d.ts fix(striker-ui): adjust inner panel margin 2023-06-19 15:15:31 -04:00
Link.d.ts fix(striker-ui): simplify children in Link 2022-11-28 14:37:21 -05:00
List.d.ts fix(striker-ui): remove redundant "extends unknown" in list 2024-01-29 13:13:51 -05:00
ManageChangedSSHKeysForm.d.ts fix(striker-ui): add (un)check all to checklist hook, apply to manage SSH key conflicts 2023-07-03 04:46:07 -04:00
ManageFile.d.ts fix(striker-ui): reload file list after delete, edit 2023-12-06 17:27:50 -05:00
ManageHost.d.ts feat(striker-ui): add host list item in host management 2024-04-09 15:13:54 -04:00
ManageMailRecipient.d.ts fix(striker-ui): duck-tape alert override update by wipe-n-create 2024-01-29 13:13:51 -05:00
ManageMailServer.d.ts fix(striker-ui): apply CRUD list to manage mail servers 2024-01-29 13:13:51 -05:00
ManageManifest.d.ts fix(striker-ui): suggest default BCN, SN, IFN IPs for each subnode in create manifest 2023-12-19 18:15:18 -05:00
MapToInputTestID.d.ts feat(striker-ui): add buildMapToMessageSetter() 2022-11-28 14:37:21 -05:00
MapToMessageSetter.d.ts refactor(striker-ui): rename MessageSetterFunction->MessageSetter 2023-06-19 15:15:32 -04:00
MapToType.d.ts refactor(striker-ui): repairs types in map to value converter 2022-11-28 14:37:22 -05:00
Menu.d.ts fix(striker-ui): expose callback to control whether to disable menu item 2023-12-12 14:43:40 -05:00
MenuItem.d.ts fix(striker-ui): add generic menu 2023-12-11 18:32:27 -05:00
Message.d.ts fix(striker-ui): relocate Message(s) types 2023-09-21 03:41:15 -04:00
MessageSetterFunction.d.ts refactor(striker-ui): rename MessageSetterFunction->MessageSetter 2023-06-19 15:15:32 -04:00
NetworkType.d.ts fix(striker-ui): repopulate network configs in network form 2023-07-03 04:46:07 -04:00
NodeSet.d.ts refactor: adopt back-end naming in all the components 2021-06-04 12:11:49 -04:00
novnc__novnc.d.ts refactor(front-end): use appropriate types for the novnc npm package 2021-08-10 17:07:10 -04:00
NumberBoolean.d.ts fix(striker-ui): repopulate network configs in network form 2023-07-03 04:46:07 -04:00
PrepareNetworkForm.d.ts fix(striker-ui): allow set host externally in PrepareNetworkForm 2023-02-14 22:42:50 -05:00
ProcessNetworkFunction.d.ts fix(striker-ui): replace all /cgi-bin urls 2023-07-03 04:46:06 -04:00
RadioGroupWithLabel.d.ts fix(striker-ui): expose id, name in radio group 2024-03-07 11:53:54 -05:00
Select.d.ts fix(striker-ui): correct generic types in select inputs 2024-01-29 13:13:51 -05:00
SelectWithLabel.d.ts fix(striker-ui): correct generic types in select inputs 2024-01-29 13:13:51 -05:00
SensitiveText.d.ts fix(striker-ui): simplify sensitive text 2024-04-09 15:13:54 -04:00
ServerMenu.d.ts feat(striker-ui): add server menu 2023-12-12 15:52:25 -05:00
SimpleOperationsPanel.d.ts fix(striker-ui): repair SimpleOperationPanel and /config 2022-11-28 14:37:21 -05:00
StackBar.d.ts fix(striker-ui): add thin option to stack bar 2023-10-02 15:18:14 -04:00
SwitchWithLabel.d.ts fix(striker-ui): enable dataset in SwitchWithLabel 2023-06-19 15:15:32 -04:00
TabContent.d.ts fix(striker-ui): allow retain/discard tab content 2023-04-03 13:13:59 -04:00
Tabs.d.ts fix(striker-ui): adjust Tab* style 2023-02-14 22:42:50 -05:00
TestInputFunction.d.ts fix(striker-ui): expose isRequired in build test batch functions 2023-04-04 00:23:00 -04:00
ToggleSubmitDisabledFunction.d.ts fix(striker-ui): allow NetworkInitForm to toggle submit disabled prop 2022-11-28 14:37:19 -05:00
Tree.d.ts fix(striker-ui): add tree type 2023-09-21 03:41:15 -04:00
TypedEventEmitter.d.ts fix(striker-ui): add interface for typed EventEmitter 2022-11-28 14:37:19 -05:00
UncontrolledInput.d.ts fix(striker-ui): remove type ReactChangeEventHandler 2023-12-19 16:59:01 -05:00
VncDisplay.d.ts fix(striker-ui): auto-reconnect VNC upon failure 2023-07-20 22:28:04 -04:00