anvil/striker-ui/types
2023-06-19 15:15:32 -04:00
..
AddFenceInputGroup.d.ts fix(striker-ui): hoist fence template loading and sort fence agents (ids) 2023-04-03 13:14:00 -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
AnvilCPU.d.ts feat: add types and return types for Anvils and CPU 2021-06-04 12:11:49 -04:00
AnvilFileSystems.d.ts refactor: rename filesystems datatype 2021-06-04 12:11:49 -04:00
AnvilList.d.ts fix: use AnvilStatus type for hosts info instead of Anvil type 2021-06-04 12:11:49 -04:00
AnvilMemory.d.ts refactor(striker-ui): repair types in Memory, Storage 2022-11-28 14:37:22 -05:00
AnvilNetwork.d.ts refactor: update valid values for link_state 2021-06-04 12:11:49 -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
AnvilServers.d.ts fix: change server status value to match what's in the specs 2021-06-04 12:11:49 -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
AnvilSharedStorage.d.ts refactor: modify SharedStorage to match latest chagnes in specs 2021-06-04 12:11:49 -04:00
AnvilStatus.d.ts refactor: update host state following specs 2021-06-04 12:11:49 -04:00
AnvilTypes.d.ts feat: include AnvilStatus in allowed data types when fetching 2021-06-04 12:11:49 -04:00
APIFence.d.ts fix(striker-ui): enable pass previous values to CommonFenceInputGroup 2023-04-03 13:14:00 -04:00
APIHost.d.ts fix(striker-ui): populate gateway and DNS in NetworkInitForm 2023-02-14 22:42:50 -05:00
APIManifest.d.ts fix(striker-ui): correct types for manifest management 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 feat(striker-ui): add ManageUsersForm 2022-11-28 14:37:21 -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
CommonFenceInputGroup.d.ts fix(striker-ui): add input sensitivity and expose tooltip props in CommonFenceInputGroup 2023-04-03 13:14:00 -04:00
CommonUpsInputGroup.d.ts fix(striker-ui): add input tests to CommonUpsInputGroup 2023-04-04 00:23:00 -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 arbitrary slot before action area in ConfirmDialog 2023-04-04 00:23:00 -04:00
ContainedButton.d.ts fix(striker-ui): separate type and render() in ContainedButton 2022-11-28 14:37:20 -05:00
CreateInputOnChangeHandlerFunction.d.ts fix(striker-ui): make InputWithRef compatible with Switch 2023-04-03 13:13:59 -04:00
EditFenceInputGroup.d.ts fix(striker-ui): add EditFenceInputGroup 2023-04-03 13:14:00 -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
FetchResponse.d.ts fix(striker-ui): fetch Anvil status with interval 2021-06-04 12:11:49 -04:00
FileDetailMetadata.d.ts fix(striker-ui): complete file edit components function-wise 2022-03-18 22:50:40 -04:00
FileInfoChangeHandler.d.ts fix(striker-ui): complete file edit components function-wise 2022-03-18 22:50:40 -04:00
FileLocation.d.ts fix(striker-ui): complete file edit components function-wise 2022-03-18 22:50:40 -04:00
FileOverviewMetadata.d.ts fix(striker-ui): complete file edit components function-wise 2022-03-18 22:50:40 -04:00
FileType.d.ts fix(striker-ui): complete file edit components function-wise 2022-03-18 22:50:40 -04:00
FormUtils.d.ts fix(striker-ui): add setMsgSetter in FormUtils 2023-06-19 15:15:31 -04:00
GateForm.d.ts fix(striker-ui): correct error message triggers in GateForm 2022-11-28 14:37:20 -05: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 icon button mouse event handler type 2023-06-19 15:15:31 -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): allow optional item button in List 2023-04-03 13:13:59 -04:00
ManageChangedSSHKeysForm.d.ts fix(striker-ui): load SSH key conflicts 2022-11-28 14:37:21 -05:00
ManageManifest.d.ts fix(striker-ui): correct types for manifest management 2023-06-19 15:15:32 -04:00
MapToInputTestID.d.ts feat(striker-ui): add buildMapToMessageSetter() 2022-11-28 14:37:21 -05:00
MapToMessageSetter.d.ts fix(striker-ui): make buildMapToMessageSetter() handle array ids 2023-04-04 00:23:00 -04:00
MapToType.d.ts refactor(striker-ui): repairs types in map to value converter 2022-11-28 14:37:22 -05:00
MessageSetterFunction.d.ts feat(striker-ui): add buildMapToMessageSetter() 2022-11-28 14:37:21 -05: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
PrepareNetworkForm.d.ts fix(striker-ui): allow set host externally in PrepareNetworkForm 2023-02-14 22:42:50 -05:00
RadioGroupWithLabel.d.ts fix(striker-ui): add RadioGroupWithLabel 2022-11-28 14:37:20 -05:00
Select.d.ts fix(striker-ui): complete edit/remove network(s) in manifest network config 2023-06-19 15:15:31 -04:00
SelectWithLabel.d.ts fix(striker-ui): expose blur and focus event handler slots in SelectWithLabel 2023-04-04 00:23:00 -04:00
SensitiveText.d.ts fix(striker-ui): add inline type SensitiveText and BodyText 2023-04-03 13:14:00 -04:00
SimpleOperationsPanel.d.ts fix(striker-ui): repair SimpleOperationPanel and /config 2022-11-28 14:37:21 -05:00
SwitchWithLabel.d.ts feat(striker-ui): add SwitchWithLabel 2023-04-03 13:13:59 -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
TypedEventEmitter.d.ts fix(striker-ui): add interface for typed EventEmitter 2022-11-28 14:37:19 -05:00