@almadar/std 16.207.0 → 16.208.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/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
- package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
- package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
- package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
- package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
- package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
- package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
- package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
- package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
- package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
- package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
- package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
- package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
- package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
- package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -4
- package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -2
- package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
- package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +142 -4
- package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +320 -13
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +84 -2
- package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
- package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
- package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -4
- package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
- package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
- package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
- package/canonical-operators.json +0 -40
- package/dist/behaviors/exports-reader.js +8003 -869
- package/dist/behaviors/functions/index.d.ts +190 -184
- package/dist/behaviors/functions/index.js +8003 -869
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +8003 -869
- package/dist/behaviors/query.js +8003 -869
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +9 -9
- package/dist/behaviors-registry.json +910 -229
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8003 -891
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/modules/anim.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +0 -11
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/behavior.d.ts +1 -1
- package/dist/modules/browser.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 +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/ease.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/geo.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/grid.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +0 -22
- package/dist/modules/integration.d.ts +1 -1
- package/dist/modules/llm.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/memory.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/noise.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +0 -11
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/path.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/session.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/trace.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/modules/vector.d.ts +1 -1
- package/dist/modules/workspace.d.ts +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +0 -22
- package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
- package/i18n/ar.json +433 -0
- package/i18n/en.json +433 -0
- package/i18n/sl.json +433 -0
- package/package.json +21 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.208.0",
|
|
3
3
|
"model": "baai/bge-base-en-v1.5",
|
|
4
4
|
"dimensions": 768,
|
|
5
|
-
"registryHash": "
|
|
6
|
-
"signaturesHash": "
|
|
5
|
+
"registryHash": "964c7588051951caaa29b2ce8c765285ec1bdbf4964614ffe5478e8e8dd50b3e",
|
|
6
|
+
"signaturesHash": "09e34b2bf0e94d85eec15a8e7a1e9ed4f1fced0aca540ef38cdaedc62817a3e4"
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.207.0",
|
|
3
3
|
"model": "baai/bge-base-en-v1.5",
|
|
4
4
|
"dimensions": 768,
|
|
5
5
|
"encoding": "int8-b64",
|
|
@@ -441,8 +441,8 @@
|
|
|
441
441
|
"d": "8wYI9QYIC+zw9Qjl5hwGEgED+vEUAff2ChMhCOb8DgITCe/q+vgB7f8AEQnd/9gR3Q/XEAML7P74zQYE/woa8PH76xbh+uDyH+wQ2AkqAxT9AB4KCezc7u8d/PAHFBTuBg4XAfDkBgH0BPfgEAfu9QP69xYN+wYKGwv3JeEM8BLh8wMWAfb98vf7Ifn66wj+8gwaBf8EAxkJDvgLAAQHDvAQAQr2ARr/BPD86BgO8xMkAxMP4/AH/AkDHPP1D+IBE/kZCPgCABbwEBHrAwsY/u4C/f4pCBcOCQD9Afzt5v7vIR3s7gz+AQ77AOwL8CsA/xH6HBf89/jo9Pj3Jen/+AT/+xD8FvzuAt7yESEYBgn+BAQE+AX//+gXBP4Y8BPX/PoGIfMQGhQGDfj6+A0lEwXsCgOBBOznCvQJ+gsA6AIFFfga9woECu3k/xf/BecC6gEUCfDqCeX9CAf3CPgWBBQG5fjnDfbvCPv/+/IE6gwB1fv37eTk9w3/7PX10fQP/PbgF+3zD/cCBwXmAQcB7w3wDyH/9wATEt0E+wUe8/L9APzg9Pr87OUQBRb1Buvx4gv6/iMCBPYCARsAAwAGAA/8Jff+BwUF/hAE3//2/QES8/3WHwTf+f8W+Arz/ALy/hDsKAwIDBn+8fwL+//1BP4BDRz58PPjCAsL/AMD4vkC6xEDDgkE9u3i+t4IBBD/CAMMCO4J/AHr+x/8EQIMAPr79gb4Bf34CwH75v8B9Qvk8hbU8ALmDu4QCxUF+gEFFfgM4BcPBv38+P/53QAaAgriAPLgEfsjAQsIBx0dAPQCJCUHCOwO2QAPAPQm/u0I9er4AAcIEvoTFwAQ9xcU+vUQ5uYGDv0KAi7+GQUH/wkRBPLt/Pj62/0MCg7kBAsA7wH6BeL5/PXyDfwGFQIFIAjn9/AC7A718gkB/Pf0+AojCQYABhXp/AsGCAHWBBn58xj0+Sj44wIE7gcV9AkJBfMs9fLq//zu8hHk3QcC8vH3CvTr9wgqFQbuAPwM/ALu"
|
|
442
442
|
},
|
|
443
443
|
"ui-filter-pill": {
|
|
444
|
-
"s": 0.
|
|
445
|
-
"d": "
|
|
444
|
+
"s": 0.266686,
|
|
445
|
+
"d": "9PcN9RACBfv+7/bs2AcNExEOD/QYCPQJBxH5++kVBgX8AvICCvTyAtT7IvrpAdAZ5vvoCBcTABj67P7xARYNChAL5x/o8uwGD/QT7fQZAw8TBSoJCe/sDvIN9ukdBxv6+wQA/PDzGAnV+PXl/Bf+/PYB6SQRCwsTCv78GQ0LAR4M5gIK8u4P9fTpGvr46vnqEAgG4vQNDBAiAgMM9uwA+QkT9xH/8hb8Cf0C4AARBRog8QkU4QkC8fXoE/P3Duz+/AEi/+ARACQF/fvw/d4J7+4O8gEaABccDgQO9Qn06wURNA7o6gEKDSbxEfIIDA75Hhr5Fgb+/gTy8gb5IO4G7/T3ExsI+OoDBOMQIPgEAvXv9//56xb+9wUaIAEC8hT46A0FEPUVAxHsJfMCDQgZCArvFv6B/v/vAAEV4g0N8wT8CwsUCPgAEQTpCQ36C/oC8vsL+PgGEAIHB/bt9/8CARgJ8vfvCAPg/f8BCAAT8/n3+ejv9+j47AMP+/f4yvwI+/fmAvf+HvoK8hDn6/8Z/gMF9SQE7P78Fvf+8AEV6+78/wQJB+368fgFBfz1DOoA7ff4/x8OBQv5/g/t/PwF+/0AEwoPAP8Q9yYX5fD79e0NDAvUAPPp/f0Z+A4F7Pjt/gn2Dw0C9hP/6RoKF/r4+wMK4hcJ497eAAr7/+338f7+7AcQ8SwN7v7h694F7g0ADAsCB/kh7u0K/BP3+AL+/foOERgBCecCCxsE7/keBwbrBhPj9v/rDQEA8BAH7Pn+EAAN3/79Avb5CRj23gwgChLj6vXsBRgl++30DBAL9Pf7Eh4b5/cf4/YaAcsf9+MJAfgC+/oJG/oCFQMQ/QAd9gca8OAM+egR8DwMHhIH//gM/v373gII7PkD+wrpAAgA9gfwA/75DgX09ukGDgAUEPHw8PXzyOLuBPT5Hv0D+wEUBQT4CwXd+wUY8gfkCQT54SD9Bx0G2/H5BQMI7A8o9gEMBvj46fTk8CP+7Pz49v/z/+z79AETEPbv8vUK/PT/"
|
|
446
446
|
},
|
|
447
447
|
"ui-flip-container": {
|
|
448
448
|
"s": 0.228372,
|
|
@@ -465,8 +465,8 @@
|
|
|
465
465
|
"d": "8tIW9hIBJgjy5/Tv6RQhFhgJAO0LDhEACAwED/D/CvsC8Of96/vy39vkEPL86dsABhDaDAcMDRgO6wvnCQYREfUK9Rb24QASDwUZ3uwUAhP3ABMDAfbkBfUSA/4QDAoFCvUBHPEQAxjXA9/z/gLy9f7x7w8eFA0MGQEBIgX36gjz5R8a+/P9C/EBDQrk5gfmHfke9vkLAgYL9PMU/PwE+hEN7RUICv4HAPPx4wgM9QstAxYF4voDA/r2H//yAeIECAgZ7/Am+ggCB/T7+voJ7PL/Af4T9hwR+fML/QXt/wL+LRfq/fMXBADo9vog7xj1/RrvHR/7CgHz6vb6D9z9/eIBDSr8BvgA6Of9Af0LEAgOCvb3ERH/+O8OEgD/8Qfl5gP5HesPEgHzB/sM4+wkCQbmFwSB5fndCw4M7QX+EgMR+ub+BfwR//zW6hoUF+MLDff/5vAL/fgE9QvpA9zr8g3k4Qv1E+ra+vkFAAAO9+707e3u8+b+9h349vwHyPz1+erwEOf3AwoNCAHl9fkR6PH/IxsSAwH+DvQU5h0V+AwGE+vz9vcKAAEV+vfqC+ME6QUDDx7uAu/pDg7lAPQQB/cVEg8DDyTu9h8Y3Azx+QEP/g7cA/X3AwMe+AAYBPfy5hvsEfX18BoADg8MB+8F8f/8ChQJ+fDgBfgOBfoP6fsH5Br7CRPw9QrzAvMM+wzuCwEI/AAREvQB/Bj9HAX2AwYC/g8Z+P/9DiP5AfsP8vfq9BbXAvXn9gEL8hYGBAXtIfEB6AEP9wb8Aw0F+v8HBgzkAuz6CfsVCgTwARIQ+f/2HwocAPn/9foRDuYbBeQL7Ozr7O4KIv/4Hw4Y9xQQB/0h5usbBfEN8CwbKvsHDAQXBP/qAvMA4e76DxDv8g8M/QPx+AH3BgHtBQULCQX9D//w+On+APr1+/3x//HzAPoF8wQaHRH/8wIUIP/L+g7wABD65Rv1+wzp+hUq7AwOBAQO7fP25O7oABsK6xgK+Qj4/O3j9wIg9wfsAv8GA+oD"
|
|
466
466
|
},
|
|
467
467
|
"ui-input": {
|
|
468
|
-
"s": 0.
|
|
469
|
-
"d": "
|
|
468
|
+
"s": 0.262358,
|
|
469
|
+
"d": "8+0J9xQJFAUJ7/ns5/vuEQL9Ie73Ag8WFhX2BeQLBvwB8PDp++X77+v5Eg/6/8kK5A3UBPv7AAv63fzvFCsl9gP++B/p/ecGEvQh5QcXBBUL/CUJDevVBe0MA/MZBgYJ/QT/Gev5EQ/c9eXpCAr/7P389BQHEfsdMQIKJAPzBRP04goTBu4B+QANGBPw4A7y/wMJ+AYHAxQbDOYRAQH1AgkR+v77AAIJDPUI6Ab49xIU9h4M5ff4AA38FwX8+PL8AAQg7/Mp/Bb7C/7eAusSCvvx/f0oAiES8QH29/MB9fv3Kxbt/PkQBAzy+vEL+gv0AhvrDwLrBgvv9gDzGerx8PL5Dx8OA+sICOMHGvcNEQP+AQELAxL35e8GAOcY7fzp4gQbCeAJIAz+FPsAAxAUB/zmCfyB8gLwHP8l8QEI//7bFAIOBAv5+tjn/xoDAuL29/4O+u8FKPsU+frqBfAE/hT27f70Etzx+P8f/f8ZAf/65vT28+Xt/BsJ+gcNzQoLAuf29ePyCf0SCQ/j6RID7xDrCR0Q7gf/EfkM9SIT5gsK/AXr7en9DPAUCR/zBOIM5Pny/R31Ffn/ERX+Bv/69BH/AfwIFg328R0U4/nk4AYL/Ajh/evtBAYd8wUFBvb54AD/D/3+BAkK8wIDEPf+/wP4DBEK4PTm/AAREQUO6uzz6v34DAwB7fzq5eMG8w/4+B0YAO0IBgXn+Cj0F/cF7u4TChkGEOjyDAf1/fkO+w3s9BLM/wrc/vsN9QoR/vP7HQP13gUR/uv9/B3t8wUlAg/e+wL5D/8iABD8CR4ZCRD4JAwY/P/84fga9OIk//AR7e3sAAD8EAL9IBEH8QseCAoV8+kZ/9sG+DH6EwIAEA0KDQXx/en72/oP7hb0ARIF9gr3/QfwCQPxBw0NBv0CIwnz5u788vTs+Ar6//sG+fkJAAsRERbe+ggaBATYCxrz7gXg6BkC8Ab/8g0a7gsbCvoNAQPm+/757B3/6Av9/vvzAuvu8v0S/wb+5usP7/L7"
|
|
470
470
|
},
|
|
471
471
|
"ui-label": {
|
|
472
472
|
"s": 0.25165,
|
|
@@ -833,8 +833,8 @@
|
|
|
833
833
|
"d": "3+8A7xMBCBn33e784Qb8Gw0JDOgODQIUAxf5AfUBEA/37uvr+O328vAAFRbwCdES4gPk+fUJ/g0J1wrmDCUUGAcS7BXp7eP7AAkM3fQqAyYj6RP7GOTeAfQA+OknEx7/DfIEDPgIBgro7u/y8gX37v8H+B8ABAsUKhMFJAMP5ioT6hYX+eT1CvMGCRLl4P4C8BML4BAQBxoZBvIVA+nq+RIV6wf09gwG/AH77w7yARUPAicN5fPz6AYBHfjY+uX67Qkn3+wr/RINAuvr6egbD/oNB/4ZARwO3gf6+AUE3/D2Lxvx/A0CBgzg9eHzBfv6ERrhCw3t9PXz9wr+DPX+7e8EICwf7v0CAOsKFRwKDwX+Av8K+Q8N5/UWA/oH8Orp9v33DegXCgQLGP4HCxoYBQYJ//eB+vvjG/4f9QsO9gT5EfgaB/0DB+jv/Az6DOsL9gIC9fr3JOoUANzi9vwD/Rb75ursFQDw8/MKDwIU7Af98e/29Oj39xcJ7PQazQ/35evx+PMRHgr6DRsG2/oP8xDk/ioY8CAAFfL99xIX4vcI+wn87OX6+e8N/BvZCuYD4vL1AwAEBBUOEgf+9/0B8v8A9/clAgUH8Q4D6w7q7gIJDyLg/ewD+P8jDxX6CfoJ5xMFFAf+BiDo+gL6AfH29gP0+xz48fLd8QYI+vf24e//5wEFDRAB2/Tu2/4D7gIG/BT/+/cTG/Tt9R3uGAMe/fINDRgNDA/m/fnn7fcO+Qf/+RbX5gbmAw0g/BkX6wEMG/UF4QEgAub3+R3n4QAbEP/h9vz7A+8mCBb8DSYOAALtHREC/A0U7wgWFNwdDeMH+vH0BO0IB/IBGhAO8A4bBgsbAd4P7/sG5i8bGfz2Av0PEP7z1/f24ecL7gMCDhf27vf4Efj6FfjyCv4gFQMYIvrX+wLs8fUF+wL6Cf386vkbA/0EEgLY/BQWARDdCA327Bby7yAI8wUF/AIi5hAcCvMUA/r1/ODt8AsM6P4A/vL3DPfm/g8V3wTq8PITBPbs"
|
|
834
834
|
},
|
|
835
835
|
"ui-input-group": {
|
|
836
|
-
"s": 0.
|
|
837
|
-
"d": "
|
|
836
|
+
"s": 0.246641,
|
|
837
|
+
"d": "6/Ia8Qb/GA8I5/Dk6f3iEv0BD/f99QgcIB0ICekNAvoH+/ve+O399fDzEw8DCMER0xDS+/z3CBMA2vjpEy8t8QQAARvq/e38F/oq6QQOChUQ+xgMAN3WAewg/u0YDhIFAgYFHOf9BQ/e+ub0B//69f8F+iUMCAQgPgkDK+v8/xbu3QsU//QF9OwJHxry4gTy//8C7P0B+/8cCPQSBfcG9Pwh8gMH+QIJEvgF1vzzAAYW/SEG5fL1/Ab6EgT79uwDDAcm7wMq+hT+FAfmAfAHCAXw//4t/CEI8Ar+/PP48fX5Jx/nCPYXDhTt8u7+7w/2BhHlBATr/w/r9AL8GOn39/vrFicOFO0A/+EELPP9GwbzCfcB9xP47PEEDvMX5wLt6QsmCt/9IA3+EPQM/Q8U9vfjAvaB7f/2EwQy7QEHDwjvEfsOABEG/9re+BsG/eLy9QMIAeoGJfMV+/nmA/oCBhb59f31HPHo/Qsa8P4KBAz17fbu3+Df/RgI+QYB0QUQCOX5C+j1Bv4aDQfu6AUL9BzyBhgG6wn6E/wJ9hcN4A8VAwzg9eUKB90bEiT7CdgV2vzsDhn9DgACARf29f758gMFDfsPGwwB8Bwb7vfk5QQLDBPkAezx+Q4m8/4NDPsD7A0EFwT8Ag0C+Qb+EAr/A/z4FP/41+/j/f4O/P8X4+P65QP0BQwC4/XV6d8G5xEB7CIfD+YPDwfn8Sn2FvIC+vkOCxICA+3tEPsDAPsYAwbe/w3U+AzqAvsN+wsU++73FgH96wgR/uD07iTq7vwf+Q3c9fT9Bv4l+ArxDiUVDQ3zJwoS9v395v4Y79AhAO4L7/Dw/Bf8BfwCGhcC8Q0fAQ8Y4ugfAtAI9ywCFwf8DBMQEgP++Oz16PIL+RL1/wUD8Arx+AH6AQL7BwIMDAX4HQ765vH68QD+8xL2/PH97u4PDREXDhXl9goY8QPVBB7u7RXo8BUM9gUL8QUh6gsd/PwSCAbl9vb66xwH7Q3rA/TrBOrt5fMB+wv67/MP5uz7"
|
|
838
838
|
},
|
|
839
839
|
"ui-jazari-state-machine": {
|
|
840
840
|
"s": 0.259114,
|
|
@@ -1009,8 +1009,8 @@
|
|
|
1009
1009
|
"d": "6vcN+gz/DvT09AL76hP+GwX+DQb+9PAS/QgYAeAEBvsBBvPx9f/+/vfxFA7n9+AS7BLh//wV/wj04PTrFv8x+QX09hbu8uD9EuoW8AUQE/8MCB4MCffZ+vwc/AISB/oIEvP4+vX/DwboAvX9/RXp/P0AABkX5BQXIwEJIf4a/gwG6xwJ6/ET8AUBCwr35/MBFf8V/P0ZHBcVB/QkAvAOCwQP/P3/FQD6/fPr4xEW+CMj/RL95wEZ7wT3HP39BunyF/oNC/IP7AACEBTvAvMI9unz9e4pBhcI/gsK/wH97/LhKyH4GQf2ChP97/AAAhLs/hQDGBL9C/Ta8vz6Jfj88O75BRcG/+399OEIIwUSEwPu9/kQBRsJBfoWEfQQ8gHa/PQJJ/8PDwbxDPH+BgYeBv72D/iB7wfzEfoT7AEGEAjpGAwfCfPxAffo8g0C/en+9vsRBuT8BgIB9O3r+e0E+AwD7ArxEALz6vPy8PkA/Ar74wAI6u/24hIL6OwI1QED/PPxA/vrBhAR+hzmBQ4I7h4H7hAS8vwJE98A8f8G8PMH+QHz8/oP+ggX+//3COzl0gUL9xrxBvIUER/1Awb/ChvrCw0J8BgC9w4Z8Pzp6QER4QDWAvbr//MLAgAWBfLx7wXuCQ/1CQ0K9foM/v759gDuCAr7/PHhAgYY+wEV0PL65RQHB/0B9vbs++H+4QELBQ4CBun1DPH7/iH7CQQE+fMFDBTuCQzwCgHx7fkP8f/k7BHe9ADrEvsPDhED/BUNDfv56x8PEeME9xb14AIY+wbt/vzzC/obBgf+ARsVAwr6JxL1BP4G6+wcCewX/PQF7O749gcQIgQNDgsK/w8s/vwV7fITAesJ+Cn8FQQDAPj29eMDAvQG2wzz+BD7AA7+6AYGAv4HDAP2I/YCIPgFF/z36OT95+30+QDyAQ7yAOcbEggEBv/r+xkdAQjb/AD07QPq9g/z/QMM8xUO6hcRCPYM8wntAe3p/gr75+wABujv8vb8/AUZBRbr/PMOAwQA"
|
|
1010
1010
|
},
|
|
1011
1011
|
"ui-swipeable-row": {
|
|
1012
|
-
"s": 0.
|
|
1013
|
-
"d": "
|
|
1012
|
+
"s": 0.243117,
|
|
1013
|
+
"d": "6dwe6wr+FQP26Qjh7Aj8DgIECu0JAfgPD/0TA+UKEBML/P3u+e/j4PntHv4A+tUb4iTeAgv9DAny2AHhEQkP+Pj7Cynt8ub0DgMX3P8mCCAP4Q8NBvu+9Osg+AsJDvkDAwAIEOH4EP7nCNrtExPy/A8J/SsQ/wMJEwIKIe0JABj25RIb+v3+++wFIhTm5gj/FPYd/PoVCRki+QEM8OYI+wYf8fABBSH2Cezv6Rf/9iMo9xsA6gESAfEDJfbdDej+Ce4L8QMQ7hzxHgzm4Okb5+wB+Pcc8yQO+hD38P327fYHMA/v+vklFQ7iC/QV+xHx/x/xBB3uBOv49wD1EOQK/+/5DxsA9+/o+uAH/RIyAvPk//gM8RUP6t4G/eoo5Anz6/72IuD7Fwv0+/gEDfko+v/oBPyB5APf9B0D/hT++RX5Dhcf/ur8/una4wUe8+j09v4PAfP9EAQT+/PsGOz//SL7/QrpDe/e+/sGAQkL6wDx3PLm8+zs7xEO6wYAzPsO+vbtAvLqEggEBQfa+gQN8Qb9Bh4D8QcTBPQH9gQc0fYCDhLm6OwMDv4V9hrc+88F0gP/GP79AuT4ARwL/e3w+wr/FwYQBxIL5iYI3/vw8/oH+xjpEAX9/Oob9Ab1A/z67A34Bv38AxTx5QoMBff98gP8AR0Q3/vuDfMI+/0K3Qvv7gMI/wcD8xf04uH9BvQGBAYW8PYRD+369SDjDvj99uYIExELGPnvFQj1BQ8W8xL0/AvhEAPm/vwaEQMJ/x8EKfoF7gAD8ATpCR733/8A/wTpDuP5CRMZAhQG6xsG/RD3JA3yCRMQ3fgU++kqCPoK7QLv8wftLvgEFQ0R3CMoAQob+/IID+kiDDcIC+v5/wIKAgcJ4PIC0e4T+gLZBA4C1fYCDhUG/QjtFvkVEf8FGQHm9+wK7fMA/AH9Dw4T6vcUDRMXGyPs8gspDPvZ/grw8QX0ESH6/P37C/4j9Q0gC/URBwLh9vru8BkS7gn++e/4AuUF7AgEAhXt/eT1CusE"
|
|
1014
1014
|
},
|
|
1015
1015
|
"ui-table-view": {
|
|
1016
1016
|
"s": 0.22408,
|