noodl-types
Advanced tools
Comparing version 1.0.183 to 1.0.184
export declare const componentTypes: readonly ["button", "chart", "divider", "footer", "header", "image", "label", "list", "listItem", "page", "plugin", "pluginHead", "pluginBodyTail", "popUp", "register", "select", "scrollView", "textField", "textView", "video", "view"]; | ||
export declare const minimalStyleKeys: string[]; | ||
export declare const minimalBorderStyleKeys: string[]; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,1 +0,1 @@ | ||
export * from './utils.js'; | ||
export * from './utils'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./utils.js"), exports); | ||
(0, tslib_1.__exportStar)(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
export declare type OrArray<V = any> = V | V[]; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
@@ -1,2 +0,2 @@ | ||
import { NameField, ReferenceString } from '../ecosTypes.js'; | ||
import { NameField, ReferenceString } from '../ecosTypes'; | ||
export declare function excludeKeys(keys1: string[], keys2: string | string[]): string[]; | ||
@@ -3,0 +3,0 @@ export declare function exists(v: unknown): boolean; |
@@ -97,3 +97,3 @@ "use strict"; | ||
function isJs(s = '') { | ||
return s.endsWith('.js'); | ||
return s.endsWith(''); | ||
} | ||
@@ -100,0 +100,0 @@ exports.isJs = isJs; |
import { LiteralUnion } from 'type-fest'; | ||
import { OrArray } from './_internal/types.js'; | ||
import { EmitObjectFold, GotoObject, IfObject } from './uncategorizedTypes.js'; | ||
import { BuiltInEvalObject, DataIn, ReferenceString } from './ecosTypes.js'; | ||
import { OrArray } from './_internal/types'; | ||
import { EmitObjectFold, GotoObject, IfObject } from './uncategorizedTypes'; | ||
import { BuiltInEvalObject, DataIn, ReferenceString } from './ecosTypes'; | ||
export interface UncommonActionObjectProps { | ||
@@ -6,0 +6,0 @@ actions?: any[]; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=actionTypes.js.map |
@@ -1,5 +0,5 @@ | ||
import { ActionObject } from './actionTypes.js'; | ||
import { ContentType, EventType } from './constantTypes.js'; | ||
import { StyleObject, StyleTextAlign, StyleTextAlignObject } from './styleTypes.js'; | ||
import { ActionChain, EmitObject, GotoObject, Path, TextBoardObject } from './uncategorizedTypes.js'; | ||
import { ActionObject } from './actionTypes'; | ||
import { ContentType, EventType } from './constantTypes'; | ||
import { StyleObject, StyleTextAlign, StyleTextAlignObject } from './styleTypes'; | ||
import { ActionChain, EmitObject, GotoObject, Path, TextBoardObject } from './uncategorizedTypes'; | ||
export declare type UncommonComponentObjectProps = { | ||
@@ -6,0 +6,0 @@ [key in EventType]: ActionChain; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=componentTypes.js.map |
@@ -0,0 +0,0 @@ export declare const action: { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,2 +0,2 @@ | ||
import * as c from './constants.js'; | ||
import * as c from './constants'; | ||
export declare type ActionType = typeof c.actionTypes[number]; | ||
@@ -3,0 +3,0 @@ export declare type ComponentType = typeof c.componentTypes[number]; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=constantTypes.js.map |
@@ -1,3 +0,3 @@ | ||
import { EmitObjectFold, IfObject } from './uncategorizedTypes.js'; | ||
import { OrArray } from './_internal/types.js'; | ||
import { EmitObjectFold, IfObject } from './uncategorizedTypes'; | ||
import { OrArray } from './_internal/types'; | ||
export declare type RootConfig = { | ||
@@ -4,0 +4,0 @@ /** Example: albh2.aitmed.io */ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,10 +0,10 @@ | ||
import isAwaitReference from './utils/isAwaitReference.js'; | ||
import isEvalReference from './utils/isEvalReference.js'; | ||
import isEvalLocalReference from './utils/isEvalLocalReference.js'; | ||
import isEvalRootReference from './utils/isEvalRootReference.js'; | ||
import isLocalReference from './utils/isLocalReference.js'; | ||
import isRootReference from './utils/isRootReference.js'; | ||
import isTildeReference from './utils/isTildeReference.js'; | ||
import isTraverseReference from './utils/isTraverseReference.js'; | ||
import * as t from './index.js'; | ||
import isAwaitReference from './utils/isAwaitReference'; | ||
import isEvalReference from './utils/isEvalReference'; | ||
import isEvalLocalReference from './utils/isEvalLocalReference'; | ||
import isEvalRootReference from './utils/isEvalRootReference'; | ||
import isLocalReference from './utils/isLocalReference'; | ||
import isRootReference from './utils/isRootReference'; | ||
import isTildeReference from './utils/isTildeReference'; | ||
import isTraverseReference from './utils/isTraverseReference'; | ||
import * as t from './index'; | ||
export declare const Identify: { | ||
@@ -11,0 +11,0 @@ folds: { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Identify = void 0; | ||
const constants_js_1 = require("./_internal/constants.js"); | ||
const isAwaitReference_js_1 = require("./utils/isAwaitReference.js"); | ||
const isEvalReference_js_1 = require("./utils/isEvalReference.js"); | ||
const isEvalLocalReference_js_1 = require("./utils/isEvalLocalReference.js"); | ||
const isEvalRootReference_js_1 = require("./utils/isEvalRootReference.js"); | ||
const isLocalReference_js_1 = require("./utils/isLocalReference.js"); | ||
const isRootReference_js_1 = require("./utils/isRootReference.js"); | ||
const isTildeReference_js_1 = require("./utils/isTildeReference.js"); | ||
const isTraverseReference_js_1 = require("./utils/isTraverseReference.js"); | ||
const i = require("./_internal/index.js"); | ||
const constants_1 = require("./_internal/constants"); | ||
const isAwaitReference_1 = require("./utils/isAwaitReference"); | ||
const isEvalReference_1 = require("./utils/isEvalReference"); | ||
const isEvalLocalReference_1 = require("./utils/isEvalLocalReference"); | ||
const isEvalRootReference_1 = require("./utils/isEvalRootReference"); | ||
const isLocalReference_1 = require("./utils/isLocalReference"); | ||
const isRootReference_1 = require("./utils/isRootReference"); | ||
const isTildeReference_1 = require("./utils/isTildeReference"); | ||
const isTraverseReference_1 = require("./utils/isTraverseReference"); | ||
const i = require("./_internal/index"); | ||
function createIdentifier(pred) { | ||
@@ -146,10 +146,10 @@ return function (fn) { | ||
}), | ||
localReference: isLocalReference_js_1.default, | ||
awaitReference: isAwaitReference_js_1.default, | ||
evalReference: isEvalReference_js_1.default, | ||
evalLocalReference: isEvalLocalReference_js_1.default, | ||
evalRootReference: isEvalRootReference_js_1.default, | ||
rootReference: isRootReference_js_1.default, | ||
tildeReference: isTildeReference_js_1.default, | ||
traverseReference: isTraverseReference_js_1.default, | ||
localReference: isLocalReference_1.default, | ||
awaitReference: isAwaitReference_1.default, | ||
evalReference: isEvalReference_1.default, | ||
evalLocalReference: isEvalLocalReference_1.default, | ||
evalRootReference: isEvalRootReference_1.default, | ||
rootReference: isRootReference_1.default, | ||
tildeReference: isTildeReference_1.default, | ||
traverseReference: isTraverseReference_1.default, | ||
textBoard(v) { | ||
@@ -172,5 +172,5 @@ return i.isArr(v) && v.some(o.textBoardItem); | ||
'type' in v && | ||
constants_js_1.componentTypes.some((t) => v.type === t)); | ||
constants_1.componentTypes.some((t) => v.type === t)); | ||
}, | ||
}, Object.assign({}, constants_js_1.componentTypes.reduce((acc, type) => Object.assign(acc, { | ||
}, Object.assign({}, constants_1.componentTypes.reduce((acc, type) => Object.assign(acc, { | ||
[type]: (v) => i.isObj(v) && v['type'] === type, | ||
@@ -177,0 +177,0 @@ }), {}))), |
@@ -1,9 +0,9 @@ | ||
export * from './actionTypes.js'; | ||
export * from './componentTypes.js'; | ||
export * from './constantTypes.js'; | ||
export * from './ecosTypes.js'; | ||
export * from './pageTypes.js'; | ||
export * from './styleTypes.js'; | ||
export * from './uncategorizedTypes.js'; | ||
export * from './constants.js'; | ||
export { Identify } from './Identify.js'; | ||
export * from './actionTypes'; | ||
export * from './componentTypes'; | ||
export * from './constantTypes'; | ||
export * from './ecosTypes'; | ||
export * from './pageTypes'; | ||
export * from './styleTypes'; | ||
export * from './uncategorizedTypes'; | ||
export * from './constants'; | ||
export { Identify } from './identify'; |
@@ -5,12 +5,12 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./actionTypes.js"), exports); | ||
(0, tslib_1.__exportStar)(require("./componentTypes.js"), exports); | ||
(0, tslib_1.__exportStar)(require("./constantTypes.js"), exports); | ||
(0, tslib_1.__exportStar)(require("./ecosTypes.js"), exports); | ||
(0, tslib_1.__exportStar)(require("./pageTypes.js"), exports); | ||
(0, tslib_1.__exportStar)(require("./styleTypes.js"), exports); | ||
(0, tslib_1.__exportStar)(require("./uncategorizedTypes.js"), exports); | ||
(0, tslib_1.__exportStar)(require("./constants.js"), exports); | ||
var Identify_js_1 = require("./Identify.js"); | ||
Object.defineProperty(exports, "Identify", { enumerable: true, get: function () { return Identify_js_1.Identify; } }); | ||
(0, tslib_1.__exportStar)(require("./actionTypes"), exports); | ||
(0, tslib_1.__exportStar)(require("./componentTypes"), exports); | ||
(0, tslib_1.__exportStar)(require("./constantTypes"), exports); | ||
(0, tslib_1.__exportStar)(require("./ecosTypes"), exports); | ||
(0, tslib_1.__exportStar)(require("./pageTypes"), exports); | ||
(0, tslib_1.__exportStar)(require("./styleTypes"), exports); | ||
(0, tslib_1.__exportStar)(require("./uncategorizedTypes"), exports); | ||
(0, tslib_1.__exportStar)(require("./constants"), exports); | ||
var identify_1 = require("./identify"); | ||
Object.defineProperty(exports, "Identify", { enumerable: true, get: function () { return identify_1.Identify; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
import { ComponentObject } from './componentTypes.js'; | ||
import { ComponentObject } from './componentTypes'; | ||
export interface PageObject { | ||
@@ -3,0 +3,0 @@ components: ComponentObject[]; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=pageTypes.js.map |
@@ -0,0 +0,0 @@ export interface StyleObject { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=styleTypes.js.map |
@@ -1,3 +0,3 @@ | ||
import { ActionObject } from './actionTypes.js'; | ||
import { StyleObject } from './styleTypes.js'; | ||
import { ActionObject } from './actionTypes'; | ||
import { StyleObject } from './styleTypes'; | ||
export declare type ActionChain = (ActionObject | EmitObjectFold | GotoObject | IfObject)[]; | ||
@@ -4,0 +4,0 @@ export interface EmitObject { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=uncategorizedTypes.js.map |
@@ -1,2 +0,2 @@ | ||
import { ReferenceString } from '../ecosTypes.js'; | ||
import { ReferenceString } from '../ecosTypes'; | ||
/** | ||
@@ -3,0 +3,0 @@ * true: ".Global.currentUser.vertex.name.firstName@" |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,2 +0,2 @@ | ||
import { ReferenceString } from '../ecosTypes.js'; | ||
import { ReferenceString } from '../ecosTypes'; | ||
/** | ||
@@ -3,0 +3,0 @@ * true: "=.." |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,2 +0,2 @@ | ||
import { ReferenceString } from '../ecosTypes.js'; | ||
import { ReferenceString } from '../ecosTypes'; | ||
/** | ||
@@ -3,0 +3,0 @@ * True if the value starts with an equal sign "=" |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,2 +0,2 @@ | ||
import { ReferenceString } from '../ecosTypes.js'; | ||
import { ReferenceString } from '../ecosTypes'; | ||
/** | ||
@@ -3,0 +3,0 @@ * true: "=." |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,2 +0,2 @@ | ||
import { ReferenceString } from '../ecosTypes.js'; | ||
import { ReferenceString } from '../ecosTypes'; | ||
/** | ||
@@ -3,0 +3,0 @@ * true: ".." |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,2 +0,2 @@ | ||
import { ReferenceString } from '../ecosTypes.js'; | ||
import { ReferenceString } from '../ecosTypes'; | ||
/** | ||
@@ -3,0 +3,0 @@ * true: "." |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,2 +0,2 @@ | ||
import { ReferenceString } from '../ecosTypes.js'; | ||
import { ReferenceString } from '../ecosTypes'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Returns true if the value is prefixed with ~/ (placeholder for base url) |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -18,3 +18,3 @@ { | ||
}, | ||
"gitHead": "aa00e4549badaf7d4a122d267949926f30fa2e0a", | ||
"gitHead": "c6d5712c14cedf5faf330797187ffff96b9ce6ee", | ||
"homepage": "", | ||
@@ -47,3 +47,3 @@ "license": "ISC", | ||
"typings": "./dist/index.d.ts", | ||
"version": "1.0.183" | ||
"version": "1.0.184" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
268705
169
5517