All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.object_ui.object_ui.js Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import * as CustomPreviewComponent from './CustomPreviewComponent.js';
import * as JavaScriptAutocomplete from './JavaScriptAutocomplete.js';
import * as JavaScriptREPL from './JavaScriptREPL.js';
import * as ObjectPopoverHelper from './ObjectPopoverHelper.js';
import * as ObjectPropertiesSection from './ObjectPropertiesSection.js';
import * as RemoteObjectPreviewFormatter from './RemoteObjectPreviewFormatter.js';

export {
  CustomPreviewComponent,
  JavaScriptAutocomplete,
  JavaScriptREPL,
  ObjectPopoverHelper,
  ObjectPropertiesSection,
  RemoteObjectPreviewFormatter,
};

export const javaScriptAutocomplete = new JavaScriptAutocomplete.JavaScriptAutocomplete();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy