Compare commits
	
		
			1 Commits
		
	
	
		
			memory-lea
			...
			dependebot
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 82f06d1611 | 
| @@ -21,7 +21,7 @@ | ||||
|  *****************************************************************************/ | ||||
|  | ||||
| import EventEmitter from 'EventEmitter'; | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
| import createExampleUser from './exampleUserCreator'; | ||||
|  | ||||
| export default class ExampleUserProvider extends EventEmitter { | ||||
|   | ||||
| @@ -81,7 +81,7 @@ | ||||
|  | ||||
| <script> | ||||
| import FormRow from "@/api/forms/components/FormRow.vue"; | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default { | ||||
|     components: { | ||||
|   | ||||
| @@ -39,7 +39,7 @@ | ||||
| import toggleMixin from '../../toggle-check-box-mixin'; | ||||
| import ToggleSwitch from '@/ui/components/ToggleSwitch.vue'; | ||||
|  | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default { | ||||
|     components: { | ||||
|   | ||||
| @@ -20,7 +20,7 @@ | ||||
|  * at runtime from the About dialog for additional information. | ||||
|  *****************************************************************************/ | ||||
|  | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| class InMemorySearchProvider { | ||||
|     /** | ||||
|   | ||||
| @@ -33,7 +33,7 @@ function replaceDotsWithUnderscores(filename) { | ||||
|  | ||||
| import {saveAs} from 'saveAs'; | ||||
| import html2canvas from 'html2canvas'; | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| class ImageExporter { | ||||
|     constructor(openmct) { | ||||
|   | ||||
| @@ -21,7 +21,7 @@ | ||||
|  *****************************************************************************/ | ||||
|  | ||||
| import EventEmitter from 'EventEmitter'; | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
| import TelemetryCriterion from "./criterion/TelemetryCriterion"; | ||||
| import { evaluateResults } from './utils/evaluator'; | ||||
| import { getLatestTimestamp } from './utils/time'; | ||||
|   | ||||
| @@ -22,7 +22,7 @@ | ||||
|  | ||||
| import Condition from "./Condition"; | ||||
| import { getLatestTimestamp } from './utils/time'; | ||||
| import uuid from "uuid"; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
| import EventEmitter from 'EventEmitter'; | ||||
|  | ||||
| export default class ConditionManager extends EventEmitter { | ||||
|   | ||||
| @@ -214,7 +214,7 @@ | ||||
| import Criterion from './Criterion.vue'; | ||||
| import ConditionDescription from "./ConditionDescription.vue"; | ||||
| import { TRIGGER, TRIGGER_LABEL } from "@/plugins/condition/utils/constants"; | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default { | ||||
|     components: { | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ConditionSetViewProvider from './ConditionSetViewProvider.js'; | ||||
| import ConditionSetCompositionPolicy from "./ConditionSetCompositionPolicy"; | ||||
| import ConditionSetMetadataProvider from './ConditionSetMetadataProvider'; | ||||
| import ConditionSetTelemetryProvider from './ConditionSetTelemetryProvider'; | ||||
| import uuid from "uuid"; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default function ConditionPlugin() { | ||||
|  | ||||
|   | ||||
| @@ -73,7 +73,7 @@ | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
| import SubobjectView from './SubobjectView.vue'; | ||||
| import TelemetryView from './TelemetryView.vue'; | ||||
| import BoxView from './BoxView.vue'; | ||||
|   | ||||
| @@ -20,7 +20,7 @@ | ||||
|  * at runtime from the About dialog for additional information. | ||||
|  *****************************************************************************/ | ||||
|  | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| /** | ||||
|  * This class encapsulates the process of  duplicating/copying a domain object | ||||
|   | ||||
| @@ -22,7 +22,7 @@ | ||||
| import JSONExporter from '/src/exporters/JSONExporter.js'; | ||||
|  | ||||
| import _ from 'lodash'; | ||||
| import uuid from "uuid"; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default class ExportAsJSONAction { | ||||
|     constructor(openmct) { | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| class Container { | ||||
|     constructor(size) { | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| class Frame { | ||||
|     constructor(domainObjectIdentifier, size) { | ||||
|   | ||||
| @@ -23,7 +23,7 @@ | ||||
| import PropertiesAction from './PropertiesAction'; | ||||
| import CreateWizard from './CreateWizard'; | ||||
|  | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default class CreateAction extends PropertiesAction { | ||||
|     constructor(openmct, type, parentDomainObject) { | ||||
|   | ||||
| @@ -21,7 +21,7 @@ | ||||
|  *****************************************************************************/ | ||||
|  | ||||
| import objectUtils from 'objectUtils'; | ||||
| import uuid from "uuid"; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default class ImportAsJSONAction { | ||||
|     constructor(openmct) { | ||||
|   | ||||
| @@ -69,7 +69,7 @@ | ||||
| <script> | ||||
| import SectionCollection from './SectionCollection.vue'; | ||||
| import PageCollection from './PageCollection.vue'; | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default { | ||||
|     components: { | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export const DEFAULT_SIZE = { | ||||
|     width: 30, | ||||
|   | ||||
| @@ -33,7 +33,7 @@ | ||||
| <script> | ||||
| import PlanActivityView from "./PlanActivityView.vue"; | ||||
| import { getPreciseDuration } from "utils/duration"; | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| const propertyLabels = { | ||||
|     'start': 'Start DateTime', | ||||
|   | ||||
| @@ -43,7 +43,7 @@ | ||||
|  | ||||
| <script> | ||||
| import ActivityProperty from './ActivityProperty.vue'; | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default { | ||||
|     components: { | ||||
|   | ||||
| @@ -42,7 +42,7 @@ import ticker from 'utils/clock/Ticker'; | ||||
| import {SORT_ORDER_OPTIONS} from "./constants"; | ||||
|  | ||||
| import moment from "moment"; | ||||
| import uuid from "uuid"; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| const SCROLL_TIMEOUT = 10000; | ||||
| const ROW_HEIGHT = 30; | ||||
|   | ||||
| @@ -37,7 +37,7 @@ | ||||
|  | ||||
| <script> | ||||
|  | ||||
| import uuid from 'uuid'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
|  | ||||
| export default { | ||||
|     props: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user