@almadar/std 6.4.0 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/atoms/std-search.orb +2 -2
- package/behaviors/registry/atoms/std-selection.orb +2 -2
- package/behaviors/registry/atoms/std-sort.orb +2 -2
- package/behaviors/registry/atoms/std-sprite.orb +2 -2
- package/dist/behaviors/registry/atoms/std-search.orb +2 -2
- package/dist/behaviors/registry/atoms/std-selection.orb +2 -2
- package/dist/behaviors/registry/atoms/std-sort.orb +2 -2
- package/dist/behaviors/registry/atoms/std-sprite.orb +2 -2
- package/dist/index.d.ts +4 -3
- package/dist/index.js +559 -2
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +27 -0
- package/dist/modules/core.js +486 -0
- package/dist/modules/core.js.map +1 -0
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +2 -1
- package/dist/modules/index.js +484 -1
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +7 -3
- package/dist/registry.js +485 -1
- package/dist/registry.js.map +1 -1
- package/dist/{types-hu1LavLs.d.ts → types-DUr71Cgy.d.ts} +62 -3
- package/package.json +2 -3
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
{
|
|
167
167
|
"type": "typography",
|
|
168
168
|
"content": [
|
|
169
|
-
"concat",
|
|
169
|
+
"str/concat",
|
|
170
170
|
"Results for \"",
|
|
171
171
|
"@payload.query",
|
|
172
172
|
"\""
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
{
|
|
261
261
|
"type": "typography",
|
|
262
262
|
"content": [
|
|
263
|
-
"concat",
|
|
263
|
+
"str/concat",
|
|
264
264
|
"Results for \"",
|
|
265
265
|
"@payload.query",
|
|
266
266
|
"\""
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"type": "alert",
|
|
243
243
|
"variant": "info",
|
|
244
244
|
"message": [
|
|
245
|
-
"concat",
|
|
245
|
+
"str/concat",
|
|
246
246
|
"Selected: ",
|
|
247
247
|
"@payload.id"
|
|
248
248
|
]
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"type": "alert",
|
|
389
389
|
"variant": "info",
|
|
390
390
|
"message": [
|
|
391
|
-
"concat",
|
|
391
|
+
"str/concat",
|
|
392
392
|
"Selected: ",
|
|
393
393
|
"@payload.id"
|
|
394
394
|
]
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"SortableItem",
|
|
219
219
|
null,
|
|
220
220
|
[
|
|
221
|
-
"concat",
|
|
221
|
+
"str/concat",
|
|
222
222
|
"@payload.field",
|
|
223
223
|
":",
|
|
224
224
|
"@payload.direction"
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
"SortableItem",
|
|
394
394
|
null,
|
|
395
395
|
[
|
|
396
|
-
"concat",
|
|
396
|
+
"str/concat",
|
|
397
397
|
"@payload.field",
|
|
398
398
|
":",
|
|
399
399
|
"@payload.direction"
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
{
|
|
177
177
|
"type": "badge",
|
|
178
178
|
"content": [
|
|
179
|
-
"concat",
|
|
179
|
+
"str/concat",
|
|
180
180
|
"@SpriteEntity.x",
|
|
181
181
|
",",
|
|
182
182
|
"@SpriteEntity.y"
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
{
|
|
272
272
|
"type": "badge",
|
|
273
273
|
"content": [
|
|
274
|
-
"concat",
|
|
274
|
+
"str/concat",
|
|
275
275
|
"@SpriteEntity.x",
|
|
276
276
|
",",
|
|
277
277
|
"@SpriteEntity.y"
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
{
|
|
167
167
|
"type": "typography",
|
|
168
168
|
"content": [
|
|
169
|
-
"concat",
|
|
169
|
+
"str/concat",
|
|
170
170
|
"Results for \"",
|
|
171
171
|
"@payload.query",
|
|
172
172
|
"\""
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
{
|
|
261
261
|
"type": "typography",
|
|
262
262
|
"content": [
|
|
263
|
-
"concat",
|
|
263
|
+
"str/concat",
|
|
264
264
|
"Results for \"",
|
|
265
265
|
"@payload.query",
|
|
266
266
|
"\""
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"type": "alert",
|
|
243
243
|
"variant": "info",
|
|
244
244
|
"message": [
|
|
245
|
-
"concat",
|
|
245
|
+
"str/concat",
|
|
246
246
|
"Selected: ",
|
|
247
247
|
"@payload.id"
|
|
248
248
|
]
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"type": "alert",
|
|
389
389
|
"variant": "info",
|
|
390
390
|
"message": [
|
|
391
|
-
"concat",
|
|
391
|
+
"str/concat",
|
|
392
392
|
"Selected: ",
|
|
393
393
|
"@payload.id"
|
|
394
394
|
]
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"SortableItem",
|
|
219
219
|
null,
|
|
220
220
|
[
|
|
221
|
-
"concat",
|
|
221
|
+
"str/concat",
|
|
222
222
|
"@payload.field",
|
|
223
223
|
":",
|
|
224
224
|
"@payload.direction"
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
"SortableItem",
|
|
394
394
|
null,
|
|
395
395
|
[
|
|
396
|
-
"concat",
|
|
396
|
+
"str/concat",
|
|
397
397
|
"@payload.field",
|
|
398
398
|
":",
|
|
399
399
|
"@payload.direction"
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
{
|
|
177
177
|
"type": "badge",
|
|
178
178
|
"content": [
|
|
179
|
-
"concat",
|
|
179
|
+
"str/concat",
|
|
180
180
|
"@SpriteEntity.x",
|
|
181
181
|
",",
|
|
182
182
|
"@SpriteEntity.y"
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
{
|
|
272
272
|
"type": "badge",
|
|
273
273
|
"content": [
|
|
274
|
-
"concat",
|
|
274
|
+
"str/concat",
|
|
275
275
|
"@SpriteEntity.x",
|
|
276
276
|
",",
|
|
277
277
|
"@SpriteEntity.y"
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { a as StdModule, S as StdOperatorMeta } from './types-
|
|
2
|
-
export { b as
|
|
3
|
-
export { STD_OPERATORS, STD_OPERATORS_BY_MODULE, getAllStdOperators, getLambdaOperators, getModuleOperators, getOperatorMetaExtended, getStdEffectOperators, getStdLibStats, getStdOperatorMeta, getStdOperatorsByModule, getStdPureOperators, isEffectOperatorExtended, isKnownOperatorExtended, isKnownStdOperator, isStdEffectOperator, isStdGuardOperator, validateOperatorArityExtended, validateStdOperatorArity } from './registry.js';
|
|
1
|
+
import { a as StdModule, S as StdOperatorMeta } from './types-DUr71Cgy.js';
|
|
2
|
+
export { B as BasicReturnType, b as OPERATOR_CATEGORIES, c as OperatorCategory, d as OperatorEffectMeta, O as OperatorMeta, e as OperatorTypeRef, f as STD_MODULES, g as STD_OPERATOR_CATEGORIES, h as StdOperatorCategory, i as getFunctionFromOperator, j as getModuleFromOperator, k as isStdCategory, l as isStdOperator, m as makeStdOperator } from './types-DUr71Cgy.js';
|
|
3
|
+
export { STD_OPERATORS as OPERATORS, OPERATOR_NAMES, STD_OPERATORS, STD_OPERATORS_BY_MODULE, getAllStdOperators as getAllOperatorNames, getAllStdOperators, getLambdaOperators, getModuleOperators, getOperatorMetaExtended, getStdEffectOperators, getStdLibStats, getStdOperatorMeta, getStdOperatorsByModule, getStdPureOperators, isEffectOperatorExtended, isKnownStdOperator as isKnownOperator, isKnownOperatorExtended, isKnownStdOperator, isStdEffectOperator, isStdGuardOperator, validateStdOperatorArity as validateOperatorArity, validateOperatorArityExtended, validateStdOperatorArity } from './registry.js';
|
|
4
|
+
export { CORE_OPERATORS, getCoreOperators } from './modules/core.js';
|
|
4
5
|
export { MATH_OPERATORS } from './modules/math.js';
|
|
5
6
|
export { STR_OPERATORS } from './modules/str.js';
|
|
6
7
|
export { ARRAY_OPERATORS } from './modules/array.js';
|