Socket
Socket
Sign inDemoInstall

noodl-ui

Package Overview
Dependencies
12
Maintainers
7
Versions
1169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1187 to 0.1.1188

6

dist/constants.d.ts

@@ -8,4 +8,4 @@ export declare const NUI_ID = "noodl-ui";

readonly components: readonly ["br", "span"];
readonly emitTriggers: readonly ["dataKey", "dataValue", "path", "validateField", "style", "placeholder", "postMessage", "dataOption", "data-defaultDate", "videoOption", "register"];
readonly dataAttributes: readonly ["data-key", "data-listid", "data-name", "data-globalid", "data-options", "data-placeholder", "data-src", "data-value", "data-option", "data-viewtag", "data-defaultDate", "data-ux"];
readonly emitTriggers: readonly ["dataKey", "dataValue", "path", "validateField", "style", "placeholder", "postMessage", "dataOption", "data-defaultDate", "data-timeSlot", "videoOption", "register"];
readonly dataAttributes: readonly ["data-key", "data-listid", "data-name", "data-globalid", "data-options", "data-placeholder", "data-src", "data-value", "data-option", "data-timeSlot", "data-viewtag", "data-defaultDate", "data-ux"];
};

@@ -95,2 +95,3 @@ export declare const actionTypes: ("anonymous" | "emit" | "goto" | "toast" | "register" | "builtIn" | "evalObject" | "openCamera" | "openPhotoLibrary" | "openDocumentManager" | "pageJump" | "popUp" | "popUpDismiss" | "refresh" | "removeSignature" | "saveObject" | "saveSignature" | "getLocationAddress" | "updateGlobal" | "scanCamera" | "updateObject")[];

readonly DEFULT_DATE: "defaultDate";
readonly TIMESLOT: "timeSlot";
readonly VIDEO_OPTION: "videoOption";

@@ -143,2 +144,3 @@ readonly ON_MOUSEOUT: "onMouseOut";

export declare const DATA_OPTION = "data-option";
export declare const DATA_TIMESLOT = "data-timeSlot";
export declare const DEFULT_DATE = "data-defaultDate";

@@ -145,0 +147,0 @@ export declare const DATA_PLACEHOLDER = "data-placeholder";

@@ -74,3 +74,4 @@ import type { LiteralUnion } from 'type-fest';

export declare const findByUX: (component?: t.NuiComponent.Instance | LiteralUnion<t.DataAttribute, string>) => OrArray<HTMLElement> | null;
export declare const findByDataOpton: (component?: t.NuiComponent.Instance | LiteralUnion<t.DataAttribute, string>) => OrArray<HTMLElement> | null;
export declare const findByDataOption: (component?: t.NuiComponent.Instance | LiteralUnion<t.DataAttribute, string>) => OrArray<HTMLElement> | null;
export declare const findByTimeSlot: (component?: t.NuiComponent.Instance | LiteralUnion<t.DataAttribute, string>) => OrArray<HTMLElement> | null;
export declare const findByDefaultDate: (component?: t.NuiComponent.Instance | LiteralUnion<t.DataAttribute, string>) => OrArray<HTMLElement> | null;

@@ -88,2 +89,3 @@ export declare function findByClassName(className: string | undefined): HTMLElement | HTMLElement[] | null;

export declare const findFirstByDataOption: (arg: string) => HTMLElement;
export declare const findFirstByDataTimeSlot: (arg: string) => HTMLElement;
export declare const findFirstByDefaultDate: (arg: string) => HTMLElement;

@@ -90,0 +92,0 @@ export declare const findFirstByVideoOption: (arg: string) => HTMLElement;

@@ -36,3 +36,3 @@ export { default as Component } from './Component';

export * from './types';
export declare const dataAttributes: readonly ["data-key", "data-listid", "data-name", "data-globalid", "data-options", "data-placeholder", "data-src", "data-value", "data-option", "data-viewtag", "data-defaultDate", "data-ux"];
export declare const dataAttributes: readonly ["data-key", "data-listid", "data-name", "data-globalid", "data-options", "data-placeholder", "data-src", "data-value", "data-option", "data-timeSlot", "data-viewtag", "data-defaultDate", "data-ux"];
export { default as ComponentPage } from './dom/factory/componentFactory/ComponentPage';

@@ -39,0 +39,0 @@ export { default as Global } from './dom/Global';

@@ -49,3 +49,3 @@ {

"typings": "dist/index.d.ts",
"version": "0.1.1187"
"version": "0.1.1188"
}

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc