Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noodl-types - npm Package Compare versions

Comparing version 1.0.35 to 1.0.36

dist/identify.d.ts

4

dist/__tests__/identify.test.js

@@ -10,4 +10,4 @@ "use strict";

describe(chalk_1.default.keyword('orange')('Identify'), function () {
describe.only("actionChain", function () {
it.only("should accept emit objects", function () {
describe("actionChain", function () {
it("should accept emit objects", function () {
chai_1.expect(Identify_1.Identify.actionChain([

@@ -14,0 +14,0 @@ { emit: { dataKey: { var1: 'itemObject' } }, actions: [] },

@@ -11,2 +11,3 @@ import { ActionObject } from './actionTypes';

contentType?: ContentType;
chatItem?: Partial<ComponentObject>;
dataKey?: string;

@@ -40,2 +41,6 @@ emit?: EmitObject;

}
export interface ChatListComponentObject extends ComponentObject, Pick<UncommonComponentObjectProps, 'chatItem' | 'contentType' | 'iteratorVar' | 'listObject'> {
type: 'chatList';
[key: string]: any;
}
export interface ButtonComponentObject extends ComponentObject, Pick<UncommonComponentObjectProps, 'contentType' | 'text'> {

@@ -42,0 +47,0 @@ type: 'button';

@@ -11,3 +11,3 @@ export declare const action: {

};
export declare const actionTypes: ("popUp" | "builtIn" | "evalObject" | "pageJump" | "popUpDismiss" | "refresh" | "saveObject" | "updateObject")[];
export declare const actionTypes: ("builtIn" | "evalObject" | "pageJump" | "popUp" | "popUpDismiss" | "refresh" | "saveObject" | "updateObject")[];
export declare const component: {

@@ -37,5 +37,5 @@ readonly BUTTON: "button";

export declare const componentKeys: readonly ["backgroundColor", "borderRadius", "children", "contentType", "dataId", "dataKey", "dataModel", "height", "isEditable", "itemObject", "iteratorVar", "itmeObject", "listObject", "onChange", "onClick", "optionKey", "options", "path", "pathSelected", "placeHolder", "placeholder", "refresh", "required", "style", "text", "text=func", "textAlign", "textBoard", "type", "viewTag", "width", "zIndex", "chatItem"];
export declare const componentTypes: ("button" | "divider" | "footer" | "header" | "image" | "label" | "list" | "listItem" | "page" | "plugin" | "pluginHead" | "pluginBodyTail" | "popUp" | "register" | "select" | "scrollView" | "textField" | "textView" | "video" | "view" | "chart")[];
export declare const componentTypes: ("popUp" | "button" | "chart" | "divider" | "footer" | "header" | "image" | "label" | "list" | "listItem" | "page" | "plugin" | "pluginHead" | "pluginBodyTail" | "register" | "select" | "scrollView" | "textField" | "textView" | "video" | "view")[];
export declare const contentTypes: readonly ["countryCode", "email", "file", "formattedDate", "formattedDuration", "hidden", "listObject", "messageHidden", "number", "password", "passwordHidden", "phone", "phoneNumber", "tel", "text", "timer", "videoSubStream", "vidoeSubStream"];
export declare const styleKeys: readonly ["FontSize", "axis", "background", "backgroundColor", "border", "borderColor", "borderRadius", "borderRaduis", "borderWidth", "boxShadow", "boxSizing", "color", "contentSize", "diaplay", "display", "filter", "flex", "flexFlow", "fontColor", "fontFamily", "fontSize", "fontStyle", "fontWeight", "foontWeight", "height", "hieght", "isHidden", "justifyContent", "left", "letterSpacing", "lineHeight", "marginLeft", "marginTop", "onClick", "padding", "paddingBottom", "paddingLeft", "placeholder", "position", "required", "shadow", "text-align", "textAlign", "textDecoration", "textIndent", "top", "width", "zIndex"];
export declare const userEvent: readonly ["onClick", "onChange", "onHover", "onMouseEnter", "onMouseLeave", "onMouseOut", "onMouseOver"];
{
"name": "noodl-types",
"version": "1.0.35",
"version": "1.0.36",
"description": "NOODL TypeScript Definitions",

@@ -25,4 +25,3 @@ "author": "Christopher Tran <christopher@aitmed.com>",

"lodash.has": "^4.5.2"
},
"gitHead": "8f542280ce5008e52c82bd9f4e60b1e114bf1b2c"
}
}

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