UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 2.72 kB
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 r}from"./basemap.js";import{ChartOperations as t}from"./charts.js";import{DrawingOperations as o}from"./drawing.js";import{EditOperations as a}from"./edit.js";import{FileOperations as n}from"./file.js";import{FilterBuilderOperations as g}from"./filter-builder.js";import{GeocodeOperations as p}from"./geocode.js";import{GeolocationOperations as w}from"./geolocation.js";import{GeometryOperations as f}from"./geometry.js";import{KpiOperations as h}from"./kpi.js";import{LayersOperations as j}from"./layers.js";import{LicensingOperations as _}from"./licensing.js";import{LogViewerOperations as l}from"./logViewer.js";import{MapOperations as u}from"./map.js";import{MeasurementOperations as c}from"./measurement.js";import{MessagingOperations as d}from"./messaging.js";import{NetworkOperations as k}from"./network.js";import{OfflineOperations as y}from"./offline.js";import{PortalOperations as b}from"./portal.js";import{PrintOperations as x}from"./printing.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 O}from"./sketching.js";import{SystemOperations as V}from"./system.js";import{TasksOperations as N}from"./tasks.js";import{UIOperations as R}from"./ui.js";import{UtilityNetworkOperations as z}from"./utility-network.js";import{ViewerOperations as A}from"./viewer.js";import{WorkflowOperations as C}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 r(this._messages);charts=new t(this._messages);edit=new a(this._messages);drawing=new o(this._messages);file=new n(this._messages);filterBuilder=new g(this._messages);geocode=new p(this._messages);geolocation=new w(this._messages);geometry=new f(this._messages);kpi=new h(this._messages);layers=new j(this._messages);licensing=new _(this._messages);logViewer=new l(this._messages);map=new u(this._messages);measurement=new c(this._messages);messaging=new d(this._messages);network=new k(this._messages);offline=new y(this._messages);portal=new b(this._messages);printing=new x(this._messages);project=new q(this._messages);queryBuilder=new v(this._messages);sketching=new O(this._messages);system=new V(this._messages);results=new B(this._messages);tasks=new N(this._messages);ui=new R(this._messages);utilityNetwork=new z(this._messages);viewer=new A(this._messages);workflow=new C(this._messages);_prefix=""}