anvil/striker-ui/types
2023-04-04 00:23:00 -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 feat(striker-ui): add manage UPS related components 2023-04-04 00:23:00 -04:00
AnvilCPU.d.ts
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
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
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
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 feat(striker-ui): add manage UPS related components 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 feat(striker-ui): add manage UPS related components 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): allow react elements in ConfirmDialog titleText 2023-04-03 13:14: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
ExpandablePanel.d.ts fix(striker-ui): revise inner and expandable panel types 2023-04-03 13:13:59 -04:00
FetchResponse.d.ts
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
GateForm.d.ts fix(striker-ui): correct error message triggers in GateForm 2022-11-28 14:37:20 -05:00
GetAllAnvilResponse.d.ts
GetOneAnvilResponse.d.ts
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): make IconButton change based on state 2023-04-03 13:14:00 -04:00
InnerPanel.d.ts fix(striker-ui): revise inner and expandable panel types 2023-04-03 13:13:59 -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
MapToInputTestID.d.ts feat(striker-ui): add buildMapToMessageSetter() 2022-11-28 14:37:21 -05: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): separate types from Select component 2023-04-03 13:13:59 -04:00
SelectWithLabel.d.ts fix(striker-ui): expose form control props in SelectWithLabel 2023-04-03 13:14: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): revise input tests to handle optional, number fields 2022-11-28 14:37:21 -05: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