Socket
Socket
Sign inDemoInstall

iotexplorer-ui-dev-config

Package Overview
Dependencies
Maintainers
4
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iotexplorer-ui-dev-config - npm Package Compare versions

Comparing version 1.8.1-alpha.0 to 1.8.1

8

lib/UiDevTypes.d.ts

@@ -57,2 +57,3 @@ export interface ProductUIDevConfig {

}
export declare type TemplateDataType = 'bool' | 'int' | 'string' | 'float' | 'enum' | 'stringenum' | 'timestamp' | 'struct' | 'array';
export declare enum StandardPanelWidgetType {

@@ -76,3 +77,5 @@ BoolNormal = "bool-normal",

}
export declare type TemplateDataType = 'bool' | 'int' | 'string' | 'float' | 'enum' | 'stringenum' | 'timestamp' | 'struct' | 'array';
export declare enum StandardPanelWidgetTypeExtra {
Trtc = "trtc"
}
export interface StandardPanelPropertyConfig {

@@ -84,6 +87,7 @@ id: string;

export interface StandardPanelPropertyUIConfig {
type?: StandardPanelPropertyBtnType;
type?: StandardPanelPropertyBtnType | StandardPanelWidgetType | StandardPanelWidgetTypeExtra;
icon?: string;
enumIcons?: Record<string, string>;
visible?: boolean;
hideRightText?: boolean;
}

@@ -90,0 +94,0 @@ export interface StandardPanelNavBarConfig {

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

"use strict";var PanelType,StandardPanelWidgetType,StandardPanelPropertyBtnType,WifiConfSoftApNameType,WifiConfType,BleProtocolType;Object.defineProperty(exports,"__esModule",{value:!0}),exports.BleProtocolType=exports.WifiConfType=exports.WifiConfSoftApNameType=exports.StandardPanelPropertyBtnType=exports.StandardPanelWidgetType=exports.PanelType=void 0,function(e){e.standard="standard",e.h5="h5",e.weapp="weapp",e.free="free",e.custom="custom"}(PanelType=exports.PanelType||(exports.PanelType={})),function(e){e.BoolNormal="bool-normal",e.BoolSmall="bool-small",e.NumBtn="num-btn",e.NumSlider="num-slider",e.EnumBtn="enum-btn",e.EnumSlider="enum-slider",e.EnumPopup="enum-popup",e.EnumTitle="enum-title"}(StandardPanelWidgetType=exports.StandardPanelWidgetType||(exports.StandardPanelWidgetType={})),function(e){e.BtnBig="btn-big",e.BtnCol1="btn-col-1",e.BtnCol2="btn-col-2",e.BtnCol3="btn-col-3",e.BtnSwitch="btn-switch",e.BtnGroup="btn-group"}(StandardPanelPropertyBtnType=exports.StandardPanelPropertyBtnType||(exports.StandardPanelPropertyBtnType={})),function(e){e.Random="Random",e.FixWhole="FixWhole"}(WifiConfSoftApNameType=exports.WifiConfSoftApNameType||(exports.WifiConfSoftApNameType={})),function(e){e.SoftAp="softap",e.SmartConfig="smartconfig",e.SimpleConfig="simpleconfig",e.AirKiss="airkiss",e.BLEComboEsp="ble",e.BLEComboLLSync="llsyncble",e.DualMode="dualmode",e.SubDevice="sub_device",e.GreeSoftAp="greesoftap",e.GreeBle="greeble",e.GreeSubDevice="greesubdevice",e.GreeMatching="greematching",e.Qrcode="qrcode"}(WifiConfType=exports.WifiConfType||(exports.WifiConfType={})),function(e){e.undetermined="",e.standard="standard",e.standardAdvert="standardAdvert",e.standardMesh="standardMesh",e.custom="custom"}(BleProtocolType=exports.BleProtocolType||(exports.BleProtocolType={}));
"use strict";var PanelType,StandardPanelWidgetType,StandardPanelPropertyBtnType,StandardPanelWidgetTypeExtra,WifiConfSoftApNameType,WifiConfType,BleProtocolType;Object.defineProperty(exports,"__esModule",{value:!0}),exports.BleProtocolType=exports.WifiConfType=exports.WifiConfSoftApNameType=exports.StandardPanelWidgetTypeExtra=exports.StandardPanelPropertyBtnType=exports.StandardPanelWidgetType=exports.PanelType=void 0,function(e){e.standard="standard",e.h5="h5",e.weapp="weapp",e.free="free",e.custom="custom"}(PanelType=exports.PanelType||(exports.PanelType={})),function(e){e.BoolNormal="bool-normal",e.BoolSmall="bool-small",e.NumBtn="num-btn",e.NumSlider="num-slider",e.EnumBtn="enum-btn",e.EnumSlider="enum-slider",e.EnumPopup="enum-popup",e.EnumTitle="enum-title"}(StandardPanelWidgetType=exports.StandardPanelWidgetType||(exports.StandardPanelWidgetType={})),function(e){e.BtnBig="btn-big",e.BtnCol1="btn-col-1",e.BtnCol2="btn-col-2",e.BtnCol3="btn-col-3",e.BtnSwitch="btn-switch",e.BtnGroup="btn-group"}(StandardPanelPropertyBtnType=exports.StandardPanelPropertyBtnType||(exports.StandardPanelPropertyBtnType={})),function(e){e.Trtc="trtc"}(StandardPanelWidgetTypeExtra=exports.StandardPanelWidgetTypeExtra||(exports.StandardPanelWidgetTypeExtra={})),function(e){e.Random="Random",e.FixWhole="FixWhole"}(WifiConfSoftApNameType=exports.WifiConfSoftApNameType||(exports.WifiConfSoftApNameType={})),function(e){e.SoftAp="softap",e.SmartConfig="smartconfig",e.SimpleConfig="simpleconfig",e.AirKiss="airkiss",e.BLEComboEsp="ble",e.BLEComboLLSync="llsyncble",e.DualMode="dualmode",e.SubDevice="sub_device",e.GreeSoftAp="greesoftap",e.GreeBle="greeble",e.GreeSubDevice="greesubdevice",e.GreeMatching="greematching",e.Qrcode="qrcode"}(WifiConfType=exports.WifiConfType||(exports.WifiConfType={})),function(e){e.undetermined="",e.standard="standard",e.standardAdvert="standardAdvert",e.standardMesh="standardMesh",e.custom="custom"}(BleProtocolType=exports.BleProtocolType||(exports.BleProtocolType={}));
//# sourceMappingURL=UiDevTypes.js.map
{
"name": "iotexplorer-ui-dev-config",
"version": "1.8.1-alpha.0",
"version": "1.8.1",
"description": "",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

},
"gitHead": "dd4d335baf0b423b8752c2f7336f8f901675fdb8"
"gitHead": "ee31d829748b57c5a35539ffeb6cd9afcdc25d48"
}

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