mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-31 10:19:27 +00:00
Romein van Buren
24b0df95df
Squashed commit of the following: commit 93b2d67cef77d89df728ffbf831e5ce79904673e Author: Romein van Buren <romein@vburen.nl> Date: Sat Jul 1 20:07:33 2023 +0200 Add filter functionality commit 30b65a198fc8d494fe660babd409e42a85c85d14 Author: Romein van Buren <romein@vburen.nl> Date: Sat Jul 1 19:27:20 2023 +0200 Renamed `form-row` class to `formrow` commit 21afb01ea191c6d5b597884fae637ae1b8f49a7a Author: Romein van Buren <romein@vburen.nl> Date: Sat Jul 1 19:26:04 2023 +0200 Hide object types in object grid commit 037d5432a454720ad58f3c201bc60980759cc44f Author: Romein van Buren <romein@vburen.nl> Date: Sat Jul 1 19:21:54 2023 +0200 Make auto reload interval input smaller commit 49d50220272d87c34cd84678baf01557d4c24051 Author: Romein van Buren <romein@vburen.nl> Date: Sat Jul 1 15:08:00 2023 +0200 Implement logs autoreload commit 1f8984766bbd8a1f6ce232daa40b8c49bf079d9f Author: Romein van Buren <romein@vburen.nl> Date: Sat Jul 1 15:04:00 2023 +0200 Return on error commit 9c8525996494f023634ac3ea64370fc2778e717c Author: Romein van Buren <romein@vburen.nl> Date: Sat Jul 1 15:03:37 2023 +0200 Add log error handling commit 7a98a63866b6fbfe3be5897feddbacf3fafd7dbf Author: Romein van Buren <romein@vburen.nl> Date: Sat Jul 1 14:46:39 2023 +0200 Update log tab icon commit f30827ae2ec1c6254e0aab451de6763556c90ac5 Author: Romein van Buren <romein@vburen.nl> Date: Sat Jul 1 14:41:59 2023 +0200 Add host log panel
156 lines
4.3 KiB
JavaScript
Executable File
Generated
156 lines
4.3 KiB
JavaScript
Executable File
Generated
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AddHost(arg1) {
|
|
return window['go']['app']['App']['AddHost'](arg1);
|
|
}
|
|
|
|
export function Aggregate(arg1, arg2, arg3, arg4, arg5) {
|
|
return window['go']['app']['App']['Aggregate'](arg1, arg2, arg3, arg4, arg5);
|
|
}
|
|
|
|
export function CreateIndex(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['CreateIndex'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function DropCollection(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['DropCollection'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function DropDatabase(arg1, arg2) {
|
|
return window['go']['app']['App']['DropDatabase'](arg1, arg2);
|
|
}
|
|
|
|
export function DropIndex(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['DropIndex'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function Environment() {
|
|
return window['go']['app']['App']['Environment']();
|
|
}
|
|
|
|
export function FindItems(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['FindItems'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function GetIndexes(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['GetIndexes'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function HostLogs(arg1, arg2) {
|
|
return window['go']['app']['App']['HostLogs'](arg1, arg2);
|
|
}
|
|
|
|
export function Hosts() {
|
|
return window['go']['app']['App']['Hosts']();
|
|
}
|
|
|
|
export function InsertItems(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['InsertItems'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function Menu() {
|
|
return window['go']['app']['App']['Menu']();
|
|
}
|
|
|
|
export function OpenCollection(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['OpenCollection'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function OpenConnection(arg1) {
|
|
return window['go']['app']['App']['OpenConnection'](arg1);
|
|
}
|
|
|
|
export function OpenDatabase(arg1, arg2) {
|
|
return window['go']['app']['App']['OpenDatabase'](arg1, arg2);
|
|
}
|
|
|
|
export function PerformDump(arg1) {
|
|
return window['go']['app']['App']['PerformDump'](arg1);
|
|
}
|
|
|
|
export function PerformFindExport(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['PerformFindExport'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function PurgeLogDirectory() {
|
|
return window['go']['app']['App']['PurgeLogDirectory']();
|
|
}
|
|
|
|
export function RemoveHost(arg1) {
|
|
return window['go']['app']['App']['RemoveHost'](arg1);
|
|
}
|
|
|
|
export function RemoveItemById(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['RemoveItemById'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function RemoveItems(arg1, arg2, arg3, arg4, arg5) {
|
|
return window['go']['app']['App']['RemoveItems'](arg1, arg2, arg3, arg4, arg5);
|
|
}
|
|
|
|
export function RemoveQuery(arg1) {
|
|
return window['go']['app']['App']['RemoveQuery'](arg1);
|
|
}
|
|
|
|
export function RemoveView(arg1) {
|
|
return window['go']['app']['App']['RemoveView'](arg1);
|
|
}
|
|
|
|
export function RenameCollection(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['RenameCollection'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function ReportSharedStateVariable(arg1, arg2) {
|
|
return window['go']['app']['App']['ReportSharedStateVariable'](arg1, arg2);
|
|
}
|
|
|
|
export function SaveQuery(arg1) {
|
|
return window['go']['app']['App']['SaveQuery'](arg1);
|
|
}
|
|
|
|
export function SavedQueries() {
|
|
return window['go']['app']['App']['SavedQueries']();
|
|
}
|
|
|
|
export function Settings() {
|
|
return window['go']['app']['App']['Settings']();
|
|
}
|
|
|
|
export function Startup(arg1, arg2) {
|
|
return window['go']['app']['App']['Startup'](arg1, arg2);
|
|
}
|
|
|
|
export function TruncateCollection(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['TruncateCollection'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function UpdateFoundDocument(arg1, arg2, arg3, arg4, arg5) {
|
|
return window['go']['app']['App']['UpdateFoundDocument'](arg1, arg2, arg3, arg4, arg5);
|
|
}
|
|
|
|
export function UpdateHost(arg1, arg2) {
|
|
return window['go']['app']['App']['UpdateHost'](arg1, arg2);
|
|
}
|
|
|
|
export function UpdateItems(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['UpdateItems'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function UpdateQueries(arg1) {
|
|
return window['go']['app']['App']['UpdateQueries'](arg1);
|
|
}
|
|
|
|
export function UpdateSettings(arg1) {
|
|
return window['go']['app']['App']['UpdateSettings'](arg1);
|
|
}
|
|
|
|
export function UpdateViewStore(arg1) {
|
|
return window['go']['app']['App']['UpdateViewStore'](arg1);
|
|
}
|
|
|
|
export function Views() {
|
|
return window['go']['app']['App']['Views']();
|
|
}
|