@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
1 lines • 2.75 kB
JavaScript
import{OperationRegistry as s}from"../OperationRegistry.js";import{AppOperations as e}from"./app.js";import{ArcadeOperations as m}from"./arcade.js";import{AuthOperations as i}from"./auth.js";import{BasemapOperations as t}from"./basemap.js";import{ChartOperations as r}from"./charts.js";import{DebugConsoleOperations as o}from"./debugConsole.js";import{DrawingOperations as a}from"./drawing.js";import{EditOperations as g}from"./edit.js";import{FileOperations as n}from"./file.js";import{FilterBuilderOperations as p}from"./filter-builder.js";import{GeocodeOperations as w}from"./geocode.js";import{GeolocationOperations as f}from"./geolocation.js";import{GeometryOperations as h}from"./geometry.js";import{HighlightsOperations as j}from"./highlights.js";import{KpiOperations as _}from"./kpi.js";import{LicensingOperations as l}from"./licensing.js";import{LogViewerOperations as u}from"./logViewer.js";import{MapOperations as c}from"./map.js";import{MeasurementOperations as d}from"./measurement.js";import{MessagingOperations as k}from"./messaging.js";import{NetworkOperations as y}from"./network.js";import{OfflineOperations as b}from"./offline.js";import{PortalOperations as x}from"./portal.js";import{ProjectOperations as q}from"./project.js";import{QueryBuilderOperations as v}from"./query-builder.js";import{ResultsOperations as B}from"./results.js";import{SketchingOperations as C}from"./sketching.js";import{SystemOperations as O}from"./system.js";import{TasksOperations as V}from"./tasks.js";import{UIOperations as N}from"./ui.js";import{UtilityNetworkOperations as R}from"./utility-network.js";import{ViewerOperations as z}from"./viewer.js";import{WorkflowOperations as A}from"./workflow.js";export class Operations extends s{arcade=new m(this._messages);auth=new i(this._messages);app=new e(this._messages);basemap=new t(this._messages);charts=new r(this._messages);edit=new g(this._messages);drawing=new a(this._messages);file=new n(this._messages);filterBuilder=new p(this._messages);geocode=new w(this._messages);geolocation=new f(this._messages);geometry=new h(this._messages);highlights=new j(this._messages);kpi=new _(this._messages);licensing=new l(this._messages);logViewer=new u(this._messages);map=new c(this._messages);measurement=new d(this._messages);messaging=new k(this._messages);network=new y(this._messages);offline=new b(this._messages);portal=new x(this._messages);project=new q(this._messages);queryBuilder=new v(this._messages);sketching=new C(this._messages);system=new O(this._messages);results=new B(this._messages);tasks=new V(this._messages);ui=new N(this._messages);utilityNetwork=new R(this._messages);viewer=new z(this._messages);workflow=new A(this._messages);debugConsole=new o(this._messages);_prefix=""}