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.1190 to 0.1.1191

10

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", "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"];
readonly emitTriggers: readonly ["dataKey", "dataValue", "path", "validateField", "style", "placeholder", "postMessage", "dataOption", "data-defaultDate", "data-timeSlot", "data-providerId", "data-locationId", "data-facilityId", "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-providerId", "data-locationId", "data-facilityId", "data-viewtag", "data-defaultDate", "data-ux"];
};

@@ -96,2 +96,5 @@ 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 TIMESLOT: "timeSlot";
readonly PROVIDERID: "providerId";
readonly FACILITYID: "facilityId";
readonly LOCATIONID: "locationId";
readonly VIDEO_OPTION: "videoOption";

@@ -145,2 +148,5 @@ readonly ON_MOUSEOUT: "onMouseOut";

export declare const DATA_TIMESLOT = "data-timeSlot";
export declare const DATA_PROVIDERID = "data-providerId";
export declare const DATA_FACILITYID = "data-facilityId";
export declare const DATA_LOCATIONID = "data-locationId";
export declare const DEFULT_DATE = "data-defaultDate";

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

4

dist/dom/noodl-ui-dom.d.ts

@@ -34,3 +34,3 @@ import type { ComponentPage } from './factory/componentFactory';

};
get hooks(): Record<keyof t.Hooks, (((args: {
get hooks(): Record<keyof t.Hooks, (((page: NDOMPage) => void) | ((args: {
parent: t.NuiComponent.Instance | null;

@@ -43,3 +43,3 @@ component: t.NuiComponent.Instance;

page: NDOMPage;
}) => import("@jsmanifest/typefest").OrPromise<void>) | ((page: NDOMPage) => void) | ((page: NDOMPage) => void))[]>;
}) => import("@jsmanifest/typefest").OrPromise<void>) | ((page: NDOMPage) => void))[]>;
get length(): number;

@@ -46,0 +46,0 @@ get pages(): Record<string, NDOMPage | ComponentPage<HTMLIFrameElement>>;

@@ -76,2 +76,5 @@ import type { LiteralUnion } from 'type-fest';

export declare const findByTimeSlot: (component?: t.NuiComponent.Instance | LiteralUnion<t.DataAttribute, string>) => OrArray<HTMLElement> | null;
export declare const findByProviderId: (component?: t.NuiComponent.Instance | LiteralUnion<t.DataAttribute, string>) => OrArray<HTMLElement> | null;
export declare const findByFacilityId: (component?: t.NuiComponent.Instance | LiteralUnion<t.DataAttribute, string>) => OrArray<HTMLElement> | null;
export declare const findByLocationId: (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;

@@ -90,2 +93,5 @@ export declare function findByClassName(className: string | undefined): HTMLElement | HTMLElement[] | null;

export declare const findFirstByDataTimeSlot: (arg: string) => HTMLElement;
export declare const findFirstByDataProviderId: (arg: string) => HTMLElement;
export declare const findFirstByDataFacilityId: (arg: string) => HTMLElement;
export declare const findFirstByDataLocationId: (arg: string) => HTMLElement;
export declare const findFirstByDefaultDate: (arg: string) => HTMLElement;

@@ -92,0 +98,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-timeSlot", "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-providerId", "data-locationId", "data-facilityId", "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.1190"
"version": "0.1.1191"
}

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