Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@launcher/component

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launcher/component - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

src/core/toggle-panel/toggle-panel.scss

1

build/types/core/form-panel/form-panel.d.ts

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { InputProps } from '../types';

@@ -3,0 +2,0 @@ interface FormPanelProps<T> {

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { TextInputProps } from '@patternfly/react-core';

@@ -3,0 +2,0 @@ interface InlineTextInputProps extends TextInputProps {

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { TextInputProps } from '@patternfly/react-core';

@@ -3,0 +2,0 @@ interface LaunchTextInputProps extends TextInputProps {

import { ReactNode } from 'react';
import './toggle-panel.scss';
interface TogglePanelProps {
title: string;
id: string;
closeLabel?: string;
openLabel?: string;
mode?: 'vertical' | 'horizontal';
children: ReactNode;

@@ -5,0 +9,0 @@ }

@@ -1,2 +0,1 @@

/// <reference types="react" />
export declare function CreateNewAppFlow(props: {

@@ -3,0 +2,0 @@ appName?: string;

@@ -1,2 +0,1 @@

/// <reference types="react" />
export declare function DeployExampleAppFlow(props: {

@@ -3,0 +2,0 @@ appName?: string;

@@ -1,2 +0,1 @@

/// <reference types="react" />
export declare function ImportExistingFlow(props: {

@@ -3,0 +2,0 @@ appName?: string;

@@ -1,2 +0,1 @@

/// <reference types="react" />
export interface LinkRef {

@@ -3,0 +2,0 @@ href?: string;

@@ -1,2 +0,1 @@

/// <reference types="react" />
import _ from 'lodash';

@@ -3,0 +2,0 @@ import { AnalyzeResult, BuilderImage } from '@launcher/client';

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { PropertyValue } from '@launcher/client';

@@ -3,0 +2,0 @@ export declare function EnumLoader(props: {

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { AnyExample, ExampleMission } from '@launcher/client';

@@ -3,0 +2,0 @@ export declare function ExamplesLoaderWithFilter(props: {

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { GitInfo } from '@launcher/client';

@@ -3,0 +2,0 @@ export declare function GitInfoLoader(props: {

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { Capability } from '@launcher/client';

@@ -3,0 +2,0 @@ import { CapabilityItem } from '../pickers/capabilities-picker';

@@ -1,2 +0,1 @@

/// <reference types="react" />
export declare function runtimeMatcherByCategory(category: string): (r: any) => boolean;

@@ -3,0 +2,0 @@ export interface Runtime {

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { OpenShiftCluster } from '@launcher/client';

@@ -3,0 +2,0 @@ export declare function OpenshiftClustersLoader(props: {

@@ -1,2 +0,1 @@

/// <reference types="react" />
interface DownloadNextStepsProps {

@@ -3,0 +2,0 @@ onClose: () => void;

@@ -1,2 +0,1 @@

/// <reference types="react" />
interface LaunchNextStepsProps {

@@ -3,0 +2,0 @@ links?: {

@@ -1,2 +0,1 @@

/// <reference types="react" />
interface EventStatus {

@@ -3,0 +2,0 @@ statusMessage: string;

@@ -1,2 +0,1 @@

/// <reference types="react" />
interface FieldEnumProps {

@@ -3,0 +2,0 @@ parent: string;

import { InputProps, Picker } from '../core/types';
import './maven-settings-picker.scss';
export interface MavenSettingsPickerValue {

@@ -14,4 +15,5 @@ groupId?: string;

visibleFields?: SettingField[];
mode?: 'vertical' | 'horizontal';
}
export declare const MavenSettingsPicker: Picker<MavenSettingsPickerProps, MavenSettingsPickerValue>;
export {};

@@ -6,2 +6,13 @@ # Change Log

# [1.4.0](https://github.com/fabric8-launcher/launcher-ui-components/compare/v1.3.2...v1.4.0) (2019-07-12)
### Features
* introduce horizontal toggle-panel mode ([#1320](https://github.com/fabric8-launcher/launcher-ui-components/issues/1320)) ([3f91951](https://github.com/fabric8-launcher/launcher-ui-components/commit/3f91951))
## [1.3.2](https://github.com/fabric8-launcher/launcher-frontend/compare/v1.3.1...v1.3.2) (2019-07-08)

@@ -8,0 +19,0 @@

{
"name": "@launcher/component",
"version": "1.3.2",
"version": "1.4.0",
"license": "Apache-2.0",

@@ -38,3 +38,3 @@ "main": "build/index.js",

},
"gitHead": "b34ad6691232a1064efb556b01db25a7feb38e7d"
"gitHead": "a1bd4e076246bb6ac1f268b9ed8c816bd17c5092"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc